aboutsummaryrefslogtreecommitdiff
path: root/source/bn
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-12-09 13:38:47 +0100
committerAndras Timar <atimar@suse.com>2012-12-09 14:29:18 +0100
commitd9a4b60f9ae7e15c44675ea56fe6a06613c419ae (patch)
treeef2cfa5fbd2c209b625675b041aaa7781a7959a5 /source/bn
parent29912248a458e96bf58166bf780bef9f535002aa (diff)
fix of damaged files from beta1
Change-Id: Ic4113a05d443dddc9e9420e460579efd8e8e79a4
Diffstat (limited to 'source/bn')
-rw-r--r--source/bn/helpcontent2/source/text/sbasic/shared.po33082
-rw-r--r--source/bn/helpcontent2/source/text/scalc/01.po43175
-rw-r--r--source/bn/helpcontent2/source/text/shared/02.po14185
-rw-r--r--source/bn/helpcontent2/source/text/shared/optionen.po8275
-rw-r--r--source/bn/helpcontent2/source/text/swriter/02.po3230
-rw-r--r--source/bn/helpcontent2/source/text/swriter/guide.po10170
-rw-r--r--source/bn/officecfg/registry/data/org/openoffice/Office/UI.po4706
-rw-r--r--source/bn/scp2/source/accessories.po2124
-rw-r--r--source/bn/sd/source/ui/app.po75
-rw-r--r--source/bn/svx/source/dialog.po3138
-rw-r--r--source/bn/svx/source/svdraw.po280
-rw-r--r--source/bn/sw/source/ui/fldui.po141
12 files changed, 122581 insertions, 0 deletions
diff --git a/source/bn/helpcontent2/source/text/sbasic/shared.po b/source/bn/helpcontent2/source/text/sbasic/shared.po
index 1a2b89b0d53..0f820af22c3 100644
--- a/source/bn/helpcontent2/source/text/sbasic/shared.po
+++ b/source/bn/helpcontent2/source/text/sbasic/shared.po
@@ -4483,3 +4483,33085 @@ msgctxt ""
"help.text"
msgid "Print \"The current hour is \" & Hour( Now )"
msgstr "Print \"The current hour is \" & Hour( Now )"
+
+#: 03030201.xhp
+msgctxt ""
+"03030201.xhp\n"
+"par_id3153145\n"
+"15\n"
+"help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"tit\n"
+"help.text"
+msgid "End Statement [Runtime]"
+msgstr "End Statement [Runtime]"
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"bm_id3150771\n"
+"help.text"
+msgid "<bookmark_value>End statement</bookmark_value>"
+msgstr "<bookmark_value>End statement</bookmark_value>"
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"hd_id3150771\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090404.xhp\" name=\"End Statement [Runtime]\">End Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090404.xhp\" name=\"End Statement [Runtime]\">End Statement [Runtime]</link>"
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3153126\n"
+"2\n"
+"help.text"
+msgid "Ends a procedure or block."
+msgstr "একটি প্রসিজার অথবা ব্লক সমাপ্ত করে।"
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"hd_id3147264\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3148552\n"
+"4\n"
+"help.text"
+msgid "End, End Function, End If, End Select, End Sub"
+msgstr "End, End Function, End If, End Select, End Sub"
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"hd_id3149456\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3150398\n"
+"6\n"
+"help.text"
+msgid "Use the End statement as follows:"
+msgstr "End statement টি নিম্নরূপে ব্যবহার করুন:"
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"hd_id3154366\n"
+"7\n"
+"help.text"
+msgid "Statement"
+msgstr "স্টেটমেন্ট"
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3151043\n"
+"8\n"
+"help.text"
+msgid "End: Is not required, but can be entered anywhere within a procedure to end the program execution."
+msgstr "End: প্রয়োজনীয় নয়, কিন্তু ইভেন্ট সম্পাদনা শেষ হতে একটি পদ্ধতির মধ্যে যেখানে ইচ্ছা সন্নিবেশ করা যাবে।"
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3145171\n"
+"9\n"
+"help.text"
+msgid "End Function: Ends a <emph>Function</emph> statement."
+msgstr "End Function: একটি <emph>ফাংশন</emph> স্টেটমেন্ট সমাপ্ত করে।"
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3153192\n"
+"10\n"
+"help.text"
+msgid "End If: Marks the end of a <emph>If...Then...Else</emph> block."
+msgstr "End If: একটি <emph>If...Then...Else</emph> ব্লকের শেষাংশ চিহ্নিত করে।"
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3148451\n"
+"11\n"
+"help.text"
+msgid "End Select: Marks the end of a <emph>Select Case</emph> block."
+msgstr "End Select: একটি <emph>কেস নির্বাচন</emph> ব্লকের শেষাংশ চিহ্নিত করে।"
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3155131\n"
+"12\n"
+"help.text"
+msgid "End Sub: Ends a <emph>Sub</emph> statement."
+msgstr "End Sub: একটি <emph>sub</emph> স্টেটমেন্ট সমাপ্ত করে।"
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"hd_id3146120\n"
+"13\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3152887\n"
+"19\n"
+"help.text"
+msgid "Print \"Number from 1 to 5\""
+msgstr "Print \"Number from 1 to 5\""
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3148618\n"
+"21\n"
+"help.text"
+msgid "Print \"Number from 6 to 8\""
+msgstr "Print \"Number from 6 to 8\""
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3147436\n"
+"23\n"
+"help.text"
+msgid "Print \"Greater than 8\""
+msgstr "Print \"Greater than 8\""
+
+#: 03090404.xhp
+msgctxt ""
+"03090404.xhp\n"
+"par_id3150418\n"
+"25\n"
+"help.text"
+msgid "Print \"Outside range 1 to 10\""
+msgstr "Print \"Outside range 1 to 10\""
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"tit\n"
+"help.text"
+msgid "HasUnoInterfaces Function [Runtime]"
+msgstr "HasUnoInterfaces Function [Runtime]"
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"bm_id3149987\n"
+"help.text"
+msgid "<bookmark_value>HasUnoInterfaces function</bookmark_value>"
+msgstr "<bookmark_value>HasUnoInterfaces function</bookmark_value>"
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"hd_id3149987\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03104400.xhp\" name=\"HasUnoInterfaces Function [Runtime]\">HasUnoInterfaces Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03104400.xhp\" name=\"HasUnoInterfaces Function [Runtime]\">HasUnoInterfaces Function [Runtime]</link>"
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"par_id3151262\n"
+"2\n"
+"help.text"
+msgid "Tests if a Basic Uno object supports certain Uno interfaces."
+msgstr "যদি বেসিক Uno বস্তু কিছু নির্দিষ্ট Uno ইন্টারফেস সমর্থন করে তাহলে পরীক্ষা করা হয়।"
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"par_id3154232\n"
+"3\n"
+"help.text"
+msgid "Returns True, if <emph>all</emph> stated Uno interfaces are supported, otherwise False is returned."
+msgstr "যদি <emph>সকল</emph> বিবৃত Uno ইন্টারফেস সমর্থিত হয় তাহলে True প্রদান করে থাকে, অন্যথায় False প্রদান করে।"
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"hd_id3150040\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"par_id3155555\n"
+"5\n"
+"help.text"
+msgid "HasUnoInterfaces( oTest, Uno-Interface-Name 1 [, Uno-Interface-Name 2, ...])"
+msgstr "HasUnoInterfaces( oTest, Uno-Interface-Name 1 [, Uno-Interface-Name 2, ...])"
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"hd_id3153345\n"
+"6\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"par_id3148538\n"
+"7\n"
+"help.text"
+msgid "Bool"
+msgstr "Bool"
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"hd_id3159157\n"
+"8\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"par_id3155419\n"
+"9\n"
+"help.text"
+msgid "<emph>oTest:</emph> the Basic Uno object that you want to test."
+msgstr "<emph>oTest:</emph> বেসিক Uno বস্তু যা আপনি পরীক্ষা করতে চান।"
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"par_id3149236\n"
+"10\n"
+"help.text"
+msgid "<emph>Uno-Interface-Name:</emph> list of Uno interface names."
+msgstr "<emph>Uno-ইন্টারফফেস-নাম:</emph> Uno ইন্টারফেস নামের তালিকা।"
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"hd_id3147574\n"
+"11\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"par_id3149580\n"
+"12\n"
+"help.text"
+msgid "bHas = HasUnoInterfaces( oTest, \"com.sun.star.beans.XIntrospection\" )"
+msgstr "bHas = HasUnoInterfaces( oTest, \"com.sun.star.beans.XIntrospection\" )"
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"tit\n"
+"help.text"
+msgid "Choose Function [Runtime]"
+msgstr "Choose Function [Runtime]"
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"bm_id3143271\n"
+"help.text"
+msgid "<bookmark_value>Choose function</bookmark_value>"
+msgstr "<bookmark_value>Choose function</bookmark_value>"
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"hd_id3143271\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090402.xhp\" name=\"Choose Function [Runtime]\">Choose Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090402.xhp\" name=\"Choose Function [Runtime]\">Choose Function [Runtime]</link>"
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"par_id3149234\n"
+"2\n"
+"help.text"
+msgid "Returns a selected value from a list of arguments."
+msgstr "আর্গুমেন্টের তালিকা হতে নির্বাচিত মান প্রদান করে।"
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"hd_id3148943\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"par_id3147560\n"
+"4\n"
+"help.text"
+msgid "Choose (Index, Selection1[, Selection2, ... [,Selection_n]])"
+msgstr "Choose (Index, Selection1[, Selection2, ... [,Selection_n]])"
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"hd_id3154346\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"par_id3148664\n"
+"6\n"
+"help.text"
+msgid "<emph>Index:</emph> A numeric expression that specifies the value to return."
+msgstr "<emph>ইনডেক্স:</emph> একটি সংখ্যাসূচক এক্সপ্রেশন যা প্রদান করা হবে এমন একটি মান উল্লেখ করে।"
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"par_id3150791\n"
+"7\n"
+"help.text"
+msgid "<emph>Selection1:</emph> Any expression that contains one of the possible choices."
+msgstr "<emph>নির্বাচন1:</emph> যেকোনো এক্সপ্রেশন যা সম্ভাব্য পছন্দের একটি ধারণ করে।"
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"par_id3151043\n"
+"8\n"
+"help.text"
+msgid "The <emph>Choose</emph> function returns a value from the list of expressions based on the index value. If Index = 1, the function returns the first expression in the list, if index i= 2, it returns the second expression, and so on."
+msgstr "<emph>Choose</emph> ফাংশনিট ইনডেক্স মানের উপর ভিত্তি করে এক্সপ্রেশনের একটি তালিকা থেকে একটি মান প্রদান করে থাকে। যদি ইনডেক্স = 1 হয়, তাহলে ফাংশনটি তালিকার প্রথম এক্সপ্রেশনটি প্রদান করে থাকে, যদি ইনডেক্স i = 2 হয়, তাহলে দ্বিতীয় এক্সপ্রেশনটি প্রদান করে থাকে, এবং অনুরূপ।"
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"par_id3153192\n"
+"9\n"
+"help.text"
+msgid "If the index value is less than 1 or greater than the number of expressions listed, the function returns a Null value."
+msgstr "যদি ইনডেক্সের মান ১ এর চাইতে ছোট অথবা তালিকাভূক্ত এক্সপ্রেশনের সংখ্যার চাইতে বড় হয় তাহলে ফাংশনটি একটি নাল মান প্রদান করে থাকে।"
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"par_id3156281\n"
+"10\n"
+"help.text"
+msgid "The following example uses the <emph>Choose</emph> function to select a string from several strings that form a menu:"
+msgstr "বিভিন্ন স্ট্রিং থেকে একটি স্ট্রিং নির্বাচন করার জন্য নিচের উদাহরণটি <emph>নির্বাচন</emph> ফাংশনটি ব্যবহার করে থাকে যা দ্বরা একটি মেনু গঠিত হয়:"
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"hd_id3150439\n"
+"11\n"
+"help.text"
+msgid "Example:"
+msgstr "‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌উদাহরণ:"
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"par_id3156443\n"
+"20\n"
+"help.text"
+msgid "ChooseMenu = Choose(Index, \"Quick Format\", \"Save Format\", \"System Format\")"
+msgstr "ChooseMenu = Choose(Index, \"Quick Format\", \"Save Format\", \"System Format\")"
+
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"tit\n"
+"help.text"
+msgid "Line Input # Statement [Runtime]"
+msgstr "Line Input # Statement [Runtime]"
+
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"bm_id3153361\n"
+"help.text"
+msgid "<bookmark_value>Line Input statement</bookmark_value>"
+msgstr "<bookmark_value>Line Input statement</bookmark_value>"
+
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"hd_id3153361\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement [Runtime]\">Line Input # Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement [Runtime]\">Line Input # Statement [Runtime]</link>"
+
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"par_id3156280\n"
+"2\n"
+"help.text"
+msgid "Reads strings from a sequential file into a variable."
+msgstr "একটি ধারাবাহিক ফাইল থেকে ভেরিয়েবলে স্ট্রিং পড়া হয়।"
+
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"hd_id3150447\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"par_id3147229\n"
+"4\n"
+"help.text"
+msgid "Line Input #FileNumber As Integer, Var As String"
+msgstr "Line Input #FileNumber As Integer, Var As String"
+
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"hd_id3145173\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"par_id3161832\n"
+"6\n"
+"help.text"
+msgid "<emph>FileNumber: </emph>Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
+msgstr "<emph>FileNumber: </emph>ডাটা ধারণকারী ফাইলের সংখ্যা যা আপনি পড়তে চান। ওপেন স্টেটমেন্ট সহ ফাইলটি INPUT কীওয়ার্ড ব্যবহার করে অবশ্যই অগ্রিম খোলা হয়েছে।"
+
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"par_id3151119\n"
+"7\n"
+"help.text"
+msgid "<emph>var:</emph> The name of the variable that stores the result."
+msgstr "<emph>var:</emph> ভেরিয়েবলটির নাম যা ফলাফল সংরক্ষণ করে থাকে।"
+
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"par_id3150010\n"
+"8\n"
+"help.text"
+msgid "With the <emph>Line Input#</emph> statement, you can read strings from an open file into a variable. String variables are read line-by-line up to the first carriage return (Asc=13) or linefeed (Asc=10). Line end marks are not included in the resulting string."
+msgstr "<emph>Line Input#</emph> স্টেটমেন্ট সহ, আপনি একটি খোলা ফাইল থেকে একটি ভেরিয়েবলে ষ্ট্রিং পড়তে পারবেন। প্রথম ক্যারেজ প্রদান (Asc=13) অথবা লাইনফিড (Asc=10) পর্যন্ত ষ্ট্রিং ভেরিয়েবল লাইনের পর লাইন পড়া হয়। ফলাফলের স্ট্রিং এ লাইন সমাপ্তি চিহ্ন অন্তর্ভূক্ত থাকে না।"
+
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"hd_id3163711\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"par_id3147124\n"
+"18\n"
+"help.text"
+msgid "Print #iNumber, \"This is a line of text\""
+msgstr "Print #iNumber, \"This is a line of text\""
+
+#: 03020203.xhp
+msgctxt ""
+"03020203.xhp\n"
+"par_id3153415\n"
+"19\n"
+"help.text"
+msgid "Print #iNumber, \"This is another line of text\""
+msgstr "Print #iNumber, \"This is another line of text\""
+
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Xor-Operator [Runtime]"
+msgstr "Xor-Operator [Runtime]"
+
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"bm_id3156024\n"
+"help.text"
+msgid "<bookmark_value>Xor operator (logical)</bookmark_value>"
+msgstr "<bookmark_value>Xor operator (logical)</bookmark_value>"
+
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"hd_id3156024\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03060600.xhp\" name=\"Xor-Operator [Runtime]\">Xor-Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03060600.xhp\" name=\"Xor-Operator [Runtime]\">Xor-Operator [Runtime]</link>"
+
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"par_id3159414\n"
+"2\n"
+"help.text"
+msgid "Performs a logical Exclusive-Or combination of two expressions."
+msgstr "দুইটি এক্সপ্রেশনের লজিক্যাল এক্সক্লুসিভ OR সমন্বয় সম্পাদনা করে থাকে।"
+
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"hd_id3153381\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"par_id3150400\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 Xor Expression2"
+msgstr "Result = Expression1 Xor Expression2"
+
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"hd_id3153968\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"par_id3150448\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the combination."
+msgstr "<emph>ফলাফল:</emph> যেকোনো সংখ্যাসূচক ভেরিয়েবল যা সন্নিবেশনের ফলাফল নির্দেশ করে থাকে।"
+
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"par_id3125864\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to combine."
+msgstr "<emph>এক্সপ্রেশন১, এক্সপ্রেশন২:</emph> যেকোনো এক্সপ্রেশন যা আপনি সন্নিবেশ করতে চান।"
+
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"par_id3150439\n"
+"8\n"
+"help.text"
+msgid "A logical Exclusive-Or conjunction of two Boolean expressions returns the value True only if both expressions are different from each other."
+msgstr "দুইটি বুলিয়ান এক্সপ্রেশনের লজিক্যাল এক্সক্লুসিভ OR অব্যয় True মান প্রদান করে যদি উভয় এক্সপ্রেশন একে অপর থেকে ভিন্ন হয়।"
+
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"par_id3153770\n"
+"9\n"
+"help.text"
+msgid "A bitwise Exclusive-Or conjunction returns a bit if the corresponding bit is set in only one of the two expressions."
+msgstr "একটি বিট অনুসারে এক্সক্লুসিভ OR অব্যয় একটি বিট প্রদান করে থাকে যদি সংশ্লিষ্ট বিট দুইটি এক্সপ্রেশনের শুধুমাত্র একটিতে নির্ধারিত হয়।"
+
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"hd_id3153366\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03060600.xhp
+#, fuzzy
+msgctxt ""
+"03060600.xhp\n"
+"par_id3156442\n"
+"15\n"
+"help.text"
+msgid "vOut = vA > vB Xor vB > vC ' returns 0"
+msgstr "vOut = vA > vB Xor vB > vC REM মান 0 প্রদান করে"
+
+#: 03060600.xhp
+#, fuzzy
+msgctxt ""
+"03060600.xhp\n"
+"par_id3153191\n"
+"16\n"
+"help.text"
+msgid "vOut = vB > vA Xor vB > vC ' returns -1"
+msgstr "vOut = vB > vA Xor vB > vC REM মান -1 প্রদান করে"
+
+#: 03060600.xhp
+#, fuzzy
+msgctxt ""
+"03060600.xhp\n"
+"par_id3153144\n"
+"17\n"
+"help.text"
+msgid "vOut = vA > vB Xor vB > vD ' returns -1"
+msgstr "vOut = vA > vB Xor vB > vD REM মান -1 প্রদান করে"
+
+#: 03060600.xhp
+#, fuzzy
+msgctxt ""
+"03060600.xhp\n"
+"par_id3154944\n"
+"18\n"
+"help.text"
+msgid "vOut = (vB > vD Xor vB > vA) ' returns 0"
+msgstr "vOut = (vB > vD Xor vB > vA) REM মান 0 প্রদান করে"
+
+#: 03060600.xhp
+#, fuzzy
+msgctxt ""
+"03060600.xhp\n"
+"par_id3148455\n"
+"19\n"
+"help.text"
+msgid "vOut = vB Xor vA ' returns 2"
+msgstr "vOut = vB Xor vA REM মান 2 প্রদান করে"
+
+#: 03080600.xhp
+msgctxt ""
+"03080600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Absolute Values"
+msgstr "পরম মান"
+
+#: 03080600.xhp
+msgctxt ""
+"03080600.xhp\n"
+"hd_id3146958\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080600.xhp\" name=\"Absolute Values\">Absolute Values</link>"
+msgstr "<link href=\"text/sbasic/shared/03080600.xhp\" name=\"Absolute Values\">পরম মান</link>"
+
+#: 03080600.xhp
+msgctxt ""
+"03080600.xhp\n"
+"par_id3150771\n"
+"2\n"
+"help.text"
+msgid "This function returns absolute values."
+msgstr "এই ফাংশনটি একটি পরম মান প্রদান করে।"
+
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefLng Statement [Runtime]"
+msgstr "DefLng Statement [Runtime]"
+
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"bm_id3148538\n"
+"help.text"
+msgid "<bookmark_value>DefLng statement</bookmark_value>"
+msgstr "<bookmark_value>DefLng statement</bookmark_value>"
+
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"hd_id3148538\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101600.xhp\" name=\"DefLng Statement [Runtime]\">DefLng Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101600.xhp\" name=\"DefLng Statement [Runtime]\">DefLng Statement [Runtime]</link>"
+
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"par_id3149514\n"
+"2\n"
+"help.text"
+msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
+msgstr "বর্ণের পরিসীমা অনুসারে পূর্বনির্ধারিত ভেরিয়েবল ধরন নির্ধারিত হয়, যদি কোন টাইপ ডিক্লেয়ার করার অক্ষর অথবা কীওয়ার্ড উল্লেখিত না থাকে।"
+
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"hd_id3150504\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"par_id3145609\n"
+"4\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Characterrange1[, Characterrange2[,...]]"
+
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"hd_id3154760\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"par_id3145069\n"
+"6\n"
+"help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
+msgstr "<emph>Characterrange:</emph> ভেরিয়েবলের পরিসর উল্লেখকারী বর্ণ যা আপনি পূর্বনির্ধারিত ডাটা টাইপের জন্য নির্ধারণ করতে চান।"
+
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"par_id3150791\n"
+"7\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr "<emph>xxx:</emph> কীওয়ার্ড যা পূর্বনির্ধারিত ভেরিয়েবল ধরন নির্ধারণ করে:"
+
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"par_id3148798\n"
+"8\n"
+"help.text"
+msgid "<emph>Keyword: </emph>Default variable type"
+msgstr "<emph>কীওয়ার্ড: </emph>পূর্বনির্ধারিত ভেরিয়েবল ধরন"
+
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"par_id3154686\n"
+"9\n"
+"help.text"
+msgid "<emph>DefLng:</emph> Long"
+msgstr "<emph>DefLng:</emph> Long"
+
+#: 03101600.xhp
+msgctxt ""
+"03101600.xhp\n"
+"hd_id3153192\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03101600.xhp
+#, fuzzy
+msgctxt ""
+"03101600.xhp\n"
+"par_id3154124\n"
+"12\n"
+"help.text"
+msgid "' Prefix definitions for variable types:"
+msgstr "ভেরিয়েবল ধরনের জন্য REM প্রিফিক্সের বর্ণনা:"
+
+#: 03101600.xhp
+#, fuzzy
+msgctxt ""
+"03101600.xhp\n"
+"par_id3145273\n"
+"22\n"
+"help.text"
+msgid "lCount=123456789 ' lCount is an implicit long integer variable"
+msgstr "lCount=123456789 REM lCount একটি ইমপ্লিসিট দীর্ঘ ইনটিজার ভেরিয়েবল"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using Variables"
+msgstr "ভেরিয়েবল ব্যবহার করা হচ্ছে"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"bm_id3149346\n"
+"help.text"
+msgid "<bookmark_value>names of variables</bookmark_value><bookmark_value>variables; using</bookmark_value><bookmark_value>types of variables</bookmark_value><bookmark_value>declaring variables</bookmark_value><bookmark_value>values;of variables</bookmark_value><bookmark_value>constants</bookmark_value><bookmark_value>arrays;declaring</bookmark_value><bookmark_value>defining;constants</bookmark_value>"
+msgstr "<bookmark_value>names of variables</bookmark_value><bookmark_value>variables; using</bookmark_value><bookmark_value>types of variables</bookmark_value><bookmark_value>declaring variables</bookmark_value><bookmark_value>values;of variables</bookmark_value><bookmark_value>constants</bookmark_value><bookmark_value>arrays;declaring</bookmark_value><bookmark_value>defining;constants</bookmark_value>"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3149346\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01020100.xhp\" name=\"Using Variables\">Using Variables</link>"
+msgstr "<link href=\"text/sbasic/shared/01020100.xhp\" name=\"Using Variables\">ভেরিয়েবল ব্যবহার করা হচ্ছে</link>"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154346\n"
+"3\n"
+"help.text"
+msgid "The following describes the basic use of variables in $[officename] Basic."
+msgstr "$[officename] বেসিকে ভেরিয়েবলগুলোর প্রাথমিক ব্যবহার নিচে বর্ণনা করা হয়েছে।"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3153361\n"
+"4\n"
+"help.text"
+msgid "Naming Conventions for Variable Identifiers"
+msgstr "ভেরিয়েবল আইডেন্টিফায়ারের জন্য নামকরণের নিয়মনীতি"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3148797\n"
+"5\n"
+"help.text"
+msgid "A variable name can consist of a maximum of 255 characters. The first character of a variable name <emph>must</emph> be a letter A-Z or a-z. Numbers can also be used in a variable name, but punctuation symbols and special characters are not permitted, with exception of the underscore character (\"_\"). In $[officename] Basic variable identifiers are not case-sensitive. Variable names may contain spaces but must be enclosed in square brackets if they do."
+msgstr "একটি ভেরিয়েবল নাম সর্বোচ্চ ২৫৫ অক্ষরের সমন্বয়ে গঠিত। একটি ভেরিয়েবল নামের প্রথম অক্ষর<emph>অবশ্যই</emph> A-Z অথবা a-z অক্ষরের হতে হবে। একটি ভেরিয়েবল নামে সংখ্যা ব্যবহার করা যাবে, কিন্তু বিরাম চিহ্ন এবং বিশেষ অক্ষরের ব্যবহার অনুমোদিত নয়, শুধুমাত্র নিম্নরেখা অক্ষর (\" _ \") ব্যতীত। $[officename] বেসিক ভেরিয়েবল আইডেন্টিফায়ার অক্ষরের আকারের সংবেদনশীল নয়। ভেরিয়েবল নামে ফাঁকা স্থান থাকতে পারে কিন্তু যদি থাকে তাহলে তা বর্গাকার বন্ধনী দ্বারা আবদ্ধ থাকে।"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3156422\n"
+"6\n"
+"help.text"
+msgid "Examples for variable identifiers:"
+msgstr "ভেরিয়েবল আইডেন্টিফায়ারের উদাহরণ:"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3156441\n"
+"126\n"
+"help.text"
+msgid "Correct"
+msgstr "সঠিক"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3149664\n"
+"127\n"
+"help.text"
+msgid "Correct"
+msgstr "সঠিক"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3146119\n"
+"128\n"
+"help.text"
+msgid "Correct"
+msgstr "সঠিক"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3153876\n"
+"11\n"
+"help.text"
+msgid "Not valid, variable with space must be enclosed in square brackets"
+msgstr "কার্যকর নয়, ফাঁকা স্থানযুক্ত ভেরিয়েবল অবশ্যই বর্গাকার বন্ধনীর মধ্যে থাকতে হবে"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154510\n"
+"15\n"
+"help.text"
+msgid "Correct"
+msgstr "সঠিক"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3150330\n"
+"129\n"
+"help.text"
+msgid "Not valid, special characters are not allowed"
+msgstr "কার্যকর নয়, বিশেষ অক্ষর অনুমোদিত নয়"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154254\n"
+"130\n"
+"help.text"
+msgid "Not valid, variable may not begin with a number"
+msgstr "কার্যকর নয়, ভেরিয়েবল একটি নম্বর দ্বারা শুরু হতে পারবে না"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3149256\n"
+"131\n"
+"help.text"
+msgid "Not valid, punctuation marks are not allowed"
+msgstr "কার্যকর নয়, বিরামচিহ্নের ব্যবহার অনুমোদিত নয়"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3146317\n"
+"17\n"
+"help.text"
+msgid "Declaring Variables"
+msgstr "ভেরিয়েবল ডিক্লেয়ার করা হচ্ছে"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3150299\n"
+"18\n"
+"help.text"
+msgid "In $[officename] Basic you don't need to declare variables explicitly. A variable declaration can be performed with the <emph>Dim</emph> statement. You can declare more than one variable at a time by separating the names with a comma. To define the variable type, use either a type-declaration sign after the name, or the appropriate key word."
+msgstr "$[officename] বেসিকে ভেরিয়েবল স্পষ্টভাবে ডিক্লেয়ার করার প্রয়োজন নেই। একটি ভেরিয়েবল <emph> Dim</emph> স্টেটমেন্টের সাহায্যে ডিক্লেয়ার করা যাবে। আপনি একটি কমার সাহায্যে নামগুলো পৃথক করার মাধ্যমে একই সাথে একাধিক ভেরিয়েবল ডিক্লেয়ার করতে পারেন। ভেরিয়েবলের টাইপ উল্লেখ করার জন্য, নামের পরে হয় একটি টাইপ ডিক্লেয়ারেশন চিহ্ন অথবা উপযুক্ত কীওয়ার্ড ব্যবহার করুন।"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154118\n"
+"140\n"
+"help.text"
+msgid "Examples for variable declarations:"
+msgstr "ভেরিয়েবল ডিক্লেয়ার করার উদাহরণ:"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3150982\n"
+"132\n"
+"help.text"
+msgid "Declares the variable \"a\" as a String"
+msgstr "স্ট্রিং হিসেবে ভেরিয়েবল \"a\" ডিক্লেয়ার করা হয়"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3150343\n"
+"133\n"
+"help.text"
+msgid "Declares the variable \"a\" as a String"
+msgstr "স্ট্রিং হিসেবে ভেরিয়েবল \"a\" ডিক্লেয়ার করা হয়"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3155507\n"
+"22\n"
+"help.text"
+msgid "Declares one variable as a String and one as an Integer"
+msgstr "একটি ভেরিয়েবল স্ট্রিং হিসেবে এবং একটি ইনটিজার হিসেবে ডিক্লেয়ার করা হয়"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_idN10859\n"
+"help.text"
+msgid "Declares c as a Boolean variable that can be TRUE or FALSE"
+msgstr "c কে বুলিয়ান ভেরিয়েবল হিসেবে ডিক্লেয়ার করা হয় যা TRUE অথবা FALSE হতে পারে"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3150519\n"
+"23\n"
+"help.text"
+msgid "It is very important when declaring variables that you use the type-declaration character each time, even if it was used in the declaration instead of a keyword. Thus the following statements are invalid:"
+msgstr "এইটি খুব গুরুত্বপূর্ণ যখন ভেরিয়েবল ঘোষণা করছে যে আপনি ধরন-ঘোষনা অক্ষর প্রত্যেক সময় ব্যবহার করছেন, এমনকি যদি এইটি একটি মূলশব্দের পরিবর্তে ঘোষণাতে ব্যবহার করা হয়েছিল। সুতরাং নিম্নলিখিত বক্তব্য অকার্যকর:"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154527\n"
+"134\n"
+"help.text"
+msgid "Declares \"a\" as a String"
+msgstr "\"a\" কে একটি স্ট্রিং হিসেবে ডিক্লেয়ার করা হয়"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3153064\n"
+"135\n"
+"help.text"
+msgid "Type-declaration missing: \"a$=\""
+msgstr "ধরন-ডিক্লেয়ারকরণ অনুপস্থিত: \"a$=\""
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3144770\n"
+"26\n"
+"help.text"
+msgid "Once you have declared a variable as a certain type, you cannot declare the variable under the same name again as a different type!"
+msgstr "আপনি একবার একটি ধরন হিসেবে ভেরিয়েবল ডিক্লেয়ার করলে, ভিন্ন ধরনের ভেরিয়েবল একই নামে পুনরায় ডিক্লেয়ার করতে পারেন না!"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3149331\n"
+"27\n"
+"help.text"
+msgid "Forcing Variable Declarations"
+msgstr "ভেরিয়েবল ডিক্লেয়ার করতে বাধ্য করা হচ্ছে"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3149443\n"
+"28\n"
+"help.text"
+msgid "To force declaration of variables, use the following command:"
+msgstr "ভেরিয়েবল ডিক্লেয়ার বাধ্য করতে নিচের কমান্ডটি দিন:"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3155072\n"
+"30\n"
+"help.text"
+msgid "The <emph>Option Explicit</emph> statement has to be the first line in the module, before the first SUB. Generally, only arrays need to be declared explicitly. All other variables are declared according to the type-declaration character, or - if omitted - as the default type <emph>Single</emph>."
+msgstr "প্রথম SUB এর পূর্বে, <emph>সুনির্দিষ্ট অপশন</emph> বিবরণ মডিউলের প্রথম লাইনে থাকতে হবে। সাধারণভাবে, শুধুমাত্র অ্যারে সুনির্দিষ্টভাবে ডিক্লেয়ার করা প্রয়োজন। অন্য সব ভেরিয়বল টাইপ ডিক্লেয়ারেশন অক্ষর অনুসারে, অথবা পূর্বনির্ধারিত টাইপ <emph>একক</emph> হিসেবে -যদি বাতিল করা হয় - তাহলে সেই অনুসারে ডিক্লেয়ার করা হবে।"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3154614\n"
+"34\n"
+"help.text"
+msgid "Variable Types"
+msgstr "ভেরিয়েবলের ধরন"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3155383\n"
+"35\n"
+"help.text"
+msgid "$[officename] Basic supports four variable classes:"
+msgstr "$[officename] বেসিক চারটি ভেরিয়েবল ক্লাস সমর্থন করে:"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3153972\n"
+"36\n"
+"help.text"
+msgid "<emph>Numeric</emph> variables can contain number values. Some variables are used to store large or small numbers, and others are used for floating-point or fractional numbers."
+msgstr "<emph> সংখ্যাসূচক</emph> ভেরিয়েবল সংখ্যা মান ধারণ করতে পারে। কিছু ভেরিয়েবল বড় অথবা ক্ষুদ্র সংখ্যা সংরক্ষণ করতে এবং অন্যান্য ভেরিয়েবল ফ্লোটিং পয়ন্ট অথবা ভগ্নাংশ সংখ্যার জন্য ব্যবহার করা হয়।"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3159226\n"
+"37\n"
+"help.text"
+msgid "<emph>String</emph> variables contain character strings."
+msgstr "<emph>স্ট্রিং</emph> ভেরিয়েবলে অক্ষর স্ট্রিং রয়েছে।"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3145217\n"
+"38\n"
+"help.text"
+msgid "<emph>Boolean</emph> variables contain either the TRUE or the FALSE value."
+msgstr "<emph>বুলিয়ান</emph> ভেরিয়েবলে হয় TRUE অথবা FALSE মান থাকে।"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154762\n"
+"39\n"
+"help.text"
+msgid "<emph>Object</emph> variables can store objects of various types, like tables and documents within a document."
+msgstr "<emph>বস্তু</emph> ভেরিয়েবল বিভিন্ন ধরনের বস্তু সংরক্ষণ করতে পারে, যেমন একটি নথির সারণি এবং নথি।"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3153805\n"
+"40\n"
+"help.text"
+msgid "Integer Variables"
+msgstr "ইনটিজার ভেরিয়েবল"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3146966\n"
+"41\n"
+"help.text"
+msgid "Integer variables range from -32768 to 32767. If you assign a floating-point value to an integer variable, the decimal places are rounded to the next integer. Integer variables are rapidly calculated in procedures and are suitable for counter variables in loops. An integer variable only requires two bytes of memory. \"%\" is the type-declaration character."
+msgstr "পূর্ণসংখ্যা ভেরিয়েবলের পরিসর ৩২৭৬৮ থেকে ৩২৭৬৭ পর্যন্ত। যদি আপনি একটি পূর্ণসংখ্যা ভেরিয়েবলে একটি ফ্লোটিং পয়েন্ট মান প্রদান করেন, দশমিক স্থান পরবর্তী পূর্ণসংখ্যাতে পরিণত হবে। পূর্ণসংখ্যা ভেরিয়েবল প্রসিজারে দ্রুত গণনা করা হয় এবং লুপে কাউন্টার ভেরিয়েবলের জন্য উপযুক্ত। একটি পূর্ণসংখ্যা ভেরিয়েবলের জন্য মেমরির দুই বাইট জায়গা প্রয়োজন। \" % \" হলো টাইপ ডিক্লেয়ারেশন অক্ষর।"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3147546\n"
+"45\n"
+"help.text"
+msgid "Long Integer Variables"
+msgstr "দীর্ঘ ইনটিজার ভেরিয়েবল"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3151193\n"
+"46\n"
+"help.text"
+msgid "Long integer variables range from -2147483648 to 2147483647. If you assign a floating-point value to a long integer variable, the decimal places are rounded to the next integer. Long integer variables are rapidly calculated in procedures and are suitable for counter variables in loops for large values. A long integer variable requires four bytes of memory. \"&\" is the type-declaration character."
+msgstr "দীর্ঘ পূর্ণসংখ্যা ভেরিয়েবলের পরিসীমা -২১৪৭৪৮৩৬৪৭ থেকে ২১৪৭৪৮৩৬৪৭পর্যন্ত। যদি আপনি একটি দীর্ঘ পূর্ণসংখ্যা ভেরিয়েবলে একটি ফ্লোটিং পয়েন্ট মান বরাদ্দ করেন, তাহলে দশমিক স্থান পরবর্তী পূর্ণসংখ্যায় রূপান্তরিত হবে। প্রসিজারে দীর্ঘ পূর্ণসংখ্যা ভেরিয়েবল দ্রুত গণনা করা হয় এবং বড় মানের জন্য লুপে কাউন্টার ভেরিয়েবলের জন্য উপযুক্ত। একটি দীর্ঘ পূর্ণসংখ্যা ভেরিয়েবলের জন্য মেমরির চার বাইট স্থান প্রয়োজন। \" & \" হলো টাইপ ডিক্লেয়ারেশন অক্ষর।"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id7596972\n"
+"help.text"
+msgid "Decimal Variables"
+msgstr "দশমিক ভেরিয়েবল"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id2649311\n"
+"help.text"
+msgid "Decimal variables can take positive or negative numbers or zero. Accuracy is up to 29 digits."
+msgstr "দশমিক ভেরিয়েবল হিসেবে ধ্বনাত্মক অথবা ঋনাত্মক সংখ্যা অথবা শূন্য ব্যবহৃত হয়। ২৯ ডিজিট পর্যন্ত নির্ভুলতা থাকতে হবে।"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id7617114\n"
+"help.text"
+msgid "You can use plus (+) or minus (-) signs as prefixes for decimal numbers (with or without spaces)."
+msgstr "আপনি দশমিক সংখ্যার প্রিফিক্স হিসেবে যোগ (+) অথবা বিয়োগ (-) চিহ্ন ব্যবহার করতে পারেন (ফাঁকা স্থান সহ বা ব্যতীত)।"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id1593676\n"
+"help.text"
+msgid "If a decimal number is assigned to an integer variable, %PRODUCTNAME Basic rounds the figure up or down."
+msgstr "যদি একটি দশমিক সংখ্যাকে ইনটিজার ভেরিয়েবল হিসেবে নিযুক্ত করা হয় তাহলে %PRODUCTNAME বেসিক সংখ্যাটিকে উপরের বা নিচের পূর্ণসংখ্যায় পরিণত করে।"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3147500\n"
+"50\n"
+"help.text"
+msgid "Single Variables"
+msgstr "একক ভেরিয়েবল"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3153070\n"
+"51\n"
+"help.text"
+msgid "Single variables can take positive or negative values ranging from 3.402823 x 10E38 to 1.401298 x 10E-45. Single variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Single variables are suitable for mathematical calculations of average precision. Calculations require more time than for Integer variables, but are faster than calculations with Double variables. A Single variable requires 4 bytes of memory. The type-declaration character is \"!\"."
+msgstr "একক ভেরিয়েবল, 3.402823 x 10E38 হতে 1.401298 x 10E-45 পরিসরের ধনাত্মক অথবা ঋনাত্মক মান নিয়ে কাজ করতে পারে। একক ভেরিয়েবল হলো ফ্লোটিং পয়েন্ট ভেরিয়েবল, যাতে দশমিক সংখ্যার শুদ্ধতা হ্রাস পায় এবং একই সাথে দশমিক নয় এমন সংখ্যার অংশ বৃদ্ধি পায়। একক ভেরিয়েবল গড় শুদ্ধতার গাণিতিক গণনার জন্য উপযোগী। পূর্ণসংখ্যা ভেরিয়েবল গণনার জন্য বেশী সময় প্রয়োজন হয়, কিন্তু ডাবল ভেরিয়েবল গণনার জন্য অপেক্ষাকৃত কম সময় লাগে। একটি একক ভেরিয়েবলের মেমরির ৪ বাইট স্থান প্রয়োজন। টাইপ-ডিক্লেয়ারেশন অক্ষরটি হলো \"!\"।"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3155753\n"
+"54\n"
+"help.text"
+msgid "Double Variables"
+msgstr "ডবল ভেরিয়েবল"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3150953\n"
+"55\n"
+"help.text"
+msgid "Double variables can take positive or negative values ranging from 1.79769313486232 x 10E308 to 4.94065645841247 x 10E-324. Double variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Double variables are suitable for precise calculations. Calculations require more time than for Single variables. A Double variable requires 8 bytes of memory. The type-declaration character is \"#\"."
+msgstr "ডাবল ভেরিয়েবল, 1.79769313486232 x 10E308 হতে 4.94065645841247 x 10E-324 পরিসরের ধনাত্মক অথবা ঋনাত্মক মান মান নিয়ে কাজ করে। ডাবল ভেরিয়েবল হলো ফ্লোটিং পয়েন্ট ভেরিয়েবল, যাতে দশমিক নয় এমন সংখ্যার অংশ বৃদ্ধির সাথে সাথে দশমিকের শুদ্ধত্বা হ্রাস পায়। ডাবল ভেরিয়েবল ব্যবহার করে অপেক্ষাকৃত শুদ্ধ গণনা করা যায়। একক ভেরিয়েবল গণনার তুলনায় বেশী সময় প্রয়োজন হয়। একটি ডাবল ভেরিয়েবলের জন্য মেমরির ৮ বাইট স্থান প্রয়োজন হয়। টাইপ ডিক্লেয়ারেশন অক্ষরটি হলো \"#\"।"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3155747\n"
+"95\n"
+"help.text"
+msgid "Currency Variables"
+msgstr "মুদ্রা ভেরিয়েবল"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3153337\n"
+"96\n"
+"help.text"
+msgid "Currency variables are internally stored as 64-bit numbers (8 Bytes) and displayed as a fixed-decimal number with 15 non-decimal and 4 decimal places. The values range from -922337203685477.5808 to +922337203685477.5807. Currency variables are used to calculate currency values with a high precision. The type-declaration character is \"@\"."
+msgstr "মূদ্রা ভেরিয়েবল ৬৪-বিট (৮ বাইট) সংখ্যা হিসেবে অভ্যন্তরীণভাবে সংরক্ষিত থাকে এবং ১৫ দশমিক নয় এমন এবং ৪ দশমিক স্থানের সঙ্গে একটি নির্দিষ্ট দশমিক সংখ্যা হিসেবে প্রদর্শিত হয়। মানের পরিসর -922337203685477 5808 থেকে +922337203685477 5807। শুদ্ধতম মূদ্রা গণনার জন্য একটি মূদ্রা ভেরিয়েবল ব্যবহার করা হয়। টাইপ ডিক্লেয়ারেশন অক্ষরটি হলো \" @ \"।"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3148742\n"
+"58\n"
+"help.text"
+msgid "String Variables"
+msgstr "স্ট্রিং ভেরিয়েবল"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3151393\n"
+"59\n"
+"help.text"
+msgid "String variables can hold character strings with up to 65,535 characters. Each character is stored as the corresponding Unicode value. String variables are suitable for word processing within programs and for temporary storage of any non-printable character up to a maximum length of 64 Kbytes. The memory required for storing string variables depends on the number of characters in the variable. The type-declaration character is \"$\"."
+msgstr "স্ট্রিং ভেরিয়েবল সর্বোচ্চ ৬৫, ৫৩৫ অক্ষরের স্ট্রিং ধারণ করতে পারে। প্রত্যেকটি অক্ষর সংশ্লিষ্ট ইউনিকোড মান হিসেবে সংরক্ষিত থাকে। স্ট্রিং ভেরিয়েবল প্রোগ্রামের মধ্যে শব্দ প্রসেস এবং সর্বোচ্চ ৬৪ কিলোবাইটের যেকোনো মুদ্রণযোগ্য নয় এমন অক্ষরের অস্থায়ী স্টোরেজের জন্য উপযোগী। স্ট্রিং ভেরিয়েবল সংরক্ষণ করার জন্য যে মেমরির প্রয়োজন হয় তা ভেরিয়েবলের মোট অক্ষরের উপর নির্ভরশীল। টাইপ ডিক্লেয়ারেশন অক্ষরটি হলো \" $ \"।"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3150534\n"
+"62\n"
+"help.text"
+msgid "Boolean Variables"
+msgstr "বুলিয়ান ভেরিয়েবল"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3145632\n"
+"63\n"
+"help.text"
+msgid "Boolean variables store only one of two values: TRUE or FALSE. A number 0 evaluates to FALSE, every other value evaluates to TRUE."
+msgstr "বুলিয়ান ভেরিয়েবল দুইটি মানের শুধুমাত্র একটি মান সংরক্ষণ করে: TRUE অথবা FALSE। 0 সংখ্যাটির অর্থ হলো FALSE, অন্যান্য সব মানের অর্থ হলো TRUE।"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3149722\n"
+"65\n"
+"help.text"
+msgid "Date Variables"
+msgstr "তারিখ ভেরিয়েবল"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3159116\n"
+"66\n"
+"help.text"
+msgid "Date variables can only contain dates and time values stored in an internal format. Values assigned to Date variables with <link href=\"text/sbasic/shared/03030101.xhp\" name=\"Dateserial\"><emph>Dateserial</emph></link>, <link href=\"text/sbasic/shared/03030102.xhp\" name=\"Datevalue\"><emph>Datevalue</emph></link>, <link href=\"text/sbasic/shared/03030205.xhp\" name=\"Timeserial\"><emph>Timeserial</emph></link> or <link href=\"text/sbasic/shared/03030206.xhp\" name=\"Timevalue\"><emph>Timevalue</emph></link> are automatically converted to the internal format. Date-variables are converted to normal numbers by using the <link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day\"><emph>Day</emph></link>, <link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month\"><emph>Month</emph></link>, <link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year\"><emph>Year</emph></link> or the <link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour\"><emph>Hour</emph></link>, <link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute\"><emph>Minute</emph></link>, <link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second\"><emph>Second</emph></link> function. The internal format enables a comparison of date/time values by calculating the difference between two numbers. These variables can only be declared with the key word <emph>Date</emph>."
+msgstr "তারিখ ভেরিয়েবলে শুধুমাত্র অভ্যন্তরীণ বিন্যাসে সংরক্ষিত তারিখ এবং সময়ের মান বিদ্যমান। তারিখ ভেরিয়েবলে <link href=\"text/sbasic/shared/03030101.xhp\" name=\"Dateserial\"><emph>Dateserial</emph></link>, <link href=\"text/sbasic/shared/03030102.xhp\" name=\"Datevalue\"><emph>Datevalue</emph></link>, <link href=\"text/sbasic/shared/03030205.xhp\" name=\"Timeserial\"><emph>Timeserial</emph></link> অথবা <link href=\"text/sbasic/shared/03030206.xhp\" name=\"Timevalue\"><emph>Timevalue</emph></link> দ্বারা প্রয়োগকৃত মান স্বয়ংক্রিয়ভাবে অভ্যন্তরীণ বিন্যাসে রূপান্তরিত হয়। তারিখ ভেরিয়েবল <link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day\"><emph>Day</emph></link>, <link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month\"><emph>Month</emph></link>, <link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year\"><emph>Year</emph></link> অথবা <link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour\"><emph>Hour</emph></link>, <link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute\"><emph>Minute</emph></link>, <link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second\"><emph>Second</emph></link> ফাংশন ব্যবহার করে স্বাভাবিক সংখ্যায় রূপান্তরিত হয়। দুইটি সংখ্যার পার্থক্য গণনা করার মাধ্যমে তারিখ/সময়ের মধ্যে তুলনা অভ্যন্তরীণ বিন্যাসের সাহায্যে সক্রিয় করা হয়। এই ভেরিয়েবলসমূহ শুধুমাত্র <emph>Date</emph> কীওয়ার্ডের সাহায্যে ডিক্লেয়ার করা যায়।"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3148732\n"
+"68\n"
+"help.text"
+msgid "Initial Variable Values"
+msgstr "ভেরিয়েবলের প্রাথমিক মান"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154549\n"
+"69\n"
+"help.text"
+msgid "As soon as the variable has been declared, it is automatically set to the \"Null\" value. Note the following conventions:"
+msgstr "কোন ভেরিয়েবল ডিক্লেয়ার করার সাথে সাথে স্বয়ংক্রিয়ভাবে \"Null\" মান নির্ধারিত হয়। নিম্নের নিয়মাবলী নোট করুন:"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3143222\n"
+"70\n"
+"help.text"
+msgid "<emph>Numeric</emph> variables are automatically assigned the value \"0\" as soon as they are declared."
+msgstr "<emph>সংখ্যাসূচক</emph> ভেরিয়েবল ডিক্লেয়ার করার সাথে স্বয়ংক্রিয়ভাবে \"0\" মান হিসেবে ধার্য হয়।"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3150693\n"
+"71\n"
+"help.text"
+msgid "<emph>Date variables</emph> are assigned the value 0 internally; equivalent to converting the value to \"0\" with the <link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day\"><emph>Day</emph></link>, <link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month\"><emph>Month</emph></link>, <link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year\"><emph>Year</emph></link> or the <link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour\"><emph>Hour</emph></link>, <link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute\"><emph>Minute</emph></link>, <link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second\"><emph>Second</emph></link> function."
+msgstr "<emph>তারিখ ভেরিয়েবল</emph> এর মান হিসেবে অভ্যন্তরীণভাবে 0 বরাদ্দ থাকে; যা <link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day\"><emph>তারিখ</emph></link>, <link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month\"><emph>মাস</emph></link>, <link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year\"><emph>বছর</emph></link> or the <link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour\"><emph>ঘন্টা</emph></link>, <link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute\"><emph>মিনিট</emph></link>, <link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second\"><emph>সেকেন্ড</emph></link> ফাংশন ব্যবহার করে মানটিকে \"0\" তে রূপান্তর করার সমতুল্য।"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154807\n"
+"72\n"
+"help.text"
+msgid "<emph>String variables</emph> are assigned an empty-string (\"\") when they are declared."
+msgstr "<emph>স্ট্রিং ভেরিয়েবল</emph> ডিক্লেয়ার করা হলে ফাঁকা-স্ট্রিং (\"\") নিযুক্ত হয়।"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3153936\n"
+"83\n"
+"help.text"
+msgid "Arrays"
+msgstr "অ্যারে"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3148736\n"
+"84\n"
+"help.text"
+msgid "$[officename] Basic knows one- or multi-dimensional arrays, defined by a specified variable type. Arrays are suitable for editing lists and tables in programs. Individual elements of an array can be addressed through a numeric index."
+msgstr "$[officename] বেসিক একটি উল্লেখিত ভেরিয়েবল দ্বারা নির্ধারিত এক বা বহুমাত্রিক অ্যারের সাথে পরিচিত। অ্যারে প্রোগ্রামে তালিকা এবং টেবিল সম্পাদনার জন্য উপযুক্ত। একটি অ্যারের স্বতন্ত্র এলিমেন্ট একটি সংখ্যাসূচক ইনডেক্সের মাধ্যমে নির্দেশিত হতে পারে।"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3149546\n"
+"85\n"
+"help.text"
+msgid "Arrays <emph>must</emph> be declared with the <emph>Dim</emph> statement. There are several ways to define the index range of an array:"
+msgstr "অ্যারে<emph>অবশ্যই</emph><emph> Dim</emph> স্টেটমেন্টের মাধ্যমে ডিক্লেয়ার করা হয়েছে। একটি অ্যারের ইনডেক্সের পরিসর নির্ধারণ করতে কিছু উপায় রয়েছে:"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154567\n"
+"136\n"
+"help.text"
+msgid "21 elements numbered from 0 to 20"
+msgstr "০ হতে ২০ পর্যন্ত সংখ্যায়িত করা ২১টি এলিমেন্ট"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3154397\n"
+"137\n"
+"help.text"
+msgid "30 elements (a matrix of 6 x 5 elements)"
+msgstr "৩০টি ‌এলিমেন্ট ( ৬ x ৫ এলিমেন্টের একটি ম্যাট্রিক্স)"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3149690\n"
+"138\n"
+"help.text"
+msgid "21 elements numbered from 5 to 25"
+msgstr "৫ হতে ২৫ পর্যন্ত সংখ্যায়িত করা ২১টি এলিমেন্ট"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3153113\n"
+"89\n"
+"help.text"
+msgid "21 elements (including 0), numbered from -15 to 5"
+msgstr "২১টি এলিমেন্ট (০ সহ), -১৫ হতে ৫ পর্যন্ত সংখ্যায়িত"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3153005\n"
+"90\n"
+"help.text"
+msgid "The index range can include positive as well as negative numbers."
+msgstr "ইনডেক্সের পরিসরটি একই সাথে ধ্বনাত্মক এবং ঋনাত্মক সংখ্যাকে অন্তর্ভুক্ত করে।"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id3154507\n"
+"91\n"
+"help.text"
+msgid "Constants"
+msgstr "ধ্রুবক"
+
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id3156357\n"
+"92\n"
+"help.text"
+msgid "Constants have a fixed value. They are only defined once in the program and cannot be redefined later:"
+msgstr "ধ্রুবকগুলোর একটি নির্দিষ্ট মান রয়েছে। এগুলো প্রোগ্রামে শুধুমাত্র একবার নির্ধারণ করা হয় এবং পরে পুনঃনির্ধারণ করা যায় না:"
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefObj Statement [Runtime]"
+msgstr "DefObj Statement [Runtime]"
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"bm_id3149811\n"
+"help.text"
+msgid "<bookmark_value>DefObj statement</bookmark_value>"
+msgstr "<bookmark_value>DefObj statement</bookmark_value>"
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"hd_id3149811\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101700.xhp\" name=\"DefObj Statement [Runtime]\">DefObj Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101700.xhp\" name=\"DefObj Statement [Runtime]\">DefObj Statement [Runtime]</link>"
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3147573\n"
+"2\n"
+"help.text"
+msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
+msgstr "বর্ণের পরিসীমা অনুসারে পূর্বনির্ধারিত ভেরিয়েবল ধরন নির্ধারিত হয়, যদি কোন টাইপ ডিক্লেয়ার করার অক্ষর অথবা কীওয়ার্ড উল্লেখিত না থাকে।"
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"hd_id3150504\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3147530\n"
+"4\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Characterrange1[, Characterrange2[,...]]"
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"hd_id3153896\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3148552\n"
+"6\n"
+"help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
+msgstr "<emph>Characterrange:</emph> ভেরিয়েবলের পরিসর উল্লেখকারী বর্ণ যা আপনি পূর্বনির্ধারিত ডাটা টাইপের জন্য নির্ধারণ করতে চান।"
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3150358\n"
+"7\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr "<emph>xxx:</emph> কীওয়ার্ড যা পূর্বনির্ধারিত ভেরিয়েবল ধরন নির্ধারণ করে:"
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3148798\n"
+"8\n"
+"help.text"
+msgid "<emph>Keyword: </emph>Default variable type"
+msgstr "<emph>কীওয়ার্ড: </emph>পূর্বনির্ধারিত ভেরিয়েবল ধরন"
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3150769\n"
+"9\n"
+"help.text"
+msgid "<emph>DefObj:</emph> Object"
+msgstr "<emph>DefObj:</emph> বস্তু"
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"hd_id3156212\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3153969\n"
+"12\n"
+"help.text"
+msgid "REM Prefix definitions for variable types:"
+msgstr "ভেরিয়েবল ধরনের জন্য REM প্রিফিক্সের বর্ণনা"
+
+#: 03101700.xhp
+#, fuzzy
+msgctxt ""
+"03101700.xhp\n"
+"par_id3156424\n"
+"13\n"
+"help.text"
+msgid "DefBool b"
+msgstr "DefBool b"
+
+#: 03101700.xhp
+#, fuzzy
+msgctxt ""
+"03101700.xhp\n"
+"par_id3159254\n"
+"14\n"
+"help.text"
+msgid "DefDate t"
+msgstr "DefDate t"
+
+#: 03101700.xhp
+#, fuzzy
+msgctxt ""
+"03101700.xhp\n"
+"par_id3150440\n"
+"15\n"
+"help.text"
+msgid "DefDbL d"
+msgstr "DefDbL d"
+
+#: 03101700.xhp
+#, fuzzy
+msgctxt ""
+"03101700.xhp\n"
+"par_id3161832\n"
+"16\n"
+"help.text"
+msgid "DefInt i"
+msgstr "DefInt i"
+
+#: 03101700.xhp
+#, fuzzy
+msgctxt ""
+"03101700.xhp\n"
+"par_id3145365\n"
+"17\n"
+"help.text"
+msgid "DefLng l"
+msgstr "DefLng l"
+
+#: 03101700.xhp
+#, fuzzy
+msgctxt ""
+"03101700.xhp\n"
+"par_id3149481\n"
+"18\n"
+"help.text"
+msgid "DefObj o"
+msgstr "DefObj o"
+
+#: 03101700.xhp
+#, fuzzy
+msgctxt ""
+"03101700.xhp\n"
+"par_id3152886\n"
+"19\n"
+"help.text"
+msgid "DefVar v"
+msgstr "DefVar v"
+
+#: 03103100.xhp
+msgctxt ""
+"03103100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Let Statement [Runtime]"
+msgstr "Let Statement [Runtime]"
+
+#: 03103100.xhp
+msgctxt ""
+"03103100.xhp\n"
+"bm_id3147242\n"
+"help.text"
+msgid "<bookmark_value>Let statement</bookmark_value>"
+msgstr "<bookmark_value>Let statement</bookmark_value>"
+
+#: 03103100.xhp
+msgctxt ""
+"03103100.xhp\n"
+"hd_id3147242\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03103100.xhp\" name=\"Let Statement [Runtime]\">Let Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03103100.xhp\" name=\"Let Statement [Runtime]\">Let Statement [Runtime]</link>"
+
+#: 03103100.xhp
+msgctxt ""
+"03103100.xhp\n"
+"par_id3149233\n"
+"2\n"
+"help.text"
+msgid "Assigns a value to a variable."
+msgstr "একটি চলকে মান আরোপ করে।"
+
+#: 03103100.xhp
+msgctxt ""
+"03103100.xhp\n"
+"hd_id3153127\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03103100.xhp
+msgctxt ""
+"03103100.xhp\n"
+"par_id3154285\n"
+"4\n"
+"help.text"
+msgid "[Let] VarName=Expression"
+msgstr "[Let] VarName=Expression"
+
+#: 03103100.xhp
+msgctxt ""
+"03103100.xhp\n"
+"hd_id3148944\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03103100.xhp
+msgctxt ""
+"03103100.xhp\n"
+"par_id3147560\n"
+"6\n"
+"help.text"
+msgid "<emph>VarName:</emph> Variable that you want to assign a value to. Value and variable type must be compatible."
+msgstr "<emph>VarName:</emph> আপনি যে ভেরিয়েবলে মান বরাদ্দ করতে চান। অবশ্যই উপযুক্ত মান এবং ভেরিয়েবল টাইপ হতে হবে।"
+
+#: 03103100.xhp
+msgctxt ""
+"03103100.xhp\n"
+"par_id3148451\n"
+"7\n"
+"help.text"
+msgid "As in most BASIC dialects, the keyword <emph>Let</emph> is optional."
+msgstr "অধিকাংশ BASIC ভাষার মত, <emph>Let</emph> কীওয়ার্ডটি ঐচ্ছিক।"
+
+#: 03103100.xhp
+msgctxt ""
+"03103100.xhp\n"
+"hd_id3145785\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03103100.xhp
+#, fuzzy
+msgctxt ""
+"03103100.xhp\n"
+"par_id3152939\n"
+"12\n"
+"help.text"
+msgid "MsgBox Len(sText) ' returns 9"
+msgstr "MsgBox Len(sText) REM Returns 9"
+
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Screen I/O Functions"
+msgstr "পর্দার I/O ফাংশন"
+
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"hd_id3156280\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010000.xhp\" name=\"Screen I/O Functions\">Screen I/O Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03010000.xhp\" name=\"Screen I/O Functions\">পর্দার I/O ফাংশন</link>"
+
+#: 03010000.xhp
+msgctxt ""
+"03010000.xhp\n"
+"par_id3153770\n"
+"2\n"
+"help.text"
+msgid "This section describes the Runtime Functions used to call dialogs for the input and output of user entries."
+msgstr "এই অংশটি ব্যবহারকারী ভুক্তির ইনপুটে ডায়ালগ ডাকতে ব্যবহৃত রানটাইম ফাংশন বর্ণনা করে।"
+
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"tit\n"
+"help.text"
+msgid "CreateUnoService Function [Runtime]"
+msgstr "CreateUnoService Function [Runtime]"
+
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"bm_id3150682\n"
+"help.text"
+msgid "<bookmark_value>CreateUnoService function</bookmark_value>"
+msgstr "<bookmark_value>CreateUnoService function</bookmark_value>"
+
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"hd_id3150682\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03131600.xhp\" name=\"CreateUnoService Function [Runtime]\">CreateUnoService Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03131600.xhp\" name=\"CreateUnoService Function [Runtime]\">CreateUnoService Function [Runtime]</link>"
+
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"par_id3152924\n"
+"2\n"
+"help.text"
+msgid "Instantiates a Uno service with the ProcessServiceManager."
+msgstr "ProcessServiceManager এর সাথে একটি Uno সার্ভিস দ্রুত সম্পন্ন করে।"
+
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"hd_id3152801\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"par_id3153346\n"
+"4\n"
+"help.text"
+msgid "oService = CreateUnoService( Uno service name )"
+msgstr "oService = CreateUnoService( Uno service name )"
+
+#: 03131600.xhp
+#, fuzzy
+msgctxt ""
+"03131600.xhp\n"
+"par_idN1060F\n"
+"help.text"
+msgid "For a list of available services, go to: http://api.libreoffice.org/docs/common/ref/com/sun/star/module-ix.html"
+msgstr "বিদ্যমান সার্ভিসের তালিকার জন্য, দেখুন: http://api.openoffice.org/docs/common/ref/com/sun/star/module-ix.html"
+
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"hd_id3151111\n"
+"5\n"
+"help.text"
+msgid "Examples:"
+msgstr "উদাহরণ:"
+
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"par_id3154046\n"
+"6\n"
+"help.text"
+msgid "oIntrospection = CreateUnoService( \"com.sun.star.beans.Introspection\" )"
+msgstr "oIntrospection = CreateUnoService( \"com.sun.star.beans.Introspection\" )"
+
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"bm_id8334604\n"
+"help.text"
+msgid "<bookmark_value>filepicker;API service</bookmark_value>"
+msgstr "<bookmark_value>filepicker;API service</bookmark_value>"
+
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"par_idN10625\n"
+"help.text"
+msgid "The following code uses a service to open a file open dialog:"
+msgstr "নিম্নোক্ত কোড একটি ফাইল খোলার ডায়ালগ খুলতে একটি পরিসেবা ব্যবহার করে:উ"
+
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"par_idN1062B\n"
+"help.text"
+msgid "fName = FileOpenDialog (\"Please select a file\")"
+msgstr "fName = FileOpenDialog (\"Please select a file\")"
+
+#: 03131600.xhp
+#, fuzzy
+msgctxt ""
+"03131600.xhp\n"
+"par_idN10630\n"
+"help.text"
+msgid "Print \"file chosen: \"+fName"
+msgstr "print \"file chosen: \"+fName"
+
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"tit\n"
+"help.text"
+msgid "Month Function [Runtime]"
+msgstr "Month Function [Runtime]"
+
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"bm_id3153127\n"
+"help.text"
+msgid "<bookmark_value>Month function</bookmark_value>"
+msgstr "<bookmark_value>Month function</bookmark_value>"
+
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"hd_id3153127\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month Function [Runtime]\">Month Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month Function [Runtime]\">Month Function [Runtime]</link>"
+
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"par_id3148550\n"
+"2\n"
+"help.text"
+msgid "Returns the month of a year from a serial date that is generated by the DateSerial or the DateValue function."
+msgstr "DateSerial অথবা DateValue ফাংশন দ্বারা প্রকাশিত ক্রমিক তারিখ থেকে বছরের একটি মাস প্রদান করে।"
+
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"hd_id3145068\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"par_id3150398\n"
+"4\n"
+"help.text"
+msgid "Month (Number)"
+msgstr "Month (Number)"
+
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"hd_id3154366\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"par_id3154125\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"hd_id3150768\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"par_id3156423\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Numeric expression that contains the serial date number that is used to determine the month of the year."
+msgstr "<emph>ক্রম:</emph> সংখ্যাসূচক এক্সপ্রেশন যাতে বছরের মাস নির্ধারণ করার জন্য একটি ক্রমিক তারিখ সংখ্যা উল্লেখিত থাকে।"
+
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"par_id3153770\n"
+"9\n"
+"help.text"
+msgid "This function is the opposite of the <emph>DateSerial </emph>function. It returns the month in the year that corresponds to the serial date that is generated by <emph>DateSerial</emph> or <emph>DateValue</emph>. For example, the expression"
+msgstr "এই ফাংশনটি <emph>DateSerial </emph>ফাংশনের বিপরীত। এটি বছরের একটি মাস প্রদান করে থাকে যা <emph>DateSerial</emph> অথবা <emph>DateValue</emph> দ্বারা উৎপাদিত ক্রমিক তারিখ সংশ্লিষ্ট। যেমন, এক্সপ্রেশনটি"
+
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"par_id3145366\n"
+"11\n"
+"help.text"
+msgid "returns the value 12."
+msgstr "মান ১২ প্রদান করে।"
+
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"hd_id3146923\n"
+"12\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"par_id3149664\n"
+"14\n"
+"help.text"
+msgid "MsgBox \"\" & Month(Now) ,64,\"The current month\""
+msgstr "MsgBox \"\" & Month(Now) ,64,\"The current month\""
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"tit\n"
+"help.text"
+msgid "GoSub...Return Statement [Runtime]"
+msgstr "GoSub...Return Statement [Runtime]"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"bm_id3147242\n"
+"help.text"
+msgid "<bookmark_value>GoSub...Return statement</bookmark_value>"
+msgstr "<bookmark_value>GoSub...Return statement</bookmark_value>"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"hd_id3147242\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090301.xhp\" name=\"GoSub...Return Statement [Runtime]\">GoSub...Return Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090301.xhp\" name=\"GoSub...Return Statement [Runtime]\">GoSub...Return Statement [Runtime]</link>"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3145316\n"
+"2\n"
+"help.text"
+msgid "Calls a subroutine that is indicated by a label from a subroutine or a function. The statements following the label are executed until the next Return statement. Afterwards, the program continues with the statement that follows the <emph>GoSub </emph>statement."
+msgstr "একটি সাবরুটিন কল করা হয় যা একটি সাবরুটিন অথবা ফাংশনের একটি লেবেলের মাধ্যমে নির্দেশিত হয়। পরবর্তী প্রদান স্টেটমেন্ট পর্যন্ত লেবেল অনুসরণকারী স্টেটমেন্ট চালানো হয়। পরবর্তীকালে, <emph>GoSub </emph> স্টেটমেন্ট অনুসরণকারী স্টেটমেন্ট সহ প্রোগ্রাম চালনা বহাল রাখে।"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"hd_id3145609\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3145069\n"
+"4\n"
+"help.text"
+msgid "see Parameters"
+msgstr "প্যারামিটার দেখুন"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"hd_id3147265\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3148664\n"
+"6\n"
+"help.text"
+msgid "Sub/Function"
+msgstr "সাব/ফাংশন"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3150400\n"
+"7\n"
+"help.text"
+msgid "statement block"
+msgstr "স্টেটমেন্ট ব্লক"
+
+#: 03090301.xhp
+#, fuzzy
+msgctxt ""
+"03090301.xhp\n"
+"par_id3154140\n"
+"8\n"
+"help.text"
+msgid "Label"
+msgstr "লেবেল"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3150869\n"
+"9\n"
+"help.text"
+msgid "statement block"
+msgstr "স্টেটমেন্ট ব্লক"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3154909\n"
+"10\n"
+"help.text"
+msgid "GoSub Label"
+msgstr "GoSub লেবেল"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3153969\n"
+"11\n"
+"help.text"
+msgid "Exit Sub/Function"
+msgstr "Exit Sub/Function"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3154685\n"
+"12\n"
+"help.text"
+msgid "Label:"
+msgstr "লেবেল:"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3145786\n"
+"13\n"
+"help.text"
+msgid "statement block"
+msgstr "স্টেটমেন্ট ব্লক"
+
+#: 03090301.xhp
+#, fuzzy
+msgctxt ""
+"03090301.xhp\n"
+"par_id3159252\n"
+"14\n"
+"help.text"
+msgid "Return"
+msgstr "প্রদান"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3154321\n"
+"15\n"
+"help.text"
+msgid "End Sub/Function"
+msgstr "End Sub/Function"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3147318\n"
+"16\n"
+"help.text"
+msgid "The <emph>GoSub</emph> statement calls a local subroutine indicated by a label from within a subroutine or a function. The name of the label must end with a colon (\":\")."
+msgstr "একটি সাবরুটিন অথবা ফাংশন থেকে একটি লেবেল দ্বারা নির্দেশিত লোক্যাল সাবরুটিন <emph>GoSub</emph> স্টেটমন্টের সাহায্যে কল করা হয়। লেবেলের নামটি অবশ্যই একটি কোলন (\":\") দ্বারা শেষ হবে।"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3153190\n"
+"17\n"
+"help.text"
+msgid "If the program encounters a Return statement not preceded by <emph>GoSub</emph>, $[officename] Basic returns an error message. Use <emph>Exit Sub</emph> or <emph>Exit Function</emph> to ensure that the program leaves a Sub or Function before reaching the next Return statement."
+msgstr "যদি প্রোগ্রামটিতে এমন একটি প্রদান স্টেটমেন্ট থাকে যার পূর্বে <emph>GoSub</emph> বিদ্যমান নয়, তাহলে $[officename] বেসিক একটি ত্রুটি বার্তা প্রদান করে থাকে। পরবর্তী প্রদান স্টেটমেন্টে পৌঁছার পূর্বে সাব অথবা ফাংশন থেকে একটি প্রোগ্রাম অপসারণ নিশ্চিত করার জন্য <emph>Exit Sub</emph> অথবা <emph>Exit Function</emph> ব্যবহার করা হয়।"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3145799\n"
+"19\n"
+"help.text"
+msgid "The following example demonstrates the use of <emph>GoSub</emph> and <emph>Return</emph>. By executing a program section twice, the program calculates the square root of two numbers that are entered by the user."
+msgstr "নিচের উদাহরণটি <emph>GoSub</emph> এবং <emph>Return</emph> এর ব্যবহার ব্যাখ্যা করে থাকে। প্রোগ্রামের একটি অংশ দুইবার চালানোর মাধ্যমে, ব্যবহারকারী দ্বারা সন্নিবেশকৃত দুইটি সংখ্যার বর্গমূল গণনা করা হয়।"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"hd_id3156284\n"
+"20\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3146970\n"
+"25\n"
+"help.text"
+msgid "iInputa = Int(InputBox$ \"Enter the first number: \",\"NumberInput\"))"
+msgstr "iInputa = Int(InputBox$ \"Enter the first number: \",\"NumberInput\"))"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3150329\n"
+"26\n"
+"help.text"
+msgid "iInputb = Int(InputBox$ \"Enter the second number: \",\"NumberInput\"))"
+msgstr "iInputb = Int(InputBox$ \"Enter the second number: \",\"NumberInput\"))"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3154756\n"
+"29\n"
+"help.text"
+msgid "Print \"The square root of\";iInputa;\" is\";iInputc"
+msgstr "Print \"The square root of\";iInputa;\" is\";iInputc"
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"par_id3147340\n"
+"32\n"
+"help.text"
+msgid "Print \"The square root of\";iInputb;\" is\";iInputc"
+msgstr "Print \"The square root of\";iInputb;\" is\";iInputc"
+
+#: 03090408.xhp
+msgctxt ""
+"03090408.xhp\n"
+"tit\n"
+"help.text"
+msgid "Stop Statement [Runtime]"
+msgstr "Stop Statement [Runtime]"
+
+#: 03090408.xhp
+msgctxt ""
+"03090408.xhp\n"
+"bm_id3153311\n"
+"help.text"
+msgid "<bookmark_value>Stop statement</bookmark_value>"
+msgstr "<bookmark_value>Stop statement</bookmark_value>"
+
+#: 03090408.xhp
+msgctxt ""
+"03090408.xhp\n"
+"hd_id3153311\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090408.xhp\" name=\"Stop Statement [Runtime]\">Stop Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090408.xhp\" name=\"Stop Statement [Runtime]\">Stop Statement [Runtime]</link>"
+
+#: 03090408.xhp
+msgctxt ""
+"03090408.xhp\n"
+"par_id3154142\n"
+"2\n"
+"help.text"
+msgid "Stops the execution of the Basic program."
+msgstr "মূল প্রোগ্রাম চালনা থামিয়ে দেয়া হয়।"
+
+#: 03090408.xhp
+msgctxt ""
+"03090408.xhp\n"
+"hd_id3153126\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03090408.xhp
+msgctxt ""
+"03090408.xhp\n"
+"par_id3156023\n"
+"4\n"
+"help.text"
+msgid "Stop"
+msgstr "থামুন"
+
+#: 03090408.xhp
+msgctxt ""
+"03090408.xhp\n"
+"hd_id3156344\n"
+"5\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"tit\n"
+"help.text"
+msgid "RGB Function [Runtime]"
+msgstr "RGB Function [Runtime]"
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"hd_id3150792\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB Function [Runtime]\">RGB Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB Function [Runtime]\">RGB Function [Runtime]</link>"
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"par_id3150447\n"
+"2\n"
+"help.text"
+msgid "Returns a <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"long integer color value\">long integer color value</link> consisting of red, green, and blue components."
+msgstr "লাল, সবুজ, এবং নীল কমপোনেন্ট সম্বলিত <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"long integer color value\">দীর্ঘ ইনটিজার রঙের মান</link> প্রদান করে।"
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"hd_id3147229\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"par_id3155132\n"
+"4\n"
+"help.text"
+msgid "RGB (Red, Green, Blue)"
+msgstr "RGB (লাল, সবুজ, নীল)"
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"hd_id3156442\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"par_id3159153\n"
+"6\n"
+"help.text"
+msgid "Long"
+msgstr "Long"
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"hd_id3154013\n"
+"7\n"
+"help.text"
+msgid "Parameter:"
+msgstr "প্যারামিটার:"
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"par_id3152597\n"
+"8\n"
+"help.text"
+msgid "<emph>Red</emph>: Any integer expression that represents the red component (0-255) of the composite color."
+msgstr "<emph>লাল</emph>: যেকোনো ইনটিজার এক্সপ্রেশন যা যৌগিক রঙের লাল কম্পোনেন্ট (০-২৫৫) উপস্থাপন করে।"
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"par_id3146974\n"
+"9\n"
+"help.text"
+msgid "<emph>Green</emph>: Any integer expression that represents the green component (0-255) of the composite color."
+msgstr "<emph>সবুজ</emph>: যেকোনো ইনটিজার এক্সপ্রেশন যা যৌগিক রঙের সবুজ কম্পোনেন্ট (০-২৫৫) উপস্থাপন করে।"
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"par_id3151113\n"
+"10\n"
+"help.text"
+msgid "<emph>Blue</emph>: Any integer expression that represents the blue component (0-255) of the composite color."
+msgstr "<emph>নীল</emph>: যেকোনো ইনটিজার এক্সপ্রেশন যা যৌগিক রঙের নীল কম্পোনেন্ট (০-২৫৫) উপস্থাপন করে।"
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"hd_id3147435\n"
+"11\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03010305.xhp
+#, fuzzy
+msgctxt ""
+"03010305.xhp\n"
+"par_id3145647\n"
+"15\n"
+"help.text"
+msgid "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
+msgstr "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"par_id3154491\n"
+"16\n"
+"help.text"
+msgid "\"red= \" & red(lVar) & Chr(13)&_"
+msgstr "\"red= \" & red(lVar) & Chr(13)&_"
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"par_id3149401\n"
+"17\n"
+"help.text"
+msgid "\"green= \" & green(lVar) & Chr(13)&_"
+msgstr "\"green= \" & green(lVar) & Chr(13)&_"
+
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"par_id3150716\n"
+"18\n"
+"help.text"
+msgid "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colors\""
+msgstr "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colors\""
+
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"tit\n"
+"help.text"
+msgid "IsNull Function [Runtime]"
+msgstr "IsNull Function [Runtime]"
+
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"bm_id3155555\n"
+"help.text"
+msgid "<bookmark_value>IsNull function</bookmark_value><bookmark_value>Null value</bookmark_value>"
+msgstr "<bookmark_value>IsNull function</bookmark_value><bookmark_value>Null value</bookmark_value>"
+
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"hd_id3155555\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102600.xhp\" name=\"IsNull Function [Runtime]\">IsNull Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03102600.xhp\" name=\"IsNull Function [Runtime]\">IsNull Function [Runtime]</link>"
+
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"par_id3146957\n"
+"2\n"
+"help.text"
+msgid "Tests if a Variant contains the special Null value, indicating that the variable does not contain data."
+msgstr "যদি একটি ভেরিয়েন্টে বিশেষ নাল মান বিদ্যমান থাকে, তাহলে পরীক্ষা করা হবে যা ভেরিয়েবলে কোন ডাটা নেই বলে নির্দেশ করে থাকে।"
+
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"hd_id3150670\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"par_id3150984\n"
+"4\n"
+"help.text"
+msgid "IsNull (Var)"
+msgstr "IsNull (Var)"
+
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"hd_id3149514\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"par_id3145609\n"
+"6\n"
+"help.text"
+msgid "Bool"
+msgstr "Bool"
+
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"hd_id3149669\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"par_id3159414\n"
+"8\n"
+"help.text"
+msgid "<emph>Var:</emph> Any variable that you want to test. This function returns True if the Variant contains the Null value, or False if the Variant does not contain the Null value."
+msgstr "<emph>Var:</emph> যেকোনো ভেরিয়েবল যা আপনি পরীক্ষা করতে চান। যদি ভেরিয়েন্টটিতে একটি নাল মান বিদ্যমান থাকে, তাহলে ফাংশনটি True প্রদান করে থাকে, অথবা যদি ভেরিয়েন্টটিতে নাল মান না থাকে, তাহলে False প্রদান করে থাকে।"
+
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"par_idN1062A\n"
+"help.text"
+msgid "<emph>Null</emph> - This value is used for a variant data sub type without valid contents."
+msgstr "<emph>নাল</emph> - এই মানটি বৈধ ধ্রুবক ছাড়া ভেরিয়েন্ট ডাটা sub টাইপের জন্য ব্যাহৃত হয়।"
+
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"hd_id3153381\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03070300.xhp
+msgctxt ""
+"03070300.xhp\n"
+"tit\n"
+"help.text"
+msgid "\"+\" Operator [Runtime]"
+msgstr "\"+\" Operator [Runtime]"
+
+#: 03070300.xhp
+msgctxt ""
+"03070300.xhp\n"
+"bm_id3145316\n"
+"help.text"
+msgid "<bookmark_value>\"+\" operator (mathematical)</bookmark_value>"
+msgstr "<bookmark_value>\"+\" operator (mathematical)</bookmark_value>"
+
+#: 03070300.xhp
+msgctxt ""
+"03070300.xhp\n"
+"hd_id3145316\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03070300.xhp\">\"+\" Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03070300.xhp\">\"+\" Operator [Runtime]</link>"
+
+#: 03070300.xhp
+msgctxt ""
+"03070300.xhp\n"
+"par_id3145068\n"
+"2\n"
+"help.text"
+msgid "Adds or combines two expressions."
+msgstr "দুইটি এক্সপ্রেশন যোগ অথবা একত্রিত করা হয়।"
+
+#: 03070300.xhp
+msgctxt ""
+"03070300.xhp\n"
+"hd_id3144500\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03070300.xhp
+msgctxt ""
+"03070300.xhp\n"
+"par_id3150358\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 + Expression2"
+msgstr "Result = Expression1 + Expression2"
+
+#: 03070300.xhp
+msgctxt ""
+"03070300.xhp\n"
+"hd_id3150400\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03070300.xhp
+msgctxt ""
+"03070300.xhp\n"
+"par_id3154123\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numerical expression that contains the result of the addition."
+msgstr "<emph>এক্সপ্রেশন১, এক্সপ্রেশন২:</emph> যেকোনো এক্সপ্রেশন যা যোগের ফলাফল ধারণ করে থাকে।"
+
+#: 03070300.xhp
+msgctxt ""
+"03070300.xhp\n"
+"par_id3150870\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to combine or to add."
+msgstr "<emph>এক্সপ্রেশন১, এক্সপ্রেশন২:</emph> যেকোনো এক্সপ্রেশন যা আপনি সন্নিবেশ অথবা যোগ করতে চান।"
+
+#: 03070300.xhp
+msgctxt ""
+"03070300.xhp\n"
+"hd_id3153969\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"tit\n"
+"help.text"
+msgid "Trim Function [Runtime]"
+msgstr "Trim Function [Runtime]"
+
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"bm_id3150616\n"
+"help.text"
+msgid "<bookmark_value>Trim function</bookmark_value>"
+msgstr "<bookmark_value>Trim function</bookmark_value>"
+
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"hd_id3150616\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120311.xhp\" name=\"Trim Function [Runtime]\">Trim Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120311.xhp\" name=\"Trim Function [Runtime]\">Trim Function [Runtime]</link>"
+
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"par_id3149177\n"
+"2\n"
+"help.text"
+msgid "Removes all leading and trailing spaces from a string expression."
+msgstr "স্ট্রিং এক্সপ্রেশনের সবচেয়ে সামনের এবং শেষের ফাঁকা স্থান অপসারণ করা হয়।"
+
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"hd_id3159157\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"par_id3155341\n"
+"4\n"
+"help.text"
+msgid "Trim( Text As String )"
+msgstr "Trim( Text As String )"
+
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"hd_id3155388\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"par_id3143228\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "স্ট্রিং"
+
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"hd_id3145609\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"par_id3159414\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression."
+msgstr "<emph>টেক্সট:</emph> যে কোন স্ট্রিং এক্সপ্রেশন।"
+
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"hd_id3148663\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03000000.xhp
+msgctxt ""
+"03000000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Run-Time Functions"
+msgstr "রান-টাইম ফাংশন"
+
+#: 03000000.xhp
+msgctxt ""
+"03000000.xhp\n"
+"hd_id3152895\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"doc_title\"><link href=\"text/sbasic/shared/03000000.xhp\" name=\"Run-Time Functions\">Run-Time Functions</link></variable>"
+msgstr "<variable id=\"doc_title\"><link href=\"text/sbasic/shared/03000000.xhp\" name=\"Run-Time Functions\">রান-টাইম ফাংশন</link></variable>"
+
+#: 03000000.xhp
+msgctxt ""
+"03000000.xhp\n"
+"par_id3148983\n"
+"2\n"
+"help.text"
+msgid "This section describes the Runtime Functions of <item type=\"productname\">%PRODUCTNAME</item> Basic."
+msgstr "এই অংশটি <item type=\"productname\">%PRODUCTNAME</item> বেসিকের রানটাইম ফাংশন ব্যাখ্যা করে।"
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"tit\n"
+"help.text"
+msgid "Open Statement[Runtime]"
+msgstr "Open Statement[Runtime]"
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"bm_id3150791\n"
+"help.text"
+msgid "<bookmark_value>Open statement</bookmark_value>"
+msgstr "<bookmark_value>Open statement</bookmark_value>"
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"hd_id3150791\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open Statement[Runtime]\">Open Statement[Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open Statement[Runtime]\">Open Statement[Runtime]</link>"
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3150769\n"
+"2\n"
+"help.text"
+msgid "Opens a data channel."
+msgstr "একটি ডাটা চ্যানেল খোলা হয়।"
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"hd_id3147230\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3154124\n"
+"4\n"
+"help.text"
+msgid "Open FileName As String [For Mode] [Access IOMode] [Protected] As [#]FileNumber As Integer [Len = DatasetLength]"
+msgstr "Open FileName As String [For Mode] [Access IOMode] [Protected] As [#]FileNumber As Integer [Len = DatasetLength]"
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"hd_id3156280\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3155132\n"
+"6\n"
+"help.text"
+msgid "<emph>FileName: </emph>Name and path of the file that you wan to open. If you try to read a file that does not exist (Access = Read), an error message appears. If you try to write to a file that does not exist (Access = Write), a new file is created."
+msgstr "<emph>FileName: </emph>ফাইলের নাম এবং পাথ যা আপনি খুলতে চান। বিদ্যমান নয় একটি ফাইল পড়তে চাইলে (Access = Read), একটি ত্রুটি বার্তা দেখা যাবে। যদি আপনি বিদ্যমান নয় এমন একটি ফাইলে লিখতে চান (Access = Write) তাহলে একটি নতুন ফাইল তৈরি হবে।"
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3149262\n"
+"7\n"
+"help.text"
+msgid "<emph>Mode:</emph> Keyword that specifies the file mode. Valid values: Append (append to sequential file), Binary (data can be accessed by bytes using Get and Put), Input (opens data channel for reading), Output (opens data channel for writing), and Random (edits relative files)."
+msgstr "<emph>মোড:</emph> ফাইল মোড উল্লখকারী কীওয়ার্ড। বৈধ মান: পিশেষে যোগ (ক্রমানুসার ফাইলের পরিশেষে যোগ), বাইনারি (Get এবং Put ব্যবহার করে বাইট অনুসারে ডাটা প্রয়োগ করা যায়), ইনপুট (পাঠ করার জন্য ডাটা চ্যানেল খোলা হয়), আউটপুট (লেখার জন্য ডাটা চ্যানেল খোলা হয়) এবং র‍্যান্ডম (সংশ্লিষ্ট ফাইল সম্পাদনা)।"
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3154014\n"
+"8\n"
+"help.text"
+msgid "<emph>IOMode:</emph> Keyword that defines the access type. Valid values: Read (read-only), Write (write-only), Read Write (both)."
+msgstr "<emph>IOমোড:</emph> কীওয়ার্ড যা তথ্য নিবেশনের ধরন নির্ধারণ করে। কার্যকর মান: পড়া (শুধুমাত্র পাঠযোগ্য), লেখা (শুধুমাত্র লিখনযোগ্য), লেখা-পড়া (উভয়ই)।"
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3150011\n"
+"9\n"
+"help.text"
+msgid "<emph>Protected:</emph> Keyword that defines the security status of a file after opening. Valid values: Shared (file may be opened by other applications), Lock Read (file is protected against reading), Lock Write (file is protected against writing), Lock Read Write (denies file access)."
+msgstr "<emph>সুরক্ষিত:</emph> কীওয়ার্ড যা একটি ফাইল খোলার পরে তার নিরাপত্তা অবস্থা নির্ধারণ করে থাকে। কার্যকর মান: শেয়ারকৃত (সম্ভবত ফাইলটি অন্য অ্যাপ্লিকেশনের মাধ্যমে খোলা হতে পারে), আবদ্ধ পাঠ (ফাইলটি পড়া হতে সুরক্ষিত), আবদ্ধ লেখা (ফাইল লেখা হতে সুরক্ষিত), আবদ্ধ লেখা-পড়া (ফাইলের সন্নিবেশ প্রত্যাখ্যান করে)।"
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3153190\n"
+"10\n"
+"help.text"
+msgid "<emph>FileNumber:</emph> Any integer expression from 0 to 511 to indicate the number of a free data channel. You can then pass commands through the data channel to access the file. The file number must be determined by the FreeFile function immediately before the Open statement."
+msgstr "<emph>FileNumber:</emph> একটি মুক্ত ডাটা চ্যানেলের সংখ্যা নির্দেশ করতে 0 থেকে 511 এর মধ্যে যেকোনো পূর্ণসংখ্যা এক্সপ্রেশন। ফাইলে সন্নিবেশ করতে আপনি ডাটা চ্যানেলের মাধ্যমে কমান্ড পাস করতে পারেন। ফাইল সংখ্যা তাৎক্ষনিকভাবে FreeFile ফাংশনের মাধ্যমে ওপেন স্টেটমেন্টের পূর্বে অবশ্যই নির্ধারণ করতে হবে।"
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3151115\n"
+"11\n"
+"help.text"
+msgid "<emph>DatasetLength:</emph> For random access files, set the length of the records."
+msgstr "<emph>DatasetLength:</emph> র‍্যান্ডম এক্সেস ফাইলের জন্য রেকর্ডের দৈর্ঘ্য নির্ধারণ করা হবে।"
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3153418\n"
+"12\n"
+"help.text"
+msgid "You can only modify the contents of a file that was opened with the Open statement. If you try to open a file that is already open, an error message appears."
+msgstr "আপনি শুধুমাত্র একটি ওপেন স্টেটমেন্টের মাধ্যমে খোলা ফাইলের বিষয়বস্তু পরিবর্তন করতে পারবেন। যদি আপনি ইতোমধ্যেই খোলা একটি ফাইল খোলার চেষ্টা করেন, তাহলে একটি ত্রুটি বার্তা দেকাবে।"
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"hd_id3149123\n"
+"13\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3154705\n"
+"22\n"
+"help.text"
+msgid "Print #iNumber, \"This is a line of text\""
+msgstr "Print #iNumber, \"This is a line of text\""
+
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id3146916\n"
+"23\n"
+"help.text"
+msgid "Print #iNumber, \"This is another line of text\""
+msgstr "Print #iNumber, \"This is another line of text\""
+
+#: 03070200.xhp
+msgctxt ""
+"03070200.xhp\n"
+"tit\n"
+"help.text"
+msgid "\"*\" Operator [Runtime]"
+msgstr "\"*\" Operator [Runtime]"
+
+#: 03070200.xhp
+msgctxt ""
+"03070200.xhp\n"
+"bm_id3147573\n"
+"help.text"
+msgid "<bookmark_value>\"*\" operator (mathematical)</bookmark_value>"
+msgstr "<bookmark_value>\"*\" operator (mathematical)</bookmark_value>"
+
+#: 03070200.xhp
+msgctxt ""
+"03070200.xhp\n"
+"hd_id3147573\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03070200.xhp\">\"*\" Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03070200.xhp\">\"*\" Operator [Runtime]</link>"
+
+#: 03070200.xhp
+msgctxt ""
+"03070200.xhp\n"
+"par_id3154347\n"
+"2\n"
+"help.text"
+msgid "Multiplies two values."
+msgstr "মান দুইটি গুণ করা হয়"
+
+#: 03070200.xhp
+msgctxt ""
+"03070200.xhp\n"
+"hd_id3148946\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03070200.xhp
+msgctxt ""
+"03070200.xhp\n"
+"par_id3150358\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 * Expression2"
+msgstr "Result = Expression1 * Expression2"
+
+#: 03070200.xhp
+msgctxt ""
+"03070200.xhp\n"
+"hd_id3150400\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03070200.xhp
+msgctxt ""
+"03070200.xhp\n"
+"par_id3154365\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numeric expression that records the result of a multiplication."
+msgstr "<emph>ফলাফল:</emph> যে কোন সংখ্যাসূচক এক্সপ্রেশন যা একটি গুণনের ফলাফল প্রকাশ করে।"
+
+#: 03070200.xhp
+msgctxt ""
+"03070200.xhp\n"
+"par_id3154685\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to multiply."
+msgstr "<emph>এক্সপ্রেশন১, এক্সপ্রেশন২:</emph> যেকোনো এক্সপ্রেশন যা আপনি গুণ করতে চান।"
+
+#: 03070200.xhp
+msgctxt ""
+"03070200.xhp\n"
+"hd_id3153968\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03020000.xhp
+msgctxt ""
+"03020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "File I/O Functions"
+msgstr "‌ফাইল I/O ফাংশন"
+
+#: 03020000.xhp
+msgctxt ""
+"03020000.xhp\n"
+"hd_id3156344\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020000.xhp\" name=\"File I/O Functions\">File I/O Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03020000.xhp\" name=\"File I/O Functions\">ফাইল I/O ফাংশন</link>"
+
+#: 03020000.xhp
+msgctxt ""
+"03020000.xhp\n"
+"par_id3153360\n"
+"2\n"
+"help.text"
+msgid "Use File I/O functions to create and manage user-defined (data) files."
+msgstr "ব্যবহারকারী-উল্লেখিত (ডাটা) ফাইলগুলো তৈরি এবং ব্যবস্থাপনার জন্য ফাইলের I/O ফাংশন ব্যবহার করা হয়।"
+
+#: 03020000.xhp
+msgctxt ""
+"03020000.xhp\n"
+"par_id3150398\n"
+"3\n"
+"help.text"
+msgid "You can use these functions to support the creation of \"relative\" files, so that you can save and reload certain records by specifying their record number. File I/O functions can also help you manage your files by providing you with information such as file size, current path settings, or the creation date of a file or a directory."
+msgstr "আপনি যাতে রেকর্ড ক্রম উল্লেখ করে নির্দিষ্ট রেকর্ড সংরক্ষণ এবং রিলোড করতে পারেন, সে কারনে \"সংশ্লিষ্ট\" ফাইল তৈরি করা সমর্থন করার জন্য এই ফাংশনটি ব্যবহার করা যায়। ফাইলের আকার, বর্তমান পাথ সেটিং অথবা ফাইল বা ডিরেক্টরি তৈরি করার তারিখের ন্যায় বিভিন্ন তথ্য সরবরাহ করার মাধ্যমে ফাইল I/O ফাংশনটি আপনাকে ফাইল ব্যবস্থাপনার জন্যও সহায়তা করে থাকে।"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"tit\n"
+"help.text"
+msgid "CStr Function [Runtime]"
+msgstr "CStr Function [Runtime]"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"bm_id3146958\n"
+"help.text"
+msgid "<bookmark_value>CStr function</bookmark_value>"
+msgstr "<bookmark_value>CStr function</bookmark_value>"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"hd_id3146958\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101000.xhp\" name=\"CStr Function [Runtime]\">CStr Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101000.xhp\" name=\"CStr Function [Runtime]\">CStr Function [Runtime]</link>"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3147574\n"
+"2\n"
+"help.text"
+msgid "Converts any numeric expression to a string expression."
+msgstr "যেকোনো সংখ্যাসূচক এক্সপ্রেশনকে একটি স্ট্রিং এক্সপ্রেশনে রূপান্তর করা হয়।"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"hd_id3148473\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3145315\n"
+"4\n"
+"help.text"
+msgid "CStr (Expression)"
+msgstr "CStr (Expression)"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"hd_id3153062\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3153897\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "স্ট্রিং"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"hd_id3154760\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3149457\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any valid string or numeric expression that you want to convert."
+msgstr "<emph>এক্সপ্রেশন:</emph> যে কোন স্ট্রিং অথবা সংখ্যাসূচক এক্সপ্রেশন যা আপনি রূপান্তর করতে চান।"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"hd_id3150358\n"
+"9\n"
+"help.text"
+msgid "Expression Types and Conversion Returns"
+msgstr "এক্সপ্রেশন টাইপ এবং রূপান্তর প্রদান করে থাকে"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3153192\n"
+"10\n"
+"help.text"
+msgid "Boolean :"
+msgstr "বুলিয়ান :"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3156422\n"
+"11\n"
+"help.text"
+msgid "String that evaluates to either <emph>True</emph> or <emph>False</emph>."
+msgstr "স্ট্রিং যা <emph>True</emph> অথবা <emph>False</emph> হিসেবে গন্য করা হয়।"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3147287\n"
+"12\n"
+"help.text"
+msgid "Date :"
+msgstr "তারিখ :"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3155411\n"
+"13\n"
+"help.text"
+msgid "String that contains the date and time."
+msgstr "তারিখ এবং সময় ধারণকারী স্ট্রিং।"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3147428\n"
+"14\n"
+"help.text"
+msgid "Null :"
+msgstr "নাল :"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3150486\n"
+"15\n"
+"help.text"
+msgid "Run-time error."
+msgstr "রান-টাইম ত্রুটি।"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3153953\n"
+"16\n"
+"help.text"
+msgid "Empty :"
+msgstr "ফাঁকা :"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3155306\n"
+"17\n"
+"help.text"
+msgid "String without any characters."
+msgstr "কোন অক্ষর ছাড়া স্ট্রিং।"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3149260\n"
+"18\n"
+"help.text"
+msgid "Any :"
+msgstr "যে কোন :"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3152938\n"
+"19\n"
+"help.text"
+msgid "Corresponding number as string."
+msgstr "স্ট্রিং হিসেবে সংশ্লিষ্ট সংখ্যা।"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"par_id3155738\n"
+"20\n"
+"help.text"
+msgid "Zeros at the end of a floating-point number are not included in the returned string."
+msgstr "ফ্লোটিং পয়েন্ট সংখ্যার শেষে বিদ্যমান শূন্য প্রদানকৃত স্ট্রিং এ অন্তর্ভুক্ত নয়।"
+
+#: 03101000.xhp
+msgctxt ""
+"03101000.xhp\n"
+"hd_id3154729\n"
+"21\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"tit\n"
+"help.text"
+msgid "Close Statement [Runtime]"
+msgstr "Close Statement [Runtime]"
+
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"bm_id3157896\n"
+"help.text"
+msgid "<bookmark_value>Close statement</bookmark_value>"
+msgstr "<bookmark_value>Close statement</bookmark_value>"
+
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"hd_id3157896\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020101.xhp\" name=\"Close Statement [Runtime]\">Close Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020101.xhp\" name=\"Close Statement [Runtime]\">Close Statement [Runtime]</link>"
+
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"par_id3147573\n"
+"2\n"
+"help.text"
+msgid "Closes a specified file that was opened with the Open statement."
+msgstr "ওপেন স্টেটমেন্টের মাধ্যমে খোলা একটি নির্দিষ্ট ফাইল বন্ধ করা হয়।"
+
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"hd_id3156344\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"par_id3147265\n"
+"4\n"
+"help.text"
+msgid "Close FileNumber As Integer[, FileNumber2 As Integer[,...]]"
+msgstr "Close FileNumber As Integer[, FileNumber2 As Integer[,...]]"
+
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"hd_id3153379\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"par_id3150791\n"
+"6\n"
+"help.text"
+msgid "<emph>FileNumber:</emph> Any integer expression that specifies the number of the data channel that was opened with the <emph>Open</emph> statement."
+msgstr "<emph>FileNumber:</emph> যেকোনো দশমিক এক্সপ্রেশন যা <emph>ওপেন</emph> স্টেটমেন্টের মাধ্যমে খোলা ডাটা চ্যানেলের সংখ্যা উল্লেখ করে।"
+
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"hd_id3153192\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"par_id3153727\n"
+"16\n"
+"help.text"
+msgid "Print #iNumber, \"First line of text\""
+msgstr "Print #iNumber, \"First line of text\""
+
+#: 03020101.xhp
+msgctxt ""
+"03020101.xhp\n"
+"par_id3147350\n"
+"17\n"
+"help.text"
+msgid "Print #iNumber, \"Another line of text\""
+msgstr "Print #iNumber, \"Another line of text\""
+
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"tit\n"
+"help.text"
+msgid "IsObject Function [Runtime]"
+msgstr "IsObject Function [Runtime]"
+
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"bm_id3149346\n"
+"help.text"
+msgid "<bookmark_value>IsObject function</bookmark_value>"
+msgstr "<bookmark_value>IsObject function</bookmark_value>"
+
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"hd_id3149346\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102800.xhp\" name=\"IsObject Function [Runtime]\">IsObject Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03102800.xhp\" name=\"IsObject Function [Runtime]\">IsObject Function [Runtime]</link>"
+
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"par_id3148538\n"
+"2\n"
+"help.text"
+msgid "Tests if an object variable is an OLE object. The function returns True if the variable is an OLE object, otherwise it returns False."
+msgstr "বস্তু ভেরিয়েন্টটি একটি OLE অবজেক্ট হলে তা পরীক্ষা করা হবে। ভেরিয়েবলটি OLE অবজেক্ট হলে ফাংশনটি True প্রদান করে থাকে, অন্যথায় এটি False প্রদান করে থাকে।"
+
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"hd_id3149234\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"par_id3154285\n"
+"4\n"
+"help.text"
+msgid "IsObject (ObjectVar)"
+msgstr "IsObject (ObjectVar)"
+
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"hd_id3148685\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"par_id3156024\n"
+"6\n"
+"help.text"
+msgid "Bool"
+msgstr "Bool"
+
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"hd_id3148947\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"par_id3148552\n"
+"8\n"
+"help.text"
+msgid "<emph>ObjectVar:</emph> Any variable that you want to test. If the Object variable contains an OLE object, the function returns True."
+msgstr "<emph>ObjectVar:</emph> যেকোনো ভেরিয়েবল যা আপনি পরীক্ষা করতে চান। যদি অবজেক্ট ভেরিয়েবলটি একটি OLE অবজেক্ট ধারণ করে, তাহলে ফাংশনটি True প্রদান করে থাকে।"
+
+#: 03132500.xhp
+msgctxt ""
+"03132500.xhp\n"
+"tit\n"
+"help.text"
+msgid "GetDefaultContext Function [Runtime]"
+msgstr "GetDefaultContext Function [Runtime]"
+
+#: 03132500.xhp
+msgctxt ""
+"03132500.xhp\n"
+"bm_id4761192\n"
+"help.text"
+msgid "<bookmark_value>GetDefaultContext function</bookmark_value>"
+msgstr "<bookmark_value>GetDefaultContext function</bookmark_value>"
+
+#: 03132500.xhp
+msgctxt ""
+"03132500.xhp\n"
+"par_idN10580\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03132500.xhp\">GetDefaultContext Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03132500.xhp\">GetDefaultContext Function [Runtime]</link>"
+
+#: 03132500.xhp
+msgctxt ""
+"03132500.xhp\n"
+"par_idN10590\n"
+"help.text"
+msgid "Returns the default context of the process service factory, if existent, else returns a null reference."
+msgstr "যদি বিদ্যমান থাকে, প্রক্রিয়া সার্ভিস ফ্যাক্টরির পূর্বনির্ধারিত বিষয়বস্তু প্রদান করে, অন্যথায় একটি ফাঁকা রেফারেন্স প্রদান করে।"
+
+#: 03132500.xhp
+#, fuzzy
+msgctxt ""
+"03132500.xhp\n"
+"par_idN10593\n"
+"help.text"
+msgid "This runtime function returns the default component context to be used, if instantiating services via XmultiServiceFactory. See the <item type=\"literal\">Professional UNO</item> chapter in the <item type=\"literal\">Developer's Guide</item> on <link href=\"http://api.libreoffice.org\">api.libreoffice.org</link> for more information."
+msgstr "XmultiServiceFactory এর মাধ্যমে সার্ভিস তাৎক্ষনিকভাবে থাকলে ব্যবহারের জন্য রান-টাইম ফাংশনটি পূর্বনির্ধারিত উপাদানের বিষয়বস্তু প্রদান করে। আরও তথ্যের জন্য<link href=\"http://api.openoffice.org\">api.openoffice.org</link> এ <item type=\"literal\">ডেভেলপারের গাইড</item> এর <item type=\"literal\">পেশাদারী UNO</item> অধ্যায়ে দেখুন।"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"tit\n"
+"help.text"
+msgid "Atn Function [Runtime]"
+msgstr "Atn Function [Runtime]"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"bm_id3150616\n"
+"help.text"
+msgid "<bookmark_value>Atn function</bookmark_value>"
+msgstr "<bookmark_value>Atn function</bookmark_value>"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"hd_id3150616\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080101.xhp\" name=\"Atn Function [Runtime]\">Atn Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080101.xhp\" name=\"Atn Function [Runtime]\">Atn Function [Runtime]</link>"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3149346\n"
+"2\n"
+"help.text"
+msgid "Trigonometric function that returns the arctangent of a numeric expression. The return value is in the range -Pi/2 to +Pi/2."
+msgstr "ত্রিকোনমিতিক ফাংশন যা সংখ্যাসূচক এক্সপ্রেশনের আর্কটেনজেন্ট প্রদান করে থাকে। প্রদান মানটি -Pi/2 থেকে +Pi/2 মানের মধ্যে একটি মান।"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3143271\n"
+"3\n"
+"help.text"
+msgid "The arctangent is the inverse of the tangent function. The Atn Function returns the angle \"Alpha\", expressed in radians, using the tangent of this angle. The function can also return the angle \"Alpha\" by comparing the ratio of the length of the side that is opposite of the angle to the length of the side that is adjacent to the angle in a right-angled triangle."
+msgstr "আর্কটেনজেন্ট হলো টেনজেন্টের বিপরীত ফাংশন। Atn ফাংশনের মাধ্যমে \"Alpha\" কোনটি প্রদান করে থাকে, যা কোনটির টেনজেন্ট ব্যবহার করে রেডিয়ানে প্রকাশ করা হয়। কোনের বিপরীত বাহুর দৈর্ঘ্য এবং সমকোনী ত্রিভুজের কোনের কাছের বাহুর অনুপাত তুলনা করার মাধ্যমে ফাংশনটি \"Alpha\" কোনটিও ফলাফল হিসেবে প্রদান করতে পারে।"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3145315\n"
+"4\n"
+"help.text"
+msgid "Atn(side opposite the angle/side adjacent to angle)= Alpha"
+msgstr "Atn(কোনের বিপরীত বাহু/কোনের নিকটবর্তী বাহু)= আলফা"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"hd_id3149669\n"
+"5\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3148947\n"
+"6\n"
+"help.text"
+msgid "Atn (Number)"
+msgstr "Atn (Number)"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"hd_id3148664\n"
+"7\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3150359\n"
+"8\n"
+"help.text"
+msgid "Double"
+msgstr "Double"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"hd_id3148798\n"
+"9\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3156212\n"
+"10\n"
+"help.text"
+msgid "<emph>Number:</emph> Any numerical expression that represents the ratio of two sides of a right triangle. The Atn function returns the corresponding angle in radians (arctangent)."
+msgstr "<emph>সংখ্যা:</emph> যেকোনো সংখ্যাসূচক এক্সপ্রেশন যা একটি সঠিক ত্রিভুজের দুই বাহুর অনুপাত উল্লেখ করে থাকে। Atn ফাংশন ব্যবহার করে সংশ্লিষ্ট কোনের মান রেডিয়ানে প্রদান করে থাকে (আর্কটেনজেন্ট)।"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3153192\n"
+"11\n"
+"help.text"
+msgid "To convert radians to degrees, multiply radians by 180/pi."
+msgstr "রেডিয়ানকে ডিগ্রীতে পরিবর্তন করতে চাইলে, রেডিয়ানকে ১৮০/পাই দিয়ে গুণ করতে হবে।"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3147230\n"
+"12\n"
+"help.text"
+msgid "degree=(radian*180)/pi"
+msgstr "degree=(radian*180)/pi"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3125864\n"
+"13\n"
+"help.text"
+msgid "radian=(degree*pi)/180"
+msgstr "radian=(degree*pi)/180"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3159252\n"
+"14\n"
+"help.text"
+msgid "Pi is here the fixed circle constant with the rounded value 3.14159."
+msgstr "3.14159 পূর্ণ সংখ্যা মান সহ নির্দিষ্ট বৃত্তাকার ধ্রুবক হলো পাই।"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"hd_id3153142\n"
+"15\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03080101.xhp
+#, fuzzy
+msgctxt ""
+"03080101.xhp\n"
+"par_id3146985\n"
+"16\n"
+"help.text"
+msgid "' The following example calculates for a right-angled triangle"
+msgstr "REM নিচের উদাহরণটি সমকোনী ত্রিভুজ গণনা করার জন্য"
+
+#: 03080101.xhp
+#, fuzzy
+msgctxt ""
+"03080101.xhp\n"
+"par_id3145750\n"
+"17\n"
+"help.text"
+msgid "' the angle Alpha from the tangent of the angle Alpha:"
+msgstr "REM আলফা কোনের টেনজেন্ট থেকে আলফা কোন:"
+
+#: 03080101.xhp
+#, fuzzy
+msgctxt ""
+"03080101.xhp\n"
+"par_id3151112\n"
+"19\n"
+"help.text"
+msgid "' rounded Pi = 3.14159 Is a predefined constant"
+msgstr "REM rounded Pi = 3.14159 হলো পূর্বনির্ধারিত ধ্রুবক"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3149262\n"
+"22\n"
+"help.text"
+msgid "d1 = InputBox$ (\"Enter the length of the side adjacent to the angle: \",\"Adjacent\")"
+msgstr "d1 = InputBox$ (\"Enter the length of the side adjacent to the angle: \",\"Adjacent\")"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3149482\n"
+"23\n"
+"help.text"
+msgid "d2 = InputBox$ (\"Enter the length of the side opposite the angle: \",\"Opposite\")"
+msgstr "d2 = InputBox$ (\"Enter the length of the side opposite the angle: \",\"Opposite\")"
+
+#: 03080101.xhp
+msgctxt ""
+"03080101.xhp\n"
+"par_id3155415\n"
+"24\n"
+"help.text"
+msgid "Print \"The Alpha angle is\"; (atn (d2/d1) * 180 / Pi); \" degrees\""
+msgstr "Print \"The Alpha angle is\"; (atn (d2/d1) * 180 / Pi); \" degrees\""
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"tit\n"
+"help.text"
+msgid "Rnd Function [Runtime]"
+msgstr "Rnd Function [Runtime]"
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"bm_id3148685\n"
+"help.text"
+msgid "<bookmark_value>Rnd function</bookmark_value>"
+msgstr "<bookmark_value>Rnd function</bookmark_value>"
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"hd_id3148685\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080302.xhp\" name=\"Rnd Function [Runtime]\">Rnd Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080302.xhp\" name=\"Rnd Function [Runtime]\">Rnd Function [Runtime]</link>"
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"par_id3149669\n"
+"2\n"
+"help.text"
+msgid "Returns a random number between 0 and 1."
+msgstr "০ এবং ১ এর মধ্যে একটি র‍্যান্ডম সংখ্যা প্রদান করে।"
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"hd_id3153897\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"par_id3150543\n"
+"4\n"
+"help.text"
+msgid "Rnd [(Expression)]"
+msgstr "Rnd [(Expression)]"
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"hd_id3149655\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"par_id3154365\n"
+"6\n"
+"help.text"
+msgid "Double"
+msgstr "Double"
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"hd_id3154909\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03080302.xhp
+#, fuzzy
+msgctxt ""
+"03080302.xhp\n"
+"par_id3125864\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any numeric expression."
+msgstr "<emph>উদাহরণ: </emph>যে কোন সংখ্যাসূচক এক্সপ্রেশন।"
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"par_id3155306\n"
+"12\n"
+"help.text"
+msgid "<emph>Omitted:</emph> Returns the next random number in the sequence."
+msgstr "<emph>বাদ প্রাপ্ত:</emph> ক্রমের পরবর্তী র‍্যান্ডম সংখ্যা প্রদান করে থাকে।"
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"par_id3147318\n"
+"14\n"
+"help.text"
+msgid "The <emph>Rnd</emph> function only returns values ranging from 0 to 1. To generate random integers in a given range, use the formula in the following example:"
+msgstr "<emph>Rnd</emph> ফাংশনটি শুধুমাত্র 0থেকে 1 পরিসরের মধ্যে একটি মান প্রদান করে থাকে। একটি প্রদত্ত পরিসরের মধ্যে র‍্যান্ডম ইনটিজার উৎপাদ করার জন্য, নিচের উদাহরণে সূত্রটি ব্যবহার করুন:"
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"hd_id3151118\n"
+"15\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"par_id3147124\n"
+"21\n"
+"help.text"
+msgid "Print \"Number from 1 to 5\""
+msgstr "Print \"Number from 1 to 5\""
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"par_id3154943\n"
+"23\n"
+"help.text"
+msgid "Print \"Number from 6 to 8\""
+msgstr "Print \"Number from 6 to 8\""
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"par_id3151074\n"
+"25\n"
+"help.text"
+msgid "Print \"Greater than 8\""
+msgstr "Print \"Greater than 8\""
+
+#: 03080302.xhp
+msgctxt ""
+"03080302.xhp\n"
+"par_id3155602\n"
+"27\n"
+"help.text"
+msgid "Print \"Outside range 1 to 10\""
+msgstr "Print \"Outside range 1 to 10\""
+
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"tit\n"
+"help.text"
+msgid "Str Function [Runtime]"
+msgstr "Str Function [Runtime]"
+
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"bm_id3143272\n"
+"help.text"
+msgid "<bookmark_value>Str function</bookmark_value>"
+msgstr "<bookmark_value>Str function</bookmark_value>"
+
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"hd_id3143272\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120103.xhp\" name=\"Str Function [Runtime]\">Str Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120103.xhp\" name=\"Str Function [Runtime]\">Str Function [Runtime]</link>"
+
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"par_id3155100\n"
+"2\n"
+"help.text"
+msgid "Converts a numeric expression into a string."
+msgstr "একটি সংখ্যাসূচক এক্সপ্রেশনকে স্ট্রিং এ রূপান্তর করা হয়।"
+
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"hd_id3109850\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"par_id3149497\n"
+"4\n"
+"help.text"
+msgid "Str (Expression)"
+msgstr "Str (Expression)"
+
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"hd_id3150040\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"par_id3146117\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "স্ট্রিং"
+
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"hd_id3155805\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"par_id3149178\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression: </emph>Any numeric expression."
+msgstr "<emph>উদাহরণ: </emph>যে কোন সংখ্যাসূচক এক্সপ্রেশন।"
+
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"par_id3146958\n"
+"9\n"
+"help.text"
+msgid "The <emph>Str</emph> function converts a numeric variable, or the result of a calculation into a string. Negative numbers are preceded by a minus sign. Positive numbers are preceded by a space (instead of the plus sign)."
+msgstr "<emph>Str</emph> ফাংশনটি একটি সংখ্যাসূচক ভেরিয়েবল অথবা একটি স্ট্রিং গণনার ফলাফল রূপান্তর করে থাকে। ঋনাত্মক সংখ্যার পূর্বে একটি বিয়োগ চিহ্ন থাকে। ধনাত্মক সংখ্যার পূর্বে একটি ফাঁকা স্থান থাকে (একটি যোগ চিহ্নের পরিবর্তে)।"
+
+#: 03120103.xhp
+msgctxt ""
+"03120103.xhp\n"
+"hd_id3155419\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03030300.xhp
+msgctxt ""
+"03030300.xhp\n"
+"tit\n"
+"help.text"
+msgid "System Date and Time"
+msgstr "সিস্টেমের তারিখ এবং সময়"
+
+#: 03030300.xhp
+msgctxt ""
+"03030300.xhp\n"
+"hd_id3154923\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030300.xhp\" name=\"System Date and Time\">System Date and Time</link>"
+msgstr "<link href=\"text/sbasic/shared/03030300.xhp\" name=\"System Date and Time\">সিস্টেমের তারিখ এবং সময়</link>"
+
+#: 03030300.xhp
+msgctxt ""
+"03030300.xhp\n"
+"par_id3149457\n"
+"2\n"
+"help.text"
+msgid "The following functions and statements set or return the system date and time."
+msgstr "নিচের ফাংশন এবং স্টেটমেন্ট সিস্টেম তারিখ এবং সময় নির্ধারণ অথবা প্রদান করে থাকে।"
+
+#: 03090200.xhp
+msgctxt ""
+"03090200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loops"
+msgstr "লুপ"
+
+#: 03090200.xhp
+msgctxt ""
+"03090200.xhp\n"
+"hd_id3153990\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090200.xhp\" name=\"Loops\">Loops</link>"
+msgstr "<link href=\"text/sbasic/shared/03090200.xhp\" name=\"Loops\">লুপ</link>"
+
+#: 03090200.xhp
+msgctxt ""
+"03090200.xhp\n"
+"par_id3147226\n"
+"2\n"
+"help.text"
+msgid "The following statements execute loops."
+msgstr "নিচের স্টেটমেন্ট লুপগুলো চালায়।"
+
+#: 03070000.xhp
+msgctxt ""
+"03070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Mathematical Operators"
+msgstr "গাণিতিক অপারেটর"
+
+#: 03070000.xhp
+msgctxt ""
+"03070000.xhp\n"
+"hd_id3149234\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03070000.xhp\" name=\"Mathematical Operators\">Mathematical Operators</link>"
+msgstr "<link href=\"text/sbasic/shared/03070000.xhp\" name=\"Mathematical Operators\">গাণিতিক অপারেটর</link>"
+
+#: 03070000.xhp
+msgctxt ""
+"03070000.xhp\n"
+"par_id3145068\n"
+"2\n"
+"help.text"
+msgid "The following mathematical operators are supported in $[officename] Basic."
+msgstr "নিচের গাণিতিক অপারেটর $[officename] বেসিক দ্বারা সমর্থিত।"
+
+#: 03070000.xhp
+msgctxt ""
+"03070000.xhp\n"
+"par_id3148552\n"
+"3\n"
+"help.text"
+msgid "This chapter provides a short overview of all of the arithmetical operators that you may need for calculations within a program."
+msgstr "একটি প্রোগ্রামে গণনা করার সময় আপনার যে গাণিতিক অপারেটরসমূহ প্রয়োজন হতে পারে তার একটি ছোট সারসংক্ষেপ এই অধ্যায়ে রয়েছে।"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"tit\n"
+"help.text"
+msgid "Do...Loop Statement [Runtime]"
+msgstr "Do...Loop Statement [Runtime]"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"bm_id3156116\n"
+"help.text"
+msgid "<bookmark_value>Do...Loop statement</bookmark_value><bookmark_value>While; Do loop</bookmark_value><bookmark_value>Until</bookmark_value><bookmark_value>loops</bookmark_value>"
+msgstr "<bookmark_value>Do...Loop statement</bookmark_value><bookmark_value>While; Do loop</bookmark_value><bookmark_value>Until</bookmark_value><bookmark_value>loops</bookmark_value>"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"hd_id3156116\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop Statement [Runtime]\">Do...Loop Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop Statement [Runtime]\">Do...Loop Statement [Runtime]</link>"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3109850\n"
+"2\n"
+"help.text"
+msgid "Repeats the statements between the Do and the Loop statement while the condition is True or until the condition becomes True."
+msgstr "শর্তটি True হলে অথবা True না হওয়া পর্যন্ত Do এবং লুপ স্টেটমেন্টের মধ্যে পুনরাবৃত্তি করে থাকে।"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"hd_id3149119\n"
+"3\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3155150\n"
+"4\n"
+"help.text"
+msgid "Do [{While | Until} condition = True]"
+msgstr "Do [{While | Until} condition = True]"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3154422\n"
+"5\n"
+"help.text"
+msgid "statement block"
+msgstr "statement block"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3150789\n"
+"6\n"
+"help.text"
+msgid "[Exit Do]"
+msgstr "[Exit Do]"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3155805\n"
+"7\n"
+"help.text"
+msgid "statement block"
+msgstr "statement block"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3145090\n"
+"8\n"
+"help.text"
+msgid "Loop"
+msgstr "Loop"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3154749\n"
+"9\n"
+"help.text"
+msgid "or"
+msgstr "or"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3150503\n"
+"10\n"
+"help.text"
+msgid "Do"
+msgstr "Do"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3149762\n"
+"11\n"
+"help.text"
+msgid "statement block"
+msgstr "statement block"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3150984\n"
+"12\n"
+"help.text"
+msgid "[Exit Do]"
+msgstr "[Exit Do]"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3143228\n"
+"13\n"
+"help.text"
+msgid "statement block"
+msgstr "statement block"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3149235\n"
+"14\n"
+"help.text"
+msgid "Loop [{While | Until} condition = True]"
+msgstr "Loop [{While | Until} condition = True]"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"hd_id3156024\n"
+"15\n"
+"help.text"
+msgid "Parameters/Elements"
+msgstr "প্যারামিটার/এলিমেন্ট"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3156344\n"
+"16\n"
+"help.text"
+msgid "<emph>Condition:</emph> A comparison, numeric or string expression, that evaluates either True or False."
+msgstr "<emph>অবস্থা:</emph> একটি তুলনামূলক, সংখ্যাসূচক অথবা স্ট্রিং এক্সপ্রেশন, যা হয় True অথবা False হিসেবে মূল্যায়িত হয়।"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3149669\n"
+"17\n"
+"help.text"
+msgid "<emph>Statement block:</emph> Statements that you want to repeat while or until the condition is True."
+msgstr "<emph>স্টেটমেন্ট ব্লক:</emph> স্টেটমেন্ট যা শর্তটি True হলে অথবা True না হওয়া পর্যন্ত পুনরাবৃত্তি করতে চান।"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3150791\n"
+"18\n"
+"help.text"
+msgid "The <emph>Do...Loop</emph> statement executes a loop as long as, or until, a certain condition is True. The condition for exiting the loop must be entered following either the <emph>Do</emph> or the <emph>Loop</emph> statement. The following examples are valid combinations:"
+msgstr "একটি নির্দিষ্ট শর্ত True না হওয়া পর্যন্ত <emph>Do...Loop</emph> স্টেটমেন্টটি চালানো হয়। অবশ্যই <emph>Do</emph> অথবা <emph>Loop</emph> স্টেটমেন্ট অনুসরণ করে লুপ থেকে প্রস্থানের শর্ত সন্নিবেশ করাতে হবে। নিচের উদাহরণসমূহ হলো বৈধ সমাহার:"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"hd_id3154366\n"
+"19\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3145171\n"
+"20\n"
+"help.text"
+msgid "Do While condition = True"
+msgstr "Do While condition = True"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3149203\n"
+"21\n"
+"help.text"
+msgid "...statement block"
+msgstr "...statement block"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3125864\n"
+"22\n"
+"help.text"
+msgid "Loop"
+msgstr "Loop"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3154124\n"
+"24\n"
+"help.text"
+msgid "The statement block between the Do While and the Loop statements is repeated so long as the condition is true."
+msgstr "শর্তটি যদি True না হয় তাহলে Do While এবং লুপ স্টেটমেন্টের মধ্যে স্টেটমেন্ট ব্লক পুনরাবৃত্তি করে থাকে।"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3153968\n"
+"25\n"
+"help.text"
+msgid "Do Until condition = True"
+msgstr "Do Until condition = True"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3154909\n"
+"26\n"
+"help.text"
+msgid "...statement block"
+msgstr "...statement block"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3159151\n"
+"27\n"
+"help.text"
+msgid "Loop"
+msgstr "Loop"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3150440\n"
+"29\n"
+"help.text"
+msgid "The statement block between the Do Until and the Loop statements is repeated if the condition so long as the condition is false."
+msgstr "শর্তটি যদি false না হয় তাহলে Do এবং লুপ স্টেটমেন্টের মধ্যে স্টেটমেন্ট ব্লক পুনরাবৃত্তি করে থাকে।"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3153952\n"
+"30\n"
+"help.text"
+msgid "Do"
+msgstr "Do"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3147349\n"
+"31\n"
+"help.text"
+msgid "...statement block"
+msgstr "...statement block"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3159153\n"
+"32\n"
+"help.text"
+msgid "Loop While condition = True"
+msgstr "Loop While condition = True"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3146985\n"
+"34\n"
+"help.text"
+msgid "The statement block between the Do and the Loop statements repeats so long as the condition is true."
+msgstr "শর্তটি যদি True না হয় তাহলে Do এবং লুপ স্টেটমেন্টের মধ্যে স্টেটমেন্ট ব্লক পুনরাবৃত্তি করে থাকে।"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3150488\n"
+"35\n"
+"help.text"
+msgid "Do"
+msgstr "Do"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3153189\n"
+"36\n"
+"help.text"
+msgid "...statement block"
+msgstr "...statement block"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3155411\n"
+"37\n"
+"help.text"
+msgid "Loop Until condition = True"
+msgstr "Loop Until condition = True"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3151117\n"
+"39\n"
+"help.text"
+msgid "The statement block between the Do and the Loop statements repeats until the condition is true."
+msgstr "শর্তটি True না হওয়া পর্যন্ত Do এবং লুপ স্টেটমেন্টের মধ্যে স্টেটমেন্ট ব্লক পুনরাবৃত্তি করে থাকে।"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3149484\n"
+"41\n"
+"help.text"
+msgid "Use the <emph>Exit Do</emph> statement to unconditionally end the loop. You can add this statement anywhere in a <emph>Do</emph>...<emph>Loop</emph> statement. You can also define an exit condition using the <emph>If...Then</emph> structure as follows:"
+msgstr "শর্তহীনভাবে লুপটি সমাপ্ত করার জন্য <emph>Exit Do</emph> স্টেটমেন্টটি ব্যবহার করুন। আপনি <emph>Do</emph>...<emph>Loop</emph> স্টেটমেন্টের যেকোনো স্থানে এই স্টেটমেন্টটি যোগ করতে পারেন। আপনি নিম্নরূপে <emph>If...Then</emph> কাঠামো ব্যবহার করে প্রস্থান স্টেটমেন্টটি নির্ধারণ করতে পারেন:"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3149262\n"
+"42\n"
+"help.text"
+msgid "Do..."
+msgstr "Do..."
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3149298\n"
+"43\n"
+"help.text"
+msgid "statements"
+msgstr "statements"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3145646\n"
+"44\n"
+"help.text"
+msgid "If condition = True Then Exit Do"
+msgstr "If condition = True Then Exit Do"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3154490\n"
+"45\n"
+"help.text"
+msgid "statements"
+msgstr "statements"
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"par_id3153159\n"
+"46\n"
+"help.text"
+msgid "Loop..."
+msgstr "Loop..."
+
+#: 03090201.xhp
+msgctxt ""
+"03090201.xhp\n"
+"hd_id3147396\n"
+"47\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 03080802.xhp
+msgctxt ""
+"03080802.xhp\n"
+"tit\n"
+"help.text"
+msgid "Oct Function [Runtime]"
+msgstr "Oct Function [Runtime]"
+
+#: 03080802.xhp
+msgctxt ""
+"03080802.xhp\n"
+"bm_id3155420\n"
+"help.text"
+msgid "<bookmark_value>Oct function</bookmark_value>"
+msgstr "<bookmark_value>Oct function</bookmark_value>"
+
+#: 03080802.xhp
+msgctxt ""
+"03080802.xhp\n"
+"hd_id3155420\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080802.xhp\" name=\"Oct Function [Runtime]\">Oct Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080802.xhp\" name=\"Oct Function [Runtime]\">Oct Function [Runtime]</link>"
+
+#: 03080802.xhp
+msgctxt ""
+"03080802.xhp\n"
+"par_id3154924\n"
+"2\n"
+"help.text"
+msgid "Returns the octal value of a number."
+msgstr "একটি সংখ্যার অক্টাল মান প্রদান করে।"
+
+#: 03080802.xhp
+msgctxt ""
+"03080802.xhp\n"
+"hd_id3148947\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03080802.xhp
+msgctxt ""
+"03080802.xhp\n"
+"par_id3150543\n"
+"4\n"
+"help.text"
+msgid "Oct (Number)"
+msgstr "Oct (Number)"
+
+#: 03080802.xhp
+msgctxt ""
+"03080802.xhp\n"
+"hd_id3153360\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03080802.xhp
+msgctxt ""
+"03080802.xhp\n"
+"par_id3154138\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "স্ট্রিং"
+
+#: 03080802.xhp
+msgctxt ""
+"03080802.xhp\n"
+"hd_id3156422\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03080802.xhp
+msgctxt ""
+"03080802.xhp\n"
+"par_id3150768\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Any numeric expression that you want to convert to an octal value."
+msgstr "<emph>সংখ্যা:</emph> যেকোনো সংখ্যাসূচক এক্সপ্রেশন যা আপনি অকট্যাল মানে রূপান্তর করতে চান।"
+
+#: 03080802.xhp
+msgctxt ""
+"03080802.xhp\n"
+"hd_id3148672\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03080400.xhp
+msgctxt ""
+"03080400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Square Root Calculation"
+msgstr "বর্গমূল গণনা"
+
+#: 03080400.xhp
+msgctxt ""
+"03080400.xhp\n"
+"hd_id3148946\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080400.xhp\" name=\"Square Root Calculation\">Square Root Calculation</link>"
+msgstr "<link href=\"text/sbasic/shared/03080400.xhp\" name=\"Square Root Calculation\">বর্গমূল গণনা</link>"
+
+#: 03080400.xhp
+msgctxt ""
+"03080400.xhp\n"
+"par_id3159414\n"
+"2\n"
+"help.text"
+msgid "Use this function to calculate square roots."
+msgstr "এই ফাংশন ব্যবহার করে বর্গমূল গণনা করা হয়।"
+
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"tit\n"
+"help.text"
+msgid "CDateFromIso Function [Runtime]"
+msgstr "CDateFromIso Function [Runtime]"
+
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"bm_id3153127\n"
+"help.text"
+msgid "<bookmark_value>CdateFromIso function</bookmark_value>"
+msgstr "<bookmark_value>CdateFromIso function</bookmark_value>"
+
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"hd_id3153127\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030108.xhp\" name=\"CDateFromIso Function [Runtime]\">CDateFromIso Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030108.xhp\" name=\"CDateFromIso Function [Runtime]\">CDateFromIso Function [Runtime]</link>"
+
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"par_id3148550\n"
+"2\n"
+"help.text"
+msgid "Returns the internal date number from a string that contains a date in ISO format."
+msgstr "ISO বিন্যাসের তারিখ ধারণকারী একটি স্ট্রিং থেকে অভ্যন্তরীণ তারিখ সংখ্যা প্রদান করে থাকে।"
+
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"hd_id3148947\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"par_id3150400\n"
+"4\n"
+"help.text"
+msgid "CDateFromIso(String)"
+msgstr "CDateFromIso(String)"
+
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"hd_id3154367\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"par_id3156212\n"
+"6\n"
+"help.text"
+msgid "Internal date number"
+msgstr "অভ্যন্তরীণ তারিখ নাম্বার"
+
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"hd_id3125864\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"par_id3154685\n"
+"8\n"
+"help.text"
+msgid "<emph>String:</emph> A string that contains a date in ISO format. The year may have two or four digits."
+msgstr "<emph>স্ট্রিং:</emph> ISO বিন্যাসের তারিখ ধারণকারী একটি স্ট্রিং। বছরের দুইটি অথবা চারটি ডিজিট থাকতে পারে।"
+
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"hd_id3150439\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"par_id3147318\n"
+"10\n"
+"help.text"
+msgid "dateval = CDateFromIso(\"20021231\")"
+msgstr "dateval = CDateFromIso(\"20021231\")"
+
+#: 03030108.xhp
+msgctxt ""
+"03030108.xhp\n"
+"par_id3146921\n"
+"11\n"
+"help.text"
+msgid "returns 12/31/2002 in the date format of your system"
+msgstr "আপনার সিস্টেমে তারিখের বিন্যাস ১২/৩১/২০০২ প্রদান করে"
+
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"tit\n"
+"help.text"
+msgid "CCur Function [Runtime]"
+msgstr "CCur Function [Runtime]"
+
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"bm_id8926053\n"
+"help.text"
+msgid "<bookmark_value>CCur function</bookmark_value>"
+msgstr "<bookmark_value>CCur function</bookmark_value>"
+
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"par_idN10541\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100050.xhp\">CCur Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100050.xhp\">CCur Function [Runtime]</link>"
+
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"par_idN10545\n"
+"help.text"
+msgid "Converts a string expression or numeric expression to a currency expression. The locale settings are used for decimal separators and currency symbols."
+msgstr "একটি স্ট্রিং অথবা সংখ্যাসূচক এক্সপ্রেশনকে মূদ্রা এক্সপ্রেশনে রূপান্তর লরে থাকে। লোক্যাল সেটিং দশমিক বিভাজক এবং মূদ্রা প্রতীকের জন্য ব্যবহৃত হয়ে থাকে।"
+
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"par_idN10548\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"par_idN105E8\n"
+"help.text"
+msgid "CCur(Expression)"
+msgstr "CCur(Expression)"
+
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"par_idN105EB\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"par_idN105EF\n"
+"help.text"
+msgid "Currency"
+msgstr "মুদ্রা"
+
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"par_idN105F2\n"
+"help.text"
+msgid "Parameter:"
+msgstr "প্যারামিটার:"
+
+#: 03100050.xhp
+msgctxt ""
+"03100050.xhp\n"
+"par_idN105F6\n"
+"help.text"
+msgid "Expression: Any string or numeric expression that you want to convert."
+msgstr "এক্সপ্রেশন: যেকোনো স্ট্রিং অথবা সংখ্যাসূচক এক্সপ্রেশন যা আপনি রূপান্তর করতে চান।"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"tit\n"
+"help.text"
+msgid "Tan Function [Runtime]"
+msgstr "Tan Function [Runtime]"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"bm_id3148550\n"
+"help.text"
+msgid "<bookmark_value>Tan function</bookmark_value>"
+msgstr "<bookmark_value>Tan function</bookmark_value>"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"hd_id3148550\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080104.xhp\" name=\"Tan Function [Runtime]\">Tan Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080104.xhp\" name=\"Tan Function [Runtime]\">Tan Function [Runtime]</link>"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3148663\n"
+"2\n"
+"help.text"
+msgid "Determines the tangent of an angle. The angle is specified in radians."
+msgstr "একটি কোনের টেনজেন্ট নির্ধারণ করা হয়। কোনটি রেডিয়ানে উল্লেখ করা হয়।"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3153379\n"
+"3\n"
+"help.text"
+msgid "Using the angle Alpha, the Tan Function calculates the ratio of the length of the side opposite the angle to the length of the side adjacent to the angle in a right-angled triangle."
+msgstr "আলফা কোন ব্যবহার করে, টেনজেন্ট ফাংশনটি কোনের বিপরীত বাহুর দৈর্য্য (লম্ব) এবং সমকোনী ত্রিভুজের কোন সন্নিহিত বাহুর (ভুমি) দৈর্ঘ্যের অনুপাত প্রদান করে থাকে।"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3154366\n"
+"4\n"
+"help.text"
+msgid "Tan(Alpha) = side opposite the angle/side adjacent to angle"
+msgstr "ট্যান(আলফা) = কোনের বিপরীত বাহুর দৈর্ঘ্য/কোনের নিকটবর্তী বাহুর দৈর্ঘ্য"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"hd_id3145174\n"
+"5\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3151042\n"
+"6\n"
+"help.text"
+msgid "Tan (Number)"
+msgstr "Tan (Number)"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"hd_id3156214\n"
+"7\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3156281\n"
+"8\n"
+"help.text"
+msgid "Double"
+msgstr "Double"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"hd_id3155132\n"
+"9\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3145786\n"
+"10\n"
+"help.text"
+msgid "<emph>Number:</emph> Any numeric expression that you want to calculate the tangent for (in radians)."
+msgstr "<emph>সংখ্যা:</emph> যেকোনো সংখ্যাসূচক এক্সপ্রেশন যার টেনজেন্ট গণনা করতে চান (রেডিয়ানে)।"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3153728\n"
+"11\n"
+"help.text"
+msgid "To convert degrees to radians, multiply by Pi/180. To convert radians to degrees, multiply by 180/Pi."
+msgstr "ডিগ্রি থেকে রেডিয়ানে রূপান্তর করার জন্য, pi/180 দ্বারা গুণ করা হবে। রেডিয়ান থেকে ডিগ্রিতে রূপান্তর করার জন্য, 180/pi দ্বারা গুণ করা হবে।"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3155414\n"
+"12\n"
+"help.text"
+msgid "degrees=(radiant*180)/Pi"
+msgstr "degrees=(radiant*180)/Pi"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3146975\n"
+"13\n"
+"help.text"
+msgid "radiant=(degrees*Pi)/180"
+msgstr "radiant=(degrees*Pi)/180"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3147434\n"
+"14\n"
+"help.text"
+msgid "Pi is approximately 3.141593."
+msgstr "পাই এর মান হলো প্রায় 3.141593।"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"hd_id3149483\n"
+"15\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03080104.xhp
+#, fuzzy
+msgctxt ""
+"03080104.xhp\n"
+"par_id3148646\n"
+"16\n"
+"help.text"
+msgid "' In this example, the following entry is possible for a right-angled triangle:"
+msgstr "REM এই উদাহরণে, নিচের এন্ট্রিটি সমকোনী ত্রিভুজের জন্য সম্ভাব্য:"
+
+#: 03080104.xhp
+#, fuzzy
+msgctxt ""
+"03080104.xhp\n"
+"par_id3150012\n"
+"17\n"
+"help.text"
+msgid "' The side opposite the angle and the angle (in degrees) to calculate the length of the side adjacent to the angle:"
+msgstr "REM কোনের বিপরীত বাহু এবং কোন সংশ্লিষ্ট বাহুর দৈর্ঘ্য গণনা করার জন্য কোন (ডিগ্রিতে):"
+
+#: 03080104.xhp
+#, fuzzy
+msgctxt ""
+"03080104.xhp\n"
+"par_id3153158\n"
+"19\n"
+"help.text"
+msgid "' Pi = 3.1415926 is a pre-defined variable"
+msgstr "REM Pi = 3.1415926 পূর্বিনির্ধারিত ভেরিয়েবল"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3145252\n"
+"22\n"
+"help.text"
+msgid "d1 = InputBox$ (\"Enter the length of the side opposite the angle: \",\"opposite\")"
+msgstr "d1 = InputBox$ (\"Enter the length of the side opposite the angle: \",\"opposite\")"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3149582\n"
+"23\n"
+"help.text"
+msgid "dAlpha = InputBox$ (\"Enter the Alpha angle (in degrees): \",\"Alpha\")"
+msgstr "ddAlpha = InputBox$ (\"Enter the Alpha angle (in degrees): \",\"Alpha\")"
+
+#: 03080104.xhp
+msgctxt ""
+"03080104.xhp\n"
+"par_id3154016\n"
+"24\n"
+"help.text"
+msgid "Print \"the length of the side adjacent the angle is\"; (d1 / tan (dAlpha * Pi / 180))"
+msgstr "Print \"the length of the side adjacent the angle is\"; (d1 / tan (dAlpha * Pi / 180))"
+
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"tit\n"
+"help.text"
+msgid "CDate Function [Runtime]"
+msgstr "CDate Function [Runtime]"
+
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"bm_id3150772\n"
+"help.text"
+msgid "<bookmark_value>CDate function</bookmark_value>"
+msgstr "<bookmark_value>CDate function</bookmark_value>"
+
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"hd_id3150772\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100300.xhp\" name=\"CDate Function [Runtime]\">CDate Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100300.xhp\" name=\"CDate Function [Runtime]\">CDate Function [Runtime]</link>"
+
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"par_id3150986\n"
+"2\n"
+"help.text"
+msgid "Converts any string or numeric expression to a date value."
+msgstr "যে কোন স্ট্রিং অথবা সংখ্যাসূচক এক্সপ্রেশনকে তারিখ মানে রূপান্ততর করা হয়।"
+
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"hd_id3148944\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"par_id3148947\n"
+"4\n"
+"help.text"
+msgid "CDate (Expression)"
+msgstr "CDate (Expression)"
+
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"hd_id3148552\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"par_id3159414\n"
+"6\n"
+"help.text"
+msgid "Date"
+msgstr "তারিখ"
+
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"hd_id3153525\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"par_id3150359\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any string or numeric expression that you want to convert."
+msgstr "<emph>Expression:</emph>: যেকোনো স্ট্রিং অথবা সংখ্যাসূচক এক্সপ্রেশন যা আপনি রূপান্তর করতে চান।"
+
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"par_id3125864\n"
+"9\n"
+"help.text"
+msgid "When you convert a string expression, the date and time must be entered in the format MM.DD.YYYY HH.MM.SS, as defined by the <emph>DateValue</emph> and <emph>TimeValue</emph> function conventions. In numeric expressions, values to the left of the decimal represent the date, beginning from December 31, 1899. Values to the right of the decimal represent the time."
+msgstr "আপনি যখন একটি স্ট্রিং এক্সপ্রেশন রূপান্তর করেন, তারিখ এবং সয় অবশ্যই MM.DD.YYYY HH.MM.SS বিন্যাসে সন্নিবেশ করাতে হবে, যেভাবে <emph>DateValue</emph> এবং <emph>TimeValue</emph> ফাংশনে রূপান্তরে উল্লেখ করা হয়। সংখ্যাসূচক এক্সপ্রেশনে, দশমিকের বামে অবস্থিত মান তারিখ নির্দেশ করে থাকে, ডিসেম্বর ৩১, ১৮৯৯ থেকে শুরু করে। দশমিকের ডানে অবস্থিত মানটি সময় নির্দেশক।"
+
+#: 03100300.xhp
+msgctxt ""
+"03100300.xhp\n"
+"hd_id3156422\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"tit\n"
+"help.text"
+msgid "Events"
+msgstr "ইভেন্ট"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3155506\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01170103.xhp\" name=\"Events\">Events</link>"
+msgstr "<link href=\"text/sbasic/shared/01170103.xhp\" name=\"Events\">ইভেন্ট</link>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3146114\n"
+"2\n"
+"help.text"
+msgid "Define event assignments for the selected control or dialog. The available events depend on the type of control selected."
+msgstr "নির্বাচিত কন্ট্রোল অথবা ডায়ালগের জন্য ইভেন্ট কাজ নির্ধারণ করুন। বিদ্যমান ইভেন্ট নির্বাচিত কন্ট্রোলের ধরনের উপর নির্ভর করে থাকে।"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3145387\n"
+"16\n"
+"help.text"
+msgid "When receiving focus"
+msgstr "যখন ফোকাস গৃহীত হচ্ছে"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3155090\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_FOCUSGAINED\">This event takes place if a control receives the focus.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_FOCUSGAINED\">যদি কন্ট্রোলে ফোকাস থাকে তাহলে এই ইভেন্টটি সংঘটিত হয়।</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3152892\n"
+"18\n"
+"help.text"
+msgid "When losing focus"
+msgstr "যখন ফোকাস হারাচ্ছে"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3153305\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_FOCUSLOST\">This event takes place if a control loses the focus.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_FOCUSLOST\">কন্ট্রোলটি ফোকাস হারালে এই ইভেন্টটি সংঘটিত হয়।</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3152896\n"
+"20\n"
+"help.text"
+msgid "Key pressed"
+msgstr "কী চাপা হয়েছে"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3148837\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_KEYTYPED\">This event occurs when the user presses any key while the control has the focus.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_KEYTYPED\">কন্ট্রোলের ফোকাস থাকার সময় ব্যবহারকারী যেকোনো কী চাপলে এই ইভেন্টটি সংঘটিত হয়ে থাকে।</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3146869\n"
+"43\n"
+"help.text"
+msgid "Key released"
+msgstr "কী ছেড়ে দেয়া হয়েছে"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3155267\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_KEYUP\">This event occurs when the user releases a key while the control has the focus.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_KEYUP\">কন্ট্রোলের ফোকাস থাকার সময় ব্যবহারকারী যেকোনো কী ছেড়ে দিলে এই ইভেন্টটি সংঘটিত হয়।</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3159096\n"
+"41\n"
+"help.text"
+msgid "Modified"
+msgstr "পরিবর্তিত"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3156019\n"
+"42\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_CHANGED\">This event takes place, when the control loses the focus and the contents of the control were changed since it lost the focus.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_CHANGED\">কন্ট্রোল ফোকাস হারানোর সময় ব্যবহারকারী যেকোনো কী চাপলে এই ইভেন্টটি সংঘটিত হয় এবং কন্ট্রোলের বিষয়বস্তু তখনই পরিবর্তিত হয় যখন এটি ফোকাস হারিয়ে ফেলে।</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3144508\n"
+"10\n"
+"help.text"
+msgid "Text modified"
+msgstr "লেখা পরিবর্তিত হয়েছে"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3148608\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_TEXTCHANGED\">This event takes place if you enter or modify a text in an input field.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_TEXTCHANGED\">যদি একটি ইনপুট ফাইলে আপনি একটি পাঠ্য সন্নিবেশ করান অথবা পরিবর্তন করেন তাহলে এই ইভেন্টটি সংঘটিত হয়।</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3159207\n"
+"8\n"
+"help.text"
+msgid "Item status changed"
+msgstr "উপাদানের অবস্থা পরিবর্তিত হয়েছে"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3155097\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_ITEMSTATECHANGED\">This event takes place if the status of the control field is changed, for example, from checked to unchecked.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_ITEMSTATECHANGED\">ইভেন্টটি তখনই সংঘটিত হয় যখন নিয়ন্ত্রণ ক্ষেত্রের অবস্থা পরিবর্তিত হয়, যেমন, চিহ্নিত করা থেকে চিহ্ন তুলে নেওয়া।</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3151304\n"
+"26\n"
+"help.text"
+msgid "Mouse inside"
+msgstr "মাউস ভিতরে"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3152871\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSEENTERED\">This event takes place when the mouse enters the control.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_MOUSEENTERED\">মাউসটি এই কন্ট্রোলে সন্নিবেশ করলে এই ইভেন্টটি সংঘটিত হয়।</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3146778\n"
+"30\n"
+"help.text"
+msgid "Mouse moved while key pressed"
+msgstr "কী চাপার সময় মাউসটি সরানো হয়েছে"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3150403\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSEDRAGGED\">This event takes place when the mouse is dragged while a key is pressed.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_MOUSEDRAGGED\">একটি কী চাপার সময় মাউসটি টেনে সরানো হলে এই ইভেন্টটি সংঘটিত হয়।</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3150210\n"
+"32\n"
+"help.text"
+msgid "Mouse moved"
+msgstr "মাউস সরানো হয়েছে"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3149697\n"
+"33\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSEMOVED\">This event takes place when the mouse moves over the control.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_MOUSEMOVED\"> মাউসটি কন্ট্রোলের উপর সরানোর সময় এই ইভেন্টটি সংঘটিত হয়।</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3145216\n"
+"22\n"
+"help.text"
+msgid "Mouse button pressed"
+msgstr "মাউস বোতাম চাপা হয়েছে"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3155914\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSEPRESSED\">This event takes place when the mouse button is pressed while the mouse pointer is on the control.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_MOUSEPRESSED\">মাউস পয়েন্টারটি কন্ট্রোলের উপর থাকার সময় মাউস বোতামটি চাপা হলে এই ইভেন্টটি সংঘটিত হয়।</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3148899\n"
+"24\n"
+"help.text"
+msgid "Mouse button released"
+msgstr "মাউস বোতাম ছেড়ে দেয়া হয়েছে"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3153812\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSERELEASED\">This event takes place when the mouse button is released while the mouse pointer is on the control.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_MOUSERELEASED\">মাউস পয়েন্টারটি কন্ট্রোলের উপর থাকার সময় মাউস বোতামটি ছেড়ে দেয়া হলে এই ইভেন্টটি সংঘটিত হয়।</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3153556\n"
+"28\n"
+"help.text"
+msgid "Mouse outside"
+msgstr "মাউস বাইরে"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3153013\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSEEXITED\">This event takes place when the mouse leaves the control.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_MOUSEEXITED\">মাউস কন্ট্রোল ত্যাগ করার সময় এই ইভেন্টটি সংঘটিত হয়।</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3155759\n"
+"45\n"
+"help.text"
+msgid "While adjusting"
+msgstr "সমন্বয় করার সময়"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3156364\n"
+"46\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSEEXITED\">This event takes place when a scrollbar is being dragged.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_MOUSEEXITED\">স্ক্রলবার টানার সময় এই ইভেন্টটি সংঘটিত হয়।</ahelp>"
+
+#: 01050200.xhp
+msgctxt ""
+"01050200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Call Stack Window (Calls)"
+msgstr "কল স্ট্যাক উইন্ডো (কল)"
+
+#: 01050200.xhp
+msgctxt ""
+"01050200.xhp\n"
+"hd_id3146794\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01050200.xhp\" name=\"Call Stack Window (Calls)\">Call Stack Window (Calls)</link>"
+msgstr "<link href=\"text/sbasic/shared/01050200.xhp\" name=\"Call Stack Window (Calls)\">কল স্ট্যাক উইন্ডো (কল)</link>"
+
+#: 01050200.xhp
+msgctxt ""
+"01050200.xhp\n"
+"par_id3150400\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BASICIDE_STACKWINDOW_LIST\" visibility=\"hidden\">Displays the sequence of procedures and functions during the execution of a program.</ahelp> The <emph>Call Stack</emph> allows you to monitor the sequence of procedures and functions during the execution of a program. The procedures are functions are displayed bottom to top with the most recent function or procedure call at the top of the list."
+msgstr "<ahelp hid=\"HID_BASICIDE_STACKWINDOW_LIST\" visibility=\"hidden\">একটি প্রোগ্রামের চালানোর সময় প্রসিজার এবং ফাংশনের ক্রম প্রদর্শিত হয়।</ahelp>প্রোগ্রাম চালানোর সময় <emph>কল স্ট্যাক</emph> এর সাহায্যে আপনি প্রসিজার এবং ফাংশনের ক্রম পর্যবেক্ষণ করতে পারেন। তালিকার শীর্ষে থাকা সবচেয়ে সাম্প্রতিক প্রসিজার এবং ফাংশন কলের মাধ্যমে প্রসিজার এবং ফাংশন নিচ থেকে উপরের দিকে প্রদর্শিত হয়।"
+
+#: 03131400.xhp
+msgctxt ""
+"03131400.xhp\n"
+"tit\n"
+"help.text"
+msgid "TwipsPerPixelY Function [Runtime]"
+msgstr "TwipsPerPixelY Function [Runtime]"
+
+#: 03131400.xhp
+msgctxt ""
+"03131400.xhp\n"
+"bm_id3150040\n"
+"help.text"
+msgid "<bookmark_value>TwipsPerPixelY function</bookmark_value>"
+msgstr "<bookmark_value>TwipsPerPixelY function</bookmark_value>"
+
+#: 03131400.xhp
+msgctxt ""
+"03131400.xhp\n"
+"hd_id3150040\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03131400.xhp\" name=\"TwipsPerPixelY Function [Runtime]\">TwipsPerPixelY Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03131400.xhp\" name=\"TwipsPerPixelY Function [Runtime]\">TwipsPerPixelY Function [Runtime]</link>"
+
+#: 03131400.xhp
+msgctxt ""
+"03131400.xhp\n"
+"par_id3154186\n"
+"2\n"
+"help.text"
+msgid "Returns the number of twips that represent the height of a pixel."
+msgstr "টুইপসের পরিমাণ প্রদান করে যা একটি পিক্সেলের উচ্চতা উপস্থাপন করে।"
+
+#: 03131400.xhp
+msgctxt ""
+"03131400.xhp\n"
+"hd_id3145090\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03131400.xhp
+msgctxt ""
+"03131400.xhp\n"
+"par_id3153681\n"
+"4\n"
+"help.text"
+msgid "n = TwipsPerPixelY"
+msgstr "n = TwipsPerPixelY"
+
+#: 03131400.xhp
+msgctxt ""
+"03131400.xhp\n"
+"hd_id3148473\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03131400.xhp
+msgctxt ""
+"03131400.xhp\n"
+"par_id3154306\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "ইনটিজার"
+
+#: 03131400.xhp
+msgctxt ""
+"03131400.xhp\n"
+"hd_id3149235\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03131400.xhp
+msgctxt ""
+"03131400.xhp\n"
+"par_id3154142\n"
+"9\n"
+"help.text"
+msgid "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Twips\",0,\"Pixel size\""
+msgstr "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Twips\",0,\"Pixel size\""
+
+#: 03120100.xhp
+msgctxt ""
+"03120100.xhp\n"
+"tit\n"
+"help.text"
+msgid "ASCII/ANSI Conversion in Strings"
+msgstr "স্ট্রিং এ ASCII/ANSI রূপান্তর"
+
+#: 03120100.xhp
+msgctxt ""
+"03120100.xhp\n"
+"hd_id3147443\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120100.xhp\" name=\"ASCII/ANSI Conversion in Strings\">ASCII/ANSI Conversion in Strings</link>"
+msgstr "<link href=\"text/sbasic/shared/03120100.xhp\" name=\"ASCII/ANSI Conversion in Strings\">স্ট্রিং এ ASCII/ANSI রূপান্তর</link>"
+
+#: 03120100.xhp
+msgctxt ""
+"03120100.xhp\n"
+"par_id3159201\n"
+"2\n"
+"help.text"
+msgid "The following functions convert strings to and from ASCII or ANSI code."
+msgstr "নিচের ফাংশনটি ব্যবহার করে ASCII অথবা ANSI কোডে এবং কোড থেকে স্ট্রিং রূপান্তর করা যায়।"
+
+#: 03090411.xhp
+msgctxt ""
+"03090411.xhp\n"
+"tit\n"
+"help.text"
+msgid "With Statement [Runtime]"
+msgstr "With Statement [Runtime]"
+
+#: 03090411.xhp
+msgctxt ""
+"03090411.xhp\n"
+"bm_id3153311\n"
+"help.text"
+msgid "<bookmark_value>With statement</bookmark_value>"
+msgstr "<bookmark_value>With statement</bookmark_value>"
+
+#: 03090411.xhp
+msgctxt ""
+"03090411.xhp\n"
+"hd_id3153311\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090411.xhp\" name=\"With Statement [Runtime]\">With Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090411.xhp\" name=\"With Statement [Runtime]\">With Statement [Runtime]</link>"
+
+#: 03090411.xhp
+msgctxt ""
+"03090411.xhp\n"
+"par_id3159158\n"
+"2\n"
+"help.text"
+msgid "Sets an object as the default object. Unless another object name is declared, all properties and methods refer to the default object until the End With statement is reached."
+msgstr "একটি বস্তুকে ডিফল্ট বস্তু হিসেবে নির্ধারণ করা হয়। অন্য বস্তু নাম ডিক্লেয়ার করা ব্যতীত, End With স্টেটমেন্টে না পৌঁছানো পর্যন্ত সকল বৈশিষ্ট্যাবলী এবং পদ্ধতি দ্বারা পূর্বনির্ধারিত বস্তু নির্দেশিত হয়ে থাকে।"
+
+#: 03090411.xhp
+msgctxt ""
+"03090411.xhp\n"
+"hd_id3156153\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03090411.xhp
+msgctxt ""
+"03090411.xhp\n"
+"par_id3145609\n"
+"4\n"
+"help.text"
+msgid "With Object Statement block End With"
+msgstr "With Object Statement block End With"
+
+#: 03090411.xhp
+msgctxt ""
+"03090411.xhp\n"
+"hd_id3154924\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03090411.xhp
+msgctxt ""
+"03090411.xhp\n"
+"par_id3147560\n"
+"6\n"
+"help.text"
+msgid "Use <emph>With</emph> and <emph>End With</emph> if you have several properties or methods for a single object."
+msgstr "যদি একক বস্তুর জন্য বিভিন্ন বৈশিষ্ট্যাবলী অথবা প্রক্রিয়া থাকে তাহলে <emph>With</emph> এবং <emph>End With</emph> ব্যবহার করুন।"
+
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"tit\n"
+"help.text"
+msgid "DatePart Function [Runtime]"
+msgstr "DatePart Function [Runtime]"
+
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"bm_id249946\n"
+"help.text"
+msgid "<bookmark_value>DatePart function</bookmark_value>"
+msgstr "<bookmark_value>DatePart function</bookmark_value>"
+
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN10542\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030130.xhp\">DatePart Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030130.xhp\">DatePart Function [Runtime]</link>"
+
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN10546\n"
+"help.text"
+msgid "The DatePart function returns a specified part of a date."
+msgstr "DatePart ফাংশনটি একটি তারিখের উল্লেখিত অংশ প্রদান করে থাকে।"
+
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN10549\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN105E8\n"
+"help.text"
+msgid "DatePart (Add, Date [, Week_start [, Year_start]])"
+msgstr "DatePart (Add, Date [, Week_start [, Year_start]])"
+
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN105EB\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN105EF\n"
+"help.text"
+msgid "A Variant containing a date."
+msgstr "তারিখ ধারণকারী একটি ভেরিয়েন্ট।"
+
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN105F2\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN105F6\n"
+"help.text"
+msgid "<emph>Add</emph> - A string expression from the following table, specifying the date interval."
+msgstr "<emph>সংযোজন</emph> - নিচের সারণি থেকে তারিখ বিরতী উল্লেখকারী একটি স্ট্রিং এক্সপ্রেশন।"
+
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN10604\n"
+"help.text"
+msgid "<emph>Date</emph> - The date from which the result is calculated."
+msgstr "<emph>তারিখ</emph> - যে তারিখ থেকে ফলাফল হিসাব করা হয়।"
+
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN10611\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefSng Statement [Runtime]"
+msgstr "DefSng Statement [Runtime]"
+
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"bm_id2445142\n"
+"help.text"
+msgid "<bookmark_value>DefSng statement</bookmark_value>"
+msgstr "<bookmark_value>DefSng statement</bookmark_value>"
+
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN10577\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101130.xhp\">DefSng Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101130.xhp\">DefSng Statement [Runtime]</link>"
+
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN10587\n"
+"help.text"
+msgid "If no type-declaration character or keyword is specified, the DefSng statement sets the default variable type, according to a letter range."
+msgstr "যদি কোন টাইপ ডিক্লেয়ার করার অক্ষর অথবা কীওয়ার্ড উল্লেখিত না থাকে তাহলে ভেরিয়েবলের জন্য DefSng স্টেটমেন্টের মাধ্যমে পূর্বনির্ধারিত ডাটা টাইপ নির্ধারিত হয়, বর্ণের পরিসীমা অনুযায়ী।"
+
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN1058A\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN1058E\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Characterrange1[, Characterrange2[,...]]"
+
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN10595\n"
+"help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+msgstr "<emph>Characterrange:</emph> ভেরিয়েবলের পরিসর উল্লেখকারী বর্ণ যা আপনি পূর্বনির্ধারিত ডাটা টাইপের জন্য নির্ধারণ করতে চান।"
+
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN1059C\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr "<emph>xxx:</emph> কীওয়ার্ড যা পূর্বনির্ধারিত ভেরিয়েবল ধরন নির্ধারণ করে:"
+
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN105A3\n"
+"help.text"
+msgid "<emph>Keyword:</emph> Default variable type"
+msgstr "<emph>কীওয়ার্ড:</emph> পূর্বনির্ধারিত ভেরিয়েবল ধরন"
+
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN105AA\n"
+"help.text"
+msgid "<emph>DefSng:</emph> Single"
+msgstr "<emph>DefSng:</emph> একক"
+
+#: 03101130.xhp
+msgctxt ""
+"03101130.xhp\n"
+"par_idN105B1\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03101130.xhp
+#, fuzzy
+msgctxt ""
+"03101130.xhp\n"
+"par_idN105B5\n"
+"help.text"
+msgid "' Prefix definitions for variable types:"
+msgstr "ভেরিয়েবল ধরনের জন্য REM প্রিফিক্সের বর্ণনা:"
+
+#: 03101130.xhp
+#, fuzzy
+msgctxt ""
+"03101130.xhp\n"
+"par_idN105D3\n"
+"help.text"
+msgid "sSng=Single ' sSng is an implicit single variable"
+msgstr "sSng=Single REM sSng একটি ইমপ্লিসিট একক ভেরিয়েবল"
+
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"tit\n"
+"help.text"
+msgid "LTrim Function [Runtime]"
+msgstr "LTrim Function [Runtime]"
+
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"bm_id3147574\n"
+"help.text"
+msgid "<bookmark_value>LTrim function</bookmark_value>"
+msgstr "<bookmark_value>LTrim function</bookmark_value>"
+
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"hd_id3147574\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120305.xhp\" name=\"LTrim Function [Runtime]\">LTrim Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120305.xhp\" name=\"LTrim Function [Runtime]\">LTrim Function [Runtime]</link>"
+
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"par_id3145316\n"
+"2\n"
+"help.text"
+msgid "Removes all leading spaces at the start of a string expression."
+msgstr "একটি স্ট্রিং এক্সপ্রেশনের শুরুতে সব ফাঁকা স্থান সরিয়ে ফেলা হয়।"
+
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"hd_id3154924\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"par_id3148552\n"
+"4\n"
+"help.text"
+msgid "LTrim (Text As String)"
+msgstr "LTrim (Text As String)"
+
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"hd_id3156344\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"par_id3151056\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "স্ট্রিং"
+
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"hd_id3150543\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"par_id3150792\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression."
+msgstr "<emph>টেক্সট:</emph> যে কোন স্ট্রিং এক্সপ্রেশন।"
+
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"par_id3125863\n"
+"9\n"
+"help.text"
+msgid "Use this function to remove spaces at the beginning of a string expression."
+msgstr "একটি স্ট্রিং এক্সপ্রেশনের শুরুতে ফাঁকা স্থান সরাতে এই ফাংশন ব্যবহার করুন।"
+
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
+"hd_id3145419\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"tit\n"
+"help.text"
+msgid "Print Statement [Runtime]"
+msgstr "Print Statement [Runtime]"
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"bm_id3147230\n"
+"help.text"
+msgid "<bookmark_value>Print statement</bookmark_value>"
+msgstr "<bookmark_value>Print statement</bookmark_value>"
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"hd_id3147230\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement [Runtime]\">Print Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement [Runtime]\">Print Statement [Runtime]</link>"
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id3156281\n"
+"2\n"
+"help.text"
+msgid "Outputs the specified strings or numeric expressions to a dialog or to a file."
+msgstr "একটি ডায়ালগ অথবা ফাইলে উল্লেখিত স্ট্রিং অথবা সংখ্যাসূচক এক্সপ্রেশন আউটপুট হিসেবে প্রদান করা হয়।"
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"hd_id3145785\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id3153188\n"
+"4\n"
+"help.text"
+msgid "Print [#FileName,] Expression1[{;|,} [Spc(Number As Integer);] [Tab(pos As Integer);] [Expression2[...]]"
+msgstr "Print [#FileName,] Expression1[{;|,} [Spc(Number As Integer);] [Tab(pos As Integer);] [Expression2[...]]"
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"hd_id3147348\n"
+"5\n"
+"help.text"
+msgid "Parameter:"
+msgstr "প্যারামিটার:"
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id2508621\n"
+"help.text"
+msgid "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
+msgstr "<emph>FileName:</emph> যেকোনো সংখ্যাসূচক এক্সপ্রেশন যা সংশ্লিষ্ট ফাইলের জন্য ওপেন স্টেটমেন্ট দ্বারা নির্ধারিত ফাইলের ক্রম ধারণ করে থাকে।"
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id3163712\n"
+"6\n"
+"help.text"
+msgid "<emph>Expression</emph>: Any numeric or string expression to be printed. Multiple expressions can be separated by a semicolon. If separated by a comma, the expressions are indented to the next tab stop. The tab stops cannot be adjusted."
+msgstr "<emph>এক্সপ্রেশন</emph>: মুদ্রণ করা হবে এমন যেকোনো সংখ্যাসূচক অথবা স্ট্রিং এক্সপ্রেশন। একাধিক এক্সপ্রেশন সেমিকোলন দ্বারা ভাগ করা যায়। যদি কমা দ্বারা ভাগ করা হয়, তাহলে এক্সপ্রেশনসমূহ পরবর্তী ট্যাব স্টপ থেকে কিছুটা দূরত্ত রেখে শুরু করা হবে। ট্যাব স্টপসমূহ সমন্বয় করা যায় না।"
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id3153092\n"
+"7\n"
+"help.text"
+msgid "<emph>Number</emph>: Number of spaces to be inserted by the <emph>Spc</emph> function."
+msgstr "<emph>সংখ্যা</emph>: <emph>Spc</emph> ফাংশনের মাধ্যমে কিছু সংখ্যক ফাঁকা স্থান অন্তর্ভুক্ত করা হবে।"
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id3145364\n"
+"8\n"
+"help.text"
+msgid "<emph>Pos</emph>: Spaces are inserted until the specified position."
+msgstr "<emph>Pos</emph>: উল্লেখিত অবস্থান পর্যন্ত ফাঁকা স্থান অন্তর্ভুক্ত করা হয়।"
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id3154319\n"
+"9\n"
+"help.text"
+msgid "If a semicolon or comma appears after the last expression to be printed, $[officename] Basic stores the text in an internal buffer and continues program execution without printing. When another Print statement without a semicolon or comma at the end is encountered, all text to be printed is printed at once."
+msgstr "মুদ্রণযোগ্য শেষ এক্সপ্রেশনের পরে যদি একটি সেমিকোলন অথবা কমা আবির্ভূত হয়, তাহলে $[officename] বেসিক একটি অভ্যন্তরীণ বাথারে লেখা সংরক্ষণ করে থাকে এবং মুদ্রণ করা ছাড়াই প্রোগ্রামের কার্যকারিতা চালু রাখে। সবশেষে সেমিকোলন অথবা কমা ব্যতীত অন্য একটি মুদ্রণ স্টেটমেন্ট কাজ করার সময় মুদ্রণযোগ্য সকল লেখা একেবারে মূদ্রিত হবে।"
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id3145272\n"
+"10\n"
+"help.text"
+msgid "Positive numeric expressions are printed with a leading space. Negative expressions are printed with a leading minus sign. If a certain range is exceeded for floating-point values, the respective numeric expression is printed in exponential notation."
+msgstr "প্রথম ফাঁকা স্থান সহ ধ্বনাত্নক সংখ্যাসূচক এক্সপ্রেশন মূদ্রিত হয়। প্রথমে একটি বিয়োগ চিহ্ন সহকারে ঋনাত্নক এক্সপ্রেশন মূদ্রিত হয়। ফ্লোটিং পয়েন্ট মানের জন্য যদি একটি নির্দিষ্ট পরিসর অতিক্রম করে যায় তাহলে সংশ্লিষ্ট সংখ্যাসূচক এক্সপ্রেশনটি সূচকীয় নোটেশনে মূদ্রিত হয়ে থাকে।"
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id3154011\n"
+"11\n"
+"help.text"
+msgid "If the expression to be printed exceeds a certain length, the display will automatically wrap to the next line."
+msgstr "যদি মুদ্রণ করা হবে এমন একটি এক্সপ্রেশনের দৈর্ঘ্য নির্দিষ্ট দৈর্ঘ্যের অতিরিক্ত হয় তাহলে প্রদর্শনীটি স্বয়ংক্রিয়ভাবে পরবর্তী লাইন পর্যন্ত গুটিয়ে ফেলবে।"
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id3146969\n"
+"12\n"
+"help.text"
+msgid "You can insert the Tab function, enclosed by semicolons, between arguments to indent the output to a specific position, or you can use the <emph>Spc</emph> function to insert a specified number of spaces."
+msgstr "একটি নির্দিষ্ট স্থানে আউটপুট ইনডেন্ট করার জন্য আরগুমেন্টের মধ্যে সেমিকোলন দ্বারা আবদ্ধ ট্যাব ফাংশন সন্নিবেশ করাতে পারেন অথবা নির্দিষ্ট সংখ্যক ফাঁকা স্থান সন্নিবেশ করানোর জন্য <emph>Spc</emph> ফাংশনটি ব্যবহার করতে পারেন।"
+
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"hd_id3146912\n"
+"13\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Control and Dialog Properties"
+msgstr "কন্ট্রোল এবং ডায়ালগ বৈশিষ্ট্যাবলী"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"bm_id3153379\n"
+"help.text"
+msgid "<bookmark_value>controls; properties</bookmark_value><bookmark_value>properties; controls and dialogs</bookmark_value><bookmark_value>dialogs; properties</bookmark_value>"
+msgstr "<bookmark_value>controls; properties</bookmark_value><bookmark_value>properties; controls and dialogs</bookmark_value><bookmark_value>dialogs; properties</bookmark_value>"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"hd_id3153379\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01170100.xhp\" name=\"Control and Dialog Properties\">Control and Dialog Properties</link>"
+msgstr "<link href=\"text/sbasic/shared/01170100.xhp\" name=\"Control and Dialog Properties\">কন্ট্রোল এবং ডায়ালগ বৈশিষ্ট্যাবলী</link>"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3156280\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the properties of the selected dialog or control.</ahelp> You must be in the design mode to be able to use this command."
+msgstr "<ahelp hid=\".\">নির্বাচিত ডায়ালগ অথবা কন্ট্রোলের বৈশিষ্ট্য উল্লেখ করা হয়।</ahelp> এই কমান্ডটি ব্যবহার করতে আপনাকে অবশ্যই ডিজাইন মোডে থাকতে হবে।"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"hd_id3151043\n"
+"20\n"
+"help.text"
+msgid "Entering Data in the Properties Dialog"
+msgstr "বৈশিষ্ট্যাবলী ডায়ালগে তথ্য সন্নিবেশ করানো হচ্ছে"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3153771\n"
+"3\n"
+"help.text"
+msgid "The following key combinations apply to enter data in multiline fields or combo boxes of the <emph>Properties</emph> dialog:"
+msgstr "নিচের কী এর সমন্বয়টি দ্বারা <emph>বৈশিষ্ট্যাবলী</emph> ডায়ালগের একাধিক লাইনের ক্ষেত্রে অথবা কম্বো বাক্সে ডাটা সন্নিবেশ করাতে প্রয়োগ করা হয়:"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3150010\n"
+"18\n"
+"help.text"
+msgid "Keys"
+msgstr "কী"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3147317\n"
+"19\n"
+"help.text"
+msgid "Effects"
+msgstr "প্রভাব"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3146121\n"
+"4\n"
+"help.text"
+msgid "Alt+Down Arrow"
+msgstr "Alt+নিম্নমুখী তীরচিহ্ন"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3149581\n"
+"5\n"
+"help.text"
+msgid "Opens a combo box"
+msgstr "একটি কম্বো বাক্স খোলা হয়"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3147394\n"
+"6\n"
+"help.text"
+msgid "Alt+Up Arrow"
+msgstr "Alt+ ঊর্ধ্বমুখী তীরচিহ্ন"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3148455\n"
+"7\n"
+"help.text"
+msgid "Closes a combo box"
+msgstr "একটি কম্বো বাক্স বন্ধ করা হয়"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3154511\n"
+"8\n"
+"help.text"
+msgid "Shift+Enter"
+msgstr "Shift+Enter"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3146971\n"
+"9\n"
+"help.text"
+msgid "Inserts a line break in multiline fields."
+msgstr "একাধিক লাইনের ক্ষেত্রে একটি লাইন বিরতী সন্নিবেশ করানো হয়।"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3146914\n"
+"10\n"
+"help.text"
+msgid "(UpArrow)"
+msgstr "(ঊর্ধ্বমুখী তীরচিহ্ন)"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3153714\n"
+"11\n"
+"help.text"
+msgid "Goes to the previous line."
+msgstr "পূর্ববর্তী লাইনে ফিরে যায়।"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3159266\n"
+"12\n"
+"help.text"
+msgid "(DownArrow)"
+msgstr "(নিম্নমুখী তীরচিহ্ন)"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3146314\n"
+"13\n"
+"help.text"
+msgid "Goes to the next line."
+msgstr "পরবর্তী লাইনে চলে যায়।"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3149255\n"
+"14\n"
+"help.text"
+msgid "Enter"
+msgstr "সন্নিবেশ"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3149566\n"
+"15\n"
+"help.text"
+msgid "Applies the changes made to a field and places the cursor into the next field."
+msgstr "একটি ক্ষেত্রে তৈরি পরিবর্তনগুলো প্রয়োগ করে এবং কার্সারটিকে পরবর্তী ক্ষেত্রে অবস্থান করানো হয়।"
+
+#: 03080100.xhp
+msgctxt ""
+"03080100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Trigonometric Functions"
+msgstr "ত্রিকোনমিতিক ফাংশন"
+
+#: 03080100.xhp
+msgctxt ""
+"03080100.xhp\n"
+"hd_id3159201\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080100.xhp\" name=\"Trigonometric Functions\">Trigonometric Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03080100.xhp\" name=\"Trigonometric Functions\">ত্রিকোনমিতিক ফাংশন</link>"
+
+#: 03080100.xhp
+msgctxt ""
+"03080100.xhp\n"
+"par_id3149180\n"
+"2\n"
+"help.text"
+msgid "The following are the trigonometric functions that are supported in $[officename] Basic."
+msgstr "নিচের ত্রিকোনমিতিক ফাংশনসমূহ $[officename] বেসিক দ্বারা সমর্থিত।"
+
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"tit\n"
+"help.text"
+msgid "CVErr Function [Runtime]"
+msgstr "CVErr Function [Runtime]"
+
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"bm_id531022\n"
+"help.text"
+msgid "<bookmark_value>CVErr function</bookmark_value>"
+msgstr "<bookmark_value>CVErr function</bookmark_value>"
+
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"par_idN1054B\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100080.xhp\">CVErr Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100080.xhp\">CVErr Function [Runtime]</link>"
+
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"par_idN1055B\n"
+"help.text"
+msgid "Converts a string expression or numeric expression to a variant expression of the sub type \"Error\"."
+msgstr "একটি স্ট্রিং অথবা সংখ্যাসূচক এক্সপ্রেশনকে \"Error\" সাবটাইপের একটি ভেরিয়েন্ট এক্সপ্রেশনে রূপান্তর করে থাকে।"
+
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"par_idN1055E\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"par_idN10562\n"
+"help.text"
+msgid "CVErr(Expression)"
+msgstr "CVErr(Expression)"
+
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"par_idN10565\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"par_idN10569\n"
+"help.text"
+msgid "Variant."
+msgstr "ভ্যারিয়েন্ট।"
+
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"par_idN1056C\n"
+"help.text"
+msgid "Parameter:"
+msgstr "প্যারামিটার:"
+
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"par_idN10570\n"
+"help.text"
+msgid "Expression: Any string or numeric expression that you want to convert."
+msgstr "এক্সপ্রেশন: যেকোনো স্ট্রিং অথবা সংখ্যাসূচক এক্সপ্রেশন যা আপনি রূপান্তর করতে চান।"
+
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fix Function [Runtime]"
+msgstr "Fix Function [Runtime]"
+
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"bm_id3159201\n"
+"help.text"
+msgid "<bookmark_value>Fix function</bookmark_value>"
+msgstr "<bookmark_value>Fix function</bookmark_value>"
+
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"hd_id3159201\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080501.xhp\" name=\"Fix Function [Runtime]\">Fix Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080501.xhp\" name=\"Fix Function [Runtime]\">Fix Function [Runtime]</link>"
+
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"par_id3149346\n"
+"2\n"
+"help.text"
+msgid "Returns the integer value of a numeric expression by removing the fractional part of the number."
+msgstr "সংখ্যার ভগ্নাংশ অপসারণ করে একটি সংখ্যাসূচক এক্সপ্রেশনের ইনটিজার মান প্রদান করে থাকে।"
+
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"hd_id3155419\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"par_id3156152\n"
+"4\n"
+"help.text"
+msgid "Fix (Expression)"
+msgstr "Fix (Expression)"
+
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"hd_id3154923\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"par_id3148947\n"
+"6\n"
+"help.text"
+msgid "Double"
+msgstr "Double"
+
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"hd_id3154760\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"par_id3149457\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Numeric expression that you want to return the integer value for."
+msgstr "<emph>এক্সপ্রেশন:</emph> সংখ্যাসূচক এক্সপ্রেশন যা আপনি ইনটিজার মানের জন্য প্রদান করতে চান।"
+
+#: 03080501.xhp
+msgctxt ""
+"03080501.xhp\n"
+"hd_id3150447\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03080501.xhp
+#, fuzzy
+msgctxt ""
+"03080501.xhp\n"
+"par_id3156214\n"
+"11\n"
+"help.text"
+msgid "Print Fix(3.14159) ' returns 3."
+msgstr "Print Fix(3.14159) REM returns 3."
+
+#: 03080501.xhp
+#, fuzzy
+msgctxt ""
+"03080501.xhp\n"
+"par_id3154217\n"
+"12\n"
+"help.text"
+msgid "Print Fix(0) ' returns 0."
+msgstr "Print Fix(0) REM returns 0."
+
+#: 03080501.xhp
+#, fuzzy
+msgctxt ""
+"03080501.xhp\n"
+"par_id3145786\n"
+"13\n"
+"help.text"
+msgid "Print Fix(-3.14159) ' returns -3."
+msgstr "Print Fix(-3.14159) REM returns -3."
+
+#: 03090300.xhp
+msgctxt ""
+"03090300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Jumps"
+msgstr "জাম্প"
+
+#: 03090300.xhp
+msgctxt ""
+"03090300.xhp\n"
+"hd_id3151262\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090300.xhp\" name=\"Jumps\">Jumps</link>"
+msgstr "<link href=\"text/sbasic/shared/03090300.xhp\" name=\"Jumps\">জাম্প</link>"
+
+#: 03090300.xhp
+msgctxt ""
+"03090300.xhp\n"
+"par_id3148983\n"
+"2\n"
+"help.text"
+msgid "The following statements execute jumps."
+msgstr "নিচের স্টেটমেন্টটির মাধ্যমে জাম্প চালানো হয়।"
+
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"tit\n"
+"help.text"
+msgid "CreateUnoStruct Function [Runtime]"
+msgstr "CreateUnoStruct Function [Runtime]"
+
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"bm_id3150499\n"
+"help.text"
+msgid "<bookmark_value>CreateUnoStruct function</bookmark_value>"
+msgstr "<bookmark_value>CreateUnoStruct function</bookmark_value>"
+
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"hd_id3150499\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03131500.xhp\" name=\"CreateUnoStruct Function [Runtime]\">CreateUnoStruct Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03131500.xhp\" name=\"CreateUnoStruct Function [Runtime]\">CreateUnoStruct Function [Runtime]</link>"
+
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"par_id3150713\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Creates an instance of a Uno structure type.</ahelp>"
+msgstr "<ahelp hid=\".\">Uno গঠন ধরনের দৃষ্টান্ত তৈরি করা হয়।</ahelp>"
+
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"par_id3147226\n"
+"3\n"
+"help.text"
+msgid "Use the following structure for your statement:"
+msgstr "আপনার স্টেটমেন্টের জন্য নিচের গঠনটি ব্যবহার করুন:"
+
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"par_id3149177\n"
+"4\n"
+"help.text"
+msgid "Dim oStruct as new com.sun.star.beans.Property"
+msgstr "Dim oStruct as new com.sun.star.beans.Property"
+
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"hd_id3156153\n"
+"5\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"par_id3155341\n"
+"6\n"
+"help.text"
+msgid "oStruct = CreateUnoStruct( Uno type name )"
+msgstr "oStruct = CreateUnoStruct( Uno type name )"
+
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"hd_id3145316\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"par_id3149762\n"
+"8\n"
+"help.text"
+msgid "oStruct = CreateUnoStruct( \"com.sun.star.beans.Property\" )"
+msgstr "oStruct = CreateUnoStruct( \"com.sun.star.beans.Property\" )"
+
+#: 03030302.xhp
+msgctxt ""
+"03030302.xhp\n"
+"tit\n"
+"help.text"
+msgid "Time Statement [Runtime]"
+msgstr "Time Statement [Runtime]"
+
+#: 03030302.xhp
+msgctxt ""
+"03030302.xhp\n"
+"bm_id3145090\n"
+"help.text"
+msgid "<bookmark_value>Time statement</bookmark_value>"
+msgstr "<bookmark_value>Time statement</bookmark_value>"
+
+#: 03030302.xhp
+msgctxt ""
+"03030302.xhp\n"
+"hd_id3145090\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030302.xhp\">Time Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030302.xhp\">Time Statement [Runtime]</link>"
+
+#: 03030302.xhp
+msgctxt ""
+"03030302.xhp\n"
+"par_id3150984\n"
+"2\n"
+"help.text"
+msgid "This function returns the current system time as a string in the format \"HH:MM:SS\"."
+msgstr "এই ফাংশনটি স্ট্রিং হিসেবে বর্তমান সিস্টেমের তারিখ \"HH:MM:SS\" বিন্যাসে প্রদান করে থাকে।"
+
+#: 03030302.xhp
+msgctxt ""
+"03030302.xhp\n"
+"hd_id3154346\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03030302.xhp
+msgctxt ""
+"03030302.xhp\n"
+"par_id3149670\n"
+"4\n"
+"help.text"
+msgid "Time"
+msgstr "সময়"
+
+#: 03030302.xhp
+msgctxt ""
+"03030302.xhp\n"
+"hd_id3150792\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03030302.xhp
+msgctxt ""
+"03030302.xhp\n"
+"par_id3149656\n"
+"6\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that specifies the new time in the format \"HH:MM:SS\"."
+msgstr "<emph>লেখ:</emph> যেকোনো স্ট্রিং এক্সপ্রেশন যা \"HH:MM:SS\" বিন্যাসের নতুন সময় উল্লেখ করে থাকে।"
+
+#: 03030302.xhp
+msgctxt ""
+"03030302.xhp\n"
+"hd_id3145173\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03030302.xhp
+msgctxt ""
+"03030302.xhp\n"
+"par_id3150870\n"
+"9\n"
+"help.text"
+msgid "MsgBox Time,0,\"The time is\""
+msgstr "MsgBox Time,0,\"The time is\""
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"tit\n"
+"help.text"
+msgid "CreateUnoDialog Function [Runtime]"
+msgstr "CreateUnoDialog Function [Runtime]"
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"bm_id3150040\n"
+"help.text"
+msgid "<bookmark_value>CreateUnoDialog function</bookmark_value>"
+msgstr "<bookmark_value>CreateUnoDialog function</bookmark_value>"
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"hd_id3150040\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03131800.xhp\" name=\"CreateUnoDialog Function [Runtime]\">CreateUnoDialog Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03131800.xhp\" name=\"CreateUnoDialog Function [Runtime]\">CreateUnoDialog Function [Runtime]</link>"
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3154186\n"
+"2\n"
+"help.text"
+msgid "Creates a Basic Uno object that represents a Uno dialog control during Basic runtime."
+msgstr "একটি বেসিক Uno বস্তু তৈরি করা হয় যা বেসিক রানটাইমের সময় একটি Uno ডায়ালগ উপস্থাপন করে।"
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3153750\n"
+"3\n"
+"help.text"
+msgid "Dialogs are defined in the dialog libraries. To display a dialog, a \"live\" dialog must be created from the library."
+msgstr "ডায়ালগ লাইব্রেরিতে ডায়ালগ নির্ধারিত হয়। একটি ডায়ালগ প্রদর্শন করতে, লাইব্রেরি থেকে অবশ্যই একটি \"সরাসরি\" ডায়ালগ তৈরি করতে হবে।"
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3153681\n"
+"4\n"
+"help.text"
+msgid "See <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Examples\">Examples</link>."
+msgstr "<link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Examples\">উদাহরণ</link> দেখুন।"
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"hd_id3154286\n"
+"5\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3159176\n"
+"6\n"
+"help.text"
+msgid "CreateUnoDialog( oDlgDesc )"
+msgstr "CreateUnoDialog( oDlgDesc )"
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"hd_id3143270\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3159157\n"
+"8\n"
+"help.text"
+msgid "' Get dialog description from the dialog library"
+msgstr "' ডায়ালগ লাইব্রেরি থেকে ডায়ালগের বর্ণনা পাওয়া যায়"
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3149234\n"
+"9\n"
+"help.text"
+msgid "oDlgDesc = DialogLibraries.Standard.Dialog1"
+msgstr "oDlgDesc = DialogLibraries.Standard.Dialog1"
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3154923\n"
+"10\n"
+"help.text"
+msgid "' generate \"live\" dialog"
+msgstr "' generate \"live\" dialog"
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3149670\n"
+"11\n"
+"help.text"
+msgid "oDlgControl = CreateUnoDialog( oDlgDesc )"
+msgstr "oDlgControl = CreateUnoDialog( oDlgDesc )"
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3148550\n"
+"12\n"
+"help.text"
+msgid "' display \"live\" dialog"
+msgstr "' display \"live\" dialog"
+
+#: 03131800.xhp
+msgctxt ""
+"03131800.xhp\n"
+"par_id3154072\n"
+"13\n"
+"help.text"
+msgid "oDlgControl.execute"
+msgstr "oDlgControl.execute"
+
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"tit\n"
+"help.text"
+msgid "IsEmpty Function [Runtime]"
+msgstr "IsEmpty Function [Runtime]"
+
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"bm_id3153394\n"
+"help.text"
+msgid "<bookmark_value>IsEmpty function</bookmark_value>"
+msgstr "<bookmark_value>IsEmpty function</bookmark_value>"
+
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"hd_id3153394\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102400.xhp\" name=\"IsEmpty Function [Runtime]\">IsEmpty Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03102400.xhp\" name=\"IsEmpty Function [Runtime]\">IsEmpty Function [Runtime]</link>"
+
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"par_id3163045\n"
+"2\n"
+"help.text"
+msgid "Tests if a Variant variable contains the Empty value. The Empty value indicates that the variable is not initialized."
+msgstr "ভেরিয়েন্ট ভেরিয়েবলটি মান ফাঁকা হলে তা পরীক্ষসা করা হয়। ফাঁকা মানের অর্থ হলো ভেরিয়েবলটি আরম্ভ করা হয় না।"
+
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"hd_id3159158\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"par_id3153126\n"
+"4\n"
+"help.text"
+msgid "IsEmpty (Var)"
+msgstr "IsEmpty (Var)"
+
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"hd_id3148685\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"par_id3156344\n"
+"6\n"
+"help.text"
+msgid "Bool"
+msgstr "Bool"
+
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"hd_id3148947\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"par_id3154347\n"
+"8\n"
+"help.text"
+msgid "<emph>Var:</emph> Any variable that you want to test. If the Variant contains the Empty value, the function returns True, otherwise the function returns False."
+msgstr "<emph>Var:</emph> যেকোনো ভেরিয়েবল যা আপনি পরীক্ষা করতে চান। যদি ভেরিয়েন্টটিতে একটি ফাঁকা মান বিদ্যমান থাকে, তাহলে ফাংশনটি True প্রদান করে থাকে, অন্যথায় ফাংশনটি False প্রদান করে থাকে।"
+
+#: 03102400.xhp
+msgctxt ""
+"03102400.xhp\n"
+"hd_id3154138\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03102400.xhp
+#, fuzzy
+msgctxt ""
+"03102400.xhp\n"
+"par_id3154863\n"
+"13\n"
+"help.text"
+msgid "Print IsEmpty(sVar) ' Returns True"
+msgstr "Print IsEmpty(sVar) REM Returns True"
+
+#: 03030200.xhp
+msgctxt ""
+"03030200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Converting Time Values"
+msgstr "সময়ের মান রূপান্তরিত হচ্ছে"
+
+#: 03030200.xhp
+msgctxt ""
+"03030200.xhp\n"
+"hd_id3147226\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030200.xhp\" name=\"Converting Time Values\">Converting Time Values</link>"
+msgstr "<link href=\"text/sbasic/shared/03030200.xhp\" name=\"Converting Time Values\">সময়ের মান রূপান্তরিত হচ্ছে</link>"
+
+#: 03030200.xhp
+msgctxt ""
+"03030200.xhp\n"
+"par_id3149415\n"
+"2\n"
+"help.text"
+msgid "The following functions convert time values to calculable numbers."
+msgstr "নিচের ফাংশনটি ব্যবহার করে সময় মানকে গণনাযোগ্য সংখ্য়াতে রূপান্তর করা যায়।"
+
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"tit\n"
+"help.text"
+msgid "CLng Function [Runtime]"
+msgstr "CLng Function [Runtime]"
+
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"bm_id3153311\n"
+"help.text"
+msgid "<bookmark_value>CLng function</bookmark_value>"
+msgstr "<bookmark_value>CLng function</bookmark_value>"
+
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"hd_id3153311\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100600.xhp\" name=\"CLng Function [Runtime]\">CLng Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100600.xhp\" name=\"CLng Function [Runtime]\">CLng Function [Runtime]</link>"
+
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"par_id3148686\n"
+"2\n"
+"help.text"
+msgid "Converts any string or numeric expression to a long integer."
+msgstr "যে কোন স্ট্রিং অথবা সংখ্যাসূচক এক্সপ্রেশনকে দীর্ঘ ইনটিজারে রূপান্তর করে।"
+
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"hd_id3145315\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"par_id3147573\n"
+"4\n"
+"help.text"
+msgid "CLng (Expression)"
+msgstr "CLng (Expression)"
+
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"hd_id3145610\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"par_id3153897\n"
+"6\n"
+"help.text"
+msgid "Long"
+msgstr "Long"
+
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"hd_id3154760\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"par_id3159414\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any numerical expression that you want to convert. If the <emph>Expression</emph> lies outside the valid long integer range between -2.147.483.648 and 2.147.483.647, $[officename] Basic returns an overflow error. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
+msgstr "<emph>এক্সপ্রেশন:</emph> যেকোনো সংখ্যাসূচক এক্সপ্রেশন যা আপনি রূপান্তর করতে পারেন। যদি <emph>এক্সপ্রেশন</emph> এর মান বৈধ দীর্ঘ ইনটিজার পরিসর -2.147.483.648 এবং 2.147.483.647 এর বাইরের একটি মান হয়, তাহলে $[officename] বেসিক একটি ওভারফ্লো ত্রুটি রিপোর্ট প্রদান করে থাকে। একটি স্ট্রিং এক্সপ্রেশন রূপান্তর করার জন্য, সংখ্যাটি অবশ্যই আপনার অপারেটিং সিস্টেমের পূর্বনির্ধারিত সংখ্যা বিন্যাস ব্যবহার করে সাধারণ লেখা (\"123.5\") হিসেবে সন্নিবেশ করাতে হবে।"
+
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"par_id3150358\n"
+"9\n"
+"help.text"
+msgid "This function always rounds the fractional part of a number to the nearest integer."
+msgstr "এই ফাংশনটি সবসময় একটি সংখ্যার ভগ্নাংশকে কাছাকাছি একটি ইনটিজার পূর্ণসংখ্যায় রূপান্তর করে থাকে।"
+
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"hd_id3154216\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: main0211.xhp
+msgctxt ""
+"main0211.xhp\n"
+"tit\n"
+"help.text"
+msgid "Macro Toolbar"
+msgstr "ম্যাক্রো টুলবার"
+
+#: main0211.xhp
+msgctxt ""
+"main0211.xhp\n"
+"bm_id3150543\n"
+"help.text"
+msgid "<bookmark_value>toolbars; Basic IDE</bookmark_value><bookmark_value>macro toolbar</bookmark_value>"
+msgstr "<bookmark_value>toolbars; Basic IDE</bookmark_value><bookmark_value>macro toolbar</bookmark_value>"
+
+#: main0211.xhp
+msgctxt ""
+"main0211.xhp\n"
+"hd_id3150543\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/main0211.xhp\" name=\"Macro Toolbar\">Macro Toolbar</link>"
+msgstr "<link href=\"text/sbasic/shared/main0211.xhp\" name=\"Macro Toolbar\">ম্যাক্রো টুলবার</link>"
+
+#: main0211.xhp
+msgctxt ""
+"main0211.xhp\n"
+"par_id3147288\n"
+"2\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:MacroBarVisible\">The <emph>Macro Toolbar </emph>contains commands to create, edit, and run macros.</ahelp>"
+msgstr "<ahelp visibility=\"visible\" hid=\".uno:MacroBarVisible\"><emph>ম্যাক্রো টুলবার</emph> এ ম্যাক্রো তৈরি, সম্পাদনা, এবং চালানোর কমান্ড রয়েছে।</ahelp>"
+
+#: 03070100.xhp
+msgctxt ""
+"03070100.xhp\n"
+"tit\n"
+"help.text"
+msgid "\"-\" Operator [Runtime]"
+msgstr "\"-\" Operator [Runtime]"
+
+#: 03070100.xhp
+msgctxt ""
+"03070100.xhp\n"
+"bm_id3156042\n"
+"help.text"
+msgid "<bookmark_value>\"-\" operator (mathematical)</bookmark_value>"
+msgstr "<bookmark_value>\"-\" operator (mathematical)</bookmark_value>"
+
+#: 03070100.xhp
+msgctxt ""
+"03070100.xhp\n"
+"hd_id3156042\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03070100.xhp\">\"-\" Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03070100.xhp\">\"-\" Operator [Runtime]</link>"
+
+#: 03070100.xhp
+msgctxt ""
+"03070100.xhp\n"
+"par_id3153345\n"
+"2\n"
+"help.text"
+msgid "Subtracts two values."
+msgstr "মান দুইটি বিয়োগ করা হয়"
+
+#: 03070100.xhp
+msgctxt ""
+"03070100.xhp\n"
+"hd_id3149416\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03070100.xhp
+msgctxt ""
+"03070100.xhp\n"
+"par_id3156023\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 - Expression2"
+msgstr "Result = Expression1 - Expression2"
+
+#: 03070100.xhp
+msgctxt ""
+"03070100.xhp\n"
+"hd_id3154760\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03070100.xhp
+msgctxt ""
+"03070100.xhp\n"
+"par_id3147560\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numerical expression that contains the result of the subtraction."
+msgstr "<emph>ফলাফল:</emph> যেকোনো সংখ্যাসূচক ভেরিয়েবল যা বিয়োগের ফলাফল নির্দেশ করে থাকে।"
+
+#: 03070100.xhp
+msgctxt ""
+"03070100.xhp\n"
+"par_id3150398\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to subtract."
+msgstr "<emph>এক্সপ্রেশন১, এক্সপ্রেশন২:</emph> যেকোনো এক্সপ্রেশন যা আপনি বিয়োগ করতে চান।"
+
+#: 03070100.xhp
+msgctxt ""
+"03070100.xhp\n"
+"hd_id3154366\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"tit\n"
+"help.text"
+msgid "TimeSerial Function [Runtime]"
+msgstr "TimeSerial Function [Runtime]"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"bm_id3143271\n"
+"help.text"
+msgid "<bookmark_value>TimeSerial function</bookmark_value>"
+msgstr "<bookmark_value>TimeSerial function</bookmark_value>"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"hd_id3143271\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030205.xhp\" name=\"TimeSerial Function [Runtime]\">TimeSerial Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030205.xhp\" name=\"TimeSerial Function [Runtime]\">TimeSerial Function [Runtime]</link>"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3156344\n"
+"2\n"
+"help.text"
+msgid "Calculates a serial time value for the specified hour, minute, and second parameters that are passed as numeric value. You can then use this value to calculate the difference between times."
+msgstr "উল্লেখযোগ্য ঘন্টা, মিনিট এবং সেকেন্ড প্যারামিটারের একটি ক্রমানুসার সময় মান হিসাব করা হয় যা সংখ্যাসূচক মান হিসেবে পাস করে থাকে। আপনি তারপর সময়ের মধ্য পার্থক্য হিসাব করার জন্য এই মান ব্যবহার করতে পারেন।"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"hd_id3146794\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3150792\n"
+"5\n"
+"help.text"
+msgid "TimeSerial (hour, minute, second)"
+msgstr "TimeSerial (hour, minute, second)"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"hd_id3148797\n"
+"6\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3154908\n"
+"7\n"
+"help.text"
+msgid "Date"
+msgstr "তারিখ"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"hd_id3154124\n"
+"8\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3153193\n"
+"9\n"
+"help.text"
+msgid "<emph>hour:</emph> Any integer expression that indicates the hour of the time that is used to determine the serial time value. Valid values: 0-23."
+msgstr "<emph>ঘন্টা:</emph> যেকোনো ইনটিজার এক্সপ্রেশন যা ক্রমানুসার সময় মান নির্ধারণ করতে ব্যবহৃত সময়ের ঘন্টা নির্দেশ করে থাকে । বৈধ মান: ০-২৩।"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3159252\n"
+"10\n"
+"help.text"
+msgid "<emph>minute:</emph> Any integer expression that indicates the minute of the time that is used to determine the serial time value. In general, use values between 0 and 59. However, you can also use values that lie outside of this range, where the number of minutes influence the hour value."
+msgstr "<emph>মিনিট:</emph> সময়ের মিনিট নির্দেশক যেকোনো ইনটিজার এক্সপ্রেশন যা ক্রমানুসার সময় মান নির্ধারণ করার জন্য ব্যবহৃত হয়ে থাকে। সাধারণভাবে, আপনি ০ এবং ৫৯ এর মধ্যে একটি মান ব্যবহার করতে পারেন। যদিও, পরিসরের বাইরে অবস্থিত মানও ব্যবহার করতে পারেন, যেখানে মিনিটের সংখ্যা ঘন্টা মানকে প্রভাবিত করে থাকে।"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3161831\n"
+"11\n"
+"help.text"
+msgid "<emph>second:</emph> Any integer expression that indicates the second of the time that is used to determine the serial time value. In general, you can use values between 0 and 59. However, you can also use values that lie outside of this range, where the number seconds influences the minute value."
+msgstr "<emph>সেকেন্ড:</emph> সময়ের সেকেন্ড নির্দেশক যেকোনো ইনটিজার এক্সপ্রেশন যা ক্রমানুসার সময় মান নির্ধারণ করার জন্য ব্যবহৃত হয়ে থাকে। সাধারণভাবে, আপনি ০ এবং ৫৯ এর মধ্যে একটি মান ব্যবহার করতে পারেন। যদিও, পরিসরের বাইরে অবস্থিত মানও ব্যবহার করতে পারেন, যেখানে সেকেন্ডেরর সংখ্যা মিনিটের মানকে প্রভাবিত করে থাকে।"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3155854\n"
+"12\n"
+"help.text"
+msgid "<emph>Examples:</emph>"
+msgstr "<emph>উদাহরণ:</emph>"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3153952\n"
+"13\n"
+"help.text"
+msgid "12, -5, 45 corresponds to 11, 55, 45"
+msgstr "১২, -৫, ৪৫ হলো ১১, ৫৫, ৪৫ সংশ্লিষ্ট"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3147349\n"
+"14\n"
+"help.text"
+msgid "12, 61, 45 corresponds to 13, 2, 45"
+msgstr "12, 61, 45 মানসমূহ 13, 2, 45 এর সাথে সংশ্লিষ্ট"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3147426\n"
+"15\n"
+"help.text"
+msgid "12, 20, -2 corresponds to 12, 19, 58"
+msgstr "12, 20, -2 মানসমূহ 12, 19, 58 এর সাথে সংশ্লিষ্ট"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3153365\n"
+"16\n"
+"help.text"
+msgid "12, 20, 63 corresponds to 12, 21, 4"
+msgstr "12, 20, 63 মানসমূহ 12, 21, 4 এর সাথে সংশ্লিষ্ট"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3146985\n"
+"17\n"
+"help.text"
+msgid "You can use the TimeSerial function to convert any time into a single value that you can use to calculate time differences."
+msgstr "TimeSerial ফাংশন ব্যবহার করে যেকোনো সময়কে একক মানে রূপান্তর করা যায় যা সময়ের পার্থক্য গণনা করার জন্য ব্যবহৃত হয়।"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3155308\n"
+"18\n"
+"help.text"
+msgid "The TimeSerial function returns the type Variant with VarType 7 (Date). This value is stored internally as a double-precision number between 0 and 0.9999999999. As opposed to the DateSerial or DateValue function, where the serial date values are calculated as days relative to a fixed date, you can calculate with values returned by the TimeSerial function, but you cannot evaluate them."
+msgstr "TimeSerial ফাংশনটি VarType 7 (তারিখ) সহ ধরন ভেরিয়েন্ট প্রদান করে থাকে। এই মানটি অভ্যন্তরীণভাবে ০ এবং ০.৯৯৯৯৯৯৯৯৯৯ এর মধ্যে একটি ডাবল-প্রিসিশন সংখ্যা হিসেবে সংরক্ষিত থাকে। DateSerial অথবা DateValue ফাংশনের বিপরীত হিসেবে, যেখানে ক্রমানুসার তারিখ মান একটি নির্দিষ্ট তারিখ সংশ্লিষ্ট দিন হিসেবে হিসাব করা হয়, আপনি TimeSerial ফাংশন দ্বারা প্রদান করা মান দ্বারা তা গণনা করতে পারেন, কিন্তু আপনি তা মূল্যায়ন করতে পারেন না।"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3149482\n"
+"19\n"
+"help.text"
+msgid "In the TimeValue function, you can pass a string as a parameter containing the time. For the TimeSerial function, however, you can pass the individual parameters (hour, minute, second) as separate numeric expressions."
+msgstr "TimeValue ফাংশনে, আপনি সময় নির্দেশক একটি স্ট্রিং প্যারামিটার হিসেবে পাস করতে পারেন। TimeSerial ফাংশনের জন্য, যদিও, আপনি স্বতন্ত্র প্যারামিটার (ঘন্টা, মিনিট, সেকেন্ড) একটি পৃথক সংখ্যাসূচক এক্সপ্রেশন হিসেবে পাস করতে পারেন।"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"hd_id3154790\n"
+"20\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3155600\n"
+"25\n"
+"help.text"
+msgid "MsgBox dDate,64,\"Time as a number\""
+msgstr "MsgBox dDate,64,\"Time as a number\""
+
+#: 03030205.xhp
+msgctxt ""
+"03030205.xhp\n"
+"par_id3153417\n"
+"26\n"
+"help.text"
+msgid "MsgBox sDate,64,\"Formatted time\""
+msgstr "MsgBox sDate,64,\"Formatted time\""
+
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comparison Operators"
+msgstr "তুলনামূলক অপারেটর"
+
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"hd_id3155555\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03110000.xhp\" name=\"Comparison Operators\">Comparison Operators</link>"
+msgstr "<link href=\"text/sbasic/shared/03110000.xhp\" name=\"Comparison Operators\">তুলনামূলক অপারেটর</link>"
+
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"par_id3153528\n"
+"2\n"
+"help.text"
+msgid "The available comparison operators are described here."
+msgstr "উপস্থিত তুলনামূলক অপারেটর সম্পর্কে এখানে বর্ণনা করা হয়।"
+
+#: 03090100.xhp
+msgctxt ""
+"03090100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Condition Statements"
+msgstr "শর্তাধীন স্টেটমেন্ট"
+
+#: 03090100.xhp
+msgctxt ""
+"03090100.xhp\n"
+"hd_id3154422\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090100.xhp\" name=\"Condition Statements\">Condition Statements</link>"
+msgstr "<link href=\"text/sbasic/shared/03090100.xhp\" name=\"Condition Statements\">শর্তাধীন স্টেটমেন্ট</link>"
+
+#: 03090100.xhp
+msgctxt ""
+"03090100.xhp\n"
+"par_id3153750\n"
+"2\n"
+"help.text"
+msgid "The following statements are based on conditions."
+msgstr "নিচের স্টেটমেন্টটি শর্ত সাপেক্ষ।"
+
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"tit\n"
+"help.text"
+msgid "CByte Function [Runtime]"
+msgstr "CByte Function [Runtime]"
+
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"bm_id3156027\n"
+"help.text"
+msgid "<bookmark_value>CByte function</bookmark_value>"
+msgstr "<bookmark_value>CByte function</bookmark_value>"
+
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"hd_id3156027\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120105.xhp\" name=\"CByte Function [Runtime]\">CByte Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120105.xhp\" name=\"CByte Function [Runtime]\">CByte Function [Runtime]</link>"
+
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"par_id3143267\n"
+"2\n"
+"help.text"
+msgid "Converts a string or a numeric expression to the type Byte."
+msgstr "একটি স্ট্রিং অথবা সংখ্যাসূচক এক্সপ্রেশনকে ধরন বাইটে রূপান্তর করা হয়।"
+
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"hd_id3149811\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"par_id3147573\n"
+"4\n"
+"help.text"
+msgid "Cbyte( expression )"
+msgstr "Cbyte( expression )"
+
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"hd_id3145315\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"par_id3148473\n"
+"6\n"
+"help.text"
+msgid "Byte"
+msgstr "বাইট"
+
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"hd_id3147530\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
+"par_id3145068\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> A string or a numeric expression."
+msgstr "<emph>এক্সপ্রেশন:</emph> একটি স্ট্রিং অথবা সংখ্যাসূচক এক্সপ্রেশন।"
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"tit\n"
+"help.text"
+msgid "InputBox Function [Runtime]"
+msgstr "InputBox Function [Runtime]"
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"bm_id3148932\n"
+"help.text"
+msgid "<bookmark_value>InputBox function</bookmark_value>"
+msgstr "<bookmark_value>InputBox function</bookmark_value>"
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"hd_id3148932\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010201.xhp\" name=\"InputBox Function [Runtime]\">InputBox Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010201.xhp\" name=\"InputBox Function [Runtime]\">InputBox Function [Runtime]</link>"
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3151262\n"
+"2\n"
+"help.text"
+msgid "Displays a prompt in a dialog at which the user can input text. The input is assigned to a variable."
+msgstr "একটি ডায়ালগে একটি প্রমপ্ট প্রদর্শন করে থাকে যেখানে ব্যবহারকারী লেখার ইনপুট দিতে পারে। ইনপুটটি একটি ভেরিয়বলে বরাদ্দ করা হয়।"
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3151100\n"
+"3\n"
+"help.text"
+msgid "The <emph>InputBox</emph> statement is a convenient method of entering text through a dialog. Confirm the input by clicking OK or pressing Return. The input is returned as the function return value. If you close the dialog with Cancel, <emph>InputBox</emph> returns a zero-length string (\"\")."
+msgstr "<emph>InputBox</emph> হলো একটি ডায়ালগের মাধ্যমে লেখা সন্নিবেশ করানোর সুবিধাজনক পদ্ধতি। OK ক্লিক করে অথবা \"ফিরে যান\" চেপে ইনপুট নিশ্চিত করা হয়। ফাংশনের মান প্রদান হলে ইনপুট প্রদান হয়। আপনি যদি \"বাতিল\" চেপে ডায়ালগটি বন্ধ করেন, তাহলে <emph>InputBox</emph> একটি শূন্য দৈর্ঘ্যের স্ট্রিং (\"\") প্রদান করবে।"
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"hd_id3152347\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3159201\n"
+"5\n"
+"help.text"
+msgid "InputBox (Msg As String[, Title As String[, Default As String[, x_pos As Integer, y_pos As Integer]]]])"
+msgstr "InputBox (Msg As String[, Title As String[, Default As String[, x_pos As Integer, y_pos As Integer]]]])"
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"hd_id3150713\n"
+"6\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3145090\n"
+"7\n"
+"help.text"
+msgid "String"
+msgstr "স্ট্রিং"
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"hd_id3149346\n"
+"8\n"
+"help.text"
+msgid "Parameter:"
+msgstr "প্যারামিটার:"
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3153311\n"
+"9\n"
+"help.text"
+msgid "<emph>Msg</emph>: String expression displayed as the message in the dialog box."
+msgstr "<emph>Msg</emph>: ডায়ালগ বাক্সে বার্তা হিসেবে স্ট্রিং এক্সপ্রেশন প্রদর্শিত হয়।"
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3145315\n"
+"10\n"
+"help.text"
+msgid "<emph>Title</emph>: String expression displayed in the title bar of the dialog box."
+msgstr "<emph>শিরোনাম</emph>: ডায়ালগ বাক্সের শিরোনাম বারে স্ট্রিং এক্সপ্রেশন প্রদর্শিত হয়।"
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3154307\n"
+"11\n"
+"help.text"
+msgid "<emph>Default</emph>: String expression displayed in the text box as default if no other input is given."
+msgstr "<emph>ডিফল্ট</emph>: যদি অন্য কোন ইনপুট প্রদান করা না হয় তাহলে লেখ বাক্সে ডিফল্ট হিসেবে স্ট্রিং এক্সপ্রেশন প্রদর্শিত হয়।"
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3147573\n"
+"12\n"
+"help.text"
+msgid "<emph>x_pos</emph>: Integer expression that specifies the horizontal position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application."
+msgstr "<emph>y_pos</emph>: ইনটিজার এক্সপ্রেশন যা ডায়ালগের অনুভূমিক অবস্থান সুনির্দিষ্টভাবে উল্লেখ করে থাকে। অবস্থানটি একটি সম্পূর্ণ অক্ষ এবং অফিস অ্যাপ্লিকেশনের উইন্ডো নির্দেশ করে না।"
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3156024\n"
+"13\n"
+"help.text"
+msgid "<emph>y_pos</emph>: Integer expression that specifies the vertical position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application."
+msgstr "<emph>y_pos</emph>: ইনটিজার এক্সপ্রেশন যা ডায়ালগের ঊল্লম্ব অবস্থান সুনির্দিষ্টভাবে উল্লেখ করে থাকে। অবস্থানটি একটি সম্পূর্ণ অক্ষ এবং অফিস অ্যাপ্লিকেশনের উইন্ডো নির্দেশ করে না।"
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3153897\n"
+"14\n"
+"help.text"
+msgid "If <emph>x_pos</emph> and <emph>y_pos</emph> are omitted, the dialog is centered on the screen. The position is specified in <link href=\"text/sbasic/shared/00000002.xhp#twips\" name=\"twips\">twips</link>."
+msgstr "<emph>x_pos</emph> এবং<emph> y_pos</emph> বাদ দেওয়া হলে, ডায়ালগটি পর্দার কেন্দ্রে থাকে। ডায়ালগটির অবস্থান <link href=\"text/sbasic/shared/00000002.xhp#twips\" name=\"twips\">টুইপ</link> এ উল্লেখ করা থাকে।"
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"hd_id3149456\n"
+"15\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3154367\n"
+"18\n"
+"help.text"
+msgid "sText = InputBox (\"Please enter a phrase:\",\"Dear User\")"
+msgstr "sText = InputBox (\"Please enter a phrase:\",\"Dear User\")"
+
+#: 03010201.xhp
+msgctxt ""
+"03010201.xhp\n"
+"par_id3151042\n"
+"19\n"
+"help.text"
+msgid "MsgBox ( sText , 64, \"Confirmation of phrase\")"
+msgstr "MsgBox ( sText , 64, \"Confirmation of phrase\")"
+
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"tit\n"
+"help.text"
+msgid "AND Operator [Runtime]"
+msgstr "AND Operator [Runtime]"
+
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"bm_id3146117\n"
+"help.text"
+msgid "<bookmark_value>AND operator (logical)</bookmark_value>"
+msgstr "<bookmark_value>AND operator (logical)</bookmark_value>"
+
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"hd_id3146117\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03060100.xhp\" name=\"AND Operator [Runtime]\">AND Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03060100.xhp\" name=\"AND Operator [Runtime]\">AND Operator [Runtime]</link>"
+
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"par_id3143268\n"
+"2\n"
+"help.text"
+msgid "Logically combines two expressions."
+msgstr "লজিক্যালি দুইটি এক্সপ্রেশন একত্রিত করা হয়।"
+
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"hd_id3147574\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"par_id3156344\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 And Expression2"
+msgstr "Result = Expression1 And Expression2"
+
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"hd_id3148946\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"par_id3149457\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numeric variable that records the result of the combination."
+msgstr "<emph>ফলাফল:</emph> যেকোনো সংখ্যাসূচক ভেরিয়েবল যা সমাবেশের ফলাফল রেকর্ড করে থাকে।"
+
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"par_id3150541\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any expressions that you want to combine."
+msgstr "<emph>এক্সপ্রেশন১, এক্সপ্রেশন২:</emph> যেকোনো এক্সপ্রেশন যা আপনি সন্নিবেশ করতে চান।"
+
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"par_id3156215\n"
+"8\n"
+"help.text"
+msgid "Boolean expressions combined with AND only return the value <emph>True</emph> if both expressions evaluate to <emph>True</emph>:"
+msgstr "AND এর সাথে একত্রিত বুলিয়ান এক্সপ্রেশন <emph>True</emph> প্রদান করে থাকে যদি উভয় এক্সপ্রেশন <emph>True</emph> মূল্যায়ন করে থাকে।"
+
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"par_id3150870\n"
+"9\n"
+"help.text"
+msgid "<emph>True</emph> AND <emph>True</emph> returns <emph>True</emph>; for all other combinations the result is <emph>False</emph>."
+msgstr "<emph>True</emph> AND <emph>True</emph>, <emph>True</emph> প্রদান করে; অন্য সককল সন্নিবেশের জন্য ফলাফল হলো <emph>False</emph>।"
+
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"par_id3153768\n"
+"10\n"
+"help.text"
+msgid "The AND operator also performs a bitwise comparison of identically positioned bits in two numeric expressions."
+msgstr "AND অপারেটরের সাহায্যে দুইটি সংখ্যাসূচক এক্সপ্রেশনে বিদ্যমান একইরূপ অবস্থানযুক্ত বিটের বিটঅনুসারে তুলনা করা যায়।"
+
+#: 03060100.xhp
+msgctxt ""
+"03060100.xhp\n"
+"hd_id3153727\n"
+"11\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03060100.xhp
+#, fuzzy
+msgctxt ""
+"03060100.xhp\n"
+"par_id3146984\n"
+"16\n"
+"help.text"
+msgid "vVarOut = A > B And B > C ' returns -1"
+msgstr "vVarOut = A > B And B > C REM মান -1 প্রদান করে"
+
+#: 03060100.xhp
+#, fuzzy
+msgctxt ""
+"03060100.xhp\n"
+"par_id3154014\n"
+"17\n"
+"help.text"
+msgid "vVarOut = B > A And B > C ' returns 0"
+msgstr "vVarOut = B > A And B > C REM মান 0 প্রদান করে"
+
+#: 03060100.xhp
+#, fuzzy
+msgctxt ""
+"03060100.xhp\n"
+"par_id3149262\n"
+"18\n"
+"help.text"
+msgid "vVarOut = A > B And B > D ' returns 0"
+msgstr "vVarOut = A > B And B > D REM মান 0 প্রদান করে"
+
+#: 03060100.xhp
+#, fuzzy
+msgctxt ""
+"03060100.xhp\n"
+"par_id3145751\n"
+"19\n"
+"help.text"
+msgid "vVarOut = (B > D And B > A) ' returns 0"
+msgstr "vVarOut = (B > D And B > A) REM মান 0 প্রদান করে"
+
+#: 03060100.xhp
+#, fuzzy
+msgctxt ""
+"03060100.xhp\n"
+"par_id3147394\n"
+"20\n"
+"help.text"
+msgid "vVarOut = B And A ' returns 8 due to the bitwise And combination of both arguments"
+msgstr "vVarOut = B And A REM, 8 প্রদান করে থাকে, উভয় আরগুমেন্টের বিট অনুসারে AND সংযোজনের মাধ্যমে"
+
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Programming with $[officename] Basic"
+msgstr "$[officename] বেসিকে প্রোগ্রাম লেখা হচ্ছে"
+
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"hd_id3156027\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"doc_title\"><link href=\"text/sbasic/shared/01000000.xhp\" name=\"Programming with $[officename] Basic \">Programming with $[officename] Basic </link></variable>"
+msgstr "<variable id=\"doc_title\"><link href=\"text/sbasic/shared/01000000.xhp\" name=\"Programming with $[officename] Basic \">$[officename] বেসিকে প্রোগ্রাম লেখা হচ্ছে </link></variable>"
+
+#: 01000000.xhp
+msgctxt ""
+"01000000.xhp\n"
+"par_id3153708\n"
+"2\n"
+"help.text"
+msgid "This is where you find general information about working with macros and $[officename] Basic."
+msgstr "এটি সেই জায়গা যেখানে আপনি $[officename] বেসিক এবং ম্যাক্রো নিয়ে কাজ করা সম্পর্কিত সাধারণ তথ্য পাবেন।"
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"tit\n"
+"help.text"
+msgid "Declare Statement [Runtime]"
+msgstr "Declare Statement [Runtime]"
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"bm_id3148473\n"
+"help.text"
+msgid "<bookmark_value>Declare statement</bookmark_value>"
+msgstr "<bookmark_value>Declare statement</bookmark_value>"
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"hd_id3148473\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090403.xhp\" name=\"Declare Statement [Runtime]\">Declare Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090403.xhp\" name=\"Declare Statement [Runtime]\">eclare Statement [Runtime]</link>"
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"bm_id3145316\n"
+"help.text"
+msgid "<bookmark_value>DLL (Dynamic Link Library)</bookmark_value>"
+msgstr "<bookmark_value>DLL (Dynamic Link Library)</bookmark_value>"
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"par_id3145316\n"
+"2\n"
+"help.text"
+msgid "Declares and defines a subroutine in a DLL file that you want to execute from $[officename] Basic."
+msgstr "একটি DLL ফাইলের মধ্যে একটি সাবরুটিন ডিক্লেয়ার এবং নির্ধারণ করে থাকে যা আপনি $[officename] বেসিক থেকে চালাতে চান।"
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"par_id3146795\n"
+"3\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary\">FreeLibrary</link>"
+msgstr "আরও দেখুন: <link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary\">FreeLibrary</link>"
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"hd_id3156344\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"par_id3148664\n"
+"5\n"
+"help.text"
+msgid "Declare {Sub | Function} Name Lib \"Libname\" [Alias \"Aliasname\"] [Parameter] [As Type]"
+msgstr "Declare {Sub | Function} Name Lib \"Libname\" [Alias \"Aliasname\"] [Parameter] [As Type]"
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"hd_id3153360\n"
+"6\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"par_id3154140\n"
+"8\n"
+"help.text"
+msgid "<emph>Name:</emph> A different name than defined in the DLL, to call the subroutine from $[officename] Basic."
+msgstr "<emph>নাম:</emph> DLL এ নির্ধারিত একটি ভিন্ন নাম, $[officename] বেসিক থেকে সাবরুটি কল করার জন্য।"
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"par_id3150870\n"
+"9\n"
+"help.text"
+msgid "<emph>Aliasname</emph>: Name of the subroutine as defined in the DLL."
+msgstr "<emph>উপনাম</emph>: DLL এ নির্ধারিত সাবরুটিনের নাম।"
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"par_id3154684\n"
+"10\n"
+"help.text"
+msgid "<emph>Libname:</emph> File or system name of the DLL. This library is automatically loaded the first time the function is used."
+msgstr "<emph>Libname:</emph> DLL এর ফাইল অথবা সিস্টেমের নাম। ফাংশনটি প্রথমবার ব্যবহার করা হলে লাইব্রেরিটি স্বয়ংক্রিয়ভাবে লোড হয়ে থাকে।"
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"par_id3148452\n"
+"11\n"
+"help.text"
+msgid "<emph>Argumentlist:</emph> List of parameters representing arguments that are passed to the procedure when it is called. The type and number of parameters is dependent on the executed procedure."
+msgstr "<emph>Argumentlist:</emph> আরগুমেন্ট উপস্থাপনকারী প্যারামিটারের তালিকা যা কল করার সময় প্রসিজারে পাস করা হয়। প্যারামিটারের ধরন এবং সংখ্যা চালানো প্রসিজারের উপর নির্ভর করে থাকে।"
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"par_id3147289\n"
+"12\n"
+"help.text"
+msgid "<emph>Type:</emph> Defines the data type of the value that is returned by a function procedure. You can exclude this parameter if a type-declaration character is entered after the name."
+msgstr "<emph>ধরন:</emph> মানের ডাটা টাইপ প্রদান করে থাকে যা একটি ফাংশন প্রসিজার দ্বারা প্রদান হয়। যদি নামের পরে একটি টাইপ-ডিক্লেয়ার করার অক্ষর অন্তর্ভূক্ত করা হয় তাহলে আপনি এই প্যারামিটারটি বাদ দিতে পারেন।"
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"par_id3146922\n"
+"13\n"
+"help.text"
+msgid "To pass a parameter to a subroutine as a value instead of as a reference, the parameter must be indicated by the keyword <emph>ByVal</emph>."
+msgstr "রেফারেন্সের পরিবর্তে একটি মান হিসেবে একটি প্যারামিটারকে সাবরুটিনে পাস করানোর জন্য প্যারামিটারটি অবশ্যই <emph>ByVal</emph> কীওয়ার্ডের মাধ্যমে নির্দেশিত হতে হবে।"
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"hd_id3153951\n"
+"14\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03120400.xhp
+msgctxt ""
+"03120400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Editing String Length"
+msgstr "স্ট্রিং এর দৈর্ঘ্য সম্পাদনা করা হচ্ছে"
+
+#: 03120400.xhp
+msgctxt ""
+"03120400.xhp\n"
+"hd_id3155150\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120400.xhp\" name=\"Editing String Length\">Editing String Length</link>"
+msgstr "<link href=\"text/sbasic/shared/03120400.xhp\" name=\"Editing String Length\">স্ট্রিং এর দৈর্ঘ্য সম্পাদনা করা হচ্ছে</link>"
+
+#: 03120400.xhp
+msgctxt ""
+"03120400.xhp\n"
+"par_id3159201\n"
+"2\n"
+"help.text"
+msgid "The following functions determine string lengths and compare strings."
+msgstr "নিচের ফাংশনটি স্ট্রিং এর দৈর্ঘ্য নির্ধারণ করে স্ট্রিং তুলনা করে।"
+
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Or-Operator [Runtime]"
+msgstr "Or-Operator [Runtime]"
+
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"bm_id3150986\n"
+"help.text"
+msgid "<bookmark_value>Or operator (logical)</bookmark_value>"
+msgstr "<bookmark_value>Or operator (logical)</bookmark_value>"
+
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"hd_id3150986\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03060500.xhp\" name=\"Or-Operator [Runtime]\">Or Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03060500.xhp\" name=\"Or-Operator [Runtime]\">Or Operator [Runtime]</link>"
+
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"par_id3148552\n"
+"2\n"
+"help.text"
+msgid "Performs a logical OR disjunction on two expressions."
+msgstr "দুইটি এক্সপ্রেশনের উপর একটি লজিক্যাল OR সম্পাদনা করে থাকে।"
+
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"hd_id3148664\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"par_id3150358\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 Or Expression2"
+msgstr "Result = Expression1 Or Expression2"
+
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"hd_id3151211\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"par_id3153192\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the disjunction."
+msgstr "<emph>ফলাফল:</emph> যেকোনো সংখ্যাসূচক ভেরিয়েবল যা বিচ্ছিন্নতার ফলাফল নির্দেশ করে থাকে।"
+
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"par_id3147229\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to compare."
+msgstr "<emph>এক্সপ্রেশন১, এক্সপ্রেশন২:</emph> যেকোনো এক্সপ্রেশন যা আপনি তুলনা করতে চান।"
+
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"par_id3154684\n"
+"8\n"
+"help.text"
+msgid "A logical OR disjunction of two Boolean expressions returns the value True if at least one comparison expression is True."
+msgstr "দুইটি বুলিয়ান এক্সপ্রেশনের একটি লজিক্যাল OR ডিসজাঙ্কশন True মান প্রদান করে থাকে যদি অন্তত একটি তুলনামূলক এক্সপ্রেশন True হয়।"
+
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"par_id3153768\n"
+"9\n"
+"help.text"
+msgid "A bit-wise comparison sets a bit in the result if the corresponding bit is set in at least one of the two expressions."
+msgstr "যদি সংশ্লিষ্ট বিট দুইটি এক্সপ্রেশনের যেকোনো একটিতে নির্ধারিত হয় তাহলে ফলাফলে বিট অনুসারে তুলনা একটি বিট নির্ধারণ করে থাকে।"
+
+#: 03060500.xhp
+msgctxt ""
+"03060500.xhp\n"
+"hd_id3161831\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"tit\n"
+"help.text"
+msgid "Format Function [Runtime]"
+msgstr "Format Function [Runtime]"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"bm_id3153539\n"
+"help.text"
+msgid "<bookmark_value>Format function</bookmark_value>"
+msgstr "<bookmark_value>Format function</bookmark_value>"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"hd_id3153539\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120301.xhp\" name=\"Format Function [Runtime]\">Format Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120301.xhp\" name=\"Format Function [Runtime]\">Format Function [Runtime]</link>"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3156042\n"
+"2\n"
+"help.text"
+msgid "Converts a number to a string, and then formats it according to the format that you specify."
+msgstr "একটি সংখ্যাকে স্ট্রিং এ রূপান্তর করা হয় এবং আপনার উল্লেখিত বিন্যাস অনুসারে বিন্যস্ত করা হয়।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"hd_id3145090\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3153527\n"
+"5\n"
+"help.text"
+msgid "Format (Number [, Format As String])"
+msgstr "Format (Number [, Format As String])"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"hd_id3149178\n"
+"6\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3148474\n"
+"7\n"
+"help.text"
+msgid "String"
+msgstr "স্ট্রিং"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"hd_id3159176\n"
+"8\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3149415\n"
+"9\n"
+"help.text"
+msgid "<emph>Number:</emph> Numeric expression that you want to convert to a formatted string."
+msgstr "<emph>সংখ্যা:</emph> সংখ্যাসূচক এক্সপ্রেশন যা আপনি একটি বিন্যাস্ত স্ট্রিং এ রূপান্তর করতে চান।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3147531\n"
+"10\n"
+"help.text"
+msgid "<emph>Format:</emph> String that specifies the format code for the number. If <emph>Format</emph> is omitted, the Format function works like the <emph>Str</emph> function."
+msgstr "<emph>বিন্যাস:</emph> সংখ্যার জন্য বিন্যাস কোড উল্লেখকারী স্ট্রিং। যদি <emph>বিন্যাস</emph> বাদ দেওয়া হয়, তাহলে বিন্যাস ফাংশনটি <emph>Str</emph> ফাংশনের ন্যায় কাজ করে থাকে।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"hd_id3147561\n"
+"47\n"
+"help.text"
+msgid "Formatting Codes"
+msgstr "বিন্যাস কোড"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3147265\n"
+"11\n"
+"help.text"
+msgid "The following list describes the codes that you can use for formatting a number:"
+msgstr "একটি সংখ্যা বিন্যাস করার জন্য আপনি যে কোড ব্যবহার করেন তা নিচের তালিকাতে বর্ণনা করা হয়।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3153380\n"
+"12\n"
+"help.text"
+msgid "<emph>0:</emph> If <emph>Number</emph> has a digit at the position of the 0 in the format code, the digit is displayed, otherwise a zero is displayed."
+msgstr "<emph>#:</emph> যদি বিন্যাস কোডের 0 অবস্থানে<emph> সংখ্যা</emph> এর একটি ডিজিট থাকে, তাহলে ডিজিট প্রদর্শিত হবে, অন্যথায় সেই অবস্থানে শূন্য প্রদর্শিত হবে।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3151210\n"
+"13\n"
+"help.text"
+msgid "If <emph>Number</emph> has fewer digits than the number of zeros in the format code, (on either side of the decimal), leading or trailing zeros are displayed. If the number has more digits to the left of the decimal separator than the amount of zeros in the format code, the additional digits are displayed without formatting."
+msgstr "যদি <emph>সংখ্যায়</emph> বিন্যাস কোডের শূন্যের সংখ্যার চেয়ে কম সংখ্যক ডিজিট থাকে, তাহলে (দশমিকের যেকোনো পাশে), শুরু অথবা শেষে বিদ্যমান শূন্য প্রদর্শন করা হয়। যদি সংখ্যার বিন্যাস কোডোর শূন্যের পরিমানের চেয়ে দশমিক বিভাজকের বামে অধিক ডিজিট থাকে, তাহলে অতিরিক্ত ডিজিট বিন্যাস ব্যতীত প্রদর্শিত হবে।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3151176\n"
+"14\n"
+"help.text"
+msgid "Decimal places in the number are rounded according to the number of zeros that appear after the decimal separator in the <emph>Format </emph>code."
+msgstr "<emph>বিন্যাস </emph>কোডে দশমিক বিভাজকে উপস্থিত শূন্যর সংখ্যা অনুসারে দশমিক সংখ্যাকে পূর্ণসংখ্যা করা হয়।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3154123\n"
+"15\n"
+"help.text"
+msgid "<emph>#:</emph> If <emph>Number</emph> contains a digit at the position of the # placeholder in the <emph>Format</emph> code, the digit is displayed, otherwise nothing is displayed at this position."
+msgstr "<emph>#:</emph> যদি<emph> সংখ্যা</emph> এর একটি ডিজিট <emph>বিন্যাস</emph> কোডে # স্থানধারকের অবস্থানে বিদ্যমান থাকে, তাহলে ডিজিট প্রদর্শিত হবে, অন্যথায় সেই অবস্থানে কিছুই প্রদর্শিত হবে না।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3148452\n"
+"16\n"
+"help.text"
+msgid "This symbol works like the 0, except that leading or trailing zeroes are not displayed if there are more # characters in the format code than digits in the number. Only the relevant digits of the number are displayed."
+msgstr "প্রতীকটি 0 এর মত কাজ করে থাকে, যদি সংখ্যায় ডিজিটের তুলনায় বিন্যাস কোডে অধিক # থাকে তাহলে শুধুমাত্র প্রথম অথবা শেষ শূন্য প্রদর্শন ব্যতীত। শুধুমাত্র সংখ্যয়ার সংশ্লিষ্ট ডিজিট প্রদর্শিত হয়ে থাকে।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3159150\n"
+"17\n"
+"help.text"
+msgid "<emph>.:</emph> The decimal placeholder determines the number of decimal places to the left and right of the decimal separator."
+msgstr "<emph>.:</emph> দশমিক স্থানধারকটি দশমিক বিভাজকের বাম অথবা ডানের দশমিক স্থান নির্ধারণ করে থাকে।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3159252\n"
+"18\n"
+"help.text"
+msgid "If the format code contains only # placeholders to the left of this symbol, numbers less than 1 begin with a decimal separator. To always display a leading zero with fractional numbers, use 0 as a placeholder for the first digit to the left of the decimal separator."
+msgstr "যদি বিন্যাস কোডের প্রতীকের বাম দিকে শুধুমাত্র # স্থানধারক থাকে, তাহলে ১ এর ছোট সংখ্যাটি একটি দশমিক বিভাজকসহ শুরু হয়। ভগ্নাংশ সংখ্যাসহ প্রথম শূন্যটি সবসময় প্রদর্শন করার জন্য, দশমিকবিভাজকের বামে প্রথম ডিজিটটির জন্য স্থানধারক হিসেবে 0 ব্যবহার করুন।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3153368\n"
+"19\n"
+"help.text"
+msgid "<emph>%:</emph> Multiplies the number by 100 and inserts the percent sign (%) where the number appears in the format code."
+msgstr "<emph>%:</emph> সংখ্যাটিকে ১০০ দ্বারা গুণ করা হয় এবং বিন্যাস কোডের যেখানে সংখ্যাটি দেখা যায় সেখানে একটি শতকরা চিহ্ন (%) সন্নিবেশ করানো হয়।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3149481\n"
+"20\n"
+"help.text"
+msgid "<emph>E- E+ e- e+ :</emph> If the format code contains at least one digit placeholder (0 or #) to the right of the symbol E-, E+, e-, or e+, the number is formatted in the scientific or exponential format. The letter E or e is inserted between the number and the exponent. The number of placeholders for digits to the right of the symbol determines the number of digits in the exponent."
+msgstr "<emph>E- E+ e- e+ :</emph> যদি বিন্যাস কোড প্রতীক E-, E+, e-, অথবা e+ এর ডানে অত্যন্ত একটি ডিজিট স্থানধারক (০ অথবা #) থাকে, তাহলে সংখ্যা বৈজ্ঞানিক অথবা সূচকীয় হারে বিন্যস্ত করা হয়। E অথবা e অক্ষরটি সংখ্যা অথবা সূচকের মাঝে সন্নিবেশ করানো হয়। প্রতীকের ডানে ডিজিটের জন্য স্থানধারকের সংখ্যা সূচকে ডিজিটের পরিমাণ নির্ধারণ করে থাকে।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3149262\n"
+"21\n"
+"help.text"
+msgid "If the exponent is negative, a minus sign is displayed directly before an exponent with E-, E+, e-, e+. If the exponent is positive, a plus sign is only displayed before exponents with E+ or e+."
+msgstr "যদি একটি সূচক ঋনাত্বক হয় তাহলে E-, E+, e-, e+ সহ একটি সূচকের পিছনে সরাসরি একটি বিয়োগ চিহ্ন প্রদর্শিত হয়। যদি সূচকটি ধ্বনাত্বক হয় তাহলে E+ অথবা e+ সহ সূচকের পিছনে শুধুমাত্র একটি যোগ চিহ্ন প্রদর্শিত হয়।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3148617\n"
+"23\n"
+"help.text"
+msgid "The thousands delimiter is displayed if the format code contains the delimiter enclosed by digit placeholders (0 or #)."
+msgstr "যদি বিন্যাস কোডে ডিজিট স্থানধারক (0 অথবা #) দ্বারা আবদ্ধ বিভেদক থাকে তাহলে হাজার বিভেদক প্রদর্শিত হয়।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3163713\n"
+"29\n"
+"help.text"
+msgid "The use of a period as a thousands and decimal separator is dependent on the regional setting. When you enter a number directly in Basic source code, always use a period as decimal delimiter. The actual character displayed as a decimal separator depends on the number format in your system settings."
+msgstr "সহস্র এবং দশমিক বিভাজক হিসেবে পর্যায়কালের ব্যবহার এলাকা ভিত্তিক সেটিং এর উপর নির্ভরশীল। যখন আপনি মূল সোর্স কোডে সরাসরি একটি সংখ্যা সন্নিবেশ করানোর সময়, সবসময় দশমিক বিভেদক হিসেবে একটি পর্যায়কাল ব্যবহার করুন। দশমিক বিভাজক হিসেবে প্রদর্শিত প্রকৃত অক্ষরটি আপনার সিস্টেম সেটিং এ সংখ্যার বিন্যাসের উপর নির্ভরশীল।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3152887\n"
+"24\n"
+"help.text"
+msgid "<emph>- + $ ( ) space:</emph> A plus (+), minus (-), dollar ($), space, or brackets entered directly in the format code is displayed as a literal character."
+msgstr "<emph>- + $ ( ) ফাঁকা স্থান:</emph> যোগ (+), বিয়োগ (-), ডলার ($), ফাঁকা স্থান, এবং বন্ধনী সরাসরি বিন্যাস কোডে সন্নিবেশ করানো হয়, যা লিটারেল অক্ষর হিসেবে প্রদর্শিত হয়।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3148576\n"
+"25\n"
+"help.text"
+msgid "To display characters other than the ones listed here, you must precede it by a backslash (\\), or enclose it in quotation marks (\" \")."
+msgstr "এখানে তালিকাবদ্ধ নয় এমন অক্ষর প্রদর্শনের জন্য, এটির অবশ্যই একটি পূর্ববর্তী ব্যাকশ্ল্যাশ (‌\\\\) থাকতে হবে অথবা একটি উদ্ধৃতি চিহ্ন (\" \") দ্বারা আবদ্ধ থাকতে হবে।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3153139\n"
+"26\n"
+"help.text"
+msgid "\\ : The backslash displays the next character in the format code."
+msgstr "\\\\ : ব্যাকশ্ল্যাসটি বিন্যাস কোডের পরবর্তী অক্ষর প্রদর্শন করে।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3153366\n"
+"27\n"
+"help.text"
+msgid "Characters in the format code that have a special meaning can only be displayed as literal characters if they are preceded by a backslash. The backslash itself is not displayed, unless you enter a double backslash (\\\\) in the format code."
+msgstr "বিন্যাস কোডে বিশেষ অর্থ সম্বলিত পূর্বে ব্যাকস্ল্যাশযুক্ত অক্ষরসমূহ শুধুমাত্র আক্ষরিক অক্ষর হিসেবে প্রদর্শিত হবে। আপনি বিন্যাস কোডে একটি ডবল ব্যাকস্ল্যাশ (\\\\\\\\) সন্নিবেশ না করানো পর্যন্ত ব্যাকস্ল্যাশ প্রদর্শিত হবেনা ।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3155411\n"
+"28\n"
+"help.text"
+msgid "Characters that must be preceded by a backslash in the format code in order to be displayed as literal characters are date- and time-formatting characters (a, c, d, h, m, n, p, q, s, t, w, y, /, :), numeric-formatting characters (#, 0, %, E, e, comma, period), and string-formatting characters (@, &, <, >, !)."
+msgstr "আক্ষরিক হিসেবে প্রদর্শনের জন্য অক্ষরের পূর্বে অবশ্যই একটি ব্যাকস্ল্যাশ বিশিষ্ট অক্ষর হলো তারিখ এবং সময় বিন্যাস (a, c, d, h, m, n, p, q, s, t, w, y, /, :), সংখ্যাসূচক-বিন্যাস অক্ষর (#, 0, %, E, e, comma, period), এবং ষ্ট্রিং-বিন্যাস অক্ষর (@, &, <, >, !)।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3145749\n"
+"30\n"
+"help.text"
+msgid "You can also use the following predefined number formats. Except for \"General Number\", all of the predefined format codes return the number as a decimal number with two decimal places."
+msgstr "আপনি নিচের পূর্বনির্ধারিত সংখ্যা বিন্যাসও ব্যবহার করতে পারেন। \"সাধারণ সংখ্যা\" ব্যতীত, অন্য সকল পূর্বনির্ধারিত বিন্যাস কোড দুটি দশমিক স্থান সহ একটি দশমিক সংখ্যা হিসেবে সংখ্যাটি প্রদান করে থাকে।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3150113\n"
+"31\n"
+"help.text"
+msgid "If you use predefined formats, the name of the format must be enclosed in quotation marks."
+msgstr "আপনি যদি পূর্বনির্ধারিত বিন্যাস ব্যবহার করেন তাহলে, বিন্যাসের নামটি অবশ্যই উদ্ধৃতি-চিহ্নের মধ্যে রাখতে হবে।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"hd_id3149377\n"
+"32\n"
+"help.text"
+msgid "Predefined format"
+msgstr "পূর্বউল্লেখিত বিন্যাস"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3154730\n"
+"33\n"
+"help.text"
+msgid "<emph>General Number:</emph> Numbers are displayed as entered."
+msgstr "<emph>সাধারণ সংখ্যা:</emph> সংখ্যা প্রবেশের ক্রম অনুসারে প্রদর্শিত হয়।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3153158\n"
+"34\n"
+"help.text"
+msgid "<emph>Currency:</emph> Inserts a dollar sign in front of the number and encloses negative numbers in brackets."
+msgstr "<emph>মূদ্রা:</emph> সংখ্যার সামনে একটি ডলার চিহ্ন ($) সন্নিবেশ করানো হয় এবং ঋনাত্বক সংখ্যা বন্ধনী দ্বারা আবদ্ধ করা হয়।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3154490\n"
+"35\n"
+"help.text"
+msgid "<emph>Fixed:</emph> Displays at least one digit in front of the decimal separator."
+msgstr "<emph>নির্দিষ্ট:</emph> দশমিক বিভাজকের সামনে অন্তত এক ডিজিট প্রদর্শিত হবে।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3153415\n"
+"36\n"
+"help.text"
+msgid "<emph>Standard:</emph> Displays numbers with a thousands separator."
+msgstr "<emph>আদর্শ:</emph> একটি সংখ্যা হাজার বিভাজক সহ প্রদর্শিত হয়।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3150715\n"
+"37\n"
+"help.text"
+msgid "<emph>Percent:</emph> Multiplies the number by 100 and appends a percent sign to the number."
+msgstr "<emph>শতকরা:</emph> সংখ্যাটিকে ১০০ দ্বারা গুণ করা হয় এবং সংখ্যার শেষে একটি শতকরা চিহ্ন যোগ করা হয়।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3153836\n"
+"38\n"
+"help.text"
+msgid "<emph>Scientific:</emph> Displays numbers in scientific format (for example, 1.00E+03 for 1000)."
+msgstr "<emph>বৈজ্ঞানিক:</emph> বৈজ্ঞানিক বিন্যাসে সংখ্যা প্রদর্শিত হয় (যেমন, 1000 এর জন্য 1.00E+03 )।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3153707\n"
+"39\n"
+"help.text"
+msgid "A format code can be divided into three sections that are separated by semicolons. The first part defines the format for positive values, the second part for negative values, and the third part for zero. If you only specify one format code, it applies to all numbers."
+msgstr "একটি বিন্যাস কোড তিনটি অংশে ভাগ করা যাবে যা সেমিকোলন দ্বারা পৃথক থাকে। প্রথম অংশটিতে বিন্যাসের ধ্বনাত্মক মানের জন্য, দ্বিতীয় অংশে ঋনাত্মক মানের জন্য, এবং তৃতীয় অংশে শূন্যের জন্য বর্ণনা থাকে। আপনি যদি শুধুমাত্র একটি বিন্যাস কোড সুনির্দিষ্ট ভাবে উল্লেখ করেন, তাহলে এটি সব সংখ্যায় প্রয়োগ হবে।"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"hd_id3149019\n"
+"40\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03120301.xhp
+#, fuzzy
+msgctxt ""
+"03120301.xhp\n"
+"par_idN107A2\n"
+"help.text"
+msgid "' always use a period as decimal delimiter when you enter numbers in Basic source code."
+msgstr "REM সবসময় দশমিক মান হিসেবে একটি কার্যকাল ব্যবহার করে থাকে যখন আপনি মূল সোর্স কোডে সংখ্যা সন্নিবেশ করান।"
+
+#: 03120301.xhp
+#, fuzzy
+msgctxt ""
+"03120301.xhp\n"
+"par_id3147339\n"
+"46\n"
+"help.text"
+msgid "' displays for example 6,328.20 in English locale, 6.328,20 in German locale."
+msgstr "REM উদাহরণ হিসেবে ৬,৩২৮.২০ ইংরেজী লোক্যাল, ৬.৩২৮,২০ জার্মান লোক্যাল প্রদর্শন করে থাকে।"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "$[officename] Basic IDE"
+msgstr "$[officename] বেসিক IDE"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3154422\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"01050000\"><link href=\"text/sbasic/shared/01050000.xhp\" name=\"$[officename] Basic IDE\">$[officename] Basic IDE</link></variable>"
+msgstr "<variable id=\"01050000\"><link href=\"text/sbasic/shared/01050000.xhp\" name=\"$[officename] Basic IDE\">$[officename] বেসিক IDE</link></variable>"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3153142\n"
+"2\n"
+"help.text"
+msgid "This section describes the structure of the Basic IDE."
+msgstr "এই অংশটি বেসিক IDE এর গঠন ব্যাখ্যা করে।"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_idN105C9\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Basic IDE where you can write and edit macros.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">একটি বেসিক IDE খোলে যেখানে আপনি লিখতে এবং ম্যাক্রো সম্পাদনা করতে পারেন।</ahelp>"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3153188\n"
+"5\n"
+"help.text"
+msgid "Commands From the Context menu of the Module Tabs"
+msgstr "মডিউল ট্যাবের প্রসঙ্গ মেনু হতে কমান্ড"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3154731\n"
+"6\n"
+"help.text"
+msgid "Insert"
+msgstr "সন্নিবেশ"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3151074\n"
+"8\n"
+"help.text"
+msgid "Module"
+msgstr "মডিউল"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3149581\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\".uno:NewModule\">Inserts a new module into the current library.</ahelp>"
+msgstr "<ahelp hid=\".uno:NewModule\">বর্তমান লাইব্রেরিতে একটি নতুন মডিউল সন্নিবেশ করানো হয়।</ahelp>"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3147397\n"
+"10\n"
+"help.text"
+msgid "Dialog"
+msgstr "ডায়ালগ"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3144335\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\".uno:NewDialog\">Inserts a new dialog into the current library.</ahelp>"
+msgstr "<ahelp hid=\".uno:NewDialog\">বর্তমান লাইব্রেরিতে একটি নতুন ডায়ালগ সন্নিবেশ করানো হয়।</ahelp>"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3155602\n"
+"12\n"
+"help.text"
+msgid "Delete"
+msgstr "অপসারণ"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3155064\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DeleteCurrent\">Deletes the selected module.</ahelp>"
+msgstr "<ahelp hid=\".uno:DeleteCurrent\">নির্বাচিত মডিউলটি অপসারণ করা হবে।</ahelp>"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3149018\n"
+"14\n"
+"help.text"
+msgid "Rename"
+msgstr "নামান্তরকরণ"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3154754\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\".uno:RenameCurrent\">Renames the current module in place.</ahelp>"
+msgstr "<ahelp hid=\".uno:RenameCurrent\">যথাস্থানে বর্তমান মডিউলটির নামান্তর করা হয়।</ahelp>"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3150043\n"
+"16\n"
+"help.text"
+msgid "Hide"
+msgstr "আড়াল"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3145147\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\".uno:HideCurPage\">Hides the current module.</ahelp>"
+msgstr "<ahelp hid=\".uno:HideCurPage\">বর্তমান মডিউলটি আড়াল হয়।</ahelp>"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3163805\n"
+"18\n"
+"help.text"
+msgid "Modules"
+msgstr "মডিউল"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3153965\n"
+"19\n"
+"help.text"
+msgid "Opens the <link href=\"text/sbasic/shared/01/06130000.xhp\" name=\"Macro Organizer\"><emph>Macro Organizer</emph></link> dialog."
+msgstr "<link href=\"text/sbasic/shared/01/06130000.xhp\" name=\"Macro Organizer\"><emph>ম্যাক্রো সংগঠক</emph></link> ডায়ালগ খোলা হয়।"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"tit\n"
+"help.text"
+msgid "DateDiff Function [Runtime]"
+msgstr "DateDiff Function [Runtime]"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"bm_id6134830\n"
+"help.text"
+msgid "<bookmark_value>DateDiff function</bookmark_value>"
+msgstr "<bookmark_value>DateDiff function</bookmark_value>"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10542\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030120.xhp\">DateDiff Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030120.xhp\">DateDiff Function [Runtime]</link>"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10546\n"
+"help.text"
+msgid "Returns the number of date intervals between two given date values."
+msgstr "প্রদান করা দুইটি তারিখ মানের মধ্যে তারিখ বিরতীর সংখ্যা প্রদান করে থাকে।"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10549\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10648\n"
+"help.text"
+msgid "DateDiff (Add, Date1, Date2 [, Week_start [, Year_start]])"
+msgstr "DateDiff (Add, Date1, Date2 [, Week_start [, Year_start]])"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN1064B\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN1064F\n"
+"help.text"
+msgid "A number."
+msgstr "একটি সংখ্যা।"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10652\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10656\n"
+"help.text"
+msgid "<emph>Add</emph> - A string expression from the following table, specifying the date interval."
+msgstr "<emph>সংযোজন</emph> - নিচের সারণি থেকে তারিখ বিরতী উল্লেখকারী একটি স্ট্রিং এক্সপ্রেশন।"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10664\n"
+"help.text"
+msgid "<emph>Date1, Date2</emph> - The two date values to be compared."
+msgstr "<emph>তারিখ১, তারিখ২</emph> - তুলনা করার জন্য দুইটি তারিখ মান।"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN1066A\n"
+"help.text"
+msgid "<emph>Week_start</emph> - An optional parameter that specifies the starting day of a week."
+msgstr "<emph>Week_start</emph> - একটি ঐচ্ছিক প্যারামিটার যা সপ্তাহের শুরুর দিন উল্লেখ করা থাকে।"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN1067A\n"
+"help.text"
+msgid "Week_start value"
+msgstr "Week_start value"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10680\n"
+"help.text"
+msgid "Explanation"
+msgstr "ব্যাখ্যা"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10687\n"
+"help.text"
+msgid "0"
+msgstr "0"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN1068D\n"
+"help.text"
+msgid "Use system default value"
+msgstr "সিস্টেমের ডিফল্ট মান ব্যবহৃত হয়"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10694\n"
+"help.text"
+msgid "1"
+msgstr "1"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN1069A\n"
+"help.text"
+msgid "Sunday (default)"
+msgstr "রবিবার (ডিফল্ট)"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106A1\n"
+"help.text"
+msgid "2"
+msgstr "2"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106A7\n"
+"help.text"
+msgid "Monday"
+msgstr "সোমবার"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106AE\n"
+"help.text"
+msgid "3"
+msgstr "3"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106B4\n"
+"help.text"
+msgid "Tuesday"
+msgstr "মঙ্গলবার"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106BB\n"
+"help.text"
+msgid "4"
+msgstr "4"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106C1\n"
+"help.text"
+msgid "Wednesday"
+msgstr "বুধবার"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106C8\n"
+"help.text"
+msgid "5"
+msgstr "5"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106CE\n"
+"help.text"
+msgid "Thursday"
+msgstr "বৃহস্পতিবার"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106D5\n"
+"help.text"
+msgid "6"
+msgstr "6"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106DB\n"
+"help.text"
+msgid "Friday"
+msgstr "শুক্রবার"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106E2\n"
+"help.text"
+msgid "7"
+msgstr "7"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106E8\n"
+"help.text"
+msgid "Saturday"
+msgstr "শনিবার"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106EB\n"
+"help.text"
+msgid "<emph>Year_start</emph> - An optional parameter that specifies the starting week of a year."
+msgstr "<emph>Year_start</emph> - একটি ঐচ্ছিক প্যারামিটার যা বছরের শুরুর সপ্তাহ উল্লেখ করা থাকে।"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN106FB\n"
+"help.text"
+msgid "Year_start value"
+msgstr "Year_start value"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10701\n"
+"help.text"
+msgid "Explanation"
+msgstr "ব্যাখ্যা"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10708\n"
+"help.text"
+msgid "0"
+msgstr "0"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN1070E\n"
+"help.text"
+msgid "Use system default value"
+msgstr "সিস্টেমের ডিফল্ট মান ব্যবহৃত হয়"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10715\n"
+"help.text"
+msgid "1"
+msgstr "1"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN1071B\n"
+"help.text"
+msgid "Week 1 is the week with January, 1st (default)"
+msgstr "বছরের ১ম সপ্তাহটি হলো ১লা জানুয়ারি সম্বলিত সপ্তাহ (ডিফল্ট)"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10722\n"
+"help.text"
+msgid "2"
+msgstr "2"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10728\n"
+"help.text"
+msgid "Week 1 is the first week containing four or more days of that year"
+msgstr "সপ্তাহ ১ হলো সেই বছরের চার অথবা ততোধিক দিন বিশিষ্ট প্রথম সপ্তাহ"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN1072F\n"
+"help.text"
+msgid "3"
+msgstr "3"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10735\n"
+"help.text"
+msgid "Week 1 is the first week containing only days of the new year"
+msgstr "সপ্তাহ ১ হলো নতুন বছরের শুধুমাত্র দিন বিশিষ্ট প্রথম সপ্তাহ"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10738\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"tit\n"
+"help.text"
+msgid "While...Wend Statement[Runtime]"
+msgstr "While...Wend Statement[Runtime]"
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"bm_id3150400\n"
+"help.text"
+msgid "<bookmark_value>While;While...Wend loop</bookmark_value>"
+msgstr "<bookmark_value>While;While...Wend loop</bookmark_value>"
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"hd_id3150400\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090203.xhp\" name=\"While...Wend Statement[Runtime]\">While...Wend Statement[Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090203.xhp\" name=\"While...Wend Statement[Runtime]\">While...Wend Statement[Runtime]</link>"
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3151211\n"
+"2\n"
+"help.text"
+msgid "When a program encounters a While statement, it tests the condition. If the condition is False, the program continues directly following the Wend statement. If the condition is True, the loop is executed until the program finds Wend and then jumps back to the<emph> While </emph>statement. If the condition is still True, the loop is executed again."
+msgstr "যখন একটি প্রোগ্রামে একটি While স্টেটমেন্ট পাওয়া যায়, এটি শর্ত পরীক্ষা করে থাকে। যদি শর্তটি False হয়, তাহলে প্রোগ্রামটি সরাসরি Wend স্টেটমেন্ট অনুসরণ করার মাধ্যমে চালানো হয়। যদি শর্তটি True হয়, তাহলে প্রগ্রামে Wend খুঁজে না পাওয়া পর্যন্ত লুপটি চালিয়ে যায় এবং তারপর স্থান পরিবর্তন করে <emph> While </emph> স্টেটমেন্টের পূর্বে ফিরে যায়। যদি শর্তটি তখনও True হয়, তাহলে লুপটি পুনরায় চালানো হয়।"
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3151041\n"
+"3\n"
+"help.text"
+msgid "Unlike the <link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop\">Do...Loop</link> statement, you cannot cancel a <emph>While...Wend</emph> loop with <link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit\">Exit</link>. Never exit a While...Wend loop with <link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo\">GoTo</link>, since this can cause a run-time error."
+msgstr "<link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop\">Do...Loop</link> এর মত নয়, আপনি একটি <emph>While...Wend</emph> লুপ <link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit\">প্রস্থান</link> এর মাধ্যমে বাতিল করতে পারেন না। কখনও While...Wend লুপ <link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo\">GoTo</link> দ্বারা বাতিল করবে না, যেহেতু এটি রান টাইম ত্রুটির কারণ হতে পারে।"
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3145172\n"
+"4\n"
+"help.text"
+msgid "A Do...Loop is more flexible than a While...Wend."
+msgstr "A Do...Loop is more flexible than a While...Wend."
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"hd_id3155133\n"
+"5\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3147288\n"
+"6\n"
+"help.text"
+msgid "While Condition [Statement] Wend"
+msgstr "While Condition [Statement] Wend"
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"hd_id3153139\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3159153\n"
+"8\n"
+"help.text"
+msgid "Sub ExampleWhileWend"
+msgstr "Sub ExampleWhileWend"
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3151114\n"
+"9\n"
+"help.text"
+msgid "Dim stext As String"
+msgstr "Dim stext As String"
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3153143\n"
+"10\n"
+"help.text"
+msgid "Dim iRun As Integer"
+msgstr "Dim iRun As Integer"
+
+#: 03090203.xhp
+#, fuzzy
+msgctxt ""
+"03090203.xhp\n"
+"par_id3155306\n"
+"11\n"
+"help.text"
+msgid "sText =\"This Is a short text\""
+msgstr "sText =\"This is a short text\""
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3154011\n"
+"12\n"
+"help.text"
+msgid "iRun = 1"
+msgstr "iRun = 1"
+
+#: 03090203.xhp
+#, fuzzy
+msgctxt ""
+"03090203.xhp\n"
+"par_id3147215\n"
+"13\n"
+"help.text"
+msgid "While iRun < Len(sText)"
+msgstr "while iRun < Len(sText)"
+
+#: 03090203.xhp
+#, fuzzy
+msgctxt ""
+"03090203.xhp\n"
+"par_id3147427\n"
+"14\n"
+"help.text"
+msgid "If Mid(sText,iRun,1 )<> \" \" Then Mid( sText ,iRun, 1, Chr( 1 + Asc( Mid(sText,iRun,1 )) )"
+msgstr "if Mid(sText,iRun,1 )<> \" \" then Mid( sText ,iRun, 1, Chr( 1 + Asc( Mid(sText,iRun,1 )) )"
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3149665\n"
+"15\n"
+"help.text"
+msgid "iRun = iRun + 1"
+msgstr "iRun = iRun + 1"
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3152939\n"
+"16\n"
+"help.text"
+msgid "Wend"
+msgstr "Wend"
+
+#: 03090203.xhp
+msgctxt ""
+"03090203.xhp\n"
+"par_id3153189\n"
+"17\n"
+"help.text"
+msgid "MsgBox sText,0,\"Text encoded\""
+msgstr "MsgBox sText,0,\"Text encoded\""
+
+#: 03090203.xhp
+#, fuzzy
+msgctxt ""
+"03090203.xhp\n"
+"par_id3145251\n"
+"18\n"
+"help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03103450.xhp
+msgctxt ""
+"03103450.xhp\n"
+"tit\n"
+"help.text"
+msgid "Global Statement [Runtime]"
+msgstr "Global Statement [Runtime]"
+
+#: 03103450.xhp
+msgctxt ""
+"03103450.xhp\n"
+"bm_id3159201\n"
+"help.text"
+msgid "<bookmark_value>Global statement</bookmark_value>"
+msgstr "<bookmark_value>Global statement</bookmark_value>"
+
+#: 03103450.xhp
+msgctxt ""
+"03103450.xhp\n"
+"hd_id3159201\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03103450.xhp\" name=\"Global Statement [Runtime]\">Global Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03103450.xhp\" name=\"Global Statement [Runtime]\">Global Statement [Runtime]</link>"
+
+#: 03103450.xhp
+msgctxt ""
+"03103450.xhp\n"
+"par_id3149177\n"
+"2\n"
+"help.text"
+msgid "Dimensions a variable or an array at the global level (that is, not within a subroutine or function), so that the variable and the array are valid in all libraries and modules for the current session."
+msgstr "গ্লোবাল স্তরে একটি ভেরিয়েবল অথবা একটি অ্যারে মাত্রাযুক্ত করে থাকে (যেমন, সাবরুটিন অথবা ফাংশনের মধ্যে নয়), যাতে ভেরিয়েবল এবং অ্যারে সকল লাইব্রেরি অথবা মডিউলে বর্তমান সেশনের জন্য বৈধ হয়।"
+
+#: 03103450.xhp
+msgctxt ""
+"03103450.xhp\n"
+"hd_id3143270\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03103450.xhp
+msgctxt ""
+"03103450.xhp\n"
+"par_id3150771\n"
+"4\n"
+"help.text"
+msgid "Global VarName[(start To end)] [As VarType][, VarName2[(start To end)] [As VarType][,...]]"
+msgstr "Global VarName[(start To end)] [As VarType][, VarName2[(start To end)] [As VarType][,...]]"
+
+#: 03103450.xhp
+msgctxt ""
+"03103450.xhp\n"
+"hd_id3156152\n"
+"5\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Const Statement [Runtime]"
+msgstr "Const Statement [Runtime]"
+
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"bm_id3146958\n"
+"help.text"
+msgid "<bookmark_value>Const statement</bookmark_value>"
+msgstr "<bookmark_value>Const statement</bookmark_value>"
+
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"hd_id3146958\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100700.xhp\" name=\"Const Statement [Runtime]\">Const Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100700.xhp\" name=\"Const Statement [Runtime]\">Const Statement [Runtime]</link>"
+
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"par_id3154143\n"
+"2\n"
+"help.text"
+msgid "Defines a string as a constant."
+msgstr "একটি স্ট্রিংকে ধ্রুবক হিসেবে নির্ধারণ করে।"
+
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"hd_id3150670\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"par_id3150984\n"
+"4\n"
+"help.text"
+msgid "Const Text = Expression"
+msgstr "Const Text = Expression"
+
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"hd_id3147530\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"par_id3153897\n"
+"6\n"
+"help.text"
+msgid "<emph>Text:</emph> Any constant name that follows the standard variable naming conventions."
+msgstr "<emph>পাঠ্য:</emph> যেকোনো ধ্রুবক নাম যা আদর্শ ভেরিয়েবল নামকরণের নিয়মকানুন অনুসরণ করে থাকে।"
+
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"par_id3147264\n"
+"7\n"
+"help.text"
+msgid "A constant is a variable that helps to improve the readability of a program. Constants are not defined as a specific type of variable, but rather are used as placeholders in the code. You can only define a constant once and it cannot be modified. Use the following statement to define a constant:"
+msgstr "একটি ধ্রুবক হলো একটি ভেরিয়েবল যা একটি প্রোগ্রামের পাঠযোগ্যতা উন্নয়নে সহায়তা করে থাকে। ধ্রুবকসমূহ একটি নির্দিষ্ট ধরনের ভেরিয়েবল হিসেবে নির্ধারিত হয় না, কিন্তু কোডে স্থানধারক হিসেবে ব্যবহৃত হয়ে থাকে। আপনি শুধুমাত্র একবার ধ্রুবক নির্ধারণ করতে পারবেন এবং তা পরিবর্তন করতে পারবেন না। নিচের স্টেটমেন্টটি ব্যবহার করে ধ্রুবক নির্ধারণ করতে পারেন:"
+
+#: 03100700.xhp
+#, fuzzy
+msgctxt ""
+"03100700.xhp\n"
+"par_id3150542\n"
+"8\n"
+"help.text"
+msgid "CONST ConstName=Expression"
+msgstr "CONST ConstName=Expression"
+
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"par_id3150400\n"
+"9\n"
+"help.text"
+msgid "The type of expression is irrelevant. If a program is started, $[officename] Basic converts the program code internally so that each time a constant is used, the defined expression replaces it."
+msgstr "এক্সপ্রেশনের ধরনটি অপ্রাসঙ্গিক। যদি একটি প্রোগ্রাম শুরু হয়, তাহলে $[officename] বেসিক এর মাধ্যমে প্রোগ্রাম কোড অভ্যন্তরীণভাবে রূপান্তরিত হয়, যাতে প্রতিবার ধ্রুবক ব্যবহৃত হলে নির্ধারিত এক্সপ্রেশনটি তা প্রতিস্থাপন করতে পারে।"
+
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"hd_id3154366\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"par_id3153969\n"
+"14\n"
+"help.text"
+msgid "Const sVar = \"Program\", dVar As Double = 1.00"
+msgstr "Const sVar = \"Program\", dVar As Double = 1.00"
+
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using Objects"
+msgstr "বস্তু ব্যবহার করা হচ্ছে"
+
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"hd_id3145645\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"01020200\"><link href=\"text/sbasic/shared/01020200.xhp\">Using the Object Catalog</link></variable>"
+msgstr "<variable id=\"01020200\"><link href=\"text/sbasic/shared/01020200.xhp\">বস্তু ক্যাটালগ ব্যবহার করা হচ্ছে</link></variable>"
+
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_id3153707\n"
+"76\n"
+"help.text"
+msgid "The object catalog provides an overview of all modules and dialogs you have created in $[officename]."
+msgstr "$[officename] তে আপনার তৈরি সব মডিউল এবং ডায়ালগের একটি সারসংক্ষেপ বস্তুর সুবিন্যস্ত তালিকায় থাকে।"
+
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_id3147346\n"
+"78\n"
+"help.text"
+msgid "Click the <emph>Object Catalog</emph> icon <image id=\"img_id3147341\" src=\"cmd/sc_objectcatalog.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3147341\">Icon</alt></image> in the Macro toolbar to display the object catalog."
+msgstr "বস্তুর ক্যাটালগ প্রদর্শনের জন্য ম্যাক্রো টুলবারে <emph>বস্তু ক্যাটালগ</emph> আইকনের <image id=\"img_id3147341\" src=\"cmd/sc_objectcatalog.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3147341\">আইকন</alt></image> এ ক্লিক করুন।"
+
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_id3155114\n"
+"79\n"
+"help.text"
+msgid "The dialog shows a list of all existing objects in a hierarchical representation. Double-clicking a list entry opens its subordinate objects."
+msgstr "একটি স্তরাকার উপস্থাপনায় সমস্ত বিদ্যমান বস্তুর একটি তালিকা ডায়ালগটি দ্বারা প্রদর্শিত হয়। একটি তালিকা ভুক্তিতে ডবল ক্লিক করে এর অধিনস্ত বস্তুসমূহ খোলা হয়।"
+
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_id3150786\n"
+"83\n"
+"help.text"
+msgid "To display a certain module in the Editor or to position the cursor in a selected SUB or FUNCTION, select the corresponding entry and click the <emph>Show</emph> icon <image id=\"img_id3149527\" src=\"basctl/res/im01.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3149527\">Icon</alt></image>."
+msgstr "সম্পাদকে একটি নির্দিষ্ট মডিউল প্রদর্শন করতে অথবা একটি নির্বাচিত SUB অথবা FUNCTION এ কার্সারটি অবস্থান করাতে, সংশ্লিষ্ট ভুক্তিটি নির্বাচন করুন এবং <emph>প্রদর্শন </emph> আইকন<image id=\"img_id3149527\" src=\"basctl/res/im01.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3149527\">আইকন</alt></image> এ ক্লিক করুন।"
+
+#: 01020200.xhp
+msgctxt ""
+"01020200.xhp\n"
+"par_id3153266\n"
+"81\n"
+"help.text"
+msgid "Click the (X) icon in the title bar to close the object catalog."
+msgstr "বস্তু ক্যাটালগ বন্ধ করতে শিরোনাম বারের (X) আইকনে ক্লিক করুন।"
+
+#: 03090405.xhp
+msgctxt ""
+"03090405.xhp\n"
+"tit\n"
+"help.text"
+msgid "FreeLibrary Function [Runtime]"
+msgstr "FreeLibrary Function [Runtime]"
+
+#: 03090405.xhp
+msgctxt ""
+"03090405.xhp\n"
+"bm_id3143270\n"
+"help.text"
+msgid "<bookmark_value>FreeLibrary function</bookmark_value>"
+msgstr "<bookmark_value>FreeLibrary function</bookmark_value>"
+
+#: 03090405.xhp
+msgctxt ""
+"03090405.xhp\n"
+"hd_id3143270\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary Function [Runtime]\">FreeLibrary Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary Function [Runtime]\">FreeLibrary Function [Runtime]</link>"
+
+#: 03090405.xhp
+msgctxt ""
+"03090405.xhp\n"
+"par_id3147559\n"
+"2\n"
+"help.text"
+msgid "Releases DLLs that were loaded by a Declare statement. A released DLL is automatically reloaded if one of its functions is called. See also: <link href=\"text/sbasic/shared/03090403.xhp\" name=\"Declare\">Declare</link>"
+msgstr "DLL রিলিজ করুন যা একটি ডিক্লেয়ার স্টেটমেন্টের মাধ্যমে লোড হয়েছিল। রিলিজকৃত DLL স্বয়ংক্রিয়ভাবে রিলোড করা হয় যদি এর যেকোনো একটি ফাংশন কল করা হয়ে থাকে। আরও দেখুন: <link href=\"text/sbasic/shared/03090403.xhp\" name=\"Declare\">ডিক্লেয়ার</link>"
+
+#: 03090405.xhp
+msgctxt ""
+"03090405.xhp\n"
+"hd_id3148550\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03090405.xhp
+msgctxt ""
+"03090405.xhp\n"
+"par_id3153361\n"
+"4\n"
+"help.text"
+msgid "FreeLibrary (LibName As String)"
+msgstr "FreeLibrary (LibName As String)"
+
+#: 03090405.xhp
+msgctxt ""
+"03090405.xhp\n"
+"hd_id3153380\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03090405.xhp
+msgctxt ""
+"03090405.xhp\n"
+"par_id3154138\n"
+"6\n"
+"help.text"
+msgid "<emph>LibName:</emph> String expression that specifies the name of the DLL."
+msgstr "<emph>LibName:</emph> স্ট্রিং এক্সপ্রেশন যা DLL এর নাম উল্লেখ করে।"
+
+#: 03090405.xhp
+msgctxt ""
+"03090405.xhp\n"
+"par_id3146923\n"
+"7\n"
+"help.text"
+msgid "FreeLibrary can only release DLLs that are loaded during Basic runtime."
+msgstr "FreeLibrary কেবলমাত্র DLL রিলিজ করতে পারে যা বেসিক রাইটাইমে লোড হয়ে থাকে।"
+
+#: 03090405.xhp
+msgctxt ""
+"03090405.xhp\n"
+"hd_id3153363\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Static Statement [Runtime]"
+msgstr "Static Statement [Runtime]"
+
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"bm_id3149798\n"
+"help.text"
+msgid "<bookmark_value>Static statement</bookmark_value>"
+msgstr "<bookmark_value>Static statement</bookmark_value>"
+
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"hd_id3149798\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03103500.xhp\" name=\"Static Statement [Runtime]\">Static Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03103500.xhp\" name=\"Static Statement [Runtime]\">Static Statement [Runtime]</link>"
+
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"par_id3153311\n"
+"2\n"
+"help.text"
+msgid "Declares a variable or an array at the procedure level within a subroutine or a function, so that the values of the variable or the array are retained after exiting the subroutine or function. Dim statement conventions are also valid."
+msgstr "একটি সাবরুটিন অথবা ফাংশনের মধ্যে বিদ্যমান প্রসিজারে একটি ভেরিয়েবল অথবা অ্যারে ডিক্লেয়ার করে থাকে, যাতে ভেরিয়েবল অথবা ফাংশনের মানের ব্যবহার সাবরুটিন অথবা ফাংশন থেকে প্রস্থান করার পরেও অব্যাহত রাখা যায়। Dim স্টেটমেন্ট নিয়মাবলীও বৈধ।"
+
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"par_id3147264\n"
+"3\n"
+"help.text"
+msgid "The <emph>Static statement</emph> cannot be used to define variable arrays. Arrays must be specified according to a fixed size."
+msgstr "<emph>স্ট্যাটিক স্টেটমেন্ট</emph> ভেরিয়েবল অ্যারে নির্ধারণ করার জন্য ব্যবহার করা যায় না। অ্যারেসমূহ অবশ্যই একটি নির্দিষ্ট আকার অনুসারে উল্লেখিত হবে।"
+
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"hd_id3149657\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"par_id3150400\n"
+"5\n"
+"help.text"
+msgid "Static VarName[(start To end)] [As VarType], VarName2[(start To end)] [As VarType], ..."
+msgstr "Static VarName[(start To end)] [As VarType], VarName2[(start To end)] [As VarType], ..."
+
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"hd_id3148452\n"
+"6\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03103500.xhp
+msgctxt ""
+"03103500.xhp\n"
+"par_id3150870\n"
+"11\n"
+"help.text"
+msgid "MsgBox iResult,0,\"The answer is\""
+msgstr "MsgBox iResult,0,\"The answer is\""
+
+#: 03103500.xhp
+#, fuzzy
+msgctxt ""
+"03103500.xhp\n"
+"par_id3151115\n"
+"15\n"
+"help.text"
+msgid "' Function for initialization of the static variable"
+msgstr "নির্দিষ্ট চলক শুরু করার জন্য REM ফাংশন"
+
+#: 03103500.xhp
+#, fuzzy
+msgctxt ""
+"03103500.xhp\n"
+"par_id1057161\n"
+"help.text"
+msgid "Const iMinimum As Integer = 40 ' minimum return value of this function"
+msgstr "Const iMinimum as Integer = 40 REM ফাংশনের সর্বনিম্ন প্রদান মান"
+
+#: 03103500.xhp
+#, fuzzy
+msgctxt ""
+"03103500.xhp\n"
+"par_id580462\n"
+"help.text"
+msgid "If iInit = 0 Then ' check if initialized"
+msgstr "if iInit = 0 then REM check if initialized"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"tit\n"
+"help.text"
+msgid "For...Next Statement [Runtime]"
+msgstr "For...Next Statement [Runtime]"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"bm_id3149205\n"
+"help.text"
+msgid "<bookmark_value>For statement</bookmark_value><bookmark_value>To statement</bookmark_value><bookmark_value>Step statement</bookmark_value><bookmark_value>Next statement</bookmark_value>"
+msgstr "<bookmark_value>For statement</bookmark_value><bookmark_value>To statement</bookmark_value><bookmark_value>Step statement</bookmark_value><bookmark_value>Next statement</bookmark_value>"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"hd_id3149205\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090202.xhp\" name=\"For...Next Statement [Runtime]\">For...Next Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090202.xhp\" name=\"For...Next Statement [Runtime]\">For...Next Statement [Runtime]</link>"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3143267\n"
+"2\n"
+"help.text"
+msgid "Repeats the statements between the For...Next block a specified number of times."
+msgstr "একটি নির্দিষ্ট সময় পর্যন্ত For...Next ব্লকের মধ্যে স্টেটমেন্ট প্রদান করে থাকে।"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"hd_id3156153\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3148473\n"
+"4\n"
+"help.text"
+msgid "For counter=start To end [Step step]"
+msgstr "For counter=start To end [Step step]"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3156024\n"
+"5\n"
+"help.text"
+msgid "statement block"
+msgstr "statement block"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3146796\n"
+"6\n"
+"help.text"
+msgid "[Exit For]"
+msgstr "[Exit For]"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3159414\n"
+"7\n"
+"help.text"
+msgid "statement block"
+msgstr "statement block"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3153897\n"
+"8\n"
+"help.text"
+msgid "Next [counter]"
+msgstr "Next [counter]"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"hd_id3150400\n"
+"9\n"
+"help.text"
+msgid "Variables:"
+msgstr "ভেরিয়েবল:"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3150358\n"
+"10\n"
+"help.text"
+msgid "<emph>Counter:</emph> Loop counter initially assigned the value to the right of the equal sign (start). Only numeric variables are valid. The loop counter increases or decreases according to the variable Step until End is passed."
+msgstr "<emph>গণনাকারী:</emph> লুপ গণনাকারীটি প্রাথমিকভাবে সমান চিহ্নের (শুরু) ডানে একটি মান বরাদ্দ করে থাকে। শুধুমাত্র সংখ্যাসূচক মান হলো বৈধ। End পাস না করা পর্যন্ত ভেরিয়েবলের স্তর অনুসারে লুপ গণনাকারী বৃদ্ধি অথবা হ্রাস পায়।"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3152455\n"
+"11\n"
+"help.text"
+msgid "<emph>Start:</emph> Numeric variable that defines the initial value at the beginning of the loop."
+msgstr "<emph>শুরু:</emph> সংখ্যাসূচক এক্সপ্রেশন যা লুপের শুরুতে প্রারম্ভিক মান নির্ধারণ করে থাকে।"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3151043\n"
+"12\n"
+"help.text"
+msgid "<emph>End:</emph> Numeric variable that defines the final value at the end of the loop."
+msgstr "<emph>সমাপ্ত:</emph> সংখ্যাসূচক ভেরিয়েবল যা লুপের শেষে সর্বশেষ মান নির্দারণ করে থাকে।"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3156281\n"
+"13\n"
+"help.text"
+msgid "<emph>Step:</emph> Sets the value by which to increase or decrease the loop counter. If Step is not specified, the loop counter is incremented by 1. In this case, End must be greater than Start. If you want to decrease Counter, End must be less than Start, and Step must be assigned a negative value."
+msgstr "<emph>ধাপ:</emph> একটি মান নির্ধারণ করা হয় যা দ্বরা লুপ গণনাকারীর মান বৃদ্ধি অথবা হ্রাস করা যায়। যদি ধাপটি সুনির্দিষ্টভাবে উল্লেখ করা না হয়, তাহলে লুপ গণনাকারীর মান ১ বৃদ্ধি পায়। এই ক্ষেত্রে, সর্বশেষ মানটি অবশ্যই শুরুর মান থেকে বড় হতে হবে। আপনি যদি গণনাকারীর মান হ্রাস করতে চান, তাহলে সর্বশেষ মানটি অভশ্যই শুরুর মান থেকে ছোট হতে হবে, এবং ধাপের মান ঋনাত্মক হতে হবে।"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3154684\n"
+"14\n"
+"help.text"
+msgid "The <emph>For...Next</emph> loop repeats all of the statements in the loop for the number of times that is specified by the parameters."
+msgstr "প্যারামিটারে উল্লেখিত সময়ের জন্য লুপে <emph>For...Next</emph> লুপের সাহায্যে সকল স্টেটমেন্ট পুনরাবৃত্তি করে থাকে।"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3147287\n"
+"15\n"
+"help.text"
+msgid "As the counter variable is decreased, $[officename] Basic checks if the end value has been reached. As soon as the counter passes the end value, the loop automatically ends."
+msgstr "গণনা ভেরিয়েবল হ্রাস পাওয়ার ফলে, সর্বশেষ মান পাওয়া গিয়েছে কিনা তা $[officename] বেসিকের মাধ্যমে পরীক্ষা করা হয়। গণনাকারী সর্বশেষ মানে পৌঁছানোর সাথে সাথে লুপটি স্বয়ংক্রিয়ভাবে সমাপ্ত হয়ে যায়।"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3159154\n"
+"16\n"
+"help.text"
+msgid "It is possible to nest <emph>For...Next</emph> statements. If you do not specify a variable following the <emph>Next</emph> statement, <emph>Next</emph> automatically refers to the most recent <emph>For</emph> statement."
+msgstr "<emph>For...Next</emph> স্টেটমেন্ট একত্রিত করা সম্ভব। <emph>Next</emph> স্টেটমেন্ট অনুসরণকারী একটি ভেরিয়েবল উল্লেখ না করেন, তাহলে <emph>Next</emph> স্বয়ংক্রিয়ভাবে সবচেয়ে সাম্প্রতিক <emph>For</emph> স্টেটমেন্টটি নির্দেশন করে থাকে।"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3155306\n"
+"17\n"
+"help.text"
+msgid "If you specify an increment of 0, the statements between <emph>For</emph> and <emph>Next</emph> are repeated continuously."
+msgstr "যদি 0 এর বৃদ্ধি উল্লেখ করা হয়, তাহলে <emph>For</emph> এবং <emph>Next</emph> এর মধ্যে বিদ্যমান স্টেটমেন্ট ধারাবাহিকভাবে পুনরাবৃত্তি করা হয়।"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3155854\n"
+"18\n"
+"help.text"
+msgid "When counting down the counter variable, $[officename] Basic checks for overflow or underflow. The loop ends when Counter exceeds End (positive Step value) or is less than End (negative Step value)."
+msgstr "গণনা ভেরিয়েবল গণনা করার সময়, $[officename] বেসিক দ্বারা ওভারফ্লো অথবা আন্ডারফ্লো পরীক্ষা করা হয়। গণনাকারীটি End (ধাপের ধ্বনাত্মক মান) এর বেশি অথবা End (ধাপের ঋনাত্মক মান) এর ছোট হয় তাহলে লুপটি শেষ হয়ে যায়।"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3145273\n"
+"19\n"
+"help.text"
+msgid "Use the <emph>Exit For</emph> statement to exit the loop unconditionally. This statement must be within a <emph>For...Next</emph> loop. Use the <emph>If...Then</emph> statement to test the exit condition as follows:"
+msgstr "একটি লুপ থেকে শর্তহীনভাবে প্রস্থান করার জন্য <emph>Exit For</emph> স্টেটমেন্টটি ব্যবহার করুন। এই স্টেটমেন্টটি অবশ্যই <emph>For...Next</emph> লুপের মধ্যে থাকতে হবে। নিম্নানুসারে প্রস্থান শর্তটি পরূক্ষণের জন্য <emph>If...Then</emph> স্টেটমেন্টটি ব্যবহার করুন:"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3153190\n"
+"20\n"
+"help.text"
+msgid "For..."
+msgstr "For..."
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3149482\n"
+"21\n"
+"help.text"
+msgid "statements"
+msgstr "statements"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3147124\n"
+"22\n"
+"help.text"
+msgid "If condition = True Then Exit For"
+msgstr "If condition = True Then Exit For"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3153159\n"
+"23\n"
+"help.text"
+msgid "statements"
+msgstr "statements"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3154096\n"
+"24\n"
+"help.text"
+msgid "Next"
+msgstr "পরবর্তী"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3156286\n"
+"25\n"
+"help.text"
+msgid "Note: In nested <emph>For...Next</emph> loops, if you exit a loop unconditionally with <emph>Exit For</emph>, only one loop is exited."
+msgstr "নোট: নেস্টকৃত <emph>For...Next</emph> লুপে, যদি আপনি একটি লুপ থেকে <emph>Exit For</emph> এর সাহায্যে নিঃশর্তভাবে প্রস্থান করেন তাহলে শুধুমাত্র একটি লুপ থেকে প্রস্থান করবে।"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"hd_id3148457\n"
+"26\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3151074\n"
+"27\n"
+"help.text"
+msgid "The following example uses two nested loops to sort a string array with 10 elements ( sEntry() ), that are first filled with various contents:"
+msgstr "নিচের উদাহরণটি দিউটি একত্রিত লুপ ব্যবহার করে একটি স্ট্রিং ১০টি এলিমেন্টের মধ্যে সাজায় ( sEntry() ), যা প্রথমে বিভিন্ন বিষয়বস্তু দ্বারা পূরণ করা হয়:"
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3155767\n"
+"42\n"
+"help.text"
+msgid "sEntry(0) = \"Jerry\""
+msgstr "sEntry(0) = \"Jerry\""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3153711\n"
+"33\n"
+"help.text"
+msgid "sEntry(1) = \"Patty\""
+msgstr "sEntry(1) = \"Patty\""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3148993\n"
+"34\n"
+"help.text"
+msgid "sEntry(2) = \"Kurt\""
+msgstr "sEntry(2) = \"Kurt\""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3156382\n"
+"35\n"
+"help.text"
+msgid "sEntry(3) = \"Thomas\""
+msgstr "sEntry(3) = \"Thomas\""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3155174\n"
+"36\n"
+"help.text"
+msgid "sEntry(4) = \"Michael\""
+msgstr "sEntry(4) = \"Michael\""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3166448\n"
+"37\n"
+"help.text"
+msgid "sEntry(5) = \"David\""
+msgstr "sEntry(5) = \"David\""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3149255\n"
+"38\n"
+"help.text"
+msgid "sEntry(6) = \"Cathy\""
+msgstr "sEntry(6) = \"Cathy\""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3149565\n"
+"39\n"
+"help.text"
+msgid "sEntry(7) = \"Susie\""
+msgstr "sEntry(7) = \"Susie\""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3145148\n"
+"40\n"
+"help.text"
+msgid "sEntry(8) = \"Edward\""
+msgstr "sEntry(8) = \"Edward\""
+
+#: 03090202.xhp
+msgctxt ""
+"03090202.xhp\n"
+"par_id3145229\n"
+"41\n"
+"help.text"
+msgid "sEntry(9) = \"Christine\""
+msgstr "sEntry(9) = \"Christine\""
+
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"tit\n"
+"help.text"
+msgid "ChDir Statement [Runtime]"
+msgstr "ChDir Statement [Runtime]"
+
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"bm_id3150178\n"
+"help.text"
+msgid "<bookmark_value>ChDir statement</bookmark_value>"
+msgstr "<bookmark_value>ChDir statement</bookmark_value>"
+
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"hd_id3150178\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020401.xhp\" name=\"ChDir Statement [Runtime]\">ChDir Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020401.xhp\" name=\"ChDir Statement [Runtime]\">ChDir Statement [Runtime]</link>"
+
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"par_id3153126\n"
+"2\n"
+"help.text"
+msgid "Changes the current directory or drive."
+msgstr "বর্তমান ডিরেক্টরী অথবা ড্রাইভ পরিবর্তন করা হয়।"
+
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"par_id9783013\n"
+"help.text"
+msgid "This runtime statement currently does not work as documented. See <link href=\"http://www.openoffice.org/issues/show_bug.cgi?id=30692\">this issue</link> for more information."
+msgstr "এই রানটাইম স্টেটমেন্টটি বর্তমানে নথি অনুসারে কাজ করে না। অধিক তথ্যের জন্য <link href=\"http://www.openoffice.org/issues/show_bug.cgi?id=30692\">এই ইস্যু</link> দেখুন।"
+
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"hd_id3154347\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"par_id3153897\n"
+"4\n"
+"help.text"
+msgid "ChDir Text As String"
+msgstr "ChDir Text As String"
+
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"hd_id3148664\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"par_id3150543\n"
+"6\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that specifies the directory path or drive."
+msgstr "<emph>লেখ:</emph> যেকোনো স্ট্রিং এক্সপ্রেশন যা ডিরেক্টরি পাথ অথবা ড্রাইভ উল্লেখ করে থাকে।"
+
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"par_id3152598\n"
+"7\n"
+"help.text"
+msgid "If you only want to change the current drive, enter the drive letter followed by a colon."
+msgstr "আপনি যদি বর্তমান ড্রাইভটি পরিবর্তন করতে চান, তাহলে কোলনের পরে ড্রাইভ নির্দেশক অক্ষর লিখুন।"
+
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"hd_id3151116\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Other Commands"
+msgstr "অন্যান্য কমান্ড"
+
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"hd_id3156027\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03130000.xhp\" name=\"Other Commands\">Other Commands</link>"
+msgstr "<link href=\"text/sbasic/shared/03130000.xhp\" name=\"Other Commands\">অন্যান্য কমান্ড</link>"
+
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"par_id3153312\n"
+"2\n"
+"help.text"
+msgid "This is a list of the functions and the statements that are not included in the other categories."
+msgstr "এটি একটি ফাংশন এবং স্টেটমেন্টের তালিকা যা অন্যান্য শ্রেণীবিভাগের অন্তর্ভুক্ত নয়।"
+
+#: 03030301.xhp
+msgctxt ""
+"03030301.xhp\n"
+"tit\n"
+"help.text"
+msgid "Date Statement [Runtime]"
+msgstr "Date Statement [Runtime]"
+
+#: 03030301.xhp
+msgctxt ""
+"03030301.xhp\n"
+"bm_id3156027\n"
+"help.text"
+msgid "<bookmark_value>Date statement</bookmark_value>"
+msgstr "<bookmark_value>Date statement</bookmark_value>"
+
+#: 03030301.xhp
+msgctxt ""
+"03030301.xhp\n"
+"hd_id3156027\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030301.xhp\" name=\"Date Statement [Runtime]\">Date Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030301.xhp\" name=\"Date Statement [Runtime]\">Date Statement [Runtime]</link>"
+
+#: 03030301.xhp
+msgctxt ""
+"03030301.xhp\n"
+"par_id3147291\n"
+"2\n"
+"help.text"
+msgid "Returns the current system date as a string, or resets the date. The date format depends on your local system settings."
+msgstr "স্ট্রিং হিসেবে বর্তমান সিস্টেমের তারিখ প্রদান করে অথবা পনুঃনির্ধারণ করে থাকে। তারিখের বিন্যাস স্থানীয় সিস্টেম সেটিং নির্ভরশীল।"
+
+#: 03030301.xhp
+msgctxt ""
+"03030301.xhp\n"
+"hd_id3148686\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03030301.xhp
+msgctxt ""
+"03030301.xhp\n"
+"par_id3146794\n"
+"4\n"
+"help.text"
+msgid "Date ; Date = Text As String"
+msgstr "Date ; Date = Text As String"
+
+#: 03030301.xhp
+msgctxt ""
+"03030301.xhp\n"
+"hd_id3154347\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03030301.xhp
+msgctxt ""
+"03030301.xhp\n"
+"par_id3145069\n"
+"6\n"
+"help.text"
+msgid "<emph>Text:</emph> Only required in order to reset the system date. In this case, the string expression must correspond to the date format defined in your local settings."
+msgstr "<emph>পাঠ্য:</emph> সিস্টেমের তারিখ নির্ধারণ করার জন্য প্রয়োজ হয়। এই ক্ষেত্রে, স্ট্রিং এর দশমিকের পরের সংখ্যা অবশ্যই লোক্যাল সেটং এ উল্লেখিত তারিখ বিন্যাস সংশ্লিষ্ট হতে হবে।"
+
+#: 03030301.xhp
+msgctxt ""
+"03030301.xhp\n"
+"hd_id3150793\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03030301.xhp
+#, fuzzy
+msgctxt ""
+"03030301.xhp\n"
+"par_id3156424\n"
+"9\n"
+"help.text"
+msgid "MsgBox \"The date is \" & Date"
+msgstr "msgbox \"The date is \" & Date"
+
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"tit\n"
+"help.text"
+msgid "LSet Statement [Runtime]"
+msgstr "LSet Statement [Runtime]"
+
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"bm_id3143268\n"
+"help.text"
+msgid "<bookmark_value>LSet statement</bookmark_value>"
+msgstr "<bookmark_value>LSet statement</bookmark_value>"
+
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"hd_id3143268\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120304.xhp\" name=\"LSet Statement [Runtime]\">LSet Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120304.xhp\" name=\"LSet Statement [Runtime]\">LSet Statement [Runtime]</link>"
+
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"par_id3155419\n"
+"2\n"
+"help.text"
+msgid "Aligns a string to the left of a string variable, or copies a variable of a user-defined type to another variable of a different user-defined type."
+msgstr "স্ট্রিং ভেরিয়েবলের বামের স্ট্রিং প্রান্তিক করুন অথবা ব্যবহারকারী-নির্ধারিত একটি ভেরিয়েবল অন্য একটি ভিন্ন ব্যবহারকারী নির্ধারিত ধরনের ভেরিয়েবলে অনুলিপি করুন।"
+
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"hd_id3145317\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"par_id3150984\n"
+"4\n"
+"help.text"
+msgid "LSet Var As String = Text or LSet Var1 = Var2"
+msgstr "LSet Var As String = Text or LSet Var1 = Var2"
+
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"hd_id3143271\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"par_id3145610\n"
+"6\n"
+"help.text"
+msgid "<emph>Var:</emph> Any String variable that contains the string that you want align to the left."
+msgstr "<emph>Var:</emph> আপনি যে স্ট্রিং বামে প্রান্তিক করতে চান তা ধারণকারী যেকোনো স্ট্রিং ভেরিয়েবল।"
+
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"par_id3154346\n"
+"7\n"
+"help.text"
+msgid "<emph>Text:</emph> String that you want to align to the left of the string variable."
+msgstr "<emph>লেখ:</emph> আপনি স্ট্রিং ভেরিয়েবলের বামে যে স্ট্রিং প্রান্তিক করতে চান।"
+
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"par_id3151054\n"
+"8\n"
+"help.text"
+msgid "<emph>Var1:</emph> Name of the user-defined type variable that you want to copy to."
+msgstr "<emph>Var1:</emph> আপনি যে ব্যবহারকারী নির্দেশিত ধরনের ভেরিয়েবলে অনুলিপি করতে চান তার নাম।"
+
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"par_id3153361\n"
+"9\n"
+"help.text"
+msgid "<emph>Var2:</emph> Name of the user-defined type variable that you want to copy from."
+msgstr "<emph>Var2:</emph> আপনি যে ব্যবহারকারী নির্দেশিত ধরনের ভেরিয়েবল থেকে অনুলিপি করতে চান তার নাম।"
+
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"par_id3154686\n"
+"10\n"
+"help.text"
+msgid "If the string is shorter than the string variable, <emph>LSet</emph> left-aligns the string within the string variable. Any remaining positions in the string variable are replaced by spaces. If the string is longer than the string variable, only the leftmost characters up to the length of the string variable are copied. With the <emph>LSet</emph> statement, you can also copy a user-defined type variable to another variable of the same type."
+msgstr "যদি ষ্ট্রিংটি ষ্ট্রিং ভেরিয়েবল অপেক্ষা ছোট হয়, তাহলে <emph>LSet</emph> ষ্ট্রিং ভেরিয়েবলের মধ্যে ষ্ট্রিংটি বামে-প্রান্তিক করে থাকে। ষ্ট্রিং ভেরিয়েবলের অবশিষ্ট অবস্থান ফাঁকা স্থান দ্বারা প্রতিস্থাপিত হয়। যদি ষ্ট্রিংটি ষ্ট্রিং ভেরিয়েবল অপেক্ষা দীর্ঘ হয়, তাহলে শুধুমাত্র ষ্ট্রিং ভেরিয়েবলের দৈর্ঘ্য পর্যন্ত স্ট্রিং ভেরিয়েবলটি অনুলিপি করা হবে। <emph>LSet</emph> স্টেটমেন্টের মাধ্যমে, আপনি একই ধরনের ভিন্ন একটি ভেরয়েবলে ব্যবহারকারী-নির্ধারিত ভেরিয়েবল অনুলিপি করতে পারেন।"
+
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"hd_id3156282\n"
+"11\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03120304.xhp
+#, fuzzy
+msgctxt ""
+"03120304.xhp\n"
+"par_id3152940\n"
+"18\n"
+"help.text"
+msgid "' Align \"SBX\" within the 40-character reference string"
+msgstr "৪০-অক্ষর রেফারেন্স স্ট্রিং এর মধ্যে REM প্রান্তিক \"SBX\""
+
+#: 03120304.xhp
+#, fuzzy
+msgctxt ""
+"03120304.xhp\n"
+"par_id3148647\n"
+"19\n"
+"help.text"
+msgid "' Replace asterisks with spaces"
+msgstr "REM একটি ফাঁকা স্থান তারকা চিহ্নের মাধ্যমে প্রতিস্থাপিত করে"
+
+#: 03120304.xhp
+#, fuzzy
+msgctxt ""
+"03120304.xhp\n"
+"par_id3151075\n"
+"30\n"
+"help.text"
+msgid "' Left-align \"SBX\" within the 40-character reference string"
+msgstr "৪০-অক্ষর রেফারেন্স স্ট্রিং এর মধ্যে REM বাম প্রান্তিক \"SBX\""
+
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"tit\n"
+"help.text"
+msgid "CDateToIso Function [Runtime]"
+msgstr "CDateToIso Function [Runtime]"
+
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"bm_id3150620\n"
+"help.text"
+msgid "<bookmark_value>CdateToIso function</bookmark_value>"
+msgstr "<bookmark_value>CdateToIso function</bookmark_value>"
+
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"hd_id3150620\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030107.xhp\" name=\"CDateToIso Function [Runtime]\">CDateToIso Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030107.xhp\" name=\"CDateToIso Function [Runtime]\">CDateToIso Function [Runtime]</link>"
+
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"par_id3151097\n"
+"2\n"
+"help.text"
+msgid "Returns the date in ISO format from a serial date number that is generated by the DateSerial or the DateValue function."
+msgstr "DateSerial অথবা DateValue ফাংশন দ্বারা প্রকাশিত ক্রমিক তারিখ থেকে ISO বিন্যাসে তারিখ প্রদান করে।"
+
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"hd_id3159224\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"par_id3149497\n"
+"4\n"
+"help.text"
+msgid "CDateToIso(Number)"
+msgstr "CDateToIso(Number)"
+
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"hd_id3152347\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"par_id3154422\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "স্ট্রিং"
+
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"hd_id3147303\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"par_id3145136\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Integer that contains the serial date number."
+msgstr "<emph>সংখ্যা:</emph> ইনটিজার যাতে ধারাবাহিক তারিখ সংখ্যা বিদ্যমান।"
+
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"hd_id3147243\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03030107.xhp
+msgctxt ""
+"03030107.xhp\n"
+"par_id3153126\n"
+"11\n"
+"help.text"
+msgid "MsgBox \"\" & CDateToIso(Now) ,64,\"ISO Date\""
+msgstr "MsgBox \"\" & CDateToIso(Now) ,64,\"ISO Date\""
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Shell Function [Runtime]"
+msgstr "Shell Function [Runtime]"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"bm_id3150040\n"
+"help.text"
+msgid "<bookmark_value>Shell function</bookmark_value>"
+msgstr "<bookmark_value>Shell function</bookmark_value>"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"hd_id3150040\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03130500.xhp\" name=\"Shell Function [Runtime]\">Shell Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03130500.xhp\" name=\"Shell Function [Runtime]\">Shell Function [Runtime]</link>"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3153394\n"
+"2\n"
+"help.text"
+msgid "Starts another application and defines the respective window style, if necessary."
+msgstr "প্রয়োজনবোধে, অন্য একটি অ্যাপ্লিকেশন শুরু করা হয় এবং সংশ্লিষ্ট উইন্ডো শৈলী নির্ধারণ করা হয়।"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"hd_id3153345\n"
+"4\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3147576\n"
+"5\n"
+"help.text"
+msgid "Shell (Pathname As String[, Windowstyle As Integer][, Param As String][, bSync])"
+msgstr "Shell (Pathname As String[, Windowstyle As Integer][, Param As String][, bSync])"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"hd_id3149235\n"
+"6\n"
+"help.text"
+msgid "Parameter"
+msgstr "প্যারামিটার"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"hd_id3154306\n"
+"23\n"
+"help.text"
+msgid "Pathname"
+msgstr "পাথের নাম"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3155419\n"
+"7\n"
+"help.text"
+msgid "Complete path and program name of the program that you want to start."
+msgstr "আপনি যে প্রোগ্রামটি শুরু করতে চান তার সম্পূর্ণ পাথ এবং নাম।"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"hd_id3150771\n"
+"24\n"
+"help.text"
+msgid "Windowstyle"
+msgstr "উইন্ডোশৈলী"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3145609\n"
+"8\n"
+"help.text"
+msgid "Optional integer expression that specifies the style of the window that the program is executed in. The following values are possible:"
+msgstr "যে উইন্ডোতে প্রোগ্রামটি চলবে তার শৈলী উল্লেখকারী ঐচ্ছিক ইনটিজার এক্সপ্রেশন। সম্ভাব্য মানসমূহ নিচে উল্লেখিত:"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3148663\n"
+"25\n"
+"help.text"
+msgid "0"
+msgstr "0"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3153360\n"
+"10\n"
+"help.text"
+msgid "The focus is on the hidden program window."
+msgstr "গোপন প্রোগ্রাম উইন্ডোতে ফোকাস।"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3154123\n"
+"26\n"
+"help.text"
+msgid "1"
+msgstr "1"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3144760\n"
+"11\n"
+"help.text"
+msgid "The focus is on the program window in standard size."
+msgstr "আদর্শ আকারের প্রোগ্রাম উইন্ডোতে ফোকাস।"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3156422\n"
+"27\n"
+"help.text"
+msgid "2"
+msgstr "2"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3148451\n"
+"12\n"
+"help.text"
+msgid "The focus is on the minimized program window."
+msgstr "ন্যূনতম বিস্তারিত প্রোগ্রাম উইন্ডোতে ফোকাস।"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3149561\n"
+"28\n"
+"help.text"
+msgid "3"
+msgstr "3"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3146921\n"
+"13\n"
+"help.text"
+msgid "focus is on the maximized program window."
+msgstr "পূর্ণ বিস্তারিত প্রোগ্রাম উইন্ডোতে ফোকাস।"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3149481\n"
+"29\n"
+"help.text"
+msgid "4"
+msgstr "4"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3155854\n"
+"14\n"
+"help.text"
+msgid "Standard size program window, without focus."
+msgstr "ফোকাস ব্যয়তিত আদর্শ আকারের প্রোগ্রাম উইন্ডো।"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3145271\n"
+"30\n"
+"help.text"
+msgid "6"
+msgstr "6"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3152938\n"
+"15\n"
+"help.text"
+msgid "Minimized program window, focus remains on the active window."
+msgstr "ন্যূনতম বিস্তারিত প্রোগ্রাম উইন্ডো, সক্রিয় উইন্ডোতে ফোকাস বিদ্যমান।"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3146119\n"
+"31\n"
+"help.text"
+msgid "10"
+msgstr "10"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3151112\n"
+"16\n"
+"help.text"
+msgid "Full-screen display."
+msgstr "পূর্ণ-পর্দা প্রদর্শনী।"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"hd_id3150419\n"
+"33\n"
+"help.text"
+msgid "Param"
+msgstr "প্যারামিটার"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3149412\n"
+"17\n"
+"help.text"
+msgid "Any string expression that specifies the command line that want to pass."
+msgstr "যেকোনো স্ট্রিং এক্সপ্রেশন যা পাস করতে চায় এমন একটি কমান্ড লাইন উল্লেখ করে।"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"hd_id3148456\n"
+"32\n"
+"help.text"
+msgid "bSync"
+msgstr "bSync"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3154096\n"
+"18\n"
+"help.text"
+msgid "If this value is set to <emph>true</emph>, the <emph>Shell</emph> command and all $[officename] tasks wait until the shell process completes. If the value is set to <emph>false</emph>, the shell returns directly. The default value is <emph>false</emph>."
+msgstr "যদি এই মানটি <emph>true</emph> হয়, তাহলে <emph>Shell</emph> কমান্ড এবং সকল $[officename] কাজ এই shell প্রক্রিয়া সম্পন্ন না হওয়া পর্যন্ত অপেক্ষা করে থাকে। যদি মান <emph>false</emph> হয়, তাহলে সরাসরি shell প্রদান করে থাকে। ডিফল্ট মান হলো <emph>false</emph>।"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"hd_id3154270\n"
+"19\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
+"tit\n"
+"help.text"
+msgid "TwipsPerPixelX Function [Runtime]"
+msgstr "TwipsPerPixelX Function [Runtime]"
+
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
+"bm_id3153539\n"
+"help.text"
+msgid "<bookmark_value>TwipsPerPixelX function</bookmark_value>"
+msgstr "<bookmark_value>TwipsPerPixelX function</bookmark_value>"
+
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
+"hd_id3153539\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03131300.xhp\" name=\"TwipsPerPixelX Function [Runtime]\">TwipsPerPixelX Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03131300.xhp\" name=\"TwipsPerPixelX Function [Runtime]\">TwipsPerPixelX Function [Runtime]</link>"
+
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
+"par_id3153394\n"
+"2\n"
+"help.text"
+msgid "Returns the number of twips that represent the width of a pixel."
+msgstr "টুইপসের পরিমাণ প্রদান করে যা একটি পিক্সেলের প্রস্থ উপস্থাপন করে।"
+
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
+"hd_id3153527\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
+"par_id3151110\n"
+"4\n"
+"help.text"
+msgid "n = TwipsPerPixelX"
+msgstr "n = TwipsPerPixelX"
+
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
+"hd_id3150669\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
+"par_id3150503\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "ইনটিজার"
+
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
+"hd_id3159176\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
+"par_id3153061\n"
+"9\n"
+"help.text"
+msgid "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Twips\",0,\"Pixel size\""
+msgstr "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Twips\",0,\"Pixel size\""
+
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"tit\n"
+"help.text"
+msgid "CInt Function [Runtime]"
+msgstr "CInt Function [Runtime]"
+
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"bm_id3149346\n"
+"help.text"
+msgid "<bookmark_value>CInt function</bookmark_value>"
+msgstr "<bookmark_value>CInt function</bookmark_value>"
+
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"hd_id3149346\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100500.xhp\" name=\"CInt Function [Runtime]\">CInt Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100500.xhp\" name=\"CInt Function [Runtime]\">CInt Function [Runtime]</link>"
+
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"par_id3155419\n"
+"2\n"
+"help.text"
+msgid "Converts any string or numeric expression to an integer."
+msgstr "যেকোনো স্ট্রিং অথবা সংখ্যাসূচক এক্সপ্রেশন ইনটিগারে রূপান্তর করা হয়।"
+
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"hd_id3147573\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"par_id3154142\n"
+"4\n"
+"help.text"
+msgid "CInt (Expression)"
+msgstr "CInt (Expression)"
+
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"hd_id3147531\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"par_id3147560\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"hd_id3145069\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"par_id3159414\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any numeric expression that you want to convert. If the <emph>Expression</emph> exceeds the value range between -32768 and 32767, $[officename] Basic reports an overflow error. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
+msgstr "<emph>এক্সপ্রেশন:</emph> যেকোনো সংখ্যাসূচক এক্সপ্রেশন যা আপনি রূপান্তর করতে পারেন। যদি <emph>এক্সপ্রেশন</emph> এর মান -32768 এবং 32767 পরিসরটি অতিক্রম করে, তাহলে $[officename] বেসিকের মাধ্যমে একটি ওভারফ্লো ত্রুটি রিপোর্ট প্রদান করে থাকে। একটি স্ট্রিং এক্সপ্রেশন রূপান্তর করার জন্য, সংখ্যাটি অবশ্যই আপনার অপারেটিং সিস্টেমের পূর্বনির্ধারিত সংখ্যা বিন্যাস ব্যবহার করে সাধারণ লেখা (\"123.5\") হিসেবে সন্নিবেশ করাতে হবে।"
+
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"par_id3150358\n"
+"9\n"
+"help.text"
+msgid "This function always rounds the fractional part of a number to the nearest integer."
+msgstr "এই ফাংশনটি সবসময় একটি সংখ্যার ভগ্নাংশকে কাছাকাছি একটি ইনটিজার পূর্ণসংখ্যায় রূপান্তর করে থাকে।"
+
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"hd_id3145419\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"tit\n"
+"help.text"
+msgid "DateAdd Function [Runtime]"
+msgstr "DateAdd Function [Runtime]"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"bm_id6269417\n"
+"help.text"
+msgid "<bookmark_value>DateAdd function</bookmark_value>"
+msgstr "<bookmark_value>DateAdd function</bookmark_value>"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10548\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030110.xhp\">DateAdd Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030110.xhp\">DateAdd Function [Runtime]</link>"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10558\n"
+"help.text"
+msgid "Adds a date interval to a given date a number of times and returns the resulting date."
+msgstr "একটি প্রদত্ত তারিখে কয়েকবার তারিখের বিরতী সংযোজন করা হয় এবং ফলাফলের তারিখ প্রদান করে।"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN1055B\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN1055F\n"
+"help.text"
+msgid "DateAdd (Add, Count, Date)"
+msgstr "DateAdd (Add, Count, Date)"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN1061E\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10622\n"
+"help.text"
+msgid "A Variant containing a date."
+msgstr "তারিখ ধারণ কারী একটি ভেরিয়েন্ট।"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10625\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10629\n"
+"help.text"
+msgid "Add - A string expression from the following table, specifying the date interval."
+msgstr "সংযোজন - নিচের সারণি থেকে তারিখ বিরতী উল্লেখকারী একটি স্ট্রিং এক্সপ্রেশন।"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10636\n"
+"help.text"
+msgid "Add (string value)"
+msgstr "সংযোজন (স্ট্রিং মান)"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN1063C\n"
+"help.text"
+msgid "Explanation"
+msgstr "ব্যাখ্যা"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10643\n"
+"help.text"
+msgid "yyyy"
+msgstr "yyyy"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10649\n"
+"help.text"
+msgid "Year"
+msgstr "বছর"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10650\n"
+"help.text"
+msgid "q"
+msgstr "q"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10656\n"
+"help.text"
+msgid "Quarter"
+msgstr "চতুর্থাংশ"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN1065D\n"
+"help.text"
+msgid "m"
+msgstr "m"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10663\n"
+"help.text"
+msgid "Month"
+msgstr "মাস"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN1066A\n"
+"help.text"
+msgid "y"
+msgstr "y"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10670\n"
+"help.text"
+msgid "Day of year"
+msgstr "বছরের দিন"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10677\n"
+"help.text"
+msgid "w"
+msgstr "w"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN1067D\n"
+"help.text"
+msgid "Weekday"
+msgstr "কর্মদিবস"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10684\n"
+"help.text"
+msgid "ww"
+msgstr "ww"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN1068A\n"
+"help.text"
+msgid "Week of year"
+msgstr "বছরের সপ্তাহ"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10691\n"
+"help.text"
+msgid "d"
+msgstr "d"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN10697\n"
+"help.text"
+msgid "Day"
+msgstr "দিন"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN1069E\n"
+"help.text"
+msgid "h"
+msgstr "h"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN106A4\n"
+"help.text"
+msgid "Hour"
+msgstr "ঘন্টা"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN106AB\n"
+"help.text"
+msgid "n"
+msgstr "n"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN106B1\n"
+"help.text"
+msgid "Minute"
+msgstr "মিনিট"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN106B8\n"
+"help.text"
+msgid "s"
+msgstr "s"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN106BE\n"
+"help.text"
+msgid "Second"
+msgstr "সেকেন্ড"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN106C1\n"
+"help.text"
+msgid "Count - A numerical expression specifying how often the Add interval will be added (Count is positive) or subtracted (Count is negative)."
+msgstr "গণনা - কত সময় পরপর \"বিরতী যোগ\" সংযোজন (গণনার ধ্বনাত্বক মান) অথবা বিয়োগ (গণনার ঋনাত্মক মান ) করা হবে তা উল্লেখকারী সংখ্যাসূচক এক্সপ্রেশন।"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN106C4\n"
+"help.text"
+msgid "Date - A given date or the name of a Variant variable containing a date. The Add value will be added Count times to this value."
+msgstr "তারিখ - একটি প্রদত্ত তারিখ অথবা তারিখ ধারণকারী ভেরিয়েন্ট ভেরিয়েবল। \"মান যোগ\" গণনার সমান সংখ্যক পরিমাণ সময় মানের সাথে সংযোজিত হবে।"
+
+#: 03030110.xhp
+msgctxt ""
+"03030110.xhp\n"
+"par_idN106C7\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefBool Statement [Runtime]"
+msgstr "DefBool Statement [Runtime]"
+
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"bm_id3145759\n"
+"help.text"
+msgid "<bookmark_value>DefBool statement</bookmark_value>"
+msgstr "<bookmark_value>DefBool statement</bookmark_value>"
+
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"hd_id3145759\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101100.xhp\" name=\"DefBool Statement [Runtime]\">DefBool Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101100.xhp\" name=\"DefBool Statement [Runtime]\">DefBool Statement [Runtime]</link>"
+
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"par_id3153089\n"
+"2\n"
+"help.text"
+msgid "If no type-declaration character or keyword is specified, the DefBool statement sets the default data type for variables, according to a letter range."
+msgstr "যদি কোন টাইপ ডিক্লেয়ার করার অক্ষর অথবা কীওয়ার্ড উল্লেখিত না থাকে তাহলে ভেরিয়েবলের জন্য DefBool স্টেটমেন্টের মাধ্যমে পূর্বনির্ধারিত ডাটা টাইপ নির্ধারিত হয়, বর্ণের পরিসীমা অনুযায়ী।"
+
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"hd_id3149495\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"par_id3150682\n"
+"4\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Characterrange1[, Characterrange2[,...]]"
+
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"hd_id3159201\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"par_id3147226\n"
+"6\n"
+"help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
+msgstr "<emph>Characterrange:</emph> ভেরিয়েবলের পরিসর উল্লেখকারী বর্ণ যা আপনি পূর্বনির্ধারিত ডাটা টাইপের জন্য নির্ধারণ করতে চান।"
+
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"par_id3149178\n"
+"7\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr "<emph>xxx:</emph> কীওয়ার্ড যা পূর্বনির্ধারিত ভেরিয়েবল ধরন নির্ধারণ করে:"
+
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"par_id3150669\n"
+"8\n"
+"help.text"
+msgid "<emph>Keyword: </emph>Default variable type"
+msgstr "<emph>কীওয়ার্ড: </emph>পূর্বনির্ধারিত ভেরিয়েবল ধরন"
+
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"par_id3149233\n"
+"9\n"
+"help.text"
+msgid "<emph>DefBool:</emph> Boolean"
+msgstr "<emph>DefBool:</emph> বুলিয়ান"
+
+#: 03101100.xhp
+msgctxt ""
+"03101100.xhp\n"
+"hd_id3149762\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03101100.xhp
+#, fuzzy
+msgctxt ""
+"03101100.xhp\n"
+"par_id3156152\n"
+"12\n"
+"help.text"
+msgid "' Prefix definition for variable types:"
+msgstr "ভেরিয়েবলের জন্য REM প্রিফিক্স বর্ণনা:"
+
+#: 03101100.xhp
+#, fuzzy
+msgctxt ""
+"03101100.xhp\n"
+"par_id3151381\n"
+"22\n"
+"help.text"
+msgid "bOK=TRUE ' bOK is an implicit boolean variable"
+msgstr "bOK=TRUE REM bOK একটি ইমপ্লিসিট বুলিয়ান ভেরিয়েবল"
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"tit\n"
+"help.text"
+msgid "SetAttr Statement [Runtime]"
+msgstr "SetAttr Statement [Runtime]"
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"bm_id3147559\n"
+"help.text"
+msgid "<bookmark_value>SetAttr statement</bookmark_value>"
+msgstr "<bookmark_value>SetAttr statement</bookmark_value>"
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"hd_id3147559\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020414.xhp\" name=\"SetAttr Statement [Runtime]\">SetAttr Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020414.xhp\" name=\"SetAttr Statement [Runtime]\">SetAttr Statement [Runtime]</link>"
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3147264\n"
+"2\n"
+"help.text"
+msgid "Sets the attribute information for a specified file."
+msgstr "উল্লে‌খিত ফাইলের জন্য বৈশিষ্ট্যের তথ্য নির্ধারণ করে।"
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"hd_id3150359\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3154365\n"
+"4\n"
+"help.text"
+msgid "SetAttr FileName As String, Attribute As Integer"
+msgstr "SetAttr FileName As String, Attribute As Integer"
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"hd_id3125863\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3154909\n"
+"6\n"
+"help.text"
+msgid "FileName: Name of the file, including the path, that you want to test attributes of. If you do not enter a path, <emph>SetAttr</emph> searches for the file in the current directory. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+msgstr "FileName: আপনি যে ফাইলের বৈশিষ্ট্য পরীক্ষা করতে চান পাথ সহ তার নাম। আপনি যদি একটি পাথ সন্নিবেশ না করান, তাহলে <emph>SetAttr</emph> এর মাধ্যমে বর্তমান ডিরেক্টরিতে একটি ফাইল অনুসন্ধান করা যায়। আপনি <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL নোটেশন</link>ও ব্যবহার করতে পারেন।"
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3153192\n"
+"7\n"
+"help.text"
+msgid "<emph>Attribute:</emph> Bit pattern defining the attributes that you want to set or to clear:"
+msgstr "<emph>বৈশিষ্ট্য:</emph> আপনি যে বৈশিষ্ট্য নির্ধারণ অথবা অপসারণ করতে চান তার বিট প্যাটার্ন:"
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3145786\n"
+"8\n"
+"help.text"
+msgid "<emph>Value</emph>"
+msgstr "<emph>মান</emph>"
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3152596\n"
+"9\n"
+"help.text"
+msgid "0 : Normal files."
+msgstr "0 : স্বাভাবিক ফাইল।"
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3149262\n"
+"10\n"
+"help.text"
+msgid "1 : Read-only files."
+msgstr "1 : শুধুমাত্র পাঠযোগ্য ফাইল।"
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3152576\n"
+"13\n"
+"help.text"
+msgid "32 : File was changed since last backup (Archive bit)."
+msgstr "32 : সর্বশেষ ব্যাকআপ হতে ফাইল পরিবর্তিত হয়েছে (আর্কাইভ বিট)।"
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"par_id3153093\n"
+"14\n"
+"help.text"
+msgid "You can set multiple attributes by combining the respective values with a logic OR statement."
+msgstr "লজিক OR স্টেটমেন্টের সাহায্যে সংশ্লিষ্ট মান একত্রিকরণের মাধ্যমে একাধিক বৈশিষ্ট্য নির্ধারণ করতে পারেন।"
+
+#: 03020414.xhp
+msgctxt ""
+"03020414.xhp\n"
+"hd_id3147434\n"
+"15\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03020414.xhp
+#, fuzzy
+msgctxt ""
+"03020414.xhp\n"
+"par_id3148645\n"
+"17\n"
+"help.text"
+msgid "On Error GoTo ErrorHandler ' Define target for error handler"
+msgstr "On Error Goto ErrorHandler REM ত্রুটি হ্যান্ডলারের লক্ষ্য নির্ধারণ করে থাকে"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"tit\n"
+"help.text"
+msgid "GoTo Statement [Runtime]"
+msgstr "GoTo Statement [Runtime]"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"bm_id3159413\n"
+"help.text"
+msgid "<bookmark_value>GoTo statement</bookmark_value>"
+msgstr "<bookmark_value>GoTo statement</bookmark_value>"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"hd_id3159413\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo Statement [Runtime]\">GoTo Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo Statement [Runtime]\">GoTo Statement [Runtime]</link>"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3153379\n"
+"2\n"
+"help.text"
+msgid "Continues program execution within a Sub or Function at the procedure line indicated by a label."
+msgstr "একটি লেবেল দ্বারা নির্দেশিত প্রসিজার লাইনে একটি সাব অথবা ফাংশনের মধ্যে প্রোগ্রাম চালনা বহাল রাখুন।"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"hd_id3149656\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3154367\n"
+"4\n"
+"help.text"
+msgid "see Parameters"
+msgstr "প্যারামিটার দেখুন"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"hd_id3150870\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3156214\n"
+"6\n"
+"help.text"
+msgid "Sub/Function"
+msgstr "সাব/ফাংশন"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3156424\n"
+"7\n"
+"help.text"
+msgid "statement block"
+msgstr "স্টেটমেন্ট ব্লক"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3154685\n"
+"8\n"
+"help.text"
+msgid "Label1"
+msgstr "লেবেল1"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3145786\n"
+"9\n"
+"help.text"
+msgid "<emph>Label2:</emph>"
+msgstr "<emph>লেবেল2:</emph>"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3161832\n"
+"10\n"
+"help.text"
+msgid "statement block"
+msgstr "statement block"
+
+#: 03090302.xhp
+#, fuzzy
+msgctxt ""
+"03090302.xhp\n"
+"par_id3146120\n"
+"11\n"
+"help.text"
+msgid "Exit Sub"
+msgstr "Exit Sub"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3150010\n"
+"12\n"
+"help.text"
+msgid "<emph>Label1:</emph>"
+msgstr "<emph>লেবেল1:</emph>"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3152462\n"
+"13\n"
+"help.text"
+msgid "statement block"
+msgstr "statement block"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3149664\n"
+"14\n"
+"help.text"
+msgid "GoTo Label2"
+msgstr "GoTo Label2"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3152886\n"
+"15\n"
+"help.text"
+msgid "End Sub/Function"
+msgstr "End Sub/Function"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3152596\n"
+"16\n"
+"help.text"
+msgid "Use the GoTo statement to instruct $[officename] Basic to continue program execution at another place within the procedure. The position must be indicated by a label. To set a label, assign a name, and then and end it with a colon (\":\")."
+msgstr "প্রসিজারের মধ্যে অন্য একটি স্থানে প্রোগ্রাম চালনা বহাল রাখার জন্য $[officename] বেসিকে নির্দেশনা প্রদানের উদ্দেশ্যে GoTo স্টেটমেন্টটি ব্যবহার করা হয়। অবস্থানটি অবশ্যই একটি লেবেলের মাধ্যমে নির্দেশ করতে হবে। একটি লেবেল নির্ধারণ করার জন্য, একটি নাম প্রদান করুন এবং তারপর এটি একটি কোলন (\":\") দ্বারা শেষ করুন।"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id3155416\n"
+"17\n"
+"help.text"
+msgid "You cannot use the GoTo statement to jump out of a Sub or Function."
+msgstr "আপনি সাব অথবা ফাংশন থেকে অবস্থান পরিবর্তন করে বাইরে যাওয়ার জন্য GoTo স্টেটমেন্টটি ব্যবহার করতে পারেন না।"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"hd_id3154731\n"
+"19\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03090302.xhp
+msgctxt ""
+"03090302.xhp\n"
+"par_id6967035\n"
+"help.text"
+msgid "see Parameters"
+msgstr "প্যারামিটার দেখুন"
+
+#: 03080700.xhp
+msgctxt ""
+"03080700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Expression Signs"
+msgstr "এক্সপ্রেশন প্রতীক"
+
+#: 03080700.xhp
+msgctxt ""
+"03080700.xhp\n"
+"hd_id3150702\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080700.xhp\" name=\"Expression Signs\">Expression Signs</link>"
+msgstr "<link href=\"text/sbasic/shared/03080700.xhp\" name=\"Expression Signs\">এক্সপ্রেশন প্রতীক</link>"
+
+#: 03080700.xhp
+msgctxt ""
+"03080700.xhp\n"
+"par_id3148668\n"
+"2\n"
+"help.text"
+msgid "This function returns the algebraic sign of a numeric expression."
+msgstr "এই ফাংশনটি একটি সংখ্যাসূচক এক্সপ্রেশনের বীজগাণিতীক প্রতীক প্রদান করে।"
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"tit\n"
+"help.text"
+msgid "RSet Statement [Runtime]"
+msgstr "RSet Statement [Runtime]"
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"bm_id3153345\n"
+"help.text"
+msgid "<bookmark_value>RSet statement</bookmark_value>"
+msgstr "<bookmark_value>RSet statement</bookmark_value>"
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"hd_id3153345\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet Statement [Runtime]</link>"
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3150503\n"
+"2\n"
+"help.text"
+msgid "Right-aligns a string within a string variable, or copies a user-defined variable type into another."
+msgstr "স্ট্রিং চলকের মধ্যে একটি স্ট্রিংকে ডান প্রান্তিক, অথবা একটি ব্যবহারকারী-নির্ধারিত চলকের ধরনকে আরেকটি ধরনে অনুলিপি করা হয়।"
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"hd_id3149234\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3150669\n"
+"4\n"
+"help.text"
+msgid "RSet Text As String = Text or RSet Variable1 = Variable2"
+msgstr "RSet Text As String = Text or RSet Variable1 = Variable2"
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"hd_id3156024\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3148552\n"
+"6\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string variable."
+msgstr "<emph>টেক্সট:</emph> যে কোন স্ট্রিং চলক।"
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3154924\n"
+"7\n"
+"help.text"
+msgid "<emph>Text</emph>: String that you want to right-align in the string variable."
+msgstr "<emph>পাঠ্য</emph>: স্ট্রিং চলকে যে স্ট্রিংটিকে আপনি ডান প্রান্তিক করতে চান।"
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3149456\n"
+"8\n"
+"help.text"
+msgid "<emph>Variable1:</emph> User-defined variable that is the target for the copied variable."
+msgstr "<emph>Variable1:</emph> ব্যবহারকারী নির্ধারিত চলক যা অনুলিপিকৃত চলকের লক্ষ্য।"
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3153381\n"
+"9\n"
+"help.text"
+msgid "<emph>Variable2:</emph> User-defined variable that you want to copy to another variable."
+msgstr "<emph>Variable2:</emph> ব্যবহারকারী নির্ধারিত চলক যা আপনি অন্য চলকে অনুলিপি করতে চান।"
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3154140\n"
+"10\n"
+"help.text"
+msgid "If the string is shorter than the string variable, <emph>RSet</emph> aligns the string to the right within the string variable. Any remaining characters in the string variable are replaced with spaces. If the string is longer than the string variable, characters exceeding the length of the variable are truncated, and only the remaining characters are right-aligned within the string variable."
+msgstr "যদি ষ্ট্রিংটি ষ্ট্রিং ভেরিয়েবল অপেক্ষা ছোট হয়, তাহলে <emph>RSet</emph> ষ্ট্রিং ভেরিয়েবলের মধ্যে ষ্ট্রিং ডান প্রান্তিক করে থাকে। ষ্ট্রিং ভেরিয়েবলের অবশিষ্ট অবস্থান ফাঁকা স্থান দ্বারা প্রতিস্থাপিত হয়। যদি ষ্ট্রিংটি ষ্ট্রিং ভেরিয়েবল অপেক্ষা দীর্ঘ হয়, তাহলে ভেরিয়েবলের দৈর্ঘ্যে অতিক্রম করলে অক্ষরটি ছেঁটে ছোট করা হয়, এবং শুধুমাত্র অবশিষ্ট অক্ষরসমূহ স্ট্রিং ভেরিয়েবলের মধ্যে ডান প্রান্তিক করা হয়।"
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3149202\n"
+"11\n"
+"help.text"
+msgid "You can also use the <emph>RSet statement</emph> to assign variables of one user-defined type to another."
+msgstr "একটি ব্যবহারকারী নির্ধারিত ধরন থেকে অন্যটিতে চলক বরাদ্দ করতে আপনি <emph>RSet স্টেটমেন্ট</emph> ব্যবহার করতে পারেন।"
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"par_id3151042\n"
+"12\n"
+"help.text"
+msgid "The following example uses the <emph>RSet</emph> and <emph>LSet</emph> statements to modify the left and right alignment of a string."
+msgstr "একটি ষ্ট্রিং এর বাম এবং ডান প্রান্তিককরণ পরিবর্তন করতে নিচের উদাহরণটিতে <emph>RSet</emph>এবং <emph>LSet</emph> স্টেটমেন্ট ব্যবহার করা হয়।"
+
+#: 03120308.xhp
+msgctxt ""
+"03120308.xhp\n"
+"hd_id3154909\n"
+"13\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03120308.xhp
+#, fuzzy
+msgctxt ""
+"03120308.xhp\n"
+"par_id3155856\n"
+"20\n"
+"help.text"
+msgid "' Right-align \"SBX\" in a 40-character string"
+msgstr "৪০-অক্ষর স্ট্রিং এর REM ডান-প্রান্তিক \"SBX\""
+
+#: 03120308.xhp
+#, fuzzy
+msgctxt ""
+"03120308.xhp\n"
+"par_id3152577\n"
+"21\n"
+"help.text"
+msgid "' Replace asterisks with spaces"
+msgstr "REM একটি ফাঁকা স্থান তারকা চিহ্নের মাধ্যমে প্রতিস্থাপিত করে"
+
+#: 03120308.xhp
+#, fuzzy
+msgctxt ""
+"03120308.xhp\n"
+"par_id3145801\n"
+"32\n"
+"help.text"
+msgid "' Left-align \"SBX\" in a 40-character string"
+msgstr "৪০-অক্ষর স্ট্রিং এর REM বাম-প্রান্তিক \"SBX\""
+
+#: 03080200.xhp
+msgctxt ""
+"03080200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Exponential and Logarithmic Functions"
+msgstr "সূচকীয় এবং লগারিদমিক ফাংশন"
+
+#: 03080200.xhp
+msgctxt ""
+"03080200.xhp\n"
+"hd_id3154758\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080200.xhp\" name=\"Exponential and Logarithmic Functions\">Exponential and Logarithmic Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03080200.xhp\" name=\"Exponential and Logarithmic Functions\">সূচকীয় এবং লগারিদমিক ফাংশন</link>"
+
+#: 03080200.xhp
+msgctxt ""
+"03080200.xhp\n"
+"par_id3148550\n"
+"2\n"
+"help.text"
+msgid "$[officename] Basic supports the following exponential and logarithmic functions."
+msgstr "$[officename] বেসিক নিম্নের সূচকীয় এবং লগারদমিক ফাংশন সমর্থন করে।"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"tit\n"
+"help.text"
+msgid "The Basic Editor"
+msgstr "প্রাথমিক সম্পাদক"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"bm_id3148647\n"
+"help.text"
+msgid "<bookmark_value>saving;Basic code</bookmark_value><bookmark_value>loading;Basic code</bookmark_value><bookmark_value>Basic editor</bookmark_value><bookmark_value>navigating;in Basic projects</bookmark_value><bookmark_value>long lines;in Basic editor</bookmark_value><bookmark_value>lines of text;in Basic editor</bookmark_value><bookmark_value>continuation;long lines in editor</bookmark_value>"
+msgstr "<bookmark_value>saving;Basic code</bookmark_value><bookmark_value>loading;Basic code</bookmark_value><bookmark_value>Basic editor</bookmark_value><bookmark_value>navigating;in Basic projects</bookmark_value><bookmark_value>long lines;in Basic editor</bookmark_value><bookmark_value>lines of text;in Basic editor</bookmark_value><bookmark_value>continuation;long lines in editor</bookmark_value>"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"hd_id3147264\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01030200.xhp\" name=\"The Basic Editor\">The Basic Editor</link>"
+msgstr "<link href=\"text/sbasic/shared/01030200.xhp\" name=\"The Basic Editor\">মূল সম্পাদক</link>"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3145069\n"
+"3\n"
+"help.text"
+msgid "The Basic Editor provides the standard editing functions you are familiar with when working in a text document. It supports the functions of the <emph>Edit</emph> menu (Cut, Delete, Paste), the ability to select text with the Shift key, as well as cursor positioning functions (for example, moving from word to word with <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and the arrow keys)."
+msgstr "পাঠ্য নথিতে কাজ করার সময়, বেসিক সম্পাদকে বিদ্যমান আদর্শ সম্পাদনা ফাংশনগুলো আপনার কাছে পরিচিত। এটি <emph>সম্পাদনা</emph> মেনু (কাটুন, মুছে ফেলুন, প্রতিলেপন করুন) এর ফাংশন, Shift কী চাপার মাধ্যমে পাঠ্য নির্বাচন করার সামর্থ্য, একই সাথে কার্সরের অবস্থান নির্ধারণের ফাংশন (উদাহরণস্বরূপ, <switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড</caseinline><defaultinline>Ctrl</defaultinline></switchinline> এবং তীর কী এর মাধ্যমে শব্দ থেকে শব্দে চলাচল করার জন্য) সমর্থন করা থাকে।"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3154686\n"
+"31\n"
+"help.text"
+msgid "Long lines can be split into several parts by inserting a space and an underline character _ as the last two characters of a line. This connects the line with the following line to one logical line. (If \"Option Compatible\" is used in the same Basic module, the line continuation feature is also valid for comment lines.)"
+msgstr "একটি লাইনের শেষ দুই অক্ষর হিসেবে একটি ফাঁকা স্থান এবং একটি নিম্নরেখাঙ্কন _ অক্ষর সন্নিবেশ করানোর মাধ্যমে একটি দীর্ঘ লাইন কয়েকটি অংশে ভাগ করা যায়। এটি একটি লজিকাল লাইনে নিম্নলিখিত লাইনের সঙ্গে লাইনটিকে সংযুক্ত করে। (যদি \"অপশন উপযুক্ত\" মূল মডিউলে ব্যবহৃত হয়, তাহলে লাইনের ধারাবাহিকতার বৈশিষ্ট্য মন্তব্য লাইনের জন্যও কার্যকর।)"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3151042\n"
+"32\n"
+"help.text"
+msgid "If you press the <emph>Run BASIC</emph> icon on the <emph>Macro</emph> bar, program execution starts at the first line of the Basic editor. The program executes the first Sub or Function and then program execution stops. The \"Sub Main\" does not take precedence on program execution."
+msgstr "যদি আপনি <emph>ম্যাক্রো</emph> বারে <emph>BASIC চালান</emph> চাপেন, তাহলে প্রোগ্রাম কার্যকারিতা মূল সম্পাদকের প্রথম লাইনে শুরু হয়। প্রোগ্রাম প্রথম Sub অথবা ফাংশন সম্পাদনা করে এবং এরপর প্রোগ্রাম সম্পাদনা বন্ধ হয়ে যায়। \"Sub Main\" ফাংশনটি প্রোগ্রাম সম্পাদনায় অগ্রাধিকার পায়না।"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id59816\n"
+"help.text"
+msgid "Insert your Basic code between the Sub Main and End Sub lines that you see when you first open the IDE. Alternatively, delete all lines and then enter your own Basic code."
+msgstr "Sub Main এবং End Sub লাইনের মাঝে আপনার মূল কোড সন্নিবেশ করান যা আপনি প্রথমে IDE খুললে দেখতে পাবেন। বিকল্প হিসেবে, সমস্ত লাইন মুছে ফেলুন এবং তারপর আপনার নিজের মূল কোড সন্নিবেশ করান।"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"hd_id3125863\n"
+"4\n"
+"help.text"
+msgid "Navigating in a Project"
+msgstr "একটি প্রকল্পে ন্যাভিগেট করা হচ্ছে"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"hd_id3145785\n"
+"6\n"
+"help.text"
+msgid "The Library List"
+msgstr "লাইব্রেরির তালিকা"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3146120\n"
+"7\n"
+"help.text"
+msgid "Select a library from the <emph>Library</emph> list at the left of the toolbar to load the library in the editor. The first module of the selected library will be displayed."
+msgstr "সম্পাদকে লাইব্রেরি লোড করতে টুলবারের বামে <emph>লাইব্রেরি</emph> তালিকা থেকে একটি লাইব্রেরি নির্বাচন করুন। নির্বাচিত লাইব্রেরির প্রথম মডিউলটি প্রদর্শিত হবে।"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"hd_id3153190\n"
+"8\n"
+"help.text"
+msgid "The Object Catalog"
+msgstr "বস্তুর ক্যাটালগ"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"hd_id3148647\n"
+"15\n"
+"help.text"
+msgid "Saving and Loading Basic Source Code"
+msgstr "বেসিক সোর্স কোড সংরক্ষণ এবং লোড করা হচ্ছে"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3154320\n"
+"16\n"
+"help.text"
+msgid "You can save Basic code in a text file for saving and importing in other programming systems."
+msgstr "অন্য প্রোগ্রামিং সিস্টেমে সংরক্ষণ এবং ইমপোর্ট করার জন্য আপনি মূল কোড একটি পাঠ্য ফাইলে সংরক্ষণ করতে পারেন।"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3149959\n"
+"25\n"
+"help.text"
+msgid "You cannot save Basic dialogs to a text file."
+msgstr "আপনি একটি পাঠ্য ফাইলে মূল ডায়ালগ সংরক্ষণ করতে পারেন না।"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"hd_id3149403\n"
+"17\n"
+"help.text"
+msgid "Saving Source Code to a Text File"
+msgstr "একটি টেক্সট ফাইলে সোর্স কোড সংরক্ষণ করা হচ্ছে"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3150327\n"
+"18\n"
+"help.text"
+msgid "Select the module that you want to export as text from the object catalog."
+msgstr "বস্তুর ক্যাটালগ থেকে একটি মডিউল নির্বাচন করুন যা আপনি পাঠ্য হিসেবে এক্সপোর্ট করতে চান।"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3150752\n"
+"19\n"
+"help.text"
+msgid "Click the <emph>Save Source As</emph> icon in the Macro toolbar."
+msgstr "ম্যাক্রো টুলবারে <emph>নতুনভাবে উৎস সংরক্ষণ</emph> আইকনে ক্লিক করুন।"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3154754\n"
+"20\n"
+"help.text"
+msgid "Select a file name and click <emph>OK</emph> to save the file."
+msgstr "একটি ফাইলের নাম নির্বাচন করুন এবং <emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"hd_id3159264\n"
+"21\n"
+"help.text"
+msgid "Loading Source Code From a Text File"
+msgstr "একটি টেক্সট ফাইল হতে সোর্স কোড লোড করা হচ্ছে"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3147343\n"
+"22\n"
+"help.text"
+msgid "Select the module where you want to import the source code from the object catalog."
+msgstr "একটি মডিউল নির্বাচন করুন যেখানে আপনি বস্তুর ক্যাটালগ থেকে সোর্স কোড ইমপোর্ট করতে চান।"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3145230\n"
+"23\n"
+"help.text"
+msgid "Position the cursor where you want to insert the program code."
+msgstr "আপনি যেখানে একটি প্রোগ্রাম কোড সন্নিবেশ করাতে চান সেখানে কার্সারটি নির্দেশ করুন।"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3149565\n"
+"24\n"
+"help.text"
+msgid "Click the <emph>Insert Source Text</emph> icon in the Macro toolbar."
+msgstr "ম্যাক্রো টুলবারে <emph>উৎসের পাঠ্য সন্নিবেশ</emph> আইকনে ক্লিক করুন।"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3154020\n"
+"33\n"
+"help.text"
+msgid "Select the text file containing the source code and click <emph>OK</emph>."
+msgstr "সোর্স কোড সম্বলিত পাঠ্য ফাইল নির্বাচন করুন এবং <emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: 01030200.xhp
+msgctxt ""
+"01030200.xhp\n"
+"par_id3153198\n"
+"29\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01050000.xhp\" name=\"Basic IDE\">Basic IDE</link>"
+msgstr "<link href=\"text/sbasic/shared/01050000.xhp\" name=\"Basic IDE\">বেসিক IDE</link>"
+
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefVar Statement [Runtime]"
+msgstr "DefVar Statement [Runtime]"
+
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"bm_id3143267\n"
+"help.text"
+msgid "<bookmark_value>DefVar statement</bookmark_value>"
+msgstr "<bookmark_value>DefVar statement</bookmark_value>"
+
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"hd_id3143267\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102000.xhp\" name=\"DefVar Statement [Runtime]\">DefVar Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03102000.xhp\" name=\"DefVar Statement [Runtime]\">DefVar Statement [Runtime]</link>"
+
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"par_id3153825\n"
+"2\n"
+"help.text"
+msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
+msgstr "বর্ণের পরিসীমা অনুসারে পূর্বনির্ধারিত ভেরিয়েবল ধরন নির্ধারিত হয়, যদি কোন টাইপ ডিক্লেয়ার করার অক্ষর অথবা কীওয়ার্ড উল্লেখিত না থাকে।"
+
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"hd_id3154143\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"par_id3149514\n"
+"4\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Characterrange1[, Characterrange2[,...]]"
+
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"hd_id3156024\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"par_id3147560\n"
+"6\n"
+"help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
+msgstr "<emph>Characterrange:</emph> ভেরিয়েবলের পরিসর উল্লেখকারী বর্ণ যা আপনি পূর্বনির্ধারিত ডাটা টাইপের জন্য নির্ধারণ করতে চান।"
+
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"par_id3148552\n"
+"7\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr "<emph>xxx:</emph> কীওয়ার্ড যা পূর্বনির্ধারিত ভেরিয়েবল ধরন নির্ধারণ করে:"
+
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"par_id3153524\n"
+"8\n"
+"help.text"
+msgid "<emph>Keyword: </emph>Default variable type"
+msgstr "<emph>কীওয়ার্ড: </emph>পূর্বনির্ধারিত ভেরিয়েবল ধরন"
+
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"par_id3150767\n"
+"9\n"
+"help.text"
+msgid "<emph>DefVar:</emph> Variant"
+msgstr "<emph>DefVar:</emph> ভ্যারিয়েন্ট"
+
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"hd_id3151041\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03102000.xhp
+#, fuzzy
+msgctxt ""
+"03102000.xhp\n"
+"par_id3156214\n"
+"11\n"
+"help.text"
+msgid "' Prefix definitions for variable types:"
+msgstr "ভেরিয়েবল ধরনের জন্য REM প্রিফিক্সের বর্ণনা:"
+
+#: 03102000.xhp
+#, fuzzy
+msgctxt ""
+"03102000.xhp\n"
+"par_id3154012\n"
+"21\n"
+"help.text"
+msgid "vDiv=99 ' vDiv is an implicit variant"
+msgstr "vDiv=99 REM vDiv একটি ইমপ্লিসিট ভ্যারিয়েন্ট"
+
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"par_id3146121\n"
+"22\n"
+"help.text"
+msgid "vDiv=\"Hello world\""
+msgstr "vDiv=\"Hello world\""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"tit\n"
+"help.text"
+msgid "Information"
+msgstr "তথ্য"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"hd_id3148550\n"
+"1\n"
+"help.text"
+msgid "Information"
+msgstr "তথ্য"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153381\n"
+"102\n"
+"help.text"
+msgid "You can set the locale used for controlling the formatting numbers, dates and currencies in $[officename] Basic in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>. In Basic format codes, the decimal point (<emph>.</emph>) is always used as <emph>placeholder</emph> for the decimal separator defined in your locale and will be replaced by the corresponding character."
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150870\n"
+"103\n"
+"help.text"
+msgid "The same applies to the locale settings for date, time and currency formats. The Basic format code will be interpreted and displayed according to your locale setting."
+msgstr "তারিখ, সময় এবং মুদ্রার বিন্যাসের জন্য স্থানীয় সেটিং এ একই বিন্যাস প্রয়োগ করা হয়। এই মূল বিন্যাস কোডটি আপনার স্থানীয় সেটিং অনুযায়ী ব্যাখ্যা করা এবং প্রদর্শন করা হবে।"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3156424\n"
+"2\n"
+"help.text"
+msgid "The color values of the 16 basic colors are as follows:"
+msgstr "১৬টি মৌলিক রঙের মান নিম্নরূপ:"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153091\n"
+"3\n"
+"help.text"
+msgid "<emph>Color Value</emph>"
+msgstr "<emph>রঙের মান</emph>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154319\n"
+"4\n"
+"help.text"
+msgid "<emph>Color Name</emph>"
+msgstr "<emph>রঙের নাম</emph>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3151112\n"
+"5\n"
+"help.text"
+msgid "0"
+msgstr "0"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3155854\n"
+"6\n"
+"help.text"
+msgid "Black"
+msgstr "কালো"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154942\n"
+"7\n"
+"help.text"
+msgid "128"
+msgstr "128"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154731\n"
+"8\n"
+"help.text"
+msgid "Blue"
+msgstr "নীল"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3145645\n"
+"9\n"
+"help.text"
+msgid "32768"
+msgstr "32768"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3149400\n"
+"10\n"
+"help.text"
+msgid "Green"
+msgstr "সবুজ"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150753\n"
+"11\n"
+"help.text"
+msgid "32896"
+msgstr "32896"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153765\n"
+"12\n"
+"help.text"
+msgid "Cyan"
+msgstr "সায়ান"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154756\n"
+"13\n"
+"help.text"
+msgid "8388608"
+msgstr "8388608"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3159266\n"
+"14\n"
+"help.text"
+msgid "Red"
+msgstr "লাল"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3163807\n"
+"15\n"
+"help.text"
+msgid "8388736"
+msgstr "8388736"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3145150\n"
+"16\n"
+"help.text"
+msgid "Magenta"
+msgstr "ম্যাজেন্টা"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3147002\n"
+"17\n"
+"help.text"
+msgid "8421376"
+msgstr "8421376"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3152778\n"
+"18\n"
+"help.text"
+msgid "Yellow"
+msgstr "হলুদ"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150088\n"
+"19\n"
+"help.text"
+msgid "8421504"
+msgstr "8421504"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3159239\n"
+"20\n"
+"help.text"
+msgid "White"
+msgstr "সাদা"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150206\n"
+"21\n"
+"help.text"
+msgid "12632256"
+msgstr "12632256"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3149817\n"
+"22\n"
+"help.text"
+msgid "Gray"
+msgstr "ধূসর"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150363\n"
+"23\n"
+"help.text"
+msgid "255"
+msgstr "255"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154576\n"
+"24\n"
+"help.text"
+msgid "Light blue"
+msgstr "হালকা নীল"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150367\n"
+"25\n"
+"help.text"
+msgid "65280"
+msgstr "65280"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150202\n"
+"26\n"
+"help.text"
+msgid "Light green"
+msgstr "হালকা সবুজ"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154487\n"
+"27\n"
+"help.text"
+msgid "65535"
+msgstr "65535"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3151332\n"
+"28\n"
+"help.text"
+msgid "Light cyan"
+msgstr "হালকা সায়ান"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3148702\n"
+"29\n"
+"help.text"
+msgid "16711680"
+msgstr "16711680"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153067\n"
+"30\n"
+"help.text"
+msgid "Light red"
+msgstr "হালকা লাল"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153912\n"
+"31\n"
+"help.text"
+msgid "16711935"
+msgstr "16711935"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3159097\n"
+"32\n"
+"help.text"
+msgid "Light magenta"
+msgstr "হালকা ম্যাজেন্টা"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3155266\n"
+"33\n"
+"help.text"
+msgid "16776960"
+msgstr "16776960"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3157978\n"
+"34\n"
+"help.text"
+msgid "Light yellow"
+msgstr "হালকা হলুদ"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153286\n"
+"35\n"
+"help.text"
+msgid "16777215"
+msgstr "16777215"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3151302\n"
+"36\n"
+"help.text"
+msgid "Transparent white"
+msgstr "স্বচ্ছ সাদা"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"hd_id3152869\n"
+"37\n"
+"help.text"
+msgid "<variable id=\"errorcode\">Error Codes</variable>"
+msgstr "<variable id=\"errorcode\">ত্রুটি কোড </variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id315509599\n"
+"help.text"
+msgid "<variable id=\"err1\">1 An exception occurred</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3155095\n"
+"38\n"
+"help.text"
+msgid "<variable id=\"err2\">2 Syntax error</variable>"
+msgstr "<variable id=\"err51\">51 Internal error </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3149126\n"
+"39\n"
+"help.text"
+msgid "<variable id=\"err3\">3 Return without Gosub</variable>"
+msgstr "<variable id=\"err3\">3 Return without Gosub </variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153976\n"
+"40\n"
+"help.text"
+msgid "<variable id=\"err4\">4 Incorrect entry; please retry</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150891\n"
+"41\n"
+"help.text"
+msgid "<variable id=\"err5\">5 Invalid procedure call</variable>"
+msgstr "<variable id=\"err5\">5 Invalid procedure call </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3159227\n"
+"42\n"
+"help.text"
+msgid "<variable id=\"err6\">6 Overflow</variable>"
+msgstr "<variable id=\"err6\">6 Overflow </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154649\n"
+"43\n"
+"help.text"
+msgid "<variable id=\"err7\">7 Not enough memory</variable>"
+msgstr "<variable id=\"err7\">7 Out of memory </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150050\n"
+"44\n"
+"help.text"
+msgid "<variable id=\"err8\">8 Array already dimensioned</variable>"
+msgstr "<variable id=\"err8\">8 Array already dimensioned </variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3148900\n"
+"45\n"
+"help.text"
+msgid "<variable id=\"err9\">9 Index out of defined range</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153806\n"
+"46\n"
+"help.text"
+msgid "<variable id=\"err10\">10 Duplicate definition</variable>"
+msgstr "<variable id=\"err10\">10 Duplicate definition </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3146963\n"
+"47\n"
+"help.text"
+msgid "<variable id=\"err11\">11 Division by zero</variable>"
+msgstr "<variable id=\"err11\">11 Division by zero </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153013\n"
+"48\n"
+"help.text"
+msgid "<variable id=\"err12\">12 Variable not defined</variable>"
+msgstr "<variable id=\"err12\">12 Variable undefined </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3155593\n"
+"49\n"
+"help.text"
+msgid "<variable id=\"err13\">13 Data type mismatch</variable>"
+msgstr "<variable id=\"err13\">13 Type mismatch </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3151197\n"
+"50\n"
+"help.text"
+msgid "<variable id=\"err14\">14 Invalid parameter</variable>"
+msgstr "<variable id=\"err14\">14 Invalid parameter </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154710\n"
+"51\n"
+"help.text"
+msgid "<variable id=\"err18\">18 Process interrupted by user</variable>"
+msgstr "<variable id=\"err18\">18 User interrupt occurred </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3147504\n"
+"52\n"
+"help.text"
+msgid "<variable id=\"err20\">20 Resume without error</variable>"
+msgstr "<variable id=\"err20\">20 Resume without error </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3145319\n"
+"53\n"
+"help.text"
+msgid "<variable id=\"err28\">28 Not enough stack memory</variable>"
+msgstr "<variable id=\"err28\">28 Out of stack space </variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3146110\n"
+"54\n"
+"help.text"
+msgid "<variable id=\"err35\">35 Sub-procedure or function procedure not defined</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3147246\n"
+"55\n"
+"help.text"
+msgid "<variable id=\"err48\">48 Error loading DLL file</variable>"
+msgstr "<variable id=\"err48\">48 Error in loading DLL </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3146101\n"
+"56\n"
+"help.text"
+msgid "<variable id=\"err49\">49 Wrong DLL call convention</variable>"
+msgstr "<variable id=\"err49\">49 Bad DLL calling convention </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153957\n"
+"57\n"
+"help.text"
+msgid "<variable id=\"err51\">51 Internal error</variable>"
+msgstr "<variable id=\"err51\">51 Internal error </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154404\n"
+"58\n"
+"help.text"
+msgid "<variable id=\"err52\">52 Invalid file name or file number</variable>"
+msgstr "<variable id=\"err52\">52 Bad file name or number </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3151338\n"
+"59\n"
+"help.text"
+msgid "<variable id=\"err53\">53 File not found</variable>"
+msgstr "<variable id=\"err53\">53 File not found </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3147298\n"
+"60\n"
+"help.text"
+msgid "<variable id=\"err54\">54 Incorrect file mode</variable>"
+msgstr "<variable id=\"err54\">54 Bad file mode </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3148747\n"
+"61\n"
+"help.text"
+msgid "<variable id=\"err55\">55 File already open</variable>"
+msgstr "<variable id=\"err55\">55 File already open </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3145233\n"
+"62\n"
+"help.text"
+msgid "<variable id=\"err57\">57 Device I/O error</variable>"
+msgstr "<variable id=\"err57\">57 Device I/O error </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3156399\n"
+"63\n"
+"help.text"
+msgid "<variable id=\"err58\">58 File already exists</variable>"
+msgstr "<variable id=\"err58\">58 File already exists </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3149324\n"
+"64\n"
+"help.text"
+msgid "<variable id=\"err59\">59 Incorrect record length</variable>"
+msgstr "<variable id=\"err59\">59 Bad record length </variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3147409\n"
+"65\n"
+"help.text"
+msgid "<variable id=\"err61\">61 Disk or hard drive full</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3149146\n"
+"66\n"
+"help.text"
+msgid "<variable id=\"err62\">62 Reading exceeds EOF</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150456\n"
+"67\n"
+"help.text"
+msgid "<variable id=\"err63\">63 Incorrect record number</variable>"
+msgstr "<variable id=\"err63\">63 Bad record number </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3146883\n"
+"68\n"
+"help.text"
+msgid "<variable id=\"err67\">67 Too many files</variable>"
+msgstr "<variable id=\"err67\">67 Too many files </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3146818\n"
+"69\n"
+"help.text"
+msgid "<variable id=\"err68\">68 Device not available</variable>"
+msgstr "<variable id=\"err68\">68 Device not available </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3145225\n"
+"70\n"
+"help.text"
+msgid "<variable id=\"err70\">70 Access denied</variable>"
+msgstr "<variable id=\"err70\">70 Permission denied </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150372\n"
+"71\n"
+"help.text"
+msgid "<variable id=\"err71\">71 Disk not ready</variable>"
+msgstr "<variable id=\"err71\">৭১ ডিস্কটি প্রস্তুত নয় </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3148894\n"
+"72\n"
+"help.text"
+msgid "<variable id=\"err73\">73 Not implemented</variable>"
+msgstr "<variable id=\"err73\">73 Feature not implemented </variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3152981\n"
+"73\n"
+"help.text"
+msgid "<variable id=\"err74\">74 Renaming on different drives impossible</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3149355\n"
+"74\n"
+"help.text"
+msgid "<variable id=\"err75\">75 Path/file access error</variable>"
+msgstr "<variable id=\"err75\">75 Path/file access error </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150477\n"
+"75\n"
+"help.text"
+msgid "<variable id=\"err76\">76 Path not found</variable>"
+msgstr "<variable id=\"err76\">76 Path not found </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154678\n"
+"76\n"
+"help.text"
+msgid "<variable id=\"err91\">91 Object variable not set</variable>"
+msgstr "<variable id=\"err91\">91 Object variable not set </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3149890\n"
+"77\n"
+"help.text"
+msgid "<variable id=\"err93\">93 Invalid string pattern</variable>"
+msgstr "<variable id=\"err93\">93 Invalid pattern string </variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3146942\n"
+"78\n"
+"help.text"
+msgid "<variable id=\"err94\">94 Use of zero not permitted</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469429\n"
+"help.text"
+msgid "<variable id=\"err250\">250 DDE Error</variable>"
+msgstr "<variable id=\"err51\">51 Internal error </variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469428\n"
+"help.text"
+msgid "<variable id=\"err280\">280 Awaiting response to DDE connection</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469427\n"
+"help.text"
+msgid "<variable id=\"err281\">281 No DDE channels available</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469426\n"
+"help.text"
+msgid "<variable id=\"err282\">282 No application responded to DDE connect initiation</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469425\n"
+"help.text"
+msgid "<variable id=\"err283\">283 Too many applications responded to DDE connect initiation</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469424\n"
+"help.text"
+msgid "<variable id=\"err284\">284 DDE channel locked</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469423\n"
+"help.text"
+msgid "<variable id=\"err285\">285 External application cannot execute DDE operation</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469422\n"
+"help.text"
+msgid "<variable id=\"err286\">286 Timeout while waiting for DDE response</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469421\n"
+"help.text"
+msgid "<variable id=\"err287\">287 user pressed ESCAPE during DDE operation</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469420\n"
+"help.text"
+msgid "<variable id=\"err288\">288 External application busy</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469419\n"
+"help.text"
+msgid "<variable id=\"err289\">289 DDE operation without data</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469418\n"
+"help.text"
+msgid "<variable id=\"err290\">290 Data are in wrong format</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469417\n"
+"help.text"
+msgid "<variable id=\"err291\">291 External application has been terminated</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469416\n"
+"help.text"
+msgid "<variable id=\"err292\">292 DDE connection interrupted or modified</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469415\n"
+"help.text"
+msgid "<variable id=\"err293\">293 DDE method invoked with no channel open</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469414\n"
+"help.text"
+msgid "<variable id=\"err294\">294 Invalid DDE link format</variable>"
+msgstr "<variable id=\"err94\">94 Invalid use of Null </variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469413\n"
+"help.text"
+msgid "<variable id=\"err295\">295 DDE message has been lost</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469412\n"
+"help.text"
+msgid "<variable id=\"err296\">296 Paste link already performed</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469411\n"
+"help.text"
+msgid "<variable id=\"err297\">297 Link mode cannot be set due to invalid link topic</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31469410\n"
+"help.text"
+msgid "<variable id=\"err298\">298 DDE requires the DDEML.DLL file</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150028\n"
+"79\n"
+"help.text"
+msgid "<variable id=\"err323\">323 Module cannot be loaded; invalid format</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3148434\n"
+"80\n"
+"help.text"
+msgid "<variable id=\"err341\">341 Invalid object index</variable>"
+msgstr "<variable id=\"err341\">341 Invalid object index </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3143219\n"
+"81\n"
+"help.text"
+msgid "<variable id=\"err366\">366 Object is not available</variable>"
+msgstr "<variable id=\"err68\">68 Device not available </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3144744\n"
+"82\n"
+"help.text"
+msgid "<variable id=\"err380\">380 Incorrect property value</variable>"
+msgstr "<variable id=\"err380\">380 Bad property value </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3147420\n"
+"83\n"
+"help.text"
+msgid "<variable id=\"err382\">382 This property is read-only</variable>"
+msgstr "<variable id=\"err382\">382 Property is read only </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3147472\n"
+"84\n"
+"help.text"
+msgid "<variable id=\"err394\">394 This property is write-only</variable>"
+msgstr "<variable id=\"err394\">394 Property is write only </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3148583\n"
+"85\n"
+"help.text"
+msgid "<variable id=\"err420\">420 Invalid object reference</variable>"
+msgstr "<variable id=\"err420\">420 Invalid object reference </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3153329\n"
+"86\n"
+"help.text"
+msgid "<variable id=\"err423\">423 Property or method not found</variable>"
+msgstr "<variable id=\"err423\">423 Property or method not found </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3148738\n"
+"87\n"
+"help.text"
+msgid "<variable id=\"err424\">424 Object required</variable>"
+msgstr "<variable id=\"err424\">424 Object required </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3159084\n"
+"88\n"
+"help.text"
+msgid "<variable id=\"err425\">425 Invalid use of an object</variable>"
+msgstr "<variable id=\"err425\">425 Invalid use of object </variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3146806\n"
+"89\n"
+"help.text"
+msgid "<variable id=\"err430\">430 OLE Automation is not supported by this object</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3146130\n"
+"90\n"
+"help.text"
+msgid "<variable id=\"err438\">438 This property or method is not supported by the object</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154374\n"
+"91\n"
+"help.text"
+msgid "<variable id=\"err440\">440 OLE automation error</variable>"
+msgstr "<variable id=\"err440\">440 OLE automation error </variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3149685\n"
+"92\n"
+"help.text"
+msgid "<variable id=\"err445\">445 This action is not supported by given object</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150282\n"
+"93\n"
+"help.text"
+msgid "<variable id=\"err446\">446 Named arguments are not supported by given object</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id3150142\n"
+"94\n"
+"help.text"
+msgid "<variable id=\"err447\">447 The current locale setting is not supported by the given object</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3152771\n"
+"95\n"
+"help.text"
+msgid "<variable id=\"err448\">448 Named argument not found</variable>"
+msgstr "<variable id=\"err448\">448 Named argument not found </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3145145\n"
+"96\n"
+"help.text"
+msgid "<variable id=\"err449\">449 Argument is not optional</variable>"
+msgstr "<variable id=\"err449\">449 Argument not optional </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154399\n"
+"97\n"
+"help.text"
+msgid "<variable id=\"err450\">450 Invalid number of arguments</variable>"
+msgstr "<variable id=\"err450\">450 Wrong number of arguments </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3146137\n"
+"98\n"
+"help.text"
+msgid "<variable id=\"err451\">451 Object is not a list</variable>"
+msgstr "<variable id=\"err451\">451 Object not a collection </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3149507\n"
+"99\n"
+"help.text"
+msgid "<variable id=\"err452\">452 Invalid ordinal number</variable>"
+msgstr "<variable id=\"err452\">452 Invalid ordinal </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3154566\n"
+"100\n"
+"help.text"
+msgid "<variable id=\"err453\">453 Specified DLL function not found</variable>"
+msgstr "<variable id=\"err453\">453 Specified DLL function not found </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id3145595\n"
+"101\n"
+"help.text"
+msgid "<variable id=\"err460\">460 Invalid clipboard format</variable>"
+msgstr "<variable id=\"err460\">460 Invalid clipboard format </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455951\n"
+"help.text"
+msgid "<variable id=\"err951\">951 Unexpected symbol:</variable>"
+msgstr "<variable id=\"err12\">12 Variable undefined </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455952\n"
+"help.text"
+msgid "<variable id=\"err952\">952 Expected:</variable>"
+msgstr "<variable id=\"err12\">12 Variable undefined </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455953\n"
+"help.text"
+msgid "<variable id=\"err953\">953 Symbol expected</variable>"
+msgstr "<variable id=\"err12\">12 Variable undefined </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455954\n"
+"help.text"
+msgid "<variable id=\"err954\">954 Variable expected</variable>"
+msgstr "<variable id=\"err12\">12 Variable undefined </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455955\n"
+"help.text"
+msgid "<variable id=\"err955\">955 Label expected</variable>"
+msgstr "<variable id=\"err12\">12 Variable undefined </variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455956\n"
+"help.text"
+msgid "<variable id=\"err956\">956 Value cannot be applied</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455957\n"
+"help.text"
+msgid "<variable id=\"err957\">957 Variable already defined</variable>"
+msgstr "<variable id=\"err55\">55 File already open </variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455958\n"
+"help.text"
+msgid "<variable id=\"err958\">958 Sub procedure or function procedure already defined</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455959\n"
+"help.text"
+msgid "<variable id=\"err959\">959 Label already defined</variable>"
+msgstr "<variable id=\"err55\">55 File already open </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455960\n"
+"help.text"
+msgid "<variable id=\"err960\">960 Variable not found</variable>"
+msgstr "<variable id=\"err53\">53 File not found </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455961\n"
+"help.text"
+msgid "<variable id=\"err961\">961 Array or procedure not found</variable>"
+msgstr "<variable id=\"err76\">76 Path not found </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455962\n"
+"help.text"
+msgid "<variable id=\"err962\">962 Procedure not found</variable>"
+msgstr "<variable id=\"err76\">76 Path not found </variable>"
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455963\n"
+"help.text"
+msgid "<variable id=\"err963\">963 Label undefined</variable>"
+msgstr "<variable id=\"err12\">12 Variable undefined </variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455964\n"
+"help.text"
+msgid "<variable id=\"err964\">964 Unknown data type</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455965\n"
+"help.text"
+msgid "<variable id=\"err965\">965 Exit expected</variable>"
+msgstr "<variable id=\"err12\">12 Variable undefined </variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455966\n"
+"help.text"
+msgid "<variable id=\"err966\">966 Statement block still open: missing</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455967\n"
+"help.text"
+msgid "<variable id=\"err967\">967 Parentheses do not match</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455968\n"
+"help.text"
+msgid "<variable id=\"err968\">968 Symbol already defined differently</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455969\n"
+"help.text"
+msgid "<variable id=\"err969\">969 Parameters do not correspond to procedure</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455970\n"
+"help.text"
+msgid "<variable id=\"err970\">970 Invalid character in number</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455971\n"
+"help.text"
+msgid "<variable id=\"err971\">971 Array must be dimensioned</variable>"
+msgstr "<variable id=\"err8\">8 Array already dimensioned </variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455972\n"
+"help.text"
+msgid "<variable id=\"err972\">972 Else/Endif without If</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455973\n"
+"help.text"
+msgid "<variable id=\"err973\">973 not allowed within a procedure</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455974\n"
+"help.text"
+msgid "<variable id=\"err974\">974 not allowed outside a procedure</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455975\n"
+"help.text"
+msgid "<variable id=\"err975\">975 Dimension specifications do not match</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455976\n"
+"help.text"
+msgid "<variable id=\"err976\">976 Unknown option:</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455977\n"
+"help.text"
+msgid "<variable id=\"err977\">977 Constant redefined</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455978\n"
+"help.text"
+msgid "<variable id=\"err978\">978 Program too large</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455979\n"
+"help.text"
+msgid "<variable id=\"err979\">979 Strings or arrays not permitted</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455980\n"
+"help.text"
+msgid "<variable id=\"err1000\">1000 Object does not have this property</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455981\n"
+"help.text"
+msgid "<variable id=\"err1001\">1001 Object does not have this method</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455982\n"
+"help.text"
+msgid "<variable id=\"err1002\">1002 Required argument lacking</variable>"
+msgstr ""
+
+#: 00000003.xhp
+#, fuzzy
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455983\n"
+"help.text"
+msgid "<variable id=\"err1003\">1003 Invalid number of arguments</variable>"
+msgstr "<variable id=\"err450\">450 Wrong number of arguments </variable>"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455984\n"
+"help.text"
+msgid "<variable id=\"err1004\">1004 Error executing a method</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455985\n"
+"help.text"
+msgid "<variable id=\"err1005\">1005 Unable to set property</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id31455986\n"
+"help.text"
+msgid "<variable id=\"err1006\">1006 Unable to determine property</variable>"
+msgstr ""
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"tit\n"
+"help.text"
+msgid "Mid Function, Mid Statement [Runtime]"
+msgstr "Mid Function, Mid Statement [Runtime]"
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"bm_id3143268\n"
+"help.text"
+msgid "<bookmark_value>Mid function</bookmark_value><bookmark_value>Mid statement</bookmark_value>"
+msgstr "<bookmark_value>Mid function</bookmark_value><bookmark_value>Mid statement</bookmark_value>"
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"hd_id3143268\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120306.xhp\" name=\"Mid Function, Mid Statement [Runtime]\">Mid Function, Mid Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120306.xhp\" name=\"Mid Function, Mid Statement [Runtime]\">Mid Function, Mid Statement [Runtime]</link>"
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3148473\n"
+"2\n"
+"help.text"
+msgid "Returns the specified portion of a string expression (<emph>Mid function</emph>), or replaces the portion of a string expression with another string (<emph>Mid statement</emph>)."
+msgstr "একটি স্ট্রিং এক্সপ্রেশনের উল্লেখিত অংশ প্রদান করে থাকে (<emph>মধ্যবর্তী ফাংশন</emph>), অথবা অন্য একটি স্ট্রিং এর মাধ্যমে স্ট্রিংটির অংশ প্রতিস্থাপন করে থাকে (<emph>মধ্যবর্তী স্টেটমেন্ট </emph>)।"
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"hd_id3154285\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3147530\n"
+"4\n"
+"help.text"
+msgid "Mid (Text As String, Start As Long [, Length As Long]) or Mid (Text As String, Start As Long , Length As Long, Text As String)"
+msgstr "Mid (Text As String, Start As Long [, Length As Long]) or Mid (Text As String, Start As Long , Length As Long, Text As String)"
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"hd_id3145068\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3149295\n"
+"6\n"
+"help.text"
+msgid "String (only by Function)"
+msgstr "String (only by Function)"
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"hd_id3154347\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3148664\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that you want to modify."
+msgstr "<emph>লেখ:</emph> যেকোনো স্ট্রিং এক্সপ্রেশন যা আপনি পরিবর্তন করতে চান।"
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3150359\n"
+"9\n"
+"help.text"
+msgid "<emph>Start: </emph>Numeric expression that indicates the character position within the string where the string portion that you want to replace or to return begins. The maximum allowed value is 65535."
+msgstr "<emph>শুরু: </emph> সংখ্যাসূচক এক্সপ্রেশন যা ষ্ট্রিং এর মধ্যে অক্ষরের অবস্থান নির্দেশ করে যেখানে আপনি প্রতিস্থাপন করতে চান অথবা প্রদান শুরু করতে চান এমন ষ্ট্রিং এর অংশটি বিদ্যমান। সর্বোচ্চ অনুমোদিত মান হলো ৬৫৫৩৫।"
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3148451\n"
+"10\n"
+"help.text"
+msgid "<emph>Length:</emph> Numeric expression that returns the number of characters that you want to replace or return. The maximum allowed value is 65535."
+msgstr "<emph>দৈর্ঘ্য:</emph> সংখ্যাসূচক এক্সপ্রেশন যা আপনি যতসংখ্যক অক্ষর প্রতিস্থাপন অথবা প্রদান করতে চান তা প্রদান করে থাকে। অনুমোদিত সর্বোচ্চ মান হলো ৬৫৫৩৫।"
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3125864\n"
+"11\n"
+"help.text"
+msgid "If the Length parameter in the <emph>Mid function</emph> is omitted, all characters in the string expression from the start position to the end of the string are returned."
+msgstr "যদি <emph>মধ্যবর্তী ফাংশন</emph> এর দৈর্ঘ্য প্যারামিটার বাদ দেয়া হয় তাহলে ষ্ট্রিং এক্সপ্রেশনর শুরুর অবস্থান থেকে ষ্ট্রিং এর শেষ পর্যন্ত সব অক্ষর প্রদান করা হয়।"
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3144762\n"
+"12\n"
+"help.text"
+msgid "If the Length parameter in the <emph>Mid statement</emph> is less than the length of the text that you want to replace, the text is reduced to the specified length."
+msgstr "আপনি যে পাঠ্যটি প্রতিস্থাপন করতে চান তার দৈর্ঘ্য যদি <emph>মধ্যবর্তী স্টেটমেন্ট</emph> এর দৈর্ঘ্য প্যারামিটার চেয়ে বড় হয় তাহলে পাঠ্যটি উল্লেখিত দৈর্ঘ্যে হ্রাস পায়।"
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3150769\n"
+"13\n"
+"help.text"
+msgid "<emph>Text:</emph> The string to replace the string expression (<emph>Mid statement</emph>)."
+msgstr "<emph>পাঠ্য:</emph> স্ট্রিং এক্সপ্রেশন প্রতিস্থাপন করতে স্ট্রিং (<emph> মধ্যবর্তী স্টেটমেন্ট</emph>)।"
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"hd_id3149560\n"
+"14\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03120306.xhp
+msgctxt ""
+"03120306.xhp\n"
+"par_id3153189\n"
+"18\n"
+"help.text"
+msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
+msgstr "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
+
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"tit\n"
+"help.text"
+msgid "Year Function [Runtime]"
+msgstr "Year Function [Runtime]"
+
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"bm_id3148664\n"
+"help.text"
+msgid "<bookmark_value>Year function</bookmark_value>"
+msgstr "<bookmark_value>Year function</bookmark_value>"
+
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"hd_id3148664\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year Function [Runtime]\">Year Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year Function [Runtime]\">Year Function [Runtime]</link>"
+
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"par_id3149655\n"
+"2\n"
+"help.text"
+msgid "Returns the year from a serial date number that is generated by the DateSerial or the DateValue function."
+msgstr "DateSerial অথবা DateValue ফাংশন দ্বারা প্রকাশিত ক্রমিক তারিখ থেকে বছর প্রদান করে।"
+
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"hd_id3154125\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"par_id3147229\n"
+"4\n"
+"help.text"
+msgid "Year (Number)"
+msgstr "বছর (সংখ্যা)"
+
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"hd_id3154685\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"par_id3153970\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"hd_id3150440\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"par_id3163712\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Integer expression that contains the serial date number that is used to calculate the year."
+msgstr "<emph>ক্রম:</emph> ইনটিজার এক্সপ্রেশন যা বছর গণনা করার জন্য ব্যবহৃত ক্রমিক তারিখ সংখ্যা ধারণ করে থাকে।"
+
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"par_id3152596\n"
+"9\n"
+"help.text"
+msgid "This function is the opposite of the <emph>DateSerial </emph>function, and returns the year of a serial date. For example, the expression:"
+msgstr "এই ফাংশনটি <emph>DateSerial </emph> ফাংশনের বিপরীত এবং একটি ক্রমিক তারিখের বছর প্রদান করে থাকে। যেমন, এক্সপ্রেশনটি:"
+
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"par_id3149483\n"
+"11\n"
+"help.text"
+msgid "returns the value 1994."
+msgstr "মান ১৯৯৪ প্রদান করে।"
+
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"hd_id3146985\n"
+"12\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03030106.xhp
+msgctxt ""
+"03030106.xhp\n"
+"par_id3153363\n"
+"14\n"
+"help.text"
+msgid "MsgBox \"\" & Year(Now) ,64,\"Current year\""
+msgstr "MsgBox \"\" & Year(Now) ,64,\"Current year\""
+
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"tit\n"
+"help.text"
+msgid "Abs Function [Runtime]"
+msgstr "Abs Function [Runtime]"
+
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"bm_id3159201\n"
+"help.text"
+msgid "<bookmark_value>Abs function</bookmark_value>"
+msgstr "<bookmark_value>Abs function</bookmark_value>"
+
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"hd_id3159201\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080601.xhp\" name=\"Abs Function [Runtime]\">Abs Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080601.xhp\" name=\"Abs Function [Runtime]\">Abs Function [Runtime]</link>"
+
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"par_id3153394\n"
+"2\n"
+"help.text"
+msgid "Returns the absolute value of a numeric expression."
+msgstr "একটি সংখ্যাসূচক এক্সপ্রেশনের পরম মান প্রদান করে।"
+
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"hd_id3149233\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"par_id3147573\n"
+"4\n"
+"help.text"
+msgid "Abs (Number)"
+msgstr "Abs (Number)"
+
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"hd_id3156152\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"par_id3149670\n"
+"6\n"
+"help.text"
+msgid "Double"
+msgstr "Double"
+
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"hd_id3154924\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"par_id3154347\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Any numeric expression that you want to return the absolute value for. Positive numbers, including 0, are returned unchanged, whereas negative numbers are converted to positive numbers."
+msgstr "<emph>সংখ্যা:</emph> যেকোনো সংখ্যাসূচক এক্সপ্রেশন যার পরম মান প্রদান করতে চান। ধ্বনাত্মক সংখ্যা, 0 সহ, অপরিবর্তীতভাবে প্রদান করে থাকে, যেখানে ঋনাত্মক সংখ্যাসমূহ ধ্বনাত্মক সংখ্যাতে রূপান্তরিত হয়।"
+
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"par_id3153381\n"
+"9\n"
+"help.text"
+msgid "The following example uses the Abs function to calculate the difference between two values. It does not matter which value you enter first."
+msgstr "নিচের উদাহরণটিতে দুইটি মানের মধ্যে পার্থক্য গণনা করার জন্য Abs ফাংশনটি ব্যবহার করা হয়। আপনি প্রথমে যেকোনো মান সন্নিবেশ করাতে পারেন।"
+
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"hd_id3148451\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03080601.xhp
+#, fuzzy
+msgctxt ""
+"03080601.xhp\n"
+"par_id3145786\n"
+"14\n"
+"help.text"
+msgid "siW1 = Int(InputBox$ (\"Please enter the first amount\",\"Value Input\"))"
+msgstr "siW1 = Int(InputBox$ (\"Please enter the first amount\",\"Value input\"))"
+
+#: 03080601.xhp
+#, fuzzy
+msgctxt ""
+"03080601.xhp\n"
+"par_id3149561\n"
+"15\n"
+"help.text"
+msgid "siW2 = Int(InputBox$ (\"Please enter the second amount\",\"Value Input\"))"
+msgstr "siW2 = Int(InputBox$ (\"Please enter the second amount\",\"Value input\"))"
+
+#: 03080601.xhp
+msgctxt ""
+"03080601.xhp\n"
+"par_id3145750\n"
+"16\n"
+"help.text"
+msgid "Print \"The difference is \"; Abs(siW1 - siW2)"
+msgstr "Print \"The difference is \"; Abs(siW1 - siW2)"
+
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"tit\n"
+"help.text"
+msgid "IsMissing function [Runtime]"
+msgstr "IsMissing function [Runtime]"
+
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"bm_id3153527\n"
+"help.text"
+msgid "<bookmark_value>IsMissing function</bookmark_value>"
+msgstr "<bookmark_value>IsMissing function</bookmark_value>"
+
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"hd_id3153527\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03104000.xhp\" name=\"IsMissing function [Runtime]\">IsMissing function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03104000.xhp\" name=\"IsMissing function [Runtime]\">IsMissing function [Runtime]</link>"
+
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"par_id3153825\n"
+"2\n"
+"help.text"
+msgid "Tests if a function is called with an optional parameter."
+msgstr "যদি একটি ঐচ্ছিক প্যারামিটারের সাহায্যে একটি ফাংশন কল করা হয় তাহলে পরীক্ষা করা হবে।"
+
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"par_id3150669\n"
+"3\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03104100.xhp\" name=\"Optional\">Optional</link>"
+msgstr "আরও দেখুন: <link href=\"text/sbasic/shared/03104100.xhp\" name=\"Optional\">ঐচ্ছিক</link>"
+
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"hd_id3145611\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"par_id3154924\n"
+"5\n"
+"help.text"
+msgid "IsMissing( ArgumentName )"
+msgstr "IsMissing( ArgumentName )"
+
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"hd_id3145069\n"
+"6\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"par_id3149457\n"
+"7\n"
+"help.text"
+msgid "<emph>ArgumentName:</emph> the name of an optional argument."
+msgstr "<emph>ArgumentName:</emph> একটি ঐচ্ছিক আর্গুমেন্টের নাম।"
+
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"par_id3150398\n"
+"8\n"
+"help.text"
+msgid "If the IsMissing function is called by the ArgumentName, then True is returned."
+msgstr "যদি IsMissing ফাংশনটি ArgumentName দ্বারা কল করা হয়, তাহলে True প্রদান করা হয়।"
+
+#: 03104000.xhp
+msgctxt ""
+"03104000.xhp\n"
+"par_id3148798\n"
+"9\n"
+"help.text"
+msgid "See also <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Examples\">Examples</link>."
+msgstr "<link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Examples\">উদাহরণ</link> দেখুন।"
+
+#: main0601.xhp
+msgctxt ""
+"main0601.xhp\n"
+"tit\n"
+"help.text"
+msgid "$[officename] Basic Help"
+msgstr "$[officename] বেসিক সহায়তা"
+
+#: main0601.xhp
+msgctxt ""
+"main0601.xhp\n"
+"hd_id3154232\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/main0601.xhp\" name=\"$[officename] Basic Help\">%PRODUCTNAME Basic Help</link>"
+msgstr "<link href=\"text/sbasic/shared/main0601.xhp\" name=\"$[officename] Basic Help\">%PRODUCTNAME বেসিক সহায়তা</link>"
+
+#: main0601.xhp
+#, fuzzy
+msgctxt ""
+"main0601.xhp\n"
+"par_id3153894\n"
+"4\n"
+"help.text"
+msgid "%PRODUCTNAME %PRODUCTVERSION provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit <link href=\"http://api.libreoffice.org/\" name=\"http://api.libreoffice.org\">http://api.libreoffice.org</link>"
+msgstr "%PRODUCTNAME %PRODUCTVERSION টি একটি অ্যাপ্লিকেশন প্রোগ্রামিং ইন্টারফেস (API) সরবরাহ করে থাকে যা $[officename] সফ্টওয়্যার উন্নয়ন কিট (SDK) ব্যবহার করে বিভিন্ন প্রোগ্রামিং ভাষার সাহায্যে $[officename] কম্পোনেন্ট নিয়ন্ত্রণ অনুমোদন করে থাকে। $[officename] API এবং সফ্টওয়্যার উন্নয়ন কিট সম্পর্কিত আরও তথ্যের জন্য, <link href=\"http://api.openoffice.org/\" name=\"http://api.openoffice.org\">http://api.openoffice.org</link> পরিদর্শন করুন"
+
+#: main0601.xhp
+msgctxt ""
+"main0601.xhp\n"
+"par_id3147226\n"
+"10\n"
+"help.text"
+msgid "This help section explains the most common runtime functions of %PRODUCTNAME Basic. For more in-depth information please refer to the <link href=\"http://wiki.documentfoundation.org/Documentation/BASIC_Guide\">OpenOffice.org BASIC Programming Guide</link> on the Wiki."
+msgstr ""
+
+#: main0601.xhp
+msgctxt ""
+"main0601.xhp\n"
+"hd_id3146957\n"
+"9\n"
+"help.text"
+msgid "Working with %PRODUCTNAME Basic"
+msgstr "%PRODUCTNAME বেসিক নিয়ে কাজ করা হচ্ছে"
+
+#: main0601.xhp
+msgctxt ""
+"main0601.xhp\n"
+"hd_id3148473\n"
+"7\n"
+"help.text"
+msgid "Help about the Help"
+msgstr "সহায়য়িকা সম্পর্কিত সহায়তা"
+
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"tit\n"
+"help.text"
+msgid "Rem Statement [Runtime]"
+msgstr "Rem Statement [Runtime]"
+
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"bm_id3154347\n"
+"help.text"
+msgid "<bookmark_value>Rem statement</bookmark_value><bookmark_value>comments;Rem statement</bookmark_value>"
+msgstr "<bookmark_value>Rem statement</bookmark_value><bookmark_value>comments;Rem statement</bookmark_value>"
+
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"hd_id3154347\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090407.xhp\" name=\"Rem Statement [Runtime]\">Rem Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090407.xhp\" name=\"Rem Statement [Runtime]\">Rem Statement [Runtime]</link>"
+
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"par_id3153525\n"
+"2\n"
+"help.text"
+msgid "Specifies that a program line is a comment."
+msgstr "একটি প্রোগ্রাম লাইনকে মন্তব্য হিসেবে উল্লেখ করে।"
+
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"hd_id3153360\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"par_id3154141\n"
+"4\n"
+"help.text"
+msgid "Rem Text"
+msgstr "Rem Text"
+
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"hd_id3151042\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"par_id3150869\n"
+"6\n"
+"help.text"
+msgid "<emph>Text:</emph> Any text that serves as a comment."
+msgstr "<emph>Text:</emph> যেকোনো লেখা যা মন্তব্য হিসেবে কাজ করে।"
+
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"par_id3147318\n"
+"7\n"
+"help.text"
+msgid "You can use the single quotation mark instead of the Rem keyword to indicate that the text on a line is comments. This symbol can be inserted directly to the right of the program code, followed by a comment."
+msgstr "একটি লাইনে বিদ্যমান লেখাটি মন্তব্য নির্দেশ করার জন্য Rem কীওয়ার্ডের পরিবর্তে একক উদ্ধৃতি চিহ্ন ব্যবহার করতে পারেন। এই প্রতীকটি প্রোগ্রাম কোডের ডানে মন্তব্যের পরে সরাসরি সন্নিবেশ করানো যায়।"
+
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"par_id6187017\n"
+"help.text"
+msgid "You can use a space followed by the underline character _ as the last two characters of a line to continue the logical line on the next line. To continue comment lines, you must enter \"Option Compatible\" in the same Basic module."
+msgstr "লাইনের শেষ দুইটি অক্ষর হিসেবে নিম্নলেখ অক্ষর _ দ্বারা অনুসরণকারী একটি ফাঁকা স্থান ব্যবহার করতে পারেন যাতে পরবর্তী লাইনে লজিক্যাল লাইন বহাল রাখা যায়। মন্তব্যের লাইনটি বহাল রাখার জন্য, আপনাকে অবশ্যই একই বেসিক মডিউলে \"অপশন উপযুক্ত\" সন্নিবেশ করাতে হবে।"
+
+#: 03090407.xhp
+msgctxt ""
+"03090407.xhp\n"
+"hd_id3150012\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03090407.xhp
+#, fuzzy
+msgctxt ""
+"03090407.xhp\n"
+"par_id3153140\n"
+"13\n"
+"help.text"
+msgid "' Nothing occurs here"
+msgstr "REM এখানে কিছু সংঘটিত হয় না"
+
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefStr Statement [Runtime]"
+msgstr "DefStr Statement [Runtime]"
+
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"bm_id6161381\n"
+"help.text"
+msgid "<bookmark_value>DefStr statement</bookmark_value>"
+msgstr "<bookmark_value>DefStr statement</bookmark_value>"
+
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN10577\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101140.xhp\">DefStr Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101140.xhp\">DefStr Statement [Runtime]</link>"
+
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN10587\n"
+"help.text"
+msgid "If no type-declaration character or keyword is specified, the DefStr statement sets the default variable type, according to a letter range."
+msgstr "যদি কোন টাইপ ডিক্লেয়ার করার অক্ষর অথবা কীওয়ার্ড উল্লেখিত না থাকে তাহলে ভেরিয়েবলের জন্য DefStr স্টেটমেন্টের মাধ্যমে পূর্বনির্ধারিত ডাটা টাইপ নির্ধারিত হয়, বর্ণের পরিসীমা অনুযায়ী।"
+
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN1058A\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN1058E\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Characterrange1[, Characterrange2[,...]]"
+
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN10595\n"
+"help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+msgstr "<emph>Characterrange:</emph> ভেরিয়েবলের পরিসর উল্লেখকারী বর্ণ যা আপনি পূর্বনির্ধারিত ডাটা টাইপের জন্য নির্ধারণ করতে চান।"
+
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN1059C\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr "<emph>xxx:</emph> কীওয়ার্ড যা পূর্বনির্ধারিত ভেরিয়েবল ধরন নির্ধারণ করে:"
+
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN105A3\n"
+"help.text"
+msgid "<emph>Keyword:</emph> Default variable type"
+msgstr "<emph>কীওয়ার্ড:</emph> পূর্বনির্ধারিত ভেরিয়েবল ধরন"
+
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN105AA\n"
+"help.text"
+msgid "<emph>DefStr:</emph> String"
+msgstr "<emph>DefStr:</emph> স্ট্রিং"
+
+#: 03101140.xhp
+msgctxt ""
+"03101140.xhp\n"
+"par_idN105B1\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03101140.xhp
+#, fuzzy
+msgctxt ""
+"03101140.xhp\n"
+"par_idN105B5\n"
+"help.text"
+msgid "' Prefix definitions for variable types:"
+msgstr "ভেরিয়েবল ধরনের জন্য REM প্রিফিক্সের বর্ণনা:"
+
+#: 03101140.xhp
+#, fuzzy
+msgctxt ""
+"03101140.xhp\n"
+"par_idN105D3\n"
+"help.text"
+msgid "sStr=String ' sStr is an implicit string variable"
+msgstr "sStr=String REM sStr একটি ইমপ্লিসিট স্ট্রিং ভেরিয়েবল"
+
+#: 03060000.xhp
+msgctxt ""
+"03060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Logical Operators"
+msgstr "লজিক্যাল অপারেটর"
+
+#: 03060000.xhp
+msgctxt ""
+"03060000.xhp\n"
+"hd_id3147559\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03060000.xhp\" name=\"Logical Operators\">Logical Operators</link>"
+msgstr "<link href=\"text/sbasic/shared/03060000.xhp\" name=\"Logical Operators\">লজিক্যাল অপারেটর</link>"
+
+#: 03060000.xhp
+msgctxt ""
+"03060000.xhp\n"
+"par_id3153379\n"
+"2\n"
+"help.text"
+msgid "The following logical operators are supported by $[officename] Basic."
+msgstr "নিচের লজিক্যাল অপারেটরসমূহ $[officename] বেসিক সমর্থিত।"
+
+#: 03060000.xhp
+msgctxt ""
+"03060000.xhp\n"
+"par_id3154138\n"
+"3\n"
+"help.text"
+msgid "Logical operators combine (bitwise) the contents of two expressions or variables, for example, to test if specific bits are set or not."
+msgstr "লজিক্যাল অপারেটর (বিট অনুসারে) দুইটি এক্সপ্রেশন অথবা ভেরিয়েবলের বিষয়বস্তু একত্রিত করে থাকে, যেমন, নির্দিষ্ট বিট নির্ধারিত হলে অথবা না হলে পরীক্ষণ করা হয়।"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"tit\n"
+"help.text"
+msgid "GlobalScope [Runtime]"
+msgstr "GlobalScope [Runtime]"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"bm_id3150682\n"
+"help.text"
+msgid "<bookmark_value>GlobalScope function</bookmark_value><bookmark_value>library systems</bookmark_value><bookmark_value>LibraryContainer</bookmark_value><bookmark_value>BasicLibraries (LibraryContainer)</bookmark_value><bookmark_value>DialogLibraries (LibraryContainer)</bookmark_value>"
+msgstr "<bookmark_value>GlobalScope function</bookmark_value><bookmark_value>library systems</bookmark_value><bookmark_value>LibraryContainer</bookmark_value><bookmark_value>BasicLibraries (LibraryContainer)</bookmark_value><bookmark_value>DialogLibraries (LibraryContainer)</bookmark_value>"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"hd_id3150682\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope [Runtime]\">GlobalScope [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope [Runtime]\">GlobalScope [Runtime]</link>"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3153345\n"
+"2\n"
+"help.text"
+msgid "Basic source code and dialogs are organized in a library system."
+msgstr "মূল সোর্স কোড এবং ডায়ালগ লাইব্রেরি সিস্টেমে সংগঠিত।"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3145315\n"
+"3\n"
+"help.text"
+msgid "The LibraryContainer contains libraries"
+msgstr "LibraryContainer এ লাইব্রেরি রয়েছে"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3149514\n"
+"4\n"
+"help.text"
+msgid "Libraries can contain modules and dialogs"
+msgstr "লাইব্রেরিতে মডিউল এবং ডায়ালগ থাকতে পারে"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"hd_id3143271\n"
+"5\n"
+"help.text"
+msgid "In Basic:"
+msgstr "প্রাথমিকে:"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3153061\n"
+"6\n"
+"help.text"
+msgid "The LibraryContainer is called <emph>BasicLibraries</emph>."
+msgstr "LibraryContainer কে বলা হয় <emph>BasicLibraries</emph>।"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"hd_id3154346\n"
+"7\n"
+"help.text"
+msgid "In dialogs:"
+msgstr "ডায়ালগে:"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3148663\n"
+"8\n"
+"help.text"
+msgid "The LibraryContainer is called <emph>DialogLibraries</emph>."
+msgstr "LibraryContainer কে বলা হয় <emph>DialogLibraries</emph>।"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3150543\n"
+"9\n"
+"help.text"
+msgid "Both LibraryContainers exist in an application level and within every document. In the document Basic, the document's LibraryContainers are called automatically. If you want to call the global LibraryContainers from within a document, you must use the keyword <emph>GlobalScope</emph>."
+msgstr "উভয় LibraryContainers একটি অ্যাপ্লিকেশন স্তরে এবং প্রতিটি নথিতে বিদ্যমান। নথি ভিত্তিতে, নথির LibraryContainers স্বয়ংক্রিয়ভাবে কল করা হয়। যদি আপনি একটি নথির মধ্যে গ্লোবাল LibraryContainers কল করতে চান, তাহলে আপনাকে অবশ্যই <emph>GlobalScope</emph> কীওয়ার্ডটি ব্যবহার করতে হবে।"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"hd_id3148920\n"
+"10\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3149203\n"
+"11\n"
+"help.text"
+msgid "GlobalScope"
+msgstr "GlobalScope"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"hd_id3154685\n"
+"12\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3154124\n"
+"13\n"
+"help.text"
+msgid "Example in the document Basic"
+msgstr "ডকুমেন্ট বেসিকের উদাহরণ"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3158408\n"
+"14\n"
+"help.text"
+msgid "' calling Dialog1 in the document library Standard"
+msgstr "' ডকুমেন্ট লাইব্রেরি Standard এ Dialog1 কল করা হচ্ছে"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3125865\n"
+"15\n"
+"help.text"
+msgid "oDlgDesc = DialogLibraries.Standard.Dialog1"
+msgstr "oDlgDesc = DialogLibraries.Standard.Dialog1"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3154910\n"
+"16\n"
+"help.text"
+msgid "' calling Dialog2 in the application library Library1"
+msgstr "' calling Dialog2 in the application library Library1"
+
+#: 03131900.xhp
+msgctxt ""
+"03131900.xhp\n"
+"par_id3156424\n"
+"17\n"
+"help.text"
+msgid "oDlgDesc = GlobalScope.DialogLibraries.Library1.Dialog2"
+msgstr "oDlgDesc = GlobalScope.DialogLibraries.Library1.Dialog2"
+
+#: 03030203.xhp
+msgctxt ""
+"03030203.xhp\n"
+"tit\n"
+"help.text"
+msgid "Now Function [Runtime]"
+msgstr "Now Function [Runtime]"
+
+#: 03030203.xhp
+msgctxt ""
+"03030203.xhp\n"
+"bm_id3149416\n"
+"help.text"
+msgid "<bookmark_value>Now function</bookmark_value>"
+msgstr "<bookmark_value>Now function</bookmark_value>"
+
+#: 03030203.xhp
+msgctxt ""
+"03030203.xhp\n"
+"hd_id3149416\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030203.xhp\" name=\"Now Function [Runtime]\">Now Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030203.xhp\" name=\"Now Function [Runtime]\">Now Function [Runtime]</link>"
+
+#: 03030203.xhp
+msgctxt ""
+"03030203.xhp\n"
+"par_id3149670\n"
+"2\n"
+"help.text"
+msgid "Returns the current system date and time as a <emph>Date</emph> value."
+msgstr "<emph>তারিখ</emph> মান হিসেবে বর্তমান সিস্টেম তারিখ এবং সময় প্রদান করে থাকে।"
+
+#: 03030203.xhp
+msgctxt ""
+"03030203.xhp\n"
+"hd_id3149456\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03030203.xhp
+msgctxt ""
+"03030203.xhp\n"
+"par_id3149655\n"
+"4\n"
+"help.text"
+msgid "Now"
+msgstr "এখনই"
+
+#: 03030203.xhp
+msgctxt ""
+"03030203.xhp\n"
+"hd_id3154366\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03030203.xhp
+msgctxt ""
+"03030203.xhp\n"
+"par_id3154909\n"
+"6\n"
+"help.text"
+msgid "Date"
+msgstr "তারিখ"
+
+#: 03030203.xhp
+msgctxt ""
+"03030203.xhp\n"
+"hd_id3147229\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03030203.xhp
+#, fuzzy
+msgctxt ""
+"03030203.xhp\n"
+"par_id3150870\n"
+"9\n"
+"help.text"
+msgid "MsgBox \"It is now \" & Now"
+msgstr "msgbox \"It is now \" & Now"
+
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Variables"
+msgstr "ভেরিয়েবল"
+
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"hd_id3149669\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100000.xhp\" name=\"Variables\">Variables</link>"
+msgstr "<link href=\"text/sbasic/shared/03100000.xhp\" name=\"Variables\">ভেরিয়েবল</link>"
+
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"par_id3147265\n"
+"2\n"
+"help.text"
+msgid "The following statements and functions are for working with variables. You can use these functions to declare or define variables, convert variables from one type to another, or determine the variable type."
+msgstr "নিচের স্টেটমেন্ট এবং ফাংশন ভেরিয়েবল নিয়ে কাজ করে থাকে। আপনি এই ফাংশন ব্যবহার করে ভেরিয়েবল ডিক্লেয়ার অথবা নির্ধারণ করতে পারেন, এক ধরনের ভেরিয়েবল থেকে অন্য ধরনের ভেরিয়বলে রূপান্তর করতে পারেন অথবা ভেরিয়বলের ধরন নির্ধারণ করতে পারেন।"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sin Function [Runtime]"
+msgstr "Sin Function [Runtime]"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"bm_id3153896\n"
+"help.text"
+msgid "<bookmark_value>Sin function</bookmark_value>"
+msgstr "<bookmark_value>Sin function</bookmark_value>"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"hd_id3153896\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080103.xhp\" name=\"Sin Function [Runtime]\">Sin Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080103.xhp\" name=\"Sin Function [Runtime]\">Sin Function [Runtime]</link>"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3149456\n"
+"2\n"
+"help.text"
+msgid "Returns the sine of an angle. The angle is specified in radians. The result lies between -1 and 1."
+msgstr "একটি কোনের সাইন প্রদান করে থাকে। কোনটি রেডিয়ানে উল্লেখিত হয়। ফলাফল -1 এবং 1 এর মধ্যে বিদ্যমান।"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3153379\n"
+"3\n"
+"help.text"
+msgid "Using the angle Alpha, the Sin Function returns the ratio of the length of the opposite side of an angle to the length of the hypotenuse in a right-angled triangle."
+msgstr "আলফা কোন ব্যবহার করে, সাইন ফাংশনটি কোনের বিপরীত বাহুর দৈর্য্য (লম্ব) এবং সমকোনী ত্রিভুজের অতিভুজের দৈর্ঘ্যের অনুপাত প্রদান করে থাকে।"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3148798\n"
+"4\n"
+"help.text"
+msgid "Sin(Alpha) = side opposite the angle/hypotenuse"
+msgstr "সাইন(আলফা) = কোনের বিপরীত বাহু/অতিভূজ"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"hd_id3147230\n"
+"5\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3154909\n"
+"6\n"
+"help.text"
+msgid "Sin (Number)"
+msgstr "Sin (Number)"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"hd_id3156214\n"
+"7\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3150870\n"
+"8\n"
+"help.text"
+msgid "Double"
+msgstr "Double"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"hd_id3155132\n"
+"9\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3145786\n"
+"10\n"
+"help.text"
+msgid "<emph>Number:</emph> Numeric expression that defines the angle in radians that you want to calculate the sine for."
+msgstr "<emph>সংখ্যা:</emph> সংখ্যাসূচক এক্সপ্রেশন যা রেডিয়ানে কোন প্রকাশ করে থাকে এবং যার সাইন গণনা করতে চান।"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3155413\n"
+"11\n"
+"help.text"
+msgid "To convert degrees to radians, multiply degrees by Pi/180, and to convert radians to degrees, multiply radians by 180/Pi."
+msgstr "রেডিয়ান থেকে ডিগ্রিতে রূপান্তর করার জন্য, ডিগ্রিকে Pi/180 দ্বারা গুণ করুন এবং রেডিয়ানকে ডিগ্রিতে রূপান্তর করার জন্য, রেডিয়ানকে 180/Pi দ্বারা গুণ করুন।"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3149664\n"
+"12\n"
+"help.text"
+msgid "grad=(radiant*180)/pi"
+msgstr "grad=(radiant*180)/pi"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3153143\n"
+"13\n"
+"help.text"
+msgid "radiant=(grad*pi)/180"
+msgstr "radiant=(grad*pi)/180"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3151112\n"
+"14\n"
+"help.text"
+msgid "Pi is approximately 3.141593."
+msgstr "পাই এর মান হলো প্রায় 3.141593।"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"hd_id3163712\n"
+"15\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03080103.xhp
+#, fuzzy
+msgctxt ""
+"03080103.xhp\n"
+"par_id3149482\n"
+"16\n"
+"help.text"
+msgid "' In this example, the following entry is possible for a right-angled triangle:"
+msgstr "REM এই উদাহরণে, নিচের এন্ট্রিটি সমকোনী ত্রিভুজের জন্য সম্ভাব্য:"
+
+#: 03080103.xhp
+#, fuzzy
+msgctxt ""
+"03080103.xhp\n"
+"par_id3148577\n"
+"17\n"
+"help.text"
+msgid "' The side opposite the angle and the angle (in degrees) to calculate the length of the hypotenuse:"
+msgstr "REM কোনের বিপরীত বাহু এবং অতিভুজের দৈর্ঘ্য গণনা করার জন্য কোন (ডিগ্রিতে):"
+
+#: 03080103.xhp
+#, fuzzy
+msgctxt ""
+"03080103.xhp\n"
+"par_id3150011\n"
+"19\n"
+"help.text"
+msgid "' Pi = 3.1415926 is a predefined variable"
+msgstr "REM Pi = 3.1415926 একটি পূর্বনির্ধারিত ভেরিয়েবল"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3145251\n"
+"22\n"
+"help.text"
+msgid "d1 = InputBox$ (\"Enter the length of the opposite side: \",\"Opposite Side\")"
+msgstr "d1 = InputBox$ (\"Enter the length of the opposite side: \",\"Opposite Side\")"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3148456\n"
+"23\n"
+"help.text"
+msgid "dAlpha = InputBox$ (\"Enter the angle Alpha (in degrees): \",\"Alpha\")"
+msgstr "dAlpha = InputBox$ (\"Enter the angle Alpha (in degrees): \",\"Alpha\")"
+
+#: 03080103.xhp
+msgctxt ""
+"03080103.xhp\n"
+"par_id3153877\n"
+"24\n"
+"help.text"
+msgid "Print \"The length of the hypotenuse is\"; (d1 / sin (dAlpha * Pi / 180))"
+msgstr "Print \"The length of the hypotenuse is\"; (d1 / sin (dAlpha * Pi / 180))"
+
+#: 03050000.xhp
+msgctxt ""
+"03050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Error-Handling Functions"
+msgstr "ত্রুটি-হ্যান্ডল করার ফাংশন"
+
+#: 03050000.xhp
+msgctxt ""
+"03050000.xhp\n"
+"hd_id3143271\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03050000.xhp\" name=\"Error-Handling Functions\">Error-Handling Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03050000.xhp\" name=\"Error-Handling Functions\">ত্রুটি-হ্যান্ডল করার ফাংশন</link>"
+
+#: 03050000.xhp
+msgctxt ""
+"03050000.xhp\n"
+"par_id3145068\n"
+"2\n"
+"help.text"
+msgid "Use the following statements and functions to define the way $[officename] Basic reacts to run-time errors."
+msgstr "রান-টাইম ত্রুটির কারণে $[officename] বেসিক যেভাবে প্রতিক্রিয়াশীল হয় তা নির্ধারণ করার জন্য নিচের স্টেটমেন্ট এবং ফাংশন ব্যবহার করুন।"
+
+#: 03050000.xhp
+msgctxt ""
+"03050000.xhp\n"
+"par_id3148946\n"
+"3\n"
+"help.text"
+msgid "$[officename] Basic offers several methods to prevent the termination of a program when a run-time error occurs."
+msgstr "$[officename] বেসিক কর্তৃক বিভিন্ন পদ্ধতি প্রস্তাব করে থাকে যার মাধ্যমে রান-টাইম ত্রুটি সংঘটনের সময় প্রোগ্রাম চালনা বন্ধ করা রোধ করে থাকে।"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Dim Statement [Runtime]"
+msgstr "Dim Statement [Runtime]"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"bm_id3149812\n"
+"help.text"
+msgid "<bookmark_value>Dim statement</bookmark_value><bookmark_value>arrays; dimensioning</bookmark_value><bookmark_value>dimensioning arrays</bookmark_value>"
+msgstr "<bookmark_value>Dim statement</bookmark_value><bookmark_value>arrays; dimensioning</bookmark_value><bookmark_value>dimensioning arrays</bookmark_value>"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"hd_id3149812\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102100.xhp\" name=\"Dim Statement [Runtime]\">Dim Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03102100.xhp\" name=\"Dim Statement [Runtime]\">Dim Statement [Runtime]</link>"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3143271\n"
+"2\n"
+"help.text"
+msgid "Declares a variable or an array."
+msgstr "একটি ভেরিয়েবল অথবা অ্যারে ডিক্লেয়ার করে।"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3154686\n"
+"3\n"
+"help.text"
+msgid "If the variables are separated by commas (for example, DIM sPar1, sPar2, sPar3 AS STRING), only Variant variables can be defined. Use a separate definition line for each variable."
+msgstr "যদি ভেরিয়েবলসমূহ কমা দ্বারা ভাগ করা থাকে (যেমন, DIM sPar1, sPar2, sPar3 AS STRIN), তাহলে শুধুমাত্র ভেরিয়েন্ট ভেরিয়েবল নির্ধারণ করা যাবে। প্রতিটি ভেরিয়েবলের জন্য একটি পৃথক বর্ণনা ব্যবহার করুন।"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3152576\n"
+"7\n"
+"help.text"
+msgid "Dim declares local variables within subroutines. Global variables are declared with the PUBLIC or the PRIVATE statement."
+msgstr "Dim এর মাধ্যমে সাবরুটিনের মধ্যে লোক্যাল ভেরিয়েবল ডিক্লেয়ার করা হয়। গ্লোবাল ভেরিয়েবলসমূহ PUBLIC অথবা PRIVATE স্টেটমেন্টের সাহায্যে ডিক্লেয়ার করা হয়।"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"hd_id3156443\n"
+"8\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3149412\n"
+"9\n"
+"help.text"
+msgid "[ReDim]Dim VarName [(start To end)] [As VarType][, VarName2 [(start To end)] [As VarType][,...]]"
+msgstr "[ReDim]Dim VarName [(start To end)] [As VarType][, VarName2 [(start To end)] [As VarType][,...]]"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"hd_id3147397\n"
+"10\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3154730\n"
+"11\n"
+"help.text"
+msgid "<emph>VarName:</emph> Any variable or array name."
+msgstr "<emph>VarName:</emph> যে কোন চলক অথবা অ্যারে নাম।"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3147125\n"
+"12\n"
+"help.text"
+msgid "<emph>Start, End:</emph> Numerical values or constants that define the number of elements (NumberElements=(end-start)+1) and the index range."
+msgstr "<emph>শুরু, সমাপ্ত:</emph> সংখ্যাসূচক মান অথবা ধ্রুবক যা এলিমেন্টের পরিমাণ (NumberElements=(end-start)+1) এবং ইনডেক্সের পরিসর নির্ধারণ করে থাকে।"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3153877\n"
+"13\n"
+"help.text"
+msgid "Start and End can be numerical expressions if ReDim is applied at the procedure level."
+msgstr "শুরু অথবা সমাপ্ত সংখ্যাসূচক এক্সপ্রেশন হতে পারে যদি ReDim প্রসিজার স্তরে প্রয়োগ করা হয়।"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3153510\n"
+"14\n"
+"help.text"
+msgid "<emph>VarType:</emph> Key word that declares the data type of a variable."
+msgstr "<emph>VarType:</emph> কীওয়ার্ড যা একটি ভেরিয়েবলের ডাটা টাইপ ডিক্লেয়ার করে থাকে।"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3154015\n"
+"15\n"
+"help.text"
+msgid "<emph>Keyword:</emph> Variable type"
+msgstr "<emph>কীওয়ার্ড:</emph> চলক ধরন"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3153949\n"
+"16\n"
+"help.text"
+msgid "<emph>Bool:</emph> Boolean variable (True, False)"
+msgstr "<emph>Bool:</emph> বুলিয়ান চলক (True, False)"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3156275\n"
+"17\n"
+"help.text"
+msgid "<emph>Currency:</emph> Currency-Variable (Currency with 4 Decimal places)"
+msgstr "<emph>মূদ্রা:</emph> মূদ্রা ভেরিয়বল (৪ দশমিক স্থান সহ মূদ্রা মান)"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3156057\n"
+"18\n"
+"help.text"
+msgid "<emph>Date:</emph> Date variable"
+msgstr "<emph>তারিখ:</emph> তারিখ চলক"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3148405\n"
+"19\n"
+"help.text"
+msgid "<emph>Double:</emph> Double-precision floating-point variable (1,79769313486232 x 10E308 - 4,94065645841247 x 10E-324)"
+msgstr "<emph>Double:</emph> Double-precision floating-point variable (1,79769313486232 x 10E308 - 4,94065645841247 x 10E-324)"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3148916\n"
+"20\n"
+"help.text"
+msgid "<emph>Integer:</emph> Integer variable (-32768 - 32767)"
+msgstr "<emph>ইনটিজার:</emph> ইনটিজার চলক (-32768 - 32767)"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3150045\n"
+"21\n"
+"help.text"
+msgid "<emph>Long:</emph> Long integer variable (-2.147.483.648 - 2.147.483.647)"
+msgstr "<emph>লং:</emph> দীর্ঘ ইনটিজার চলক (-2.147.483.648 - 2.147.483.647)"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3149255\n"
+"22\n"
+"help.text"
+msgid "<emph>Object:</emph> Object variable (Note: this variable can only subsequently be defined with Set!)"
+msgstr "<emph>অবজেক্ট:</emph> অবজেক্ট ভেরিয়েবল (নোট: এই ভেরিয়েবলটি শুধুমাত্র সেট দ্বারা ধারাবাহিকভাবে নির্ধারিত হতে পারে!)"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3155937\n"
+"23\n"
+"help.text"
+msgid "<emph>Single:</emph> Single-precision floating-point variable (3,402823 x 10E38 - 1,401298 x 10E-45)."
+msgstr "<emph>Single:</emph> Single-precision floating-point variable (3,402823 x 10E38 - 1,401298 x 10E-45)."
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3151251\n"
+"24\n"
+"help.text"
+msgid "<emph>String:</emph> String variable consisting of a maximum of 64,000 ASCII characters."
+msgstr "<emph>ষ্ট্রিং:</emph> ষ্ট্রিং চলক সর্ব্বোচ ৬৪,০০০ ASCII অক্ষর দ্বারা গঠিত।"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3154704\n"
+"25\n"
+"help.text"
+msgid "<emph>[Variant]:</emph> Variant variable type (contains all types, specified by definition). If a key word is not specified, variables are automatically defined as Variant Type, unless a statement from DefBool to DefVar is used."
+msgstr "<emph>[Variant]:</emph> ভেরিয়েন্ট ভেরিয়বল ধরন (সকল ধরন বিদ্যমান, বর্ণনা দ্বারা পৃথক)। যদি একটি কীওয়ার্ড উল্লেখিত না থাকে, ভেরিয়েবল স্বয়ংক্রিয়ভাবে ভেরিয়েন্ট ধরন হিসেবে নির্ধারিত হয়, যদি না DefBool থেকে DefVar পর্যন্ত একটি স্টেটমেন্ট ব্যবহৃত হয়।"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3146316\n"
+"26\n"
+"help.text"
+msgid "In $[officename] Basic, you do not need to declare variables explicitly. However, you need to declare an array before you can use them. You can declare a variable with the Dim statement, using commas to separate multiple declarations. To declare a variable type, enter a type-declaration character following the name or use a corresponding key word."
+msgstr "$[officename] বেসিকে, আপনার ভেরিয়েবল ডিক্লেয়ার করার প্রয়োজন নেই। যদিও, একটি অ্যারে ব্যবহারের পূর্বে তা ডিক্লেয়ার করতে হবে। আপনি একটি Dim স্টেটমেন্টের মাধ্যমে একটি ভেরিয়েবল ডিক্লেয়ার করতে পারেন, একাধিক ডিক্লেয়ারেশন পৃথক করার জন্য কমা ব্যবহার করতে পারেন। একটি ভেরিয়েবলের ধরন ডিক্লেয়ার করার জন্য, নাম অনুবর্তী এককটি ধরন-ডিক্লেয়ারেশন অক্ষর সন্নিবেশ করান অথবা সংশ্লিষ্ট কীওয়ার্ড ব্যবহার করুন।"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3149924\n"
+"27\n"
+"help.text"
+msgid "$[officename] Basic supports single or multi-dimensional arrays that are defined by a specified variable type. Arrays are suitable if the program contains lists or tables that you want to edit. The advantage of arrays is that it is possible to address individual elements according to indexes, which can be formulated as numeric expressions or variables."
+msgstr "$[officename] বেসিক একটি একক অথবা বহু মাত্রিক অ্যারে সমর্থন করে থাকে যা একটি নির্দিষ্ট ভেরিয়েবলের ধরন দ্বারা নির্দেশিত হয়। যদি একটি প্রোগ্রামে তালিকা অথবা সারণি থাকে তাহলে এতে অ্যারে উপযুক্ত হয় যা আপনি সম্পাদনা করতে চান। অ্যারের সুবিধা হলো, ইনডেক্স অনুসারে পৃথক এলিমেন্ট নির্দেশ করা যায়, যা একটি সংখ্যাসূচক এক্সপ্রেশন অথবা ভেরিয়েবল দ্বারা যথাযথভাবে প্রকাশ করা যায়।"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3148488\n"
+"28\n"
+"help.text"
+msgid "Arrays are declared with the Dim statement. There are two methods to define the index range:"
+msgstr "অ্যারেসমূহ Dim স্টেটমেন্টের মাধ্যমে ডিক্লেয়ার করা হয়। ইনডেক্স পরিসর নির্ধারণ করার জন্য দুইটি প্রক্রিয়া রয়েছে:"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3154662\n"
+"29\n"
+"help.text"
+msgid "DIM text(20) as String REM 21 elements numbered from 0 to 20"
+msgstr "DIM text(20) as String REM 21 0 থেকে 20 পর্য়ন্ত ক্রমের উপাদান"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3155604\n"
+"30\n"
+"help.text"
+msgid "DIM text(5 to 25) as String REM 21 elements numbered from 5 to 25"
+msgstr "DIM text(5 to 25) as String REM 21 5 থেকে 25 পর্যন্ত ক্রমের উপাদান"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3151274\n"
+"31\n"
+"help.text"
+msgid "DIM text(-15 to 5) as String REM 21 elements (including 0)"
+msgstr "DIM text(-15 to 5) as String REM 21 elements (including 0)"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3152774\n"
+"32\n"
+"help.text"
+msgid "REM numbered from -15 to 5"
+msgstr "REM numbered from -15 to 5"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3150829\n"
+"33\n"
+"help.text"
+msgid "Two-dimensional data field"
+msgstr "দ্বিমাত্রিক ডাটা ক্ষেত্র"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3149529\n"
+"34\n"
+"help.text"
+msgid "DIM text(20,2) as String REM 63 elements; form 0 to 20 level 1, from 0 to 20 level 2 and from 0 to 20 level 3."
+msgstr "DIM text(20,2) as String REM 63 elements; form 0 to 20 level 1, from 0 to 20 level 2 and from 0 to 20 level 3."
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3159239\n"
+"35\n"
+"help.text"
+msgid "You can declare an array types as dynamic if a ReDim statement defines the number of dimensions in the subroutine or the function that contains the array. Generally, you can only define an array dimension once, and you cannot modify it. Within a subroutine, you can declare an array with ReDim. You can only define dimensions with numeric expressions. This ensures that the fields are only as large as necessary."
+msgstr "আপনি ডাইনামিক হিসেবে একটি অ্যারের ধরন ডিক্লেয়ার করতে পারেন, যদি অ্যারে ধারণকারী একটি সাবরুটিন অথবা ফাংশনে বিদ্যমান মাত্রার পরিমাণ ReDim স্টেটমেন্টের মাধ্যমে নির্ধারণ করা হয়। সাধারণত, আপনি শুধুমাত্র একবার একটি অ্যারের মাত্রা নির্ধারণ করতে পারেন এবং তা পরিবর্তন করতে পারেন না। একটি সাবরুটিনের মধ্যে, আপনি ReDim সহ একটি অ্যারে ডিক্লেয়ার করতে পারেন। আপনি শুধুমাত্র সংখ্যাসূচক এক্সপ্রেশন সহ মাত্রা নির্ধারণ করতে পারেন। এটি নিশ্চিত করে যে, ক্ষেত্রসমূহ প্রয়োজন অনুযায়ী বড়।"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"hd_id3150344\n"
+"36\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03102100.xhp
+#, fuzzy
+msgctxt ""
+"03102100.xhp\n"
+"par_id3154657\n"
+"40\n"
+"help.text"
+msgid "sVar = \"Office\""
+msgstr "sVar = \"Office\""
+
+#: 03102100.xhp
+#, fuzzy
+msgctxt ""
+"03102100.xhp\n"
+"par_id3149036\n"
+"44\n"
+"help.text"
+msgid "' Two-dimensional data field"
+msgstr "দ্বিমাত্রিক ডাটা ক্ষেত্র"
+
+#: 03102100.xhp
+#, fuzzy
+msgctxt ""
+"03102100.xhp\n"
+"par_id3153782\n"
+"46\n"
+"help.text"
+msgid "Const sDim As String = \" Dimension:\""
+msgstr "Const sDim as String = \" Dimension:\""
+
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"tit\n"
+"help.text"
+msgid "FreeFile Function[Runtime]"
+msgstr "FreeFile Function[Runtime]"
+
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"bm_id3150400\n"
+"help.text"
+msgid "<bookmark_value>FreeFile function</bookmark_value>"
+msgstr "<bookmark_value>FreeFile function</bookmark_value>"
+
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"hd_id3150400\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020102.xhp\" name=\"FreeFile Function[Runtime]\">FreeFile Function[Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020102.xhp\" name=\"FreeFile Function[Runtime]\">FreeFile Function[Runtime]</link>"
+
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"par_id3154366\n"
+"2\n"
+"help.text"
+msgid "Returns the next available file number for opening a file. Use this function to open a file using a file number that is not already in use by a currently open file."
+msgstr "একটি ফাইল খোলার জন্য পরবর্তীতে উপস্থিত ফাইল সংখ্যা প্রদান করে। বর্তমানে খোলা ফাইল দ্বারা ইতোমধ্যেই ব্যবহৃত নয় এমন ফাইল সংখ্যা ব্যবহার করে একটি ফাইল খোলার জন্য এই ফাংশনটি ব্যবহার করা হয়।"
+
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"hd_id3150769\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"hd_id3151042\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"par_id3150440\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"hd_id3148576\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"par_id3155854\n"
+"8\n"
+"help.text"
+msgid "This function can only be used immediately in front of an Open statement. FreeFile returns the next available file number, but does not reserve it."
+msgstr "এই ফাংশনটি তাৎ‍ক্ষণিকভাবে শুধুমাত্র একটি ওপেন স্টেটমেন্টের সামনে ব্যবহার করা যাবে। FreeFile পরবর্তী বিদ্যমান ফাইল সংখ্যা প্রদান করে, কিন্তু এটি সংরক্ষণ করেনা।"
+
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"hd_id3159153\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"par_id3155416\n"
+"18\n"
+"help.text"
+msgid "Print #iNumber, \"First line of text\""
+msgstr "Print #iNumber, \"First line of text\""
+
+#: 03020102.xhp
+msgctxt ""
+"03020102.xhp\n"
+"par_id3153416\n"
+"19\n"
+"help.text"
+msgid "Print #iNumber, \"Another line of text\""
+msgstr "Print #iNumber, \"Another line of text\""
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"tit\n"
+"help.text"
+msgid "ConvertToURL Function [Runtime]"
+msgstr "ConvertToURL Function [Runtime]"
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"bm_id3152801\n"
+"help.text"
+msgid "<bookmark_value>ConvertToURL function</bookmark_value>"
+msgstr "<bookmark_value>ConvertToURL function</bookmark_value>"
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"hd_id3152801\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120312.xhp\" name=\"ConvertToURL Function [Runtime]\">ConvertToURL Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120312.xhp\" name=\"ConvertToURL Function [Runtime]\">ConvertToURL Function [Runtime]</link>"
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"par_id3148538\n"
+"2\n"
+"help.text"
+msgid "Converts a system file name to a file URL."
+msgstr "একটি সিস্টেম ফাইলের নাম URL ফাইলে রূপান্তর করে।"
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"hd_id3150669\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"par_id3154285\n"
+"4\n"
+"help.text"
+msgid "ConvertToURL(filename)"
+msgstr "ConvertToURL(filename)"
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"hd_id3150984\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"par_id3147530\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "স্ট্রিং"
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"hd_id3148550\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"par_id3148947\n"
+"8\n"
+"help.text"
+msgid "<emph>Filename:</emph> A file name as string."
+msgstr "<emph>ফাইলের নাম:</emph> স্ট্রিং হিসেবে ফাইলের নাম।"
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"hd_id3153361\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"par_id3150792\n"
+"10\n"
+"help.text"
+msgid "systemFile$ = \"c:\\folder\\mytext.txt\""
+msgstr "systemFile$ = \"c:\\\\folder\\\\mytext.txt\""
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"par_id3154365\n"
+"11\n"
+"help.text"
+msgid "url$ = ConvertToURL( systemFile$ )"
+msgstr "url$ = ConvertToURL( systemFile$ )"
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"par_id3151042\n"
+"12\n"
+"help.text"
+msgid "print url$"
+msgstr "print url$"
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"par_id3154909\n"
+"13\n"
+"help.text"
+msgid "systemFileAgain$ = ConvertFromURL( url$ )"
+msgstr "systemFileAgain$ = ConvertFromURL( url$ )"
+
+#: 03120312.xhp
+msgctxt ""
+"03120312.xhp\n"
+"par_id3144762\n"
+"14\n"
+"help.text"
+msgid "print systemFileAgain$"
+msgstr "print systemFileAgain$"
+
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Set Statement[Runtime]"
+msgstr "Set Statement[Runtime]"
+
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"bm_id3154422\n"
+"help.text"
+msgid "<bookmark_value>Set statement</bookmark_value><bookmark_value>Nothing object</bookmark_value>"
+msgstr "<bookmark_value>Set statement</bookmark_value><bookmark_value>Nothing object</bookmark_value>"
+
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"hd_id3154422\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement[Runtime]\">Set Statement[Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement[Runtime]\">Set Statement[Runtime]</link>"
+
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"par_id3159149\n"
+"2\n"
+"help.text"
+msgid "Sets an object reference on a variable or a Property."
+msgstr "একটি ভেরিয়েবল অথবা বৈশিষ্ট্যে বস্তুর রেফারেন্স নির্ধারণ করা হয়।"
+
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"hd_id3153105\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"par_id3154217\n"
+"4\n"
+"help.text"
+msgid "Set ObjectVar = Object"
+msgstr "Set ObjectVar = Object"
+
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"hd_id3154685\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"par_id3156281\n"
+"6\n"
+"help.text"
+msgid "<emph>ObjectVar:</emph> a variable or a property that requires an object reference."
+msgstr "<emph>ObjectVar:</emph> ভেরিয়েবল অথবা বৈশিষ্ট্য যার বস্তুর রেফারেন্স প্রয়োজন।"
+
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"par_id3159252\n"
+"7\n"
+"help.text"
+msgid "<emph>Object:</emph> Object that the variable or the property refers to."
+msgstr "<emph>অবজেক্ট:</emph> ভেরিয়েবল অথবা বৈশিষ্ট্য দ্বারা নির্দেশিত বস্তু।"
+
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"par_idN10623\n"
+"help.text"
+msgid "<emph>Nothing</emph> - Assign the <emph>Nothing</emph> object to a variable to remove a previous assignment."
+msgstr "<emph>কিছুই না</emph> - পূর্বে ধার্যকৃত কাজ অপসারণ করার জন্য ভেরিয়েবলে <emph> কিছুই না</emph> বস্তুটি প্রয়োগ করা হবে।"
+
+#: 03103700.xhp
+msgctxt ""
+"03103700.xhp\n"
+"hd_id3159153\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefDate Statement [Runtime]"
+msgstr "DefDate Statement [Runtime]"
+
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"bm_id3150504\n"
+"help.text"
+msgid "<bookmark_value>DefDate statement</bookmark_value>"
+msgstr "<bookmark_value>DefDate statement</bookmark_value>"
+
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"hd_id3150504\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101300.xhp\" name=\"DefDate Statement [Runtime]\">DefDate Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101300.xhp\" name=\"DefDate Statement [Runtime]\">DefDate Statement [Runtime]</link>"
+
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"par_id3145069\n"
+"2\n"
+"help.text"
+msgid "If no type-declaration character or keyword is specified, the DefDate statement sets the default variable type, according to a letter range."
+msgstr "যদি কোন টাইপ ডিক্লেয়ার করার অক্ষর অথবা কীওয়ার্ড উল্লেখিত না থাকে তাহলে ভেরিয়েবলের জন্য DefDate স্টেটমেন্টের মাধ্যমে পূর্বনির্ধারিত ডাটা টাইপ নির্ধারিত হয়, বর্ণের পরিসীমা অনুযায়ী।"
+
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"hd_id3154758\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"par_id3148664\n"
+"4\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Characterrange1[, Characterrange2[,...]]"
+
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"hd_id3150541\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"par_id3156709\n"
+"6\n"
+"help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+msgstr "<emph>Characterrange:</emph> ভেরিয়েবলের পরিসর উল্লেখকারী বর্ণ যা আপনি পূর্বনির্ধারিত ডাটা টাইপের জন্য নির্ধারণ করতে চান।"
+
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"par_id3150869\n"
+"7\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr "<emph>xxx:</emph> কীওয়ার্ড যা পূর্বনির্ধারিত ভেরিয়েবল ধরন নির্ধারণ করে:"
+
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"par_id3145171\n"
+"8\n"
+"help.text"
+msgid "<emph>Keyword:</emph> Default variable type"
+msgstr "<emph>কীওয়ার্ড:</emph> পূর্বনির্ধারিত ভেরিয়েবল ধরন"
+
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"par_id3150767\n"
+"9\n"
+"help.text"
+msgid "<emph>DefDate:</emph> Date"
+msgstr "<emph>DefDate:</emph> তারিখ"
+
+#: 03101300.xhp
+msgctxt ""
+"03101300.xhp\n"
+"hd_id3153768\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03101300.xhp
+#, fuzzy
+msgctxt ""
+"03101300.xhp\n"
+"par_id3145785\n"
+"12\n"
+"help.text"
+msgid "' Prefix definitions for variable types:"
+msgstr "ভেরিয়েবল ধরনের জন্য REM প্রিফিক্সের বর্ণনা:"
+
+#: 03101300.xhp
+#, fuzzy
+msgctxt ""
+"03101300.xhp\n"
+"par_id3152462\n"
+"22\n"
+"help.text"
+msgid "tDate=Date ' tDate is an implicit date variable"
+msgstr "tDate=Date REM tDate একটি ইমপ্লিসিট তারিখ ভেরিয়েবল"
+
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Libraries, Modules and Dialogs"
+msgstr "লাইব্রেরি, মডিউল এবং ডায়ালগ"
+
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"hd_id3147317\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01020500.xhp\" name=\"Libraries, Modules and Dialogs\">Libraries, Modules and Dialogs</link>"
+msgstr "<link href=\"text/sbasic/shared/01020500.xhp\" name=\"Libraries, Modules and Dialogs\">লাইব্রেরি, মডিউল এবং ডায়ালগ</link>"
+
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"par_id3147427\n"
+"2\n"
+"help.text"
+msgid "The following describes the basic use of libraries, modules and dialogs in $[officename] Basic."
+msgstr "নিচের বিবরণগুলো $[officename] বেসিকে লাইব্রেরি, মডিউল এবং ডায়ালগের প্রাথমিক ব্যবহার ব্যাখ্যা করে।"
+
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"par_id3146120\n"
+"3\n"
+"help.text"
+msgid "$[officename] Basic provides tools to help you structuring your projects. It supports various \"units\" which enable you to group individual SUBS and FUNCTIONS in a Basic project."
+msgstr "$[officename] বেসিক এ বিদ্যমান টুলের মাধ্যমে আপনার প্রকল্প গঠনে সহায়তা পেতে পারেন। এটি বিভিন্ন \"একক\" সমর্থন করে যার মাধ্যমে আপনি একটি বেসিক প্রকল্পে একক SUBS এবং FUNCTIONS গ্রুপ করতে সক্ষম হবেন।"
+
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"hd_id3148575\n"
+"5\n"
+"help.text"
+msgid "Libraries"
+msgstr "লাইব্রেরি"
+
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"par_id3150011\n"
+"6\n"
+"help.text"
+msgid "Libraries serve as a tool for organizing modules, and can either be attached to a document or a template. When the document or a template is saved, all modules contained in the library are automatically saved as well."
+msgstr "মডিউল সংগঠিত করার জন্য লাইব্রেরি একটি টুল হিসেবে কাজ করে, এবং হয় একটি নথি অথবা একটি ফর্মাতে যুক্ত করা যায়। একটি নথি অথবা একটি ফর্মা সংরক্ষণ করার সময়, লাইব্রেরিতে বিদ্যমান সমস্ত মডিউল স্বয়ংক্রিয়ভাবে সংরক্ষিত হয়।"
+
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"par_id3151112\n"
+"7\n"
+"help.text"
+msgid "A library can contain up to 16,000 modules."
+msgstr "একটি লাইব্রেরি ১৬,০০০ মডিউল পর্যন্ত ধারণ করতে পারে।"
+
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"hd_id3149262\n"
+"8\n"
+"help.text"
+msgid "Modules"
+msgstr "মডিউল"
+
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"par_id3156441\n"
+"9\n"
+"help.text"
+msgid "A module contains SUBS and FUNCTIONS along with variable declarations. The length of the program that can be saved in a module is limited to 64 KB. If more space is required you can divide a $[officename] Basic project among several modules, and then save them in a single library."
+msgstr "একটি মডিউল ভেরিয়েবল ঘোষনা সহ SUBS এবং FUNCTIONS অদরণ করে। প্রোগ্রামের দৈর্ঘ্য যা মডিউলে সংরক্ষণ করা যাবে তা ৬৪ কিলোবাইটে সীমাবদ্ধ। যদি আর স্থানের প্রয়োজন হয় তবে আপনি কিছু মডিউলের মধ্যে একটি $[officename] ভইত্তি প্রকল্প ভাগ করতে পারেন, এবং এরপর এদেরকে একটি একক লাইব্রেরিে সংরক্ষণ করুন।"
+
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"hd_id3152577\n"
+"11\n"
+"help.text"
+msgid "Dialog Modules"
+msgstr "ডায়ালগ মডিউল"
+
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"par_id3149377\n"
+"12\n"
+"help.text"
+msgid "Dialog modules contain dialog definitions, including the dialog box properties, the properties of each dialog element and the events assigned. Since a dialog module can only contain a single dialog, they are often referred to as \"dialogs\"."
+msgstr "ডায়ালগ মডিউলে ডায়ালগ বাক্স বৈশিষ্ট্যাবলী সহ ডায়ালগের বর্ণনা, প্রতিটি ডায়ালগ এলিমেন্টের বৈশিষ্ট্য এবং আরোপিত ইভেন্ট অন্তর্ভুক্ত থাকে। একটি ডায়ালগ মডিউলে শুধুমাত্র একটি একক ডায়ালগ থাকতে পারে, যা প্রায়শই \"ডায়ালগ\" হিসেবে উল্লেখিত হয়।"
+
+#: 03030000.xhp
+msgctxt ""
+"03030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Date and Time Functions"
+msgstr "তারিখ এবং সময় ফাংশন"
+
+#: 03030000.xhp
+msgctxt ""
+"03030000.xhp\n"
+"hd_id3150502\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030000.xhp\" name=\"Date and Time Functions\">Date and Time Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03030000.xhp\" name=\"Date and Time Functions\">তারিখ এবং সময় ফাংশন</link>"
+
+#: 03030000.xhp
+msgctxt ""
+"03030000.xhp\n"
+"par_id3153255\n"
+"2\n"
+"help.text"
+msgid "Use the statements and functions described here to perform date and time calculations."
+msgstr "এখানে উল্লখিত স্টেটমেন্ট এবং ফাংশন ব্যবহার করে তারিখ এবং সময় গণনা করা হয়।"
+
+#: 03030000.xhp
+msgctxt ""
+"03030000.xhp\n"
+"par_id3152363\n"
+"3\n"
+"help.text"
+msgid "<item type=\"productname\">%PRODUCTNAME</item> Basic lets you calculate time or date differences by converting the time and date values to continuous numeric values. After the difference is calculated, special functions are used to reconvert the values to the standard time or date formats."
+msgstr "<item type=\"productname\">%PRODUCTNAME</item> বেসিক দ্বারা সময় এবং তারিখ মান ধারাবাহিক সংখ্যাসূচক মানে রূপান্তর করার মাধ্যমে সময় এবং তারিখ মানের মধ্যে পার্থক্য গণনা করতে পারেন। পার্থক্য গণনা করার পর, বিশেষ ফাংশন ব্যবহার করে আদর্শ সময় এবং তারিখে পুনরায় মান রূপান্তর করা যায়।"
+
+#: 03030000.xhp
+msgctxt ""
+"03030000.xhp\n"
+"par_id3151054\n"
+"4\n"
+"help.text"
+msgid "You can combine date and time values into a single floating-decimal number. Dates are converted to integers, and times to decimal values. <item type=\"productname\">%PRODUCTNAME</item> Basic also supports the variable type Date, which can contain a time specification consisting of both a date and time."
+msgstr "একটি একক ফ্লোটিং দশমিক সংখ্যার সাথে তারিখ এবং সময়ের মান একত্রিত করতে পারেন। তারিখ ইনটিজার সংখ্যায় এবং সময় দশমিক সংখ্যায় রূপান্তরিত হয়। <item type=\"productname\">%PRODUCTNAME</item> বেসিক ভেরিয়েবল টাইপের তারিখ সমর্থন করে যা, তারিখ এবং সময়ের সমন্বয়ে গঠিত সময়ের স্পেসিফিকেশন ধারণ করে থাকে।"
+
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Controlling Program Execution"
+msgstr "প্রোগ্রাম চালানো নিয়ন্ত্রণ"
+
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"hd_id3145136\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090000.xhp\" name=\"Controlling Program Execution\">Controlling Program Execution</link>"
+msgstr "<link href=\"text/sbasic/shared/03090000.xhp\" name=\"Controlling Program Execution\">প্রোগ্রাম চালানো নিয়ন্ত্রণ</link>"
+
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"par_id3143268\n"
+"2\n"
+"help.text"
+msgid "The following statements control the execution of a program."
+msgstr "নিচের স্টেটমেন্টটি একটি প্রোগ্রাম চালনা নিয়ন্ত্রণ করে।"
+
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"par_id3156152\n"
+"3\n"
+"help.text"
+msgid "A program generally executes from the first line of code to the last line of code. You can also execute certain procedures within the program according to specific conditions, or repeat a section of the program within a sub-procedure or function. You can use loops to repeat parts of a program as many times as necessary, or until a certain condition is met. These type of control statements are classified as Condition, Loop, or Jump statements."
+msgstr "একটি প্রোগ্রাম সাধারণত একটি কোডের প্রথম লাইন থেকে শুরু করে শেষ লাইন পর্যন্ত চালনা করতে পারে। নির্দিষ্ট শর্ত অনুসারে প্রোগ্রামের মধ্যে কিছু নির্দিষ্ট প্রসিজার চালনা করতে পারেন, অথবা একটি সাব প্রসিজার অথবা ফাংশনের মধ্যে প্রোগ্রামের একটি অংশের পুনরাবৃত্তি করতে পারেন। আপনি যতবার প্রয়োজন ততবার অথবা একটি নির্দিষ্ট শর্ত পূরণ না হওয়া পর্যন্ত প্রোগ্রামের অংশগুলোর পুনরাবৃত্তি করে পারেন। এই ধরনের কন্ট্রোল স্টেটমেন্টসমূহ শর্ত, লুপ অথবা অবস্থান পরিবর্তন স্টেটমেন্ট হিসেবে শ্রেণীবদ্ধ করা হয়।"
+
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Numeric Functions"
+msgstr "সংখ্যাসূচক ফাংশন"
+
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"hd_id3153127\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080000.xhp\" name=\"Numeric Functions\">Numeric Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03080000.xhp\" name=\"Numeric Functions\">সংখ্যাসূচক ফাংশন</link>"
+
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"par_id3148550\n"
+"2\n"
+"help.text"
+msgid "The following numeric functions perform calculations. Mathematical and Boolean operators are described in a separate section. Functions differ from operators in that functions pass arguments and return a result, instead of operators that return a result by combining two numeric expressions."
+msgstr "নিচের সংখ্যাসূচক এক্সপ্রেশনটির সাহায্যে গণনা করা হয়। গাণিতিক এবং বুলিয়ান অপারেটর একটি ভিন্ন অংশে বর্ণনা করা হয়। ফাংশন পাস আরগুমেন্টে ফাংশনসমূহ অপারেটর থেকে ভিন্ন হয় এবং ফলাফল প্রদান করে থাকে, অপারেটরের পরিবর্তে যা দুইটি সংখ্যাসূচক এক্সপ্রেশন যুক্ত করে একটি ফলাফল প্রদান করে থাকে।"
+
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"tit\n"
+"help.text"
+msgid "UCase Function [Runtime]"
+msgstr "UCase Function [Runtime]"
+
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"bm_id3153527\n"
+"help.text"
+msgid "<bookmark_value>UCase function</bookmark_value>"
+msgstr "<bookmark_value>UCase function</bookmark_value>"
+
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"hd_id3153527\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase Function [Runtime]\">UCase Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase Function [Runtime]\">UCase Function [Runtime]</link>"
+
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"par_id3155420\n"
+"2\n"
+"help.text"
+msgid "Converts lowercase characters in a string to uppercase."
+msgstr "একটি স্ট্রিং এর ছোট হাতের অক্ষরকে বড় হাতের অক্ষরে রূপান্তর করা হয়।"
+
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"par_id3150771\n"
+"3\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03120302.xhp\" name=\"LCase Function\">LCase Function</link>"
+msgstr "আরও দেখুন: <link href=\"text/sbasic/shared/03120302.xhp\" name=\"LCase Function\">LCase ফাংশন</link>"
+
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"par_id3149233\n"
+"4\n"
+"help.text"
+msgid "<emph>Syntax</emph>:"
+msgstr "<emph>সিনট্যাক্স</emph>:"
+
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"par_id3153061\n"
+"5\n"
+"help.text"
+msgid "UCase (Text As String)"
+msgstr "UCase (Text As String)"
+
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"par_id3159414\n"
+"6\n"
+"help.text"
+msgid "<emph>Return value</emph>:"
+msgstr "<emph>প্রদান মান</emph>:"
+
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"par_id3146795\n"
+"7\n"
+"help.text"
+msgid "String"
+msgstr "স্ট্রিং"
+
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"hd_id3149457\n"
+"8\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"par_id3150791\n"
+"9\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that you want to convert."
+msgstr "<emph>পাঠ্য:</emph> যে কোনো স্ট্রিং এক্সপ্রেশন যা আপনি রূপান্তর করতে চান।"
+
+#: 03120310.xhp
+msgctxt ""
+"03120310.xhp\n"
+"hd_id3154125\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03120310.xhp
+#, fuzzy
+msgctxt ""
+"03120310.xhp\n"
+"par_id3149204\n"
+"14\n"
+"help.text"
+msgid "Print LCase(sVar) ' returns \"las vegas\""
+msgstr "Print LCase(sVar) REM returns \"las vegas\""
+
+#: 03120310.xhp
+#, fuzzy
+msgctxt ""
+"03120310.xhp\n"
+"par_id3156280\n"
+"15\n"
+"help.text"
+msgid "Print UCase(sVar) ' returns \"LAS VEGAS\""
+msgstr "Print UCase(sVar) REM returns \"las vegas\""
+
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"tit\n"
+"help.text"
+msgid "CDec Function [Runtime]"
+msgstr "CDec Function [Runtime]"
+
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"bm_id863979\n"
+"help.text"
+msgid "<bookmark_value>CDec function</bookmark_value>"
+msgstr "<bookmark_value>CDec function</bookmark_value>"
+
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"par_idN10548\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100060.xhp\">CDec Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100060.xhp\">CDec Function [Runtime]</link>"
+
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"par_idN10558\n"
+"help.text"
+msgid "Converts a string expression or numeric expression to a decimal expression."
+msgstr "একটি স্ট্রিং এক্সপ্রেশন অথবা সংখ্যাসূচক এক্সপ্রেশনকে একটি দশমিক এক্সপ্রেশনে রূপান্তর করা হয়।"
+
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"par_idN1055B\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"par_idN105EA\n"
+"help.text"
+msgid "CDec(Expression)"
+msgstr "CDec(Expression)"
+
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"par_idN105ED\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"par_idN105F1\n"
+"help.text"
+msgid "Decimal number."
+msgstr "দশমিক সংখ্যা।"
+
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"par_idN105F4\n"
+"help.text"
+msgid "Parameter:"
+msgstr "প্যারামিটার:"
+
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"par_idN105F8\n"
+"help.text"
+msgid "Expression: Any string or numeric expression that you want to convert."
+msgstr "এক্সপ্রেশন: যেকোনো স্ট্রিং অথবা সংখ্যাসূচক এক্সপ্রেশন যা আপনি রূপান্তর করতে চান।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Event-Driven Macros"
+msgstr "ইভেন্ট-চালিত ম্যাক্রো"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"bm_id3154581\n"
+"help.text"
+msgid "<bookmark_value>deleting; macro assignments to events</bookmark_value> <bookmark_value>macros; assigning to events</bookmark_value> <bookmark_value>assigning macros to events</bookmark_value> <bookmark_value>events; assigning macros</bookmark_value>"
+msgstr "<bookmark_value>deleting; macro assignments to events</bookmark_value> <bookmark_value>macros; assigning to events</bookmark_value> <bookmark_value>assigning macros to events</bookmark_value> <bookmark_value>events; assigning macros</bookmark_value>"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"hd_id3147348\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01040000.xhp\" name=\"Event-Driven Macros\">Event-Driven Macros</link>"
+msgstr "<link href=\"text/sbasic/shared/01040000.xhp\" name=\"Event-Driven Macros\">ইভেন্ট-চালিত ম্যাক্রো</link>"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3146120\n"
+"2\n"
+"help.text"
+msgid "This section describes how to assign Basic programs to program events."
+msgstr "প্রোগ্রাম ইভেন্টে মূল প্রোগ্রামটি কিভাবে আরোপ করা হবে এই অংশটি তা ব্যাখ্যা করে।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3149263\n"
+"4\n"
+"help.text"
+msgid "You can automatically execute a macro when a specified software event occurs by assigning the desired macro to the event. The following table provides an overview of program events and at what point an assigned macro is executed."
+msgstr "ইভেন্টে কাঙ্খিত ম্যাক্রো বরাদ্দ করার মাধ্যমে একটি নির্দিষ্ট সফটওয়্যার ইভেন্ট সংঘটনের সময় আপনি স্বয়ংক্রিয়ভাবে ম্যাক্রোটি চালাতে পারেন। নিচের সারণিটিতে একটি প্রোগ্রাম ইভেন্ট এবং কোন পয়েন্টে বরাদ্দকৃত ম্যাক্রোটি চালিত হবে তার সারসংক্ষেপ রয়েছে।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3148455\n"
+"5\n"
+"help.text"
+msgid "Event"
+msgstr "ইভেন্ট"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3145799\n"
+"6\n"
+"help.text"
+msgid "An assigned macro is executed..."
+msgstr "একটি আরোপিত ম্যাক্রো এক্সিকিউট করা হয়..."
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3149379\n"
+"7\n"
+"help.text"
+msgid "Program Start"
+msgstr "Program Start"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3150715\n"
+"8\n"
+"help.text"
+msgid "... after a $[officename] application is started."
+msgstr "... একটি $[officename] অ্যাপ্লিকেশন শুরু হওয়ার পরে।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3146914\n"
+"9\n"
+"help.text"
+msgid "Program End"
+msgstr "Program End"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3153765\n"
+"10\n"
+"help.text"
+msgid "...before a $[officename] application is terminated."
+msgstr "...একটি $[officename] অ্যাপ্লিকেশন শেষ হওয়ার আগে।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3145150\n"
+"11\n"
+"help.text"
+msgid "Create Document"
+msgstr "নথি তৈরি করা হবে"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3163808\n"
+"12\n"
+"help.text"
+msgid "...after a new document is created with <emph>File - New</emph> or with the <emph>New</emph> icon."
+msgstr "...<emph>ফাইল - নতুন</emph> অথবা <emph>নতুন</emph> আইকনের মাধ্যমে একটি নতুন নথি তৈরি করার পর।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3145790\n"
+"13\n"
+"help.text"
+msgid "Open Document"
+msgstr "নথি খোলা হবে"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3154572\n"
+"14\n"
+"help.text"
+msgid "...after a document is opened with <emph>File - Open</emph> or with the <emph>Open</emph> icon."
+msgstr "...<emph>ফাইল - ‌‌‌‌‌‌‌‌‌‌‌খুলুন</emph> অথবা <emph>খুলুন</emph> আইকনের মাধ্যমে একটি নথি ‌‌‌‌‌‌‌‌খোলার পর।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3153266\n"
+"15\n"
+"help.text"
+msgid "Save Document As"
+msgstr "নথিটি এভাবে সংরক্ষণ করা হবে"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3150208\n"
+"16\n"
+"help.text"
+msgid "...before a document is saved under a specified name (with <emph>File - Save As</emph>, or with <emph>File - Save</emph> or the <emph>Save</emph> icon, if a document name has not yet been specified)."
+msgstr "...একটি নির্দিষ্ট নামে (যদি একটি নথির নাম ইতোমধ্যে নির্ধারিত না হয় তাহলে <emph>ফাইল - অন্যভাবে সংরক্ষণ করুন</emph> অথবা <emph>ফাইল - সংরক্ষণ করুন</emph> অথবা <emph>সংরক্ষণ করুন</emph> আইকন এর সাহায্যে) একটি নথি সংরক্ষণ করার পূর্বে ।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3158215\n"
+"43\n"
+"help.text"
+msgid "Document has been saved as"
+msgstr "নথিটিকে এভাবে সংরক্ষিত হয়েছে"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3150980\n"
+"44\n"
+"help.text"
+msgid "... after a document was saved under a specified name (with <emph>File - Save As</emph>, or with <emph>File - Save</emph> or with the <emph>Save</emph> icon, if a document name has not yet been specified)."
+msgstr "...একটি নির্দিষ্ট নামে (যদি একটি নথির নাম ইতোমধ্যে নির্ধারিত না হয় তাহলে <emph>ফাইল - অন্যভাবে সংরক্ষণ করুন</emph> অথবা <emph>ফাইল - সংরক্ষণ করুন</emph> অথবা <emph>সংরক্ষণ করুন</emph> আইকন এর সাহায্যে) একটি নথি সংরক্ষণ করার পরে ।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3150519\n"
+"17\n"
+"help.text"
+msgid "Save Document"
+msgstr "নথি সংরক্ষণ করা হবে"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3155529\n"
+"18\n"
+"help.text"
+msgid "...before a document is saved with <emph>File - Save</emph> or the <emph>Save</emph> icon, provided that a document name has already been specified."
+msgstr "...একটি নথি <emph>ফাইল - সংরক্ষণ করুন</emph> অথবা<emph>সংরক্ষণ করুন</emph> আইকনের মাধ্যমে সংরক্ষণ করার পূর্বে, একটি নথির ইতোমধ্যেই উল্লেখিত নাম প্রদান করা হয়েছে।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3149404\n"
+"45\n"
+"help.text"
+msgid "Document has been saved"
+msgstr "নথিটি সংরক্ষিত হয়েছে"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3151332\n"
+"46\n"
+"help.text"
+msgid "...after a document is saved with <emph>File - Save</emph> or the <emph>Save</emph> icon, provided that a document name has already been specified."
+msgstr "...একটি নথি <emph>ফাইল - সংরক্ষণ করুন</emph> অথবা<emph>সংরক্ষণ করুন</emph> আইকনের মাধ্যমে সংরক্ষণ করার পরে, একটি নথির ইতোমধ্যেই উল্লেখিত নাম প্রদান করা হয়েছে।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3159171\n"
+"19\n"
+"help.text"
+msgid "Document is closing"
+msgstr "নথি বন্ধ করা হচ্ছে"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3146868\n"
+"20\n"
+"help.text"
+msgid "...before a document is closed."
+msgstr "...নথিটি বন্ধ হওয়ার আগে।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3159097\n"
+"47\n"
+"help.text"
+msgid "Document closed"
+msgstr "নথি বন্ধ করা হয়েছে"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3148606\n"
+"48\n"
+"help.text"
+msgid "...after a document was closed. Note that the \"Save Document\" event may also occur when the document is saved before closing."
+msgstr "...একটি নথি বন্ধ হওয়ার পরে। নোট করুন যে, নথিটি বন্ধ করার পূর্বেই সংরক্ষণ করা হলে \"নথি সংরক্ষণ করুন\" ইভেন্টটিও সংঘটিত হতে পারে।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3144772\n"
+"21\n"
+"help.text"
+msgid "Activate Document"
+msgstr "নথি সক্রিয় করা হবে"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3149442\n"
+"22\n"
+"help.text"
+msgid "...after a document is brought to the foreground."
+msgstr "...একটি নথিকে পুরোভাগে আনার পরে।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3150888\n"
+"23\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr "নথি নিষ্ক্রিয় করা হবে"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3154060\n"
+"24\n"
+"help.text"
+msgid "...after another document is brought to the foreground."
+msgstr "...আরেকটি নথিকে পুরোভাগে আনার পরে।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3152384\n"
+"25\n"
+"help.text"
+msgid "Print Document"
+msgstr "নথি প্রিন্ট করা হবে"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3152873\n"
+"26\n"
+"help.text"
+msgid "...after the <emph>Print</emph> dialog is closed, but before the actual print process begins."
+msgstr "... <emph>মুদ্রণ</emph> ডায়ালগটি বন্ধ হওয়ার পরে, কিন্তু প্রকৃত মুদ্রণ শুরু হওয়ার পূর্বে।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3159227\n"
+"49\n"
+"help.text"
+msgid "JavaScript run-time error"
+msgstr "JavaScript রান-টাইম ত্রুটি"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3145362\n"
+"50\n"
+"help.text"
+msgid "...when a JavaScript run-time error occurs."
+msgstr "...যখন JavaScript রান-টাইম ত্রুটি সংঘটিত হয়।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3154767\n"
+"27\n"
+"help.text"
+msgid "Print Mail Merge"
+msgstr "মেইল মার্জ মুদ্রণ করা হবে"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3153555\n"
+"28\n"
+"help.text"
+msgid "...after the <emph>Print</emph> dialog is closed, but before the actual print process begins. This event occurs for each copy printed."
+msgstr "...<emph>মুদ্রণ</emph> ডায়ালগ বন্ধ হওয়ার পরে, কিন্তু প্রকৃত মুদ্রণ প্রক্রিয়া শুরু হওয়ার পূর্বে। প্রতিটি অনুলিপি মুদ্রিত হওয়ার পূর্বে ঘ এই ঘটনাটি ঘটে থাকে।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3156366\n"
+"51\n"
+"help.text"
+msgid "Change of the page count"
+msgstr "পৃষ্ঠার মোট সংখ্যা পরিবর্তন করুন"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3154627\n"
+"52\n"
+"help.text"
+msgid "...when the page count changes."
+msgstr "...যখন পৃষ্ঠার হিসাব পরিবর্তিত হয়।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3154737\n"
+"53\n"
+"help.text"
+msgid "Message received"
+msgstr "বার্তা গৃহীত হয়েছে"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3150952\n"
+"54\n"
+"help.text"
+msgid "...if a message was received."
+msgstr "...যদি একটি বার্তা পৌছাতো।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"hd_id3153299\n"
+"30\n"
+"help.text"
+msgid "Assigning a Macro to an Event"
+msgstr "একটি ইভেন্টে ম্যাক্রো নিযুক্ত করা হচ্ছে"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3147244\n"
+"31\n"
+"help.text"
+msgid "Choose <emph>Tools - Customize</emph> and click the <emph>Events</emph> tab."
+msgstr "<emph>টুল - স্বনির্বাচন</emph> নির্বাচন করুন এবং <emph>অনুষ্ঠান</emph> ট্যাবে ক্লিক করুন।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3146098\n"
+"55\n"
+"help.text"
+msgid "Select whether you want the assignment to be globally valid or just valid in the current document in the <emph>Save In</emph> listbox."
+msgstr "আপনি বরাদ্দকৃত কাজ সার্বজনীনভাবে কার্যকর করতে চান কিনা অথবা <emph>এখানে সংরক্ষণ করুন</emph> তালিকা বাক্সের শুধুমাত্র বর্তমান নথিতে কার্যকর করতে চান কিনা তা নির্বাচন করুন।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3150431\n"
+"32\n"
+"help.text"
+msgid "Select the event from the <emph>Event</emph> list."
+msgstr "<emph>ইভেন্ট</emph> তালিকা থেকে একটি ইভেন্ট নির্বাচন করুন।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3148742\n"
+"33\n"
+"help.text"
+msgid "Click <emph>Macro</emph> and select the macro to be assigned to the selected event."
+msgstr "<emph>ম্যাক্রো</emph> ক্লিক করুন এবং নির্বাচিত ইভেন্টে ম্যাক্রো নিয়োগ করার জন্য নির্বাচন করুন।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3146321\n"
+"35\n"
+"help.text"
+msgid "Click <emph>OK</emph> to assign the macro."
+msgstr "ম্যাক্রো নিয়োগ করতে <emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3147414\n"
+"56\n"
+"help.text"
+msgid "Click <emph>OK</emph> to close the dialog."
+msgstr "ডায়ালগ বন্ধ করতে <emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"hd_id3154581\n"
+"36\n"
+"help.text"
+msgid "Removing the Assignment of a Macro to an Event"
+msgstr "একটি ইভেন্টে ম্যাক্রোর প্রয়োগ সরানো হচ্ছে"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3146883\n"
+"57\n"
+"help.text"
+msgid "Choose <emph>Tools - Customize</emph> and click the <emph>Events</emph> tab."
+msgstr "<emph>টুল - স্বনির্বাচন</emph> নির্বাচন করুন এবং <emph>ইভেন্ট</emph> ট্যাবে ক্লিক করুন।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3155909\n"
+"58\n"
+"help.text"
+msgid "Select whether you want to remove a global assignment or an assignment that is just valid in the current document by selecting the option in the <emph>Save In</emph> listbox."
+msgstr "সার্বজনীন বরাদ্দকৃত কাজটি অথবা শুধুমাত্র <emph>এখানে সংরক্ষণ করুন</emph> তালিকা বাক্সে অপশন নির্বাচন করার মাধ্যমে বর্তমান নথিতে কার্যকর একটি বরাদ্দকৃত কাজ অপসারণ করবেন কিনা তা নির্বাচন করুন।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3159129\n"
+"59\n"
+"help.text"
+msgid "Select the event that contains the assignment to be removed from the <emph>Event</emph> list."
+msgstr "একটি ইভেন্ট নির্বাচন করুন যাতে একটি বরাদ্দকৃত কাজ বিদ্যমান থাকে এবং যা <emph>ইভেন্ট</emph> তালিকা হতে মুছে ফেলা যায়।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3149143\n"
+"37\n"
+"help.text"
+msgid "Click <emph>Remove</emph>."
+msgstr "<emph>অপসারণ</emph> ক্লিক করুন।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3149351\n"
+"60\n"
+"help.text"
+msgid "Click <emph>OK</emph> to close the dialog."
+msgstr "ডায়ালগ বন্ধ করতে <emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Debugging a Basic Program"
+msgstr "একটি মূল প্রোগ্রাম ডিবাগ করা হচ্ছে"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"bm_id3153344\n"
+"help.text"
+msgid "<bookmark_value>debugging Basic programs</bookmark_value><bookmark_value>variables; observing values</bookmark_value><bookmark_value>watching variables</bookmark_value><bookmark_value>run-time errors in Basic</bookmark_value><bookmark_value>error codes in Basic</bookmark_value><bookmark_value>breakpoints</bookmark_value><bookmark_value>Call Stack window</bookmark_value>"
+msgstr "<bookmark_value>debugging Basic programs</bookmark_value><bookmark_value>variables; observing values</bookmark_value><bookmark_value>watching variables</bookmark_value><bookmark_value>run-time errors in Basic</bookmark_value><bookmark_value>error codes in Basic</bookmark_value><bookmark_value>breakpoints</bookmark_value><bookmark_value>Call Stack window</bookmark_value>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3153344\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01030300.xhp\">Debugging a Basic Program</link>"
+msgstr "<link href=\"text/sbasic/shared/01030300.xhp\">একটি মূল প্রোগ্রাম ডিবাগ করছে</link>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3159224\n"
+"4\n"
+"help.text"
+msgid "Breakpoints and Single Step Execution"
+msgstr "ব্রেকপয়েন্ট এবং এক ধাপ এক্সিকিউশন"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3150682\n"
+"5\n"
+"help.text"
+msgid "You can check each line in your Basic program for errors using single step execution. Errors are easily traced since you can immediately see the result of each step. A pointer in the breakpoint column of the Editor indicates the current line. You can also set a breakpoint if you want to force the program to be interrupted at a specific position."
+msgstr "ধাপে ধাপে চালানোর মাধ্যমে আপনার মূল প্রোগ্রামের প্রতিটি লাইনের ত্রুটি পরীক্ষা করতে পারেন। প্রতিটি ধাপের ফলাফল দেখার সাথে সাথে সহজেই ত্রুটি সনাক্ত করা যায়। সম্পাদকের ব্রেকপয়েন্ট কলামে একটি পয়েন্টার বর্তমান লাইন নির্দেশ করে। প্রোগ্রামটিকে একটি নির্দিষ্ট স্থানে বিঘ্নিত করতে চাইলে আপনি একটি ব্রেকপয়েন্টও নির্ধারণ করতে পারেন।"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3147303\n"
+"7\n"
+"help.text"
+msgid "Double-click in the <emph>breakpoint</emph> column at the left of the Editor window to toggle a breakpoint at the corresponding line. When the program reaches a breakpoint, the program execution is interrupted."
+msgstr "সংশ্লিষ্ট লাইনের মধ্যে ব্রেকপয়েন্ট টগল করার জন্য সম্পাদক উইন্ডোর বামে বিদ্যমান <emph>ব্রেকপয়েন্ট</emph> কলামে ডাবল-ক্লিক করুন। যখন প্রোগ্রামটি একটি ব্রেকপয়েন্টে পৌঁছায় তখন প্রোগ্রাম চালনা বিঘ্নিত হয়।"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3155805\n"
+"8\n"
+"help.text"
+msgid "The <emph>single step </emph>execution using the <emph>Single Step</emph> icon causes the program to branch into procedures and functions."
+msgstr "<emph> একক ধাপ</emph> আইকন ব্যবহার করে <emph> ধাপে ধাপে</emph> চালনার কারনে প্রোগ্রামটি প্রসিজার এবং ফাংশন শাখায় ভাগ হয়ে যায়।"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3151110\n"
+"25\n"
+"help.text"
+msgid "The procedure step execution using the <emph>Procedure Step</emph> icon causes the program to skip over procedures and functions as a single step."
+msgstr "<emph>প্রসিজার ধাপ</emph> আইকন ব্যবহার করে প্রসিজার ধাপ কার্যকরকরণের কারনে প্রোগ্রামটি প্রসিজার এবং ফাংশন একধাপ এড়িয়ে যায়।"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3153825\n"
+"9\n"
+"help.text"
+msgid "Properties of a Breakpoint"
+msgstr "ব্রেকপয়েন্টের বৈশিষ্ট্যাবলী"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3147574\n"
+"26\n"
+"help.text"
+msgid "The properties of a breakpoint are available through its context menu by right-clicking the breakpoint in the breakpoint column."
+msgstr "ব্রেকপয়েন্ট কলামের ব্রেকপয়েন্টে ডান-ক্লিক করার মাধ্যমে একটি ব্রেকপয়েন্টের বৈশিষ্ট্যাবলী এর প্রসঙ্গ মেনুর মধ্যে পাওয়া যায়।"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3148473\n"
+"10\n"
+"help.text"
+msgid "You can <emph>activate</emph> and <emph>deactivate</emph> a breakpoint by selecting <emph>Active</emph> from its context menu. When a breakpoint is deactivated, it does not interrupt the program execution."
+msgstr "আপনি এর বিষয়বস্তু তালিকা থেকে <emph>সক্রিয়</emph> নির্বাচন করে একটি ব্রেকপয়েন্ট <emph>সক্রিয়</emph> এবং <emph>নিষ্ক্রিয়</emph> করতে পারেন। যখন একটি ব্রেকপয়েন্ট নিষ্ক্রিয় করা হলে প্রোগ্রামের কার্যকারিতা থেমে যায় না।"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3159413\n"
+"27\n"
+"help.text"
+msgid "Select <emph>Properties</emph> from the context menu of a breakpoint or select <emph>Breakpoints</emph> from the context menu of the breakpoint column to call the <emph>Breakpoints</emph> dialog where you can specify other breakpoint options."
+msgstr "একটি ব্রেকপয়েন্টের বিষয়বস্তু থেকে <emph>বৈশিষ্ট্যাবলী</emph> অথবা<emph> ব্রেকপয়েন্ট</emph> ডায়ালগটি কল করতে ব্রেকপয়েন্ট কলামের বিষয়বস্তু মেনু থেকে <emph>ব্রেকপয়েন্ট</emph> নির্বাচন করুন যেখানে আপনি অন্যান্য ব্রেকপয়েন্ট অপশন উল্লেখ করতে পারবেন।"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3156280\n"
+"11\n"
+"help.text"
+msgid "The list displays all <emph>breakpoints</emph> with the corresponding line number in the source code. You can activate or deactivate a selected breakpoint by checking or clearing the <emph>Active</emph> box."
+msgstr "সোর্স কোডে সংশ্লিষ্ট লাইনের ক্রম সহকারে তালিকাটি সমস্ত<emph>ব্রেকপয়েন্ট</emph> প্রদর্শন করে। <emph>সক্রিয়</emph> বাক্স পরীক্ষা অথবা মুছে ফেলার মাধ্যমে আপনি একটি নির্বাচিত ব্রেকপয়েন্ট সক্রিয় অথবা নিষ্ক্রিয় করতে পারবেন।"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3158407\n"
+"12\n"
+"help.text"
+msgid "The <emph>Pass Count</emph> specifies the number of times the breakpoint can be passed over before the program is interrupted. If you enter 0 (default setting) the program is always interrupted as soon as a breakpoint is encountered."
+msgstr "প্রোগ্রাম বিঘ্নিত হওয়ার পূর্বে কতবার ব্রেকপয়েন্ট পাস করে তা <emph>পাস গণনা</emph> এর মাধ্যমে উল্লেখ করা যায়। যদি 0 (পূর্বনির্ধারিত সেটিং) সন্নিবেশ করান তাহলে ব্রেকপয়েন্ট পাওয়ার সাথে সাথে প্রোগ্রামটি বিঘ্নিত হয়।"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3153968\n"
+"13\n"
+"help.text"
+msgid "Click <emph>Delete</emph> to remove the breakpoint from the program."
+msgstr "প্রোগ্রাম থেকে ব্রেকপয়েন্ট মুছে ফেলতে <emph>মুছে ফেলুন</emph> ক্লিক করুন।"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3150439\n"
+"14\n"
+"help.text"
+msgid "Observing the Value of Variables"
+msgstr "ভেরিয়েবলের মান পর্যবেক্ষন করা হচ্ছে"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3153368\n"
+"15\n"
+"help.text"
+msgid "You can monitor the values of a variable by adding it to the <emph>Watch</emph> window. To add a variable to the list of watched variables, type the variable name in the <emph>Watch</emph> text box and press Enter."
+msgstr "<emph>পর্যবেক্ষণ</emph> উইন্ডোতে মান যুক্ত করে আপনি একটি ভেরিয়েবলের মান পর্যবেক্ষণ করতে পারেন। পর্যবেক্ষনকৃত ভেরিয়েবলের তালিকায় একটি ভেরিয়েবল যুক্ত করতে, <emph>পর্যবেক্ষণ</emph> পাঠ্য বাক্সে একটি ভেরিয়েবলের নাম টাইপ করুন এবং Enter চাপুন।"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3146986\n"
+"16\n"
+"help.text"
+msgid "The values of variables are only displayed if they are in scope. Variables that are not defined at the current source code location display (\"Out of Scope\") instead of a value."
+msgstr "ভেরিয়েবলের মান কেবলমাত্র স্কোপে থাকলেই প্রদর্শিত হয়। ভেরিয়েবল যা বর্তমান সোর্স কোডের অবস্থানে নির্ধারিত নয় তা মানের পরিবর্তে (\"স্কোপের বাইরে\") প্রদর্শন করে।"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3145272\n"
+"17\n"
+"help.text"
+msgid "You can also include arrays in the Watch window. If you enter the name of an array variable without an index value in the Watch text box, the content of the entire array is displayed."
+msgstr "আপনি পর্যবেক্ষণ উইন্ডোতে অ্যারেও অন্তর্ভুক্ত করতে পারেন। যদি আপনি পর্যবেক্ষণ পাঠ্য বাক্সে একটি সূচিপত্র মূল্য ব্যতীত একটি অ্যারে ভেরিয়েবলের নাম ঢোকান, সমগ্র অ্যারের ভিতরের উপাদান প্রদর্শন করা হয়।"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3145749\n"
+"19\n"
+"help.text"
+msgid "If you rest the mouse over a predefined variable in the Editor at run-time, the content of the variable is displayed in a pop-up box."
+msgstr "যদি আপনি রানটাইমে সম্পাদকে একটি পূর্বনির্ধারিত ভেরিয়েবলের ওপর মাউস অবস্থান করান তাহলে ভেরিয়েবলের বিষয়বস্তুসমূহ একটি পপ-আপ বাক্সে প্রদর্শিত হয়।"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3148618\n"
+"20\n"
+"help.text"
+msgid "The Call Stack Window"
+msgstr "কল স্ট্যাক উইন্ডো"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3154491\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BASICIDE_STACKWINDOW_LIST\">Provides an overview of the call hierarchy of procedures and functions.</ahelp> You can determine which procedures and functions called which other procedures and functions at the current point in the source code."
+msgstr "<ahelp hid=\"HID_BASICIDE_STACKWINDOW_LIST\"> প্রসিজার এবং ফাংশনের কল স্তরায়নের সারসংক্ষেপ বিদ্যমান।</ahelp> কোন প্রসিজার এবং ফাংশন উৎস কোডের বর্তমান পয়েন্টে অন্য কোন প্রসিজার এবং ফাংশন কল করে তা নির্ধারণ করতে পারেন।"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3150594\n"
+"24\n"
+"help.text"
+msgid "List of Run-Time Errors"
+msgstr "রান-টাইম ত্রুটির তালিকা"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"tit\n"
+"help.text"
+msgid "Keyboard Shortcuts in the Basic IDE"
+msgstr "বেসিক IDE তে কিবোর্ড শর্টকাট"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"bm_id3154760\n"
+"help.text"
+msgid "<bookmark_value>keyboard;in IDE</bookmark_value><bookmark_value>shortcut keys;Basic IDE</bookmark_value><bookmark_value>IDE;keyboard shortcuts</bookmark_value>"
+msgstr "<bookmark_value>keyboard;in IDE</bookmark_value><bookmark_value>shortcut keys;Basic IDE</bookmark_value><bookmark_value>IDE;keyboard shortcuts</bookmark_value>"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"hd_id3154760\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/keys.xhp\" name=\"Keyboard Shortcuts in the Basic IDE\">Keyboard Shortcuts in the Basic IDE</link>"
+msgstr "<link href=\"text/sbasic/shared/keys.xhp\" name=\"Keyboard Shortcuts in the Basic IDE\">বেসিক IDE তে কীবোর্ড শর্টকাট</link>"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3149655\n"
+"2\n"
+"help.text"
+msgid "In the Basic IDE you can use the following keyboard shortcuts:"
+msgstr "বেসিক IDE তে আপনি নিচের কীবোর্ড শর্টকাট ব্যবহার করতে পারেন‌:"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3154908\n"
+"3\n"
+"help.text"
+msgid "Action"
+msgstr "কাজ"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3153192\n"
+"4\n"
+"help.text"
+msgid "Keyboard shortcut"
+msgstr "কিবোর্ড শর্টকাট"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3159254\n"
+"5\n"
+"help.text"
+msgid "Run code starting from the first line, or from the current breakpoint, if the program stopped there before"
+msgstr "যদি প্রোগ্রাম পূর্বে এখানে থেমে যায় তাহলে প্রথম লাইন অথবা বর্তমান ব্রেকপয়েন্ট থেকে শুরু করে কোড রান করানো হয়।"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3163712\n"
+"6\n"
+"help.text"
+msgid "F5"
+msgstr "F5"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3150010\n"
+"7\n"
+"help.text"
+msgid "Stop"
+msgstr "থামুন"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3154319\n"
+"8\n"
+"help.text"
+msgid "Shift+F5"
+msgstr "Shift+F5"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3151073\n"
+"11\n"
+"help.text"
+msgid "Add <link href=\"text/sbasic/shared/01050100.xhp\" name=\"watch\">watch</link> for the variable at the cursor"
+msgstr "কার্সারের চলকে <link href=\"text/sbasic/shared/01050100.xhp\" name=\"watch\">পর্যবেক্ষণ</link> যোগ করুন"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3154731\n"
+"12\n"
+"help.text"
+msgid "F7"
+msgstr "F7"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3148455\n"
+"13\n"
+"help.text"
+msgid "Single step through each statement, starting at the first line or at that statement where the program execution stopped before."
+msgstr "প্রথম লাইন থেকে শুরু করে অথবা পূর্বে প্রোগ্রাম সম্পাদনা যে স্টেটমেন্টে এসে থেমে গিয়েছিল, সেখান থেকে শুরু করে প্রতিটি স্টেটমেন্টের মধ্য দিয়ে এক ধাপ।"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3150716\n"
+"14\n"
+"help.text"
+msgid "F8"
+msgstr "F8"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3156275\n"
+"15\n"
+"help.text"
+msgid "Single step as with F8, but a function call is considered to be only <emph>one</emph> statement"
+msgstr "F8 সহ একক ধাপ, কিন্তু একটি ফাংশন কল শুধুমাত্র <emph>একটি</emph> বিবরণ হিসেবে বিবেচনা করা হয়।"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3153764\n"
+"16\n"
+"help.text"
+msgid "Shift+F8"
+msgstr "Shift+F8"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3150323\n"
+"17\n"
+"help.text"
+msgid "Set or remove a <link href=\"text/sbasic/shared/01030300.xhp\" name=\"breakpoint\">breakpoint</link> at the current line or all breakpoints in the current selection"
+msgstr "বর্তমান রেখায় একটি <link href=\"text/sbasic/shared/01030300.xhp\" name=\"breakpoint\">ব্রেকপয়েন্ট</link> অথবা বর্তমান নির্বাচনের সব ব্রেকপয়েন্ট নির্ধারণ অথবা অপসারণ করুন"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3147339\n"
+"18\n"
+"help.text"
+msgid "F9"
+msgstr "F9"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3153963\n"
+"19\n"
+"help.text"
+msgid "Enable/disable the breakpoint at the current line or all breakpoints in the current selection"
+msgstr "বর্তমান রেখার ব্রেকপয়েন্ট অথবা বর্তমান নির্বাচনের সব ব্রেকপয়েন্ট সক্রিয়/নিষ্ক্রিয় করুন"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3155175\n"
+"20\n"
+"help.text"
+msgid "Shift+F9"
+msgstr "Shift+F9"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
+"par_id3154702\n"
+"21\n"
+"help.text"
+msgid "A running macro can be aborted with Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Q, also from outside of the Basic IDE. If you are inside the Basic IDE and the macro halts at a breakpoint, Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Q stops execution of the macro, but you can recognize this only after the next F5, F8, or Shift+F8."
+msgstr "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Q কমান্ডের মাধ্যমে একটি চলমান ম্যাক্রো বাতিল করা যায়, এমনকি যদি বেসিক IDE এর বাইরে থাকে। যদি আপনি বেসিক IDE তে অবস্থান করেন এবং ম্যাক্রোটি একটি ব্রেকপয়েন্টে বিরতি দেয়, তাহলে Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Q এর মাধ্যমে ম্যাক্রোর সম্পাদনা বন্ধ হয়ে যায়, কিন্তু শুধুমাত্র F5, F8, অথবা Shift+F8 চাপার পরে আপনি এটি শনাক্ত করতে পারেন।"
+
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"tit\n"
+"help.text"
+msgid "IsArray Function [Runtime]"
+msgstr "IsArray Function [Runtime]"
+
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"bm_id3154346\n"
+"help.text"
+msgid "<bookmark_value>IsArray function</bookmark_value>"
+msgstr "<bookmark_value>IsArray function</bookmark_value>"
+
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"hd_id3154346\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102200.xhp\" name=\"IsArray Function [Runtime]\">IsArray Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03102200.xhp\" name=\"IsArray Function [Runtime]\">IsArray Function [Runtime]</link>"
+
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"par_id3159413\n"
+"2\n"
+"help.text"
+msgid "Determines if a variable is a data field in an array."
+msgstr "ডাটা ক্ষেত্রের ভেরিয়েবল অ্যারে কিনা তা নির্ধারণ করা হবে।"
+
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"hd_id3150792\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"par_id3153379\n"
+"4\n"
+"help.text"
+msgid "IsArray (Var)"
+msgstr "IsArray (Var)"
+
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"hd_id3154365\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"par_id3154685\n"
+"6\n"
+"help.text"
+msgid "Bool"
+msgstr "Bool"
+
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"hd_id3153969\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"par_id3145172\n"
+"8\n"
+"help.text"
+msgid "<emph>Var:</emph> Any variable that you want to test if it is declared as an array. If the variable is an array, then the function returns <emph>True</emph>, otherwise <emph>False </emph>is returned."
+msgstr "<emph>Var:</emph> যেকোনো ভেরিয়েবল যা আপনি অ্যারে হিসেবে ডিক্লেয়ার করা হবে কিনা পরীক্ষা করতে চান। যদি ভেরিয়েবলটি একটি অ্যারে হয় তাহলে ফাংশনটি<emph> True</emph> প্রদান করে থাকে, অন্যথায় <emph>False </emph> প্রদান করে থাকে।"
+
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"hd_id3155131\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03080300.xhp
+msgctxt ""
+"03080300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Generating Random Numbers"
+msgstr "র‍্যান্ডম নাম্বার তৈরি করা হচ্ছে"
+
+#: 03080300.xhp
+msgctxt ""
+"03080300.xhp\n"
+"hd_id3143270\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080300.xhp\" name=\"Generating Random Numbers\">Generating Random Numbers</link>"
+msgstr "<link href=\"text/sbasic/shared/03080300.xhp\" name=\"Generating Random Numbers\">র‍্যান্ডম নাম্বার তৈরি করা হচ্ছে</link>"
+
+#: 03080300.xhp
+msgctxt ""
+"03080300.xhp\n"
+"par_id3154347\n"
+"2\n"
+"help.text"
+msgid "The following statements and functions generate random numbers."
+msgstr "নিচের স্টেটমেন্ট এবং ফাংশন র‍্যান্ডম সংখ্যা উৎপাদন করে থাকে।"
+
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"tit\n"
+"help.text"
+msgid "CSng Function[Runtime]"
+msgstr "CSng Function[Runtime]"
+
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"bm_id3153753\n"
+"help.text"
+msgid "<bookmark_value>CSng function</bookmark_value>"
+msgstr "<bookmark_value>CSng function</bookmark_value>"
+
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"hd_id3153753\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100900.xhp\" name=\"CSng Function[Runtime]\">CSng Function[Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100900.xhp\" name=\"CSng Function[Runtime]\">CSng Function[Runtime]</link>"
+
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"par_id3149748\n"
+"2\n"
+"help.text"
+msgid "Converts any string or numeric expression to data type Single."
+msgstr "যেকোনো স্ট্রিং অথবা সংখ্যাসূচক এক্সপ্রেশনকে ডাটা টাইপ এককে রূপান্তর করে থাকে।"
+
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"hd_id3153255\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"par_id3148983\n"
+"4\n"
+"help.text"
+msgid "CSng (Expression)"
+msgstr "CSng (Expression)"
+
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"hd_id3152347\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"par_id3153750\n"
+"6\n"
+"help.text"
+msgid "Single"
+msgstr "একক"
+
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"hd_id3146957\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"par_id3153345\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any string or numeric expression that you want to convert. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
+msgstr "<emph>এক্সপ্রেশন:</emph> যেকোনো স্ট্রিং অথবা সংখ্যাসূচক এক্সপ্রেশন যা আপনি রূপান্তর করতে চান। একটি স্ট্রিং এক্সপ্রেশন রূপান্তর করার জন্য, সংখ্যাটি অবশ্যই আপনার অপারেটিং সিস্টেমের পূর্বনির্ধারিত সংখ্যা বিন্যাস ব্যবহার করে সাধারণ লেখা (\"123.5\") হিসেবে সন্নিবেশ করাতে হবে।"
+
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"hd_id3149514\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"tit\n"
+"help.text"
+msgid "Int Function [Runtime]"
+msgstr "Int Function [Runtime]"
+
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"bm_id3153345\n"
+"help.text"
+msgid "<bookmark_value>Int function</bookmark_value>"
+msgstr "<bookmark_value>Int function</bookmark_value>"
+
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"hd_id3153345\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080502.xhp\" name=\"Int Function [Runtime]\">Int Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080502.xhp\" name=\"Int Function [Runtime]\">Int Function [Runtime]</link>"
+
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"par_id3155420\n"
+"2\n"
+"help.text"
+msgid "Returns the integer portion of a number."
+msgstr "সংখ্যার ইনটিজার অংশটি প্রদান করে।"
+
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"hd_id3147559\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"par_id3146795\n"
+"4\n"
+"help.text"
+msgid "Int (Number)"
+msgstr "Int (Number)"
+
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"hd_id3149670\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"par_id3150400\n"
+"6\n"
+"help.text"
+msgid "Double"
+msgstr "Double"
+
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"hd_id3149656\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"par_id3148797\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Any valid numeric expression."
+msgstr "<emph>নাম্বার:</emph> যেকোনো কার্যকর সংখ্যাসূচক এক্সপ্রেশন"
+
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"hd_id3148672\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"par_id3125864\n"
+"11\n"
+"help.text"
+msgid "Print Int(3.99) ' returns the value 3"
+msgstr ""
+
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"par_id3145787\n"
+"12\n"
+"help.text"
+msgid "Print Int(0) ' returns the value 0"
+msgstr ""
+
+#: 03080502.xhp
+msgctxt ""
+"03080502.xhp\n"
+"par_id3153143\n"
+"13\n"
+"help.text"
+msgid "Print Int(-3.14159) ' returns the value -4"
+msgstr ""
+
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"tit\n"
+"help.text"
+msgid "RTrim Function [Runtime]"
+msgstr "RTrim Function [Runtime]"
+
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"bm_id3154286\n"
+"help.text"
+msgid "<bookmark_value>RTrim function</bookmark_value>"
+msgstr "<bookmark_value>RTrim function</bookmark_value>"
+
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"hd_id3154286\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120309.xhp\" name=\"RTrim Function [Runtime]\">RTrim Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120309.xhp\" name=\"RTrim Function [Runtime]\">RTrim Function [Runtime]</link>"
+
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"par_id3153127\n"
+"2\n"
+"help.text"
+msgid "Deletes the spaces at the end of a string expression."
+msgstr "একটি স্ট্রিং এক্সপ্রেশনের শেষের ফাঁকা স্থান মুছে ফেলা হয়।"
+
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"par_id3153062\n"
+"3\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03120305.xhp\" name=\"LTrim Function\">LTrim Function</link>"
+msgstr "আরও দেখুন: <link href=\"text/sbasic/shared/03120305.xhp\" name=\"LTrim Function\">LTrim ফাংশন</link>"
+
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"hd_id3154924\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"par_id3154347\n"
+"5\n"
+"help.text"
+msgid "RTrim (Text As String)"
+msgstr "RTrim (Text As String)"
+
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"hd_id3149457\n"
+"6\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"par_id3153381\n"
+"7\n"
+"help.text"
+msgid "String"
+msgstr "স্ট্রিং"
+
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"hd_id3148798\n"
+"8\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"par_id3151380\n"
+"9\n"
+"help.text"
+msgid "<emph>Text: </emph>Any string expression."
+msgstr "<emph>টেক্সট: </emph>যে কোন স্ট্রিং এক্সপ্রেশন।"
+
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"hd_id3151041\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03080500.xhp
+msgctxt ""
+"03080500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Integers"
+msgstr "ইনটিজার"
+
+#: 03080500.xhp
+msgctxt ""
+"03080500.xhp\n"
+"hd_id3153345\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080500.xhp\" name=\"Integers\">Integers</link>"
+msgstr "<link href=\"text/sbasic/shared/03080500.xhp\" name=\"Integers\">ইনটিজার</link>"
+
+#: 03080500.xhp
+msgctxt ""
+"03080500.xhp\n"
+"par_id3156152\n"
+"2\n"
+"help.text"
+msgid "The following functions round values to integers."
+msgstr "নিচের ফাংশনটি মানগুলোকে ইনটিজারে পরিণত করে।"
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"tit\n"
+"help.text"
+msgid "Chr Function [Runtime]"
+msgstr "Chr Function [Runtime]"
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"bm_id3149205\n"
+"help.text"
+msgid "<bookmark_value>Chr function</bookmark_value>"
+msgstr "<bookmark_value>Chr function</bookmark_value>"
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"hd_id3149205\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120102.xhp\" name=\"Chr Function [Runtime]\">Chr Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120102.xhp\" name=\"Chr Function [Runtime]\">Chr Function [Runtime]</link>"
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"par_id3153311\n"
+"2\n"
+"help.text"
+msgid "Returns the character that corresponds to the specified character code."
+msgstr "উল্লেখিত অক্ষর কোড সংশ্লিষ্ট অক্ষর প্রদান করে থাকে।"
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"hd_id3149514\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"par_id3150669\n"
+"4\n"
+"help.text"
+msgid "Chr(Expression As Integer)"
+msgstr "Chr(Expression As Integer)"
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"hd_id3143228\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"par_id3153824\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "স্ট্রিং"
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"hd_id3148944\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"par_id3149295\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Numeric variables that represent a valid 8 bit ASCII value (0-255) or a 16 bit Unicode value."
+msgstr "<emph>এক্সপ্রেশন:</emph> সংখ্যাসূচক মান যা একটি বৈধ ৮ বিট ASCII মান (0-255) অথবা 16 ইউনিকোড মান নির্দেশ করে থাকে।"
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"par_id3159414\n"
+"9\n"
+"help.text"
+msgid "Use the <emph>Chr$</emph> function to send special control sequences to a printer or to another output source. You can also use it to insert quotation marks in a string expression."
+msgstr "<emph>Chr$</emph> ফাংশন ব্যবহার করে একটি মুদ্রণযন্ত্র অথবা অন্য কোন আউটপুট উৎসে বিশেষ কন্ট্রোল ক্রম প্রেরণ করা হয়। একটি স্ট্রিং এক্সপ্রেশনে উদ্ধৃতি চিহ্ন সন্নিবেশ করানোর জন্য এটি ব্যবহার করতে পারেন।"
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"hd_id3154366\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03120102.xhp
+#, fuzzy
+msgctxt ""
+"03120102.xhp\n"
+"par_id3154909\n"
+"12\n"
+"help.text"
+msgid "' This example inserts quotation marks (ASCII value 34) in a string."
+msgstr "REM এই উদাহরণটির মাধ্যমে একটি স্ট্রিং এ উদ্ধৃতিকরণ চিহ্ন (ASCII মান 34) সন্নিবেশ করানো হয়।"
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"par_id3151380\n"
+"13\n"
+"help.text"
+msgid "MsgBox \"A \"+ Chr$(34)+\"short\" + Chr$(34)+\" trip.\""
+msgstr "MsgBox \"A \"+ Chr$(34)+\"short\" + Chr$(34)+\" trip.\""
+
+#: 03120102.xhp
+#, fuzzy
+msgctxt ""
+"03120102.xhp\n"
+"par_id3145174\n"
+"14\n"
+"help.text"
+msgid "' The printout appears in the dialog as: A \"short\" trip."
+msgstr "REM ডায়ালগে মূদ্রন: A \"short\" trip হিসেবে আবির্ভূত হয়।"
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"par_idN10668\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120101.xhp\">ASC</link>"
+msgstr "<link href=\"text/sbasic/shared/03120101.xhp\">ASC</link>"
+
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"tit\n"
+"help.text"
+msgid "GetProcessServiceManager Function [Runtime]"
+msgstr "GetProcessServiceManager Function [Runtime]"
+
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"bm_id3153255\n"
+"help.text"
+msgid "<bookmark_value>GetProcessServiceManager function</bookmark_value><bookmark_value>ProcessServiceManager</bookmark_value>"
+msgstr "<bookmark_value>GetProcessServiceManager function</bookmark_value><bookmark_value>ProcessServiceManager</bookmark_value>"
+
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"hd_id3153255\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03131700.xhp\" name=\"GetProcessServiceManager Function [Runtime]\">GetProcessServiceManager Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03131700.xhp\" name=\"GetProcessServiceManager Function [Runtime]\">GetProcessServiceManager Function [Runtime]</link>"
+
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"par_id3156414\n"
+"2\n"
+"help.text"
+msgid "Returns the ProcessServiceManager (central Uno ServiceManager)."
+msgstr "ProcessServiceManager (কেন্দ্রিয় Uno ServiceManager) প্রদান করে।"
+
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"par_id3145136\n"
+"3\n"
+"help.text"
+msgid "This function is required when you want to instantiate a service using CreateInstanceWithArguments."
+msgstr "এই ফাংশনটি তখনই প্রয়োজন যখন আপনি CreateInstanceWithArguments ব্যবহার করে একটি সার্ভিস দ্রুত সম্পন্ন করতে চান।"
+
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"hd_id3153681\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"par_id3151110\n"
+"5\n"
+"help.text"
+msgid "oServiceManager = GetProcessServiceManager()"
+msgstr "oServiceManager = GetProcessServiceManager()"
+
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"hd_id3149516\n"
+"6\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"par_id3143270\n"
+"7\n"
+"help.text"
+msgid "oServiceManager = GetProcessServiceManager()"
+msgstr "oServiceManager = GetProcessServiceManager()"
+
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"par_id3153825\n"
+"8\n"
+"help.text"
+msgid "oIntrospection = oServiceManager.createInstance(\"com.sun.star.beans.Introspection\");"
+msgstr "oIntrospection = oServiceManager.createInstance(\"com.sun.star.beans.Introspection\");"
+
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"par_id3148473\n"
+"9\n"
+"help.text"
+msgid "this is the same as the following statement:"
+msgstr "এটি নিচের স্টেটমেন্টের মত একই রকম:"
+
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
+"par_id3145609\n"
+"10\n"
+"help.text"
+msgid "oIntrospection = CreateUnoService(\"com.sun.star.beans.Introspection\")"
+msgstr "oIntrospection = CreateUnoService(\"com.sun.star.beans.Introspection\")"
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"tit\n"
+"help.text"
+msgid "Asc Function [Runtime]"
+msgstr "Asc Function [Runtime]"
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"bm_id3150499\n"
+"help.text"
+msgid "<bookmark_value>Asc function</bookmark_value>"
+msgstr "<bookmark_value>Asc function</bookmark_value>"
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"hd_id3150499\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120101.xhp\" name=\"Asc Function [Runtime]\">Asc Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120101.xhp\" name=\"Asc Function [Runtime]\">Asc Function [Runtime]</link>"
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"par_id3151384\n"
+"2\n"
+"help.text"
+msgid "Returns the ASCII (American Standard Code for Information Interchange) value of the first character in a string expression."
+msgstr "স্ট্রিং এক্সপ্রেশনে প্রথম অক্ষরের ASCII(American Standard Code for Information Interchange) মান প্রদান করে থাকে।"
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"hd_id3155555\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"par_id3143267\n"
+"4\n"
+"help.text"
+msgid "Asc (Text As String)"
+msgstr "Asc (Text As String)"
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"hd_id3147242\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"par_id3150669\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "ইনটিজার"
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"hd_id3148473\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"par_id3149415\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any valid string expression. Only the first character in the string is relevant."
+msgstr "<emph>লেখ:</emph> যেকোনো বৈধ স্ট্রিং এক্সপ্রেশন। স্ট্রিং এর শুধুমাত্র প্রথম অক্ষরটি প্রাসঙ্গিক।"
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"par_id3145609\n"
+"9\n"
+"help.text"
+msgid "Use the Asc function to replace keys with values. If the Asc function encounters a blank string, $[officename] Basic reports a run-time error. In addition to 7 bit ASCII characters (Codes 0-127), the ASCII function can also detect non-printable key codes in ASCII code. This function can also handle 16 bit unicode characters."
+msgstr "মান দ্বারা কী প্রতিস্থাপন করার জন্য Asc ফাংশন ব্যবহার করুন। যদি Asc ফাংশনটিতে একটি ফাঁকা স্ট্রিং থাকে, তাহলে $[officename] বেসিক একটি রানটাইম ত্রুটি ফলাফল হিসেবে প্রদান করে। 7 বিট ASCII অক্ষরের (Codes 0-127) সংযুক্তি হিসেবে, ASCII পাংশনের মাধ্যমেও আপনি ASCII কোডে একটি অমুদ্রণযোগ্য কী কোড সনাক্ত করতে পারেন। ফাংনটি 16 বিট ইউনিকোড অক্ষরও হ্যান্ডল করতে পারে।"
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"hd_id3159413\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03120101.xhp
+#, fuzzy
+msgctxt ""
+"03120101.xhp\n"
+"par_id3150792\n"
+"12\n"
+"help.text"
+msgid "Print ASC(\"A\") ' returns 65"
+msgstr "Print ASC(\"A\") REM returns 65"
+
+#: 03120101.xhp
+#, fuzzy
+msgctxt ""
+"03120101.xhp\n"
+"par_id3148797\n"
+"13\n"
+"help.text"
+msgid "Print ASC(\"Z\") ' returns 90"
+msgstr "Print ASC(\"Z\") REM returns 90"
+
+#: 03120101.xhp
+#, fuzzy
+msgctxt ""
+"03120101.xhp\n"
+"par_id3163800\n"
+"14\n"
+"help.text"
+msgid "Print ASC(\"Las Vegas\") ' returns 76, since only the first character is taken into account"
+msgstr "Print ASC(\"Las Vegas\") REM returns 76, যেহেতু কেবলমাত্র প্রথম অক্ষর গণনায় নেওয়া হবে"
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"par_idN1067B\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120102.xhp\">CHR</link>"
+msgstr "<link href=\"text/sbasic/shared/03120102.xhp\">CHR</link>"
+
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"tit\n"
+"help.text"
+msgid "CDbl Function [Runtime]"
+msgstr "CDbl Function [Runtime]"
+
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"bm_id3153750\n"
+"help.text"
+msgid "<bookmark_value>CDbl function</bookmark_value>"
+msgstr "<bookmark_value>CDbl function</bookmark_value>"
+
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"hd_id3153750\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100400.xhp\" name=\"CDbl Function [Runtime]\">CDbl Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100400.xhp\" name=\"CDbl Function [Runtime]\">CDbl Function [Runtime]</link>"
+
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"par_id3149233\n"
+"2\n"
+"help.text"
+msgid "Converts any numerical expression or string expression to a double type."
+msgstr "যেকোনো সংখ্যাসূচক অথবা স্ট্রিং এক্সপ্রেশন ডাবল টাইপে রূপান্তর করা হয়।"
+
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"hd_id3149516\n"
+"3\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"par_id3156152\n"
+"4\n"
+"help.text"
+msgid "CDbl (Expression)"
+msgstr "CDbl (Expression)"
+
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"hd_id3153061\n"
+"5\n"
+"help.text"
+msgid "Return value"
+msgstr "প্রদান মান"
+
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"par_id3145068\n"
+"6\n"
+"help.text"
+msgid "Double"
+msgstr "Double"
+
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"hd_id3154760\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"par_id3153897\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any string or numeric expression that you want to convert. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
+msgstr "<emph>এক্সপ্রেশন:</emph> যেকোনো স্ট্রিং অথবা সংখ্যাসূচক এক্সপ্রেশন যা আপনি রূপান্তর করতে চান। একটি স্ট্রিং এক্সপ্রেশন রূপান্তর করার জন্য, সংখ্যাটি অবশ্যই আপনার অপারেটিং সিস্টেমের পূর্বনির্ধারিত সংখ্যা বিন্যাস ব্যবহার করে সাধারণ লেখা (\"123.5\") হিসেবে সন্নিবেশ করাতে হবে।"
+
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"hd_id3148797\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"tit\n"
+"help.text"
+msgid "Cos Function [Runtime]"
+msgstr "Cos Function [Runtime]"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"bm_id3154923\n"
+"help.text"
+msgid "<bookmark_value>Cos function</bookmark_value>"
+msgstr "<bookmark_value>Cos function</bookmark_value>"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"hd_id3154923\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080102.xhp\" name=\"Cos Function [Runtime]\">Cos Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080102.xhp\" name=\"Cos Function [Runtime]\">Cos Function [Runtime]</link>"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3159413\n"
+"2\n"
+"help.text"
+msgid "Calculates the cosine of an angle. The angle is specified in radians. The result lies between -1 and 1."
+msgstr "একটি কোনের কোসাইন গণনা করে থাকে। কোনটি রেডিয়ানে উল্লেখ করে থাকে। ফলাফল -1 এবং 1 এর মধ্যে একটি মান হয়।"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3150358\n"
+"3\n"
+"help.text"
+msgid "Using the angle Alpha, the Cos-Function calculates the ratio of the length of the side that is adjacent to the angle, divided by the length of the hypotenuse in a right-angled triangle."
+msgstr "আলফা কোন ব্যবহার করে, কোসাইন ফাংশনের সাহায্যে কোন সংশ্লিষ্ট বাহুর দৈর্ঘ্য, সমকোনী ত্রিভুজের অতিভুজের দৈর্ঘ্য দ্বরা ভাগের অনুপাত গণনা করা হয়।"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3154141\n"
+"4\n"
+"help.text"
+msgid "Cos(Alpha) = Adjacent/Hypotenuse"
+msgstr "Cos(Alpha) = Adjacent/Hypotenuse"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"hd_id3154125\n"
+"5\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3145172\n"
+"6\n"
+"help.text"
+msgid "Cos (Number)"
+msgstr "Cos (Number)"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"hd_id3156214\n"
+"7\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3150449\n"
+"8\n"
+"help.text"
+msgid "Double"
+msgstr "Double"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"hd_id3153969\n"
+"9\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3153770\n"
+"10\n"
+"help.text"
+msgid "<emph>Number:</emph> Numeric expression that specifies an angle in radians that you want to calculate the cosine for."
+msgstr "<emph>সংখ্যা:</emph> সংখ্যাসূচক এক্সপ্রশেশন যা একটি কোন রেডিয়ানে উল্লেখ করে থাকে এবং যার কোসাইন গণনা করতে চান।"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3145749\n"
+"11\n"
+"help.text"
+msgid "To convert degrees to radians, multiply degrees by pi/180. To convert radians to degrees, multiply radians by 180/pi."
+msgstr "ডিগ্রি থেকে রেডিয়ানে রূপান্তর করার জন্য, ডিগ্রিকে pi/180 দ্বারা গুণ করা হবে। রেডিয়ান থেকে ডিগ্রিতে রূপান্তর করার জন্য, রেডিয়ানকে 180/pi দ্বারা গুণ করা হবে।"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3149664\n"
+"12\n"
+"help.text"
+msgid "degree=(radian*180)/pi"
+msgstr "degree=(radian*180)/pi"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3146985\n"
+"13\n"
+"help.text"
+msgid "radian=(degree*pi)/180"
+msgstr "radian=(degree*pi)/180"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3152885\n"
+"14\n"
+"help.text"
+msgid "Pi is here the fixed circle constant with the rounded value 3.14159..."
+msgstr "3.14159... পূর্ণ সংখ্যা মান সহ নির্দিষ্ট বৃত্তাকার ধ্রুবক হলো পাই।"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"hd_id3153951\n"
+"15\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03080102.xhp
+#, fuzzy
+msgctxt ""
+"03080102.xhp\n"
+"par_id3155855\n"
+"16\n"
+"help.text"
+msgid "' The following example allows for a right-angled triangle the input of"
+msgstr "REM নিচের উদাহরণটি একটি সমকোনী ত্রিভুজের জন্য এর ইনপুট অনুমোদন করে থাকে"
+
+#: 03080102.xhp
+#, fuzzy
+msgctxt ""
+"03080102.xhp\n"
+"par_id3149484\n"
+"17\n"
+"help.text"
+msgid "' secant and angle (in degrees) and calculates the length of the hypotenuse:"
+msgstr "REM পরস্পরছেদী এবং কোন (ডিগ্রিতে) এবং অতিভুজের দৈর্ঘ্য গণনা করা হয়:"
+
+#: 03080102.xhp
+#, fuzzy
+msgctxt ""
+"03080102.xhp\n"
+"par_id3150010\n"
+"19\n"
+"help.text"
+msgid "' rounded Pi = 3.14159"
+msgstr "REM rounded Pi = 3.14159"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3144764\n"
+"21\n"
+"help.text"
+msgid "d1 = InputBox$ (\"\"Enter the length of the adjacent side: \",\"Adjacent\")"
+msgstr "d1 = InputBox$ (\"\"Enter the length of the adjacent side: \",\"Adjacent\")"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3154491\n"
+"22\n"
+"help.text"
+msgid "dAngle = InputBox$ (\"Enter the angle Alpha (in degrees): \",\"Alpha\")"
+msgstr "dAngle = InputBox$ (\"Enter the angle Alpha (in degrees): \",\"Alpha\")"
+
+#: 03080102.xhp
+msgctxt ""
+"03080102.xhp\n"
+"par_id3151074\n"
+"23\n"
+"help.text"
+msgid "Print \"The length of the hypothenuse is\"; (d1 / cos (dAngle * Pi / 180))"
+msgstr "Print \"The length of the hypothenuse is\"; (d1 / cos (dAngle * Pi / 180))"
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Manage Breakpoints"
+msgstr "ব্রেকপয়েন্ট নিয়ন্ত্রণ করা হবে"
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3154927\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01050300.xhp\" name=\"Manage Breakpoints\">Manage Breakpoints</link>"
+msgstr "<link href=\"text/sbasic/shared/01050300.xhp\" name=\"Manage Breakpoints\">ব্রেকপয়েন্ট ব্যবস্থাপনা করা হবে</link>"
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3148550\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BASICIDE_BRKPROPS\">Specifies the options for breakpoints.</ahelp>"
+msgstr "<ahelp hid=\"HID_BASICIDE_BRKPROPS\">ব্রেকপয়েন্টের জন্য অপশনগুলো সুনির্দিষ্টভাবে উল্লেখ করা হয়।</ahelp>"
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3149670\n"
+"3\n"
+"help.text"
+msgid "Breakpoints"
+msgstr "ব্রেকপয়েন্ট"
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3150398\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"BASCTL_COMBOBOX_RID_BASICIDE_BREAKPOINTDLG_RID_CB_BRKPOINTS\">Enter the line number for a new breakpoint, then click <emph>New</emph>.</ahelp>"
+msgstr "<ahelp hid=\"BASCTL_COMBOBOX_RID_BASICIDE_BREAKPOINTDLG_RID_CB_BRKPOINTS\">নতুন ব্রেকপয়েন্টেট জন্য রেখার ক্রম সন্নিবেশ করুন, তারপর <emph>নতুন</emph> এ ক্লিক করুন।</ahelp>"
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3156280\n"
+"6\n"
+"help.text"
+msgid "Active"
+msgstr "সক্রিয়"
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3154910\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BASICIDE_ACTIV\">Activates or deactivates the current breakpoint.</ahelp>"
+msgstr "<ahelp hid=\"HID_BASICIDE_ACTIV\">বর্তমান ব্রেকপয়েন্টটি সক্রিয় বা নিষ্ক্রিয় করা হয়।</ahelp>"
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3144500\n"
+"8\n"
+"help.text"
+msgid "Pass Count"
+msgstr "মোট পাস"
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3161831\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"BASCTL_NUMERICFIELD_RID_BASICIDE_BREAKPOINTDLG_RID_FLD_PASS\">Specify the number of loops to perform before the breakpoint takes effect.</ahelp>"
+msgstr "<ahelp hid=\"BASCTL_NUMERICFIELD_RID_BASICIDE_BREAKPOINTDLG_RID_FLD_PASS\">ব্রেকপয়েন্টের প্রভাব শুরু হওয়ার পূর্বেই কত পরিমাণ লুপের ক্রিয়া সংঘটিত হবে তা উল্লেখ করুন।</ahelp>"
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3152579\n"
+"10\n"
+"help.text"
+msgid "New"
+msgstr "নতুন"
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3148575\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_BASICIDE_BREAKPOINTDLG_RID_PB_NEW\">Creates a breakpoint on the line number specified.</ahelp>"
+msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_BASICIDE_BREAKPOINTDLG_RID_PB_NEW\">উল্লেখিত লাইন নম্বরে ব্রেকপয়েন্ট তৈরি করা হয়।</ahelp>"
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3147319\n"
+"12\n"
+"help.text"
+msgid "Delete"
+msgstr "অপসারণ"
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3153363\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_BASICIDE_BREAKPOINTDLG_RID_PB_DEL\">Deletes the selected breakpoint.</ahelp>"
+msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_BASICIDE_BREAKPOINTDLG_RID_PB_DEL\">নির্বাচিত ব্রেকপয়েন্ট অপসারণ করা হয়।</ahelp>"
+
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Array Function [Runtime]"
+msgstr "Array Function [Runtime]"
+
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"bm_id3150499\n"
+"help.text"
+msgid "<bookmark_value>Array function</bookmark_value>"
+msgstr "<bookmark_value>Array function</bookmark_value>"
+
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"hd_id3150499\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function [Runtime]\">Array Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function [Runtime]\">Array Function [Runtime]</link>"
+
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"par_id3155555\n"
+"2\n"
+"help.text"
+msgid "Returns the type Variant with a data field."
+msgstr "একটি ডাটা ক্ষেত্রসহ টাইপ ভ্যারিয়েন্ট প্রদান করে।"
+
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"hd_id3148538\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"par_id3153126\n"
+"4\n"
+"help.text"
+msgid "Array ( Argument list)"
+msgstr "অ্যারে (আর্গুমেন্ট তালিকা)"
+
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"par_id3155419\n"
+"5\n"
+"help.text"
+msgid "See also <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>"
+msgstr "<link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link> দেখুন"
+
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"hd_id3150669\n"
+"6\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"par_id3145609\n"
+"7\n"
+"help.text"
+msgid "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas."
+msgstr "<emph>আরগুমেন্ট তালিকা:</emph> কমা দ্বারা পৃথককৃত যেকোনো সংখ্যক আরগুমেন্টের তালিকা।"
+
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"hd_id3156343\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"par_id3153897\n"
+"9\n"
+"help.text"
+msgid "Dim A As Variant"
+msgstr "Dim A As Variant"
+
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"par_id3153525\n"
+"10\n"
+"help.text"
+msgid "A = Array(\"Fred\",\"Tom\",\"Bill\")"
+msgstr "A = Array(\"Fred\",\"Tom\",\"Bill\")"
+
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
+"par_id3150792\n"
+"11\n"
+"help.text"
+msgid "Msgbox A(2)"
+msgstr "Msgbox A(2)"
+
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"tit\n"
+"help.text"
+msgid "Val Function [Runtime]"
+msgstr "Val Function [Runtime]"
+
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"bm_id3149205\n"
+"help.text"
+msgid "<bookmark_value>Val function</bookmark_value>"
+msgstr "<bookmark_value>Val function</bookmark_value>"
+
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"hd_id3149205\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120104.xhp\" name=\"Val Function [Runtime]\">Val Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120104.xhp\" name=\"Val Function [Runtime]\">Val Function [Runtime]</link>"
+
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"par_id3153345\n"
+"2\n"
+"help.text"
+msgid "Converts a string to a numeric expression."
+msgstr "একটি স্ট্রিংকে সংখ্যাসূচক এক্সপ্রেশনে রূপান্তর করে।"
+
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"hd_id3159157\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"par_id3149514\n"
+"4\n"
+"help.text"
+msgid "Val (Text As String)"
+msgstr "Val (Text As String)"
+
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"hd_id3150669\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"par_id3143228\n"
+"6\n"
+"help.text"
+msgid "Double"
+msgstr "Double"
+
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"hd_id3156024\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"par_id3154348\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> String that represents a number."
+msgstr "<emph>টেক্সট:</emph> স্ট্রিং যা একটি সংখ্যা উপস্থাপন করে।"
+
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"par_id3149670\n"
+"9\n"
+"help.text"
+msgid "Using the Val function, you can convert a string that represents numbers into numeric expressions. This is the inverse of the <emph>Str</emph> function. If only part of the string contains numbers, only the first appropriate characters of the string are converted. If the string does not contain any numbers, the <emph>Val</emph> function returns the value 0."
+msgstr "Val ফাংশন ব্যবহার করে, আপনি একটি স্ট্রিং রূপান্তর করতে পরেন যা একটি সংখ্যাসমূহকে সংখ্যাসূচক এক্সপ্রেশন হিসেবে নির্দেশন করে থাকে। এটি <emph>Str</emph> ফাংশনের বিপরীত। যদি শুধুমাত্র স্ট্রিং এর একটি অংশে সংখ্যা বিদ্যমান থাকে, তাহলে শুধুমাত্র স্ট্রিং এর প্রথম উপযুক্ত অক্ষরটি রূপান্তরিত হবে। যদি স্ট্রিংটিতে কোন সংখ্যা না থাকে, তাহলে <emph>Val</emph> ফাংশনটি 0 মান প্রদান করে থাকে।"
+
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"hd_id3154365\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ‌:"
+
+#: 03010200.xhp
+msgctxt ""
+"03010200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Functions for Screen Input"
+msgstr "পর্দার ইনপুটের জন্য ফাংশন"
+
+#: 03010200.xhp
+msgctxt ""
+"03010200.xhp\n"
+"hd_id3149456\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010200.xhp\" name=\"Functions for Screen Input\">Functions for Screen Input</link>"
+msgstr "<link href=\"text/sbasic/shared/03010200.xhp\" name=\"Functions for Screen Input\">পর্দার ইনপুটের জন্য ফাংশন</link>"
+
+#: 03010200.xhp
+msgctxt ""
+"03010200.xhp\n"
+"par_id3150398\n"
+"2\n"
+"help.text"
+msgid "This section describes Runtime functions used to control screen input."
+msgstr "এই অংশে কন্ট্রোল স্ট্রিং ইনপুটে ব্যবহৃত রানটাইম ফাংশন ব্যাখ্যা করা হয়।"
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"tit\n"
+"help.text"
+msgid "MkDir Statement [Runtime]"
+msgstr "MkDir Statement [Runtime]"
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"bm_id3156421\n"
+"help.text"
+msgid "<bookmark_value>MkDir statement</bookmark_value>"
+msgstr "<bookmark_value>MkDir statement</bookmark_value>"
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"hd_id3156421\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020411.xhp\" name=\"MkDir Statement [Runtime]\">MkDir Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020411.xhp\" name=\"MkDir Statement [Runtime]\">MkDir Statement [Runtime]</link>"
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3147000\n"
+"2\n"
+"help.text"
+msgid "Creates a new directory on a data medium."
+msgstr "একটি ডাটা মাধ্যমে নতুন একটি ডিরেক্টরী তৈরি করা হয়।"
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"hd_id3148520\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3155150\n"
+"4\n"
+"help.text"
+msgid "MkDir Text As String"
+msgstr "MkDir Text As String"
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"hd_id3156027\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3153750\n"
+"6\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that specifies the name and path of the directory to be created. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+msgstr "<emph>লেখ:</emph> যেকোনো স্ট্রিং এক্সপ্রেশন যাতে তৈরি করা হবে এমন ডিরেক্টরির নাম এবং পাথ উল্লেখ থাকে। আপনি <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL নোটেশন</link>ও ব্যবহার করতে পারেন।"
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3153311\n"
+"7\n"
+"help.text"
+msgid "If the path is not determined, the directory is created in the current directory."
+msgstr "যদি একটি পাথ নির্ধারিত না থাকে তাহলে বর্তমান ডিরেক্টরিতে এই ডিরেক্টরিটি তৈরি হবে।"
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"hd_id3155388\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3149762\n"
+"10\n"
+"help.text"
+msgid "' Example for functions of the file organization"
+msgstr "' ফাইল ব্যবস্থাপনার ফাংশনের উদাহরণ"
+
+#: 03020411.xhp
+#, fuzzy
+msgctxt ""
+"03020411.xhp\n"
+"par_id3149669\n"
+"13\n"
+"help.text"
+msgid "Const sSubDir1 As String =\"Test\""
+msgstr "Const sSubDir1 as String =\"Test\""
+
+#: 03020411.xhp
+#, fuzzy
+msgctxt ""
+"03020411.xhp\n"
+"par_id3148663\n"
+"14\n"
+"help.text"
+msgid "Const sFile2 As String = \"Copied.tmp\""
+msgstr "Const sFile2 as String = \"Copied.tmp\""
+
+#: 03020411.xhp
+#, fuzzy
+msgctxt ""
+"03020411.xhp\n"
+"par_id3154071\n"
+"15\n"
+"help.text"
+msgid "Const sFile3 As String = \"Renamed.tmp\""
+msgstr "Const sFile3 as String = \"Renamed.tmp\""
+
+#: 03020411.xhp
+#, fuzzy
+msgctxt ""
+"03020411.xhp\n"
+"par_id3154217\n"
+"19\n"
+"help.text"
+msgid "If Dir(sSubDir1,16)=\"\" Then ' Does the directory exist?"
+msgstr "If Dir(sSubDir1,16)=\"\" then ' Does the directory exist ?"
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3147228\n"
+"21\n"
+"help.text"
+msgid "MsgBox sFile,0,\"Create directory\""
+msgstr "MsgBox sFile,0,\"Create directory\""
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3153770\n"
+"26\n"
+"help.text"
+msgid "MsgBox fSysURL(CurDir()),0,\"Current directory\""
+msgstr "MsgBox fSysURL(CurDir()),0,\"Current directory\""
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3159154\n"
+"27\n"
+"help.text"
+msgid "MsgBox sFile & Chr(13) & FileDateTime( sFile ),0,\"Creation time\""
+msgstr "MsgBox sFile & Chr(13) & FileDateTime( sFile ),0,\"Creation time\""
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3149484\n"
+"28\n"
+"help.text"
+msgid "MsgBox sFile & Chr(13)& FileLen( sFile ),0,\"File length\""
+msgstr "MsgBox sFile & Chr(13)& FileLen( sFile ),0,\"File length\""
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3152885\n"
+"29\n"
+"help.text"
+msgid "MsgBox sFile & Chr(13)& GetAttr( sFile ),0,\"File attributes\""
+msgstr "MsgBox sFile & Chr(13)& GetAttr( sFile ),0,\"File attributes\""
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3153952\n"
+"31\n"
+"help.text"
+msgid "' Rename in the same directory"
+msgstr "' একই ডিরেক্টরীতে পুনরায় নামকরণ করুন"
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3147426\n"
+"34\n"
+"help.text"
+msgid "SetAttr( sFile, 0 ) 'Delete all attributes"
+msgstr "SetAttr( sFile, 0 ) 'সব বৈশিষ্ট্য মুছে ফেলা হয়"
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3148647\n"
+"35\n"
+"help.text"
+msgid "MsgBox sFile & Chr(13) & GetAttr( sFile ),0,\"New file attributes\""
+msgstr "MsgBox sFile & Chr(13) & GetAttr( sFile ),0,\"New file attributes\""
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3150092\n"
+"40\n"
+"help.text"
+msgid "' Converts a system path in URL"
+msgstr "' URL এ সিস্টেমের পাথ পরিবর্তন করা হয়"
+
+#: 03020411.xhp
+msgctxt ""
+"03020411.xhp\n"
+"par_id3156276\n"
+"49\n"
+"help.text"
+msgid "' the colon with DOS"
+msgstr "' DOS বিশিষ্ট কোলন"
+
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"tit\n"
+"help.text"
+msgid "On Error GoTo ... Resume Statement [Runtime]"
+msgstr "On Error GoTo ... Resume Statement [Runtime]"
+
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"bm_id3146795\n"
+"help.text"
+msgid "<bookmark_value>Resume Next parameter</bookmark_value><bookmark_value>On Error GoTo ... Resume statement</bookmark_value>"
+msgstr "<bookmark_value>Resume Next parameter</bookmark_value><bookmark_value> On Error GoTo ... Resume statement</bookmark_value>"
+
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"hd_id3146795\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03050500.xhp\" name=\"On Error GoTo ... Resume Statement [Runtime]\">On Error GoTo ... Resume Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03050500.xhp\" name=\"On Error GoTo ... Resume Statement [Runtime]\">On Error GoTo ... Resume Statement [Runtime]</link>"
+
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"par_id3150358\n"
+"2\n"
+"help.text"
+msgid "Enables an error-handling routine after an error occurs, or resumes program execution."
+msgstr "একটি ত্রুটি সংঘটনের পরে একটি ত্রুটি হ্যান্ডলিং রুটিন সক্রিয় করা হয়, অথবা প্রোগ্রাম চালনা স্থগিত করে রাখা হয়।"
+
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"hd_id3151212\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"par_id3145173\n"
+"4\n"
+"help.text"
+msgid "On {[Local] Error GoTo Labelname | GoTo 0 | Resume Next}"
+msgstr ""
+
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"hd_id3154125\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"par_id3150869\n"
+"7\n"
+"help.text"
+msgid "<emph>GoTo Labelname:</emph> If an error occurs, enables the error-handling routine that starts at the line \"Labelname\"."
+msgstr "<emph>GoTo Labelname:</emph> যদি ত্রুটি সংঘটিত হয়, তাহলে \"Labelname\" লাইনে শুরু হয় এমন ত্রুটি হ্যান্ডলিং রুটিন সক্রিয় করা হয়।"
+
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"par_id3150439\n"
+"8\n"
+"help.text"
+msgid "<emph>Resume Next:</emph> If an error occurs, program execution continues with the statement that follows the statement in which the error occurred."
+msgstr "<emph>Resume Next:</emph> যদি একটি ত্রুটি সংঘটিত হয়, তাহলে যে স্টেটমেন্টে ত্রুটি সংঘটিত হয়েছিল সে অনুসারি স্টেটমেন্ট সহ প্রোগ্রাম চালনা বহাল রাখা হয়।"
+
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"par_id3149482\n"
+"9\n"
+"help.text"
+msgid "<emph>GoTo 0:</emph> Disables the error handler in the current procedure."
+msgstr ""
+
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"par_id3149483\n"
+"9\n"
+"help.text"
+msgid "<emph>Local:</emph> \"On error\" is global in scope, and remains active until canceled by another \"On error\" statement. \"On Local error\" is local to the routine which invokes it. Local error handling overrides any previous global setting. When the invoking routine exits, the local error handling is canceled automatically, and any previous global setting is restored."
+msgstr ""
+
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"par_id3148619\n"
+"10\n"
+"help.text"
+msgid "The On Error GoTo statement is used to react to errors that occur in a macro."
+msgstr ""
+
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"hd_id3146985\n"
+"11\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"par_id3153876\n"
+"52\n"
+"help.text"
+msgid "Print #iNumber, \"This is a line of text\""
+msgstr "Print #iNumber, \"This is a line of text\""
+
+#: 03050500.xhp
+msgctxt ""
+"03050500.xhp\n"
+"par_id3146916\n"
+"67\n"
+"help.text"
+msgid "MsgBox \"All files will be closed\",0,\"Error\""
+msgstr "MsgBox \"All files will be closed\",0,\"Error\""
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"tit\n"
+"help.text"
+msgid "$[officename] Basic Glossary"
+msgstr "$[officename] বেসিক শব্দকোষ"
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3145068\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/00000002.xhp\" name=\"$[officename] Basic Glossary\">$[officename] Basic Glossary</link>"
+msgstr "<link href=\"text/sbasic/shared/00000002.xhp\" name=\"$[officename] Basic Glossary\">$[officename] বেসিক শব্দকোষ</link>"
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3150792\n"
+"2\n"
+"help.text"
+msgid "This glossary explains some technical terms that you may come across when working with $[officename] Basic."
+msgstr "এই শব্দভান্ডারটি $[officename] বেসিকে কাজ করার সময় প্রাপ্ত কিছু প্রযুক্তিগত শব্দের ব্যাখ্যা প্রদান করে।"
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3155133\n"
+"7\n"
+"help.text"
+msgid "Decimal Point"
+msgstr "দশমিক পয়েন্ট"
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3156443\n"
+"8\n"
+"help.text"
+msgid "When converting numbers, $[officename] Basic uses the locale settings of the system for determining the type of decimal and thousand separator."
+msgstr "সংখ্যা রূপান্তর করার সময়, $[officename] বেসিকে দশমিক এবং হাজার বিভাজকের ধরন নির্ধারণ করার জন্য সিস্টেমের স্থানীয় সেটিং ব্যবহার করে।"
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3153092\n"
+"9\n"
+"help.text"
+msgid "The behavior has an effect on both the implicit conversion ( 1 + \"2.3\" = 3.3 ) as well as the runtime function <link href=\"text/sbasic/shared/03102700.xhp\" name=\"IsNumeric\">IsNumeric</link>."
+msgstr "ইমপ্লিসিট রূপান্তর ( 1 + \"2.3\" = 3.3 ) এবং রানটাইম ফাংশন <link href=\"text/sbasic/shared/03102700.xhp\" name=\"IsNumeric\">IsNumeric</link> উভয়ের উপর এই আচরণটির একটি প্রভাব রয়েছে।"
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3155854\n"
+"29\n"
+"help.text"
+msgid "Colors"
+msgstr "রং"
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3145366\n"
+"30\n"
+"help.text"
+msgid "In $[officename] Basic, colors are treated as long integer value. The return value of color queries is also always a long integer value. When defining properties, colors can be specified using their RGB code that is converted to a long integer value using the <link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB function\">RGB function</link>."
+msgstr "$[officename] বেসিকে, রঙের মান দীর্ঘ পূর্ণসংখ্যা হিসেবে বিবেচনা করা হয়। রং কোয়েরির প্রদান মান সবসময় একটি দীর্ঘ পূর্ণসংখ্যা। বৈশিষ্ট্যাবলী নির্ধারণ করার সময়, RGB কোড ব্যবহার করে রং সুনির্দিষ্টভাবে উল্লেখ করা যায় যা <link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB function\">RGB ফাংশন</link> ব্যবহার করে একটি দীর্ঘ পূর্ণসংখ্যা মানে রূপান্তর করা হয়।"
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3146119\n"
+"32\n"
+"help.text"
+msgid "Measurement Units"
+msgstr "পরিমাপের একক"
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3154013\n"
+"33\n"
+"help.text"
+msgid "In $[officename] Basic, a <emph>method parameter</emph> or a <emph>property</emph> expecting unit information can be specified either as integer or long integer expression without a unit, or as a character string containing a unit. If no unit is passed to the method the default unit defined for the active document type will be used. If the parameter is passed as a character string containing a measurement unit, the default setting will be ignored. The default measurement unit for a document type can be set under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - (Document Type) - General</emph>."
+msgstr ""
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"bm_id3145801\n"
+"help.text"
+msgid "<bookmark_value>twips; definition</bookmark_value>"
+msgstr "<bookmark_value>twips; definition</bookmark_value>"
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3145801\n"
+"5\n"
+"help.text"
+msgid "Twips"
+msgstr "টুইপ"
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3154731\n"
+"6\n"
+"help.text"
+msgid "A twip is a screen-independent unit which is used to define the uniform position and size of screen elements on all display systems. A twip is 1/1440th of an inch or 1/20 of a printer's point. There are 1440 twips to an inch or about 567 twips to a centimeter."
+msgstr "টুইপ হলো একটি পর্দা-স্বতন্ত্র ইউনিট যা সকল প্রদর্শন পদ্ধতিতে একই অবস্থান এবং পর্দার উপাদানের আকার নির্ধারণ করতে ব্যবহৃত হয়। একটি টুইপ এক ইঞ্চির ১/১৪৪০তম অথবা একটি মুদ্রক পয়েন্টের ১/২০ভাগ। প্রতি এক ইঞ্চিতে ১৪৪০ টুইপ অথবা এক সেন্টিমিটারে প্রায় ৫৬৭ টুইপ রয়েছে।"
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3153159\n"
+"106\n"
+"help.text"
+msgid "URL Notation"
+msgstr "URL নোটেশন"
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3153415\n"
+"108\n"
+"help.text"
+msgid "URLs (<emph>Uniform Resource Locators</emph>) are used to determine the location of a resource like a file in a file system, typically inside a network environment. A URL consists of a protocol specifier, a host specifier and a file and path specifier:"
+msgstr "URL (<emph>Uniform Resource Locators</emph>) একটি রিসোর্সের অবস্থান নির্ধারণ করতে ব্যবহৃত হয়, যেমন বিশেষভাবে একটি নেটওয়ার্ক এনভায়রনমেন্টের মধ্যে বিদ্যমান একটি ফাইল সিস্টেমের ফাইল। URL একটি প্রোটোকল স্পেসিফায়ার, হোস্ট স্পেসিফায়ার এবং একটি ফাইল ও পাথ স্পেসিফায়ার নিয়ে গঠিত:"
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3149121\n"
+"107\n"
+"help.text"
+msgid "<emph>protocol</emph>://<emph>host.name</emph>/<emph>path/to/the/file.html</emph>"
+msgstr "<emph>প্রোটোকল</emph>://<emph>host.name</emph>/<emph>path/to/the/file.html</emph>"
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3168612\n"
+"109\n"
+"help.text"
+msgid "The most common usage of URLs is on the internet when specifying web pages. Example for protocols are <emph>http</emph>, <emph>ftp</emph>, or <emph>file</emph>. The <emph>file</emph> protocol specifier is used when referring to a file on the local file system."
+msgstr "URL এর সাধারণ ব্যবহার হলো ইন্টারনেটে যখন ওয়েব পেজ উল্লেখ করা হয়। <emph>http</emph>,<emph>ftp</emph>, অথবা <emph>file</emph> হলো প্রোটোকলের উদাহরণ। স্থানীয় ফাইল সিস্টেমে একটি ফাইল নির্দেশ করার সময় <emph>file</emph> প্রোটোকোল স্পেসিফায়ার ব্যবহৃত হয়।"
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"par_id3150324\n"
+"110\n"
+"help.text"
+msgid "URL notation does not allow certain special characters to be used. These are either replaced by other characters or encoded. A slash (<emph>/</emph>) is used as a path separator. For example, a file referred to as <emph>C:\\My File.sxw</emph> on the local host in \"Windows notation\" becomes <emph>file:///C|/My%20File.sxw</emph> in URL notation."
+msgstr "URL নোটেশনে কিছু বিশেষ অক্ষর ব্যবহার করা যায় না। এইগুলি অন্যান্য অক্ষর দ্বারা প্রতিস্থাপিত হয় অথবা এনকোডিং করা থাকে। একটি স্ল্যাশ (<emph> /</emph>) একটি পাথ বিভাজক হিসেবে ব্যবহৃত হয়। যেমন, স্থানীয় হোস্টের \"উইন্ডোজ নোটেশন\" এ <emph>C:\\\\My File.sxw</emph> হিসেবে নির্দেশিত একটি ফাইল URL নোটেশনে <emph>file:///C|/My%20File.sxw</emph> হয়।"
+
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"tit\n"
+"help.text"
+msgid "Join Function [Runtime]"
+msgstr "Join Function [Runtime]"
+
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"bm_id3149416\n"
+"help.text"
+msgid "<bookmark_value>Join function</bookmark_value>"
+msgstr "<bookmark_value>Join function</bookmark_value>"
+
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"hd_id3149416\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120315.xhp\" name=\"Join Function [Runtime]\">Join Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120315.xhp\" name=\"Join Function [Runtime]\">Join Function [Runtime]</link>"
+
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"par_id3149670\n"
+"2\n"
+"help.text"
+msgid "Returns a string from a number of substrings in a string array."
+msgstr "একটি স্ট্রিং অ্যারের কিছু সংখ্যক সাবস্ট্রিং হতে স্ট্রিং প্রদান করে।"
+
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"hd_id3159414\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"par_id3156344\n"
+"4\n"
+"help.text"
+msgid "Join (Text As String Array, delimiter)"
+msgstr "Join (Text As String Array, delimiter)"
+
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"hd_id3150400\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"par_id3150359\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "স্ট্রিং"
+
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"hd_id3148798\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"par_id3145171\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> A string array."
+msgstr "<emph>টেক্সট:</emph> একটি স্ট্রিং অ্যারে।"
+
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"par_id3154908\n"
+"9\n"
+"help.text"
+msgid "<emph>delimiter (optional):</emph> A string character that is used to separate the substrings in the resulting string. The default delimiter is the space character. If delimiter is a string of length zero \"\", the substrings are joined without separator."
+msgstr "<emph>বিভেদক (ঐচ্ছিক):</emph> একটি ষ্ট্রিং অক্ষর যা ফলাফল ষ্ট্রিং এর সাবষ্ট্রিং পৃথক করতে ব্যবহৃত হয়। পূর্বনির্ধারিত বিভেদকটি হলো ফাঁকা স্থান অক্ষর। যদি বিভেদকটি শূন্য \" \" দৈর্ঘ্যের একটি ষ্ট্রিং হয়, তাহলে সাবষ্ট্রিংটি বিভাজক ব্যতীত যুক্ত করা হয়।"
+
+#: 03120315.xhp
+msgctxt ""
+"03120315.xhp\n"
+"hd_id3154218\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"tit\n"
+"help.text"
+msgid "DateValue Function [Runtime]"
+msgstr "DateValue Function [Runtime]"
+
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"bm_id3156344\n"
+"help.text"
+msgid "<bookmark_value>DateValue function</bookmark_value>"
+msgstr "<bookmark_value>DateValue function</bookmark_value>"
+
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"hd_id3156344\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030102.xhp\" name=\"DateValue Function [Runtime]\">DateValue Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030102.xhp\" name=\"DateValue Function [Runtime]\">DateValue Function [Runtime]</link>"
+
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"par_id3150542\n"
+"2\n"
+"help.text"
+msgid "Returns a date value from a date string. The date string is a complete date in a single numeric value. You can also use this serial number to determine the difference between two dates."
+msgstr "তারিখ স্ট্রিং থেকে একটি তারিখ মান প্রদান করে থাকে। তারিখ স্ট্রিং হলো একক সংখ্যাসূচক মানযুক্ত সম্পূর্ণ তারিখ। দুইটি তারিখের মধ্যে পার্থক্য নির্ধারণ করার জন্য আপনি এই ক্রমানুসার সংখ্যা ব্যবহার করতে পারেন।"
+
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"hd_id3148799\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"par_id3154910\n"
+"4\n"
+"help.text"
+msgid "DateValue [(date)]"
+msgstr "DateValue [(date)]"
+
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"hd_id3150870\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"par_id3153194\n"
+"6\n"
+"help.text"
+msgid "Date"
+msgstr "তারিখ"
+
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"hd_id3153969\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"par_id3153770\n"
+"8\n"
+"help.text"
+msgid "<emph>Date:</emph> String expression that contains the date that you want to calculate. The date can be specified in almost any format."
+msgstr "<emph>তারিখ:</emph> আপনি যে তারিখ গণনা করতে চান তা ধারণকারী স্ট্রিং এক্সপ্রেশন। প্রায় সব বিন্যাসেই তারিখ উল্লেখ করা যায়।"
+
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"par_id3153189\n"
+"22\n"
+"help.text"
+msgid "You can use this function to convert a date that occurs between December 1, 1582 and December 31, 9999 into a single integer value. You can then use this value to calculate the difference between two dates. If the date argument lies outside the acceptable range, $[officename] Basic returns an error message."
+msgstr "আপনি এই ফাংশনটি ব্যবহার করে তারিখ রূপান্তর করতে পারবেন যা ডিসেম্বর ১, ১৫৮২ এবং ডিসেম্বর ৩১, ৯৯৯৯ এর মধ্যে একটি ইনটিজার মান হিসেবে সংঘটিত হয়ে থাকে। আপনি পরে দুইটি তারিখের মধ্যে পার্থক্য পরিাপের জন্য এই মানটি ব্যবহার করতে পারেন। যদি তারিখ আরগুমেন্টটি গ্রহণযোগ্য একটি পরিসরের বাইরে থাকে তাহলে $[officename] বেসিক একটি ত্রুটি বার্তা প্রদান করে থাকে।"
+
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"par_id3146974\n"
+"23\n"
+"help.text"
+msgid "In contrast to the DateSerial function that passes years, months, and days as separate numeric values, the DateValue function passes the date using the format \"month.[,]day.[,]year\"."
+msgstr "পৃথক সংখ্যাসূচক মান হিসেবে বছর, মাস এবং দিন পাস করা DateSerial ফাংশনের বিপরীতে, DateValue ফাংশনটির সাহায্যে \"month.[,]day.[,]year\" বিন্যাস ব্যবহার করে তারিখ পাস করা হয়।"
+
+#: 03030102.xhp
+msgctxt ""
+"03030102.xhp\n"
+"hd_id3153142\n"
+"24\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03120300.xhp
+msgctxt ""
+"03120300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Editing String Contents"
+msgstr "স্ট্রিং উপাদান সম্পাদনা করা হচ্ছে"
+
+#: 03120300.xhp
+msgctxt ""
+"03120300.xhp\n"
+"bm_id7499008\n"
+"help.text"
+msgid "<bookmark_value>ampersand symbol in StarBasic</bookmark_value>"
+msgstr "<bookmark_value>ampersand symbol in StarBasic</bookmark_value>"
+
+#: 03120300.xhp
+msgctxt ""
+"03120300.xhp\n"
+"hd_id3153894\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120300.xhp\" name=\"Editing String Contents\">Editing String Contents</link>"
+msgstr "<link href=\"text/sbasic/shared/03120300.xhp\" name=\"Editing String Contents\">স্ট্রিং এর উপাদান সম্পাদনা করা হচ্ছে</link>"
+
+#: 03120300.xhp
+msgctxt ""
+"03120300.xhp\n"
+"par_id3149178\n"
+"2\n"
+"help.text"
+msgid "The following functions edit, format, and align the contents of strings. Use the & operator to concatenate strings."
+msgstr "নিচের ফাংশনের সাহায্যে স্ট্রিং এর বিষয়বস্তু সম্পাদনা, বিন্যাস এবং প্রান্তিককরণ করা হয়। স্ট্রিং কনক্যাটেনেট করার জন্য & অপারেটরটি ব্যবহার করা হয়।"
+
+#: 03132400.xhp
+msgctxt ""
+"03132400.xhp\n"
+"tit\n"
+"help.text"
+msgid "CreateObject Function [Runtime]"
+msgstr "CreateObject Function [Runtime]"
+
+#: 03132400.xhp
+msgctxt ""
+"03132400.xhp\n"
+"bm_id659810\n"
+"help.text"
+msgid "<bookmark_value>CreateObject function</bookmark_value>"
+msgstr "<bookmark_value>CreateObject function</bookmark_value>"
+
+#: 03132400.xhp
+msgctxt ""
+"03132400.xhp\n"
+"par_idN10580\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03132400.xhp\">CreateObject Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03132400.xhp\">CreateObject Function [Runtime]</link>"
+
+#: 03132400.xhp
+msgctxt ""
+"03132400.xhp\n"
+"par_idN10590\n"
+"help.text"
+msgid "<ahelp hid=\".\">Creates a UNO object. On Windows, can also create OLE objects.</ahelp>"
+msgstr "<ahelp hid=\".\">UNO বস্তু তৈরি করা হয়। উইন্ডোজেও, OLE অবজেক্ট তৈরি করা যায়।</ahelp>"
+
+#: 03132400.xhp
+msgctxt ""
+"03132400.xhp\n"
+"par_idN1059F\n"
+"help.text"
+msgid "This method creates instances of the type that is passed as parameter."
+msgstr "এই মেথডটি একটি ধরনের জন্য দৃষ্টান্ত তৈরি করে যা প্যারামিটার হিসেবে পাস করা হয়।"
+
+#: 03132400.xhp
+msgctxt ""
+"03132400.xhp\n"
+"par_idN105A2\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03132400.xhp
+msgctxt ""
+"03132400.xhp\n"
+"par_idN105A6\n"
+"help.text"
+msgid "oObj = CreateObject( type )"
+msgstr "oObj = CreateObject( type )"
+
+#: 03132400.xhp
+msgctxt ""
+"03132400.xhp\n"
+"par_idN105A9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03020104.xhp
+msgctxt ""
+"03020104.xhp\n"
+"tit\n"
+"help.text"
+msgid "Reset Statement [Runtime]"
+msgstr "Reset Statement [Runtime]"
+
+#: 03020104.xhp
+msgctxt ""
+"03020104.xhp\n"
+"bm_id3154141\n"
+"help.text"
+msgid "<bookmark_value>Reset statement</bookmark_value>"
+msgstr "<bookmark_value>Reset statement</bookmark_value>"
+
+#: 03020104.xhp
+msgctxt ""
+"03020104.xhp\n"
+"hd_id3154141\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement [Runtime]</link>"
+
+#: 03020104.xhp
+msgctxt ""
+"03020104.xhp\n"
+"par_id3156423\n"
+"2\n"
+"help.text"
+msgid "Closes all open files and writes the contents of all file buffers to the harddisk."
+msgstr "খোলে রাখা সব ফাইল বন্ধ করা হবে এবং সব ফাইল বাফারের বিষয়বস্তু হার্ডডিস্কে লেখা হবে।"
+
+#: 03020104.xhp
+msgctxt ""
+"03020104.xhp\n"
+"hd_id3154124\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03020104.xhp
+msgctxt ""
+"03020104.xhp\n"
+"hd_id3161831\n"
+"5\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03020104.xhp
+msgctxt ""
+"03020104.xhp\n"
+"par_id3148455\n"
+"47\n"
+"help.text"
+msgid "Print #iNumber, \"This is a new line of text\""
+msgstr "Print #iNumber, \"This is a new line of text\""
+
+#: 03020104.xhp
+msgctxt ""
+"03020104.xhp\n"
+"par_id3163805\n"
+"62\n"
+"help.text"
+msgid "MsgBox \"All files will be closed\",0,\"Error\""
+msgstr "MsgBox \"All files will be closed\",0,\"Error\""
+
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"tit\n"
+"help.text"
+msgid "Red Function [Runtime]"
+msgstr "Red Function [Runtime]"
+
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"bm_id3148947\n"
+"help.text"
+msgid "<bookmark_value>Red function</bookmark_value>"
+msgstr "<bookmark_value>Red function</bookmark_value>"
+
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"hd_id3148947\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010303.xhp\" name=\"Red Function [Runtime]\">Red Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010303.xhp\" name=\"Red Function [Runtime]\">Red Function [Runtime]</link>"
+
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"par_id3149656\n"
+"2\n"
+"help.text"
+msgid "Returns the Red component of the specified color code."
+msgstr "উল্লেখিত রং কোডের লাল কম্পোনেন্ট প্রদান করা হয়।"
+
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"hd_id3148799\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"par_id3150448\n"
+"4\n"
+"help.text"
+msgid "Red (ColorNumber As Long)"
+msgstr "Red (ColorNumber As Long)"
+
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"hd_id3151042\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান"
+
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"par_id3145173\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"hd_id3154685\n"
+"7\n"
+"help.text"
+msgid "Parameter:"
+msgstr "প্যারামিটার:"
+
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"par_id3150440\n"
+"8\n"
+"help.text"
+msgid "<emph>ColorNumber</emph>: Long integer expression that specifies any <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"color code\">color code</link> for which to return the Red component."
+msgstr "<emph>ColorNumber</emph>: দীর্ঘ ইনটিজার এক্সপ্রেশন যার মাধ্যমে লাল কম্পোনেন্ট প্রদান করার জন্য যেকোনো <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"color code\">রঙের কোড</link> উল্লেখ করা যায়।"
+
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"hd_id3148575\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03010303.xhp
+#, fuzzy
+msgctxt ""
+"03010303.xhp\n"
+"par_id3147435\n"
+"13\n"
+"help.text"
+msgid "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
+msgstr "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
+
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"par_id3155306\n"
+"14\n"
+"help.text"
+msgid "\"red= \" & red(lVar) & Chr(13)&_"
+msgstr "\"red= \" & red(lVar) & Chr(13)&_"
+
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"par_id3149262\n"
+"15\n"
+"help.text"
+msgid "\"green= \" & green(lVar) & Chr(13)&_"
+msgstr "\"green= \" & green(lVar) & Chr(13)&_"
+
+#: 03010303.xhp
+msgctxt ""
+"03010303.xhp\n"
+"par_id3147397\n"
+"16\n"
+"help.text"
+msgid "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colors\""
+msgstr "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colors\""
+
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"tit\n"
+"help.text"
+msgid "Split Function [Runtime]"
+msgstr "Split Function [Runtime]"
+
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"bm_id3156027\n"
+"help.text"
+msgid "<bookmark_value>Split function</bookmark_value>"
+msgstr "<bookmark_value>Split function</bookmark_value>"
+
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"hd_id3156027\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120314.xhp\" name=\"Split Function [Runtime]\">Split Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120314.xhp\" name=\"Split Function [Runtime]\">Split Function [Runtime]</link>"
+
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"par_id3155805\n"
+"2\n"
+"help.text"
+msgid "Returns an array of substrings from a string expression."
+msgstr "একটি স্ট্রিং এক্সপ্রেশন হতে সাবস্ট্রিং এর অ্যারে প্রদান করে।"
+
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"hd_id3149177\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"par_id3153824\n"
+"4\n"
+"help.text"
+msgid "Split (Text As String, delimiter, number)"
+msgstr "Split (Text As String, delimiter, number)"
+
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"hd_id3149763\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"par_id3154285\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "স্ট্রিং"
+
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"hd_id3145315\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"par_id3156023\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression."
+msgstr "<emph>টেক্সট:</emph> যে কোন স্ট্রিং এক্সপ্রেশন।"
+
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"par_id3147560\n"
+"9\n"
+"help.text"
+msgid "<emph>delimiter (optional):</emph> A string of one or more characters length that is used to delimit the Text. The default is the space character."
+msgstr "<emph>বিভেদক (ঐচ্ছিক):</emph> এক বা একাধিক অক্ষরের ষ্ট্রিং যা পাঠ্য চিহ্নিত করতে ব্যবহৃত হয়। পূর্বনির্ধারিতটি হলো ফাঁকা স্থান অক্ষর।"
+
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"par_id3145069\n"
+"12\n"
+"help.text"
+msgid "<emph>number (optional):</emph> The number of substrings that you want to return."
+msgstr "<emph>নাম্বার (ঐচ্ছিক):</emph> সাবস্ট্রিং এর পরিমাণ যা আপনি প্রদান করতে চান।"
+
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"hd_id3150398\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"tit\n"
+"help.text"
+msgid "Input# Statement [Runtime]"
+msgstr "Input# Statement [Runtime]"
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"bm_id3154908\n"
+"help.text"
+msgid "<bookmark_value>Input statement</bookmark_value>"
+msgstr "<bookmark_value>Input statement</bookmark_value>"
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"hd_id3154908\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020202.xhp\" name=\"Input# Statement [Runtime]\">Input# Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020202.xhp\" name=\"Input# Statement [Runtime]\">Input# Statement [Runtime]</link>"
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id3156424\n"
+"2\n"
+"help.text"
+msgid "Reads data from an open sequential file."
+msgstr "একটি মুক্ত পর্যায়ক্রমিক ফাইল হতে ডাটা পড়ছে।"
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"hd_id3125863\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id3150440\n"
+"4\n"
+"help.text"
+msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
+msgstr "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"hd_id3146121\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id3145749\n"
+"6\n"
+"help.text"
+msgid "<emph>FileNumber:</emph> Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
+msgstr "<emph>FileNumber:</emph>ডাটা ধারণকারী ফাইলের সংখ্যা যা আপনি পড়তে চান। ফাইলটি অবশ্যই INPUT কীওয়ার্ড ব্যবহার করে ওপেন স্টেটমেন্ট সহ খুলতে হবে।"
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id3150011\n"
+"7\n"
+"help.text"
+msgid "<emph>var:</emph> A numeric or string variable that you assign the values read from the opened file to."
+msgstr "<emph>var:</emph> একটি খোলা ফাইল হতে পড়ার জন্য আপনার নিবেশিত একটি সংখ্যাসূচক অথবা স্ট্রিং ভেরিয়েবল।"
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id3159153\n"
+"8\n"
+"help.text"
+msgid "The <emph>Input#</emph> statement reads numeric values or strings from an open file and assigns the data to one or more variables. A numeric variable is read up to the first carriage return (Asc=13), line feed (Asc=10), space, or comma. String variables are read to up to the first carriage return (Asc=13), line feed (Asc=10), or comma."
+msgstr "<emph>Input#</emph> স্টেটমেন্টের মাধ্যমে একটি খোলা ফাইল থেকে সংখ্যাসূচক মান অথবা ষ্ট্রিং পড়া যায় এবং এক বা একাধিক ভেরিয়েবলে ডাটা প্রয়োগ করা হয়। একটি সংখ্যাসূচক ভেরিয়েবল প্রথম ক্যারেজ প্রদান (Asc=13), লাইন ফিড (Asc=10), ফাঁকা স্থান, অথবা কমা পর্যন্ত পড়া হয়। ষ্ট্রিং ভেরিয়েবল প্রথম ক্যারেজ প্রদান (Asc=13), লাইন ফিড (Asc=10), অথবা কমা পর্যন্ত পড়া হয়।"
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id3146984\n"
+"9\n"
+"help.text"
+msgid "Data and data types in the opened file must appear in the same order as the variables that are passed in the \"var\" parameter. If you assign non-numeric values to a numeric variable, \"var\" is assigned a value of \"0\"."
+msgstr "খোলা ফাইলের ডাটা এবং ডাটা টাইপ অবশ্যই \"var\" প্যারামিটারে পাস করা ভেরিয়েবলের টাইপের মতো একই ক্রমে আবির্ভূত হয়। যদি আপনি একটি সংখ্যাসূচক ভেরিয়েবলে সংখ্যাসূচক নয় এমন মান প্রয়োগ করেন, তাহলে \"var\" এর মান \"0\" হয়।"
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id3156442\n"
+"10\n"
+"help.text"
+msgid "Records that are separated by commas cannot be assigned to a string variable. Quotation marks (\") in the file are disregarded as well. If you want to read these characters from the file, use the <emph>Line Input#</emph> statement to read pure text files (files containing only printable characters) line by line."
+msgstr "যেসব রেকর্ড কমা দ্বারা পৃথককৃত তা একটি ষ্ট্রিং ভেরিয়েবলে প্রয়োগ করা যায় না। ফাইলের উদ্ধৃতকরণ চিহ্ন (\") যথারীতি অগ্রাহ্য করা হয়। আপনি যদি ফাইল থেকে এই অক্ষরসমূহ পড়তে চান, তাহলে প্রকৃত পাঠ্য ফাইল (শুধুমাত্র মুদ্রণযোগ্য অক্ষর সম্বলিত ফাইল) লাইনের পর লাইনে পড়তে <emph>Line Input#</emph> স্টেটমেন্ট ব্যবহৃত হয়।"
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id3147349\n"
+"11\n"
+"help.text"
+msgid "If the end of the file is reached while reading a data element, an error occurs and the process is aborted."
+msgstr "যদি একটি ডাটা এলিমেন্ট পড়ার সময় ফাইলের শেষে উপস্থিত হলে, ত্রুটি সংঘটিত হয় এবং প্রসেসটি বাতিল হয়ে যায়।"
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"hd_id3152578\n"
+"12\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id4144765\n"
+"help.text"
+msgid "' Write data ( which we will read later with Input ) to file"
+msgstr ""
+
+#: 03020202.xhp
+msgctxt ""
+"03020202.xhp\n"
+"par_id4144766\n"
+"help.text"
+msgid "' Read data file using Input"
+msgstr ""
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"tit\n"
+"help.text"
+msgid "ReDim Statement [Runtime]"
+msgstr "ReDim Statement [Runtime]"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"bm_id3150398\n"
+"help.text"
+msgid "<bookmark_value>ReDim statement</bookmark_value>"
+msgstr "<bookmark_value>ReDim statement</bookmark_value>"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"hd_id3150398\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102101.xhp\" name=\"ReDim Statement [Runtime]\">ReDim Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03102101.xhp\" name=\"ReDim Statement [Runtime]\">ReDim Statement [Runtime]</link>"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3154685\n"
+"2\n"
+"help.text"
+msgid "Declares a variable or an array."
+msgstr "একটি অ্যারে অথবা চলক ডিক্লেয়ার করা হয়।"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"hd_id3154218\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3156214\n"
+"4\n"
+"help.text"
+msgid "[ReDim]Dim VarName [(start To end)] [As VarType][, VarName2 [(start To end)] [As VarType][,...]]"
+msgstr "[ReDim]Dim VarName [(start To end)] [As VarType][, VarName2 [(start To end)] [As VarType][,...]]"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id711996\n"
+"help.text"
+msgid "Optionally, you can add the <emph>Preserve</emph> keyword as a parameter to preserve the contents of the array that is redimensioned."
+msgstr "ঐচ্ছিক হিসেবে, পুনরায় মাত্রাযুক্ত করা হয়েছে এমন অ্যারের বিষয়বস্তু সংরক্ষণ করার জন্য একটি প্যারামিটার হিসেবে <emph>সংরক্ষণ</emph> কীওয়ার্ডটি যোগ করতে পারেন।"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"hd_id3148451\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3156423\n"
+"6\n"
+"help.text"
+msgid "<emph>VarName:</emph> Any variable or array name."
+msgstr "<emph>VarName:</emph> যে কোন চলক অথবা অ্যারে নাম।"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3149562\n"
+"7\n"
+"help.text"
+msgid "<emph>Start, End:</emph> Numerical values or constants that define the number of elements (NumberElements=(end-start)+1) and the index range."
+msgstr "<emph>শুরু, সমাপ্ত:</emph> সংখ্যাসূচক মান অথবা ধ্রুবক যা এলিমেন্টের পরিমাণ (NumberElements=(end-start)+1) এবং ইনডেক্সের পরিসর নির্ধারণ করে থাকে।"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3155307\n"
+"8\n"
+"help.text"
+msgid "Start and End can be numeric expressions if ReDim is used at the procedure level."
+msgstr "ReDim প্রসিজার স্তরে ব্যবহৃত হলে Start এবং End সংখ্যাসূচক এক্সপ্রেশন হতে পারে।"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3153951\n"
+"9\n"
+"help.text"
+msgid "<emph>VarType:</emph> Keyword that declares the data type of a variable."
+msgstr "<emph>VarType:</emph> কীওয়ার্ড যা একটি চলকের ডাটারধরন ডিক্লেয়ার করে।"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3147317\n"
+"10\n"
+"help.text"
+msgid "<emph>Keyword:</emph> Variable type"
+msgstr "<emph>কীওয়ার্ড:</emph> চলক ধরন"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3153728\n"
+"11\n"
+"help.text"
+msgid "<emph>Bool: </emph>Boolean variable (True, False)"
+msgstr "<emph>Bool: </emph>বুলিয়ান চলক (True, False)"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3146121\n"
+"12\n"
+"help.text"
+msgid "<emph>Date:</emph> Date variable"
+msgstr "<emph>তারিখ:</emph> তারিখ চলক"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3159156\n"
+"13\n"
+"help.text"
+msgid "<emph>Double:</emph> Double floating point variable (1.79769313486232x10E308 - 4.94065645841247x10E-324)"
+msgstr "<emph>ডাবল:</emph> ডাবল দশমিক বিন্দু চলক (1.79769313486232x10E308 - 4.94065645841247x10E-324)"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3148616\n"
+"14\n"
+"help.text"
+msgid "<emph>Integer:</emph> Integer variable (-32768 - 32767)"
+msgstr "<emph>ইনটিজার:</emph> ইনটিজার চলক (-32768 - 32767)"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3147348\n"
+"15\n"
+"help.text"
+msgid "<emph>Long:</emph> Long integer variable (-2,147,483,648 - 2,147,483,647)"
+msgstr "<emph>লং:</emph> দীর্ঘ ইনটিজার চলক (-2,147,483,648 - 2,147,483,647)"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3149412\n"
+"16\n"
+"help.text"
+msgid "<emph>Object:</emph> Object variable (can only be subsequently defined by Set!)"
+msgstr "<emph>অবজেক্ট:</emph> অবজেক্ট ভেরিয়েবল (শুধুমাত্র সেট দ্বারা ধারাবাহিকভাবে নির্ধারিত হতে পারে!)"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3154729\n"
+"17\n"
+"help.text"
+msgid "<emph>[Single]:</emph> Single floating-point variable (3.402823x10E38 - 1.401298x10E-45). If no key word is specified, a variable is defined as Single, unless a statement from DefBool to DefVar is used."
+msgstr "<emph>[Single]:</emph> Single floating-point variable (3.402823x10E38 - 1.401298x10E-45)। যদি কোন কীওয়ার্ড উল্লেখ করা না হয়,তাহলে একটি ভেরিয়েবল একক হিসেবে নির্ধারণ করা হয়, যদি না DefBool থেকে DefVar স্টেটমেন্ট ব্যবহৃত হয়।"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3148458\n"
+"18\n"
+"help.text"
+msgid "<emph>String:</emph> String variable containing a maximum of 64,000 ASCII characters."
+msgstr "<emph>ষ্ট্রিং:</emph> ষ্ট্রিং চলক সর্ব্বোচ ৬৪,০০০ ASCII অক্ষর ধারণ করে।"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3149581\n"
+"19\n"
+"help.text"
+msgid "<emph>Variant: </emph>Variant variable type (can contain all types and is set by definition)."
+msgstr "<emph>ভেরিয়েন্ট: </emph>ভেরিয়েন্ট ভেরিয়েবল টাইপ (সকল টাইপ বিদ্যমান থাকতে পারে এবং বর্ণনা অনুসারে নির্ধারিত হয়)।"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3155601\n"
+"20\n"
+"help.text"
+msgid "In $[officename] Basic, you do not need to declare variables explicitly. However, you need to declare an array before you can use them. You can declare a variable with the Dim statement, using commas to separate multiple declarations. To declare a variable type, enter a type-declaration character following the name or use a corresponding key word."
+msgstr "$[officename] বেসিকে, আপনার ভেরিয়েবল ডিক্লেয়ার করার প্রয়োজন নেই। যদিও, একটি অ্যারে ব্যবহারের পূর্বে তা ডিক্লেয়ার করতে হবে। আপনি একটি Dim স্টেটমেন্টের মাধ্যমে একটি ভেরিয়েবল ডিক্লেয়ার করতে পারেন, একাধিক ডিক্লেয়ারেশন পৃথক করার জন্য কমা ব্যবহার করতে পারেন। একটি ভেরিয়েবলের ধরন ডিক্লেয়ার করার জন্য, নাম অনুবর্তী এককটি ধরন-ডিক্লেয়ারেশন অক্ষর সন্নিবেশ করান অথবা সংশ্লিষ্ট কীওয়ার্ড ব্যবহার করুন।"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3153415\n"
+"21\n"
+"help.text"
+msgid "$[officename] Basic supports single or multi-dimensional arrays that are defined by a specified variable type. Arrays are suitable if the program contains lists or tables that you want to edit. The advantage of arrays is that it is possible to address individual elements according to indexes, which can be formulated as numeric expressions or variables."
+msgstr "$[officename] বেসিক একটি একক অথবা বহু মাত্রিক অ্যারে সমর্থন করে থাকে যা একটি নির্দিষ্ট ভেরিয়েবলের ধরন দ্বারা নির্দেশিত হয়। যদি একটি প্রোগ্রামে তালিকা অথবা সারণি থাকে তাহলে এতে অ্যারে উপযুক্ত হয় যা আপনি সম্পাদনা করতে চান। অ্যারের সুবিধা হলো, ইনডেক্স অনুসারে পৃথক এলিমেন্ট নির্দেশ করা যায়, যা একটি সংখ্যাসূচক এক্সপ্রেশন অথবা ভেরিয়েবল দ্বারা যথাযথভাবে প্রকাশ করা যায়।"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3146971\n"
+"22\n"
+"help.text"
+msgid "There are two ways to set the range of indices for arrays declared with the Dim statement:"
+msgstr "Dim স্টেটমেন্টের মাধ্যমে ডিক্লেয়ার করা অ্যারের জন্য ইনডেক্সের পরিসীমা নির্ধারণ করার জন্য দুইটি উপায় রয়েছে:"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3153950\n"
+"23\n"
+"help.text"
+msgid "DIM text(20) As String REM 21 elements numbered from 0 to 20"
+msgstr "DIM text(20) As String REM 21 0 থেকে 20 পর্যন্ত ক্রমের উপাদান"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3146912\n"
+"24\n"
+"help.text"
+msgid "DIM text(5 to 25) As String REM 21 elements numbered from 5 to 25"
+msgstr "DIM text(5 to 25) As String REM 21 5 থেকে 25 পর্যন্ত ক্রমের উপাদান"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3153709\n"
+"25\n"
+"help.text"
+msgid "DIM text$(-15 to 5) As String REM 21 elements (0 inclusive),"
+msgstr "DIM text$(-15 to 5) As String REM 21 elements (0 inclusive),"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3150321\n"
+"26\n"
+"help.text"
+msgid "rem numbered from -15 to 5"
+msgstr "rem numbered from -15 to 5"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3149018\n"
+"27\n"
+"help.text"
+msgid "Variable fields, regardless of type, can be made dynamic if they are dimensioned by ReDim at the procedure level in subroutines or functions. Normally, you can only set the range of an array once and you cannot modify it. Within a procedure, you can declare an array using the ReDim statement with numeric expressions to define the range of the field sizes."
+msgstr "ভেরিয়েবল ক্ষেত্র, ধরন ব্যতীত, ডাইনামিক করা যাবে যদি সাবরুটিন অথবা ফাংশনের প্রসিজার স্তরে RemDim দ্বারা মাত্রাযুক্ত করা হয়। সাধারণভাবে, আপনি শুধুমাত্র একবার অ্যারের পরিসর নির্ধারণ করতে পারেন এবং তা পরিবর্তন করতে পারেন না। একটি প্রসিজারের মধ্যে, ক্ষেত্রের আকারের পরিসর নির্ধারণ করার জন্য সংখ্যাসূচক এক্সপ্রেশনের সাথে ReDim স্টেটমেন্টটি ব্যবহার করে একটি অ্যারে ডিক্লেয়ার করতে পারেন।"
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"hd_id3148405\n"
+"28\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"tit\n"
+"help.text"
+msgid "Day Function [Runtime]"
+msgstr "Day Function [Runtime]"
+
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"bm_id3153345\n"
+"help.text"
+msgid "<bookmark_value>Day function</bookmark_value>"
+msgstr "<bookmark_value>Day function</bookmark_value>"
+
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"hd_id3153345\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day Function [Runtime]\">Day Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day Function [Runtime]\">Day Function [Runtime]</link>"
+
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"par_id3147560\n"
+"2\n"
+"help.text"
+msgid "Returns a value that represents the day of the month based on a serial date number generated by <emph>DateSerial</emph> or <emph>DateValue</emph>."
+msgstr "<emph>DateSerial</emph> অথবা <emph>DateValue</emph> দ্বারা উৎপাদিত ক্রমিক তারিখ সংখ্যার উপর ভিত্তি করে মাসের দিন নির্দেশক মান প্রদান করে থাকে।"
+
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"hd_id3149456\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"par_id3150358\n"
+"4\n"
+"help.text"
+msgid "Day (Number)"
+msgstr "Day (Number)"
+
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"hd_id3148798\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"par_id3125865\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"hd_id3150448\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"par_id3156423\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> A numeric expression that contains a serial date number from which you can determine the day of the month."
+msgstr "<emph>সংখ্যা:</emph> একটি সংখ্যাসূচক এক্সপ্রেশন যা ক্রমিক তারিখ সংখ্যা ধারণ করে যার দ্বারা মাসের দিন নির্ধারণ করা যায়।"
+
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"par_id3145786\n"
+"9\n"
+"help.text"
+msgid "This function is basically the opposite of the DateSerial function, returning the day of the month from a serial date number generated by the <emph>DateSerial</emph> or the <emph>DateValue</emph> function. For example, the expression"
+msgstr "এই ফাংশনটি প্রধানত DateSerial ফাংশনের বিপরীত, <emph>DateSerial</emph> অথবা <emph>DateValue</emph> ফাংশনের সাহায্যে গঠিত ক্রমানুসার তারিখ সংখ্যা থেকে মাসের দিন প্রদান করে থাকে। যেমন, এক্সপ্রেশন"
+
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"par_id3153190\n"
+"11\n"
+"help.text"
+msgid "returns the value 20."
+msgstr "মান ২০ প্রদান করে।"
+
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"hd_id3149481\n"
+"12\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03030103.xhp
+msgctxt ""
+"03030103.xhp\n"
+"par_id3149260\n"
+"14\n"
+"help.text"
+msgid "Print \"Day \" & Day(DateSerial(1994, 12, 20)) & \" of the month\""
+msgstr "Print \"Day \" & Day(DateSerial(1994, 12, 20)) & \" of the month\""
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"tit\n"
+"help.text"
+msgid "IsUnoStruct Function [Runtime]"
+msgstr "IsUnoStruct Function [Runtime]"
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"bm_id3146117\n"
+"help.text"
+msgid "<bookmark_value>IsUnoStruct function</bookmark_value>"
+msgstr "<bookmark_value>IsUnoStruct function</bookmark_value>"
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"hd_id3146117\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03104500.xhp\" name=\"IsUnoStruct Function [Runtime]\">IsUnoStruct Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03104500.xhp\" name=\"IsUnoStruct Function [Runtime]\">IsUnoStruct Function [Runtime]</link>"
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"par_id3146957\n"
+"2\n"
+"help.text"
+msgid "Returns True if the given object is a Uno struct."
+msgstr "যদি প্রদত্ত বস্তু Uno srtuct হয় তাহলে True প্রদান করে থাকে।"
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"hd_id3148538\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"par_id3155341\n"
+"4\n"
+"help.text"
+msgid "IsUnoStruct( Uno type )"
+msgstr "IsUnoStruct( Uno type )"
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"hd_id3148473\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"par_id3145315\n"
+"6\n"
+"help.text"
+msgid "Bool"
+msgstr "Bool"
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"hd_id3145609\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"par_id3148947\n"
+"8\n"
+"help.text"
+msgid "Uno type : A UnoObject"
+msgstr "Uno type : A UnoObject"
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"hd_id3156343\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"par_idN10638\n"
+"help.text"
+msgid "' Instantiate a service"
+msgstr "' Instantiate a service"
+
+#: 03104500.xhp
+#, fuzzy
+msgctxt ""
+"03104500.xhp\n"
+"par_idN10644\n"
+"help.text"
+msgid "MsgBox bIsStruct ' Displays False because oSimpleFileAccess Is NO struct"
+msgstr "MsgBox bIsStruct ' Displays False because oSimpleFileAccess is NO struct"
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"par_idN10649\n"
+"help.text"
+msgid "' Instantiate a Property struct"
+msgstr "' Instantiate a Property struct"
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"par_idN10653\n"
+"help.text"
+msgid "MsgBox bIsStruct ' Displays True because aProperty is a struct"
+msgstr "MsgBox bIsStruct ' Displays True because aProperty is a struct"
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
+"par_idN1065B\n"
+"help.text"
+msgid "MsgBox bIsStruct ' Displays False because 42 is NO struct"
+msgstr "MsgBox bIsStruct ' Displays False because 42 is NO struct"
+
+#: 03030100.xhp
+msgctxt ""
+"03030100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Converting Date Values"
+msgstr "তারিখের মান রূপান্তর করা হচ্ছে"
+
+#: 03030100.xhp
+msgctxt ""
+"03030100.xhp\n"
+"hd_id3147573\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030100.xhp\" name=\"Converting Date Values\">Converting Date Values</link>"
+msgstr "<link href=\"text/sbasic/shared/03030100.xhp\" name=\"Converting Date Values\">তারিখের মান রূপান্তর করা হচ্ছে</link>"
+
+#: 03030100.xhp
+msgctxt ""
+"03030100.xhp\n"
+"par_id3154760\n"
+"2\n"
+"help.text"
+msgid "The following functions convert date values to calculable numbers and back."
+msgstr "নিচের ফাংশনের সাহায্যে তারিখ মান গণনাযোগ্য সংখ্যাতে রূপান্তর করা যায়।"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"tit\n"
+"help.text"
+msgid "MsgBox Function [Runtime]"
+msgstr "MsgBox Function [Runtime]"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"bm_id3153379\n"
+"help.text"
+msgid "<bookmark_value>MsgBox function</bookmark_value>"
+msgstr "<bookmark_value>MsgBox function</bookmark_value>"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"hd_id3153379\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010102.xhp\" name=\"MsgBox Function [Runtime]\">MsgBox Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010102.xhp\" name=\"MsgBox Function [Runtime]\">MsgBox Function [Runtime]</link>"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3145171\n"
+"2\n"
+"help.text"
+msgid "Displays a dialog box containing a message and returns a value."
+msgstr "একটি বার্তা সম্বলিত ডায়ালগ বাক্স প্রদর্শিত হয় এবং একটি মান প্রদান করে থাকে।"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"hd_id3156281\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3154685\n"
+"4\n"
+"help.text"
+msgid "MsgBox (Text As String [,Type As Integer [,Dialogtitle As String]])"
+msgstr "MsgBox (Text As String [,Type As Integer [,Dialogtitle As String]])"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"hd_id3153771\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3146985\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"hd_id3153363\n"
+"7\n"
+"help.text"
+msgid "Parameter:"
+msgstr "প্যারামিটার:"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3153727\n"
+"8\n"
+"help.text"
+msgid "<emph>Text</emph>: String expression displayed as a message in the dialog box. Line breaks can be inserted with Chr$(13)."
+msgstr "<emph>পাঠ্য</emph>: স্ট্রিং এক্সপ্রেশন ডায়ালগ বাক্সে একটি বার্তা আকারে প্রদর্শিত হয়। লাইনব্রেক Chr$(13) দ্বারা সন্নিবেশ করানো যায়।"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3147317\n"
+"9\n"
+"help.text"
+msgid "<emph>DialogTitle</emph>: String expression displayed in the title bar of the dialog. If omitted, the name of the respective application is displayed."
+msgstr "<emph>DialogTitle</emph>: ষ্ট্রিং এক্সপ্রেশন ডায়ালগের শিরোনাম বারে প্রদর্শিত হয়। যদি বাতিল করা হয়, তাহলে নিজ নিজ অ্যাপ্লিকেশনের নাম প্রদর্শিত হবে।"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3153954\n"
+"10\n"
+"help.text"
+msgid "<emph>Type</emph>: Any integer expression that specifies the dialog type and defines the number and type of buttons or icons displayed. <emph>Type</emph> represents a combination of bit patterns (dialog elements defined by adding the respective values):"
+msgstr "<emph>টাইপ</emph>: যেকোনো ইনটিজার এক্সপ্রেশন যা ডায়ালগের ধরন, একই সাথে প্রদর্শনের জন্য সংখ্যা এবং বোতামের ধরন এবং আইকনের ধরনও উল্লেখ করে থাকে।<emph> টাইপ</emph> একটি বিট প্যাটার্ণের সমাহার প্রতিনিধিত্ব করে (ডায়ালগ এলিমেন্ট এদের নিজ নিজ মান যুক্ত করে নির্ধারণ করা যাবে):"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3154319\n"
+"11\n"
+"help.text"
+msgid "<emph>Values</emph>"
+msgstr "<emph>মান</emph>"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3147397\n"
+"12\n"
+"help.text"
+msgid "0 : Display OK button only."
+msgstr "0 : শুধুমাত্র \"ঠিক আছে\" বোতামটি প্রদর্শিত হয়।"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3145646\n"
+"13\n"
+"help.text"
+msgid "1 : Display OK and Cancel buttons."
+msgstr "1 : ঠিক আছে এবং বাতিল বোতাম প্রদর্শিত হয়।"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3149410\n"
+"14\n"
+"help.text"
+msgid "2 : Display Abort, Retry, and Ignore buttons."
+msgstr "2 : বাতিল, পুনরায় চেষ্টা, উপেক্ষা বোতাম প্রদর্শিত হয়।"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3151075\n"
+"15\n"
+"help.text"
+msgid "3 : Display Yes, No, and Cancel buttons."
+msgstr "3 : হ্যাঁ, না, বাতিল বোতাম প্রদর্শিত হয়।"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3153878\n"
+"16\n"
+"help.text"
+msgid "4 : Display Yes and No buttons."
+msgstr "4 : হ্যাঁ এবং না বোতাম প্রদর্শিত হয়।"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3155601\n"
+"17\n"
+"help.text"
+msgid "5 : Display Retry and Cancel buttons."
+msgstr "5 : পুনরায় চেষ্টা এবং বাতিল বোতাম প্রদর্শিত হয়।"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3150716\n"
+"18\n"
+"help.text"
+msgid "16 : Add the Stop icon to the dialog."
+msgstr "16 : ডায়ালগে থামা আইকন প্রদর্শিত হয়।"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3153837\n"
+"19\n"
+"help.text"
+msgid "32 : Add the Question icon to the dialog."
+msgstr "32 : ডায়ালগে প্রশ্ন আইকন যোগ করা হয়।"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3150751\n"
+"20\n"
+"help.text"
+msgid "48 : Add the Exclamation Point icon to the dialog."
+msgstr "48 : ডায়ালগে বিস্ময়বোধক আইকন যোগ করা হয়।"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3146915\n"
+"21\n"
+"help.text"
+msgid "64 : Add the Information icon to the dialog."
+msgstr "64 : ডায়ালগে তথ্যজ্ঞাপক আইকন যোগ করা হয়।"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3145640\n"
+"22\n"
+"help.text"
+msgid "128 : First button in the dialog as default button."
+msgstr "128 : ডায়ালগের প্রথম বোতামটি ডিফল্ট বোতাম হিসেবে আছে।"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3153765\n"
+"23\n"
+"help.text"
+msgid "256 : Second button in the dialog as default button."
+msgstr "256 : ডায়ালগের দ্বিতীয় বোতামটি ডিফল্ট বোতাম হিসেবে আছে।"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3153715\n"
+"24\n"
+"help.text"
+msgid "512 : Third button in the dialog as default button."
+msgstr "512 : ডায়ালগের তৃতীয় বোতামটি ডিফল্ট বোতাম হিসেবে আছে।"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3159267\n"
+"25\n"
+"help.text"
+msgid "<emph>Return value:</emph>"
+msgstr "<emph>প্রদান মান:</emph>"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3145230\n"
+"26\n"
+"help.text"
+msgid "1 : OK"
+msgstr "1 : ঠিক আছে"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3149567\n"
+"27\n"
+"help.text"
+msgid "2 : Cancel"
+msgstr "2 : বাতিল"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id4056825\n"
+"help.text"
+msgid "3 : Abort"
+msgstr "3 : বাতিল"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3155335\n"
+"28\n"
+"help.text"
+msgid "4 : Retry"
+msgstr "4 : পুনরায় চেষ্টা"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3146918\n"
+"29\n"
+"help.text"
+msgid "5 : Ignore"
+msgstr "5 : উপেক্ষা"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3155961\n"
+"30\n"
+"help.text"
+msgid "6 : Yes"
+msgstr "6 : হ্যাঁ"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3148488\n"
+"31\n"
+"help.text"
+msgid "7 : No"
+msgstr "7 : না"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"hd_id3150090\n"
+"40\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3151278\n"
+"43\n"
+"help.text"
+msgid "sVar = MsgBox(\"Las Vegas\")"
+msgstr "sVar = MsgBox(\"Las Vegas\")"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3149034\n"
+"44\n"
+"help.text"
+msgid "sVar = MsgBox(\"Las Vegas\",1)"
+msgstr "sVar = MsgBox(\"Las Vegas\",1)"
+
+#: 03010102.xhp
+msgctxt ""
+"03010102.xhp\n"
+"par_id3166424\n"
+"45\n"
+"help.text"
+msgid "sVar = MsgBox( \"Las Vegas\",256 + 16 + 2,\"Dialog title\")"
+msgstr "sVar = MsgBox( \"Las Vegas\",256 + 16 + 2,\"Dialog title\")"
+
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"tit\n"
+"help.text"
+msgid "LCase Function [Runtime]"
+msgstr "LCase Function [Runtime]"
+
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"bm_id3152363\n"
+"help.text"
+msgid "<bookmark_value>LCase function</bookmark_value>"
+msgstr "<bookmark_value>LCase function</bookmark_value>"
+
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"hd_id3152363\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120302.xhp\" name=\"LCase Function [Runtime]\">LCase Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120302.xhp\" name=\"LCase Function [Runtime]\">LCase Function [Runtime]</link>"
+
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"par_id3145609\n"
+"2\n"
+"help.text"
+msgid "Converts all uppercase letters in a string to lowercase."
+msgstr "একটি স্ট্রিং এর সকল বড় হাতের অক্ষরকে ছোট হাতের অক্ষরে রূপান্তর করা হয়।"
+
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"par_id3154347\n"
+"3\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase\">UCase</link> Function"
+msgstr "আরও দেখুন: <link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase\">UCase</link> ফাংশন"
+
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"hd_id3149456\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"par_id3150791\n"
+"5\n"
+"help.text"
+msgid "LCase (Text As String)"
+msgstr "LCase (Text As String)"
+
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"hd_id3154940\n"
+"6\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"par_id3144760\n"
+"7\n"
+"help.text"
+msgid "String"
+msgstr "স্ট্রিং"
+
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"hd_id3151043\n"
+"8\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"par_id3153193\n"
+"9\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that you want to convert."
+msgstr "<emph>টেক্সট:</emph> যে কোন স্ট্রিং এক্সপ্রেশন যা আপনি রূপান্তর করতে চান।"
+
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"hd_id3148451\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ‌:"
+
+#: 03120302.xhp
+#, fuzzy
+msgctxt ""
+"03120302.xhp\n"
+"par_id3146121\n"
+"14\n"
+"help.text"
+msgid "Print LCase(sVar) ' Returns \"las vegas\""
+msgstr "Print LCase(sVar) REM Returns \"las vegas\""
+
+#: 03120302.xhp
+#, fuzzy
+msgctxt ""
+"03120302.xhp\n"
+"par_id3146986\n"
+"15\n"
+"help.text"
+msgid "Print UCase(sVar) ' Returns \"LAS VEGAS\""
+msgstr "Print UCase(sVar) REM Returns \"LAS VEGAS\""
+
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"tit\n"
+"help.text"
+msgid "ThisComponent Statement [Runtime]"
+msgstr "ThisComponent Statement [Runtime]"
+
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"bm_id3155342\n"
+"help.text"
+msgid "<bookmark_value>ThisComponent property</bookmark_value><bookmark_value>components;addressing</bookmark_value>"
+msgstr "<bookmark_value>ThisComponent property</bookmark_value><bookmark_value>components;addressing</bookmark_value>"
+
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"hd_id3155342\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03132200.xhp\" name=\"ThisComponent [Runtime]\">ThisComponent [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03132200.xhp\" name=\"ThisComponent [Runtime]\">ThisComponent [Runtime]</link>"
+
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"par_id3154923\n"
+"2\n"
+"help.text"
+msgid "Addresses the active component so that its properties can be read and set. ThisComponent is used from document Basic, where it represents the document the Basic belongs to. The type of object accessed by ThisComponent depends on the document type."
+msgstr "সক্রিয় উপাদান নির্দেশনা প্রদানের মাধ্যমে বৈশিষ্ট্যাবলী পড়া এবং নির্ধারণ করা যায়। এই কম্পোনেন্টটি নথি বেসিক থেকে ব্যবহৃত হয়, যেখানে এটি বেসিকের অন্তর্ভুক্ত নথির নির্দেশ করে। এই কম্পোনেট দ্বারা প্রয়োগকৃত বস্তুর ধরন নথির ধরনের উপর নির্ভরশীল।"
+
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"hd_id3154346\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"par_id3151056\n"
+"4\n"
+"help.text"
+msgid "ThisComponent"
+msgstr "ThisComponent"
+
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"hd_id3154940\n"
+"5\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03132200.xhp
+#, fuzzy
+msgctxt ""
+"03132200.xhp\n"
+"par_id3154123\n"
+"7\n"
+"help.text"
+msgid "' updates the \"Table of Contents\" in a text doc"
+msgstr "REM দ্বারা পাঠ্য নথিতে \"সূচিপত্র\" হালনাগাদ করা হয়"
+
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"par_id3153194\n"
+"10\n"
+"help.text"
+msgid "index = allindexes.getByName(\"Table of Contents1\")"
+msgstr "index = allindexes.getByName(\"Table of Contents1\")"
+
+#: 03132200.xhp
+#, fuzzy
+msgctxt ""
+"03132200.xhp\n"
+"par_id3156422\n"
+"11\n"
+"help.text"
+msgid "' use the default name for Table of Contents and a 1"
+msgstr "REM এ সূচিপত্র এবং a 1 এর জন্য পূর্বনির্ধারিত নাম ব্যবহৃত হয়"
+
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"tit\n"
+"help.text"
+msgid "Second Function [Runtime]"
+msgstr "Second Function [Runtime]"
+
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"bm_id3153346\n"
+"help.text"
+msgid "<bookmark_value>Second function</bookmark_value>"
+msgstr "<bookmark_value>Second function</bookmark_value>"
+
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"hd_id3153346\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second Function [Runtime]\">Second Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second Function [Runtime]\">Second Function [Runtime]</link>"
+
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"par_id3156023\n"
+"2\n"
+"help.text"
+msgid "Returns an integer that represents the seconds of the serial time number that is generated by the TimeSerial or the TimeValue function."
+msgstr "একটি ইনটিজার মান প্রদান করে থাকে যা TimeSerial অথবা TimeValue ফাংশন দ্বারা গঠিত ক্রমানুসার সময় সংখ্যার সেকেন্ড মান নির্দেশ করে থাকে।"
+
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"hd_id3147264\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"par_id3146795\n"
+"4\n"
+"help.text"
+msgid "Second (Number)"
+msgstr "Second (Number)"
+
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"hd_id3150792\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"par_id3154140\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"hd_id3156280\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"par_id3154124\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Numeric expression that contains the serial time number that is used to calculate the number of seconds."
+msgstr "<emph>Number:</emph> সংখ্যাসূচক এক্সপ্রেশন যা সেকেন্ডের পরিমাণ গণনা করার জন্য ব্যবহৃত ক্রমানুসার সময় সংখ্যা ধারণ করে থাকে।"
+
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"par_id3125864\n"
+"9\n"
+"help.text"
+msgid "This function is the opposite of the <emph>TimeSerial </emph>function. It returns the seconds of a serial time value that is generated by the <emph>TimeSerial</emph> or <emph>TimeValue </emph>functions. For example, the expression:"
+msgstr "এই ফাংশনটি <emph>TimeSerial</emph> ফাংশনের বিপরীত। এটি ক্রমানুসার সময় মানের সেকেন্ড মান প্রদান করে থাকে, যা <emph>TimeSerial</emph> অথবা <emph>TimeValue </emph> ফাংশন দ্বারা গঠিত। যেমন, এক্সপ্রেশন"
+
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"par_id3153951\n"
+"10\n"
+"help.text"
+msgid "Print Second(TimeSerial(12,30,41))"
+msgstr "Print Second(TimeSerial(12,30,41))"
+
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"par_id3151117\n"
+"11\n"
+"help.text"
+msgid "returns the value 41."
+msgstr "মান ৪১ প্রদান করে।"
+
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"hd_id3147426\n"
+"12\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03030204.xhp
+msgctxt ""
+"03030204.xhp\n"
+"par_id3156441\n"
+"14\n"
+"help.text"
+msgid "MsgBox \"The exact second of the current time is \"& Second( Now )"
+msgstr "MsgBox \"The exact second of the current time is \"& Second( Now )"
+
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"tit\n"
+"help.text"
+msgid "IsDate Function [Runtime]"
+msgstr "IsDate Function [Runtime]"
+
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"bm_id3145090\n"
+"help.text"
+msgid "<bookmark_value>IsDate function</bookmark_value>"
+msgstr "<bookmark_value>IsDate function</bookmark_value>"
+
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"hd_id3145090\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102300.xhp\" name=\"IsDate Function [Runtime]\">IsDate Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03102300.xhp\" name=\"IsDate Function [Runtime]\">IsDate Function [Runtime]</link>"
+
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"par_id3153311\n"
+"2\n"
+"help.text"
+msgid "Tests if a numeric or string expression can be converted to a <emph>Date</emph> variable."
+msgstr "সংখ্যাসূচক অথবা স্ট্রিং এক্সপ্রেশন <emph>তারিখ</emph> ভেরিয়েবলে রূপান্তর করা যায় কিনা তা পরীক্ষা করা হবে।"
+
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"hd_id3153824\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"par_id3147573\n"
+"4\n"
+"help.text"
+msgid "IsDate (Expression)"
+msgstr "IsDate (Expression)"
+
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"hd_id3143270\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"par_id3147560\n"
+"6\n"
+"help.text"
+msgid "Bool"
+msgstr "Bool"
+
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"hd_id3148947\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"par_id3145069\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any numeric or string expression that you want to test. If the expression can be converted to a date, the function returns <emph>True</emph>, otherwise the function returns <emph>False</emph>."
+msgstr "<emph>এক্সপ্রেশন:</emph> যেকোনো সংখ্যাসূচক অথবা স্ট্রিং এক্সপ্রেশন যা আপনি পরীক্ষা করতে চান। যদি এক্সপ্রেশনটি একটি তারিখে রূপান্তর করা যায় তাহলে ফাংশনটি <emph>True</emph> প্রদান করে থাকে, অন্যথায় ফাংশনটি <emph>False</emph> প্রদান করে থাকে।"
+
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
+"hd_id3150447\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03102300.xhp
+#, fuzzy
+msgctxt ""
+"03102300.xhp\n"
+"par_id3150869\n"
+"13\n"
+"help.text"
+msgid "Print IsDate(sDateVar) ' Returns True"
+msgstr "print IsDate(sDateVar) REM Returns True"
+
+#: 03102300.xhp
+#, fuzzy
+msgctxt ""
+"03102300.xhp\n"
+"par_id3147288\n"
+"15\n"
+"help.text"
+msgid "Print IsDate(sDateVar) ' Returns False"
+msgstr "print IsDate(sDateVar) REM Returns False"
+
+#: 03020400.xhp
+msgctxt ""
+"03020400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Managing Files"
+msgstr "ফাইল ব্যবস্থাপনা করা হচ্ছে"
+
+#: 03020400.xhp
+msgctxt ""
+"03020400.xhp\n"
+"hd_id3145136\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020400.xhp\" name=\"Managing Files\">Managing Files</link>"
+msgstr "<link href=\"text/sbasic/shared/03020400.xhp\" name=\"Managing Files\">ফাইল ব্যবস্থাপনা করা হচ্ছে</link>"
+
+#: 03020400.xhp
+msgctxt ""
+"03020400.xhp\n"
+"par_id3147264\n"
+"2\n"
+"help.text"
+msgid "The functions and statements for managing files are described here."
+msgstr "এখানে ফাইল ব্যবস্থাপনার জন্য ফাংশন এবং স্টেটমেন্ট ব্যাখ্যা করা হয়।"
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"tit\n"
+"help.text"
+msgid "CBool Function [Runtime]"
+msgstr "CBool Function [Runtime]"
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"bm_id3150616\n"
+"help.text"
+msgid "<bookmark_value>CBool function</bookmark_value>"
+msgstr "<bookmark_value>CBool function</bookmark_value>"
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"hd_id3150616\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100100.xhp\" name=\"CBool Function [Runtime]\">CBool Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100100.xhp\" name=\"CBool Function [Runtime]\">CBool Function [Runtime]</link>"
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3145136\n"
+"2\n"
+"help.text"
+msgid "Converts a string comparison or numeric comparison to a Boolean expression, or converts a single numeric expression to a Boolean expression."
+msgstr "একটি স্ট্রিং অথবা সংখ্যাসূচক এক্সপ্রেশনকে বুলিয়ান এক্সপ্রেশনে রূপান্তর করে থাকে অথবা একক সংখ্যাসূচক এক্সপ্রেশনকে বুলিয়ান এক্সপ্রেশনে রূপান্তর করে থাকে।"
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"hd_id3153345\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3149514\n"
+"4\n"
+"help.text"
+msgid "CBool (Expression1 {= | <> | < | > | <= | >=} Expression2) or CBool (Number)"
+msgstr "CBool (Expression1 {= | <> | < | > | <= | >=} Expression2) অথবা CBool (Number)"
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"hd_id3156152\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3155419\n"
+"6\n"
+"help.text"
+msgid "Bool"
+msgstr "Bool"
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"hd_id3147530\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3156344\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any string or numeric expressions that you want to compare. If the expressions match, the <emph>CBool</emph> function returns <emph>True</emph>, otherwise <emph>False</emph> is returned."
+msgstr "<emph>Expression1, Expression2:</emph> যেকোনো স্ট্রিং অথবা সংখ্যাসূচক এক্সপ্রেশন যা আপনি তুলনা করতে চান। যদি এক্সপ্রেশনটি মিলে যায়, <emph>CBool</emph> ফাংশনটি <emph>True</emph> প্রদান করে থাকে, অন্যথায় <emph>False</emph> প্রদান করে থাকে।"
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3149655\n"
+"9\n"
+"help.text"
+msgid "<emph>Number:</emph> Any numeric expression that you want to convert. If the expression equals 0, <emph>False</emph> is returned, otherwise <emph>True</emph> is returned."
+msgstr "<emph>সংখ্যা:</emph> যেকোনো সংখ্যাসূচক এক্সপ্রেশন যা আপনি রূপান্তর করতে চান। যদি এক্সপ্রেশনের মান 0 হয়, তাহলে <emph>False</emph> প্রদান করে থাকে, অন্যথায় <emph>True</emph> প্রদান করে থাকে।"
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3145171\n"
+"10\n"
+"help.text"
+msgid "The following example uses the <emph>CBool</emph> function to evaluate the value that is returned by the <emph>Instr</emph> function. The function checks if the word \"and\" is found in the sentence that was entered by the user."
+msgstr "নিচের উদাহরণটি <emph>Instr</emph> দ্বারা প্রদানকৃত মান মূল্যায়ন করার জন্য <emph>CBool</emph> ফাংশনটি ব্যবহৃত হয়। ফাংশনটি পরীক্ষা করা হয় যদি \"and\" শব্দটি ব্যবহারকারী কর্তৃক সন্নিবেশকৃত বাক্যে পাওয়া যায়।"
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"hd_id3156212\n"
+"11\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3155132\n"
+"14\n"
+"help.text"
+msgid "sText = InputBox(\"Please enter a short sentence:\")"
+msgstr "sText = InputBox(\"Please enter a short sentence:\")"
+
+#: 03100100.xhp
+#, fuzzy
+msgctxt ""
+"03100100.xhp\n"
+"par_id3155855\n"
+"15\n"
+"help.text"
+msgid "' Proof if the word »and« appears in the sentence."
+msgstr "REM Proof if the word »and« appears in the sentence."
+
+#: 03100100.xhp
+#, fuzzy
+msgctxt ""
+"03100100.xhp\n"
+"par_id3146984\n"
+"16\n"
+"help.text"
+msgid "' Instead of the command line"
+msgstr "REM কমান্ড লাইনের পরিবর্তে"
+
+#: 03100100.xhp
+#, fuzzy
+msgctxt ""
+"03100100.xhp\n"
+"par_id3148576\n"
+"17\n"
+"help.text"
+msgid "' If Instr(Input, \"and\")<>0 Then..."
+msgstr "REM If Instr(Input, \"and\")<>0 Then..."
+
+#: 03100100.xhp
+#, fuzzy
+msgctxt ""
+"03100100.xhp\n"
+"par_id3154014\n"
+"18\n"
+"help.text"
+msgid "' the CBool function is applied as follows:"
+msgstr "REM CBool ফাংশনটি নিম্নরূপে প্রয়োগ করা হয়:"
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3155413\n"
+"19\n"
+"help.text"
+msgid "If CBool(Instr(sText, \"and\")) Then"
+msgstr "If CBool(Instr(sText, \"and\")) Then"
+
+#: 03100100.xhp
+msgctxt ""
+"03100100.xhp\n"
+"par_id3152940\n"
+"20\n"
+"help.text"
+msgid "MsgBox \"The word »and« appears in the sentence you entered!\""
+msgstr "MsgBox \"The word »and« appears in the sentence you entered!\""
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"tit\n"
+"help.text"
+msgid "Get Statement [Runtime]"
+msgstr "Get Statement [Runtime]"
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"bm_id3154927\n"
+"help.text"
+msgid "<bookmark_value>Get statement</bookmark_value>"
+msgstr "<bookmark_value>Get statement</bookmark_value>"
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"hd_id3154927\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020201.xhp\">Get Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020201.xhp\">Get Statement [Runtime]</link>"
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3145069\n"
+"2\n"
+"help.text"
+msgid "Reads a record from a relative file, or a sequence of bytes from a binary file, into a variable."
+msgstr "একটি সম্পর্কিত ফাইল থেকে রেকর্ড, অথবা একটি বাইনারি ফাইল হতে বাইটের একটি ক্রম, ভেরিয়েবলে পড়া হয়।"
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3154346\n"
+"3\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03020204.xhp\" name=\"PUT\"><item type=\"literal\">PUT</item></link> Statement"
+msgstr "আরও দেখুন: <link href=\"text/sbasic/shared/03020204.xhp\" name=\"PUT\"><item type=\"literal\">PUT</item></link> স্ট্যাটমেন্ট"
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"hd_id3150358\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3150792\n"
+"5\n"
+"help.text"
+msgid "Get [#] FileNumber As Integer, [Position], Variable"
+msgstr "Get [#] FileNumber As Integer, [Position], Variable"
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"hd_id3154138\n"
+"6\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3150448\n"
+"7\n"
+"help.text"
+msgid "<emph>FileNumber:</emph> Any integer expression that determines the file number."
+msgstr "<emph>FileNumber:</emph> যেকোনো পূর্ণসংখ্যা এক্সপ্রেশন যা ফাইল সংখ্যা নির্ধারণ করে থাকে।"
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3154684\n"
+"8\n"
+"help.text"
+msgid "<emph>Position:</emph> For files opened in Random mode, <emph>Position</emph> is the number of the record that you want to read."
+msgstr "<emph>অবস্থান:</emph> র‍্যান্ডম মোডে খোলা ফাইলের ক্ষেত্রে, <emph>অবস্থান</emph> হলো আপনার পড়তে চাওয়া রেকর্ডের নাম্বার।"
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3153768\n"
+"9\n"
+"help.text"
+msgid "For files opened in Binary mode, <emph>Position</emph> is the byte position in the file where the reading starts."
+msgstr "বাইনারি মোডে ফাইলের জন্য, <emph>অবস্থান</emph> হল পড়ার শুরুতে ফাইলে বাইটের অবস্থান।"
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3147319\n"
+"10\n"
+"help.text"
+msgid "If <emph>Position</emph> is omitted, the current position or the current data record of the file is used."
+msgstr "যদি <emph>অবস্থান</emph> বাদ দেওয়া হয়, তাহলে ফাইলের বর্তমান অবস্থান অথবা ডাটা রেকর্ড ব্যবহৃত হয়।"
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3149484\n"
+"11\n"
+"help.text"
+msgid "Variable: Name of the variable to be read. With the exception of object variables, you can use any variable type."
+msgstr "ভেরিয়েবল: পড়ার জন্য ভেরিয়েবলের নাম। বস্তু ভেরিয়েবলের ব্যতিক্রম সহ, আপনি যেকোনো ভেরিয়েবলের ধরন ব্যবহার করতে পারেন।"
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"hd_id3153144\n"
+"12\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03020201.xhp
+#, fuzzy
+msgctxt ""
+"03020201.xhp\n"
+"par_id3155307\n"
+"15\n"
+"help.text"
+msgid "Dim sText As Variant ' Must be a variant"
+msgstr "Dim sText As Variant REM অবশ্যই একটি ভেরিয়েন্ট হবে"
+
+#: 03020201.xhp
+#, fuzzy
+msgctxt ""
+"03020201.xhp\n"
+"par_id3149411\n"
+"21\n"
+"help.text"
+msgid "Seek #iNumber,1 ' Position at beginning"
+msgstr "Seek #iNumber,1 REM Position at beginning"
+
+#: 03020201.xhp
+#, fuzzy
+msgctxt ""
+"03020201.xhp\n"
+"par_id3153158\n"
+"22\n"
+"help.text"
+msgid "Put #iNumber,, \"This is the first line of text\" ' Fill line with text"
+msgstr "Put #iNumber,, \"This is the first line of text\" REM Fill line with text"
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3148457\n"
+"23\n"
+"help.text"
+msgid "Put #iNumber,, \"This is the second line of text\""
+msgstr "Put #iNumber,, \"This is the second line of text\""
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3150715\n"
+"24\n"
+"help.text"
+msgid "Put #iNumber,, \"This is the third line of text\""
+msgstr "Put #iNumber,, \"This is the third line of text\""
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3155938\n"
+"33\n"
+"help.text"
+msgid "Put #iNumber,,\"This is a new text\""
+msgstr "Put #iNumber,,\"This is a new text\""
+
+#: 03020201.xhp
+msgctxt ""
+"03020201.xhp\n"
+"par_id3146916\n"
+"36\n"
+"help.text"
+msgid "Put #iNumber,20,\"This is the text in record 20\""
+msgstr "Put #iNumber,20,\"This is the text in record 20\""
+
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"tit\n"
+"help.text"
+msgid "IsNumeric Function [Runtime]"
+msgstr "IsNumeric Function [Runtime]"
+
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"bm_id3145136\n"
+"help.text"
+msgid "<bookmark_value>IsNumeric function</bookmark_value>"
+msgstr "<bookmark_value>IsNumeric function</bookmark_value>"
+
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"hd_id3145136\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102700.xhp\" name=\"IsNumeric Function [Runtime]\">IsNumeric Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03102700.xhp\" name=\"IsNumeric Function [Runtime]\">IsNumeric Function [Runtime]</link>"
+
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"par_id3149177\n"
+"2\n"
+"help.text"
+msgid "Tests if an expression is a number. If the expression is a <link href=\"text/sbasic/shared/00000002.xhp#dezimal\" name=\"number\">number</link>, the function returns True, otherwise the function returns False."
+msgstr "এক্সপ্রেশনটি সংখ্যা হলে তা পরীক্ষা করা হয়। যদি এক্সপ্রেশনটি একটি <link href=\"text/sbasic/shared/00000002.xhp#dezimal\" name=\"number\">সংখ্যা</link> হয়, তাহলে ফাংশনটি True প্রদান করে, অন্যথায় ফাংশনটি False প্রদান করে থাকে।"
+
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"hd_id3149415\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"par_id3150771\n"
+"4\n"
+"help.text"
+msgid "IsNumeric (Var)"
+msgstr "IsNumeric (Var)"
+
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"hd_id3148685\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"par_id3148944\n"
+"6\n"
+"help.text"
+msgid "Bool"
+msgstr "Bool"
+
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"hd_id3148947\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"par_id3154760\n"
+"8\n"
+"help.text"
+msgid "<emph>Var:</emph> Any expression that you want to test."
+msgstr "<emph>Var:</emph> যে কোন এক্সপ্রেশন যা আপনি পরীক্ষা করতে চান।"
+
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"hd_id3149656\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03102700.xhp
+#, fuzzy
+msgctxt ""
+"03102700.xhp\n"
+"par_id3147230\n"
+"13\n"
+"help.text"
+msgid "Print IsNumeric(vVar) ' Returns False"
+msgstr "Print IsNumeric(vVar) REM Returns False"
+
+#: 03102700.xhp
+#, fuzzy
+msgctxt ""
+"03102700.xhp\n"
+"par_id3154910\n"
+"15\n"
+"help.text"
+msgid "Print IsNumeric(vVar) ' Returns True"
+msgstr "Print IsNumeric(vVar) REM Returns True"
+
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Optional (in Function Statement) [Runtime]"
+msgstr "Optional (in Function Statement) [Runtime]"
+
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"bm_id3149205\n"
+"help.text"
+msgid "<bookmark_value>Optional function</bookmark_value>"
+msgstr "<bookmark_value>Optional function</bookmark_value>"
+
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"hd_id3149205\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03104100.xhp\" name=\"Optional (in Function Statement) [Runtime]\">Optional (in Function Statement) [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03104100.xhp\" name=\"Optional (in Function Statement) [Runtime]\">Optional (in Function Statement) [Runtime]</link>"
+
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"par_id3143267\n"
+"2\n"
+"help.text"
+msgid "Allows you to define parameters that are passed to a function as optional."
+msgstr "ঐচ্ছিক হিসেবে ফাংশনে পাস করা প্যারামিটার নির্ধারণ অনুমোদন করে থাকে।"
+
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"par_id3155419\n"
+"3\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03104000.xhp\" name=\"IsMissing\">IsMissing</link>"
+msgstr "আরও দেখুন: <link href=\"text/sbasic/shared/03104000.xhp\" name=\"IsMissing\">IsMissing</link>"
+
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"hd_id3153824\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"par_id3159157\n"
+"5\n"
+"help.text"
+msgid "Function MyFunction(Text1 As String, Optional Arg2, Optional Arg3)"
+msgstr "Function MyFunction(Text1 As String, Optional Arg2, Optional Arg3)"
+
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"hd_id3145610\n"
+"7\n"
+"help.text"
+msgid "Examples:"
+msgstr "উদাহরণ:"
+
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"par_id3154347\n"
+"8\n"
+"help.text"
+msgid "Result = MyFunction(\"Here\", 1, \"There\") ' all arguments are passed."
+msgstr "Result = MyFunction(\"Here\", 1, \"There\") ' সব আর্গুমেন্ট পাস করে গিয়েছে।"
+
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"par_id3146795\n"
+"9\n"
+"help.text"
+msgid "Result = MyFunction(\"Test\", ,1) ' second argument is missing."
+msgstr "Result = MyFunction(\"Test\", ,1) ' দ্বিতীয় আর্গুমেন্টটি অনুপস্থিত।"
+
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"par_id3153897\n"
+"10\n"
+"help.text"
+msgid "See also <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Examples\">Examples</link>."
+msgstr "<link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Examples\">উদাহরণ</link> দেখুন।"
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"tit\n"
+"help.text"
+msgid "Function Statement [Runtime]"
+msgstr "Function Statement [Runtime]"
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"bm_id3153346\n"
+"help.text"
+msgid "<bookmark_value>Function statement</bookmark_value>"
+msgstr "<bookmark_value>Function statement</bookmark_value>"
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"hd_id3153346\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090406.xhp\" name=\"Function Statement [Runtime]\">Function Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090406.xhp\" name=\"Function Statement [Runtime]\">Function Statement [Runtime]</link>"
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3159158\n"
+"2\n"
+"help.text"
+msgid "Defines a subroutine that can be used as an expression to determine a return type."
+msgstr "একটি প্রদান টাইপ নির্ধারণ করার জন্য একটি এক্সপ্রেশন হিসেবে ব্যবহৃত সাবরুটিন নির্ধারণ করা হয়।"
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"hd_id3145316\n"
+"3\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3148944\n"
+"4\n"
+"help.text"
+msgid "see Parameter"
+msgstr "প্যারামিটার দেখুন"
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"hd_id3154760\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3156344\n"
+"6\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3149457\n"
+"7\n"
+"help.text"
+msgid "Function Name[(VarName1 [As Type][, VarName2 [As Type][,...]]]) [As Type]"
+msgstr "Function Name[(VarName1 [As Type][, VarName2 [As Type][,...]]]) [As Type]"
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3153360\n"
+"8\n"
+"help.text"
+msgid "statement block"
+msgstr "statement block"
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3148797\n"
+"9\n"
+"help.text"
+msgid "[Exit Function]"
+msgstr "[Exit Function]"
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3145419\n"
+"10\n"
+"help.text"
+msgid "statement block"
+msgstr "statement block"
+
+#: 03090406.xhp
+#, fuzzy
+msgctxt ""
+"03090406.xhp\n"
+"par_id3150449\n"
+"11\n"
+"help.text"
+msgid "End Function"
+msgstr "End Function"
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3156281\n"
+"12\n"
+"help.text"
+msgid "Parameter"
+msgstr "প্যারামিটার"
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3153193\n"
+"13\n"
+"help.text"
+msgid "<emph>Name:</emph> Name of the subroutine to contain the value returned by the function."
+msgstr "<emph>নাম:</emph> ফাংশন দ্বারা প্রদানকৃত মান ধারণ করার জন্য সাবরুটিনের নাম।"
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3147229\n"
+"14\n"
+"help.text"
+msgid "<emph>VarName:</emph> Parameter to be passed to the subroutine."
+msgstr "সাবরুটিনে প্রেরিত হবে এমন <emph>VarName:</emph> প্যারামিটার।"
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3147287\n"
+"15\n"
+"help.text"
+msgid "<emph>Type:</emph> Type-declaration keyword."
+msgstr "<emph>টাইপ:</emph> টাইপ-ডিক্লেয়ারেশন কীওয়ার্ড।"
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"hd_id3163710\n"
+"16\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03090406.xhp
+#, fuzzy
+msgctxt ""
+"03090406.xhp\n"
+"par_id3152939\n"
+"21\n"
+"help.text"
+msgid "For siStep = 0 To 10 ' Fill array with test data"
+msgstr "For siStep = 0 to 10 REM Fill array with test data"
+
+#: 03090406.xhp
+#, fuzzy
+msgctxt ""
+"03090406.xhp\n"
+"par_id3154943\n"
+"32\n"
+"help.text"
+msgid "' Linsearch searches a TextArray:sList() for a TextEntry:"
+msgstr "REM Linsearch searches a TextArray:sList() for a TextEntry:"
+
+#: 03090406.xhp
+#, fuzzy
+msgctxt ""
+"03090406.xhp\n"
+"par_id3155601\n"
+"33\n"
+"help.text"
+msgid "' Return value Is the index of the entry Or 0 (Null)"
+msgstr "REM এর প্রদান করা মান হলো ভুক্তির ইনডেক্স অথবা ০ (নাল)"
+
+#: 03090406.xhp
+#, fuzzy
+msgctxt ""
+"03090406.xhp\n"
+"par_id3153707\n"
+"36\n"
+"help.text"
+msgid "Exit For ' sItem found"
+msgstr "Exit for REM sItem found"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using Procedures and Functions"
+msgstr "প্রসিজার এবং ফাংশন ব্যবহার করা হচ্ছে"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"bm_id3149456\n"
+"help.text"
+msgid "<bookmark_value>procedures</bookmark_value><bookmark_value>functions;using</bookmark_value><bookmark_value>variables;passing to procedures and functions</bookmark_value><bookmark_value>parameters;for procedures and functions</bookmark_value><bookmark_value>parameters;passing by reference or value</bookmark_value><bookmark_value>variables;scope</bookmark_value><bookmark_value>scope of variables</bookmark_value><bookmark_value>GLOBAL variables</bookmark_value><bookmark_value>PUBLIC variables</bookmark_value><bookmark_value>PRIVATE variables</bookmark_value><bookmark_value>functions;return value type</bookmark_value><bookmark_value>return value type of functions</bookmark_value>"
+msgstr "<bookmark_value>procedures</bookmark_value><bookmark_value>functions;using</bookmark_value><bookmark_value>variables;passing to procedures and functions</bookmark_value><bookmark_value>parameters;for procedures and functions</bookmark_value><bookmark_value>parameters;passing by reference or value</bookmark_value><bookmark_value>variables;scope</bookmark_value><bookmark_value>scope of variables</bookmark_value><bookmark_value>GLOBAL variables</bookmark_value><bookmark_value>PUBLIC variables</bookmark_value><bookmark_value>PRIVATE variables</bookmark_value><bookmark_value>functions;return value type</bookmark_value><bookmark_value>return value type of functions</bookmark_value>"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"hd_id3149456\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01020300.xhp\">Using Procedures and Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/01020300.xhp\">প্রসিজার এবং ফাংশন ব্যবহার করা হচ্ছে</link>"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3150767\n"
+"2\n"
+"help.text"
+msgid "The following describes the basic use of procedures and functions in $[officename] Basic."
+msgstr "নিচের বিবরণগুলো $[officename] বেসিকে প্রাথমিক প্রসিজার এবং ফাংশনের ব্যবহার ব্যাখ্যা করে।"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3151215\n"
+"56\n"
+"help.text"
+msgid "When you create a new module, $[officename] Basic automatically inserts a SUB called \"Main\". This default name has nothing to do with the order or the starting point of a $[officename] Basic project. You can also safely rename this SUB."
+msgstr "যখন আপনি একটি নতুন মডিউল তৈরি করেন, তখন $[officename] বেসিক দ্বারা স্বয়ংক্রিয়ভাবে \"Main\" নামের একটি SUB সন্নিবেশ করানো হয়। পূর্বনির্ধারিত নামটির ক্রম অথবা একটি $[officename] বেসিক প্রকল্পের শুরুর বিন্দু সম্পর্কিত কোন কাজ নেই। আপনি নিরাপদে এই SUB এর পুনরায় নামকরণ করতে পারেন।"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id314756320\n"
+"help.text"
+msgid "Some restrictions apply for the names of your public variables, subs, and functions. You must not use the same name as one of the modules of the same library."
+msgstr ""
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3154124\n"
+"3\n"
+"help.text"
+msgid "Procedures (SUBS) and functions (FUNCTIONS) help you maintaining a structured overview by separating a program into logical pieces."
+msgstr "প্রসিজার (SUBS) এবং ফাংশন (FUNCTIONS) আপনাকে একটি প্রোগ্রাম লজিক্যাল অংশে ভাগ করে একটি কাঠামোগত সারসংক্ষেপ সমন্বয় করতে সহায়তা করে।"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3153193\n"
+"4\n"
+"help.text"
+msgid "One benefit of procedures and functions is that, once you have developed a program code containing task components, you can use this code in another project."
+msgstr "প্রসিজার এবং ফাংশনের একটি সুবিধা হলো, আপনি একবার টাস্ক কম্পোনেন্ট সহ একটি প্রোগ্রাম কোড ডেভেলপ করলে, অণ্য একটি প্রকল্পে এই কোড ব্যবহার করতে পারেন।"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"hd_id3153770\n"
+"26\n"
+"help.text"
+msgid "Passing Variables to Procedures (SUB) and Functions (FUNCTION)"
+msgstr "প্রসিজার (SUB) এবং ফাংশন (FUNCTION) এ ভেরিয়েবল পাস করা হচ্ছে"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3155414\n"
+"27\n"
+"help.text"
+msgid "Variables can be passed to both procedures and functions. The SUB or FUNCTION must be declared to expect parameters:"
+msgstr "প্রসিজার এবং ফাংশন উভয়েই ভেরিয়েবল পাস করা যায়। প্যারামিটার গ্রহণ করতে SUB অথবা FUNCTION অবশ্যই ডিক্লেয়ার করতে হবে:"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3151114\n"
+"29\n"
+"help.text"
+msgid "Program code"
+msgstr "প্রোগ্রাম কোড"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3152577\n"
+"31\n"
+"help.text"
+msgid "The SUB is called using the following syntax:"
+msgstr "SUB টিকে নিম্নের সিনট্যাক্স ব্যবহার করার নির্দেশ দেয়া হয়:"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3147124\n"
+"33\n"
+"help.text"
+msgid "The parameters passed to a SUB must fit to those specified in the SUB declaration."
+msgstr "যে প্যারামিটারগুলো SUB পাস করে যায় সেগুলোকে অবশ্যই SUB ডিক্লেয়ারেশনে উল্লেখিত প্যারামিটারের সাথে মানানসই হতে হবে।"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3147397\n"
+"34\n"
+"help.text"
+msgid "The same process applies to FUNCTIONS. In addition, functions always return a function result. The result of a function is defined by assigning the return value to the function name:"
+msgstr "একই প্রক্রিয়া FUNCTIONS এ প্রয়োগ করা হয়। অতিরিক্ত হিসেবে, ফাংশন সবসময় একটি ফাংশন ফলাফল প্রদান করে। ফাংশনের নামে প্রদান মান বরাদ্দ করে ফাংশনের ফলাফল নির্ধারণ করা হয়।"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3156284\n"
+"36\n"
+"help.text"
+msgid "Program code"
+msgstr "প্রোগ্রাম কোড"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3145799\n"
+"37\n"
+"help.text"
+msgid "FunctionName=Result"
+msgstr ""
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3153839\n"
+"39\n"
+"help.text"
+msgid "The FUNCTION is called using the following syntax:"
+msgstr "FUNCTION টি নিম্নের সিনট্যাক্স ব্যবহার করে কল করা হয়:"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3146914\n"
+"40\n"
+"help.text"
+msgid "Variable=FunctionName(Parameter1, Parameter2,...)"
+msgstr "Variable=FunctionName(Parameter1, Parameter2,...)"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN107B3\n"
+"help.text"
+msgid "You can also use the fully qualified name to call a procedure or function:<br/><item type=\"literal\">Library.Module.Macro()</item><br/> For example, to call the Autotext macro from the Gimmicks library, use the following command:<br/><item type=\"literal\">Gimmicks.AutoText.Main()</item>"
+msgstr "আপনি একটি প্রসিজার অথবা ফাংশন কল করতে যথার্থ নামও ব্যবহার করতে পারেন:<br/><item type=\"literal\"> Library.Module.Macro()</item><br/> যেমন, Gimmicks লাইব্রেরি থেকে স্বয়ংক্রিয়পাঠ্য ম্যাক্রো কল করতে, নিচের কমান্ডটি ব্যবহার করুন:<br/><item type=\"literal\"> Gimmicks.AutoText.Main()</item>"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"hd_id3156276\n"
+"45\n"
+"help.text"
+msgid "Passing Variables by Value or Reference"
+msgstr "মান অথবা রেফারেন্স এর মাধ্যমে ভেরিয়েবল পাস করা হচ্ছে"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3155765\n"
+"47\n"
+"help.text"
+msgid "Parameters can be passed to a SUB or a FUNCTION either by reference or by value. Unless otherwise specified, a parameter is always passed by reference. That means that a SUB or a FUNCTION gets the parameter and can read and modify its value."
+msgstr "একটি SUB অথবা FUNCTION এ প্যারামিটার হয় রেফারেন্স অথবা মান দ্বারা পাস করা যায়। অন্যভাবে উল্লেখিত না থাকলে, একটি প্যারামিটার সবসময় রেফারেন্স দ্বারা পাস করা হয়। এর অর্থ হলো, একটি প্যারামিটার একটি SUB অথবা FUNCTION দ্বারা প্রাপ্ত হয় এবং এর মান পড়তে এবং পরিবর্তন করতে পারে।"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3145640\n"
+"53\n"
+"help.text"
+msgid "If you want to pass a parameter by value insert the key word \"ByVal\" in front of the parameter when you call a SUB or FUNCTION, for example:"
+msgstr "যদি আপনি মান দ্বারা একটি প্যারামিটার পাস করতে চান তাহলে আপনি একটি SUB অথবা FUNCTION কল করার সময় প্যারামিটারের সম্মুখে \"ByVal\" কীওয়ার্ডটি সন্নিবেশ করান, উদাহরণস্বরূপ:"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3150042\n"
+"54\n"
+"help.text"
+msgid "Result = Function(<emph>ByVal</emph> Parameter)"
+msgstr "Result = Function(<emph>ByVal</emph> প্যারামিটার)"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3149258\n"
+"55\n"
+"help.text"
+msgid "In this case, the original content of the parameter will not be modified by the FUNCTION since it only gets the value and not the parameter itself."
+msgstr "এই ক্ষেত্রে, প্যারামিটারের প্রকৃত বিষয়বস্তু FUNCTION দ্বারা পরিবর্তন করা যাবেনা যেহেতু এটি শুধুমাত্র মান নিয়ে কাজ করে এবং প্যারামিটার নিয়ে নয়।"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"hd_id3150982\n"
+"57\n"
+"help.text"
+msgid "Scope of Variables"
+msgstr "ভেরিয়েবলের ব্যাপ্তি"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3149814\n"
+"58\n"
+"help.text"
+msgid "A variable defined within a SUB or FUNCTION, only remains valid until the procedure is exited. This is known as a \"local\" variable. In many cases, you need a variable to be valid in all procedures, in every module of all libraries, or after a SUB or FUNCTION is exited."
+msgstr "একটি SUB অথবা FUNCTION এর মধ্যে একটি ভেরিয়েবল নির্ধরিত থাকে, এবং কেবলমাত্র প্রসিজার থেকে প্রস্থান করা না করা পর্যন্ত কার্যকর থাকে। একটি \"লোক্যাল\" ভেরিয়েবল হিসেবে পরিচিত। অনেক ক্ষেত্রে, আপনার সব প্রসিজারে, সব লাইব্রেরির প্রতিটি মডিউলে, অথবা একটি SUB অথবা FUNCTION প্রস্থান করার পরে ভেরিয়েবল কার্যকর করা প্রয়োজন।"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"hd_id3154186\n"
+"59\n"
+"help.text"
+msgid "Declaring Variables Outside a SUB or FUNCTION"
+msgstr "SUB অথবা FUNCTION এর বাইরে ভেরিয়েবল ডিক্লেয়ার করা হচ্ছে"
+
+#: 01020300.xhp
+#, fuzzy
+msgctxt ""
+"01020300.xhp\n"
+"par_id3150208\n"
+"111\n"
+"help.text"
+msgid "Global VarName As TYPENAME"
+msgstr "GLOBAL VarName As TYPENAME"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3145258\n"
+"112\n"
+"help.text"
+msgid "The variable is valid as long as the $[officename] session lasts."
+msgstr "যতক্ষন $[officename] সেশন থাকবে ততক্ষন ভেরিয়েবলটি কার্যকর থাকবে।"
+
+#: 01020300.xhp
+#, fuzzy
+msgctxt ""
+"01020300.xhp\n"
+"par_id3153198\n"
+"60\n"
+"help.text"
+msgid "Public VarName As TYPENAME"
+msgstr "PUBLIC VarName As TYPENAME"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3150088\n"
+"61\n"
+"help.text"
+msgid "The variable is valid in all modules."
+msgstr "ভেরিয়েবলটি সব মডিউলে কার্যকর।"
+
+#: 01020300.xhp
+#, fuzzy
+msgctxt ""
+"01020300.xhp\n"
+"par_id3158212\n"
+"62\n"
+"help.text"
+msgid "Private VarName As TYPENAME"
+msgstr "PUBLIC VarName As TYPENAME"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3152994\n"
+"63\n"
+"help.text"
+msgid "The variable is only valid in this module."
+msgstr "ভেরিয়েবলটি শুধু এই মডিউলে কার্যকর।"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3150368\n"
+"65\n"
+"help.text"
+msgid "The variable is only valid in this module."
+msgstr "ভেরিয়েবলটি শুধুমাত্র এই মডিউলে কার্যকর।"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"hd_id5097506\n"
+"help.text"
+msgid "Example for private variables"
+msgstr "প্রাইভেট ভেরিয়েবলের উদাহরণ"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id8738975\n"
+"help.text"
+msgid "Enforce private variables to be private across modules by setting CompatibilityMode(true)."
+msgstr "CompatibilityMode(true) নির্ধারণ করার মাধ্যমে মডিউলের মধ্যে প্রাইভেট করার জন্য প্রাইভেট ভেরিয়েবল কার্যকরী করতে হবে।"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id9475997\n"
+"help.text"
+msgid "myText = \"Hello\""
+msgstr "myText = \"Hello\""
+
+#: 01020300.xhp
+#, fuzzy
+msgctxt ""
+"01020300.xhp\n"
+"par_id6933500\n"
+"help.text"
+msgid "Print \"In module1 : \", myText"
+msgstr "print \"in module1 : \", myText"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id4104129\n"
+"help.text"
+msgid "' Now returns empty string"
+msgstr "' ফাঁকা স্ট্রিং প্রদান করে"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id7906125\n"
+"help.text"
+msgid "' (or rises error for Option Explicit)"
+msgstr "' (অথবা Option Explicit এর জন্য ত্রুটি সংঘটিত হয়)"
+
+#: 01020300.xhp
+#, fuzzy
+msgctxt ""
+"01020300.xhp\n"
+"par_id8055970\n"
+"help.text"
+msgid "Print \"Now in module2 : \", myText"
+msgstr "print \"Now in module2 : \", myText"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"hd_id3154368\n"
+"66\n"
+"help.text"
+msgid "Saving Variable Content after Exiting a SUB or FUNCTION"
+msgstr "একটি SUB অথবা FUNCTION হতে প্রস্থানের পর ভেরিয়েবলের বিষয়বস্তু সংরক্ষণ করা হচ্ছে"
+
+#: 01020300.xhp
+#, fuzzy
+msgctxt ""
+"01020300.xhp\n"
+"par_id3156288\n"
+"67\n"
+"help.text"
+msgid "Static VarName As TYPENAME"
+msgstr "STATIC VarName As TYPENAME"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3154486\n"
+"68\n"
+"help.text"
+msgid "The variable retains its value until the next time the FUNCTION or SUB is entered. The declaration must exist inside a SUB or a FUNCTION."
+msgstr "পরবর্তী সময় FUNCTION অথবা SUB সন্নিবেশ করা না পর্যন্ত ভেরিয়েবল এর মান বজায় থাকে। ডিক্লেয়ারেশনটি অবশ্যই একটি SUB অথবা FUNCTION এ থাকতে হবে।"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"hd_id3155809\n"
+"41\n"
+"help.text"
+msgid "Specifying the Return Value Type of a FUNCTION"
+msgstr "একটি FUNCTION প্রদান মানের ধরন সুনির্দিষ্টভাবে ব্যাখ্যা করা হচ্ছে"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_id3149404\n"
+"42\n"
+"help.text"
+msgid "As with variables, include a type-declaration character after the function name, or the type indicated by \"As\" and the corresponding key word at the end of the parameter list to define the type of the function's return value, for example:"
+msgstr "ভেরিয়েবলের সাথে As, ফাংশনের নামের পরে একটি টাইপ-ডিক্লেয়ারেশন অক্ষর অথবা \"As\" দ্বারা নির্দেশিত টাইপ এবং ফাংশন প্রদান মানের টাইপ নির্ধারণ করার জন্য প্যারামিটারের শেষে বিদ্যমান সংশ্লিষ্ট কীওয়ার্ড অন্তর্ভুক্ত করা হয়।"
+
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Eqv Operator [Runtime]"
+msgstr "Eqv Operator [Runtime]"
+
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"bm_id3156344\n"
+"help.text"
+msgid "<bookmark_value>Eqv operator (logical)</bookmark_value>"
+msgstr "<bookmark_value>Eqv operator (logical)</bookmark_value>"
+
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"hd_id3156344\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03060200.xhp\" name=\"Eqv Operator [Runtime]\">Eqv Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03060200.xhp\" name=\"Eqv Operator [Runtime]\">Eqv Operator [Runtime]</link>"
+
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"par_id3149656\n"
+"2\n"
+"help.text"
+msgid "Calculates the logical equivalence of two expressions."
+msgstr "দুইটি এক্সপ্রেশনের লজিক্যাল সমতা গণনা করা হয়।"
+
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"hd_id3154367\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"par_id3154910\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 Eqv Expression2"
+msgstr "Result = Expression1 Eqv Expression2"
+
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"hd_id3151043\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"par_id3150869\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the comparison."
+msgstr "<emph>ফলাফল:</emph> যেকোনো সংখ্যাসূচক ভেরিয়েবল যা তুলনার ফলাফল নির্দেশ করে থাকে।"
+
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"par_id3150448\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any expressions that you want to compare."
+msgstr "<emph>এক্সপ্রেশন১, এক্সপ্রেশন২:</emph> যেকোনো এক্সপ্রেশন যা আপনি তুলনা করতে চান।"
+
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"par_id3149562\n"
+"8\n"
+"help.text"
+msgid "When testing for equivalence between Boolean expressions, the result is <emph>True</emph> if both expressions are either <emph>True</emph> or <emph>False</emph>."
+msgstr "বুলিয়ান এক্সপ্রেশনের অভিন্নতা পরীক্ষা করা হয়, তখন ফলাফল <emph>True</emph> হয় যদি উভয় এক্সপ্রেশন হয় <emph>True</emph> অথবা <emph>False</emph> হয়।"
+
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"par_id3154319\n"
+"9\n"
+"help.text"
+msgid "In a bit-wise comparison, the Eqv operator only sets the corresponding bit in the result if a bit is set in both expressions, or in neither expression."
+msgstr "বিট অনুসারে তুলনাতে, Eqv অপারেটর ফলফলে শুধুমাত্র সংশ্লিষ্ট বিট নির্ধারণ করে থাকে যদি একটি বিট উভয় এক্সপ্রেশনে নির্ধারিত হয় অথবা কোন এক্সপ্রেশনেই নির্ধারিত না হয়।"
+
+#: 03060200.xhp
+msgctxt ""
+"03060200.xhp\n"
+"hd_id3159154\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03060200.xhp
+#, fuzzy
+msgctxt ""
+"03060200.xhp\n"
+"par_id3152462\n"
+"15\n"
+"help.text"
+msgid "vOut = A > B Eqv B > C ' returns -1"
+msgstr "vOut = A > B Eqv B > C REM মান -1 প্রদান করে"
+
+#: 03060200.xhp
+#, fuzzy
+msgctxt ""
+"03060200.xhp\n"
+"par_id3153191\n"
+"16\n"
+"help.text"
+msgid "vOut = B > A Eqv B > C ' returns 0"
+msgstr "vOut = B > A Eqv B > C REM মান 0 প্রদান করে"
+
+#: 03060200.xhp
+#, fuzzy
+msgctxt ""
+"03060200.xhp\n"
+"par_id3145799\n"
+"17\n"
+"help.text"
+msgid "vOut = A > B Eqv B > D ' returns 0"
+msgstr "vOut = A > B Eqv B > D REM মান 0 প্রদান করে"
+
+#: 03060200.xhp
+#, fuzzy
+msgctxt ""
+"03060200.xhp\n"
+"par_id3149412\n"
+"18\n"
+"help.text"
+msgid "vOut = (B > D Eqv B > A) ' returns -1"
+msgstr "vOut = (B > D Eqv B > A) REM মান -1 প্রদান করে"
+
+#: 03060200.xhp
+#, fuzzy
+msgctxt ""
+"03060200.xhp\n"
+"par_id3149959\n"
+"19\n"
+"help.text"
+msgid "vOut = B Eqv A ' returns -3"
+msgstr "vOut = B Eqv A REM মান -3 প্রদান করে"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"tit\n"
+"help.text"
+msgid "MsgBox Statement [Runtime]"
+msgstr "MsgBox Statement [Runtime]"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"bm_id1807916\n"
+"help.text"
+msgid "<bookmark_value>MsgBox statement</bookmark_value>"
+msgstr "<bookmark_value>MsgBox statement</bookmark_value>"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"hd_id3154927\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010101.xhp\">MsgBox Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010101.xhp\">MsgBox Statement [Runtime]</link>"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3148947\n"
+"2\n"
+"help.text"
+msgid "Displays a dialog box containing a message."
+msgstr "একটি বার্তা সম্বলিত ডায়ালগ বাক্স প্রদর্শিত হয়।"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"hd_id3153897\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3148664\n"
+"4\n"
+"help.text"
+msgid "MsgBox Text As String [,Type As Integer [,Dialogtitle As String]] (As Statement) or MsgBox (Text As String [,Type As Integer [,Dialogtitle As String]]) (As Function)"
+msgstr "MsgBox Text As String [,Type As Integer [,Dialogtitle As String]] (As Statement) অথবা MsgBox (Text As String [,Type As Integer [,Dialogtitle As String]]) (As Function)"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"hd_id3153361\n"
+"5\n"
+"help.text"
+msgid "Parameter:"
+msgstr "প্যারামিটার:"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3148798\n"
+"6\n"
+"help.text"
+msgid "<emph>Text</emph>: String expression displayed as a message in the dialog box. Line breaks can be inserted with Chr$(13)."
+msgstr "<emph>পাঠ্য</emph>: স্ট্রিং এক্সপ্রেশন ডায়ালগ বাক্সে একটি বার্তা আকারে প্রদর্শিত হয়। লাইনব্রেক Chr$(13)দ্বারা সন্নিবেশ করানো যায়।"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3150769\n"
+"7\n"
+"help.text"
+msgid "<emph>DialogTitle</emph>: String expression displayed in the title bar of the dialog. If omitted, the title bar displays the name of the respective application."
+msgstr "<emph>DialogTitle</emph>: ষ্ট্রিং এক্সপ্রেশন ডায়ালগের শিরোনাম বারে প্রদর্শিত হয়। বাতিল করা হলে, শিরোনাম বার নিজ নিজ অ্যাপ্লিকেশনের নাম প্রদর্শন করে।"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3147228\n"
+"8\n"
+"help.text"
+msgid "<emph>Type</emph>: Any integer expression that specifies the dialog type, as well as the number and type of buttons to display, and the icon type. <emph>Type</emph> represents a combination of bit patterns, that is, a combination of elements can be defined by adding their respective values:"
+msgstr "<emph>টাইপ</emph>: যেকোনো ইনটিজার এক্সপ্রেশন যা ডায়ালগের ধরন, একই সাথে প্রদর্শনের জন্য সংখ্যা এবং বোতামের ধরন এবং আইকনের ধরনও উল্লেখ করে থাকে।<emph> টাইপ</emph> একটি বিট প্যাটার্ণের সমাহার প্রতিনিধিত্ব করে, যেমন, এলিমেন্টের একটি সমাহার এদের নিজ নিজ মান যুক্ত করে নির্ধারণ করা যাবে:"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3161832\n"
+"9\n"
+"help.text"
+msgid "0 : Display OK button only."
+msgstr "0 : শুধুমাত্র \"ঠিক আছে\" বোতামটি প্রদর্শিত হয়।"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3153726\n"
+"10\n"
+"help.text"
+msgid "1 : Display OK and Cancel buttons."
+msgstr "1 : \"ঠিক আছে\" এবং \"বাতিল করুন\" বোতাম প্রদর্শিত হয়।"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3149665\n"
+"11\n"
+"help.text"
+msgid "2 : Display Abort, Retry, and Ignore buttons."
+msgstr "2 : বাতিল, পুনরায় চেষ্টা, উপেক্ষা বোতাম প্রদর্শিত হয়।"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3147318\n"
+"12\n"
+"help.text"
+msgid "3 : Display Yes, No and Cancel buttons."
+msgstr "3 : হ্যাঁ, না, বাতিল বোতাম প্রদর্শিত হয়।"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3155412\n"
+"13\n"
+"help.text"
+msgid "4 : Display Yes and No buttons."
+msgstr "4 : হ্যাঁ এবং না বোতাম প্রদর্শিত হয়।"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3146119\n"
+"14\n"
+"help.text"
+msgid "5 : Display Retry and Cancel buttons."
+msgstr "5 : পুনরায় চেষ্টা এবং বাতিল বোতাম প্রদর্শিত হয়।"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3159155\n"
+"15\n"
+"help.text"
+msgid "16 : Add the Stop icon to the dialog."
+msgstr "16 : ডায়ালগে থামা আইকন যোগ করা হয়।"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3145366\n"
+"16\n"
+"help.text"
+msgid "32 : Add the Question icon to the dialog."
+msgstr "32 : ডায়ালগে প্রশ্ন আইকন যোগ করা হয়।"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3147350\n"
+"17\n"
+"help.text"
+msgid "48 : Add the Exclamation icon to the dialog."
+msgstr "48 : ডায়ালগে বিস্ময়বোধক আইকন যোগ করা হয়।"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3149960\n"
+"18\n"
+"help.text"
+msgid "64 : Add the Information icon to the dialog."
+msgstr "64 : ডায়ালগে তথ্যজ্ঞাপক আইকন যোগ করা হয়।"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3154944\n"
+"19\n"
+"help.text"
+msgid "128 : First button in the dialog as default button."
+msgstr "128 : ডায়ালগের প্রথম বোতামটি ডিফল্ট বোতাম হিসেবে আছে।"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3155417\n"
+"20\n"
+"help.text"
+msgid "256 : Second button in the dialog as default button."
+msgstr "256 : ডায়ালগের দ্বিতীয় বোতামটি ডিফল্ট বোতাম হিসেবে আছে।"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3153878\n"
+"21\n"
+"help.text"
+msgid "512 : Third button in the dialog as default button."
+msgstr "512 : ডায়ালগের তৃতীয় বোতামটি ডিফল্ট বোতাম হিসেবে আছে।"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"hd_id3150715\n"
+"22\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3150327\n"
+"24\n"
+"help.text"
+msgid "Const sText1 = \"An unexpected error occurred.\""
+msgstr "Const sText1 = \"An unexpected error occurred.\""
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3146912\n"
+"25\n"
+"help.text"
+msgid "Const sText2 = \"The program execution will continue, however.\""
+msgstr "Const sText2 = \"The program execution will continue, however.\""
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3154757\n"
+"26\n"
+"help.text"
+msgid "Const sText3 = \"Error\""
+msgstr "Const sText3 = \"Error\""
+
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hex Function [Runtime]"
+msgstr "Hex Function [Runtime]"
+
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"bm_id3150616\n"
+"help.text"
+msgid "<bookmark_value>Hex function</bookmark_value>"
+msgstr "<bookmark_value>Hex function</bookmark_value>"
+
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"hd_id3150616\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080801.xhp\" name=\"Hex Function [Runtime]\">Hex Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080801.xhp\" name=\"Hex Function [Runtime]\">Hex Function [Runtime]</link>"
+
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"par_id3145136\n"
+"2\n"
+"help.text"
+msgid "Returns a string that represents the hexadecimal value of a number."
+msgstr "একটি সংখ্যার হেক্সাডেসিমাল মান নির্দেশক স্ট্রিং প্রদান করে থাকে।"
+
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"hd_id3147573\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"par_id3150771\n"
+"4\n"
+"help.text"
+msgid "Hex (Number)"
+msgstr "Hex (Number)"
+
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"hd_id3147530\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"par_id3159414\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "স্ট্রিং"
+
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"hd_id3156344\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"par_id3148947\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Any numeric expression that you want to convert to a hexadecimal number."
+msgstr "<emph>সংখ্যা:</emph> যেকোনো সংখ্যাসূচক এক্সপ্রেশন যা আপনি হেক্সাডেসিমাল সংখ্যায় রূপান্তর করতে চান।"
+
+#: 03080801.xhp
+msgctxt ""
+"03080801.xhp\n"
+"hd_id3154365\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03080801.xhp
+#, fuzzy
+msgctxt ""
+"03080801.xhp\n"
+"par_id3156214\n"
+"30\n"
+"help.text"
+msgid "' uses BasicFormulas in $[officename] Calc"
+msgstr "REM $[officename] Calc এ BasicFormulas ব্যবহার করে"
+
+#: 03080801.xhp
+#, fuzzy
+msgctxt ""
+"03080801.xhp\n"
+"par_id3149262\n"
+"20\n"
+"help.text"
+msgid "' Returns a long integer from a hexadecimal value."
+msgstr "REM হেক্সাডেসিমাল মান থেকে একটি দীর্ঘ ইনটিজার প্রদান করে থাকে।"
+
+#: 03080801.xhp
+#, fuzzy
+msgctxt ""
+"03080801.xhp\n"
+"par_id3147215\n"
+"25\n"
+"help.text"
+msgid "' Calculates a hexadecimal value in integer."
+msgstr "REM ইনটিজারে হেক্সাডেসিমাল মান গণনা করে।"
+
+#: 03080800.xhp
+msgctxt ""
+"03080800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Converting Numbers"
+msgstr "সংখ্যা রূপান্তর করা হচ্ছে"
+
+#: 03080800.xhp
+msgctxt ""
+"03080800.xhp\n"
+"hd_id3145315\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080800.xhp\" name=\"Converting Numbers\">Converting Numbers</link>"
+msgstr "<link href=\"text/sbasic/shared/03080800.xhp\" name=\"Converting Numbers\">সংখ্যা রূপান্তর করা হচ্ছে</link>"
+
+#: 03080800.xhp
+msgctxt ""
+"03080800.xhp\n"
+"par_id3154760\n"
+"2\n"
+"help.text"
+msgid "The following functions convert numbers from one number format to another."
+msgstr "নিম্নোক্ত ফাংশনটি সংখ্যাকে একটি বিন্যাস হতে অন্য বিন্যাসে পরিবর্তন করে।"
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"tit\n"
+"help.text"
+msgid "InStr Function [Runtime]"
+msgstr "InStr Function [Runtime]"
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"bm_id3155934\n"
+"help.text"
+msgid "<bookmark_value>InStr function</bookmark_value>"
+msgstr "<bookmark_value>InStr function</bookmark_value>"
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"hd_id3155934\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120401.xhp\" name=\"InStr Function [Runtime]\">InStr Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120401.xhp\" name=\"InStr Function [Runtime]\">InStr Function [Runtime]</link>"
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3153990\n"
+"2\n"
+"help.text"
+msgid "Returns the position of a string within another string."
+msgstr "একটি স্ট্রিং এর মধ্যে অন্য একটি স্ট্রিং এর অবস্থান প্রদান করে।"
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3147303\n"
+"3\n"
+"help.text"
+msgid "The Instr function returns the position at which the match was found. If the string was not found, the function returns 0."
+msgstr "Instr ফাংশনটি যেখানে মিল পাওয়া যায় সেটির অবস্থান প্রদান করে থাকে। যদি স্ট্রিংটি পাওয়া না যায়, ফাংশনটি 0 প্রদান করে থাকে।"
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"hd_id3145090\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3146957\n"
+"5\n"
+"help.text"
+msgid "InStr ([Start As Long,] Text1 As String, Text2 As String[, Compare])"
+msgstr "nStr ([Start As Long,] Text1 As String, Text2 As String[, Compare])"
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"hd_id3148538\n"
+"6\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3149763\n"
+"7\n"
+"help.text"
+msgid "Integer"
+msgstr "ইনটিজার"
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"hd_id3148473\n"
+"8\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3153126\n"
+"9\n"
+"help.text"
+msgid "<emph>Start: </emph>A numeric expression that marks the position in a string where the search for the specified substring starts. If you omit this parameter, the search starts at the first character of the string. The maximum allowed value is 65535."
+msgstr "<emph>শুরু: </emph> সংখ্যাসূচক এক্সপ্রেশন যা ষ্ট্রিং এর মধ্যে অক্ষরের অবস্থান চিহ্নিত করে যেখানে উল্লেখিত সাবস্ট্রিং এর অনুসন্ধান শুরু হয়। আপনি যদি এই মানটি অবজ্ঞা করেন তাহলে স্ট্রিং এর প্রথম অক্ষর থেকে অনুসন্ধান শুরু হবে। সর্বোচ্চ অনুমোদিত মান হলো ৬৫৫৩৫।"
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3145609\n"
+"10\n"
+"help.text"
+msgid "<emph>Text1:</emph> The string expression that you want to search."
+msgstr "<emph>Text1:</emph> স্ট্রিং এক্সপ্রেশন যা আপনি অনুসন্ধান করতে চান।"
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3147559\n"
+"11\n"
+"help.text"
+msgid "<emph>Text2:</emph> The string expression that you want to search for."
+msgstr "<emph>Text2:</emph> স্ট্রিং এক্সপ্রেশন যা আপনি অনুসন্ধান করতে চান।"
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3154758\n"
+"12\n"
+"help.text"
+msgid "<emph>Compare:</emph> Optional numeric expression that defines the type of comparison. The value of this parameter can be 0 or 1. The default value of 1 specifies a text comparison that is not case-sensitive. The value of 0 specifies a binary comparison that is case-sensitive."
+msgstr "<emph>তুলনা:</emph> ঐচ্ছিক সংখ্যাসূচক এক্সপ্রেশন যা তুলনার ধরন নির্ধারণ করে থাকে। এই প্যারামিটারের মান 0 অথবা 1 হতে পারে। ডিফল্ট মান 1 দ্বারা অক্ষরের ছাঁদ সংবেদনশীল নয় এমন একটি পাঠ্য তুলনা উল্লেখ করা হয়। মান 0 দ্বারা অক্ষরের ছাঁদ সংবেদনশীল একটি বাইনারি তুলনা উল্লেখ করে থাকে।"
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3153361\n"
+"13\n"
+"help.text"
+msgid "To avoid a run-time error, do not set the Compare parameter if the first return parameter is omitted."
+msgstr "রান-টাইম ত্রুটি এড়িয়ে যেতে, যদি প্রথম প্রদান প্যারামিটার বাদ দেয়া হয় তাহলে তুলনা প্যারামিটার নির্ধারণ করবেন না ।"
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"hd_id3154366\n"
+"14\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3144760\n"
+"19\n"
+"help.text"
+msgid "sInput = \"Office\""
+msgstr "sInput = \"Office\""
+
+#: 03120401.xhp
+msgctxt ""
+"03120401.xhp\n"
+"par_id3154125\n"
+"20\n"
+"help.text"
+msgid "iPos = Instr(sInput,\"c\")"
+msgstr "iPos = Instr(sInput,\"c\")"
+
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefDbl Statement [Runtime]"
+msgstr "DefDbl Statement [Runtime]"
+
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"bm_id3147242\n"
+"help.text"
+msgid "<bookmark_value>DefDbl statement</bookmark_value>"
+msgstr "<bookmark_value>DefDbl statement</bookmark_value>"
+
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"hd_id3147242\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101400.xhp\" name=\"DefDbl Statement [Runtime]\">DefDbl Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101400.xhp\" name=\"DefDbl Statement [Runtime]\">DefDbl Statement [Runtime]</link>"
+
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"par_id3153126\n"
+"2\n"
+"help.text"
+msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
+msgstr "বর্ণের পরিসীমা অনুসারে পূর্বনির্ধারিত ভেরিয়েবল ধরন নির্ধারিত হয়, যদি কোন টাইপ ডিক্লেয়ার করার অক্ষর অথবা কীওয়ার্ড উল্লেখিত না থাকে।"
+
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"hd_id3155420\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"par_id3147530\n"
+"4\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Characterrange1[, Characterrange2[,...]]"
+
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"hd_id3145069\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"par_id3147560\n"
+"6\n"
+"help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
+msgstr "<emph>Characterrange:</emph> ভেরিয়েবলের পরিসর উল্লেখকারী বর্ণ যা আপনি পূর্বনির্ধারিত ডাটা টাইপের জন্য নির্ধারণ করতে চান।"
+
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"par_id3150791\n"
+"7\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr "<emph>xxx:</emph> কীওয়ার্ড যা পূর্বনির্ধারিত ভেরিয়েবল ধরন নির্ধারণ করে:"
+
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"par_id3151210\n"
+"8\n"
+"help.text"
+msgid "<emph>Keyword:</emph> Default variable type"
+msgstr "<emph>কীওয়ার্ড:</emph> পূর্বনির্ধারিত ভেরিয়েবল ধরন"
+
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"par_id3154123\n"
+"9\n"
+"help.text"
+msgid "<emph>DefDbl:</emph> Double"
+msgstr "<emph>DefDbl:</emph> ডাবল"
+
+#: 03101400.xhp
+msgctxt ""
+"03101400.xhp\n"
+"hd_id3153192\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03101400.xhp
+#, fuzzy
+msgctxt ""
+"03101400.xhp\n"
+"par_id3156281\n"
+"12\n"
+"help.text"
+msgid "' Prefix definitions for variable types:"
+msgstr "ভেরিয়েবল ধরনের জন্য REM প্রিফিক্সের বর্ণনা:"
+
+#: 03101400.xhp
+#, fuzzy
+msgctxt ""
+"03101400.xhp\n"
+"par_id3153144\n"
+"22\n"
+"help.text"
+msgid "dValue=1.23e43 ' dValue is an implicit double variable type"
+msgstr "dValue=1.23e43 REM dValue একটি ইমপ্লিসিট ডাবল ভেরিয়েবল ধরন"
+
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"tit\n"
+"help.text"
+msgid "Green Function [Runtime]"
+msgstr "Green Function [Runtime]"
+
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"bm_id3148947\n"
+"help.text"
+msgid "<bookmark_value>Green function</bookmark_value>"
+msgstr "<bookmark_value>Green function</bookmark_value>"
+
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"hd_id3148947\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010302.xhp\" name=\"Green Function [Runtime]\">Green Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010302.xhp\" name=\"Green Function [Runtime]\">Green Function [Runtime]</link>"
+
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"par_id3153361\n"
+"2\n"
+"help.text"
+msgid "Returns the Green component of the given color code."
+msgstr "প্রদত্ত রঙের কোডে সবুজ উপকরণ ফেরত পাঠায়।"
+
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"hd_id3154140\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"par_id3153969\n"
+"4\n"
+"help.text"
+msgid "Green (Color As Long)"
+msgstr "Green (Color As Long)"
+
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"hd_id3154124\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"par_id3153194\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"hd_id3154909\n"
+"7\n"
+"help.text"
+msgid "Parameter:"
+msgstr "প্যারামিটার:"
+
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"par_id3153770\n"
+"8\n"
+"help.text"
+msgid "<emph>Color</emph>: Long integer expression that specifies a <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"color code\">color code</link> for which to return the Green component."
+msgstr "<emph>Color</emph>: দীর্ঘ ইনটিজার এক্সপ্রেশন যার মাধ্যমে সবুজ কম্পোনেন্ট প্রদান করার জন্য <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"color code\">রঙের কোড</link> উল্লেখ করা হয়।"
+
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"hd_id3149664\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03010302.xhp
+#, fuzzy
+msgctxt ""
+"03010302.xhp\n"
+"par_id3151117\n"
+"13\n"
+"help.text"
+msgid "MsgBox \"The color \" & lVar & \" contains the components:\" & Chr(13) &_"
+msgstr "msgbox \"The color \" & lVar & \" contains the components:\" & Chr(13) &_"
+
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"par_id3153951\n"
+"14\n"
+"help.text"
+msgid "\"red = \" & red(lVar) & Chr(13)&_"
+msgstr "\"red = \" & red(lVar) & Chr(13)&_"
+
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"par_id3152462\n"
+"15\n"
+"help.text"
+msgid "\"green = \" & green(lVar) & Chr(13)&_"
+msgstr "\"green = \" & green(lVar) & Chr(13)&_"
+
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"par_id3154730\n"
+"16\n"
+"help.text"
+msgid "\"blue = \" & blue(lVar) & Chr(13) , 64,\"colors\""
+msgstr "\"blue = \" & blue(lVar) & Chr(13) , 64,\"colors\""
+
+#: 01030000.xhp
+msgctxt ""
+"01030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Integrated Development Environment (IDE)"
+msgstr "ইন্টিগ্রেটেড ডেভেলপমেন্ট এনভায়রনমেন্ট (IDE)"
+
+#: 01030000.xhp
+msgctxt ""
+"01030000.xhp\n"
+"bm_id3145090\n"
+"help.text"
+msgid "<bookmark_value>Basic IDE;Integrated Development Environment</bookmark_value><bookmark_value>IDE;Integrated Development Environment</bookmark_value>"
+msgstr "<bookmark_value>Basic IDE;Integrated Development Environment</bookmark_value><bookmark_value>IDE;Integrated Development Environment</bookmark_value>"
+
+#: 01030000.xhp
+msgctxt ""
+"01030000.xhp\n"
+"hd_id3145090\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01030000.xhp\" name=\"Integrated Development Environment (IDE)\">Integrated Development Environment (IDE)</link>"
+msgstr "<link href=\"text/sbasic/shared/01030000.xhp\" name=\"Integrated Development Environment (IDE)\">ইন্টিগ্রেটেড ডেভেলপমেন্ট এনভায়রনমেন্ট (IDE)</link>"
+
+#: 01030000.xhp
+msgctxt ""
+"01030000.xhp\n"
+"par_id3146795\n"
+"2\n"
+"help.text"
+msgid "This section describes the Integrated Development Environment for $[officename] Basic."
+msgstr "এই অংশটি $[officename] বেসিক এর ইন্টিগ্রেটেড ডেভেলপমেন্ট এনভায়রনমেন্ট ব্যাখ্যা করে।"
+
+#: 03010100.xhp
+msgctxt ""
+"03010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Display Functions"
+msgstr "ফাংশন প্রদর্শন"
+
+#: 03010100.xhp
+msgctxt ""
+"03010100.xhp\n"
+"hd_id3151384\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010100.xhp\" name=\"Display Functions\">Display Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03010100.xhp\" name=\"Display Functions\">ফাংশন প্রদর্শন</link>"
+
+#: 03010100.xhp
+msgctxt ""
+"03010100.xhp\n"
+"par_id3149346\n"
+"2\n"
+"help.text"
+msgid "This section describes Runtime functions used to output information to the screen display."
+msgstr "এই অংশটি পর্দা প্রদর্শনীতে আউটপুট তথ্য পেতে ব্যবহৃত রানটাইম ফাংশন বর্ণনা করে।"
+
+#: 03102450.xhp
+msgctxt ""
+"03102450.xhp\n"
+"tit\n"
+"help.text"
+msgid "IsError Function [Runtime]"
+msgstr "IsError Function [Runtime]"
+
+#: 03102450.xhp
+msgctxt ""
+"03102450.xhp\n"
+"bm_id4954680\n"
+"help.text"
+msgid "<bookmark_value>IsError function</bookmark_value>"
+msgstr "<bookmark_value>IsError function</bookmark_value>"
+
+#: 03102450.xhp
+msgctxt ""
+"03102450.xhp\n"
+"par_idN1054E\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03102450.xhp\">IsError Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03102450.xhp\">IsError Function [Runtime]</link>"
+
+#: 03102450.xhp
+msgctxt ""
+"03102450.xhp\n"
+"par_idN1055E\n"
+"help.text"
+msgid "Tests if a variable contains an error value."
+msgstr "ভেরিয়েবলে যদি একটি ত্রুটি মান থাকে তাহলে পরীক্ষা করুন।"
+
+#: 03102450.xhp
+msgctxt ""
+"03102450.xhp\n"
+"par_idN10561\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03102450.xhp
+msgctxt ""
+"03102450.xhp\n"
+"par_idN10565\n"
+"help.text"
+msgid "IsError (Var)"
+msgstr "IsError (Var)"
+
+#: 03102450.xhp
+msgctxt ""
+"03102450.xhp\n"
+"par_idN10568\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03102450.xhp
+msgctxt ""
+"03102450.xhp\n"
+"par_idN1056C\n"
+"help.text"
+msgid "Bool"
+msgstr "Bool"
+
+#: 03102450.xhp
+msgctxt ""
+"03102450.xhp\n"
+"par_idN1056F\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03102450.xhp
+msgctxt ""
+"03102450.xhp\n"
+"par_idN10573\n"
+"help.text"
+msgid "<emph>Var:</emph> Any variable that you want to test. If the variable contains an error value, the function returns True, otherwise the function returns False."
+msgstr "<emph>Var:</emph> যেকোনো ভেরিয়েবল যা আপনি পরীক্ষা করতে চান। যদি ভেরিয়েবলটিতে একটি ত্রুটি মান বিদ্যমান থাকে, তাহলে ফাংশনটি True প্রদান করে থাকে, অন্যথায় ফাংশনটি False প্রদান করে থাকে।"
+
+#: 03131000.xhp
+msgctxt ""
+"03131000.xhp\n"
+"tit\n"
+"help.text"
+msgid "GetSolarVersion Function [Runtime]"
+msgstr "GetSolarVersion Function [Runtime]"
+
+#: 03131000.xhp
+msgctxt ""
+"03131000.xhp\n"
+"bm_id3157898\n"
+"help.text"
+msgid "<bookmark_value>GetSolarVersion function</bookmark_value>"
+msgstr "<bookmark_value>GetSolarVersion function</bookmark_value>"
+
+#: 03131000.xhp
+msgctxt ""
+"03131000.xhp\n"
+"hd_id3157898\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03131000.xhp\" name=\"GetSolarVersion Function [Runtime]\">GetSolarVersion Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03131000.xhp\" name=\"GetSolarVersion Function [Runtime]\">GetSolarVersion Function [Runtime]</link>"
+
+#: 03131000.xhp
+msgctxt ""
+"03131000.xhp\n"
+"par_id3152801\n"
+"2\n"
+"help.text"
+msgid "Returns the internal number of the current $[officename] version."
+msgstr "বর্তমান $[officename] সংস্করণের অভ্যন্তরীণ নাম্বার প্রদান করে।"
+
+#: 03131000.xhp
+msgctxt ""
+"03131000.xhp\n"
+"hd_id3153311\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03131000.xhp
+msgctxt ""
+"03131000.xhp\n"
+"par_id3155388\n"
+"4\n"
+"help.text"
+msgid "s = GetSolarVersion"
+msgstr "s = GetSolarVersion"
+
+#: 03131000.xhp
+msgctxt ""
+"03131000.xhp\n"
+"hd_id3149514\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03131000.xhp
+msgctxt ""
+"03131000.xhp\n"
+"par_id3148685\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "স্ট্রিং"
+
+#: 03131000.xhp
+msgctxt ""
+"03131000.xhp\n"
+"hd_id3143270\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03131000.xhp
+msgctxt ""
+"03131000.xhp\n"
+"par_id3148947\n"
+"11\n"
+"help.text"
+msgid "MsgBox sSep,64,\"Version number of the solar technology\""
+msgstr "MsgBox sSep,64,\"Version number of the solar technology\""
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"tit\n"
+"help.text"
+msgid "CreateUnoListener Function [Runtime]"
+msgstr "CreateUnoListener Function [Runtime]"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"bm_id3155150\n"
+"help.text"
+msgid "<bookmark_value>CreateUnoListener function</bookmark_value>"
+msgstr "<bookmark_value>CreateUnoListener function</bookmark_value>"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"hd_id3155150\n"
+"53\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03132000.xhp\" name=\"CreateUnoListener Function [Runtime]\">CreateUnoListener Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03132000.xhp\" name=\"CreateUnoListener Function [Runtime]\">CreateUnoListener Function [Runtime]</link>"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3149346\n"
+"52\n"
+"help.text"
+msgid "Creates a Listener instance."
+msgstr "লিসেনারের দৃষ্টান্ত তৈরি করা হয়।"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3153681\n"
+"51\n"
+"help.text"
+msgid "Many Uno interfaces let you register listeners on a special listener interface. This allows you to listen for specific events and call up the appropriate listener method. The CreateUnoListener function waits for the called listener interface and then passes the interface an object that the interface supports. This object is then passed to the method to register the listener."
+msgstr "অনেক Uno ইন্টারফেস একটি বিশেষ লিসেনার ইন্টারফেসে লিসেনার নিন্ধন করতে দেয়। এটি আপনাকে সুনির্দিষ্ট ইভেন্ট শুনতে অনুমোদন দেয় এবং উপযুল্ত লিসেনার পদ্ধতি কল করে থাকে। CreateUnoListener ফাংশনটি কল করা লিসেনার ইন্টারফেসের জন্য অপেক্ষা করে থাকে এবং তারপর ইন্টারফেসে একটি বস্তু পাস করে যা ইন্টারফেস সমর্থন। বস্তুটি তারপর লিসেনার নিবন্ধনের পদ্ধতিতে পাস করা হয়।"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"hd_id3148685\n"
+"50\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3143228\n"
+"49\n"
+"help.text"
+msgid "oListener = CreateUnoListener( Prefixname, ListenerInterfaceName )"
+msgstr "oListener = CreateUnoListener( Prefixname, ListenerInterfaceName )"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"hd_id3147574\n"
+"48\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3154046\n"
+"47\n"
+"help.text"
+msgid "The following example is based on a Basic library object."
+msgstr "নিচের উদাহরণসমূহ বেসিক লাইব্রেরি ভিত্তিক ।"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3149294\n"
+"44\n"
+"help.text"
+msgid "The CreateUnoListener method requires two parameters. The first is a prefix and is explained in detail below. The second parameter is the fully qualified name of the Listener interface that you want to use."
+msgstr "CreateUnoListener মেথডের দুইটি প্যারামিটার প্রয়োজন। প্রথমটি একটি প্রিফিক্স এবং নিচে এর বিশদ বর্ণনা রয়েছে। দ্বিতীয় প্যারামিটারটি লিসেনার ইন্টারফেসের সম্পূর্ণ উপযুক্ত নাম যা আপনি ব্যবহার করতে চান।"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3149670\n"
+"43\n"
+"help.text"
+msgid "The Listener must then be added to the Broadcaster Object. This is done by calling the appropriate method for adding a Listener. These methods always follow the pattern \"addFooListener\", where \"Foo\" is the Listener Interface Type, without the 'X'. In this example, the addContainerListener method is called to register the XContainerListener:"
+msgstr "ব্রডকাস্ট বস্তুতে অবশ্যই লিসেনারটি যুক্ত করতে হবে। এটি সম্পন্ন করতে একটি লিসেনার যুক্ত করতে উপযুক্ত পদ্ধতি কল করা করা হয়। এই পদ্ধতিসমূহ সবসময় \"addFooListener\" প্যাটার্নটি অনুসরণ করে থাকে, যেখানে \"Foo\" হলো 'X' ব্যতীত লিসেনার ইন্টারফেস ধরন। এই উদাহরণে, addContainerListener পদ্ধতি XContainerListener নিবন্ধনের জন্য কল করা হয়:"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3154940\n"
+"41\n"
+"help.text"
+msgid "oLib = BasicLibraries.Library1 ' Library1 must exist!"
+msgstr "oLib = BasicLibraries.Library1 ' Library1 must exist!"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3150359\n"
+"40\n"
+"help.text"
+msgid "oLib.addContainerListener( oListener ) ' Register the listener"
+msgstr "oLib.addContainerListener( oListener ) ' Register the listener"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3154138\n"
+"39\n"
+"help.text"
+msgid "The Listener is now registered. When an event occurs, the corresponding Listener calls the appropriate method from the com.sun.star.container.XContainerListener Interface."
+msgstr "লিসেনার নিবন্ধিত। যখন একটি ইভেন্ট সংঘটিত হয়, সংশ্লিষ্ট লিসেনার com.sun.star.container.XContainerListener ইন্টারফেস থেকে উপযুক্ত মেথডটি কল করে।"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3148922\n"
+"38\n"
+"help.text"
+msgid "The prefix calls registered Listeners from Basic-subroutines. The Basic run-time system searches for Basic-subroutines or functions that have the name \"PrefixListenerMethode\" and calls them when found. Otherwise, a run-time error occurs."
+msgstr "বেসিক-সাবরুটিন থেকে নিবন্ধিত লিসেনারকে প্রিফিক্সের সাহায্যে কল করা হয়। বেসিক রান টাইম পদ্ধতিটি বেসিক-সাবরুটিন অথবা ফাংশনের জন্য অনুসন্ধান করে থাকে যার নাম \"PrefixListenerMethode\" এবং খুঁজে পাওয়া গেলে এদেরকে কল করা হয়। অন্যথায়, একটি রান টাইম ত্রুটি সংঘটিত হয়।"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3150768\n"
+"37\n"
+"help.text"
+msgid "In this example, the Listener-Interface uses the following methods:"
+msgstr "এই উদাহরণে, লিসেনার-ইন্টারফেস নিচের মেথডটি ব্যবহার করে:"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3151176\n"
+"36\n"
+"help.text"
+msgid "disposing:"
+msgstr "সম্পন্ন করা হচ্ছে:"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3145173\n"
+"35\n"
+"help.text"
+msgid "Listener base interface (com.sun.star.lang.XEventListener): base interface for all Listener Interfaces"
+msgstr "লিসেনার বেস ইন্টারফেস (com.sun.star.lang.XEventListener): সব লিসেনার ইন্টারফেসের জন্য বেস ইন্টারফেস"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3156212\n"
+"34\n"
+"help.text"
+msgid "elementInserted:"
+msgstr "elementInserted:"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3159254\n"
+"33\n"
+"help.text"
+msgid "Method of the com.sun.star.container.XContainerListener interface"
+msgstr "Method of the com.sun.star.container.XContainerListener interface"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3147287\n"
+"32\n"
+"help.text"
+msgid "elementRemoved:"
+msgstr "elementRemoved:"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3146119\n"
+"31\n"
+"help.text"
+msgid "Method of the com.sun.star.container.XContainerListener interface"
+msgstr "Method of the com.sun.star.container.XContainerListener interface"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3153951\n"
+"30\n"
+"help.text"
+msgid "elementReplaced:"
+msgstr "elementReplaced:"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3154013\n"
+"29\n"
+"help.text"
+msgid "Method of the com.sun.star.container.XContainerListener interface"
+msgstr "Method of the com.sun.star.container.XContainerListener interface"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3147435\n"
+"28\n"
+"help.text"
+msgid "In this example, the prefix is ContListener_. The following subroutines must therefore be implemented in Basic:"
+msgstr "এই উদাহরণে, প্রিফিক্সটি হলো ContListener_। নিচের সাবরুটিনটি অবশ্যই বেসিকে বাস্তবায়ন করতে হবে:"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3155411\n"
+"27\n"
+"help.text"
+msgid "ContListener_disposing"
+msgstr "ContListener_disposing"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3146923\n"
+"26\n"
+"help.text"
+msgid "ContListener_elementInserted"
+msgstr "ContListener_elementInserted"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3147318\n"
+"25\n"
+"help.text"
+msgid "ContListener_elementRemoved"
+msgstr "ContListener_elementRemoved"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3152578\n"
+"24\n"
+"help.text"
+msgid "ContListener_elementReplaced"
+msgstr "ContListener_elementReplaced"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3150592\n"
+"23\n"
+"help.text"
+msgid "An event structure type that contains information about an event exists for every Listener type. When a Listener method is called, an instance of this event is passed to the method as a parameter. Basic Listener methods can also call these event objects, so long as the appropriate parameter is passed in the Sub declaration. For example:"
+msgstr "একটি ইভেন্টের গঠনের টাইপ যা প্রতিটি লিসেনার টাইপের জন্য বিদ্যমান ইভেন্ট সম্পর্কিত তথ্য ধারণ করে। যখন একটি লিসেনার মেথড কল করা হয়, এই ইভেন্টের একটি দৃষ্টান্ত প্যারামিটার হিসেবে একটি মেথডে প্রেরিত হয়। মৌলিক লিসেনার মেথড এই ইভেন্ট বস্তুকে কল করতে পারে, যতক্ষন পর্যন্ত না উপযুক্ত প্যারামিটার Sub ডিক্লেয়ারেশনে পাস করা না হয়। যেমন:"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3153876\n"
+"21\n"
+"help.text"
+msgid "MsgBox \"disposing\""
+msgstr "MsgBox \"disposing\""
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3154098\n"
+"17\n"
+"help.text"
+msgid "MsgBox \"elementInserted\""
+msgstr "MsgBox \"elementInserted\""
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3153947\n"
+"13\n"
+"help.text"
+msgid "MsgBox \"elementRemoved\""
+msgstr "MsgBox \"elementRemoved\""
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3148915\n"
+"9\n"
+"help.text"
+msgid "MsgBox \"elementReplaced\""
+msgstr "MsgBox \"elementReplaced\""
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3156056\n"
+"6\n"
+"help.text"
+msgid "You do not need to include the parameter of an event object if the object is not used:"
+msgstr "যদি বস্তুটি ব্যবহৃত না হয় তাহলে আপনার একটি ইভেন্ট বস্তুর প্যারামিটার অন্তর্ভুক্ত করার প্রয়োজন নেই:"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3150042\n"
+"5\n"
+"help.text"
+msgid "' Minimal implementation of Sub disposing"
+msgstr "' Minimal implementation of Sub disposing"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3150940\n"
+"2\n"
+"help.text"
+msgid "Listener methods must <emph>always</emph> be implemented to avoid Basic run-time errors."
+msgstr "বেসিক রান-টাইম ত্রুটি অগ্রাহ্য করতে লিসেনার মেথডের অবশ্যই <emph>সবসময়</emph> বাস্তবায়ন করতে হবে।"
+
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"tit\n"
+"help.text"
+msgid "Write Statement [Runtime]"
+msgstr "Write Statement [Runtime]"
+
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"bm_id3147229\n"
+"help.text"
+msgid "<bookmark_value>Write statement</bookmark_value>"
+msgstr "<bookmark_value>Write statement</bookmark_value>"
+
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"hd_id3147229\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement [Runtime]\">Write Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement [Runtime]\">Write Statement [Runtime]</link>"
+
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"par_id3154685\n"
+"2\n"
+"help.text"
+msgid "Writes data to a sequential file."
+msgstr "একটি পর্যায়ক্রমিক ফাইলে লিখা হয়।"
+
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"hd_id3150449\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"par_id3145785\n"
+"4\n"
+"help.text"
+msgid "Write [#FileName], [Expressionlist]"
+msgstr "Write [#FileName], [Expressionlist]"
+
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"hd_id3151116\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"par_id3153728\n"
+"6\n"
+"help.text"
+msgid "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
+msgstr "<emph>FileName:</emph> যেকোনো সংখ্যাসূচক এক্সপ্রেশন যা নিজ নিজ ফাইলের জন্য ওপেন স্টেটমেন্ট দ্বারা নিযুক্ত ফাইল সংখ্যা ধারণ করে।"
+
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"par_id3146120\n"
+"7\n"
+"help.text"
+msgid "<emph>Expressionlist:</emph> Variables or expressions that you want to enter in a file, separated by commas."
+msgstr "<emph>Expressionlist:</emph> ভেরিয়েবল অথবা এক্সপ্রেশন যা আপনি একটি সন্নিবেশ করাতে চান, কমা দ্বারা আলাদা করা।"
+
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"par_id3150010\n"
+"8\n"
+"help.text"
+msgid "If the expression list is omitted, the <emph>Write</emph> statement appends an empty line to the file."
+msgstr "যদি এক্সপ্রেশন তালিকা বাদ দেওয়া হয়, তাহলে <emph>লেখা</emph> স্টেটমেন্ট একটি ফাইলের খালি লাইনের শেষে যোগ হয়।"
+
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"par_id3163713\n"
+"9\n"
+"help.text"
+msgid "To add an expression list to a new or an existing file, the file must be opened in the <emph>Output</emph> or <emph>Append</emph> mode."
+msgstr "একটি নতুন অথবা বিদ্যমান ফাইলে একটি এক্সপ্রেশন তালিকা যুক্ত করতে, ফাইলটি অবশ্যই <emph>আউটপুট</emph> অথবা <emph>পরিশেষে যোগ</emph> মোডে খুলতে হবে।"
+
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"par_id3147428\n"
+"10\n"
+"help.text"
+msgid "Strings that you write are enclosed by quotation marks and separated by commas. You do not need to enter these delimiters in the expression list."
+msgstr "আপনার লিখিত স্ট্রিং একটি উদ্ধৃতি চিহ্ন দ্বারা আবদ্ধ থাকে এবং কমা দ্বারা বিভক্ত থাকে। আপনার এক্সপ্রেশন তালিকাতে এই বিরতী চিহ্নসমূহ সন্নিবেশ করানোর প্রয়োজন নেই।"
+
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"par_id1002838\n"
+"help.text"
+msgid "Each <emph>Write</emph> statement outputs a line end symbol as last entry."
+msgstr "প্রতিটি <emph>লেখা</emph> স্টেটমেন্টের মাধ্যমে সর্বশেষ এন্ট্রি হিসেবে লাইন সমাপ্তির প্রতীক আউটপুট হিসেবে পাওয়া যায়।"
+
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"par_id6618854\n"
+"help.text"
+msgid "Numbers with decimal delimiters are converted according to the locale settings."
+msgstr "দশমিত বিরতীচিহ্ন সহ সংখ্যা স্থানীয় সেটিং অনুসারে রূপান্তর করা হয়ে থাকে।"
+
+#: 03020205.xhp
+msgctxt ""
+"03020205.xhp\n"
+"hd_id3151073\n"
+"11\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"tit\n"
+"help.text"
+msgid "GetAttr Function [Runtime]"
+msgstr "GetAttr Function [Runtime]"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"bm_id3150984\n"
+"help.text"
+msgid "<bookmark_value>GetAttr function</bookmark_value>"
+msgstr "<bookmark_value>GetAttr function</bookmark_value>"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"hd_id3150984\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020409.xhp\" name=\"GetAttr Function [Runtime]\">GetAttr Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020409.xhp\" name=\"GetAttr Function [Runtime]\">GetAttr Function [Runtime]</link>"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3154347\n"
+"2\n"
+"help.text"
+msgid "Returns a bit pattern that identifies the file type or the name of a volume or a directory."
+msgstr "একটি বিট প্যাটার্ন প্রদান করা হয় যা একটি ভলিউম অথবা ডিরেক্টরির ফাইলের ধরন এবং নাম শনাক্ত করে থাকে।"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"hd_id3149457\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3150359\n"
+"4\n"
+"help.text"
+msgid "GetAttr (Text As String)"
+msgstr "GetAttr (Text As String)"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"hd_id3151211\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3154909\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"hd_id3145172\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3151042\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that contains an unambiguous file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+msgstr "<emph>লেখ:</emph> যেকোনো স্ট্রিং এক্সপ্রেশন যাতে ফাইলের নির্দিষ্ট বৈশিষ্ট্যের উল্লেখ রয়েছে। আপনি <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL নোটেশন</link>ও ব্যবহার করতে পারেন।"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3161831\n"
+"9\n"
+"help.text"
+msgid "This function determines the attributes for a specified file and returns the bit pattern that can help you to identify the following file attributes:"
+msgstr "এই ফাংশনটি একটি নির্দিষ্ট ফাইলের বৈষ্ট্যাবলী নির্ধারণ করে এবং বিট প্যাটার্ন প্রদান করে যা আপনাকে উল্লেখ্য ফাইলের বৈশিষ্ট্য খুঁজে বের করতে সাহায্য করতে পারে।"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"hd_id3145364\n"
+"10\n"
+"help.text"
+msgid "Value"
+msgstr "মান"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3147349\n"
+"11\n"
+"help.text"
+msgid "0 : Normal files."
+msgstr "0 : স্বাভাবিক ফাইল।"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3147434\n"
+"12\n"
+"help.text"
+msgid "1 : Read-only files."
+msgstr "1 : শুধুমাত্র পাঠযোগ্য ফাইল।"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3159154\n"
+"15\n"
+"help.text"
+msgid "8 : Returns the name of the volume"
+msgstr "৮ : খন্ডের নাম প্রদান করে।"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3145271\n"
+"16\n"
+"help.text"
+msgid "16 : Returns the name of the directory only."
+msgstr "১৬ : শুধুমাত্র ডিরেক্টরীর নাম প্রদান করে।"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3153953\n"
+"17\n"
+"help.text"
+msgid "32 : File was changed since last backup (Archive bit)."
+msgstr "32 : সর্বশেষ ব্যাকআপ হতে ফাইল পরিবর্তিত হয়েছে (আর্কাইভ বিট)।"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"par_id3156444\n"
+"18\n"
+"help.text"
+msgid "If you want to know if a bit of the attribute byte is set, use the following query method:"
+msgstr "নিচের জিজ্ঞাসা পদ্ধতিটি ব্যবহার করে, বৈশিষ্ট্য বাইটের একটি বিট নির্ধারিত হয়েছে কিনা তা জানা যায়।"
+
+#: 03020409.xhp
+msgctxt ""
+"03020409.xhp\n"
+"hd_id3153094\n"
+"19\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03020409.xhp
+#, fuzzy
+msgctxt ""
+"03020409.xhp\n"
+"par_id3155415\n"
+"21\n"
+"help.text"
+msgid "On Error GoTo ErrorHandler ' Define target for error handler"
+msgstr "On Error Goto ErrorHandler REM ত্রুটি হ্যান্ডলারের লক্ষ্য নির্ধারণ করে থাকে"
+
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"tit\n"
+"help.text"
+msgid "Select...Case Statement [Runtime]"
+msgstr "Select...Case Statement [Runtime]"
+
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"bm_id3149416\n"
+"help.text"
+msgid "<bookmark_value>Select...Case statement</bookmark_value><bookmark_value>Case statement</bookmark_value>"
+msgstr "<bookmark_value>Select...Case statement</bookmark_value><bookmark_value>Case statement</bookmark_value>"
+
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"hd_id3149416\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090102.xhp\" name=\"Select...Case Statement [Runtime]\">Select...Case Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090102.xhp\" name=\"Select...Case Statement [Runtime]\">Select...Case Statement [Runtime]</link>"
+
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"par_id3153896\n"
+"2\n"
+"help.text"
+msgid "Defines one or more statement blocks depending on the value of an expression."
+msgstr "একটি এক।সপেশনের মানের উপর নির্ভরশীল এক বা একাধিক স্টেটমেন্ট নির্ধারণ করা হয়।"
+
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"hd_id3147265\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"par_id3150400\n"
+"4\n"
+"help.text"
+msgid "Select Case condition Case expression Statement Block [Case expression2 Statement Block][Case Else] Statement Block End Select"
+msgstr "Select Case condition Case expression Statement Block [Case expression2 Statement Block][Case Else] Statement Block End Select"
+
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"hd_id3150767\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"par_id3156281\n"
+"6\n"
+"help.text"
+msgid "<emph>Condition:</emph> Any expression that controls if the statement block that follows the respective Case clause is executed."
+msgstr "<emph>অবস্থা:</emph> যেকোনো এক্সপ্রেশন যা সংশ্লিষ্ট অবস্থা বাক্যাংশ অনুসরণকারী স্টেটমেন্ট ব্লক চালানো হলে নিয়ন্ত্রণ করে থাকে।"
+
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"par_id3150448\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any expression that is compatible with the Condition type expression. The statement block that follows the Case clause is executed if <emph>Condition</emph> matches <emph>Expression</emph>."
+msgstr "<emph>এক্সপ্রেশন:</emph> যেকোনো এক্সপ্রেশন যা শর্তের ধরন এক্সপ্রেশনের উপযুক্ত। যদি <emph>শর্ত</emph> এর সাথে <emph>এক্সপ্রেশন</emph> এর মিল থাকে তাহলে কেস বাক্যাংশ অনুসরণকারী স্টেটমেন্ট ব্লকটি চালনা করা হবে।"
+
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"hd_id3153768\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"par_id3152597\n"
+"14\n"
+"help.text"
+msgid "Print \"Number from 1 to 5\""
+msgstr "Print \"Number from 1 to 5\""
+
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"par_id3147349\n"
+"16\n"
+"help.text"
+msgid "Print \"Number from 6 to 8\""
+msgstr "Print \"Number from 6 to 8\""
+
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"par_id3152886\n"
+"18\n"
+"help.text"
+msgid "Print \"Greater than 8\""
+msgstr "Print \"Greater than 8\""
+
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"par_id3146975\n"
+"20\n"
+"help.text"
+msgid "Print \"Out of range 1 to 10\""
+msgstr "Print \"Out of range 1 to 10\""
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"tit\n"
+"help.text"
+msgid "ConvertFromURL Function [Runtime]"
+msgstr "ConvertFromURL Function [Runtime]"
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"bm_id3153894\n"
+"help.text"
+msgid "<bookmark_value>ConvertFromURL function</bookmark_value>"
+msgstr "<bookmark_value>ConvertFromURL function</bookmark_value>"
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"hd_id3153894\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120313.xhp\" name=\"ConvertFromURL Function [Runtime]\">ConvertFromURL Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120313.xhp\" name=\"ConvertFromURL Function [Runtime]\">ConvertFromURL Function [Runtime]</link>"
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"par_id3147226\n"
+"2\n"
+"help.text"
+msgid "Converts a file URL to a system file name."
+msgstr "একটি URL ফাইলকে একটি সিস্টেম ফাইলে রূপান্তর করা হয়।"
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"hd_id3143267\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"par_id3154142\n"
+"4\n"
+"help.text"
+msgid "ConvertFromURL(filename)"
+msgstr "ConvertFromURL(filename)"
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"hd_id3159157\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"par_id3150669\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "স্ট্রিং"
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"hd_id3143270\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"par_id3156023\n"
+"8\n"
+"help.text"
+msgid "<emph>Filename:</emph> A file name as a string."
+msgstr "<emph>ফাইলনাম:</emph> স্ট্রিং হিসেবে ফাইলের নাম।"
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"hd_id3154760\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"par_id3148664\n"
+"10\n"
+"help.text"
+msgid "systemFile$ = \"c:\\folder\\mytext.txt\""
+msgstr "systemFile$ = \"c:\\\\folder\\\\mytext.txt\""
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"par_id3150541\n"
+"11\n"
+"help.text"
+msgid "url$ = ConvertToURL( systemFile$ )"
+msgstr "url$ = ConvertToURL( systemFile$ )"
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"par_id3150792\n"
+"12\n"
+"help.text"
+msgid "print url$"
+msgstr "print url$"
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"par_id3154367\n"
+"13\n"
+"help.text"
+msgid "systemFileAgain$ = ConvertFromURL( url$ )"
+msgstr "systemFileAgain$ = ConvertFromURL( url$ )"
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"par_id3153194\n"
+"14\n"
+"help.text"
+msgid "print systemFileAgain$"
+msgstr "print systemFileAgain$"
+
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"tit\n"
+"help.text"
+msgid "FileLen-Function [Runtime]"
+msgstr "FileLen-Function [Runtime]"
+
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"bm_id3153126\n"
+"help.text"
+msgid "<bookmark_value>FileLen function</bookmark_value>"
+msgstr "<bookmark_value>FileLen function</bookmark_value>"
+
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"hd_id3153126\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020408.xhp\" name=\"FileLen-Function [Runtime]\">FileLen Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020408.xhp\" name=\"FileLen-Function [Runtime]\">FileLen Function [Runtime]</link>"
+
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"par_id3145068\n"
+"2\n"
+"help.text"
+msgid "Returns the length of a file in bytes."
+msgstr "ফাইলের দৈর্ঘ্য বাইটে দেখায় ।"
+
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"hd_id3159414\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"par_id3149656\n"
+"4\n"
+"help.text"
+msgid "FileLen (Text As String)"
+msgstr "FileLen (Text As String)"
+
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"hd_id3148798\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান"
+
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"par_id3156282\n"
+"6\n"
+"help.text"
+msgid "Long"
+msgstr "Long"
+
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"hd_id3150768\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"par_id3153193\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that contains an unambiguous file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+msgstr "<emph>লেখ:</emph> যেকোনো স্ট্রিং এক্সপ্রেশন যাতে ফাইলের নির্দিষ্ট বৈশিষ্ট্যের উল্লেখ রয়েছে। আপনি <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL নোটেশন</link>ও ব্যবহার করতে পারেন।"
+
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"par_id3150439\n"
+"9\n"
+"help.text"
+msgid "This function determines the length of a file. If the FileLen function is called for an open file, it returns the file length before it was opened. To determine the current file length of an open file, use the Lof function."
+msgstr "এই ফাংশনটির মাধ্যমে ফাইলের দৈর্ঘ্য নির্ধারণ করা যায়। যদি একটি খোলা ফাইলের জন্য FileLen ফাংশনটি কল করা হয়, তাহলে এটি খোলার পূর্বেই ফাইলের দৈর্ঘ্য প্রদান করে। খোলা ফাইলের বর্তমান ফাইল দৈর্ঘ্য নির্ধারণ করার জন্য Lof ফাংশন ব্যবহৃত হয়।"
+
+#: 03020408.xhp
+msgctxt ""
+"03020408.xhp\n"
+"hd_id3163710\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"tit\n"
+"help.text"
+msgid "ChDrive Statement [Runtime]"
+msgstr "ChDrive Statement [Runtime]"
+
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"bm_id3145068\n"
+"help.text"
+msgid "<bookmark_value>ChDrive statement</bookmark_value>"
+msgstr "<bookmark_value>ChDrive statement</bookmark_value>"
+
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"hd_id3145068\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020402.xhp\" name=\"ChDrive Statement [Runtime]\">ChDrive Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020402.xhp\" name=\"ChDrive Statement [Runtime]\">ChDrive Statement [Runtime]</link>"
+
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"par_id3149656\n"
+"2\n"
+"help.text"
+msgid "Changes the current drive."
+msgstr "বর্তমান ড্রাইভটি পরিবর্তন করা হয়।"
+
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"hd_id3154138\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"par_id3154685\n"
+"4\n"
+"help.text"
+msgid "ChDrive Text As String"
+msgstr "ChDrive Text As String"
+
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"hd_id3156423\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"par_id3145172\n"
+"6\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that contains the drive letter of the new drive. If you want, you can use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+msgstr "<emph>পাঠ্য:</emph> নতুন ড্রাইভের ড্রাইভ নির্দেশক বর্ণ বিশিষ্ট যেকোনো স্ট্রিং এক্সপ্রেশন। আপনি চাইলে <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL নোটেশন</link> ব্যবহার করতে পারেন।"
+
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"par_id3145785\n"
+"7\n"
+"help.text"
+msgid "The drive must be assigned a capital letter. Under Windows, the letter that you assign the drive is restricted by the settings in LASTDRV. If the drive argument is a multiple-character string, only the first letter is relevant. If you attempt to access a non-existent drive, an error occurs that you can respond to with the OnError statement."
+msgstr "ড্রাইভটি অবশ্যই বড় হাতের অক্ষর হিসেবে প্রয়োগ করা হবে। উইন্ডোজের অধীনে, ড্রাইভের জন্য আপনি যে অক্ষর বরাদ্দ করেছিলেন তা LASTDRV এর সেটিং দ্বারা সীমাবদ্ধ থাকবে। যদি ড্রাইভ আরগুমেন্টটি একাধিক অক্ষরযুক্ত স্ট্রিং হয় তাহলে, শুধুমাত্র প্রথম অক্ষরটি প্রাসঙ্গিক হবে। আপনি যদি বিদ্যমান নয় এমন একটি ড্রাইভ প্রয়োগ করতে চান তাহলে একটি ত্রুটি সংঘটিত হবে যা OnError স্টেটমেন্টের মাধ্যমে জ্ঞাপন করতে পারেন।"
+
+#: 03020402.xhp
+msgctxt ""
+"03020402.xhp\n"
+"hd_id3153188\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03020402.xhp
+#, fuzzy
+msgctxt ""
+"03020402.xhp\n"
+"par_id3152576\n"
+"10\n"
+"help.text"
+msgid "ChDrive \"D\" ' Only possible if a drive 'D' exists."
+msgstr "ChDrive \"D\" REM সম্ভব যদি শুধুমাত্র 'D' উপস্থিত থাকে।"
+
+#: 03020410.xhp
+msgctxt ""
+"03020410.xhp\n"
+"tit\n"
+"help.text"
+msgid "Kill Statement [Runtime]"
+msgstr "Kill Statement [Runtime]"
+
+#: 03020410.xhp
+msgctxt ""
+"03020410.xhp\n"
+"bm_id3153360\n"
+"help.text"
+msgid "<bookmark_value>Kill statement</bookmark_value>"
+msgstr "<bookmark_value>Kill statement</bookmark_value>"
+
+#: 03020410.xhp
+msgctxt ""
+"03020410.xhp\n"
+"hd_id3153360\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020410.xhp\" name=\"Kill Statement [Runtime]\">Kill Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020410.xhp\" name=\"Kill Statement [Runtime]\">Kill Statement [Runtime]</link>"
+
+#: 03020410.xhp
+msgctxt ""
+"03020410.xhp\n"
+"par_id3151211\n"
+"2\n"
+"help.text"
+msgid "Deletes a file from a disk."
+msgstr "ডিস্ক থেকে একটি ফাইল মুছে ফেলা হয়।"
+
+#: 03020410.xhp
+msgctxt ""
+"03020410.xhp\n"
+"hd_id3150767\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03020410.xhp
+msgctxt ""
+"03020410.xhp\n"
+"par_id3154685\n"
+"4\n"
+"help.text"
+msgid "Kill File As String"
+msgstr "Kill File As String"
+
+#: 03020410.xhp
+msgctxt ""
+"03020410.xhp\n"
+"hd_id3153194\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03020410.xhp
+msgctxt ""
+"03020410.xhp\n"
+"par_id3150440\n"
+"6\n"
+"help.text"
+msgid "<emph>File:</emph> Any string expression that contains an unambiguous file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+msgstr "<emph>ফাইল:</emph> যেকোনো স্ট্রিং এক্সপ্রেশন যাতে ফাইলের নির্দিষ্ট বৈশিষ্ট্যের উল্লেখ রয়েছে। আপনি <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL নোটেশন</link>ও ব্যবহার করতে পারেন।"
+
+#: 03020410.xhp
+msgctxt ""
+"03020410.xhp\n"
+"hd_id3148645\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03020410.xhp
+#, fuzzy
+msgctxt ""
+"03020410.xhp\n"
+"par_id3163710\n"
+"9\n"
+"help.text"
+msgid "Kill \"C:\\datafile.dat\" ' File must be created in advance"
+msgstr "Kill \"C:\\\\datafile.dat\" REM ফাইলটি পূর্বেই তৈরি করা হয়েছিল"
+
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"tit\n"
+"help.text"
+msgid "FileDateTime Function [Runtime]"
+msgstr "FileDateTime Function [Runtime]"
+
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"bm_id3153361\n"
+"help.text"
+msgid "<bookmark_value>FileDateTime function</bookmark_value>"
+msgstr "<bookmark_value>FileDateTime function</bookmark_value>"
+
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"hd_id3153361\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020407.xhp\" name=\"FileDateTime Function [Runtime]\">FileDateTime Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020407.xhp\" name=\"FileDateTime Function [Runtime]\">FileDateTime Function [Runtime]</link>"
+
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"par_id3156423\n"
+"2\n"
+"help.text"
+msgid "Returns a string that contains the date and the time that a file was created or last modified."
+msgstr "একটি ফাইল তৈরি এবং পরিবর্তনের তারিখ এবং সময় সম্বলিত স্ট্রিং প্রদান করে থাকে।"
+
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"hd_id3154685\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"par_id3154124\n"
+"4\n"
+"help.text"
+msgid "FileDateTime (Text As String)"
+msgstr "FileDateTime (Text As String)"
+
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"hd_id3150448\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"par_id3159153\n"
+"6\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that contains an unambiguous (no wildcards) file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+msgstr "<emph>লেখ:</emph> যেকোনো স্ট্রিং এক্সপ্রেশন যাতে ফাইলের নির্দিষ্ট (কোন ওয়াইল্ড কার্ড নেই) বৈশিষ্ট্যের উল্লখ রয়েছে। আপনি <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL নোটেশন</link>ও ব্যবহার করতে পারেন।"
+
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"par_id3155306\n"
+"7\n"
+"help.text"
+msgid "This function determines the exact time of creation or last modification of a file, returned in the format \"MM.DD.YYYY HH.MM.SS\"."
+msgstr "এই ফাংশনটির সাহায্যে একটি ফাইল তৈরি করা এবং সর্বশেষ পরিবর্তনের যথাযথ সময় \"MM.DD.YYYY HH.MM.SS\" বিন্যাসে নির্ধারণ করা যায়।"
+
+#: 03020407.xhp
+msgctxt ""
+"03020407.xhp\n"
+"hd_id3146119\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03103300.xhp
+msgctxt ""
+"03103300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Option Explicit Statement [Runtime]"
+msgstr "Option Explicit Statement [Runtime]"
+
+#: 03103300.xhp
+msgctxt ""
+"03103300.xhp\n"
+"bm_id3145090\n"
+"help.text"
+msgid "<bookmark_value>Option Explicit statement</bookmark_value>"
+msgstr "<bookmark_value>Option Explicit statement</bookmark_value>"
+
+#: 03103300.xhp
+msgctxt ""
+"03103300.xhp\n"
+"hd_id3145090\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03103300.xhp\" name=\"Option Explicit Statement [Runtime]\">Option Explicit Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03103300.xhp\" name=\"Option Explicit Statement [Runtime]\">Option Explicit Statement [Runtime]</link>"
+
+#: 03103300.xhp
+msgctxt ""
+"03103300.xhp\n"
+"par_id3148538\n"
+"2\n"
+"help.text"
+msgid "Specifies that every variable in the program code must be explicitly declared with the Dim statement."
+msgstr "প্রোগ্রাম কোডে বিদ্যমান প্রতিটি ভেরিয়েবল অবশ্যই Dim স্টেটমেন্টের মাধ্যমে ডিক্লেয়ার করা হবে তা উল্লেখ করে থাকে।"
+
+#: 03103300.xhp
+msgctxt ""
+"03103300.xhp\n"
+"hd_id3149763\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03103300.xhp
+#, fuzzy
+msgctxt ""
+"03103300.xhp\n"
+"par_id3149514\n"
+"4\n"
+"help.text"
+msgid "Option Explicit"
+msgstr "Option Explicit"
+
+#: 03103300.xhp
+msgctxt ""
+"03103300.xhp\n"
+"hd_id3145315\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03103300.xhp
+msgctxt ""
+"03103300.xhp\n"
+"par_id3145172\n"
+"6\n"
+"help.text"
+msgid "This statement must be added before the executable program code in a module."
+msgstr "এই স্টেটমেন্টটি অবশ্যই মডিউলে কার্যকর প্রোগ্রামের পূর্বে যোগ করা হবে।"
+
+#: 03103300.xhp
+msgctxt ""
+"03103300.xhp\n"
+"hd_id3125864\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03103300.xhp
+#, fuzzy
+msgctxt ""
+"03103300.xhp\n"
+"par_id3145787\n"
+"12\n"
+"help.text"
+msgid "For i% = 1 To 10 ' This results in a run-time error"
+msgstr "i% = 1 to 10 REM রান-টাইম ত্রুটি প্রদান করে"
+
+#: 03020100.xhp
+msgctxt ""
+"03020100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Opening and Closing Files"
+msgstr "ফাইল খোলা এবং বন্ধ করা হচ্ছে"
+
+#: 03020100.xhp
+msgctxt ""
+"03020100.xhp\n"
+"hd_id3152924\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020100.xhp\" name=\"Opening and Closing Files\">Opening and Closing Files</link>"
+msgstr "<link href=\"text/sbasic/shared/03020100.xhp\" name=\"Opening and Closing Files\">ফাইল খোলা এবং বন্ধ করা হচ্ছে</link>"
+
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"tit\n"
+"help.text"
+msgid "Right Function [Runtime]"
+msgstr "Right Function [Runtime]"
+
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"bm_id3153311\n"
+"help.text"
+msgid "<bookmark_value>Right function</bookmark_value>"
+msgstr "<bookmark_value>Right function</bookmark_value>"
+
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"hd_id3153311\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120307.xhp\" name=\"Right Function [Runtime]\">Right Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120307.xhp\" name=\"Right Function [Runtime]\">Right Function [Runtime]</link>"
+
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"par_id3150984\n"
+"2\n"
+"help.text"
+msgid "Returns the rightmost \"n\" characters of a string expression."
+msgstr "একটি স্ট্রিং এক্সপ্রেশনের সর্বডানের \"n\" অক্ষর প্রদান করে।"
+
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"par_id3149763\n"
+"3\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03120303.xhp\" name=\"Left Function\">Left Function</link>."
+msgstr "আরও দেখুন: <link href=\"text/sbasic/shared/03120303.xhp\" name=\"Left Function\">বাম ফাংশন</link>।"
+
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"hd_id3145315\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"par_id3153061\n"
+"5\n"
+"help.text"
+msgid "Right (Text As String, n As Long)"
+msgstr "Right (Text As String, n As Long)"
+
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"hd_id3145068\n"
+"6\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"par_id3156344\n"
+"7\n"
+"help.text"
+msgid "String"
+msgstr "স্ট্রিং"
+
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"hd_id3146795\n"
+"8\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"par_id3153526\n"
+"9\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that you want to return the rightmost characters of."
+msgstr "<emph>পাঠ্য:</emph> যেকোনো স্ট্রিং এক্সপ্রেশন আপনি যার সর্বডানের অক্ষর প্রদান করতে চান।"
+
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"par_id3151211\n"
+"10\n"
+"help.text"
+msgid "<emph>n:</emph> Numeric expression that defines the number of characters that you want to return. If <emph>n</emph> = 0, a zero-length string is returned. The maximum allowed value is 65535."
+msgstr "<emph>n:</emph> সংখ্যাসূচক এক্সপ্রেশন যা প্রদান করতে চান এমন অক্ষরের পরিমাণ নির্ধারণ করে থাকে। যদি <emph>n</emph> = 0, একটি শূন্য দৈর্ঘ্যের ষ্ট্রিং প্রদান করে থাকে। সর্বোচ্চ অনুমোদিত মান হলো ৬৫৫৩৫।"
+
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"par_id3158410\n"
+"11\n"
+"help.text"
+msgid "The following example converts a date in YYYY-MM-DD format to the US date format (MM/DD/YYYY)."
+msgstr "নিচের উদাহরণটি একটি তারিখের বছর-মাস-দিন বিন্যাসকে US তারিখ বিন্যাসে (মাস/দিন/বছর) রূপান্তর করে।"
+
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"hd_id3156212\n"
+"12\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"par_id3159252\n"
+"16\n"
+"help.text"
+msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
+msgstr "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
+
+#: 03120200.xhp
+msgctxt ""
+"03120200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Repeating Contents"
+msgstr "পুনরাবৃত্তি উপাদান"
+
+#: 03120200.xhp
+msgctxt ""
+"03120200.xhp\n"
+"hd_id3152363\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120200.xhp\" name=\"Repeating Contents\">Repeating Contents</link>"
+msgstr "<link href=\"text/sbasic/shared/03120200.xhp\" name=\"Repeating Contents\">পুনরাবৃত্তি উপাদান</link>"
+
+#: 03120200.xhp
+msgctxt ""
+"03120200.xhp\n"
+"par_id3150178\n"
+"2\n"
+"help.text"
+msgid "The following functions repeat the contents of strings."
+msgstr "নিচের ফাংশনটি স্ট্রিং এর উপাদানসমূহ পুনরাবৃত্তি করে।"
+
+#: 03070400.xhp
+msgctxt ""
+"03070400.xhp\n"
+"tit\n"
+"help.text"
+msgid "\"/\" Operator [Runtime]"
+msgstr "\"/\" Operator [Runtime]"
+
+#: 03070400.xhp
+msgctxt ""
+"03070400.xhp\n"
+"bm_id3150669\n"
+"help.text"
+msgid "<bookmark_value>\"/\" operator (mathematical)</bookmark_value>"
+msgstr "<bookmark_value>\"/\" operator (mathematical)</bookmark_value>"
+
+#: 03070400.xhp
+msgctxt ""
+"03070400.xhp\n"
+"hd_id3150669\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03070400.xhp\">\"/\" Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03070400.xhp\">\"/\" Operator [Runtime]</link>"
+
+#: 03070400.xhp
+msgctxt ""
+"03070400.xhp\n"
+"par_id3149670\n"
+"2\n"
+"help.text"
+msgid "Divides two values."
+msgstr "মান দুইটি ভাগ করে।"
+
+#: 03070400.xhp
+msgctxt ""
+"03070400.xhp\n"
+"hd_id3148946\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03070400.xhp
+msgctxt ""
+"03070400.xhp\n"
+"par_id3153360\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 / Expression2"
+msgstr "Result = Expression1 / Expression2"
+
+#: 03070400.xhp
+msgctxt ""
+"03070400.xhp\n"
+"hd_id3150359\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03070400.xhp
+msgctxt ""
+"03070400.xhp\n"
+"par_id3154141\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numerical value that contains the result of the division."
+msgstr "<emph>ফলাফল:</emph> যে কোন সংখ্যাসূচক এক্সপ্রেশন যা একটি ভাগের ফলাফল প্রকাশ করে।"
+
+#: 03070400.xhp
+msgctxt ""
+"03070400.xhp\n"
+"par_id3150448\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to divide."
+msgstr "<emph>Expression1, Expression2:</emph> যে কোন সংখ্যাসূচক এক্সপ্রেশন যা আপনি ভাগ করতে চান।"
+
+#: 03070400.xhp
+msgctxt ""
+"03070400.xhp\n"
+"hd_id3154684\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Erl Function [Runtime]"
+msgstr "Erl Function [Runtime]"
+
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"bm_id3157896\n"
+"help.text"
+msgid "<bookmark_value>Erl function</bookmark_value>"
+msgstr "<bookmark_value>Erl function</bookmark_value>"
+
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"hd_id3157896\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03050100.xhp\" name=\"Erl Function [Runtime]\">Erl Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03050100.xhp\" name=\"Erl Function [Runtime]\">Erl Function [Runtime]</link>"
+
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"par_id3153394\n"
+"2\n"
+"help.text"
+msgid "Returns the line number where an error occurred during program execution."
+msgstr "প্রোগ্রাম চালনার সময় যে সারিতে ত্রুটি সংঘটিত হয় তা প্রদান করে থাকে।"
+
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"hd_id3147574\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"par_id3146795\n"
+"4\n"
+"help.text"
+msgid "Erl"
+msgstr "Erl"
+
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"hd_id3147265\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"par_id3154924\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"hd_id3150792\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"par_id3153771\n"
+"8\n"
+"help.text"
+msgid "The Erl function only returns a line number, and not a line label."
+msgstr "Erl ফাংশনটি শুধুমাত্র কোন সারি লেবেল নয়, একটি সারির ক্রম প্রদান করে থাকে।"
+
+#: 03050100.xhp
+msgctxt ""
+"03050100.xhp\n"
+"hd_id3146921\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03050100.xhp
+#, fuzzy
+msgctxt ""
+"03050100.xhp\n"
+"par_id3150010\n"
+"11\n"
+"help.text"
+msgid "On Error GoTo ErrorHandler ' Set up error handler"
+msgstr "on error goto ErrorHandler REM ত্রুটি হ্যান্ডলার সেট আপ করে থাকে"
+
+#: 03050100.xhp
+#, fuzzy
+msgctxt ""
+"03050100.xhp\n"
+"par_id3153188\n"
+"14\n"
+"help.text"
+msgid "' Error caused by non-existent file"
+msgstr "বিদ্যমান নয় এমন একটি ফাইলের দ্বারা REM Error হয়"
+
+#: 03050100.xhp
+#, fuzzy
+msgctxt ""
+"03050100.xhp\n"
+"par_id3155416\n"
+"21\n"
+"help.text"
+msgid "MsgBox \"Error \" & err & \": \" & Error$ + chr(13) + \"In Line : \" + Erl + chr(13) + Now , 16 ,\"An error occurred\""
+msgstr "MsgBox \"Error \" & err & \": \" & error$ + chr(13) + \"In line : \" + Erl + chr(13) + Now , 16 ,\"An error occurred\""
+
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Erase Function [Runtime]"
+msgstr "Erase Function [Runtime]"
+
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"bm_id624713\n"
+"help.text"
+msgid "<bookmark_value>Erase function</bookmark_value>"
+msgstr "<bookmark_value>Erase function</bookmark_value>"
+
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"par_idN10548\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03104700.xhp\">Erase Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03104700.xhp\">Erase Function [Runtime]</link>"
+
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"par_idN10558\n"
+"help.text"
+msgid "Erases the contents of array elements of fixed size arrays, and releases the memory used by arrays of variable size."
+msgstr "নির্দিষ্ট আকারের একটি অ্যারে থেকে অ্যারে উপাদানের বিষয়বস্তু মুছে ফেলা হয় এবং বিভিন্ন আকারের অ্যারে দ্বারা ব্যবহৃত মেমোরি রিলিজ করে থাকে।"
+
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"par_idN105E6\n"
+"help.text"
+msgid "Erase Arraylist"
+msgstr "অ্যারে তালিকা মুছে ফেলা হবে"
+
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"par_idN105E9\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"par_idN105ED\n"
+"help.text"
+msgid "<emph>Arraylist</emph> - The list of arrays to be erased."
+msgstr "<emph>অ্যারেতালিকা</emph> - অ্যারের তালিকা মুচে ফেলা হবে।"
+
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"tit\n"
+"help.text"
+msgid "Exp Function [Runtime]"
+msgstr "Exp Function [Runtime]"
+
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"bm_id3150616\n"
+"help.text"
+msgid "<bookmark_value>Exp function</bookmark_value>"
+msgstr "<bookmark_value>Exp function</bookmark_value>"
+
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"hd_id3150616\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080201.xhp\" name=\"Exp Function [Runtime]\">Exp Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080201.xhp\" name=\"Exp Function [Runtime]\">Exp Function [Runtime]</link>"
+
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"par_id3155555\n"
+"2\n"
+"help.text"
+msgid "Returns the base of the natural logarithm (e = 2.718282) raised to a power."
+msgstr "ঘাতে বৃদ্ধিপ্রাপ্ত স্বাভাবিক লগারিদম (e = 2.718282) এর ভিত্তি প্রদান করে থাকে।"
+
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"hd_id3150984\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"par_id3145315\n"
+"4\n"
+"help.text"
+msgid "Exp (Number)"
+msgstr "Exp (Number)"
+
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"hd_id3154347\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"par_id3149670\n"
+"6\n"
+"help.text"
+msgid "Double"
+msgstr "Double"
+
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"hd_id3154760\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"par_id3150793\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Any numeric expression that specifies the power that you want to raise \"e\" to (the base of natural logarithms). The power must be for both single-precision numbers less than or equal to 88.02969 and double-precision numbers less than or equal to 709.782712893, since $[officename] Basic returns an Overflow error for numbers exceeding these values."
+msgstr "<emph>সংখ্যা:</emph> যেকোনো সংখ্যাসূচক এক্সপ্রেশন যা ঘাত উল্লেখ করে এবং আপনি যা \"e\" (স্বাভাবিক লগারিদমের ভিত্তি) ঘাতে বৃদ্ধি করতে পারেন। ঘাত অবশ্যই ৮৮.০২৯৬৯ হতে ছোট অথবা সমান একক দশমিকের পরের সংখ্যা এবং ৭০৯.৭৮২৭১২৮৮৯৩ এর ছোট অথবা সমান ডাবল দশমিকের পরের সংখ্যা উভয়ের জন্য হতে পারে, যেহেতু $[officename] বেসিকে এই মান হতে বড় কোন সংখ্যার জন্য একটি ওভারফ্লো ত্রুটি প্রদান করে থাকে।"
+
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"hd_id3156280\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03080201.xhp
+#, fuzzy
+msgctxt ""
+"03080201.xhp\n"
+"par_id3159254\n"
+"13\n"
+"help.text"
+msgid "Const b2=1.345e34"
+msgstr "const b2=1.345e34"
+
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"par_id3161832\n"
+"15\n"
+"help.text"
+msgid "MsgBox \"\" & dValue & chr(13) & (b1*b2) ,0,\"Multiplication by logarithm\""
+msgstr "MsgBox \"\" & dValue & chr(13) & (b1*b2) ,0,\"Multiplication by logarithm\""
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Macro"
+msgstr "ম্যাক্রো"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"bm_id3153894\n"
+"help.text"
+msgid "<bookmark_value>events;linked to objects</bookmark_value>"
+msgstr "<bookmark_value>events;linked to objects</bookmark_value>"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"hd_id3153894\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"Macro\">Macro</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"Macro\">ম্যাক্রো</link>"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153748\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Choose the macro that you want to execute when the selected graphic, frame, or OLE object is selected.</ahelp> Depending on the object that is selected, the function is either found on the <emph>Macro</emph> tab of the <emph>Object</emph> dialog, or in the <emph>Assign Macro</emph> dialog."
+msgstr "<ahelp hid=\".\">নির্বাচিত গ্রাফিক, ফ্রেম, অথবা OLE অবজেক্ট নির্বাচন করার সময় আপনি যে ম্যাক্রোটি সম্পাদনা করতে চান তা নির্বাচন করুন।</ahelp> নির্বাচিত বস্তুর উপর নির্ভর করে, ফাংশনটি হয় <emph>বস্তু</emph> ডায়ালগের <emph>ম্যাক্রো</emph> ট্যাবে, অথবা <emph>ম্যাক্রো নিয়োগ করুন</emph> ডায়ালগে খুঁজে পাওয়া যায়।"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"hd_id3150503\n"
+"3\n"
+"help.text"
+msgid "Event"
+msgstr "ইভেন্ট"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3149763\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MACRO_LB_EVENT\">Lists the events that are relevant to the macros that are currently assigned to the selected object.</ahelp>"
+msgstr "<ahelp hid=\"HID_MACRO_LB_EVENT\">নির্বাচিত বস্তুতে বর্তমানে নিয়োজিত ম্যাক্রোর প্রাসঙ্গিক ইভেন্টের তালিকা তৈরি করা হয়।</ahelp>"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3150670\n"
+"23\n"
+"help.text"
+msgid "The following table describes the macros and the events that can by linked to objects in your document:"
+msgstr "নিচের সারণিটি ম্যাক্রো এবং ইভেন্ট বর্ণনা করে যা আপনার নথির বস্তুতে সংযুক্ত করা যাবে:"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153360\n"
+"24\n"
+"help.text"
+msgid "Event"
+msgstr "ইভেন্ট"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3154365\n"
+"25\n"
+"help.text"
+msgid "Event trigger"
+msgstr "ইভেন্ট ট্রিগার"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3159149\n"
+"26\n"
+"help.text"
+msgid "OLE object"
+msgstr "OLE অবজেক্ট"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3148451\n"
+"27\n"
+"help.text"
+msgid "Graphics"
+msgstr "গ্রাফিক্স"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3125863\n"
+"28\n"
+"help.text"
+msgid "Frame"
+msgstr "ফ্রেম"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3154216\n"
+"29\n"
+"help.text"
+msgid "AutoText"
+msgstr "AutoText"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3145785\n"
+"30\n"
+"help.text"
+msgid "ImageMap area"
+msgstr "ImageMap এলাকা"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153138\n"
+"31\n"
+"help.text"
+msgid "Hyperlink"
+msgstr "হাইপারলিঙ্ক"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3155306\n"
+"32\n"
+"help.text"
+msgid "Click object"
+msgstr "বস্তু ক্লিক করুন"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3152460\n"
+"33\n"
+"help.text"
+msgid "Object is selected."
+msgstr "বস্তু নির্বাচিত।"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147348\n"
+"34\n"
+"help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147426\n"
+"35\n"
+"help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153951\n"
+"36\n"
+"help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3150116\n"
+"37\n"
+"help.text"
+msgid "Mouse over object"
+msgstr "বস্তুর উপরে মাউস"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3145253\n"
+"38\n"
+"help.text"
+msgid "Mouse moves over the object."
+msgstr "মাউসটি বস্তুর উপরে সরে।"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3144765\n"
+"39\n"
+"help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153418\n"
+"40\n"
+"help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153948\n"
+"41\n"
+"help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3145652\n"
+"42\n"
+"help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3155066\n"
+"43\n"
+"help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3155446\n"
+"44\n"
+"help.text"
+msgid "Trigger Hyperlink"
+msgstr "হাইপারলিঙ্ক ট্রিগার"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3154756\n"
+"45\n"
+"help.text"
+msgid "Hyperlink assigned to the object is clicked."
+msgstr "বস্তুটিতে নিয়োজিত হাইপারলিঙ্কে ক্লিক করা হয়।"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3150042\n"
+"46\n"
+"help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3151252\n"
+"47\n"
+"help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147344\n"
+"48\n"
+"help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3146920\n"
+"49\n"
+"help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3159333\n"
+"50\n"
+"help.text"
+msgid "Mouse leaves object"
+msgstr "মাউস বস্তুর বাইরে যায়"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147003\n"
+"51\n"
+"help.text"
+msgid "Mouse moves off of the object."
+msgstr "বস্তুর ‌‌উপর থেকে মাউস সরানো হবে।"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3151278\n"
+"52\n"
+"help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3145257\n"
+"53\n"
+"help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3154122\n"
+"54\n"
+"help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3156139\n"
+"55\n"
+"help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3149036\n"
+"56\n"
+"help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3150785\n"
+"57\n"
+"help.text"
+msgid "Graphics load successful"
+msgstr "গ্রাফিক্স লোড সফল"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153705\n"
+"58\n"
+"help.text"
+msgid "Graphics are loaded successfully."
+msgstr "গ্রাফিক্স সফল ভাবে লোড করা হয়েছে।"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3150343\n"
+"59\n"
+"help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3150202\n"
+"60\n"
+"help.text"
+msgid "Graphics load terminated"
+msgstr "গ্রাফিক্স লোড বাতিল করা হয়েছে"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3145584\n"
+"61\n"
+"help.text"
+msgid "Loading of graphics is stopped by the user (for example, when downloading the page)."
+msgstr "ব্যবহারকারী দ্বারা গ্রাফিক্সের লোড থামিয়ে দেয়া হয় (যেমন, একটি পৃষ্ঠা ডাউনলোড করার সময়)।"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3154259\n"
+"62\n"
+"help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3155089\n"
+"63\n"
+"help.text"
+msgid "Graphics load faulty"
+msgstr "গ্রাফিক্স লোড ত্রুটিপূর্ণ"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153307\n"
+"64\n"
+"help.text"
+msgid "Graphics not successfully loaded, for example, if a graphic was not found."
+msgstr "গ্রাফিক্স সফলভাবে লোড হয় নি, যেমন, যদি গ্রাফিক্সটি খুঁজে পাওয়া না যায়।"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3148840\n"
+"65\n"
+"help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3154533\n"
+"66\n"
+"help.text"
+msgid "Input of alpha characters"
+msgstr "আলফা অক্ষরের ইনপুট"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3155266\n"
+"67\n"
+"help.text"
+msgid "Text is entered from the keyboard."
+msgstr "কিবোর্ড হতে লেখা সন্নিবেশ করানো হয়েছে।"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3144768\n"
+"68\n"
+"help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3145659\n"
+"69\n"
+"help.text"
+msgid "Input of non-alpha characters"
+msgstr "আলফা নয় এমন অক্ষরের ইনপুট"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3151131\n"
+"70\n"
+"help.text"
+msgid "Nonprinting characters are entered from the keyboard, for example, tabs and line breaks."
+msgstr "মুদ্রণ হয় না এমন অক্ষর কীবোর্ড থেকে সন্নিবেশ করানো হয়, যেমন, ট্যাব এবং লাইন বিরতী।"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3159206\n"
+"71\n"
+"help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3150405\n"
+"72\n"
+"help.text"
+msgid "Resize frame"
+msgstr "ফ্রেমের আকার পরিবর্তন করুন"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153972\n"
+"73\n"
+"help.text"
+msgid "Frame is resized with the mouse."
+msgstr "মাউসের সাহায্যে ফ্রেমটি আকার পরিবর্তন করা যায়।"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3152873\n"
+"74\n"
+"help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3148900\n"
+"75\n"
+"help.text"
+msgid "Move frame"
+msgstr "ফ্রেম সরান"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3154767\n"
+"76\n"
+"help.text"
+msgid "Frame is moved with the mouse."
+msgstr "মাউসের দ্বারা ফ্রেম সরানো হয়।"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3155914\n"
+"77\n"
+"help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153010\n"
+"78\n"
+"help.text"
+msgid "Before inserting AutoText"
+msgstr "স্বয়ংক্রিয় পাঠ্য সন্নিবেশ করানোর পূর্বে"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147515\n"
+"79\n"
+"help.text"
+msgid "Before a text block is inserted."
+msgstr "একটি টেক্সট ব্লক সন্নিবেশ করানোর পূর্বে।"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3151191\n"
+"80\n"
+"help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3150956\n"
+"81\n"
+"help.text"
+msgid "After inserting AutoText"
+msgstr "স্বয়ংক্রিয় পাঠ্য সন্নিবেশ করানোর পরে"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147502\n"
+"82\n"
+"help.text"
+msgid "After a text block is inserted."
+msgstr "একটি টেক্সট ব্লক সন্নিবেশ করানোর পরে।"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147555\n"
+"83\n"
+"help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"hd_id3153958\n"
+"5\n"
+"help.text"
+msgid "Macros"
+msgstr "ম্যাক্রো"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3150432\n"
+"6\n"
+"help.text"
+msgid "Choose the macro that you want to execute when the selected event occurs."
+msgstr "নির্বাচিত ইভেন্ট সংঘটিত হওয়ার সময় যে ম্যাক্রোটি কার্যকর করতে চান তা নির্বাচন করুন।"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147296\n"
+"84\n"
+"help.text"
+msgid "Frames allow you to link events to a function, so that the function can determine if it processes the event or $[officename] Writer."
+msgstr "ফ্রেমের মাধ্যমে একটি ফাংশনের সাথে ইভেন্ট লিংক করা যায়, যাতে ইভেন্ট অথবা $[officename] রাইটার প্রক্রিয়া করলে ফাংশনটি তা নির্ধারণ করতে পারে।"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"hd_id3155587\n"
+"7\n"
+"help.text"
+msgid "Category"
+msgstr "শ্রেণীবিভাগ"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3154068\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MACRO_GROUP\">Lists the open $[officename] documents and applications. Click the name of the location where you want to save the macros.</ahelp>"
+msgstr "<ahelp hid=\"HID_MACRO_GROUP\">ওপেন $[officename] নথি এবং অ্যাপ্লিকেশনের তালিকা করা হয়। আপনি যেখানে ম্যাক্রো সংরক্ষণ করতে চান সে অবস্থানের নামে ক্লিক করুন।</ahelp>"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"hd_id3149744\n"
+"9\n"
+"help.text"
+msgid "Macro name"
+msgstr "ম্যাক্রো নাম"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3151391\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MACRO_MACROS\">Lists the available macros. Click the macro that you want to assign to the selected object.</ahelp>"
+msgstr "<ahelp hid=\"HID_MACRO_MACROS\">বিদ্যমান ম্যাক্রো তালিকাবদ্ধ করা হয়। আপনি নির্বাচিত বস্তুতে যে ম্যাক্রো নিয়োগ করতে চান তাতে ক্লিক করুন।</ahelp>"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"hd_id3159260\n"
+"11\n"
+"help.text"
+msgid "Assign"
+msgstr "বরাদ্দ"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147406\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_PUSHBUTTON_RID_SFX_TP_MACROASSIGN_PB_ASSIGN\">Assigns the selected macro to the specified event.</ahelp> The assigned macro's entries are set after the event."
+msgstr "<ahelp hid=\"SFX2_PUSHBUTTON_RID_SFX_TP_MACROASSIGN_PB_ASSIGN\">উল্লেখিত ইভেন্টে নির্বাচিত ম্যাক্রো নিয়োগ করা হয়।</ahelp> নিয়োজিত ম্যাক্রোর ভুক্তি ইভেন্টের পরে নির্ধারণ করা হয়।"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"hd_id3150533\n"
+"15\n"
+"help.text"
+msgid "Remove"
+msgstr "অপসারণ"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3166456\n"
+"16\n"
+"help.text"
+msgid "<variable id=\"aufheb\"><ahelp hid=\"SFX2_PUSHBUTTON_RID_SFX_TP_MACROASSIGN_PB_DELETE\">Removes the macro that is assigned to the selected item.</ahelp></variable>"
+msgstr "<variable id=\"aufheb\"><ahelp hid=\"SFX2_PUSHBUTTON_RID_SFX_TP_MACROASSIGN_PB_DELETE\">নির্বাচিত আইটেমে নিয়োজিত ম্যাক্রো অপসারণ করা হয়। </ahelp></variable>"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"hd_id3159126\n"
+"85\n"
+"help.text"
+msgid "Macro selection"
+msgstr "ম্যাক্রো নির্বাচন"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3149149\n"
+"86\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_LISTBOX_RID_SFX_TP_MACROASSIGN_LB_SCRIPTTYPE\">Select the macro that you want to assign.</ahelp>"
+msgstr "<ahelp hid=\"SFX2_LISTBOX_RID_SFX_TP_MACROASSIGN_LB_SCRIPTTYPE\">আপনি যে ম্যাক্রোটি নিয়োগ করতে চান তা নির্বাচন করুন।</ahelp>"
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"tit\n"
+"help.text"
+msgid "Basics"
+msgstr "প্রাথমিক বিষয়সমূহ"
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"bm_id4488967\n"
+"help.text"
+msgid "<bookmark_value>fundamentals</bookmark_value><bookmark_value>subroutines</bookmark_value><bookmark_value>variables;global and local</bookmark_value><bookmark_value>modules;subroutines and functions</bookmark_value>"
+msgstr "<bookmark_value>fundamentals</bookmark_value><bookmark_value>subroutines</bookmark_value><bookmark_value>variables;global and local</bookmark_value><bookmark_value>modules;subroutines and functions</bookmark_value>"
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"hd_id3154927\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01010210.xhp\" name=\"Basics\">Basics</link>"
+msgstr "<link href=\"text/sbasic/shared/01010210.xhp\" name=\"Basics\">প্রাথমিক বিষয়সমূহ</link>"
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3156023\n"
+"14\n"
+"help.text"
+msgid "This section provides the fundamentals for working with $[officename] Basic."
+msgstr "এই অংশটিতে $[officename] বেসিক নিয়ে কাজ করার প্রাথমিক বিষয়সমূহ বিদ্যমান।"
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3147560\n"
+"2\n"
+"help.text"
+msgid "$[officename] Basic code is based on subroutines and functions that are specified between <emph>sub...end sub</emph> and <emph>function...end function</emph> sections. Each Sub or Function can call other Subs and Functions. If you take care to write generic code for a Sub or Function, you can probably re-use it in other programs. See also <link href=\"text/sbasic/shared/01020300.xhp\" name=\"Procedures and Functions\">Procedures and Functions</link>."
+msgstr "$[officename] বেসিক কোড সাবরুটিন এবং ফাংশনের উপর ভিত্তি করে তৈরি, যা <emph>sub...end sub</emph> এবং <emph>function...end function</emph> অংশে উল্লেখ করা হয়। প্রতিটি Sub অথবা ফাংশন অন্য Subs অথবা ফাংশনসমূহ কল করতে পারে। যদি আপনি একটি Sub অথবা ফাংশনের জন্য সাধারণ কোড সতর্কতার সাথে লিখেন, তাহলে আপনি এটি অন্য প্রোগ্রামেও পুনরায় ব্যবহার করতে পারবেন। <link href=\"text/sbasic/shared/01020300.xhp\" name=\"Procedures and Functions\">প্রসিজার এবং ফাংশন</link> দেখুন।"
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id314756320\n"
+"help.text"
+msgid "Some restrictions apply for the names of your public variables, subs, and functions. You must not use the same name as one of the modules of the same library."
+msgstr ""
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"hd_id3150398\n"
+"3\n"
+"help.text"
+msgid "What is a Sub?"
+msgstr "Sub কি?"
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3148797\n"
+"4\n"
+"help.text"
+msgid "<emph>Sub</emph> is the short form of <emph>subroutine</emph>, that is used to handle a certain task within a program. Subs are used to split a task into individual procedures. Splitting a program into procedures and sub-procedures enhances readability and reduces the error-proneness. A sub possibly takes some arguments as parameters but does not return any values back to the calling sub or function, for example:"
+msgstr "<emph>Sub</emph> হলো <emph> subroutine</emph>এর একটি সংক্ষিপ্ত রূপ, যা একটি প্রোগ্রামে নির্দিষ্ট কাজ করতে ব্যবহৃত হয়। Subs একটি কাজকে পৃথক প্রসিজারে ভাগ করতে ব্যবহৃত হয়। একটি প্রোগ্রামকে প্রসিজার এবং উপ-প্রসিজারে ভাগ করলে পাঠযোগ্যতা বৃদ্ধি করে এবং ত্রুটি-প্রননেস হ্রাস করে। উদাহরণস্বরূপ: একটি sub সম্ভবত কিছু আরগুমেন্ট প্যারামিটার হিসেবে গ্রহণ করে কিন্তু কলিং sub অথবা function এ কোনো মান ফেরত পাঠায় না।"
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3150868\n"
+"15\n"
+"help.text"
+msgid "DoSomethingWithTheValues(MyFirstValue,MySecondValue)"
+msgstr "DoSomethingWithTheValues(MyFirstValue,MySecondValue)"
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"hd_id3156282\n"
+"5\n"
+"help.text"
+msgid "What is a Function?"
+msgstr "ফাংশন কি?"
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3156424\n"
+"6\n"
+"help.text"
+msgid "A <emph>function</emph> is essentially a sub, which returns a value. You may use a function at the right side of a variable declaration, or at other places where you normally use values, for example:"
+msgstr "একটি <emph>ফাংশন</emph> প্রয়োজনীয়ভাবে একটি sub, যা একটি মান প্রদান করে। আপনি ভেরিয়েবল ডিকলারেশনের ডান পাশে একটি ফাংশন ব্যবহার করতে পারেন, অথবা অন্য স্থানে উদাহরণস্বরূপ, যেখানে আপনি সাধারণত মান ব্যবহার করেন:"
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3146985\n"
+"7\n"
+"help.text"
+msgid "MySecondValue = myFunction(MyFirstValue)"
+msgstr "MySecondValue = myFunction(MyFirstValue)"
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"hd_id3153364\n"
+"8\n"
+"help.text"
+msgid "Global and local variables"
+msgstr "গ্লোবাল এবং লোকাল ভেরিয়েবল"
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3151112\n"
+"9\n"
+"help.text"
+msgid "Global variables are valid for all subs and functions inside a module. They are declared at the beginning of a module before the first sub or function starts."
+msgstr "গ্লোবাল ভেরিয়েবল একটি মডিউলের ভেতরে সমস্ত sub এবং ফাংশনের জন্য কার্যকর। প্রথম sub অথবা ফাংশন শুরু হওয়ার পূর্বে একটি মডিউলের শুরুতে ভেরিয়েবল ডিক্লেয়ার করা হয়।"
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3154012\n"
+"10\n"
+"help.text"
+msgid "Variables that you declare within a sub or function are valid only inside this sub or function. These variables override global variables with the same name and local variables with the same name coming from superordinate subs or functions."
+msgstr "ভেরিয়েবল যা আপনি একটি sub অথবা ফাংশনের মধ্যে ডিক্লেয়ার করেন তা কেবলমাত্র এই sub অথবা ফাংশনে কার্যকর আছে। এই ভেরিয়েবল একই নামের গ্লোবাল ভেরিয়েবল এবং উর্ধ্বতন sub অথবা ফাংশন থেকে আসা একই নামের লোক্যাল ভেরিয়েবল অগ্রাহ্য করে।"
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"hd_id3150010\n"
+"11\n"
+"help.text"
+msgid "Structuring"
+msgstr "গঠন করা হচ্ছে"
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3153727\n"
+"12\n"
+"help.text"
+msgid "After separating your program into procedures and functions (Subs and Functions), you can save these procedures and functions as files for reuse in other projects. $[officename] Basic supports <link href=\"text/sbasic/shared/01020500.xhp\" name=\"Modules and Libraries\">Modules and Libraries</link>. Subs and functions are always contained in modules. You can define modules to be global or part of a document. Multiple modules can be combined to a library."
+msgstr "প্রসিজার এবং ফাংশনে (Subs এবং ফাংশন) আপনার প্রোগ্রামটি আলাদা করার পরে, অন্যান্য প্রকল্পে পুনরায় ব্যবহার করার জন্য আপনি এই প্রসিজার এবং ফাংশন ফাইল হিসেবে সংরক্ষণ করতে পারেন। $[officename] বেসিক <link href=\"text/sbasic/shared/01020500.xhp\" name=\"Modules and Libraries\"> মডিউল এবং লাইব্রেরি</link> সমর্থন করে থাকে। Subs এবং ফাংশন সবসময় মডিউলে বিদ্যমান থাকে। আপনি গ্লোবাল অথবা একটি নথির অংশ হিসেবে মডিউল সংজ্ঞায়িত করতে পারেন। একাধিক মডিউল একটি লাইব্রেরিতে একত্রিত করা যায়।"
+
+#: 01010210.xhp
+msgctxt ""
+"01010210.xhp\n"
+"par_id3152578\n"
+"13\n"
+"help.text"
+msgid "You can copy or move subs, functions, modules and libraries from one file to another by using the <link href=\"text/sbasic/shared/01/06130000.xhp\" name=\"Macro\">Macro</link> dialog."
+msgstr "আপনি <link href=\"text/sbasic/shared/01/06130000.xhp\" name=\"Macro\">ম্যাক্রো</link> ডায়ালগ ব্যবহার করে একটি ফাইল হতে আরেকটি ফাইলে sub, ফাংশন, মডিউল, এবং লাইব্রেরি এক ফাইল থেকে অন্য ফাইলে অনুলিপি করতে অথবা সরাতে পারেন।"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"tit\n"
+"help.text"
+msgid "FindPropertyObject Function [Runtime]"
+msgstr "FindPropertyObject Function [Runtime]"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"bm_id3146958\n"
+"help.text"
+msgid "<bookmark_value>FindPropertyObject function</bookmark_value>"
+msgstr "<bookmark_value>FindPropertyObject function</bookmark_value>"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"hd_id3146958\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03103900.xhp\" name=\"FindPropertyObject Function [Runtime]\">FindPropertyObject Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03103900.xhp\" name=\"FindPropertyObject Function [Runtime]\">FindPropertyObject Function [Runtime]</link>"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3154285\n"
+"2\n"
+"help.text"
+msgid "Enables objects to be addressed at run-time as a string parameter using the object name."
+msgstr "বস্তুর নাম ব্যবহার করে একটি স্ট্রিং প্যারামিটার হিসেবে রান টাইমে বস্তুটি সম্বোধন করা সক্রিয় করা হয়।"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3147573\n"
+"3\n"
+"help.text"
+msgid "For instance, the command:"
+msgstr "উদাহরণ হিসেবে, কমান্ডটি:"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3145610\n"
+"4\n"
+"help.text"
+msgid "MyObj.Prop1.Command = 5"
+msgstr "MyObj.Prop1.Command = 5"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3147265\n"
+"5\n"
+"help.text"
+msgid "corresponds to the following command block:"
+msgstr "নিচের কমান্ড ব্লকের সাথে সম্পর্কযুক্ত:"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3153896\n"
+"6\n"
+"help.text"
+msgid "Dim ObjVar as Object"
+msgstr "Dim ObjVar as Object"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3148664\n"
+"7\n"
+"help.text"
+msgid "Dim ObjProp as Object"
+msgstr "Dim ObjProp as Object"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3150792\n"
+"8\n"
+"help.text"
+msgid "ObjName As String = \"MyObj\""
+msgstr "ObjName As String = \"MyObj\""
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3154365\n"
+"9\n"
+"help.text"
+msgid "ObjVar = FindObject( ObjName As String )"
+msgstr "ObjVar = FindObject( ObjName As String )"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3148453\n"
+"10\n"
+"help.text"
+msgid "PropName As String = \"Prop1\""
+msgstr "PropName As String = \"Prop1\""
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3150449\n"
+"11\n"
+"help.text"
+msgid "ObjProp = FindPropertyObject( ObjVar, PropName As String )"
+msgstr "ObjProp = FindPropertyObject( ObjVar, PropName As String )"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3159152\n"
+"12\n"
+"help.text"
+msgid "ObjProp.Command = 5"
+msgstr "ObjProp.Command = 5"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3156214\n"
+"13\n"
+"help.text"
+msgid "To dynamically create Names at run-time, use:"
+msgstr "রানটাইমে ডাইনামিক্যালি নাম তৈরি করার জন্য, ব্যবহার করুন:"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3154686\n"
+"14\n"
+"help.text"
+msgid "\"TextEdit1\" to TextEdit5\" in a loop to create five names."
+msgstr "একটি লুপের \"TextEdit1\" থেকে \"TextEdit5\" তে পাঁচটি নাম তৈরি করার জন্য।"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3150868\n"
+"15\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03103800.xhp\" name=\"FindObject\">FindObject</link>"
+msgstr "দেখুন: <link href=\"text/sbasic/shared/03103800.xhp\" name=\"FindObject\">FindObject</link>"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"hd_id3147287\n"
+"16\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3149560\n"
+"17\n"
+"help.text"
+msgid "FindPropertyObject( ObjVar, PropName As String )"
+msgstr "FindPropertyObject( ObjVar, PropName As String )"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"hd_id3150012\n"
+"18\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3109839\n"
+"19\n"
+"help.text"
+msgid "<emph>ObjVar:</emph> Object variable that you want to dynamically define at run-time."
+msgstr "<emph>ObjVar:</emph> বস্তু ভেরিয়েবল যা আপনি রান টাইমে ডাইনামিক্যালি নির্ধারণ করতে চান।"
+
+#: 03103900.xhp
+msgctxt ""
+"03103900.xhp\n"
+"par_id3153363\n"
+"20\n"
+"help.text"
+msgid "<emph>PropName:</emph> String that specifies the name of the property that you want to address at run-time."
+msgstr "<emph>PropName:</emph> রান টাইমে আপনি যে বৈশিষ্ট্যাবলীর নাম উল্লেখ করতে চান তা সুনির্দিষ্টভাবে উল্লেখকারী স্ট্রিং।"
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"tit\n"
+"help.text"
+msgid "On...GoSub Statement; On...GoTo Statement [Runtime]"
+msgstr "On...GoSub Statement; On...GoTo Statement [Runtime]"
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"bm_id3153897\n"
+"help.text"
+msgid "<bookmark_value>On...GoSub statement</bookmark_value><bookmark_value>On...GoTo statement</bookmark_value>"
+msgstr "<bookmark_value>On...GoSub statement</bookmark_value><bookmark_value>On...GoTo statement</bookmark_value>"
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"hd_id3153897\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090303.xhp\" name=\"On...GoSub Statement; On...GoTo Statement [Runtime]\">On...GoSub Statement; On...GoTo Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090303.xhp\" name=\"On...GoSub Statement; On...GoTo Statement [Runtime]\">On...GoSub Statement; On...GoTo Statement [Runtime]</link>"
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3150359\n"
+"2\n"
+"help.text"
+msgid "Branches to one of several specified lines in the program code, depending on the value of a numeric expression."
+msgstr "সংখ্যাসূচক এক্সপ্রেশনের মানের উপর নির্ভরশীল, প্রোগ্রাম কোডে বিভিন্ন নির্দিষ্ট লাইনের একটিতে শাখাভুক্ত করে থাকে।"
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"hd_id3148798\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3154366\n"
+"4\n"
+"help.text"
+msgid "On N GoSub Label1[, Label2[, Label3[,...]]]"
+msgstr "On N GoSub Label1[, Label2[, Label3[,...]]]"
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3150769\n"
+"5\n"
+"help.text"
+msgid "On NumExpression GoTo Label1[, Label2[, Label3[,...]]]"
+msgstr "On NumExpression GoTo Label1[, Label2[, Label3[,...]]]"
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"hd_id3156215\n"
+"6\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3148673\n"
+"7\n"
+"help.text"
+msgid "<emph>NumExpression:</emph> Any numeric expression between 0 and 255 that determines which of the lines the program branches to. If NumExpression is 0, the statement is not executed. If NumExpression is greater than 0, the program jumps to the label that has a position number that corresponds to the expression (1 = First label; 2 = Second label)"
+msgstr "<emph>NumExpression:</emph> 0 এবং 255 এর মধ্যে যেকোনো সংখ্যাসূচক এক্সপ্রেশন যা প্রোগ্রামের শাখা হিসেবে কোন লাইনটি রয়েছে তা নির্ধারণ করে থাকে। যদি NumExpression এর মান 0 হয়, তাহলো স্টেটমেন্টি চালানো হয় না। যদি NumExpression এর মান যদি 0 এর চাইতে বড় হয়, প্রোগ্রামটি একটি স্থান পরিবর্তন করে একটি স্তরে চলে যায় যা এক্সপ্রেশন (1 = প্রথম লেবেল; 2 = দ্বিতীয়) সংশ্লিষ্ট একটি অবস্থান ক্রম রয়েছে।"
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3153194\n"
+"8\n"
+"help.text"
+msgid "<emph>Label:</emph> Target line according to<emph> GoTo </emph>or <emph>GoSub</emph> structure."
+msgstr "<emph>লেবেল:</emph><emph> GoTo </emph> অথবা <emph>GoSub</emph> গঠন অনুসারে টার্গেট লাইন।"
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3156442\n"
+"9\n"
+"help.text"
+msgid "The <emph>GoTo</emph> or <emph>GoSub </emph>conventions are valid."
+msgstr "<emph>GoTo</emph> অথবা <emph>GoSub </emph> কনভেনশন কার্যকর।"
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"hd_id3148645\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3153948\n"
+"21\n"
+"help.text"
+msgid "sVar =sVar & \" From Sub 1 to\" : Return"
+msgstr "sVar =sVar & \" From Sub 1 to\" : Return"
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3153708\n"
+"23\n"
+"help.text"
+msgid "sVar =sVar & \" From Sub 2 to\" : Return"
+msgstr "sVar =sVar & \" From Sub 2 to\" : Return"
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3150321\n"
+"25\n"
+"help.text"
+msgid "sVar =sVar & \" Label 1\" : GoTo Ende"
+msgstr "sVar =sVar & \" Label 1\" : GoTo Ende"
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3155764\n"
+"27\n"
+"help.text"
+msgid "sVar =sVar & \" Label 2\""
+msgstr "sVar =sVar & \" Label 2\""
+
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"tit\n"
+"help.text"
+msgid "String Function [Runtime]"
+msgstr "String Function [Runtime]"
+
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"bm_id3147291\n"
+"help.text"
+msgid "<bookmark_value>String function</bookmark_value>"
+msgstr "<bookmark_value>String function</bookmark_value>"
+
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"hd_id3147291\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120202.xhp\" name=\"String Function [Runtime]\">String Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120202.xhp\" name=\"String Function [Runtime]\">String Function [Runtime]</link>"
+
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"par_id3147242\n"
+"2\n"
+"help.text"
+msgid "Creates a string according to the specified character, or the first character of a string expression that is passed to the function."
+msgstr "উল্লেখিত অক্ষর অনুসারে একটি স্ট্রিং তৈরি করা হয় অথবা স্ট্রিং এক্সপ্রেশনের প্রথম অক্ষর যা ফাংশনে পাস করা হয়।"
+
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"hd_id3149516\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"par_id3149233\n"
+"4\n"
+"help.text"
+msgid "String (n As Long, {expression As Integer | character As String})"
+msgstr "String (n As Long, {expression As Integer | character As String})"
+
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"hd_id3143270\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"par_id3147530\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "স্ট্রিং"
+
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"hd_id3154923\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"par_id3154347\n"
+"8\n"
+"help.text"
+msgid "<emph>n:</emph> Numeric expression that indicates the number of characters to return in the string. The maximum allowed value of n is 65535."
+msgstr "<emph>n:</emph> সংখ্যাসূচক এক্সপ্রেশন যা স্ট্রিং এ প্রদান করার জন্য অক্ষরের সংখ্যা নির্দেশ করে থাকে। n এর সর্বোচ্চ অনুমোদিত মান হলো 65535।"
+
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"par_id3148664\n"
+"9\n"
+"help.text"
+msgid "<emph>Expression:</emph> Numeric expression that defines the ASCII code for the character."
+msgstr "<emph>এক্সপ্রেশন:</emph> সংখ্যাসূচক এক্সপ্রেশন যা অক্ষরের জন্য ASCII কোড নির্ধারণ করে।"
+
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"par_id3150359\n"
+"10\n"
+"help.text"
+msgid "<emph>Character:</emph> Any single character used to build the return string, or any string of which only the first character will be used."
+msgstr "<emph>অক্ষর:</emph> প্রদান স্ট্রিং তৈরি করার জন্য যেকোনো একক অক্ষর, অথবা যেকোনো স্ট্রিং যার প্রথম অক্ষরটি ব্যবহৃত হবে।"
+
+#: 03120202.xhp
+msgctxt ""
+"03120202.xhp\n"
+"hd_id3152920\n"
+"11\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 01030100.xhp
+msgctxt ""
+"01030100.xhp\n"
+"tit\n"
+"help.text"
+msgid "IDE Overview"
+msgstr "IDE সারসংক্ষেপ"
+
+#: 01030100.xhp
+msgctxt ""
+"01030100.xhp\n"
+"hd_id3147291\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01030100.xhp\" name=\"IDE Overview\">IDE Overview</link>"
+msgstr "<link href=\"text/sbasic/shared/01030100.xhp\" name=\"IDE Overview\">IDE সারসংক্ষেপ</link>"
+
+#: 01030100.xhp
+msgctxt ""
+"01030100.xhp\n"
+"par_id3156344\n"
+"3\n"
+"help.text"
+msgid "The <link href=\"text/sbasic/shared/main0211.xhp\" name=\"Macro Toolbar\"><emph>Macro Toolbar</emph></link> in the IDE provides various icons for editing and testing programs."
+msgstr "<link href=\"text/sbasic/shared/main0211.xhp\" name=\"Macro Toolbar\"><emph>ম্যাক্রো টুলবার</emph></link> এ IDE তে প্রোগ্রামে সম্পাদনা এবং পরীক্ষা করার জন্য বিভিন্ন আইকন রয়েছে।"
+
+#: 01030100.xhp
+msgctxt ""
+"01030100.xhp\n"
+"par_id3151210\n"
+"4\n"
+"help.text"
+msgid "In the <link href=\"text/sbasic/shared/01030200.xhp\" name=\"Editor window\"><emph>Editor window</emph></link>, directly below the Macro toolbar, you can edit the Basic program code. The column on the left side is used to set breakpoints in the program code."
+msgstr "ম্যাক্রো টুলবারের সরাসরি নিচে <link href=\"text/sbasic/shared/01030200.xhp\" name=\"Editor window\"><emph> সম্পাদক উইন্ডোত</emph></link> এ, আপনি বেসিক প্রোগ্রাম কোড সম্পাদনা করতে পারেন। বাম পাশের কলামটি প্রোগ্রাম কোডে ব্রেকপয়েন্ট নির্ধারণ করতে ব্যবহার করা হয়।"
+
+#: 01030100.xhp
+msgctxt ""
+"01030100.xhp\n"
+"par_id3154686\n"
+"5\n"
+"help.text"
+msgid "The <link href=\"text/sbasic/shared/01050100.xhp\" name=\"Watch\"><emph>Watch window</emph></link> (observer) is located below the Editor window at the left, and displays the contents of variables or arrays during a single step process."
+msgstr "<link href=\"text/sbasic/shared/01050100.xhp\" name=\"Watch\"><emph> পর্যবেক্ষণ উইন্ডো</emph></link> (পর্যবেক্ষক) বায়ের সম্পাদক উইন্ডোর নিচে অবস্থিত, এবং একটি একধাপ প্রসেসের সময় ভেরিয়েবল অথবা অ্যারের অভ্যন্তরস্থ বস্তু প্রদর্শন করে।"
+
+#: 01030100.xhp
+msgctxt ""
+"01030100.xhp\n"
+"par_id3145787\n"
+"8\n"
+"help.text"
+msgid "The <emph>Call Stack</emph> window to the right provides information about the call stack of SUBS and FUNCTIONS when a program runs."
+msgstr "যখন একটি কার্যক্রম চলে তখন ডানের <emph>কল স্ট্যাক</emph> উইন্ডোটি SUBS এবং FUNCTIONS এর কল স্ট্যাক সম্পর্কে তথ্য প্রদান করে।"
+
+#: 01030100.xhp
+msgctxt ""
+"01030100.xhp\n"
+"par_id3147434\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01050000.xhp\" name=\"Basic IDE\">Basic IDE</link>"
+msgstr "<link href=\"text/sbasic/shared/01050000.xhp\" name=\"Basic IDE\">বেসিক IDE</link>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Watch Window"
+msgstr "পর্যবেক্ষণ উইন্ডো"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3149457\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01050100.xhp\">Watch Window</link>"
+msgstr "<link href=\"text/sbasic/shared/01050100.xhp\">পর্যবেক্ষণ উইন্ডো</link>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3154908\n"
+"9\n"
+"help.text"
+msgid "The Watch window allows you to observe the value of variables during the execution of a program. Define the variable in the Watch text box. Click on <link href=\"text/sbasic/shared/02/11080000.xhp\">Enable Watch</link> to add the variable to the list box and to display its values."
+msgstr "পর্যবেক্ষণ উইন্ডোর সাহায্যে একটি প্রোগ্রাম চালানোর সময় ভেরিয়েবলের মান পরিদর্শন করতে পারেন। পর্যবেক্ষণ পাঠ্য বাক্সে ভেরিয়েবল নির্ধারণ করুন। তালিকা বাক্সে ভেরিয়েবল যুক্ত করতে এবং এর মান প্রদর্শন করতে <link href=\"text/sbasic/shared/02/11080000.xhp\">পর্যবেক্ষণ সক্রিয় করুন</link> এ ক্লিক করুন।"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3145173\n"
+"4\n"
+"help.text"
+msgid "Watch"
+msgstr "পর্যবেক্ষণ"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3155132\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BASICIDE_WATCHWINDOW_EDIT\">Enter the name of the variable whose value is to be monitored.</ahelp>"
+msgstr "<ahelp hid=\"HID_BASICIDE_WATCHWINDOW_EDIT\">একটি ভেরিয়েবলের নাম সন্নিবেশ করান যার মান পর্যবেক্ষণ করা যায়।</ahelp>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3148645\n"
+"6\n"
+"help.text"
+msgid "Remove Watch"
+msgstr "পর্যবেক্ষণ সরিয়ে ফেলুন"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3148576\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BASICIDE_REMOVEWATCH\">Removes the selected variable from the list of watched variables.</ahelp>"
+msgstr "<ahelp hid=\"HID_BASICIDE_REMOVEWATCH\">পরিদর্শিত ভেরিয়েবলের তালিকা থেকে নির্বাচিত ভেরিয়েবল সরিয়ে ফেলা হয়।</ahelp>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3147426\n"
+"help.text"
+msgid "<image id=\"img_id3152460\" src=\"res/baswatr.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3152460\">Icon</alt></image>"
+msgstr "<image id=\"img_id3152460\" src=\"res/baswatr.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3152460\">আইকন</alt></image>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3154012\n"
+"8\n"
+"help.text"
+msgid "Remove Watch"
+msgstr "পর্যবেক্ষণ সরিয়ে ফেলুন"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3154491\n"
+"10\n"
+"help.text"
+msgid "Editing the Value of a Watched Variable"
+msgstr "পর্যবেক্ষণকৃত ভেরিয়েবলের মান সম্পাদনা করা হচ্ছে"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3156283\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"HID_BASICIDE_WATCHWINDOW_LIST\">Displays the list of watched variables. Click twice with a short pause in between on an entry to edit its value.</ahelp> The new value will be taken as the variable's value for the program."
+msgstr "<ahelp hid=\"HID_BASICIDE_WATCHWINDOW_LIST\">পরিদর্শিত ভেরিয়েবলের তালিকা প্রদর্শন করা হয়। এর মান সম্পাদনা করতে একটি ভুক্তিতে সংক্ষিপ্ত বিরতি দিয়ে দুই বার ক্লিক করুন।</ahelp> নতুন মানটি প্রোগ্রামের জন্য ভেরিয়েবলের মান হিসেবে নেওয়া যাবে।"
+
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"tit\n"
+"help.text"
+msgid "Eof Function [Runtime]"
+msgstr "Eof Function [Runtime]"
+
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"bm_id3154598\n"
+"help.text"
+msgid "<bookmark_value>Eof function</bookmark_value>"
+msgstr "<bookmark_value>Eof function</bookmark_value>"
+
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"hd_id3154598\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020301.xhp\" name=\"Eof Function [Runtime]\">Eof Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020301.xhp\" name=\"Eof Function [Runtime]\">Eof Function [Runtime]</link>"
+
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"par_id3147182\n"
+"2\n"
+"help.text"
+msgid "Determines if the file pointer has reached the end of a file."
+msgstr "ফাইল পয়েন্টারটি ফাইলের শেষে পৌঁছৈছে কিনা তা নির্ধারণ করা হয়।"
+
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"hd_id3149119\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"par_id3147399\n"
+"4\n"
+"help.text"
+msgid "Eof (intexpression As Integer)"
+msgstr "Eof (intexpression As Integer)"
+
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"hd_id3153539\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"par_id3156027\n"
+"6\n"
+"help.text"
+msgid "Bool"
+msgstr "Bool"
+
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"hd_id3152924\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"par_id3153990\n"
+"8\n"
+"help.text"
+msgid "<emph>Intexpression:</emph> Any integer expression that evaluates to the number of an open file."
+msgstr "<emph>Intexpression:</emph> যেকোনো ইনটিজার এক্সপ্রেশন যার মাধ্যমে একটি খোলা ফাইলের ক্রম মূল্যায়ন করা যায়।"
+
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"par_id3153527\n"
+"9\n"
+"help.text"
+msgid "Use EOF to avoid errors when you attempt to get input past the end of a file. When you use the Input or Get statement to read from a file, the file pointer is advanced by the number of bytes read. When the end of a file is reached, EOF returns the value \"True\" (-1)."
+msgstr "একটি ফাইলের শেষ থেকে ইনপুট নেয়ার চেষ্টা করার সময় ত্রুটি পরিহার করার জন্য EOF ব্যবহার করুন। আপনি একটি ফাইল থেকে পড়ার সময় Input অথবা Get statement ব্যবহার করার সময়, ফাইল পয়েন্টারটি পঠিত বাইটের সংখ্যা অনুসারে অগ্রসর হয়। ফাইলের শেষে পৌঁছালে, EOF \"True\" (-1) মান প্রদান করে থাকে।"
+
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"hd_id3154046\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"par_id3153360\n"
+"19\n"
+"help.text"
+msgid "Print #iNumber, \"First line of text\""
+msgstr "Print #iNumber, \"First line of text\""
+
+#: 03020301.xhp
+msgctxt ""
+"03020301.xhp\n"
+"par_id3148797\n"
+"20\n"
+"help.text"
+msgid "Print #iNumber, \"Another line of text\""
+msgstr "Print #iNumber, \"Another line of text\""
+
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Strings"
+msgstr "স্ট্রিং"
+
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"hd_id3156153\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120000.xhp\" name=\"Strings\">Strings</link>"
+msgstr "<link href=\"text/sbasic/shared/03120000.xhp\" name=\"Strings\">স্ট্রিং</link>"
+
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"par_id3159176\n"
+"2\n"
+"help.text"
+msgid "The following functions and statements validate and return strings."
+msgstr "নিচের ফাংশন এবং স্টেটমেন্ট কার্যকর এবং স্ট্রিং প্রদান করে।"
+
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"par_id3154285\n"
+"3\n"
+"help.text"
+msgid "You can use strings to edit text within $[officename] Basic programs."
+msgstr "আপনি $[officename] বেসিক প্রোগ্রামের মধ্যে লেখা সম্পাদনা করার জন্য স্ট্রিং ব্যবহার করতে পারেন।"
+
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Not-Operator [Runtime]"
+msgstr "Not-Operator [Runtime]"
+
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"bm_id3156024\n"
+"help.text"
+msgid "<bookmark_value>Not operator (logical)</bookmark_value>"
+msgstr "<bookmark_value>Not operator (logical)</bookmark_value>"
+
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"hd_id3156024\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03060400.xhp\" name=\"Not-Operator [Runtime]\">Not-Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03060400.xhp\" name=\"Not-Operator [Runtime]\">Not-Operator [Runtime]</link>"
+
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"par_id3159414\n"
+"2\n"
+"help.text"
+msgid "Negates an expression by inverting the bit values."
+msgstr "বিটের মান উল্টানোর মাধ্যমে একটি এক্সপ্রেশন নেগেট করা হয়।"
+
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"hd_id3149457\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"par_id3150360\n"
+"4\n"
+"help.text"
+msgid "Result = Not Expression"
+msgstr "Result = Not Expression"
+
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"hd_id3151211\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"par_id3147228\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the negation."
+msgstr "<emph>ফলাফল:</emph> যেকোনো সংখ্যাসূচক ভেরিয়েবল যাতে নেগেশনের ফলাফল বিদ্যমান থাকে।"
+
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"par_id3154124\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any expression that you want to negate."
+msgstr "<emph>এক্সপ্রেশন:</emph> যেকোনো এক্সপ্রেশন যা আপনি নেগেট করতে চান।"
+
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"par_id3150868\n"
+"8\n"
+"help.text"
+msgid "When a Boolean expression is negated, the value True changes to False, and the value False changes to True."
+msgstr "যখন একটি বুলিয়ান এক্সপ্রেশন নেগেট করা হয়, True মানটি False এ পরিবর্তিত হয়, এবং False মানটি True এ পরিবর্তিত হয়।"
+
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"par_id3145785\n"
+"9\n"
+"help.text"
+msgid "In a bitwise negation each individual bit is inverted."
+msgstr "বিট অনুসারে নেগেশনের জন্য প্রতিটি বিট উল্টানো হয়।"
+
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"hd_id3153093\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03060400.xhp
+#, fuzzy
+msgctxt ""
+"03060400.xhp\n"
+"par_id3145749\n"
+"15\n"
+"help.text"
+msgid "vOut = Not vA ' Returns -11"
+msgstr "vOut = Not vA REM মান -11 প্রদান করে"
+
+#: 03060400.xhp
+#, fuzzy
+msgctxt ""
+"03060400.xhp\n"
+"par_id3148645\n"
+"16\n"
+"help.text"
+msgid "vOut = Not(vC > vD) ' Returns -1"
+msgstr "vOut = Not(vC > vD) REM মান -1 প্রদান করে"
+
+#: 03060400.xhp
+#, fuzzy
+msgctxt ""
+"03060400.xhp\n"
+"par_id3156441\n"
+"17\n"
+"help.text"
+msgid "vOut = Not(vB > vA) ' Returns -1"
+msgstr "vOut = Not(vB > vA) REM মান -1 প্রদান করে"
+
+#: 03060400.xhp
+#, fuzzy
+msgctxt ""
+"03060400.xhp\n"
+"par_id3152596\n"
+"18\n"
+"help.text"
+msgid "vOut = Not(vA > vB) ' Returns 0"
+msgstr "vOut = Not(vA > vB) REM মান 0 প্রদান করে"
+
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sub Statement [Runtime]"
+msgstr "Sub Statement [Runtime]"
+
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"bm_id3147226\n"
+"help.text"
+msgid "<bookmark_value>Sub statement</bookmark_value>"
+msgstr "<bookmark_value>Sub statement</bookmark_value>"
+
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"hd_id3147226\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090409.xhp\" name=\"Sub Statement [Runtime]\">Sub Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090409.xhp\" name=\"Sub Statement [Runtime]\">Sub Statement [Runtime]</link>"
+
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"par_id3153311\n"
+"2\n"
+"help.text"
+msgid "Defines a subroutine."
+msgstr "একটি সাবরুটিন নির্ধারণ করা হয়।"
+
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"hd_id3149416\n"
+"3\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"par_id3147530\n"
+"5\n"
+"help.text"
+msgid "statement block"
+msgstr "statement block"
+
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"hd_id3153525\n"
+"9\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"par_id3150792\n"
+"10\n"
+"help.text"
+msgid "<emph>Name:</emph> Name of the subroutine ."
+msgstr "<emph>নাম:</emph> সাবরুটিনের নাম।"
+
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"par_id3154138\n"
+"11\n"
+"help.text"
+msgid "<emph>VarName: </emph>Parameter that you want to pass to the subroutine."
+msgstr "<emph>VarName: </emph>প্যারামিটার যা আপনি সাবরুটিনে পাস করতে চান।"
+
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"par_id3154908\n"
+"12\n"
+"help.text"
+msgid "<emph>Type:</emph> Type-declaration key word."
+msgstr "<emph>Type:</emph> টাইপ-ডিক্লের করার কীওয়ার্ড।"
+
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"hd_id3153770\n"
+"16\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03090409.xhp
+#, fuzzy
+msgctxt ""
+"03090409.xhp\n"
+"par_idN1063F\n"
+"help.text"
+msgid "' some statements"
+msgstr "REM কিছু স্টেটমেন্ট"
+
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3148946\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01020000.xhp\" name=\"Syntax\">Syntax</link>"
+msgstr "<link href=\"text/sbasic/shared/01020000.xhp\" name=\"Syntax\">সিনট্যাক্স</link>"
+
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3150793\n"
+"2\n"
+"help.text"
+msgid "This section describes the basic syntax elements of $[officename] Basic. For a detailed description please refer to the $[officename] Basic Guide which is available separately."
+msgstr "এই অংশটি $[officename] বেসিকের মূল সিনট্যাক্স এলিমেন্ট বর্ণনা করে। একটি বিস্তারিত বর্ণনার জন্য অনুগ্রহ করে $[officename] বেসিক গাইড নির্দেশ করুন যা পৃথকভাবে পাওয়া যায়।"
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"tit\n"
+"help.text"
+msgid "Exit Statement [Runtime]"
+msgstr "Exit Statement [Runtime]"
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"bm_id3152924\n"
+"help.text"
+msgid "<bookmark_value>Exit statement</bookmark_value>"
+msgstr "<bookmark_value>Exit statement</bookmark_value>"
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"hd_id3152924\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit Statement [Runtime]\">Exit Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit Statement [Runtime]\">Exit Statement [Runtime]</link>"
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3153394\n"
+"2\n"
+"help.text"
+msgid "Exits a <emph>Do...Loop</emph>, <emph>For...Next</emph>, a function, or a subroutine."
+msgstr "একটি <emph>Do...Loop</emph>, <emph>For...Next</emph>, একটি ফাংশন, অথবা একটি সাবরুটিন হতে প্রস্থান করে।"
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"hd_id3149763\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3159157\n"
+"4\n"
+"help.text"
+msgid "see Parameters"
+msgstr "প্যারামিটার দেখুন"
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"hd_id3148943\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3154760\n"
+"6\n"
+"help.text"
+msgid "<emph>Exit Do</emph>"
+msgstr "<emph>Exit Do</emph>"
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3147559\n"
+"7\n"
+"help.text"
+msgid "Only valid within a <emph>Do...Loop</emph> statement to exit the loop. Program execution continues with the statement that follows the Loop statement. If <emph>Do...Loop</emph> statements are nested, the control is transferred to the loop in the next higher level."
+msgstr "লুপ থেকে প্রস্থান করার জন্য শুধুমাত্র <emph>Do...Loop</emph> স্টেটমেন্টের মধ্যে উপস্থিত থাকা বৈধ। প্রোগ্রাম চালনা স্টেমেন্টের সাথে বহাল থাকে যা লুপ স্টেটমেন্ট অনুসরণ করে থাকে। <emph>Do...Loop</emph> স্টেটমেন্টটি একত্রিত থাকে, তাহলে কন্ট্রোলটি পরবর্তী উচ্চতর স্তরের লুপে স্থানান্তরিত হয়ে থাকে।"
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3150398\n"
+"8\n"
+"help.text"
+msgid "<emph>Exit For</emph>"
+msgstr "<emph>Exit For</emph>"
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3148797\n"
+"9\n"
+"help.text"
+msgid "Only valid within a <emph>For...Next</emph> loop to exit the loop. Program execution continues with the first statement that follows the <emph>Next</emph> statement. In nested statements, the control is transferred to the loop in the next higher level."
+msgstr "লুপ থেকে প্রস্থান করার জন্য শুধুমাত্র <emph>For...Next</emph> লুপের মধ্যে বৈধ। প্রোগ্রাম চালনা প্রথম স্টেটমেন্ট দ্বারা বহাল থাকে যা <emph>Next</emph> স্টেটমেন্টটি অনুসরণ করে থাকে। নেস্টেড স্টেটমেন্টের মধ্যে, কন্ট্রোলটি পরবর্তী উচ্চতর স্থরের লুপে স্থানান্তরিত হয়।"
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3147229\n"
+"10\n"
+"help.text"
+msgid "<emph>Exit Function</emph>"
+msgstr "<emph>Exit Function</emph>"
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3154685\n"
+"11\n"
+"help.text"
+msgid "Exits the <emph>Function</emph> procedure immediately. Program execution continues with the statement that follows the <emph>Function</emph> call."
+msgstr "অবিলম্বে <emph>ফাংশন</emph> প্রসিজার থেকে প্রস্থান করে থাকে। প্রোগ্রাম চালনা নিচের স্টেটমেন্টের সাহায্যে বহাল থাকে যা <emph>ফাংশন</emph> কল অনুবর্তী।"
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3155132\n"
+"12\n"
+"help.text"
+msgid "<emph>Exit Sub</emph>"
+msgstr "<emph>Exit Sub</emph>"
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3149561\n"
+"13\n"
+"help.text"
+msgid "Exits the subroutine immediately. Program execution continues with the statement that follows the <emph>Sub</emph> call."
+msgstr "অবিলম্বে সাবরুটিন থেকে প্রস্থান করে থাকে। প্রোগ্রাম চালনা স্টেটমেন্ট সহ বহাল থাকে যা <emph>সাব</emph> কল অনুবর্তী।"
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"par_id3153143\n"
+"14\n"
+"help.text"
+msgid "The Exit statement does not define the end of a structure, and must not be confused with the End statement."
+msgstr "Exit স্টেটমেন্টটি কাঠামোর শেষ নির্ধারণ করে না, এবং অবশ্যই End স্টেটমেন্ট এর সাথে গুলিয়ে ফেলা যাবে না।"
+
+#: 03090412.xhp
+msgctxt ""
+"03090412.xhp\n"
+"hd_id3147348\n"
+"15\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03090412.xhp
+#, fuzzy
+msgctxt ""
+"03090412.xhp\n"
+"par_id3153158\n"
+"20\n"
+"help.text"
+msgid "For siStep = 0 To 10 ' Fill array with test data"
+msgstr "For siStep = 0 to 10 REM Fill array with test data"
+
+#: 03090412.xhp
+#, fuzzy
+msgctxt ""
+"03090412.xhp\n"
+"par_id3153764\n"
+"31\n"
+"help.text"
+msgid "' LinSearch searches a TextArray:sList() for a TextEntry:"
+msgstr "REM LinSearch searches a TextArray:sList() for a TextEntry:"
+
+#: 03090412.xhp
+#, fuzzy
+msgctxt ""
+"03090412.xhp\n"
+"par_id3148995\n"
+"32\n"
+"help.text"
+msgid "' Returns the index of the entry or 0 (Null)"
+msgstr "REM ভুক্তির ইনডেক্স অথবা ০ (নাল) প্রদান করে"
+
+#: 03090412.xhp
+#, fuzzy
+msgctxt ""
+"03090412.xhp\n"
+"par_id3149567\n"
+"35\n"
+"help.text"
+msgid "Exit For ' sItem found"
+msgstr "Exit for REM sItem found"
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"tit\n"
+"help.text"
+msgid "Put Statement [Runtime]"
+msgstr "Put Statement [Runtime]"
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"bm_id3150360\n"
+"help.text"
+msgid "<bookmark_value>Put statement</bookmark_value>"
+msgstr "<bookmark_value>Put statement</bookmark_value>"
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"hd_id3150360\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement [Runtime]\">Put Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement [Runtime]\">Put Statement [Runtime]</link>"
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3154909\n"
+"2\n"
+"help.text"
+msgid "Writes a record to a relative file or a sequence of bytes to a binary file."
+msgstr "একটি সম্পর্কিত ফাইলে রেকর্ড অথবা একটি বাইনারি ফাইলে বাইটের ক্রম লেখা হয়।"
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3156281\n"
+"3\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> statement"
+msgstr "আরও দেখুন: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> স্ট্যাটমেন্ট"
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"hd_id3125863\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3155132\n"
+"5\n"
+"help.text"
+msgid "Put [#] FileNumber As Integer, [position], Variable"
+msgstr "Put [#] FileNumber As Integer, [position], Variable"
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"hd_id3153190\n"
+"6\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3146120\n"
+"7\n"
+"help.text"
+msgid "<emph>FileNumber:</emph> Any integer expression that defines the file that you want to write to."
+msgstr "<emph>FileNumber:</emph> যেকোনো পূর্ণসংখ্যা এক্সপ্রেশন যা আপনি যে ফাইলে লিখতে চান তা নির্ধারণ করে।"
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3155411\n"
+"8\n"
+"help.text"
+msgid "<emph>Position: </emph>For relative files (random access files), the number of the record that you want to write."
+msgstr "<emph>অবস্থান: </emph>সম্পর্কিত ফাইলের জন্য (র‍্যান্ডম ফাইল নিবেশ), আপনার লিখতে চাওয়া রেকর্ডের সংখ্যা।"
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3148576\n"
+"9\n"
+"help.text"
+msgid "For binary files (binary access), the position of the byte in the file where you want to start writing."
+msgstr "বাইনারি ফাইলের জন্য (বাইনারি তথ্য নিবেশন), ফাইলে বাইটের অবস্থান যেখানে আপনি লেখা শুরু করতে চান।"
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3153729\n"
+"10\n"
+"help.text"
+msgid "<emph>Variable:</emph> Name of the variable that you want to write to the file."
+msgstr "<emph>ভেরিয়েবল:</emph> ফাইলে আপনি যে ভেরিয়েবলটি লিখতে চান তার নাম লিখুন।"
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3146974\n"
+"11\n"
+"help.text"
+msgid "Note for relative files: If the contents of this variable does not match the length of the record that is specified in the <emph>Len</emph> clause of the <emph>Open</emph> statement, the space between the end of the newly written record and the next record is padded with existing data from the file that you are writing to."
+msgstr "সংশ্লিষ্ট ফাইলের জন্য নোট: যদি <emph>খুলুন</emph> স্টেটমেন্টের <emph>Len</emph> বাক্যাংশে উল্লেখিত রেকর্ডের দৈর্ঘ্যের সাথে ভেরিয়েবলের বিষয়বস্তু না মিলে তাহলে, নতুনভাবে লেখা রেকর্ডের শেষ এবং পরবর্তী রেকর্ডের মধ্যবর্তী ফাঁকা স্থান লেখা হচ্ছে এমন ফাইলের বিদ্যমান ডাটার সাথে প্যাড করা হবে।"
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3155855\n"
+"12\n"
+"help.text"
+msgid "Note for binary files: The contents of the variables are written to the specified position, and the file pointer is inserted directly after the last byte. No space is left between the records."
+msgstr "বাইনারি ফাইলের জন্য নোট: ভেরিয়েবলের বিষয়বস্তু সমূহ উল্লেখিত স্থানে লেখা হয় এবং সর্বশেষ বাইটের শেষে ফাইল পয়েন্টারটি সরাসরি সন্নিবেশ করানো হয়। রেকর্ডের মধ্যে কোন ফাঁকা স্থান থাকতে পারবে না।"
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"hd_id3154491\n"
+"13\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03020204.xhp
+#, fuzzy
+msgctxt ""
+"03020204.xhp\n"
+"par_id3154729\n"
+"16\n"
+"help.text"
+msgid "Dim sText As Variant ' Must be a variant type"
+msgstr "Dim sText As Variant REM Must be a variant type"
+
+#: 03020204.xhp
+#, fuzzy
+msgctxt ""
+"03020204.xhp\n"
+"par_id3156278\n"
+"22\n"
+"help.text"
+msgid "Seek #iNumber,1 ' Position To start writing"
+msgstr "Seek #iNumber,1 REM Position to start writing"
+
+#: 03020204.xhp
+#, fuzzy
+msgctxt ""
+"03020204.xhp\n"
+"par_id3153711\n"
+"23\n"
+"help.text"
+msgid "Put #iNumber,, \"This is the first line of text\" ' Fill line with text"
+msgstr "Put #iNumber,, \"This is the first line of text\" REM Fill line with text"
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3155446\n"
+"24\n"
+"help.text"
+msgid "Put #iNumber,, \"This is the second line of text\""
+msgstr "Put #iNumber,, \"This is the second line of text\""
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3154255\n"
+"25\n"
+"help.text"
+msgid "Put #iNumber,, \"This is the third line of text\""
+msgstr "Put #iNumber,, \"This is the third line of text\""
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3150940\n"
+"34\n"
+"help.text"
+msgid "Put #iNumber,,\"This is new text\""
+msgstr "Put #iNumber,,\"This is new text\""
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3159102\n"
+"37\n"
+"help.text"
+msgid "Put #iNumber,20,\"This is the text in record 20\""
+msgstr "Put #iNumber,20,\"This is the text in record 20\""
+
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"tit\n"
+"help.text"
+msgid "FileExists Function [Runtime]"
+msgstr "FileExists Function [Runtime]"
+
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"bm_id3148946\n"
+"help.text"
+msgid "<bookmark_value>FileExists function</bookmark_value>"
+msgstr "<bookmark_value>FileExists function</bookmark_value>"
+
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"hd_id3148946\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020415.xhp\" name=\"FileExists Function [Runtime]\">FileExists Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020415.xhp\" name=\"FileExists Function [Runtime]\">FileExists Function [Runtime]</link>"
+
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"par_id3153361\n"
+"2\n"
+"help.text"
+msgid "Determines if a file or a directory is available on the data medium."
+msgstr "ডাটা মাধ্যমে ফাইল অথবা ডিরেক্টরি বিদ্যমান কিনা তা নির্ধারণ করা হয়।"
+
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"hd_id3150447\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"par_id3154685\n"
+"4\n"
+"help.text"
+msgid "FileExists(FileName As String | DirectoryName As String)"
+msgstr "FileExists(FileName As String | DirectoryName As String)"
+
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"hd_id3154126\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"par_id3150769\n"
+"6\n"
+"help.text"
+msgid "Bool"
+msgstr "Bool"
+
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"hd_id3153770\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"par_id3147349\n"
+"8\n"
+"help.text"
+msgid "FileName | DirectoryName: Any string expression that contains an unambiguous file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+msgstr "FileName | DirectoryName: যেকোনো স্ট্রিং এক্সপ্রেশন যাতে ফাইলের নির্দিষ্ট বৈশিষ্ট্যের উল্লেখ রয়েছে। আপনি <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL নোটেশন</link>ও ব্যবহার করতে পারেন।"
+
+#: 03020415.xhp
+msgctxt ""
+"03020415.xhp\n"
+"hd_id3149664\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Organizing Libraries and Modules"
+msgstr "লাইব্রেরি এবং মডিউল সংগঠিত করা হচ্ছে"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"bm_id3148797\n"
+"help.text"
+msgid "<bookmark_value>libraries;organizing</bookmark_value><bookmark_value>modules;organizing</bookmark_value><bookmark_value>copying;modules</bookmark_value><bookmark_value>adding libraries</bookmark_value><bookmark_value>deleting;libraries/modules/dialogs</bookmark_value><bookmark_value>dialogs;organizing</bookmark_value><bookmark_value>moving;modules</bookmark_value><bookmark_value>organizing;modules/libraries/dialogs</bookmark_value><bookmark_value>renaming modules and dialogs</bookmark_value>"
+msgstr "<bookmark_value>libraries;organizing</bookmark_value><bookmark_value>modules;organizing</bookmark_value><bookmark_value>copying;modules</bookmark_value><bookmark_value>adding libraries</bookmark_value><bookmark_value>deleting;libraries/modules/dialogs</bookmark_value><bookmark_value>dialogs;organizing</bookmark_value><bookmark_value>moving;modules</bookmark_value><bookmark_value>organizing;modules/libraries/dialogs</bookmark_value><bookmark_value>renaming modules and dialogs</bookmark_value>"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3148797\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"01030400\"><link href=\"text/sbasic/shared/01030400.xhp\">Organizing Libraries and Modules</link></variable>"
+msgstr "<variable id=\"01030400\"><link href=\"text/sbasic/shared/01030400.xhp\">লাইব্রেরি এবং মডিউল সংগঠিত করা হচ্ছে</link></variable>"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3150868\n"
+"4\n"
+"help.text"
+msgid "Organizing Libraries"
+msgstr "লাইব্রেরি সংগঠিত করা হচ্ছে"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3125864\n"
+"5\n"
+"help.text"
+msgid "Creating a New Library"
+msgstr "একটি নতুন লাইব্রেরি গঠন করা হচ্ছে"
+
+#: 01030400.xhp
+#, fuzzy
+msgctxt ""
+"01030400.xhp\n"
+"par_id3152576\n"
+"6\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+msgstr "<emph>টুল - ম্যাক্রো - ম্যাক্রো সংগঠন - %PRODUCTNAME বেসিক</emph>নির্বাচন করুন এবং<emph>সংগঠক </emph>ক্লিক করুন অথবা <emph>ম্যাক্রো সংগঠক</emph> ডায়ালগ খুলতে প্রাথমিক IDE তে <emph>মডিউল নির্বাচন</emph> আইকনে ক্লিক করুন।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3153726\n"
+"8\n"
+"help.text"
+msgid "Click the <emph>Libraries</emph> tab."
+msgstr "<emph>লাইব্রেরি</emph> ট্যাবে ক্লিক করুন।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3149664\n"
+"9\n"
+"help.text"
+msgid "Select to where you want to attach the library in the <emph>Location</emph> list. If you select %PRODUCTNAME Macros & Dialogs, the library will belong to the $[officename] application and will be available for all documents. If you select a document the library will be attached to this document and only available from there."
+msgstr "<emph> অবস্থান</emph> তালিকার কোথায় আপনি একটি লাইব্রেরি সংযুক্ত করতে চান তা নির্বাচন করুন। আপনি যদি %PRODUCTNAME ম্যাক্রো এবং ডায়ালগ নির্বাচন করেন, তাহলে লাইব্রেরিটি $[officename] অ্যাপ্লিকেশনে অন্তর্ভুক্ত থাকবে এবং সমস্ত নথির জন্য তা পাওয়া যাবে। আপনি যদি নথিটি নির্বাচন করেন তাহলে লাইব্রেরিটি নথির সাথে যুক্ত হবে এবং শুধুমাত্র সেখান থেকেই তা পাওয়া যাবে।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3153365\n"
+"10\n"
+"help.text"
+msgid "Click <emph>New</emph> and insert a name to create a new library."
+msgstr "<emph>নতুন</emph> ক্লিক করুন এবং একটি নতুন লাইব্রেরি তৈরি করতে নাম সন্নিবেশ করান।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3147394\n"
+"48\n"
+"help.text"
+msgid "Import a Library"
+msgstr ""
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3153157\n"
+"49\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+msgstr "<emph>টুল - ম্যাক্রো - ম্যাক্রো সংগঠন - %PRODUCTNAME বেসিক</emph>নির্বাচন করুন এবং<emph>সংগঠক </emph>ক্লিক করুন অথবা <emph>ম্যাক্রো সংগঠক</emph> ডায়ালগ খুলতে প্রাথমিক IDE তে <emph>মডিউল নির্বাচন</emph> আইকনে ক্লিক করুন।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3146972\n"
+"50\n"
+"help.text"
+msgid "Click the <emph>Libraries</emph> tab."
+msgstr "<emph>লাইব্রেরি</emph> ট্যাবে ক্লিক করুন।"
+
+#: 01030400.xhp
+#, fuzzy
+msgctxt ""
+"01030400.xhp\n"
+"par_id3145640\n"
+"51\n"
+"help.text"
+msgid "Select to where you want to import the library in the <emph>Location</emph> list. If you select %PRODUCTNAME Macros & Dialogs, the library will belong to the $[officename] application and will be available for all documents. If you select a document the library will be imported to this document and only available from there."
+msgstr "<emph> অবস্থান</emph> তালিকার কোথায় আপনি একটি লাইব্রেরিটি পরিশেষে যোগ করতে চান তা নির্বাচন করুন। আপনি যদি %PRODUCTNAME ম্যাক্রো এবং ডায়ালগ নির্বাচন করেন, তাহলে লাইব্রেরিটি $[officename] অ্যাপ্লিকেশনে অন্তর্ভুক্ত থাকবে এবং সমস্ত নথির জন্য তা পাওয়া যাবে। আপনি যদি নথিটি নির্বাচন করেন তাহলে লাইব্রেরিটি নথির পরিশেষে যুক্ত হবে এবং শুধুমাত্র সেখান থেকেই তা পাওয়া যাবে।"
+
+#: 01030400.xhp
+#, fuzzy
+msgctxt ""
+"01030400.xhp\n"
+"par_id3154253\n"
+"52\n"
+"help.text"
+msgid "Click <emph>Import...</emph> and select an external library to import."
+msgstr "<emph>পরিশেষে যোগ</emph> ক্লিক করুন এবং যোগ করার জন্য একটি বহিঃস্থ লাইব্রেরি নির্বাচন করুন।"
+
+#: 01030400.xhp
+#, fuzzy
+msgctxt ""
+"01030400.xhp\n"
+"par_id3154705\n"
+"53\n"
+"help.text"
+msgid "Select all libraries to be imported in the <emph>Import Libraries</emph> dialog. The dialog displays all libraries that are contained in the selected file."
+msgstr "সমস্ত লাইব্রেরি পরিশেষে যোগ করার জন্য <emph>লাইব্রেরি পরিশেষে যোগ</emph> ডায়ালগ নির্বাচন করুন। ডায়ালগটি সমস্ত লাইব্রেরি প্রদর্শন করে যা নির্বাচিত ফাইলে থাকে।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3163807\n"
+"54\n"
+"help.text"
+msgid "If you want to insert the library as a reference only check the <emph>Insert as reference (read-only)</emph> box. Read-only libraries are fully functional but cannot be modified in the Basic IDE."
+msgstr "যদি আপনি একটি লাইব্রেরি রেফারেন্স হিসেবে অন্তর্ভুক্ত করতে চান তাহলে <emph> রেফারেন্স হিসেবে সন্নিবেশ করান (কেবলমাত্র পাঠযোগ্য)</emph> বাক্সটি টিক চিহ্ন দ্বারা চিহ্নিত করুন। কেবলমাত্র পাঠযোগ্য লাইব্রেরি সম্পূর্ণভাবে কার্যকর কিন্তু বেসিক IDEতে তা পরিবর্তন করা যায় না।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3145228\n"
+"55\n"
+"help.text"
+msgid "Check the <emph>Replace existing libraries</emph> box if you want existing libraries of the same name to be overwritten."
+msgstr "যদি আপনি একই নামের সব বিদ্যমান লাইব্রেরি উপরিলেখন করতে চান তাহলে <emph>বিদ্যমান লাইব্রেরি প্রতিস্থাপন</emph> বাক্সটিতে টিক চিহ্ন দিন।"
+
+#: 01030400.xhp
+#, fuzzy
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147004\n"
+"56\n"
+"help.text"
+msgid "Click <emph>OK</emph> to import the library."
+msgstr "একটি লাইব্রেরি পরিশেষে যোগ করতে <emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3159099\n"
+"17\n"
+"help.text"
+msgid "Export a Library"
+msgstr ""
+
+#: 01030400.xhp
+#, fuzzy
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147005\n"
+"70\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+msgstr "<emph>টুল - ম্যাক্রো - ম্যাক্রো সংগঠন - %PRODUCTNAME বেসিক</emph>নির্বাচন করুন এবং<emph>সংগঠক </emph>ক্লিক করুন অথবা <emph>ম্যাক্রো সংগঠক</emph> ডায়ালগ খুলতে প্রাথমিক IDE তে <emph>মডিউল নির্বাচন</emph> আইকনে ক্লিক করুন।"
+
+#: 01030400.xhp
+#, fuzzy
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147006\n"
+"71\n"
+"help.text"
+msgid "Click the <emph>Libraries</emph> tab."
+msgstr "<emph>লাইব্রেরি</emph> ট্যাবে ক্লিক করুন।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147007\n"
+"72\n"
+"help.text"
+msgid "In the <emph>Location</emph> list you specify where your library is stored. Select the library that you want to export. Note that you cannot export the <emph>Standard</emph> library."
+msgstr ""
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147008\n"
+"73\n"
+"help.text"
+msgid "Click <emph>Export...</emph>"
+msgstr ""
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147009\n"
+"74\n"
+"help.text"
+msgid "Choose whether you want to export the library as an extension or as a basic library."
+msgstr ""
+
+#: 01030400.xhp
+#, fuzzy
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147010\n"
+"75\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>অপসারণ</emph> ক্লিক করুন।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147011\n"
+"76\n"
+"help.text"
+msgid "Select where you want your library exported."
+msgstr ""
+
+#: 01030400.xhp
+#, fuzzy
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147012\n"
+"77\n"
+"help.text"
+msgid "Click <emph>Save</emph> to export the library."
+msgstr "একটি লাইব্রেরি পরিশেষে যোগ করতে <emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3159100\n"
+"17\n"
+"help.text"
+msgid "Deleting a Library"
+msgstr "একটি লাইব্রেরি মুছে ফেলা হচ্ছে"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3150086\n"
+"18\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+msgstr "<emph>টুল - ম্যাক্রো - ম্যাক্রো সংগঠন - %PRODUCTNAME প্রাথমিক</emph> নির্বাচন করুন এবং <emph>সংগঠক</emph>ক্লিক করুন অথবা <emph>ম্যাক্রো সংগঠক</emph> ডায়ালগ খুলতে বেসিক IDE এর <emph>মডিউল নির্বাচন</emph> আইকনে ক্লিক করুন।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3146808\n"
+"57\n"
+"help.text"
+msgid "Click the <emph>Libraries</emph> tab."
+msgstr "<emph>লাইব্রেরি</emph> ট্যাবে ক্লিক করুন।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3158212\n"
+"58\n"
+"help.text"
+msgid "Select the library to be deleted from the list."
+msgstr "তালিকা হতে মুছে ফেলা হবে এমন একটি লাইব্রেরি নির্বাচন করুন।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3150361\n"
+"20\n"
+"help.text"
+msgid "Click <emph>Delete</emph>."
+msgstr "<emph>অপসারণ</emph> ক্লিক করুন।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3152986\n"
+"19\n"
+"help.text"
+msgid "Deleting a library permanently deletes all existing modules and corresponding procedures and functions."
+msgstr "একটি লাইব্রেরি মুছে ফেলা হলে, সকল উপস্থিত মডিউল এবং সংশ্লিষ্ট প্রসিজার এবং ফাংশন স্থায়ী ভাবে মুছে যায়।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3148868\n"
+"59\n"
+"help.text"
+msgid "You cannot delete the default library named \"Standard\"."
+msgstr "আপনি \"Standard\" নামের ডিফল্ট লাইব্রেরিটি মুছে ফেলতে পারবেন না।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3146869\n"
+"60\n"
+"help.text"
+msgid "If you delete a library that was inserted as reference only the reference is deleted but not the library itself."
+msgstr "রেফারেন্স হিসেবে সন্নিবেশকৃত একটি লাইব্রেরি মুছে ফেলা হলে শুধুমাত্র রেফারেন্সটি মুছে যাবে, লাইব্রেরিটি নয়।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3147070\n"
+"21\n"
+"help.text"
+msgid "Organizing Modules and Dialogs"
+msgstr "মডিউল এবং ডায়াল সংগঠিত করা হচ্ছে"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3155265\n"
+"61\n"
+"help.text"
+msgid "Creating a New Module or Dialog"
+msgstr "একটি নতুন মডিউল অথবা ডায়ালগ তৈরি করা হচ্ছে"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3154537\n"
+"62\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+msgstr "<emph>টুল - ম্যাক্রো - ম্যাক্রো সংগঠন - %PRODUCTNAME বেসিক</emph> নির্বাচন করুন এবং <emph>সংগঠক</emph> অথবা <emph>ম্যাক্রো সংগঠক</emph> ডায়ালগ খুলতে বেসিক IDEতে <emph>মডিউল নির্বাচন</emph> আইকনে ক্লিক করুন।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3146781\n"
+"63\n"
+"help.text"
+msgid "Click the <emph>Modules</emph> tab or the <emph>Dialogs</emph> tab."
+msgstr "<emph>মডিউল</emph> ট্যাব অথবা<emph> ডায়ালগ</emph> ট্যাবটিতে ক্লিক করুন।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3159206\n"
+"64\n"
+"help.text"
+msgid "Select the library where the module will be inserted and click <emph>New</emph>."
+msgstr "এমন একটি লাইব্রেরি নির্বাচন করুন যেখানে মডিউল সন্নিবেশ করানো হবে এবং <emph>নতুন</emph> ক্লিক করুন।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3152389\n"
+"65\n"
+"help.text"
+msgid "Enter a name for the module or the dialog and click <emph>OK</emph>."
+msgstr "মডিউল অথবা ডায়ালগের নাম সন্নিবেশ করান এবং <emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3152872\n"
+"25\n"
+"help.text"
+msgid "Renaming a Module or Dialog"
+msgstr "একটি মডিউল অথবা ডায়ালগ নামান্তর করা হচ্ছে"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3159230\n"
+"66\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+msgstr "নির্বাচন করুন <emph>টুল - ম্যাক্রো - ম্যাক্রো সংগঠন - %PRODUCTNAME প্রাথমিক</emph> এবং ক্লিক করুন <emph>সংগঠক</emph> বা ক্লিক করুন <emph>মডিউল নির্বাচন</emph> আইকন প্রাথমিক IDE তে <emph>ম্যাক্রো সংগঠক</emph> ডায়ালগ খুলতে।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3150046\n"
+"67\n"
+"help.text"
+msgid "Click the module to be renamed twice, with a pause between the clicks. Enter the new name."
+msgstr "দুইবার নামান্তরের জন্য দুই ক্লিকের মাঝে একটি বিরতি নিয়ে একটি মডিউলে দুইবার ক্লিক করুন। নতুন নামটি সন্নিবেশ করান।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3153801\n"
+"27\n"
+"help.text"
+msgid "In the Basic IDE, right-click the name of the module or dialog in the tabs at the bottom of the screen, choose <emph>Rename</emph> and type in the new name."
+msgstr "বেসিক IDEতে, মডিউলের নামে অথবা পর্দার নিচে অবস্থিত ট্যাবের ডায়ালগে ডান ক্লিক করুন, <emph> নামান্তর করুন</emph> নির্বাচন করে নতুন নান লিখুন।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3155526\n"
+"28\n"
+"help.text"
+msgid "Press Enter to confirm your changes."
+msgstr "আপনার পরিবর্তনগুলো নিশ্চিত করতে Enter চাপুন।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3146963\n"
+"29\n"
+"help.text"
+msgid "Deleting a Module or Dialog"
+msgstr "একটি মডিউল অথবা ডায়ালগ মুছে ফেলা হচ্ছে"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147547\n"
+"68\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+msgstr "<emph>টুল - ম্যাক্রো - ম্যাক্রো সংগঠন - %PRODUCTNAME ভিত্তি</emph> নির্বাচন করুন এবং <emph>সংগঠন</emph> ক্লিক করুন অথবা <emph>ম্যাক্রো সংগঠক</emph> ডায়ালগ খুলতে বেসিক IDE থেকে <emph>মডিউল নির্বাচন</emph> আইকনে ক্লিক করুন।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3150958\n"
+"69\n"
+"help.text"
+msgid "Click the <emph>Modules</emph> tab or the <emph>Dialogs</emph> tab."
+msgstr "<emph>মডিউল</emph> ট্যাব অথবা<emph> ডায়ালগ</emph> ট্যাবে ক্লিক করুন।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3149870\n"
+"30\n"
+"help.text"
+msgid "Select the module or dialog to be deleted from the list. Double-click an entry to reveal sub-entries, if required."
+msgstr "তালিকা হতে মুছে ফেলতে একটি মডিউল অথবা ডায়ালগ নির্বাচন করুন। যদি প্রয়োজন হয়, তবে সাব ভুক্তি পুনরায় চালু করতে ভুক্তিতে ডাবল ক্লিক করুন।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3147248\n"
+"32\n"
+"help.text"
+msgid "Click <emph>Delete</emph>."
+msgstr "<emph>অপসারণ</emph> ক্লিক করুন।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3151339\n"
+"31\n"
+"help.text"
+msgid "Deleting a module permanently deletes all existing procedures and functions in that module."
+msgstr "একটি মডিউল মুছে ফেলা হলে মডিউলে বিদ্যমান সকল প্রসিজার এবং পাংশন স্থায়ীভাবে মুছে যায়।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3151392\n"
+"33\n"
+"help.text"
+msgid "Organizing Projects among Documents or Templates"
+msgstr "নথি অথবা ফর্মার মধ্যে প্রকল্প সংগঠিত করা হচ্ছে"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id3156400\n"
+"36\n"
+"help.text"
+msgid "Moving or copying modules between documents, templates and the application."
+msgstr "নথি, ফর্মা এবং অ্যাপ্লিকেশনের মধ্যে মডিউল সরানো অথবা অনুলিপি করা হচ্ছে।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3146819\n"
+"37\n"
+"help.text"
+msgid "Open all documents or templates among which you want to move or copy the modules or dialogs."
+msgstr "আপনি যেসব নথি অথবা ফর্মাতে মডিউল অথবা ডায়ালগ সরাতে অথবা অনুলিপি করতে চান সেগুলো খুলুন।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3149319\n"
+"38\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+msgstr "<emph>টুল - ম্যাক্রো - ম্যাক্রো সংগঠন - %PRODUCTNAME বেসিক</emph> নির্বাচন করুন এবং <emph>সংগঠক</emph> অথবা <emph>ম্যাক্রো সংগঠক</emph> ডায়ালগটি খুলতে বেসিক IDEতে <emph>মডিউল নির্বাচন</emph> আইকনে ক্লিক করুন।"
+
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id3145637\n"
+"39\n"
+"help.text"
+msgid "To move a module or dialog to another document, click the corresponding object in the list and drag it to the desired position. A horizontal line indicates the target position of the current object while dragging. Hold the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while dragging to copy the object instead of moving it."
+msgstr "অন্য একটি নথিতে একটি মডিউল অথবা ডায়ালগ সরানোর জন্য, তালিকার সংশ্লিষ্ট বস্তুতে ক্লিক করুন এবং কাঙ্খিত অবস্থানে টেনে নিয়ে যান। টেনে নেয়ার সময় বর্তমান বস্তুটির লক্ষ্য অবস্থন একটি অনুভুমিক লাইন দ্বার নির্দেশিত হয়। বস্তুটি সরানোর পরিবর্তে অনুলিপি করতে টেনে নিয়ে যাওয়ার সময় <switchinline select=\"sys\"><caseinline select=\"MAC\"> কমান্ড</caseinline><defaultinline> Ctrl</defaultinline></switchinline> কী চেপে ধরে রাখুন।"
+
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"tit\n"
+"help.text"
+msgid "CurDir Function [Runtime]"
+msgstr "CurDir Function [Runtime]"
+
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"bm_id3153126\n"
+"help.text"
+msgid "<bookmark_value>CurDir function</bookmark_value>"
+msgstr "<bookmark_value>CurDir function</bookmark_value>"
+
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"hd_id3153126\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020403.xhp\">CurDir Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020403.xhp\">CurDir Function [Runtime]</link>"
+
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"par_id3156343\n"
+"2\n"
+"help.text"
+msgid "Returns a variant string that represents the current path of the specified drive."
+msgstr "একটি ভেরিয়েন্ট স্ট্রিং প্রদান করে যা উল্লেখিত ড্রাইভের বর্তমান পাথ নির্য়েশ করে থাকে।"
+
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"hd_id3149457\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"par_id3153381\n"
+"4\n"
+"help.text"
+msgid "CurDir [(Text As String)]"
+msgstr "CurDir [(Text As String)]"
+
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"hd_id3154366\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"par_id3156281\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "স্ট্রিং"
+
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"hd_id3156423\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"par_id3153193\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that specifies an existing drive (for example, \"C\" for the first partition of the first hard drive)."
+msgstr "<emph>পাঠ্য:</emph> বিদ্যমান ড্রাইভ উল্লেখকারী যেকোনো স্ট্রিং এক্সপ্রশেন (যেমন, প্রথম হার্ডড্রাইভের প্রথম অংশ নির্দেশের জন্য \"C\")।"
+
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"par_id3155133\n"
+"9\n"
+"help.text"
+msgid "If no drive is specified or if the drive is a zero-length string (\"\"), CurDir returns the path for the current drive. $[officename] Basic reports an error if the syntax of the drive description is incorrect, the drive does not exist, or if the drive letter occurs after the letter defined in the CONFIG.SYS with the Lastdrive statement."
+msgstr "যদি কোন ড্রাইভের উল্লেখ না থাকে অথবা ড্রাইভটি একটি শূন্য দৈর্ঘ্যের স্ট্রিং (\"\") হয়, তাহলে CurDir বর্তমান ড্রাইভের জন্য পাথ প্রদান করে থাকে। যদি ড্রাইভ বর্ণনার সিনট্যাক্স ভুল হয়, ড্রাইভটি উপস্থিত না থাকে অথবা Lastdrive স্টেটমেন্টের মাধ্যমে CONFIG.SYS এ নির্ধারিত অক্ষরের পরের অক্ষর দ্বারা ড্রাইভটি নির্দেশিত হয়, তাহলে $[officename] বেসিক একটি ত্রুটি প্রদান করে থাকে।"
+
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"par_id3150010\n"
+"10\n"
+"help.text"
+msgid "This function is not case-sensitive."
+msgstr "এই ফাংশনটি অক্ষরের ছাঁদ নির্ভরশীল নয়।"
+
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"hd_id3155411\n"
+"11\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"tit\n"
+"help.text"
+msgid "Log Function [Runtime]"
+msgstr "Log Function [Runtime]"
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"bm_id3149416\n"
+"help.text"
+msgid "<bookmark_value>Log function</bookmark_value>"
+msgstr "<bookmark_value>Log function</bookmark_value>"
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"hd_id3149416\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080202.xhp\" name=\"Log Function [Runtime]\">Log Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080202.xhp\" name=\"Log Function [Runtime]\">Log Function [Runtime]</link>"
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"par_id3145066\n"
+"2\n"
+"help.text"
+msgid "Returns the natural logarithm of a number."
+msgstr "নম্বরটির স্বাভাবিক লগারিদম প্রদান করে।"
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"hd_id3159414\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"par_id3154760\n"
+"4\n"
+"help.text"
+msgid "Log (Number)"
+msgstr "Log (Number)"
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"hd_id3149457\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"par_id3150791\n"
+"6\n"
+"help.text"
+msgid "Double"
+msgstr "Double"
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"hd_id3151211\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"par_id3151041\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Any numeric expression that you want to calculate the natural logarithm for."
+msgstr "<emph>সংখ্যা:</emph> যেকোনো সংখ্যাসূচক এক্সপ্রেশন যার স্বাভাবিক লগারিদম গণনা করতে চান।"
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"par_id3150869\n"
+"9\n"
+"help.text"
+msgid "The natural logarithm is the logarithm to the base e. Base e is a constant with an approximate value of 2.718282..."
+msgstr "স্বাভাবিক লগারিদম হলো e ভিত্তিক লগারিদম। ভিত্তি e হলো আনুমানিক 2.718282... মানযুক্ত একটি ধ্রুবক।"
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"par_id3153968\n"
+"10\n"
+"help.text"
+msgid "You can calculate logarithms to any base (n) for any number (x) by dividing the natural logarithm of x by the natural logarithm of n, as follows:"
+msgstr "x এর স্বাভাবিক লগারিদমকে n স্বাভাবিক লগারিদম দ্বারা ভাগ করে যেকোনো ভিত্তি (n) যেকোনো সংখ্যা (x) এর জন্য গণনা করতে পরেন, নিম্নরূপে:"
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"par_id3145420\n"
+"11\n"
+"help.text"
+msgid "Log n(x) = Log(x) / Log(n)"
+msgstr "Log n(x) = Log(x) / Log(n)"
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"hd_id3155131\n"
+"12\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03080202.xhp
+msgctxt ""
+"03080202.xhp\n"
+"par_id3149262\n"
+"18\n"
+"help.text"
+msgid "MsgBox \"\" & a & chr(13) & (b1*b2) ,0,\"Multiplication by logarithm function\""
+msgstr "MsgBox \"\" & a & chr(13) & (b1*b2) ,0,\"Multiplication by logarithm function\""
+
+#: 03090103.xhp
+msgctxt ""
+"03090103.xhp\n"
+"tit\n"
+"help.text"
+msgid "IIf Statement [Runtime]"
+msgstr "IIf Statement [Runtime]"
+
+#: 03090103.xhp
+msgctxt ""
+"03090103.xhp\n"
+"bm_id3155420\n"
+"help.text"
+msgid "<bookmark_value>IIf statement</bookmark_value>"
+msgstr "<bookmark_value>IIf statement</bookmark_value>"
+
+#: 03090103.xhp
+msgctxt ""
+"03090103.xhp\n"
+"hd_id3155420\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"IIf Statement [Runtime]\">IIf Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"IIf Statement [Runtime]\">IIf Statement [Runtime]</link>"
+
+#: 03090103.xhp
+msgctxt ""
+"03090103.xhp\n"
+"par_id3145610\n"
+"2\n"
+"help.text"
+msgid "Returns one of two possible function results, depending on the logical value of the evaluated expression."
+msgstr "মূল্যায়নকঁত এক্সপ্রেশনের লজিক্যাল মানের উপর নির্বরশীল দুইটি সম্ভাব্য ফাংশন ফলাফলের মধ্যে একটি প্রদান করে থাকে।"
+
+#: 03090103.xhp
+msgctxt ""
+"03090103.xhp\n"
+"hd_id3159413\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03090103.xhp
+msgctxt ""
+"03090103.xhp\n"
+"par_id3147560\n"
+"4\n"
+"help.text"
+msgid "IIf (Expression, ExpressionTrue, ExpressionFalse)"
+msgstr "IIf (Expression, ExpressionTrue, ExpressionFalse)"
+
+#: 03090103.xhp
+msgctxt ""
+"03090103.xhp\n"
+"hd_id3150541\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03090103.xhp
+msgctxt ""
+"03090103.xhp\n"
+"par_id3153381\n"
+"6\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any expression that you want to evaluate. If the expression evaluates to <emph>True</emph>, the function returns the result of ExpressionTrue, otherwise it returns the result of ExpressionFalse."
+msgstr "<emph>এক্সপ্রেশন:</emph> যেকোনো এক্সপ্রেশন আপনি যা মূল্যায়ন করতে চান। যদি এক্সপ্রেশনটি <emph>True</emph> হিসেবে মূল্যায়িত হয়, তাহলে ফাংশনটি ExpressionTrue এর ফলাফল প্রদান করে থাকো, অন্যথায় এটি ExpressionFalse এর ফলাফল প্রদান করে থাকে।"
+
+#: 03090103.xhp
+msgctxt ""
+"03090103.xhp\n"
+"par_id3150870\n"
+"7\n"
+"help.text"
+msgid "<emph>ExpressionTrue, ExpressionFalse:</emph> Any expression, one of which will be returned as the function result, depending on the logical evaluation."
+msgstr "<emph>ExpressionTrue, ExpressionFalse:</emph> যেকোনো এক্সপ্রেশন, যার একটি লজিক্যাল মূল্যায়নের উপর নির্ভর করে ফাংশন ফলাফল হিসেবে প্রদান করা হবে।"
+
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"tit\n"
+"help.text"
+msgid "Switch Function [Runtime]"
+msgstr "Switch Function [Runtime]"
+
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"bm_id3148554\n"
+"help.text"
+msgid "<bookmark_value>Switch function</bookmark_value>"
+msgstr "<bookmark_value>Switch function</bookmark_value>"
+
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"hd_id3148554\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch Function [Runtime]\">Switch Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch Function [Runtime]\">Switch Function [Runtime]</link>"
+
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"par_id3148522\n"
+"2\n"
+"help.text"
+msgid "Evaluates a list of arguments, consisting of an expression followed by a value. The Switch function returns a value that is associated with the expression that is passed by this function."
+msgstr "মান অনুবর্তী একটি এক্সপ্রেশন দ্বারা গঠিত আরগুমেন্টের একটি তালিকা মূল্যান করে থাকে। Switch ফাংশনটি একটি মান প্রদান করে থাকে যা ফাংশন দ্বারা পাস করা একটি এক্সপ্রেশনের সাথে সংযুক্ত।"
+
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"hd_id3154863\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"par_id3155934\n"
+"4\n"
+"help.text"
+msgid "Switch (Expression1, Value1[, Expression2, Value2[..., Expression_n, Value_n]])"
+msgstr "Switch (Expression1, Value1[, Expression2, Value2[..., Expression_n, Value_n]])"
+
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"hd_id3149119\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"par_id3153894\n"
+"6\n"
+"help.text"
+msgid "The <emph>Switch</emph> function evaluates the expressions from left to right, and then returns the value that is assigned to the function expression. If expression and value are not given as a pair, a runtime error occurs."
+msgstr "<emph>Switch</emph> ফাংশনের মাধ্যমে এক্সপ্রেশনটি বাম থেকে ডানে মূল্যায়ন করা হয়, এবং তারপর ফাংশন এক্সপ্রেশনে বরাদ্দকৃত মানটি প্রদান করে থাকে। যদি মান এবং এক্সপ্রেশন একটি জোড়া হিসেবে পরদান করা না হয় তাহলে রানটাইম ত্রুটি সংঘটিত হয়ে থাকে।"
+
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"par_id3153990\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression:</emph> The expression that you want to evaluate."
+msgstr "<emph>এক্সপ্রেশন:</emph> এক্সপ্রেশন যা আপনি মূল্যায়ন করতে চান।"
+
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"par_id3153394\n"
+"8\n"
+"help.text"
+msgid "<emph>Value:</emph> The value that you want to return if the expression is True."
+msgstr "<emph>মান:</emph> এক্সপ্রেশনটি True হলে আপনি যে মানটি প্রদান করতে চান।"
+
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"par_id3153346\n"
+"9\n"
+"help.text"
+msgid "In the following example, the <emph>Switch</emph> function assigns the appropriate gender to the name that is passed to the function:"
+msgstr "নিচের উদাহরণ, <emph>পরিবর্তন</emph> ফাংশনটি নামে যথাযথ শ্রেণীবিন্যাস প্রয়োগ করে থাকে যা ফাংশনে পাস করা হয়।"
+
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"hd_id3159157\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"par_id3149579\n"
+"13\n"
+"help.text"
+msgid "sGender = GetGenderIndex( \"John\" )"
+msgstr "sGender = GetGenderIndex( \"John\" )"
+
+#: 03090410.xhp
+msgctxt ""
+"03090410.xhp\n"
+"par_id3153361\n"
+"18\n"
+"help.text"
+msgid "GetGenderIndex = Switch(sName = \"Jane\", \"female\", sName = \"John\", \"male\")"
+msgstr "GetGenderIndex = Switch(sName = \"Jane\", \"female\", sName = \"John\", \"male\")"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"tit\n"
+"help.text"
+msgid "QBColor Function [Runtime]"
+msgstr "QBColor Function [Runtime]"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"hd_id3149670\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010304.xhp\" name=\"QBColor Function [Runtime]\">QBColor Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010304.xhp\" name=\"QBColor Function [Runtime]\">QBColor Function [Runtime]</link>"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3150359\n"
+"2\n"
+"help.text"
+msgid "Returns the <link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB\">RGB</link> color code of the color passed as a color value through an older MS-DOS based programming system."
+msgstr "পুরনো MS-DOS ভিত্তিক প্রোগ্রামিং সিস্টেমের রঙের মান হিসেবে পাস করা রঙের <link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB\">RGB</link> রঙের কোড প্রদান করা যায়।"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"hd_id3154140\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3151042\n"
+"4\n"
+"help.text"
+msgid "QBColor (ColorNumber As Integer)"
+msgstr "QBColor (ColorNumber As Integer)"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"hd_id3145172\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3154685\n"
+"6\n"
+"help.text"
+msgid "Long"
+msgstr "Long"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"hd_id3156560\n"
+"7\n"
+"help.text"
+msgid "Parameter:"
+msgstr "প্যারামিটার:"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3161832\n"
+"8\n"
+"help.text"
+msgid "<emph>ColorNumber</emph>: Any integer expression that specifies the color value of the color passed from an older MS-DOS based programming system."
+msgstr "<emph>ColorNumber</emph>: যেকোনো ইনটিজার এক্সপ্রেশন যা একটি অপেক্ষাকৃত পুরনো MS-DOS ভিত্তিক প্রোগ্রামিং সিস্টেম থেকে পাস করা রঙের মান উল্লেখ করে।"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3147318\n"
+"9\n"
+"help.text"
+msgid "<emph>ColorNumber</emph> can be assigned the following values:"
+msgstr "<emph>ColorNumber</emph> নিম্নোক্ত মান প্রয়োগ করা যেতে পারে:"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3152576\n"
+"10\n"
+"help.text"
+msgid "0 : Black"
+msgstr "0 : কালো"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3146975\n"
+"11\n"
+"help.text"
+msgid "1 : Blue"
+msgstr "1 : নীল"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3151116\n"
+"12\n"
+"help.text"
+msgid "2 : Green"
+msgstr "2 : সবুজ"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3155412\n"
+"13\n"
+"help.text"
+msgid "3 : Cyan"
+msgstr "3 : সায়ান"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3155306\n"
+"14\n"
+"help.text"
+msgid "4 : Red"
+msgstr "4 : লাল"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3153364\n"
+"15\n"
+"help.text"
+msgid "5 : Magenta"
+msgstr "5 : ম্যাজেন্টা"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3146119\n"
+"16\n"
+"help.text"
+msgid "6 : Yellow"
+msgstr "6 : হলুদ"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3154730\n"
+"17\n"
+"help.text"
+msgid "7 : White"
+msgstr "7 : সাদা"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3153877\n"
+"18\n"
+"help.text"
+msgid "8 : Gray"
+msgstr "8 : ধূসর"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3147124\n"
+"19\n"
+"help.text"
+msgid "9 : Light Blue"
+msgstr "9 : হালকা নীল"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3145646\n"
+"20\n"
+"help.text"
+msgid "10 : Light Green"
+msgstr "10 : হালকা সবুজ"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3149958\n"
+"21\n"
+"help.text"
+msgid "11 : Light Cyan"
+msgstr "11 : হালকা সায়ান"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3154943\n"
+"22\n"
+"help.text"
+msgid "12 : Light Red"
+msgstr "12 : হালকা লাল"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3150715\n"
+"23\n"
+"help.text"
+msgid "13 : Light Magenta"
+msgstr "13 : হালকা ম্যাজেন্টা"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3146970\n"
+"24\n"
+"help.text"
+msgid "14 : Light Yellow"
+msgstr "14 : হালকা হলুদ"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3150750\n"
+"25\n"
+"help.text"
+msgid "15 : Bright White"
+msgstr "15 : উজ্জ্বল সাদা"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3146914\n"
+"26\n"
+"help.text"
+msgid "This function is used only to convert from older MS-DOS based BASIC applications that use the above color codes. The function returns a long integer value indicating the color to be used in the $[officename] IDE."
+msgstr "শুধুমাত্র পুরাতন MS-DOS ভিত্তিক BASIC অ্যাপ্লিকেশন থেকে রূপান্তর করতে এই ফাংশনটি ব্যবহৃত হয় যা উল্লেখিত রঙের কোড ব্যবহার করে থাকে। এই ফাংশনটি $[officename] IDE এ ব্যবহৃত হবে এমন একটি রং নির্দেশক দীর্ঘ পূর্ণসংখ্যা প্রদান করে।"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"hd_id3148406\n"
+"27\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03010304.xhp
+msgctxt ""
+"03010304.xhp\n"
+"par_id3149566\n"
+"33\n"
+"help.text"
+msgid "MsgBox stext,0,\"Color \" & iColor"
+msgstr "MsgBox stext,0,\"Color \" & iColor"
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"tit\n"
+"help.text"
+msgid "WeekDay Function [Runtime]"
+msgstr "WeekDay Function [Runtime]"
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"bm_id3153127\n"
+"help.text"
+msgid "<bookmark_value>WeekDay function</bookmark_value>"
+msgstr "<bookmark_value>WeekDay function</bookmark_value>"
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"hd_id3153127\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030105.xhp\" name=\"WeekDay Function [Runtime]\">WeekDay Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030105.xhp\" name=\"WeekDay Function [Runtime]\">WeekDay Function [Runtime]</link>"
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3146795\n"
+"2\n"
+"help.text"
+msgid "Returns the number corresponding to the weekday represented by a serial date number that is generated by the DateSerial or the DateValue function."
+msgstr "DateSerial অথবা DateValue ফাংশন দ্বারা উৎপাদিত ক্রমিক তারিখ সংখ্যা দ্বারা নির্দেশিত সপ্তাহের ছুটির দিন সংশ্লিষ্ট সংখ্যা প্রদান করে থাকে।"
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"hd_id3145068\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3149655\n"
+"4\n"
+"help.text"
+msgid "WeekDay (Number)"
+msgstr "WeekDay (Number)"
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"hd_id3148799\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3154125\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"hd_id3150768\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3151042\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Integer expression that contains the serial date number that is used to calculate the day of the week (1-7)."
+msgstr "<emph>সংখ্যা:</emph> সপ্তাহের (১-৭) দিন হিসাব করার জন্য ব্যবহৃত ক্রমিক তারিখ সংখ্যা ধারণকারী ইনটিজার এক্সপ্রেশন।"
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3159254\n"
+"9\n"
+"help.text"
+msgid "The following example determines the day of the week using the WeekDay function when you enter a date."
+msgstr "আপনি একটি তারিখ সন্নিবেশ করানোর সময় নিচের উদাহরণটি WeekDay ফাংশন ব্যবহার করে সপ্তাহের দিন নির্ধারণ করে থাকে।"
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"hd_id3148616\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03030105.xhp
+#, fuzzy
+msgctxt ""
+"03030105.xhp\n"
+"par_id3148576\n"
+"13\n"
+"help.text"
+msgid "' Return And display the day of the week"
+msgstr "REM প্রদান করে এবং সপ্তাহের দিন প্রদর্শন করে"
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3151117\n"
+"16\n"
+"help.text"
+msgid "sDay=\"Sunday\""
+msgstr "sDay=\"Sunday\""
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3153952\n"
+"18\n"
+"help.text"
+msgid "sDay=\"Monday\""
+msgstr "sDay=\"Monday\""
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3153157\n"
+"20\n"
+"help.text"
+msgid "sDay=\"Tuesday\""
+msgstr "sDay=\"Tuesday\""
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3154942\n"
+"22\n"
+"help.text"
+msgid "sDay=\"Wednesday\""
+msgstr "sDay=\"Wednesday\""
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3155416\n"
+"24\n"
+"help.text"
+msgid "sDay=\"Thursday\""
+msgstr "sDay=\"Thursday\""
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3154015\n"
+"26\n"
+"help.text"
+msgid "sDay=\"Friday\""
+msgstr "sDay=\"Friday\""
+
+#: 03030105.xhp
+msgctxt ""
+"03030105.xhp\n"
+"par_id3153707\n"
+"28\n"
+"help.text"
+msgid "sDay=\"Saturday\""
+msgstr "sDay=\"Saturday\""
+
+#: 03030105.xhp
+#, fuzzy
+msgctxt ""
+"03030105.xhp\n"
+"par_id3148993\n"
+"30\n"
+"help.text"
+msgid "MsgBox \"\" + sDay,64,\"Today Is\""
+msgstr "msgbox \"\" + sDay,64,\"Today is\""
+
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Environ Function [Runtime]"
+msgstr "Environ Function [Runtime]"
+
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"bm_id3155364\n"
+"help.text"
+msgid "<bookmark_value>Environ function</bookmark_value>"
+msgstr "<bookmark_value>Environ function</bookmark_value>"
+
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"hd_id3155364\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03130800.xhp\" name=\"Environ Function [Runtime]\">Environ Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03130800.xhp\" name=\"Environ Function [Runtime]\">Environ Function [Runtime]</link>"
+
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"par_id3145090\n"
+"2\n"
+"help.text"
+msgid "Returns the value of an environment variable as a string. Environment variables are dependent on the type of operating system that you have."
+msgstr "একটি স্ট্রিং হিসেবে একটি এনভায়রনমেন্ট চলকের মান প্রদান করা হয়। এনভায়রনমেন্ট চলক আপনার অপারেটিং সিস্টেমের ধরনের উপর নির্ভরশীল।"
+
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"hd_id3150670\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"par_id3159176\n"
+"5\n"
+"help.text"
+msgid "Environ (Environment As String)"
+msgstr "Environ (Environment As String)"
+
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"hd_id3159157\n"
+"6\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"par_id3148473\n"
+"7\n"
+"help.text"
+msgid "String"
+msgstr "স্ট্রিং"
+
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"hd_id3145609\n"
+"8\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"par_id3159414\n"
+"9\n"
+"help.text"
+msgid "Environment: Environment variable that you want to return the value for."
+msgstr "এনভায়রনমেন্ট: আপনি যে এনভায়রনমেন্ট চলকের জন্য মান প্রদান করতে চান।"
+
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"hd_id3148663\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"par_id3145419\n"
+"15\n"
+"help.text"
+msgid "MsgBox \"'\" & sTemp & \"'\" ,64,\"Directory of temporary files:\""
+msgstr "MsgBox \"'\" & sTemp & \"'\" ,64,\"Directory of temporary files:\""
+
+#: 03020200.xhp
+msgctxt ""
+"03020200.xhp\n"
+"tit\n"
+"help.text"
+msgid "File Input/Output Functions"
+msgstr "ফাইল ইনপুট/আউটপুট ফাংশন"
+
+#: 03020200.xhp
+msgctxt ""
+"03020200.xhp\n"
+"hd_id3150791\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020200.xhp\" name=\"File Input/Output Functions\">File Input/Output Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03020200.xhp\" name=\"File Input/Output Functions\">ফাইল ইনপুট/আউটপুট ফাংশন</link>"
+
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Error Function [Runtime]"
+msgstr "Error Function [Runtime]"
+
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"bm_id3159413\n"
+"help.text"
+msgid "<bookmark_value>Error function</bookmark_value>"
+msgstr "<bookmark_value>Error function</bookmark_value>"
+
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"hd_id3159413\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03050300.xhp\" name=\"Error Function [Runtime]\">Error Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03050300.xhp\" name=\"Error Function [Runtime]\">Error Function [Runtime]</link>"
+
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"par_id3148663\n"
+"2\n"
+"help.text"
+msgid "Returns the error message that corresponds to a given error code."
+msgstr "প্রদান করা ত্রুটি কোড সংশ্লিষ্ট ত্রুটি বার্তা প্রদান করে থাকে।"
+
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"hd_id3153379\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"par_id3154366\n"
+"4\n"
+"help.text"
+msgid "Error (Expression)"
+msgstr "Error (Expression)"
+
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"hd_id3145173\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"par_id3154125\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "স্ট্রিং"
+
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"hd_id3150869\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"par_id3153193\n"
+"8\n"
+"help.text"
+msgid "<emph>Expression:</emph> Any numeric expression that contains the error code of the error message that you want to return."
+msgstr "<emph>এক্সপ্রেশন:</emph> যেকোনো সংখ্যাসূচক এক্সপ্রেশন যা ত্রুটি বার্তার ত্রুটি কোড ধারণ করে এবং যা আপনি প্রদান করতে চান।"
+
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"par_id3159254\n"
+"9\n"
+"help.text"
+msgid "If no parameters are passed, the Error function returns the error message of the most recent error that occurred during program execution."
+msgstr "যদি কোন প্যারামিটার পাস না করে থাকে, তাহলে Error ফাংশনটি সাম্প্রতিক ত্রুটির ত্রুটি বার্তা প্রদান করে থাকে যা প্রোগ্রাম চালনার সময় সংঘটিত হয়ে থাকে।"
+
+#: 03020413.xhp
+msgctxt ""
+"03020413.xhp\n"
+"tit\n"
+"help.text"
+msgid "RmDir Statement [Runtime]"
+msgstr "RmDir Statement [Runtime]"
+
+#: 03020413.xhp
+msgctxt ""
+"03020413.xhp\n"
+"bm_id3148947\n"
+"help.text"
+msgid "<bookmark_value>RmDir statement</bookmark_value>"
+msgstr "<bookmark_value>RmDir statement</bookmark_value>"
+
+#: 03020413.xhp
+msgctxt ""
+"03020413.xhp\n"
+"hd_id3148947\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020413.xhp\" name=\"RmDir Statement [Runtime]\">RmDir Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020413.xhp\" name=\"RmDir Statement [Runtime]\">RmDir Statement [Runtime]</link>"
+
+#: 03020413.xhp
+msgctxt ""
+"03020413.xhp\n"
+"par_id3149457\n"
+"2\n"
+"help.text"
+msgid "Deletes an existing directory from a data medium."
+msgstr "ডাটা মাধ্যম হতে একটি বিদ্যমান ডিরেক্টরী মুছে ফেলা হয়।"
+
+#: 03020413.xhp
+msgctxt ""
+"03020413.xhp\n"
+"hd_id3153361\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03020413.xhp
+msgctxt ""
+"03020413.xhp\n"
+"par_id3154367\n"
+"4\n"
+"help.text"
+msgid "RmDir Text As String"
+msgstr "RmDir Text As String"
+
+#: 03020413.xhp
+msgctxt ""
+"03020413.xhp\n"
+"hd_id3156281\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03020413.xhp
+msgctxt ""
+"03020413.xhp\n"
+"par_id3151042\n"
+"6\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that specifies the name and path of the directory that you want to delete. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+msgstr "<emph>লেখ:</emph> যেকোনো স্ট্রিং এক্সপ্রেশন যাতে মুছে ফেলা হবে এমন ডিরেক্টরির নাম এবং পাথ উল্লেখ থাকে। আপনি <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL নোটেশন</link>ও ব্যবহার করতে পারেন।"
+
+#: 03020413.xhp
+msgctxt ""
+"03020413.xhp\n"
+"par_id3153192\n"
+"7\n"
+"help.text"
+msgid "If the path is not determined, the <emph>RmDir Statement</emph> searches for the directory that you want to delete in the current path. If it is not found there, an error message appears."
+msgstr "যদি পাথ নির্ধারণ করা না হয়, তাহলে আপনি বর্তমান পাথের যে ডিরেক্টরিটি মুছে ফেলতে চান তার জন্য <emph>RmDir স্টেটমেন্ট</emph> অনুসন্ধান চালায়। এটি যদি সেখানে পাওয়া না যায় তাহলে একটি ত্রুটি বার্তা আবির্ভূত হয়।"
+
+#: 03020413.xhp
+msgctxt ""
+"03020413.xhp\n"
+"hd_id3145271\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loc Function [Runtime]"
+msgstr "Loc Function [Runtime]"
+
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"bm_id3148663\n"
+"help.text"
+msgid "<bookmark_value>Loc function</bookmark_value>"
+msgstr "<bookmark_value>Loc function</bookmark_value>"
+
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"hd_id3148663\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020302.xhp\" name=\"Loc Function [Runtime]\">Loc Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020302.xhp\" name=\"Loc Function [Runtime]\">Loc Function [Runtime]</link>"
+
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"par_id3154138\n"
+"2\n"
+"help.text"
+msgid "Returns the current position in an open file."
+msgstr "একটি খোলা ফাইলের বর্তমান অনস্থান প্রদান করে থাকে।"
+
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"hd_id3156422\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"par_id3150768\n"
+"4\n"
+"help.text"
+msgid "Loc(FileNumber)"
+msgstr "Loc(FileNumber)"
+
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"hd_id3150440\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"par_id3152578\n"
+"6\n"
+"help.text"
+msgid "Long"
+msgstr "Long"
+
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"hd_id3152462\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"par_id3153363\n"
+"8\n"
+"help.text"
+msgid "<emph>FileNumber:</emph> Any numeric expression that contains the file number that is set by the Open statement for the respective file."
+msgstr "<emph>FileName:</emph> যেকোনো সংখ্যাসূচক এক্সপ্রেশন যা সংশ্লিষ্ট ফাইলের জন্য ওপেন স্টেটমেন্ট দ্বারা নির্ধারিত ফাইলের ক্রম ধারণ করে থাকে।"
+
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"par_id3154320\n"
+"9\n"
+"help.text"
+msgid "If the Loc function is used for an open random access file, it returns the number of the last record that was last read or written."
+msgstr "যদি একটি Loc ফাইল একটি ওপেন র‍্যান্ডম এক্সেস ফাইলের জন্য ব্যবহৃত হয় তাহলে এটি সর্বশেষ পঠিত অথবা লিখিত রেকর্ড সংখ্যা প্রদান করে থাকে।"
+
+#: 03020302.xhp
+msgctxt ""
+"03020302.xhp\n"
+"par_id3151115\n"
+"10\n"
+"help.text"
+msgid "For a sequential file, the Loc function returns the position in a file divided by 128. For binary files, the position of the last read or written byte is returned."
+msgstr "একটি ক্রমানুসার ফাইলের জন্য, ১২৮ দ্বারা ভাগ করা ফাইলের অবস্থান Loc ফাংশন দ্বারা প্রদান হয়। বাইনারি ফাইলের জন্য, সর্বশেষ পঠিত অথবা লিখিত বাইটের অবস্থান প্রদান করা হয়।"
+
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefErr Statement [Runtime]"
+msgstr "DefErr Statement [Runtime]"
+
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"bm_id8177739\n"
+"help.text"
+msgid "<bookmark_value>DefErr statement</bookmark_value>"
+msgstr "<bookmark_value>DefErr statement</bookmark_value>"
+
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN1057D\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101120.xhp\">DefErr Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101120.xhp\">DefErr Statement [Runtime]</link>"
+
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN1058D\n"
+"help.text"
+msgid "If no type-declaration character or keyword is specified, the DefErr statement sets the default variable type, according to a letter range."
+msgstr "যদি কোন টাইপ ডিক্লেয়ার করার অক্ষর অথবা কীওয়ার্ড উল্লেখিত না থাকে তাহলে ভেরিয়েবলের জন্য DefErr স্টেটমেন্টের মাধ্যমে পূর্বনির্ধারিত ডাটা টাইপ নির্ধারিত হয়, বর্ণের পরিসীমা অনুযায়ী।"
+
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN10590\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN10594\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Characterrange1[, Characterrange2[,...]]"
+
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN10597\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN1059B\n"
+"help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+msgstr "<emph>Characterrange:</emph> ভেরিয়েবলের পরিসর উল্লেখকারী বর্ণ যা আপনি পূর্বনির্ধারিত ডাটা টাইপের জন্য নির্ধারণ করতে চান।"
+
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN105A2\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr "<emph>xxx:</emph> কীওয়ার্ড যা পূর্বনির্ধারিত ভেরিয়েবল ধরন নির্ধারণ করে:"
+
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN105A9\n"
+"help.text"
+msgid "<emph>Keyword:</emph> Default variable type"
+msgstr "<emph>কীওয়ার্ড:</emph> পূর্বনির্ধারিত ভেরিয়েবল ধরন"
+
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN105B0\n"
+"help.text"
+msgid "<emph>DefErr:</emph> Error"
+msgstr "<emph>DefErr:</emph> ত্রুটি"
+
+#: 03101120.xhp
+msgctxt ""
+"03101120.xhp\n"
+"par_idN105B7\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03101120.xhp
+#, fuzzy
+msgctxt ""
+"03101120.xhp\n"
+"par_idN105BB\n"
+"help.text"
+msgid "' Prefix definitions for variable types:"
+msgstr "ভেরিয়েবল ধরনের জন্য REM প্রিফিক্সের বর্ণনা:"
+
+#: 03101120.xhp
+#, fuzzy
+msgctxt ""
+"03101120.xhp\n"
+"par_idN105D9\n"
+"help.text"
+msgid "eErr=Error ' eErr is an implicit error variable"
+msgstr "eErr=Error REM eErr একটি ইমপ্লিসিট ত্রুটি ভেরিয়েবল"
+
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Imp-Operator [Runtime]"
+msgstr "Imp-Operator [Runtime]"
+
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"bm_id3156024\n"
+"help.text"
+msgid "<bookmark_value>Imp operator (logical)</bookmark_value>"
+msgstr "<bookmark_value>Imp operator (logical)</bookmark_value>"
+
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"hd_id3156024\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03060300.xhp\" name=\"Imp-Operator [Runtime]\">Imp Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03060300.xhp\" name=\"Imp-Operator [Runtime]\">Imp Operator [Runtime]</link>"
+
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"par_id3148947\n"
+"2\n"
+"help.text"
+msgid "Performs a logical implication on two expressions."
+msgstr "দুইটি এক্সপ্রেশনের উপর লজিক্যাল ইমপ্লিকেশন সম্পাদনা করে থাকে।"
+
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"hd_id3148664\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"par_id3149656\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 Imp Expression2"
+msgstr "Result = Expression1 Imp Expression2"
+
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"hd_id3151212\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"par_id3154910\n"
+"6\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the implication."
+msgstr "<emph>ফলাফল:</emph> যেকোনো সংখ্যাসূচক ভেরিয়েবল যাতে ইমপ্লিকেশনের ফলাফল বিদ্যমান থাকে।"
+
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"par_id3156281\n"
+"7\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any expressions that you want to evaluate with the Imp operator."
+msgstr "<emph>Expression1, Expression2:</emph> যেকোনো এক্সপ্রেশন যা আপনি Imp অপারেটরের মাধ্যমে মূল্যায়ন করতে চান।"
+
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"par_id3150440\n"
+"8\n"
+"help.text"
+msgid "If you use the Imp operator in Boolean expressions, False is only returned if the first expression evaluates to True and the second expression to False."
+msgstr "যদি আপনি বুলিয়ান এক্সপ্রেশনে Imp অপারেটরটি ব্যবহার করতে চান, তাহলে শুধুমাত্র False প্রদান করে থাকে যদি প্রথম এক্সপ্রেশনটি True হিসেবে এবং দ্বিতীয় এক্সপ্রেশনটি False হিসেবে মূল্যায়ন করা হয়।"
+
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"par_id3163710\n"
+"9\n"
+"help.text"
+msgid "If you use the Imp operator in bit expressions, a bit is deleted from the result if the corresponding bit is set in the first expression and the corresponding bit is deleted in the second expression."
+msgstr "আপনি যদি বিট এক্সপ্রেশনে একটি Imp অপারেটর ব্যবহার করেন, তাহলে সংশ্লিষ্ট বিটটি প্রথম এক্সপ্রেশনে নির্ধারণ করা হলে ফলাফল থেকে একটি বিট অপসারিত হয় এবং দ্বিতীয় এক্সপ্রেশন থকে সংশ্লিষ্ট বিটটি অপসারিত হয়।"
+
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"hd_id3147318\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03060300.xhp
+#, fuzzy
+msgctxt ""
+"03060300.xhp\n"
+"par_id3145750\n"
+"15\n"
+"help.text"
+msgid "vOut = A > B Imp B > C ' returns -1"
+msgstr "vOut = A > B Imp B > C REM মান -1 প্রদান করে"
+
+#: 03060300.xhp
+#, fuzzy
+msgctxt ""
+"03060300.xhp\n"
+"par_id3156441\n"
+"16\n"
+"help.text"
+msgid "vOut = B > A Imp B > C ' returns -1"
+msgstr "vOut = B > A Imp B > C REM মান -1 প্রদান করে"
+
+#: 03060300.xhp
+#, fuzzy
+msgctxt ""
+"03060300.xhp\n"
+"par_id3152596\n"
+"17\n"
+"help.text"
+msgid "vOut = A > B Imp B > D ' returns 0"
+msgstr "vOut = A > B Imp B > D REM মান 0 প্রদান করে"
+
+#: 03060300.xhp
+#, fuzzy
+msgctxt ""
+"03060300.xhp\n"
+"par_id3154942\n"
+"18\n"
+"help.text"
+msgid "vOut = (B > D Imp B > A) ' returns -1"
+msgstr "vOut = (B > D Imp B > A) REM মান -1 প্রদান করে"
+
+#: 03060300.xhp
+#, fuzzy
+msgctxt ""
+"03060300.xhp\n"
+"par_id3154492\n"
+"19\n"
+"help.text"
+msgid "vOut = B Imp A ' returns -1"
+msgstr "vOut = B Imp A REM মান -1 প্রদান করে"
+
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"tit\n"
+"help.text"
+msgid "CVar Function [Runtime]"
+msgstr "CVar Function [Runtime]"
+
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"bm_id2338633\n"
+"help.text"
+msgid "<bookmark_value>CVar function</bookmark_value>"
+msgstr "<bookmark_value>CVar function</bookmark_value>"
+
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"par_idN1054B\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03100070.xhp\">CVar Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100070.xhp\">CVar Function [Runtime]</link>"
+
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"par_idN1055B\n"
+"help.text"
+msgid "Converts a string expression or numeric expression to a variant expression."
+msgstr "একটি স্ট্রিং এক্সপ্রেশন অথবা সংখ্যাসূচক এক্সপ্রেশনকে একটি ভ্যারিয়েন্ট এক্সপ্রেশনে রূপান্তর করা হয়।"
+
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"par_idN1055E\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"par_idN10562\n"
+"help.text"
+msgid "CVar(Expression)"
+msgstr "CVar(Expression)"
+
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"par_idN10565\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"par_idN10569\n"
+"help.text"
+msgid "Variant."
+msgstr "ভ্যারিয়েন্ট।"
+
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"par_idN1056C\n"
+"help.text"
+msgid "Parameter:"
+msgstr "প্যারামিটার:"
+
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
+"par_idN10570\n"
+"help.text"
+msgid "Expression: Any string or numeric expression that you want to convert."
+msgstr "এক্সপ্রেশন: যেকোনো স্ট্রিং অথবা সংখ্যাসূচক এক্সপ্রেশন যা আপনি রূপান্তর করতে চান।"
+
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Mod-Operator [Runtime]"
+msgstr "Mod-Operator [Runtime]"
+
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"bm_id3150669\n"
+"help.text"
+msgid "<bookmark_value>MOD operator (mathematical)</bookmark_value>"
+msgstr "<bookmark_value>MOD operator (mathematical)</bookmark_value>"
+
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"hd_id3150669\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03070600.xhp\" name=\"Mod-Operator [Runtime]\">Mod Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03070600.xhp\" name=\"Mod-Operator [Runtime]\">Mod Operator [Runtime]</link>"
+
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"par_id3148686\n"
+"2\n"
+"help.text"
+msgid "Returns the integer remainder of a division."
+msgstr "একটি ভাগফলের ইনটিজার নিঃশেষে প্রদান করে।"
+
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"hd_id3146795\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"par_id3147560\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 MOD Expression2"
+msgstr "Result = Expression1 MOD Expression2"
+
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"hd_id3149657\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"par_id3153380\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"hd_id3154365\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"par_id3145172\n"
+"8\n"
+"help.text"
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the MOD operation."
+msgstr "<emph>ফলাফল:</emph> যেকোনো সংখ্যাসূচক ভেরিয়েবল যা MOD অপারেশনের ফলাফল নির্দেশ করে থাকে।"
+
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"par_id3151042\n"
+"9\n"
+"help.text"
+msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to divide."
+msgstr "<emph>এক্সপ্রেশন১, এক্সপ্রেশন২:</emph> যেকোনো এক্সপ্রেশন যা আপনি ভাগ করতে চান।"
+
+#: 03070600.xhp
+msgctxt ""
+"03070600.xhp\n"
+"hd_id3147287\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03070600.xhp
+#, fuzzy
+msgctxt ""
+"03070600.xhp\n"
+"par_id3161832\n"
+"12\n"
+"help.text"
+msgid "Print 10 Mod 2.5 ' returns 0"
+msgstr "print 10 mod 2.5 REM returns 0"
+
+#: 03070600.xhp
+#, fuzzy
+msgctxt ""
+"03070600.xhp\n"
+"par_id3146922\n"
+"13\n"
+"help.text"
+msgid "Print 10 / 2.5 ' returns 4"
+msgstr "print 10 / 2.5 REM returns 4"
+
+#: 03070600.xhp
+#, fuzzy
+msgctxt ""
+"03070600.xhp\n"
+"par_id3145273\n"
+"14\n"
+"help.text"
+msgid "Print 10 Mod 5 ' returns 0"
+msgstr "print 10 mod 5 REM returns 0"
+
+#: 03070600.xhp
+#, fuzzy
+msgctxt ""
+"03070600.xhp\n"
+"par_id3150011\n"
+"15\n"
+"help.text"
+msgid "Print 10 / 5 ' returns 2"
+msgstr "print 10 / 5 REM returns 2"
+
+#: 03070600.xhp
+#, fuzzy
+msgctxt ""
+"03070600.xhp\n"
+"par_id3149483\n"
+"16\n"
+"help.text"
+msgid "Print 5 Mod 10 ' returns 5"
+msgstr "print 5 mod 10 REM returns 5"
+
+#: 03070600.xhp
+#, fuzzy
+msgctxt ""
+"03070600.xhp\n"
+"par_id3151114\n"
+"17\n"
+"help.text"
+msgid "Print 5 / 10 ' returns 0.5"
+msgstr "print 5 / 10 REM returns 0.5"
+
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"tit\n"
+"help.text"
+msgid "FileCopy Statement [Runtime]"
+msgstr "FileCopy Statement [Runtime]"
+
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"bm_id3154840\n"
+"help.text"
+msgid "<bookmark_value>FileCopy statement</bookmark_value>"
+msgstr "<bookmark_value>FileCopy statement</bookmark_value>"
+
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"hd_id3154840\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020406.xhp\" name=\"FileCopy Statement [Runtime]\">FileCopy Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020406.xhp\" name=\"FileCopy Statement [Runtime]\">FileCopy Statement [Runtime]</link>"
+
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"par_id3149497\n"
+"2\n"
+"help.text"
+msgid "Copies a file."
+msgstr "একটি ফাইলের অনুলিপি করা হয়।"
+
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"hd_id3147443\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"par_id3146957\n"
+"4\n"
+"help.text"
+msgid "FileCopy TextFrom As String, TextTo As String"
+msgstr "FileCopy TextFrom As String, TextTo As String"
+
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"hd_id3153825\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"par_id3155390\n"
+"6\n"
+"help.text"
+msgid "<emph>TextFrom:</emph> Any string expression that specifies the name of the file that you want to copy. The expression can contain optional path and drive information. If you want, you can enter a path in <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
+msgstr "<emph>TextFrom:</emph> যেকোনো স্ট্রিং এক্সপ্রেশন যে ফাইলটি অনুলিপি করতে চান তার নাম উল্লেখ করে থাকে। এই এক্সপ্রেশনে ঐচ্ছিক পাথ এবং ড্রাইভের তথ্য বিদ্যমান। আপনি চাইলে, <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL নোটেশনে</link> একটি পাথ সন্নিবেশ করাতে পারেন।"
+
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"par_id3150669\n"
+"7\n"
+"help.text"
+msgid "<emph>TextTo:</emph> Any string expression that specifies where you want to copy the source file to. The expression can contain the destination drive, the path, and file name, or the path in URL notation."
+msgstr "<emph>TextTo:</emph> যেকোনো স্ট্রিং এক্সপ্রেশন যা সোর্স ফাইলটি কোথায় অনুলিপি করতে চান তা উল্লেখ করে থাকে। এই এক্সপ্রেশনটি গন্তব্য ড্রাইভ, পাথ এবং ফাইলের নাম অথবা URL নোটেশনে উল্লেখিত পাথ উল্লেখ করে থাকে।"
+
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"par_id3150791\n"
+"8\n"
+"help.text"
+msgid "You can only use the FileCopy statement to copy files that are not opened."
+msgstr "আপনি শুধুমাত্র খোলা নয় এমন ফাইল অনুলিপি করতে FileCopy স্টেটমেন্টটি ব্যবহার করতে পারেন।"
+
+#: 03020406.xhp
+msgctxt ""
+"03020406.xhp\n"
+"hd_id3125863\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefInt Statement [Runtime]"
+msgstr "DefInt Statement [Runtime]"
+
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"bm_id3149811\n"
+"help.text"
+msgid "<bookmark_value>DefInt statement</bookmark_value>"
+msgstr "<bookmark_value>DefInt statement</bookmark_value>"
+
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"hd_id3149811\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101500.xhp\" name=\"DefInt Statement [Runtime]\">DefInt Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101500.xhp\" name=\"DefInt Statement [Runtime]\">DefInt Statement [Runtime]</link>"
+
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"par_id3149762\n"
+"2\n"
+"help.text"
+msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
+msgstr "বর্ণের পরিসীমা অনুসারে পূর্বনির্ধারিত ভেরিয়েবল ধরন নির্ধারিত হয়, যদি কোন টাইপ ডিক্লেয়ার করার অক্ষর অথবা কীওয়ার্ড উল্লেখিত না থাকে।"
+
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"hd_id3148686\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"par_id3156023\n"
+"4\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Characterrange1[, Characterrange2[,...]]"
+
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"hd_id3156344\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"par_id3147560\n"
+"6\n"
+"help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+msgstr "<emph>Characterrange:</emph> ভেরিয়েবলের পরিসর উল্লেখকারী বর্ণ যা আপনি পূর্বনির্ধারিত ডাটা টাইপের জন্য নির্ধারণ করতে চান।"
+
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"par_id3150398\n"
+"7\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr "<emph>xxx:</emph> কীওয়ার্ড যা পূর্বনির্ধারিত ভেরিয়েবল ধরন নির্ধারণ করে:"
+
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"par_id3154365\n"
+"8\n"
+"help.text"
+msgid "<emph>Keyword:</emph> Default variable type"
+msgstr "<emph>কীওয়ার্ড:</emph> পূর্বনির্ধারিত ভেরিয়েবল ধরন"
+
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"par_id3125863\n"
+"9\n"
+"help.text"
+msgid "<emph>DefInt:</emph> Integer"
+msgstr "<emph>DefInt:</emph> ইনটিজার"
+
+#: 03101500.xhp
+msgctxt ""
+"03101500.xhp\n"
+"hd_id3154123\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03101500.xhp
+#, fuzzy
+msgctxt ""
+"03101500.xhp\n"
+"par_id3151042\n"
+"12\n"
+"help.text"
+msgid "' Prefix definitions for variable types"
+msgstr "ভেরিয়েবল ধরনের জন্য REM প্রিফিক্সের বর্ণনা"
+
+#: 03101500.xhp
+#, fuzzy
+msgctxt ""
+"03101500.xhp\n"
+"par_id3153728\n"
+"22\n"
+"help.text"
+msgid "iCount=200 ' iCount is an implicit integer variable"
+msgstr "iCount=200 REM iCount একটি ইমপ্লিসিট ইনটিজার ভেরিয়েবল"
+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"tit\n"
+"help.text"
+msgid "Seek Function [Runtime]"
+msgstr "Seek Function [Runtime]"
+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"bm_id3154367\n"
+"help.text"
+msgid "<bookmark_value>Seek function</bookmark_value>"
+msgstr "<bookmark_value>Seek function</bookmark_value>"
+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"hd_id3154367\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek Function [Runtime]\">Seek Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek Function [Runtime]\">Seek Function [Runtime]</link>"
+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"par_id3156280\n"
+"2\n"
+"help.text"
+msgid "Returns the position for the next writing or reading in a file that was opened with the open statement."
+msgstr "ওপেন স্টেটমেন্টের মাধ্যমে খোলা ফাইলের পরবর্তী লেখা অথবা পড়ার অবস্থান প্রদান করে থাকে।"
+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"par_id3153194\n"
+"3\n"
+"help.text"
+msgid "For random access files, the Seek function returns the number of the next record to be read."
+msgstr "র‍্যান্ডম এক্সেস ফাইলের জন্য, সিক ফাংশনটি পরবর্তীতে পাঠ করা হবে এমন একটি রেকর্ড সংখ্যা প্রদান করে থাকে।"
+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"par_id3161831\n"
+"4\n"
+"help.text"
+msgid "For all other files, the function returns the byte position at which the next operation is to occur."
+msgstr "অন্য সকল ফাইলের জন্য, ফাংশনটি একটি বাইটের এমন অবস্থান প্রদান করে যেখানে পরবর্তী ক্রিয়াটি সখঘটিত হবে।"
+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"par_id3155854\n"
+"5\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek\">Seek</link>."
+msgstr "আরও দেখুন: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">খুলুন</link>, <link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek\">খোঁজ করা</link>।"
+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"hd_id3152460\n"
+"6\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"par_id3145365\n"
+"7\n"
+"help.text"
+msgid "Seek (FileNumber)"
+msgstr "খোঁজ করা (FileNumber)"
+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"hd_id3148575\n"
+"8\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"par_id3159156\n"
+"9\n"
+"help.text"
+msgid "Long"
+msgstr "Long"
+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"hd_id3149665\n"
+"10\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"par_id3148645\n"
+"11\n"
+"help.text"
+msgid "<emph>FileNumber:</emph> The data channel number used in the Open statement."
+msgstr "<emph>FileNumber:</emph> খোলা স্টেটমেন্টে ব্যবহৃত ডাটা চ্যানেল সংখ্যা।"
+
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"tit\n"
+"help.text"
+msgid "Minute Function [Runtime]"
+msgstr "Minute Function [Runtime]"
+
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"bm_id3155419\n"
+"help.text"
+msgid "<bookmark_value>Minute function</bookmark_value>"
+msgstr "<bookmark_value>Minute function</bookmark_value>"
+
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"hd_id3155419\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute Function [Runtime]\">Minute Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute Function [Runtime]\">Minute Function [Runtime]</link>"
+
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"par_id3156344\n"
+"2\n"
+"help.text"
+msgid "Returns the minute of the hour that corresponds to the serial time value that is generated by the TimeSerial or the TimeValue function."
+msgstr "TimeSerial অথবা TimeValue ফাংশন দ্বারা প্রকাশিত ক্রমিক সময় মান সংশ্লিষ্ট ঘন্টার মান থেকে মিনিট মান প্রদান করে থাকে।"
+
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"hd_id3154758\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"par_id3149656\n"
+"4\n"
+"help.text"
+msgid "Minute (Number)"
+msgstr "Minute (Number)"
+
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"hd_id3148798\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"par_id3150449\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"hd_id3153193\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"par_id3153969\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Numeric expression that contains the serial time value that is used to return the minute value."
+msgstr "<emph>ক্রম:</emph> সংখ্যাসূচক এক্সপ্রেশন যা মিনিটের মান প্রদান করার জন্য ব্যবহৃত ক্রমিক সময় সংখ্যা ধারণ করে থাকে।"
+
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"par_id3150869\n"
+"9\n"
+"help.text"
+msgid "This function is the opposite of the <emph>TimeSerial </emph>function. It returns the minute of the serial time value that is generated by the <emph>TimeSerial</emph> or the <emph>TimeValue </emph>function. For example, the expression:"
+msgstr "এই ফাংশনটি <emph>TimeSerial</emph> ফাংশনের বিপরীত। এটি ক্রমানুসার সময় মানের মিনিট মান প্রদান করে থাকে, যা <emph>TimeSerial</emph> অথবা <emph>TimeValue </emph> ফাংশন দ্বারা গঠিত। যেমন, এক্সপ্রেশন"
+
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"par_id3149262\n"
+"10\n"
+"help.text"
+msgid "Print Minute(TimeSerial(12,30,41))"
+msgstr "Print Minute(TimeSerial(12,30,41))"
+
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"par_id3148576\n"
+"11\n"
+"help.text"
+msgid "returns the value 30."
+msgstr "মান ৩০ প্রদান করে।"
+
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"hd_id3150010\n"
+"12\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"par_id3159154\n"
+"13\n"
+"help.text"
+msgid "Sub ExampleMinute"
+msgstr "Sub ExampleMinute"
+
+#: 03030202.xhp
+msgctxt ""
+"03030202.xhp\n"
+"par_id3146119\n"
+"14\n"
+"help.text"
+msgid "MsgBox \"The current minute is \"& Minute(Now)& \".\""
+msgstr "MsgBox \"The current minute is \"& Minute(Now)& \".\""
+
+#: 03030202.xhp
+#, fuzzy
+msgctxt ""
+"03030202.xhp\n"
+"par_id3153726\n"
+"15\n"
+"help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03103200.xhp
+msgctxt ""
+"03103200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Option Base Statement [Runtime]"
+msgstr "Option Base Statement [Runtime]"
+
+#: 03103200.xhp
+msgctxt ""
+"03103200.xhp\n"
+"bm_id3155805\n"
+"help.text"
+msgid "<bookmark_value>Option Base statement</bookmark_value>"
+msgstr "<bookmark_value>Option Base statement</bookmark_value>"
+
+#: 03103200.xhp
+msgctxt ""
+"03103200.xhp\n"
+"hd_id3155805\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03103200.xhp\" name=\"Option Base Statement [Runtime]\">Option Base Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03103200.xhp\" name=\"Option Base Statement [Runtime]\">Option Base Statement [Runtime]</link>"
+
+#: 03103200.xhp
+msgctxt ""
+"03103200.xhp\n"
+"par_id3147242\n"
+"2\n"
+"help.text"
+msgid "Defines the default lower boundary for arrays as 0 or 1."
+msgstr "অ্যারের জন্য 0 এবং 1 হিসেবে পূর্বনির্ধারিত সর্বনিম্ন সীমানা নির্ধরন করা হয়।"
+
+#: 03103200.xhp
+msgctxt ""
+"03103200.xhp\n"
+"hd_id3150771\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03103200.xhp
+msgctxt ""
+"03103200.xhp\n"
+"par_id3147573\n"
+"4\n"
+"help.text"
+msgid "Option Base { 0 | 1}"
+msgstr "Option Base { 0 | 1}"
+
+#: 03103200.xhp
+msgctxt ""
+"03103200.xhp\n"
+"hd_id3145315\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03103200.xhp
+msgctxt ""
+"03103200.xhp\n"
+"par_id3147229\n"
+"6\n"
+"help.text"
+msgid "This statement must be added before the executable program code in a module."
+msgstr "এই স্টেটমেন্টটি অবশ্যই মডিউলে কার্যকর প্রোগ্রামের পূর্বে যোগ করা হবে।"
+
+#: 03103200.xhp
+msgctxt ""
+"03103200.xhp\n"
+"hd_id3150870\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sqr Function [Runtime]"
+msgstr "Sqr Function [Runtime]"
+
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"bm_id3156027\n"
+"help.text"
+msgid "<bookmark_value>Sqr function</bookmark_value>"
+msgstr "<bookmark_value>Sqr function</bookmark_value>"
+
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"hd_id3156027\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03080401.xhp\" name=\"Sqr Function [Runtime]\">Sqr Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080401.xhp\" name=\"Sqr Function [Runtime]\">Sqr Function [Runtime]</link>"
+
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"par_id3147226\n"
+"2\n"
+"help.text"
+msgid "Calculates the square root of a numeric expression."
+msgstr "সংখ্যাসূচক এক্সপ্রেশনের বর্গমূল গণনা করা হয়।"
+
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"hd_id3143267\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"par_id3149415\n"
+"4\n"
+"help.text"
+msgid "Sqr (Number)"
+msgstr "Sqr (Number)"
+
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"hd_id3156023\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"par_id3156343\n"
+"6\n"
+"help.text"
+msgid "Double"
+msgstr "Double"
+
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"hd_id3147265\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"par_id3149457\n"
+"8\n"
+"help.text"
+msgid "<emph>Number:</emph> Any numeric expression that you want to calculate the square root for."
+msgstr "<emph>সংখ্যা:</emph> যেকোনো সংখ্যাসূচক এক্সপ্রেশন যার বর্গমূল গণনা করতে চান।"
+
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"par_id3154365\n"
+"9\n"
+"help.text"
+msgid "A square root is the number that you multiply by itself to produce another number, for example, the square root of 36 is 6."
+msgstr "বর্গমূল হলো এমন একটি সংখ্যা যা একই সংখ্যা দিয়ে গুণ করে অন্য একটি সংখ্যা উৎপাদন করা যায়, যেমন, ৩৬ এর বর্গমূল হলো ৬।"
+
+#: 03080401.xhp
+msgctxt ""
+"03080401.xhp\n"
+"hd_id3153192\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"tit\n"
+"help.text"
+msgid "GetSystemTicks Function [Runtime]"
+msgstr "GetSystemTicks Function [Runtime]"
+
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"bm_id3147143\n"
+"help.text"
+msgid "<bookmark_value>GetSystemTicks function</bookmark_value>"
+msgstr "<bookmark_value>GetSystemTicks function</bookmark_value>"
+
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"hd_id3147143\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03130700.xhp\" name=\"GetSystemTicks Function [Runtime]\">GetSystemTicks Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03130700.xhp\" name=\"GetSystemTicks Function [Runtime]\">GetSystemTicks Function [Runtime]</link>"
+
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"par_id3153750\n"
+"2\n"
+"help.text"
+msgid "Returns the number of system ticks provided by the operating system. You can use this function to optimize certain processes."
+msgstr "অপারেটিং সিস্টেম দ্বারা সরবরাহকৃত সিস্টেম টিকের সংখ্যা প্রদান করে থাকে। একটি নির্দিষ্ট প্রক্রিয়া সেরা অনুকূল করার জন্য এই ফাংশনটি ব্যবহার করতে পারেন।"
+
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"hd_id3153311\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"par_id3147242\n"
+"4\n"
+"help.text"
+msgid "GetSystemTicks()"
+msgstr "GetSystemTicks()"
+
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"hd_id3149233\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"par_id3149762\n"
+"6\n"
+"help.text"
+msgid "Long"
+msgstr "লং"
+
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"hd_id3156152\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03130700.xhp
+msgctxt ""
+"03130700.xhp\n"
+"par_id3154938\n"
+"13\n"
+"help.text"
+msgid "MsgBox \"\" & lTick & \" Ticks\" ,0,\"The pause lasted\""
+msgstr "MsgBox \"\" & lTick & \" Ticks\" ,0,\"The pause lasted\""
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"tit\n"
+"help.text"
+msgid "If...Then...Else Statement [Runtime]"
+msgstr "If...Then...Else Statement [Runtime]"
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"bm_id3154422\n"
+"help.text"
+msgid "<bookmark_value>If statement</bookmark_value>"
+msgstr "<bookmark_value>If statement</bookmark_value>"
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"hd_id3154422\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090101.xhp\" name=\"If...Then...Else Statement [Runtime]\">If...Then...Else Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090101.xhp\" name=\"If...Then...Else Statement [Runtime]\">If...Then...Else Statement [Runtime]</link>"
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3155555\n"
+"2\n"
+"help.text"
+msgid "Defines one or more statement blocks that you only want to execute if a given condition is True."
+msgstr "যদি প্রদত্ত একটি শর্ত True হয় তাহলে এক অথবা ততোধিক স্টেটমেন্ট নির্ধারণ করতে পারেন যা আপনি চালনা করতে চান।"
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"hd_id3146957\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3153126\n"
+"4\n"
+"help.text"
+msgid "If condition=true Then Statement block [ElseIf condition=true Then] Statement block [Else] Statement block EndIf"
+msgstr ""
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3123476\n"
+"help.text"
+msgid "Instead of Else If you can write ElseIf, instead of End If you can write EndIf."
+msgstr ""
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"hd_id3155419\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3153062\n"
+"6\n"
+"help.text"
+msgid "The <emph>If...Then</emph> statement executes program blocks depending on given conditions. When $[officename] Basic encounters an <emph>If</emph> statement, the condition is tested. If the condition is True, all subsequent statements up to the next <emph>Else</emph> or <emph>ElseIf</emph> statement are executed. If the condition is False, and an <emph>ElseIf</emph> statement follows, $[officename] Basic tests the next condition and executes the following statements if the condition is True. If False, the program continues either with the next <emph>ElseIf</emph> or <emph>Else</emph> statement. Statements following <emph>Else</emph> are executed only if none of the previously tested conditions were True. After all conditions are evaluated, and the corresponding statements executed, the program continues with the statement following <emph>EndIf</emph>."
+msgstr "প্রদত্ত শর্তের উপর ভিত্তি করে <emph>If...Then</emph> স্টেটমেন্টের মাধ্যমে প্রোগ্রাম ব্লক চালনা করা হয়। যখন $[officename] বেসিকে একটি <emph>If</emph> স্টেটমেন্ট পাওয়া যায়, তাহলে শর্তটি পরীক্ষা করা হয়। যদি শর্তটি True হয়, তাহলে পরবর্তী <emph>Else</emph> অথবা <emph>ElseIf</emph> স্টেটমেন্ট পর্যন্ত পরবর্তী সকল স্টেটমেন্ট চালনা করা হয়। যদি শর্তটি False হয় এবং একটি <emph>ElseIf</emph> স্টেটমেন্ট অনুসরণ করে, তাহলে $[officename] বেসিকে পরবর্তী শর্তটি পরীক্ষা করা হয় এবং শর্তটি True হলে নিচের স্টেটমেন্টটি চালনা করা হয়। যদি False হয় তাহলে প্রোগ্রামটি হয় পরবর্তী <emph>ElseIf</emph> অথবা <emph>Else</emph> স্টেটমেন্ট সহ বহাল থাকে। পূর্বে পরীক্ষিত কোন শর্ত True না হলে <emph>Else</emph> অনুসরণকারী স্টেটমেন্ট চালনা করা হয়। সকল শর্ত মূল্যায়ন করা হলে, সংশ্লিষ্ট স্টেটমেন্ট চালনা করা হলে, প্রোগ্রামটি <emph>EndIf</emph> অনুসরণকারী স্টেটমেন্টের সহ বহাল থাকবে।"
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3153192\n"
+"7\n"
+"help.text"
+msgid "You can nest multiple <emph>If...Then</emph> statements."
+msgstr "আপনি বহু <emph>If...Then</emph> স্টেটমেন্ট নেস্ট করতে পারবেন।"
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3154684\n"
+"8\n"
+"help.text"
+msgid "<emph>Else</emph> and <emph>ElseIf</emph> statements are optional."
+msgstr "<emph>Else</emph> এবং<emph> ElseIf</emph> স্টেটমেন্ট ঐচ্ছিক।"
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3152939\n"
+"9\n"
+"help.text"
+msgid "You can use <emph>GoTo</emph> and <emph>GoSub</emph> to jump out of an <emph>If...Then</emph> block, but not to jump into an <emph>If...Then</emph> structure."
+msgstr "<emph>GoTo</emph> এবং <emph>GoSub</emph> ব্যবহার করে <emph>If...Then</emph> ব্লকের বাইরে স্থান পরিবর্তন করতে পারেন, কিন্তু <emph>If...Then</emph> গঠনের মধ্যে নয়।"
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3153951\n"
+"10\n"
+"help.text"
+msgid "The following example enables you to enter the expiration date of a product, and determines if the expiration date has passed."
+msgstr "নিচের উদহরণের মাধ্যমে আপনি একটি পন্যের মেয়াদউত্তীর্ণের তারিখ সন্নিবেশ করাতে পারেন, এবং মেয়াদউত্তীর্ণের তারিখ অতিক্রম করলে তা নির্ধারণ করতে পারেন।"
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"hd_id3152576\n"
+"11\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3154490\n"
+"16\n"
+"help.text"
+msgid "sDate = InputBox(\"Enter the expiration date (MM.DD.YYYY)\")"
+msgstr "sDate = InputBox(\"Enter the expiration date (MM.DD.YYYY)\")"
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3155601\n"
+"21\n"
+"help.text"
+msgid "MsgBox \"The expiration date has passed\""
+msgstr "MsgBox \"The expiration date has passed\""
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3146912\n"
+"23\n"
+"help.text"
+msgid "MsgBox \"The expiration date has not yet passed\""
+msgstr "MsgBox \"The expiration date has not yet passed\""
+
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id3154754\n"
+"25\n"
+"help.text"
+msgid "MsgBox \"The expiration date is today\""
+msgstr "MsgBox \"The expiration date is today\""
+
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"tit\n"
+"help.text"
+msgid "Space Function [Runtime]"
+msgstr "Space Function [Runtime]"
+
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"bm_id3150499\n"
+"help.text"
+msgid "<bookmark_value>Space function</bookmark_value>"
+msgstr "<bookmark_value>Space function</bookmark_value>"
+
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"hd_id3150499\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120201.xhp\" name=\"Space Function [Runtime]\">Space Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120201.xhp\" name=\"Space Function [Runtime]\">Space Function [Runtime]</link>"
+
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"par_id3154927\n"
+"2\n"
+"help.text"
+msgid "Returns a string that consists of a specified amount of spaces."
+msgstr "একটি নির্দিষ্ট পরিমাণ স্থানের সমন্বয়ে গঠিত স্ট্রিং প্রদান করে।"
+
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"hd_id3153394\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"par_id3143267\n"
+"4\n"
+"help.text"
+msgid "Space (n As Long)"
+msgstr "Space (n As Long)"
+
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"hd_id3147242\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"par_id3149233\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "স্ট্রিং"
+
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"hd_id3156152\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"par_id3143228\n"
+"8\n"
+"help.text"
+msgid "<emph>n:</emph> Numeric expression that defines the number of spaces in the string. The maximum allowed value of n is 65535."
+msgstr "<emph>n:</emph> সংখ্যাসূচক এক্সপ্রেশন যা স্ট্রিং এ ফাঁকা স্থানের সংখ্যা নির্দেশ করে থাকে। n এর সর্বোচ্চ অনুমোদিত মান হলো 65535।"
+
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"hd_id3154760\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03120201.xhp
+#, fuzzy
+msgctxt ""
+"03120201.xhp\n"
+"par_id3154216\n"
+"18\n"
+"help.text"
+msgid "MsgBox sOut,0,\"Info:\""
+msgstr "msgBox sOut,0,\"Info:\""
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"tit\n"
+"help.text"
+msgid "DateSerial Function [Runtime]"
+msgstr "DateSerial Function [Runtime]"
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"bm_id3157896\n"
+"help.text"
+msgid "<bookmark_value>DateSerial function</bookmark_value>"
+msgstr "<bookmark_value>DateSerial function</bookmark_value>"
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"hd_id3157896\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030101.xhp\" name=\"DateSerial Function [Runtime]\">DateSerial Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030101.xhp\" name=\"DateSerial Function [Runtime]\">DateSerial Function [Runtime]</link>"
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3143267\n"
+"2\n"
+"help.text"
+msgid "Returns a <emph>Date</emph> value for a specified year, month, or day."
+msgstr "একটি উল্লেখিত বছর, মাস অথবা দিনের জন্য <emph>তারিখ</emph> মান প্রদান করা হয়।"
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"hd_id3147264\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3149670\n"
+"4\n"
+"help.text"
+msgid "DateSerial (year, month, day)"
+msgstr "DateSerial (year, month, day)"
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"hd_id3150792\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3150398\n"
+"6\n"
+"help.text"
+msgid "Date"
+msgstr "তারিখ"
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"hd_id3154141\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3147229\n"
+"8\n"
+"help.text"
+msgid "<emph>Year:</emph> Integer expression that indicates a year. All values between 0 and 99 are interpreted as the years 1900-1999. For years that fall outside this range, you must enter all four digits."
+msgstr "<emph>বছর:</emph> বছর নির্দেশক ইনটিজার এক্সপ্রেশন। 0 এবং 99 এর মধ্যে সকল মান1900-1999 বছর হিসেবে ব্যাখ্যা করা হয়। পরিসরের বাইরের কোন বছরের জন্য আপনাকে অবশ্যই চার ডিজিট সন্নিবেশ করাতে হবে।"
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3156280\n"
+"9\n"
+"help.text"
+msgid "<emph>Month:</emph> Integer expression that indicates the month of the specified year. The accepted range is from 1-12."
+msgstr "<emph>মাস:</emph> একটি সুনির্দিষ্টভাবে উল্লেখিত বছরের মাস নির্দেশ করার জন্য ইনটিজার এক্সপ্রেশন। ১-১২ হলো গ্রহণযোগ্য পরিসীমা।"
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3151043\n"
+"10\n"
+"help.text"
+msgid "<emph>Day:</emph> Integer expression that indicates the day of the specified month. The accepted range is from 1-31. No error is returned when you enter a non-existing day for a month shorter than 31 days."
+msgstr ""
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3161832\n"
+"11\n"
+"help.text"
+msgid "The <emph>DateSerial function</emph> returns the number of days between December 30,1899 and the given date. You can use this function to calculate the difference between two dates."
+msgstr "<emph>DateSerial ফাংশন</emph> ডিসেম্বর ৩০,১৮৯৯ এবং প্রদেয় তারিখের মধ্যে একটি সংখ্যা প্রদান করে থাকে। আপনি দুইটি তারিখের মধ্যে পার্থক্য গণনা করার জনয এই ফাশনটি ব্যবহার করতে পারেন।"
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3155306\n"
+"12\n"
+"help.text"
+msgid "The <emph>DateSerial function</emph> returns the data type Variant with VarType 7 (Date). Internally, this value is stored as a Double value, so that when the given date is 1.1.1900, the returned value is 2. Negative values correspond to dates before December 30, 1899 (not inclusive)."
+msgstr "<emph>DateSerial ফাংশন</emph> VarType 7 (তারিখ) সহ একটি ডাটা ধরন ভেরিয়েন্ট প্রদান কর থাকে। অভ্যন্তরীণভাবে, এটি ডাবল মান হিসেবে সংরক্ষিত থাকে, ফলে যখন আপনি ১.১.১৯০০ তারিখ সন্নিবেশ করান তখন প্রদান মান ২ হয়। ঋনাত্মক মান ডিসেন্বর ৩০, ১৮৯৯ (একত্রিত নয়) পূর্বের তারিখ ঋনাত্মক মান সংশ্লিষ্ট।"
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3152576\n"
+"13\n"
+"help.text"
+msgid "If a date is defined that lies outside of the accepted range, $[officename] Basic returns an error message."
+msgstr "গ্রহণযোগ্য পরিসরের বাইরে বিদ্যমান তারিখ নির্ধারণ করা হলে, $[officename] বেসিক একটি ত্রুটি বার্তা প্রদান করে থাকে।"
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"par_id3149481\n"
+"14\n"
+"help.text"
+msgid "Whereas you define the <emph>DateValue function</emph> as a string that contains the date, the <emph>DateSerial function</emph> evaluates each of the parameters (year, month, day) as separate numeric expressions."
+msgstr "আপনি যেখানেই <emph>DateValue ফাংশন</emph> তারিখ মান ধারণকারী স্ট্রিং হিসেবে নির্ধারণ করেন, <emph>DateSerial ফাংশন</emph> ব্যবহার করে প্রতিটি প্যারামিটার (বছর, মাস, দিন) পৃথক সংখ্যাসূচক এক্সপ্রেশন হিসেবে নির্ণয় করা হয়।"
+
+#: 03030101.xhp
+msgctxt ""
+"03030101.xhp\n"
+"hd_id3155411\n"
+"15\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03030101.xhp
+#, fuzzy
+msgctxt ""
+"03030101.xhp\n"
+"par_id3154942\n"
+"help.text"
+msgid "MsgBox lDate ' returns 23476"
+msgstr "msgbox lDate REM returns 23476"
+
+#: 03030101.xhp
+#, fuzzy
+msgctxt ""
+"03030101.xhp\n"
+"par_id3151074\n"
+"help.text"
+msgid "MsgBox sDate ' returns 04/09/1964"
+msgstr "msgbox sDate REM returns 04/09/1964"
+
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"tit\n"
+"help.text"
+msgid "Seek Statement [Runtime]"
+msgstr "Seek Statement [Runtime]"
+
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"bm_id3159413\n"
+"help.text"
+msgid "<bookmark_value>Seek statement</bookmark_value>"
+msgstr "<bookmark_value>Seek statement</bookmark_value>"
+
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"hd_id3159413\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement [Runtime]\">Seek Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement [Runtime]\">Seek Statement [Runtime]</link>"
+
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"par_id3153381\n"
+"2\n"
+"help.text"
+msgid "Sets the position for the next writing or reading in a file that was opened with the Open statement."
+msgstr "ওপেন স্টেটমেন্টের মাধ্যমে খোলা ফাইলের পরবর্তী লেখা অথবা পড়ার অবস্থান প্রদান করে থাকে।"
+
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"par_id2100589\n"
+"help.text"
+msgid "For random access files, the Seek statement sets the number of the next record to be accessed."
+msgstr "র‍্যান্ডম এক্সেস ফাইলের জন্য, এক্সেস করার জন্য পরবর্তী রেকর্ডের ক্রম সিক স্টেটমেন্ট দ্বারা নির্ধারিত হয়।"
+
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"par_id5444807\n"
+"help.text"
+msgid "For all other files, the Seek statement sets the byte position at which the next operation is to occur."
+msgstr "অন্য সকল ফাইলের জন্য, সিক স্টেটমেন্টের সাহায্যে পরবর্তী অপারেশন সংঘটিত হবে এমন বাইট অবস্থান নির্ধারণ করা যায়।"
+
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"par_id3156280\n"
+"5\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
+msgstr "আরও দেখুন: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">খুলুন</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">খোঁজ করা</link>।"
+
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"hd_id3145785\n"
+"6\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"par_id3145273\n"
+"7\n"
+"help.text"
+msgid "Seek[#FileNumber], Position (As Long)"
+msgstr "Seek[#FileNumber], Position (As Long)"
+
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"hd_id3154321\n"
+"8\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"par_id3153952\n"
+"9\n"
+"help.text"
+msgid "<emph>FileNumber: </emph>The data channel number used in the Open statement."
+msgstr "<emph>FileNumber:</emph> খোলা স্টেটমেন্টে ব্যবহৃত ডাটা চ্যানেল সংখ্যা।"
+
+#: 03020305.xhp
+msgctxt ""
+"03020305.xhp\n"
+"par_id3145366\n"
+"10\n"
+"help.text"
+msgid "<emph>Position: </emph>Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
+msgstr "<emph>অবস্থান: </emph>পরবর্তী পাঠ্য অথবা লিখনের অবস্থান। অবস্থান নির্দেশক ক্রম ১ থেকে ২,১৪৭,৪৮৩,৬৪৭ এর মধ্যে হতে পারে। ফাইলের ধরন অনুসারে, অবস্থানটি রেকর্ডের ক্রম (র‍্যান্ডম মোডে বিদ্যমান ফাইল) অথবা বাইটের অবস্থান (বাইনারি, আউটপুট, পরিশেষে যোগ অথবা ইনপুট মোডে বিদ্যমান ফাইল)। ফাইল অবস্থান ১ এ প্রথম বাইট, ফাইল অবস্থান ২ এ দ্বিতীয় বাইট, এবং অনুরূপ।"
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"tit\n"
+"help.text"
+msgid "TimeValue Function [Runtime]"
+msgstr "TimeValue Function [Runtime]"
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"bm_id3149670\n"
+"help.text"
+msgid "<bookmark_value>TimeValue function</bookmark_value>"
+msgstr "<bookmark_value>TimeValue function</bookmark_value>"
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"hd_id3149670\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03030206.xhp\" name=\"TimeValue Function [Runtime]\">TimeValue Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030206.xhp\" name=\"TimeValue Function [Runtime]\">TimeValue Function [Runtime]</link>"
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3153361\n"
+"2\n"
+"help.text"
+msgid "Calculates a serial time value from the specified hour, minute, and second - parameters passed as strings - that represents the time in a single numeric value. This value can be used to calculate the difference between times."
+msgstr "স্ট্রিং হিসেবে পাস করা নির্দর্ষ্ট ঘন্টা, মিনিট এবং সেকেন্ড প্যারামিটার থেকে ক্রমানুসার সময় মান গণনা করা হয় যায় যা সময়কে একক সংখ্যাসূচক মান হিসেবে নির্দেশ করে থাকে। এই মানটি দ্বারা সময়ের মধ্যে পার্থক্য পরিমাপের জন্য ব্যবহৃত হয়ে থাকে।"
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"hd_id3154138\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3156282\n"
+"4\n"
+"help.text"
+msgid "TimeValue (Text As String)"
+msgstr "TimeValue (Text As String)"
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"hd_id3153969\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3156424\n"
+"6\n"
+"help.text"
+msgid "Date"
+msgstr "তারিখ"
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"hd_id3145172\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3145786\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression that contains the time that you want to calculate in the format \"HH:MM:SS\"."
+msgstr "<emph>লেখ:</emph> যেকোনো স্ট্রিং এক্সপ্রেশন যা \"HH:MM:SS\" বিন্যাসে গণনা করতে চাওয়া সময় ধারণ করে থাকে।"
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3152578\n"
+"9\n"
+"help.text"
+msgid "Use the TimeValue function to convert any time into a single value, so that you can calculate time differences."
+msgstr "যেকোনো সময়কে একক মানে রূপান্তর করতে TimeValue ফাংশনটি ব্যবহার করুন, যাতে সময়ের পার্থক্য গণনা করতে পারেন।"
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3163710\n"
+"10\n"
+"help.text"
+msgid "This TimeValue function returns the type Variant with VarType 7 (Date), and stores this value internally as a double-precision number between 0 and 0.9999999999."
+msgstr "এই TimeValue ফাংশনটি VarType 7 (তারিখ) সহ একটি টাইপ ভেরিয়েন।ট প্রদান করে থাকে, এবং এই মান অভ্যন্তরীণভাবে 0 এবং 0.9999999999 মধ্যে ডাবল-প্রিসিশন হিসেবে সংরক্ষণ করতে পারেন।"
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3151117\n"
+"11\n"
+"help.text"
+msgid "As opposed to the DateSerial or the DateValue function, where serial date values result in days relative to a fixed date, you can calculate with the values that are returned by the TimeValue function, but you cannot evaluate them."
+msgstr "DateSerial অথবা DateValue ফাংশনের বিপরীত হিসেবে, যেখানে ক্রমানুসার তারিখ মান একটি নির্দিষ্ট তারিখ সংশ্লিষ্ট দিন হিসেবে হিসাব করা হয়, আপনি TimeValue ফাংশন দ্বারা প্রদান করা মান দ্বারা তা গণনা করতে পারেন, কিন্তু আপনি তা মূল্যায়ন করতে পারেন না।"
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3147426\n"
+"12\n"
+"help.text"
+msgid "In the TimeSerial function, you can pass individual parameters (hour, minute, second) as separate numeric expressions. For the TimeValue function, however, you can pass a string as a parameter containing the time."
+msgstr "TimeSerial ফাংশনে, আপনি পৃথক সংখ্যাসূচক এক্সপ্রেশন হিসেবে একক প্যারামিটার (ঘন্টা, মিনিট, সেকেন্ড) পাস করতে পারেন। TimeValue ফাংশনের জন্য, যদিও, আপনি সময়যুক্ত প্যারামিটার হিসেবে একটি স্ট্রিং পাস করতে পারেন।"
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"hd_id3145271\n"
+"13\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3149378\n"
+"33\n"
+"help.text"
+msgid "a1 = \"start time\""
+msgstr "a1 = \"start time\""
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3145800\n"
+"34\n"
+"help.text"
+msgid "b1 = \"end time\""
+msgstr "b1 = \"end time\""
+
+#: 03030206.xhp
+msgctxt ""
+"03030206.xhp\n"
+"par_id3151074\n"
+"35\n"
+"help.text"
+msgid "c1 = \"total time\""
+msgstr "c1 = \"total time\""
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"tit\n"
+"help.text"
+msgid "StrComp Function [Runtime]"
+msgstr "StrComp Function [Runtime]"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"bm_id3156027\n"
+"help.text"
+msgid "<bookmark_value>StrComp function</bookmark_value>"
+msgstr "<bookmark_value>StrComp function</bookmark_value>"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"hd_id3156027\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120403.xhp\" name=\"StrComp Function [Runtime]\">StrComp Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120403.xhp\" name=\"StrComp Function [Runtime]\">StrComp Function [Runtime]</link>"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"par_id3155805\n"
+"2\n"
+"help.text"
+msgid "Compares two strings and returns an integer value that represents the result of the comparison."
+msgstr "দুইটি স্ট্রিং তুলনা করা হয় এবং তুলনার ফলাফল প্রদর্শনকারী একটি ইনটিজার মান প্রদান করে।"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"hd_id3153345\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"par_id3150503\n"
+"4\n"
+"help.text"
+msgid "StrComp (Text1 As String, Text2 As String[, Compare])"
+msgstr "StrComp (Text1 As String, Text2 As String[, Compare])"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"hd_id3147574\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"par_id3156152\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "ইনটিজার"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"hd_id3150984\n"
+"7\n"
+"help.text"
+msgid "Parameter:"
+msgstr "প্যারামিটার:"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"par_id3153061\n"
+"8\n"
+"help.text"
+msgid "<emph>Text1:</emph> Any string expression"
+msgstr "<emph>Text1:</emph> যে কোন স্ট্রিং এক্সপ্রেশন"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"par_id3147560\n"
+"9\n"
+"help.text"
+msgid "<emph>Text2:</emph> Any string expression"
+msgstr "<emph>Text2:</emph> যে কোন স্ট্রিং এক্সপ্রেশন"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"par_id3146796\n"
+"10\n"
+"help.text"
+msgid "<emph>Compare:</emph> This optional parameter sets the comparison method. If Compare = 1, the string comparison is case-sensitive. If Compare = 0, no distinction is made between uppercase and lowercase letters."
+msgstr "<emph>তুলনা:</emph> এই ঐচ্ছিক প্যারামিটারটি তুলনা পদ্ধতি নির্ধারণ করে। যদি তুলনা = 1 হয় তাহলে ষ্ট্রিং তুলনা অক্ষরের ছাঁদ নির্ভরশীল। যদি তুলনা = 0 হয় তাহলে বড় হাতের অক্ষর এবং ছোট হাতের অক্ষরের মধ্যে কোনো পার্থক্য হয় না।"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"hd_id3154940\n"
+"13\n"
+"help.text"
+msgid "Return value"
+msgstr "প্রদান মান"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"par_id3150358\n"
+"27\n"
+"help.text"
+msgid "If Text1 < Text2 the function returns -1"
+msgstr "If Text1 < Text2 the function returns -1"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"par_id3151043\n"
+"28\n"
+"help.text"
+msgid "If Text1 = Text2 the function returns 0"
+msgstr "If Text1 = Text2 the function returns 0"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"par_id3158410\n"
+"29\n"
+"help.text"
+msgid "If Text1 > Text2 the function returns 1"
+msgstr "If Text1 > Text2 the function returns 1"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
+"hd_id3153968\n"
+"18\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"tit\n"
+"help.text"
+msgid "Len Function [Runtime]"
+msgstr "Len Function [Runtime"
+
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"bm_id3154136\n"
+"help.text"
+msgid "<bookmark_value>Len function</bookmark_value>"
+msgstr "<bookmark_value>Len function</bookmark_value>"
+
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"hd_id3154136\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120402.xhp\" name=\"Len Function [Runtime]\">Len Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120402.xhp\" name=\"Len Function [Runtime]\">Len Function [Runtime</link>"
+
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"par_id3147576\n"
+"2\n"
+"help.text"
+msgid "Returns the number of characters in a string, or the number of bytes that are required to store a variable."
+msgstr "একটি স্ট্রিং এর অক্ষরের সংখ্যা, অথবা একটি চলক সংরক্ষণের জন্য প্রয়োজনীয় বাইটের পরিমাণ প্রদান করে।"
+
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"hd_id3159177\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"par_id3150669\n"
+"4\n"
+"help.text"
+msgid "Len (Text As String)"
+msgstr "Len (Text As String)"
+
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"hd_id3148473\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"par_id3143270\n"
+"6\n"
+"help.text"
+msgid "Long"
+msgstr "লং"
+
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"hd_id3147531\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"par_id3147265\n"
+"8\n"
+"help.text"
+msgid "<emph>Text:</emph> Any string expression or a variable of another type."
+msgstr "<emph>পাঠ্য:</emph> যেকোনো স্ট্রিং এক্সপ্রেশন অথবা অন্য ধরনের ভেরিয়েবল।"
+
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"hd_id3153360\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03120402.xhp
+msgctxt ""
+"03120402.xhp\n"
+"par_id3156214\n"
+"13\n"
+"help.text"
+msgid "MsgBox Len(sText) REM Returns 9"
+msgstr "MsgBox Len(sText) REM Returns 9"
+
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Wait Statement [Runtime]"
+msgstr "Wait Statement [Runtime]"
+
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"bm_id3154136\n"
+"help.text"
+msgid "<bookmark_value>Wait statement</bookmark_value>"
+msgstr "<bookmark_value>Wait statement</bookmark_value>"
+
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"hd_id3154136\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03130600.xhp\" name=\"Wait Statement [Runtime]\">Wait Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03130600.xhp\" name=\"Wait Statement [Runtime]\">Wait Statement [Runtime]</link>"
+
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"par_id3149236\n"
+"2\n"
+"help.text"
+msgid "Interrupts the program execution for the amount of time that you specify in milliseconds."
+msgstr "মিলিসেকেন্ডে উল্লখিত কিছু সময়ের জন্য প্রোগ্রাম এক্সিকিউশন বিঘ্নিত হয়।"
+
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"hd_id3143229\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"par_id3150669\n"
+"4\n"
+"help.text"
+msgid "Wait millisec"
+msgstr "মিলিসেকেন্ড অপেক্ষা করুন"
+
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"hd_id3148943\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"par_id3154924\n"
+"6\n"
+"help.text"
+msgid "<emph>millisec:</emph> Numeric expression that contains the amount of time (in milliseconds) to wait before the program is executed."
+msgstr "<emph>মিলিসেকেন্ড:</emph> সংখ্যাসূচক এক্সপ্রেশন যা প্রোগ্রাম সম্পাদনার পূর্বে অপেক্ষার সময়ের পরিমাণ (মিলিসেকেন্ডে) প্রকাশ করে।"
+
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"hd_id3150541\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03130600.xhp
+msgctxt ""
+"03130600.xhp\n"
+"par_id3156214\n"
+"13\n"
+"help.text"
+msgid "MsgBox \"\" & lTick & \" Ticks\" ,0,\"The pause lasted\""
+msgstr "MsgBox \"\" & lTick & \" Ticks\" ,0,\"The pause lasted\""
+
+#: 03010300.xhp
+msgctxt ""
+"03010300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Color Functions"
+msgstr "রং ফাংশন"
+
+#: 03010300.xhp
+msgctxt ""
+"03010300.xhp\n"
+"hd_id3157896\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03010300.xhp\" name=\"Color Functions\">Color Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03010300.xhp\" name=\"Color Functions\">রং ফাংশন</link>"
+
+#: 03010300.xhp
+msgctxt ""
+"03010300.xhp\n"
+"par_id3155555\n"
+"2\n"
+"help.text"
+msgid "This section describes Runtime functions used to define colors."
+msgstr "এই অংশে রং নির্ধারণ করার জন্য রানটাইম ফাংশন বর্ণনা করা হয়।"
+
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"tit\n"
+"help.text"
+msgid "GetGuiType Function [Runtime]"
+msgstr "GetGuiType Function [Runtime]"
+
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"bm_id3147143\n"
+"help.text"
+msgid "<bookmark_value>GetGuiType function</bookmark_value>"
+msgstr "<bookmark_value>GetGuiType function</bookmark_value>"
+
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"hd_id3155310\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03132100.xhp\" name=\"GetGuiType Function [Runtime]\">GetGuiType Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03132100.xhp\" name=\"GetGuiType Function [Runtime]\">GetGuiType Function [Runtime]</link>"
+
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"par_id3152459\n"
+"2\n"
+"help.text"
+msgid "Returns a numerical value that specifies the graphical user interface."
+msgstr "একটি সংখ্যাসূচক মান প্রদান করে যা গ্রাফিকাল ইউজার ইন্টারফেস উল্লেখ করে।"
+
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"par_id3153323\n"
+"3\n"
+"help.text"
+msgid "This runtime function is only provided for downward compatibility to previous versions. The return value is not defined in client-server environments."
+msgstr "এই রানটাইম ফাংশনটি পূর্ববর্তী ফাংশনের ডাউনলোডের উপযুক্ততার জন্য প্রয়োগ করা হয়। প্রদান মানটি ক্লায়েন্ট-সার্ভার এনভায়রনমেন্টে নির্ধারিত হয় না।"
+
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"hd_id3154894\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"par_id3147143\n"
+"5\n"
+"help.text"
+msgid "GetGUIType()"
+msgstr "GetGUIType()"
+
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"hd_id3149346\n"
+"6\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"par_id3153748\n"
+"7\n"
+"help.text"
+msgid "Integer"
+msgstr "ইনটিজার"
+
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"hd_id3149177\n"
+"8\n"
+"help.text"
+msgid "Return values:"
+msgstr "প্রদান মান:"
+
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"par_id3147242\n"
+"9\n"
+"help.text"
+msgid "1: Windows"
+msgstr "1: Windows"
+
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"par_id3156152\n"
+"11\n"
+"help.text"
+msgid "4: UNIX"
+msgstr "4: UNIX"
+
+#: 03132100.xhp
+msgctxt ""
+"03132100.xhp\n"
+"hd_id3148685\n"
+"12\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Err Function [Runtime]"
+msgstr "Err Function [Runtime]"
+
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"bm_id3156343\n"
+"help.text"
+msgid "<bookmark_value>Err function</bookmark_value>"
+msgstr "<bookmark_value>Err function</bookmark_value>"
+
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"hd_id3156343\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03050200.xhp\" name=\"Err Function [Runtime]\">Err Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03050200.xhp\" name=\"Err Function [Runtime]\">Err Function [Runtime]</link>"
+
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"par_id3150541\n"
+"2\n"
+"help.text"
+msgid "Returns an error code that identifies the error that occurred during program execution."
+msgstr "একটি ত্রুটি কোড প্রদান করে থাকে যা প্রোগ্রাম চালনার সময় সংঘটিত ত্রুটি শনাক্ত করে থাকে।"
+
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"hd_id3149656\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"par_id3154123\n"
+"4\n"
+"help.text"
+msgid "Err"
+msgstr "Err"
+
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"hd_id3147229\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"par_id3150869\n"
+"6\n"
+"help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"hd_id3153193\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"par_id3149561\n"
+"8\n"
+"help.text"
+msgid "The Err function is used in error-handling routines to determine the error and the corrective action."
+msgstr "Err ফাংশনটি ত্রুটি নির্ধারণ এবং সংশোধন ক্রিয়ার জন্য ত্রুটি হ্যান্ডলিং এ ব্যবহৃত হয়ে থাকে।"
+
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"hd_id3147317\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03050200.xhp
+#, fuzzy
+msgctxt ""
+"03050200.xhp\n"
+"par_id3147426\n"
+"11\n"
+"help.text"
+msgid "On Error Goto ErrorHandler REM Set up error handler"
+msgstr "on error goto ErrorHandler REM ত্রুটি হ্যান্ডলার সেট আপ করে থাকে"
+
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"par_id3149481\n"
+"14\n"
+"help.text"
+msgid "REM Error occurs due to non-existent file"
+msgstr "বিদ্যমান নয় এমন একটি ফাইলের কারনে REM Error হয়"
+
+#: 03050200.xhp
+msgctxt ""
+"03050200.xhp\n"
+"par_id3145646\n"
+"21\n"
+"help.text"
+msgid "MsgBox \"Error \" & Err & \": \" & Error$ + chr(13) + \"At line : \" + Erl + chr(13) + Now , 16 ,\"an error occurred\""
+msgstr "MsgBox \"Error \" & Err & \": \" & Error$ + chr(13) + \"At line : \" + Erl + chr(13) + Now , 16 ,\"an error occurred\""
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"tit\n"
+"help.text"
+msgid "FindObject Function [Runtime]"
+msgstr "FindObject Function [Runtime]"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"bm_id3145136\n"
+"help.text"
+msgid "<bookmark_value>FindObject function</bookmark_value>"
+msgstr "<bookmark_value>FindObject function</bookmark_value>"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"hd_id3145136\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03103800.xhp\" name=\"FindObject Function [Runtime]\">FindObject Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03103800.xhp\" name=\"FindObject Function [Runtime]\">FindObject Function [Runtime]</link>"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3155341\n"
+"2\n"
+"help.text"
+msgid "Enables an object to be addressed at run-time as a string parameter through the object name."
+msgstr "বস্তুর নামের মাধ্যমে রান টাইমে একটি স্ট্রিং প্যারামিটার হিসেবে সম্বোধন করা যাবে, এমন বস্তু সক্রিয় করা হয়।"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3150669\n"
+"3\n"
+"help.text"
+msgid "For example, the following command:"
+msgstr "যেমন, নিচের কমান্ডটি:"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3148473\n"
+"4\n"
+"help.text"
+msgid "MyObj.Prop1.Command = 5"
+msgstr "MyObj.Prop1.Command = 5"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3156023\n"
+"5\n"
+"help.text"
+msgid "corresponds to the command block:"
+msgstr "কমান্ড ব্লকের সাথে সম্পর্কিত:"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3153896\n"
+"6\n"
+"help.text"
+msgid "Dim ObjVar as Object"
+msgstr "Dim ObjVar as Object"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3154760\n"
+"7\n"
+"help.text"
+msgid "Dim ObjProp as Object"
+msgstr "Dim ObjProp as Object"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3145069\n"
+"8\n"
+"help.text"
+msgid "ObjName As String = \"MyObj\""
+msgstr "ObjName As String = \"MyObj\""
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3154939\n"
+"9\n"
+"help.text"
+msgid "ObjVar = FindObject( ObjName As String )"
+msgstr "ObjVar = FindObject( ObjName As String )"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3150793\n"
+"10\n"
+"help.text"
+msgid "PropName As String = \"Prop1\""
+msgstr "PropName As String = \"Prop1\""
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3154141\n"
+"11\n"
+"help.text"
+msgid "ObjProp = FindPropertyObject( ObjVar, PropName As String )"
+msgstr "ObjProp = FindPropertyObject( ObjVar, PropName As String )"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3156424\n"
+"12\n"
+"help.text"
+msgid "ObjProp.Command = 5"
+msgstr "ObjProp.Command = 5"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3145420\n"
+"13\n"
+"help.text"
+msgid "This allows names to be dynamically created at run-time. For example:"
+msgstr "এটি চালনার-সময় নাম চলমানভাবে তৈরি করতে সম্মতি দেয়। উদাহরণস্বরূপ:"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3153104\n"
+"14\n"
+"help.text"
+msgid "\"TextEdit1\" to TextEdit5\" in a loop to create five control names."
+msgstr "একটি লুপে \"TextEdit1\" থেকে TextEdit5\" তে পাঁচটি কন্ট্রোলের নাম তৈরি করার জন্য।"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3150767\n"
+"15\n"
+"help.text"
+msgid "See also: <link href=\"text/sbasic/shared/03103900.xhp\" name=\"FindPropertyObject\">FindPropertyObject</link>"
+msgstr "আরও দেখুন: <link href=\"text/sbasic/shared/03103900.xhp\" name=\"FindPropertyObject\">FindPropertyObject</link>"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"hd_id3150868\n"
+"16\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3151042\n"
+"17\n"
+"help.text"
+msgid "FindObject( ObjName As String )"
+msgstr "FindObject( ObjName As String )"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"hd_id3159254\n"
+"18\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03103800.xhp
+msgctxt ""
+"03103800.xhp\n"
+"par_id3150439\n"
+"19\n"
+"help.text"
+msgid "<emph>ObjName: </emph>String that specifies the name of the object that you want to address at run-time."
+msgstr "<emph>ObjName: </emph>রান টাইমে আপনি যে বস্তুর নাম উল্লেখ করতে চান তা সুনির্দিষ্টভাবে উল্লেখকারী স্ট্রিং।"
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"tit\n"
+"help.text"
+msgid "Lof Function [Runtime]"
+msgstr "Lof Function [Runtime]"
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"bm_id3156024\n"
+"help.text"
+msgid "<bookmark_value>Lof function</bookmark_value>"
+msgstr "<bookmark_value>Lof function</bookmark_value>"
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"hd_id3156024\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020303.xhp\" name=\"Lof Function [Runtime]\">Lof Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020303.xhp\" name=\"Lof Function [Runtime]\">Lof Function [Runtime]</link>"
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3146794\n"
+"2\n"
+"help.text"
+msgid "Returns the size of an open file in bytes."
+msgstr "একটি খোলা ফাইলের আকার বাইটে প্রদান করে থাকে।"
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"hd_id3153380\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3150359\n"
+"4\n"
+"help.text"
+msgid "Lof (FileNumber)"
+msgstr "Lof (FileNumber)"
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"hd_id3154141\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "প্রদান মান:"
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3147230\n"
+"6\n"
+"help.text"
+msgid "Long"
+msgstr "Long"
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"hd_id3156281\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3150869\n"
+"8\n"
+"help.text"
+msgid "<emph>FileNumber:</emph> Any numeric expression that contains the file number that is specified in the Open statement."
+msgstr "<emph>FileNumber:</emph> যেকোনো সংখ্যাসূচক এক্সপ্রেশন যা খোলা স্টেটমেন্টে উল্লেখিত ফাইল সংখ্যা ধারণ করে থাকে।"
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3147349\n"
+"9\n"
+"help.text"
+msgid "To obtain the length of a file that is not open, use the <emph>FileLen</emph> function."
+msgstr "<emph>FileLen</emph> ফাংশনটি ব্যবহার করে, খোলা নয় এমন একটি ফাইলের সমান দৈর্ঘ্য পাওয়া যায়।"
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"hd_id3155415\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3154730\n"
+"13\n"
+"help.text"
+msgid "Dim sText As Variant REM must be a Variant"
+msgstr "Dim sText As Variant REM must be a Variant"
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3156276\n"
+"19\n"
+"help.text"
+msgid "Seek #iNumber,1 REM Position at start"
+msgstr "Seek #iNumber,1 REM Position at start"
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3148405\n"
+"20\n"
+"help.text"
+msgid "Put #iNumber,, \"This is the first line of text\" REM Fill with text"
+msgstr "Put #iNumber,, \"This is the first line of text\" REM Fill with text"
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3154756\n"
+"21\n"
+"help.text"
+msgid "Put #iNumber,, \"This is the second line of text\""
+msgstr "Put #iNumber,, \"This is the second line of text\""
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3145643\n"
+"22\n"
+"help.text"
+msgid "Put #iNumber,, \"This is the third line of text\""
+msgstr "Put #iNumber,, \"This is the third line of text\""
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3150299\n"
+"31\n"
+"help.text"
+msgid "Put #iNumber,,\"This is a new line of text\""
+msgstr "Put #iNumber,,\"This is a new line of text\""
+
+#: 03020303.xhp
+msgctxt ""
+"03020303.xhp\n"
+"par_id3166425\n"
+"34\n"
+"help.text"
+msgid "Put #iNumber,20,\"This is the text in record 20\""
+msgstr "Put #iNumber,20,\"This is the text in record 20\""
+
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"tit\n"
+"help.text"
+msgid "Call Statement [Runtime]"
+msgstr "Call Statement [Runtime]"
+
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"bm_id3154422\n"
+"help.text"
+msgid "<bookmark_value>Call statement</bookmark_value>"
+msgstr "<bookmark_value>Call statement</bookmark_value>"
+
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"hd_id3154422\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090401.xhp\" name=\"Call Statement [Runtime]\">Call Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090401.xhp\" name=\"Call Statement [Runtime]\">Call Statement [Runtime]</link>"
+
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"par_id3153394\n"
+"2\n"
+"help.text"
+msgid "Transfers the control of the program to a subroutine, a function, or a DLL procedure."
+msgstr "প্রোগ্রামের কন্ট্রোলটি সাবরুটিন, ফাংশন, বা DLL প্রসিজারে পরিবর্তন করে।"
+
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"hd_id3153345\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"par_id3150984\n"
+"4\n"
+"help.text"
+msgid "[Call] Name [Parameter]"
+msgstr "[Call] Name [Parameter]"
+
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"hd_id3150771\n"
+"5\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"par_id3148473\n"
+"6\n"
+"help.text"
+msgid "<emph>Name:</emph> Name of the subroutine, the function, or the DLL that you want to call"
+msgstr "<emph>নাম:</emph> সাবরুটিন, ফাংশন, বা DLL এর নাম যা আপনি কল করতে চান"
+
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"par_id3148946\n"
+"7\n"
+"help.text"
+msgid "<emph>Parameter:</emph> Parameters to pass to the procedure. The type and number of parameters is dependent on the routine that is executing."
+msgstr "<emph>প্যারামিটার:</emph> প্রসিজারে পাস করার জন্য প্যারামিটার। প্যারামিটারের ধরন এবং সংখ্যা চালু রানটাইমের উপর নির্ভরশীল।"
+
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"par_id3154216\n"
+"8\n"
+"help.text"
+msgid "A keyword is optional when you call a procedure. If a function is executed as an expression, the parameters must be enclosed by brackets in the statement. If a DLL is called, it must first be specified in the <emph>Declare-Statement</emph>."
+msgstr "একটি প্রসিজার কল করার সময় কীওয়ার্ডটি ঐচ্ছিক হয়। যদি ফাংশনটি একটি এক্সপ্রেশন হিসেবে চালনা করা হয়, তাহলে প্যারামিটারটি অবশ্যই স্টেটমেন্টে বন্ধনী দ্বারা আবদ্ধ থাকে। যদি DLL কল করা হয়, তাহলে এটি অবশ্যই প্রথমে <emph>Declare-Statement</emph> তে উল্লেখিত হবে।"
+
+#: 03090401.xhp
+msgctxt ""
+"03090401.xhp\n"
+"hd_id3125865\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03130100.xhp
+msgctxt ""
+"03130100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Beep Statement [Runtime]"
+msgstr "Beep Statement [Runtime]"
+
+#: 03130100.xhp
+msgctxt ""
+"03130100.xhp\n"
+"bm_id3143284\n"
+"help.text"
+msgid "<bookmark_value>Beep statement</bookmark_value>"
+msgstr "<bookmark_value>Beep statement</bookmark_value>"
+
+#: 03130100.xhp
+msgctxt ""
+"03130100.xhp\n"
+"hd_id3143284\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03130100.xhp\" name=\"Beep Statement [Runtime]\">Beep Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03130100.xhp\" name=\"Beep Statement [Runtime]\">Beep Statement [Runtime]</link>"
+
+#: 03130100.xhp
+msgctxt ""
+"03130100.xhp\n"
+"par_id3159201\n"
+"2\n"
+"help.text"
+msgid "Plays a tone through the computer's speaker. The tone is system-dependent and you cannot modify its volume or pitch."
+msgstr "কম্পিউটার স্পীকারের মাধ্যমে একটি সুর বাজানো হয়। সুরটি সিস্টেম-নির্ভরশীল এবং এর শব্দ অথবা পিচ পরিবর্তন করা যায় না।"
+
+#: 03130100.xhp
+msgctxt ""
+"03130100.xhp\n"
+"hd_id3153990\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03130100.xhp
+msgctxt ""
+"03130100.xhp\n"
+"par_id3147291\n"
+"4\n"
+"help.text"
+msgid "Beep"
+msgstr "Beep"
+
+#: 03130100.xhp
+msgctxt ""
+"03130100.xhp\n"
+"hd_id3148538\n"
+"5\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"tit\n"
+"help.text"
+msgid "DefCur Statement [Runtime]"
+msgstr "DefCur Statement [Runtime]"
+
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"bm_id9555345\n"
+"help.text"
+msgid "<bookmark_value>DefCur statement</bookmark_value>"
+msgstr "<bookmark_value>DefCur statement</bookmark_value>"
+
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN1057D\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03101110.xhp\">DefCur Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101110.xhp\">DefCur Statement [Runtime]</link>"
+
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN1058D\n"
+"help.text"
+msgid "If no type-declaration character or keyword is specified, the DefCur statement sets the default variable type, according to a letter range."
+msgstr "যদি কোন টাইপ ডিক্লেয়ার করার অক্ষর অথবা কীওয়ার্ড উল্লেখিত না থাকে তাহলে ভেরিয়েবলের জন্য DefCur স্টেটমেন্টের মাধ্যমে পূর্বনির্ধারিত ডাটা টাইপ নির্ধারিত হয়, বর্ণের পরিসীমা অনুযায়ী।"
+
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN10590\n"
+"help.text"
+msgid "Syntax:"
+msgstr "সিনট্যাক্স:"
+
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN10594\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Characterrange1[, Characterrange2[,...]]"
+
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN10597\n"
+"help.text"
+msgid "Parameters:"
+msgstr "প্যারামিটার:"
+
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN1059B\n"
+"help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+msgstr "<emph>Characterrange:</emph> ভেরিয়েবলের পরিসর উল্লেখকারী বর্ণ যা আপনি পূর্বনির্ধারিত ডাটা টাইপের জন্য নির্ধারণ করতে চান।"
+
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN105A2\n"
+"help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr "<emph>xxx:</emph> কীওয়ার্ড যা পূর্বনির্ধারিত ভেরিয়েবল ধরন নির্ধারণ করে:"
+
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN105A9\n"
+"help.text"
+msgid "<emph>Keyword:</emph> Default variable type"
+msgstr "<emph>কীওয়ার্ড:</emph> পূর্বনির্ধারিত ভেরিয়েবল ধরন"
+
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN105B0\n"
+"help.text"
+msgid "<emph>DefCur:</emph> Currency"
+msgstr "<emph>DefCur:</emph> মূদ্রা"
+
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN105B7\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN105BB\n"
+"help.text"
+msgid "REM Prefix definitions for variable types:"
+msgstr "ভেরিয়েবল ধরনের জন্য REM প্রিফিক্সের বর্ণনা:"
+
+#: 03101110.xhp
+msgctxt ""
+"03101110.xhp\n"
+"par_idN105D9\n"
+"help.text"
+msgid "cCur=Currency REM cCur is an implicit currency variable"
+msgstr "cCur=Currency REM cCur হলো ইমপ্লিসিট মূদ্রা ভেরিয়েবল"
diff --git a/source/bn/helpcontent2/source/text/scalc/01.po b/source/bn/helpcontent2/source/text/scalc/01.po
index 885c08d9042..515e78d2c80 100644
--- a/source/bn/helpcontent2/source/text/scalc/01.po
+++ b/source/bn/helpcontent2/source/text/scalc/01.po
@@ -15741,3 +15741,43178 @@ msgctxt ""
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_DELTA\">The result is TRUE (1) if both numbers, which are delivered as an argument, are equal, otherwise it is FALSE (0).</ahelp>"
msgstr "<ahelp hid=\"HID_AAI_FUNC_DELTA\">যদি আর্গুমেন্ট হিসাবে প্রদত্ত উভয় সংখ্যাই সমান হয়, ফলাফলটি TRUE (1) হয়, অন্যথায় ফলাফল FALSE (0)।</ahelp>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3155435\n"
+"131\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3145247\n"
+"132\n"
+"help.text"
+msgid "DELTA(Number1; Number2)"
+msgstr "DELTA(Number1; Number2)"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3149002\n"
+"133\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3151020\n"
+"134\n"
+"help.text"
+msgid "<item type=\"input\">=DELTA(1;2)</item> returns 0."
+msgstr "<item type=\"input\">=DELTA(1;2)</item>, 0 প্রদান করে।"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3157971\n"
+"help.text"
+msgid "<bookmark_value>DEC2BIN function</bookmark_value><bookmark_value>converting;decimal numbers, into binary numbers</bookmark_value>"
+msgstr "<bookmark_value>DEC2BIN function</bookmark_value><bookmark_value>converting;decimal numbers, into binary numbers</bookmark_value>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3157971\n"
+"55\n"
+"help.text"
+msgid "DEC2BIN"
+msgstr "DEC2BIN"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3153043\n"
+"56\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_DEC2BIN\"> The result is the binary number for the decimal number entered between -512 and 511.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_DEC2BIN\"> ফলাফল হলো সন্নিবেশকৃত -৫১২ এবং ৫১১ এর মধ্যবর্তী ডেসিমেল সংখ্যার বাইনারি সংখ্যা।</ahelp>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3145349\n"
+"57\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150569\n"
+"58\n"
+"help.text"
+msgid "DEC2BIN(Number; Places)"
+msgstr "DEC2BIN(Number; Places)"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3148768\n"
+"59\n"
+"help.text"
+msgid "<emph>Number</emph> is a decimal number. If Number is negative, the function returns a binary number with 10 characters. The most significant bit is the sign bit, the other 9 bits return the value."
+msgstr "<emph>Number</emph> হলো একটি ডেসিমেল সংখ্যা। যদি সংখ্যাটি ঋনাত্মক হয়, ফাংশনটি ১০ অক্ষর বিশিষ্ট বাইনারি সংখ্যা প্রদান করে। সর্বাপেক্ষা গুরুত্বপূর্ণ বিট হলো সাইন বিট, অন্য ৯টি বিট মান প্রদান করে।"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3149537\n"
+"60\n"
+"help.text"
+msgid "<emph>Places</emph> means the number of places to be output."
+msgstr "<emph>Places</emph> অর্থ হলো আউটপুট কত ঘর বিশিষ্ট হবে সেই সংখ্যা।"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3150265\n"
+"61\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150662\n"
+"62\n"
+"help.text"
+msgid "<item type=\"input\">=DEC2BIN(100;8)</item> returns 01100100."
+msgstr "<item type=\"input\">=DEC2BIN(100;8)</item> ০১১০০১০০ প্রদান করে।"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3149388\n"
+"help.text"
+msgid "<bookmark_value>DEC2HEX function</bookmark_value><bookmark_value>converting;decimal numbers, into hexadecimal numbers</bookmark_value>"
+msgstr "<bookmark_value>DEC2HEX function</bookmark_value><bookmark_value>converting;decimal numbers, into hexadecimal numbers</bookmark_value>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3149388\n"
+"71\n"
+"help.text"
+msgid "DEC2HEX"
+msgstr "DEC2HEX"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3149030\n"
+"72\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_DEC2HEX\">The result is the hexadecimal number for the decimal number entered.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_DEC2HEX\">ফলাফল হলো সন্নিবেশকৃত ডেসিমেল সংখ্যার হেক্সাডেসিমেল সংখ্যা।</ahelp>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3150691\n"
+"73\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3147535\n"
+"74\n"
+"help.text"
+msgid "DEC2HEX(Number; Places)"
+msgstr "DEC2HEX(Number; Places)"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3152820\n"
+"75\n"
+"help.text"
+msgid "<emph>Number</emph> is a decimal number. If Number is negative, the function returns a hexadecimal number with 10 characters (40 bits). The most significant bit is the sign bit, the other 39 bits return the value."
+msgstr "<emph>Number</emph> হলো একটি ডেসিমেল সংখ্যা। যদি সংখ্যাটি ঋনাত্মক হয়, ফাংশনটি ১০ অক্ষর (৪০ বিট) বিশিষ্ট হেক্সাডেসিমেল সংখ্যা প্রদান করে। সর্বাপেক্ষা গুরুত্বপূর্ণ বিট হলো সাইন বিট, অন্য ৩৯টি বিট মান প্রদান করে।"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3153221\n"
+"76\n"
+"help.text"
+msgid "<emph>Places</emph> means the number of places to be output."
+msgstr "<emph>Places</emph> অর্থ হলো আউটপুট কত ঘর বিশিষ্ট হবে সেই সংখ্যা।"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3154869\n"
+"77\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150476\n"
+"78\n"
+"help.text"
+msgid "<item type=\"input\">=DEC2HEX(100;4)</item> returns 0064."
+msgstr "<item type=\"input\">=DEC2HEX(100;4)</item> ০০৬৪ প্রদান করে।"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3154948\n"
+"help.text"
+msgid "<bookmark_value>DEC2OCT function</bookmark_value><bookmark_value>converting;decimal numbers, into octal numbers</bookmark_value>"
+msgstr "<bookmark_value>DEC2OCT function</bookmark_value><bookmark_value>converting;decimal numbers, into octal numbers</bookmark_value>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3154948\n"
+"63\n"
+"help.text"
+msgid "DEC2OCT"
+msgstr "DEC2OCT"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3153920\n"
+"64\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_DEC2OCT\">The result is the octal number for the decimal number entered.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_DEC2OCT\">ফলাফল হলো সন্নিবেশকৃত ডেসিমেল সংখ্যার অকটাল সংখ্যা।</ahelp>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3153178\n"
+"65\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3148427\n"
+"66\n"
+"help.text"
+msgid "DEC2OCT(Number; Places)"
+msgstr "DEC2OCT(Number; Places)"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3155991\n"
+"67\n"
+"help.text"
+msgid "<emph>Number</emph> is a decimal number. If Number is negative, the function returns an octal number with 10 characters (30 bits). The most significant bit is the sign bit, the other 29 bits return the value."
+msgstr "<emph>Number</emph> হলো একটি ডেসিমেল সংখ্যা। যদি সংখ্যাটি ঋনাত্মক হয়, ফাংশনটি ১০ অক্ষর (৪০ বিট) বিশিষ্ট অকটাল সংখ্যা প্রদান করে। সর্বাপেক্ষা গুরুত্বপূর্ণ বিট হলো সাইন বিট, অন্য ২৯টি বিট মান প্রদান করে।"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3152587\n"
+"68\n"
+"help.text"
+msgid "<emph>Places</emph> means the number of places to be output."
+msgstr "<emph>Places</emph> অর্থ হলো আউটপুট কত ঘর বিশিষ্ট হবে সেই সংখ্যা।"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3147482\n"
+"69\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3154317\n"
+"70\n"
+"help.text"
+msgid "<item type=\"input\">=DEC2OCT(100;4)</item> returns 0144."
+msgstr "<item type=\"input\">=DEC2OCT(100;4)</item> ০১৪৪ প্রদান করে।"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3083446\n"
+"help.text"
+msgid "<bookmark_value>ERF function</bookmark_value><bookmark_value>Gaussian error integral</bookmark_value>"
+msgstr "<bookmark_value>ERF function</bookmark_value><bookmark_value>Gaussian error integral</bookmark_value>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3083446\n"
+"135\n"
+"help.text"
+msgid "ERF"
+msgstr "ERF"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150381\n"
+"136\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_ERF\">Returns values of the Gaussian error integral.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_ERF\">গসিয়ান ত্রুটির সমাকলন মান প্রদান করে।</ahelp>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3152475\n"
+"137\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3163824\n"
+"138\n"
+"help.text"
+msgid "ERF(LowerLimit; UpperLimit)"
+msgstr "ERF(LowerLimit; UpperLimit)"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3149715\n"
+"139\n"
+"help.text"
+msgid "<emph>LowerLimit</emph> is the lower limit of the integral."
+msgstr "<emph>LowerLimit</emph> হলো সমাকলনের নিম্ন সীমা।"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3156294\n"
+"140\n"
+"help.text"
+msgid "<emph>UpperLimit</emph> is optional. It is the upper limit of the integral. If this value is missing, the calculation takes places between 0 and the lower limit."
+msgstr "<emph>UpperLimit</emph> হলো ঐচ্ছিক। এটা সমাকলনের উচ্চ সীমা। যদি এই মানটি অনুপস্থিত থাকে, ০ এবং নিম্ন সীমার মধ্যে গণনা সম্পন্ন হয়।"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3154819\n"
+"141\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3152974\n"
+"142\n"
+"help.text"
+msgid "<item type=\"input\">=ERF(0;1)</item> returns 0.842701."
+msgstr "<item type=\"input\">=ERF(0;1)</item> ০.৮৪২৭০১ প্রদান করে।"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3145082\n"
+"help.text"
+msgid "<bookmark_value>ERFC function</bookmark_value>"
+msgstr "<bookmark_value>ERFC function</bookmark_value>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3145082\n"
+"143\n"
+"help.text"
+msgid "ERFC"
+msgstr "ERFC"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3149453\n"
+"144\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_ERFC\">Returns complementary values of the Gaussian error integral between x and infinity.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_ERFC\">গসিয়ান ত্রুটি সমাকলনের x এবং অসীম মধ্যবর্তী পরিপূরক মান প্রদান করে।</ahelp>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3155839\n"
+"145\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3153220\n"
+"146\n"
+"help.text"
+msgid "ERFC(LowerLimit)"
+msgstr "ERFC(LowerLimit)"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3147620\n"
+"147\n"
+"help.text"
+msgid "<emph>LowerLimit</emph> is the lower limit of the integral"
+msgstr "<emph>LowerLimit</emph> হলো সমাকলনের নিম্ন সীমা।"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3146861\n"
+"148\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3156102\n"
+"149\n"
+"help.text"
+msgid "<item type=\"input\">=ERFC(1)</item> returns 0.157299."
+msgstr "<item type=\"input\">=ERFC(1)</item> ০.১৫৭২৯৯ প্রদান করে।"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3152927\n"
+"help.text"
+msgid "<bookmark_value>GESTEP function</bookmark_value><bookmark_value>numbers;greater than or equal to</bookmark_value>"
+msgstr "<bookmark_value>GESTEP function</bookmark_value><bookmark_value>numbers;greater than or equal to</bookmark_value>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3152927\n"
+"150\n"
+"help.text"
+msgid "GESTEP"
+msgstr "GESTEP"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150763\n"
+"151\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_GESTEP\">The result is 1 if <item type=\"literal\">Number</item> is greater than or equal to <item type=\"literal\">Step</item>.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_GESTEP\">যদি <item type=\"literal\">সংখ্যা</item> <item type=\"literal\">ধাপ</item> অপেক্ষা বড় বা সমান হয়, ফলাফল ১ হবে।</ahelp>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3150879\n"
+"152\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3145212\n"
+"153\n"
+"help.text"
+msgid "GESTEP(Number; Step)"
+msgstr "GESTEP(Number; Step)"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3153275\n"
+"154\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3156132\n"
+"155\n"
+"help.text"
+msgid "<item type=\"input\">=GESTEP(5;1)</item> returns 1."
+msgstr "<item type=\"input\">=GESTEP(5;1)</item> ১ প্রদান করে।"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3147276\n"
+"help.text"
+msgid "<bookmark_value>HEX2BIN function</bookmark_value><bookmark_value>converting;hexadecimal numbers, into binary numbers</bookmark_value>"
+msgstr "<bookmark_value>HEX2BIN function</bookmark_value><bookmark_value>converting;hexadecimal numbers, into binary numbers</bookmark_value>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3147276\n"
+"79\n"
+"help.text"
+msgid "HEX2BIN"
+msgstr "HEX2BIN"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150258\n"
+"80\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_HEX2BIN\">The result is the binary number for the hexadecimal number entered.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_HEX2BIN\">ফলাফল হলো সন্নিবেশকৃত হেক্সাডেসিমেল সংখ্যার বাইনারি সংখ্যা।</ahelp>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3156117\n"
+"81\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3155847\n"
+"82\n"
+"help.text"
+msgid "HEX2BIN(Number; Places)"
+msgstr "HEX2BIN(Number; Places)"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3152810\n"
+"83\n"
+"help.text"
+msgid "<emph>Number</emph> is a hexadecimal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement."
+msgstr "<emph>Number</emph> হলো হেক্সাডেসিমেল সংখ্যা। সংখ্যাটি সর্বোচ্চ ১০ ঘর বিশিষ্ট হতে পারে। সর্বাপেক্ষা গুরুত্বপূর্ণ বিট হলো সাইন বিট, পরবর্তী বিটসমূহ মান প্রদান করে। ঋনাত্নক সংখ্যা two's complement হিসেবে সন্নিবেশ করানো হয়।"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3153758\n"
+"84\n"
+"help.text"
+msgid "<emph>Places</emph> is the number of places to be output."
+msgstr "<emph>Places</emph> হলো আউটপুট কত গড় বিশিষ্ট হবে সেই সংখ্যা।"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3154052\n"
+"85\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3156002\n"
+"86\n"
+"help.text"
+msgid "<item type=\"input\">=HEX2BIN(64;8)</item> returns 01100100."
+msgstr "<item type=\"input\">=HEX2BIN(64;8)</item> ০১১০০১০০ প্রদান করে।"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3154742\n"
+"help.text"
+msgid "<bookmark_value>HEX2DEC function</bookmark_value><bookmark_value>converting;hexadecimal numbers, into decimal numbers</bookmark_value>"
+msgstr "<bookmark_value>HEX2DEC function</bookmark_value><bookmark_value>converting;hexadecimal numbers, into decimal numbers</bookmark_value>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3154742\n"
+"87\n"
+"help.text"
+msgid "HEX2DEC"
+msgstr "HEX2DEC"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3153626\n"
+"88\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_HEX2DEC\">The result is the decimal number for the hexadecimal number entered.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_HEX2DEC\">ফলাফল হলো সন্নিবেশকৃত দশমিক সংখ্যার হেক্সাডেসিমেল সংখ্যা।</ahelp>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3143233\n"
+"89\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3149293\n"
+"90\n"
+"help.text"
+msgid "HEX2DEC(Number)"
+msgstr "HEX2DEC(Number)"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3159176\n"
+"91\n"
+"help.text"
+msgid "<emph>Number</emph> is a hexadecimal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement."
+msgstr "<emph>Number</emph> হলো হেক্সাডেসিমেল সংখ্যা। সংখ্যাটি সর্বোচ্চ ১০ ঘর বিশিষ্ট হতে পারে। সর্বাপেক্ষা গুরুত্বপূর্ণ বিট হলো সাইন বিট, পরবর্তী বিটসমূহ মান প্রদান করে। ঋনাত্নক সংখ্যা two's complement হিসেবে সন্নিবেশ করানো হয়।"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3154304\n"
+"92\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3146093\n"
+"93\n"
+"help.text"
+msgid "<item type=\"input\">=HEX2DEC(64)</item> returns 100."
+msgstr "<item type=\"input\">=HEX2DEC(64)</item> ১০০ প্রদান করে।"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3149750\n"
+"help.text"
+msgid "<bookmark_value>HEX2OCT function</bookmark_value><bookmark_value>converting;hexadecimal numbers, into octal numbers</bookmark_value>"
+msgstr "<bookmark_value>HEX2OCT function</bookmark_value><bookmark_value>converting;hexadecimal numbers, into octal numbers</bookmark_value>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3149750\n"
+"94\n"
+"help.text"
+msgid "HEX2OCT"
+msgstr "HEX2OCT"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3153983\n"
+"95\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_HEX2OCT\">The result is the octal number for the hexadecimal number entered.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_HEX2OCT\">ফলাফল হলো সন্নিবেশকৃত হেক্সাডেসিমেল সংখ্যার অকটাল সংখ্যা।</ahelp>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3145660\n"
+"96\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3151170\n"
+"97\n"
+"help.text"
+msgid "HEX2OCT(Number; Places)"
+msgstr "HEX2OCT(Number; Places)"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3152795\n"
+"98\n"
+"help.text"
+msgid "<emph>Number</emph> is a hexadecimal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement."
+msgstr "<emph>Number</emph> হলো হেক্সাডেসিমেল সংখ্যা। সংখ্যাটি সর্বোচ্চ ১০ ঘর বিশিষ্ট হতে পারে। সর্বাপেক্ষা গুরুত্বপূর্ণ বিট হলো সাইন বিট, পরবর্তী বিটসমূহ মান প্রদান করে। ঋনাত্নক সংখ্যা two's complement হিসেবে সন্নিবেশ করানো হয়।"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3149204\n"
+"99\n"
+"help.text"
+msgid "<emph>Places</emph> is the number of places to be output."
+msgstr "<emph>Places</emph> হলো আউটপুট কত গড় বিশিষ্ট হবে সেই সংখ্যা।"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3153901\n"
+"100\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3159341\n"
+"101\n"
+"help.text"
+msgid "<item type=\"input\">=HEX2OCT(64;4)</item> returns 0144."
+msgstr "<item type=\"input\">=HEX2OCT(64;4)</item> ০১৪৪ প্রদান করে।"
+
+#: 12090300.xhp
+msgctxt ""
+"12090300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Delete"
+msgstr "মুছে ফেলুন"
+
+#: 12090300.xhp
+msgctxt ""
+"12090300.xhp\n"
+"hd_id3150276\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12090300.xhp\" name=\"Delete\">Delete</link>"
+msgstr "<link href=\"text/scalc/01/12090300.xhp\" name=\"Delete\">মুছে ফেলে</link>"
+
+#: 12090300.xhp
+msgctxt ""
+"12090300.xhp\n"
+"par_id3159400\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DeletePivotTable\" visibility=\"visible\">Deletes the selected pivot table.</ahelp>"
+msgstr ""
+
+#: 05070000.xhp
+msgctxt ""
+"05070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Page Style"
+msgstr "পৃষ্ঠা শৈলী"
+
+#: 05070000.xhp
+msgctxt ""
+"05070000.xhp\n"
+"hd_id3157910\n"
+"1\n"
+"help.text"
+msgid "Page Style"
+msgstr "পৃষ্ঠা শৈলী"
+
+#: 05070000.xhp
+msgctxt ""
+"05070000.xhp\n"
+"par_id3156023\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"seitetext\"><ahelp hid=\".uno:PageFormatDialog\" visibility=\"visible\">Opens a dialog where you can define the appearance of all pages in your document.</ahelp></variable>"
+msgstr "<variable id=\"seitetext\"><ahelp hid=\".uno:PageFormatDialog\" visibility=\"visible\">একটি ডায়ালগ খোলা হয়, যেখানে আপনি আপনার নথির সকল পৃষ্ঠার বাহ্যিক অবয়ব নির্ধারণ করতে পারেন।</ahelp></variable>"
+
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"tit\n"
+"help.text"
+msgid "SECOND"
+msgstr "SECOND"
+
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"bm_id3159390\n"
+"help.text"
+msgid "<bookmark_value>SECOND function</bookmark_value>"
+msgstr "<bookmark_value>SECOND function</bookmark_value>"
+
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"hd_id3159390\n"
+"86\n"
+"help.text"
+msgid "<variable id=\"second\"><link href=\"text/scalc/01/func_second.xhp\">SECOND</link></variable>"
+msgstr "<variable id=\"second\"><link href=\"text/scalc/01/func_second.xhp\">SECOND</link></variable>"
+
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"par_id3148974\n"
+"87\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SEKUNDE\">Returns the second for the given time value.</ahelp> The second is given as an integer between 0 and 59."
+msgstr "<ahelp hid=\"HID_FUNC_SEKUNDE\">প্রদেয় সময় মানের জন্য সেকেন্ড ফলাফল প্রদান করে।</ahelp>সেকেন্ড ০ এবং ৫৯ এর মধ্যে একটি পূর্ণসংখ্যা মান দেয়া হয়।"
+
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"hd_id3154362\n"
+"88\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"par_id3148407\n"
+"89\n"
+"help.text"
+msgid "SECOND(Number)"
+msgstr "SECOND(সংখ্যা)"
+
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"par_id3155904\n"
+"90\n"
+"help.text"
+msgid "<emph>Number</emph>, as a time value, is a decimal, for which the second is to be returned."
+msgstr "<emph>সংখ্যা</emph>, সময় মান হিসেবে, দশমিক সংখ্যা, যার জন্য সেকেন্ড ফলাফল প্রদান করে।"
+
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"hd_id3149992\n"
+"91\n"
+"help.text"
+msgid "Examples"
+msgstr "উদাহরণসমূহ"
+
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"par_id3153350\n"
+"93\n"
+"help.text"
+msgid "<item type=\"input\">=SECOND(NOW())</item> returns the current second"
+msgstr "<item type=\"input\">=SECOND(NOW())</item> বর্তমান সেকেন্ড ফলাফল প্রদান করে"
+
+#: func_second.xhp
+msgctxt ""
+"func_second.xhp\n"
+"par_id3150831\n"
+"94\n"
+"help.text"
+msgid "<item type=\"input\">=SECOND(C4)</item> returns 17 if contents of C4 = <item type=\"input\">12:20:17</item>."
+msgstr "<item type=\"input\">=SECOND(C4)</item> ফলাফল হিসেবে ১৭ প্রদান করে যদি C4 এর প্রসঙ্গ = <item type=\"input\">১২:২০:১৭</item>।"
+
+#: 02190200.xhp
+msgctxt ""
+"02190200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Column Break"
+msgstr "কলাম বিভাজক"
+
+#: 02190200.xhp
+msgctxt ""
+"02190200.xhp\n"
+"bm_id3151384\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets;deleting column breaks</bookmark_value><bookmark_value>deleting;manual column breaks</bookmark_value><bookmark_value>column breaks;deleting</bookmark_value>"
+msgstr "<bookmark_value>spreadsheets;deleting column breaks</bookmark_value><bookmark_value>deleting;manual column breaks</bookmark_value><bookmark_value>column breaks;deleting</bookmark_value>"
+
+#: 02190200.xhp
+msgctxt ""
+"02190200.xhp\n"
+"hd_id3151384\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02190200.xhp\" name=\"Column Break\">Column Break</link>"
+msgstr "<link href=\"text/scalc/01/02190200.xhp\" name=\"Column Break\">কলাম বিভাজক</link>"
+
+#: 02190200.xhp
+msgctxt ""
+"02190200.xhp\n"
+"par_id3154124\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DeleteColumnbreak\">Removes a manual column break to the left of the active cell.</ahelp>"
+msgstr "<ahelp hid=\".uno:DeleteColumnbreak\">সক্রিয় ঘরের বামের স্বনির্ধারিত কলাম বিভাজক অপসারণ করে।</ahelp>"
+
+#: 02190200.xhp
+msgctxt ""
+"02190200.xhp\n"
+"par_id3145173\n"
+"3\n"
+"help.text"
+msgid "Position the cursor in the cell to the right of the column break indicated by a vertical line and choose <emph>Edit - Delete Manual Break - Column Break</emph>. The manual column break is removed."
+msgstr "একটি উল্লম্ব রেখা দ্বারা নির্দেশিত কলাম বিভাজকের ডানের ঘরে কার্সারটি স্থাপন করুন এবং <emph>সম্পাদনা - স্বনির্ধারিত বিভাজক মুছে ফেলুন - কলাম বিভাজক</emph> নির্বাচন করুন। স্বনির্ধারিত কলাম বিভাজক অপসারণ করা হয়েছে।"
+
+#: 12080100.xhp
+msgctxt ""
+"12080100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Details"
+msgstr "বিস্তারিত গোপন করুন"
+
+#: 12080100.xhp
+msgctxt ""
+"12080100.xhp\n"
+"bm_id3155628\n"
+"help.text"
+msgid "<bookmark_value>sheets; hiding details</bookmark_value>"
+msgstr "<bookmark_value>sheets; hiding details</bookmark_value>"
+
+#: 12080100.xhp
+msgctxt ""
+"12080100.xhp\n"
+"hd_id3155628\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12080100.xhp\" name=\"Hide Details\">Hide Details</link>"
+msgstr "<link href=\"text/scalc/01/12080100.xhp\" name=\"Hide Details\">বিস্তারিত গোপন করুন</link>"
+
+#: 12080100.xhp
+msgctxt ""
+"12080100.xhp\n"
+"par_id3154515\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:HideDetail\" visibility=\"visible\">Hides the details of the grouped row or column that contains the cursor. To hide all of the grouped rows or columns, select the outlined table, and then choose this command.</ahelp>"
+msgstr "<ahelp hid=\".uno:HideDetail\" visibility=\"visible\">শ্রেণীবদ্ধ সারি অথবা কলামের জন্য বিস্তারিত লুকায় যা কার্সারটি ধারণ করে। শ্রেণীবদ্ধ সকল সারি অথবা কলামের বিস্তারিত আড়ালর জন্য, আউট লাইন করা টেবিলটি নির্বাচন করুন, এবং তারপর কমান্ডটি পছন্দ করুন।</ahelp>"
+
+#: 12080100.xhp
+msgctxt ""
+"12080100.xhp\n"
+"par_id3153252\n"
+"3\n"
+"help.text"
+msgid "To show all hidden groups, select the outlined table, and then choose <emph>Data -Outline –</emph> <link href=\"text/scalc/01/12080200.xhp\" name=\"Show Details\"><emph>Show Details</emph></link>."
+msgstr "সমস্ত আড়াল শ্রেণী প্রদর্শন করার জন্য, আউটলাইনকৃত টেবিলটি নির্বাচন করুন, এবং তারপর <emph>তথ্য -আউটলাইন –</emph> <link href=\"text/scalc/01/12080200.xhp\" name=\"Show Details\"><emph>বিস্তারিত প্রদর্শন </emph></link> পছন্দ করুন।"
+
+#: 12090200.xhp
+msgctxt ""
+"12090200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Refresh"
+msgstr "রিফ্রেশ করুন"
+
+#: 12090200.xhp
+msgctxt ""
+"12090200.xhp\n"
+"hd_id3151385\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12090200.xhp\" name=\"Refresh\">Refresh</link>"
+msgstr "<link href=\"text/scalc/01/12090200.xhp\" name=\"Refresh\">রিফ্রেশ করুন</link>"
+
+#: 12090200.xhp
+msgctxt ""
+"12090200.xhp\n"
+"par_id3149456\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:RecalcPivotTable\">Updates the pivot table.</ahelp>"
+msgstr ""
+
+#: 12090200.xhp
+msgctxt ""
+"12090200.xhp\n"
+"par_id3150400\n"
+"3\n"
+"help.text"
+msgid "After you import an Excel spreadsheet that contains a pivot table, click in the table, and then choose <emph>Data - Pivot Table - Refresh</emph>."
+msgstr ""
+
+#: 05080000.xhp
+msgctxt ""
+"05080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Print Ranges"
+msgstr "মুদ্রণ পরিসর"
+
+#: 05080000.xhp
+msgctxt ""
+"05080000.xhp\n"
+"hd_id3154013\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05080000.xhp\" name=\"Print Ranges\">Print Ranges</link>"
+msgstr "<link href=\"text/scalc/01/05080000.xhp\" name=\"Print Ranges\">মুদ্রণ পরিসর</link>"
+
+#: 05080000.xhp
+msgctxt ""
+"05080000.xhp\n"
+"par_id3155855\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Manages print ranges. Only cells within the print ranges will be printed.</ahelp>"
+msgstr "<ahelp hid=\".\">মুদ্রণ পরিসর নিয়ন্ত্রণ করে। শুধুমাত্র মুদ্রণ পরিসরের মধ্যবর্তী ঘর মুদ্রণ করা হবে।</ahelp>"
+
+#: 05080000.xhp
+msgctxt ""
+"05080000.xhp\n"
+"par_id3146119\n"
+"4\n"
+"help.text"
+msgid "If you do not define any print range manually, Calc assigns an automatic print range to include all the cells that are not empty."
+msgstr "আপনি যদি নিজে কোনো মুদ্রণ পরিসর নির্ধারণ না করেন, ফাঁকা নয় এমন সকল ঘর অন্তর্ভুক্ত করতে, ক্যালক একটি স্বয়ংক্রিয় মুদ্রণ পরিসর ধার্য করে।"
+
+#: 05080000.xhp
+msgctxt ""
+"05080000.xhp\n"
+"hd_id3154729\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05080300.xhp\" name=\"Edit\">Edit</link>"
+msgstr "<link href=\"text/scalc/01/05080300.xhp\" name=\"Edit\">সম্পাদনা</link>"
+
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"tit\n"
+"help.text"
+msgid "EOMONTH"
+msgstr "EOMONTH"
+
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"bm_id3150991\n"
+"help.text"
+msgid "<bookmark_value>EOMONTH function</bookmark_value>"
+msgstr "<bookmark_value>EOMONTH function</bookmark_value>"
+
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"hd_id3150991\n"
+"231\n"
+"help.text"
+msgid "<variable id=\"eomonth\"><link href=\"text/scalc/01/func_eomonth.xhp\">EOMONTH</link></variable>"
+msgstr "<variable id=\"eomonth\"><link href=\"text/scalc/01/func_eomonth.xhp\">EOMONTH</link></variable>"
+
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"par_id3152766\n"
+"232\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_EOMONTH\">Returns the date of the last day of a month which falls m<emph>onths</emph> away from the s<emph>tart date</emph>.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_EOMONTH\">মাসের শেষ দিনের তারিখ প্রদান করে যা <emph>শুরুর তারিখ</emph> হতে দূরবর্তি <emph>মাস</emph> এ পড়ে।</ahelp>"
+
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"hd_id3150597\n"
+"233\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"par_id3150351\n"
+"234\n"
+"help.text"
+msgid "EOMONTH(StartDate; Months)"
+msgstr "EOMONTH(শুরর তারিখ; মাস)"
+
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"par_id3146787\n"
+"235\n"
+"help.text"
+msgid "<emph>StartDate</emph> is a date (the starting point of the calculation)."
+msgstr "<emph>শুরুর তারিখ</emph> হলো তারিখ (হিসাব শুরুর বিন্দু)।"
+
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"par_id3155615\n"
+"236\n"
+"help.text"
+msgid "<emph>Months</emph> is the number of months before (negative) or after (positive) the start date."
+msgstr "<emph>মাস</emph> শুরুর তারিখের পূর্বে (নেগেটিভ) অথবা পরে (পজিটিভ) মাসের সংখ্যা।"
+
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"hd_id3156335\n"
+"237\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"par_id3154829\n"
+"238\n"
+"help.text"
+msgid "What is the last day of the month that falls 6 months after September 14 2001?"
+msgstr "সেপ্টেম্বর ১৪ ২০০১ এর পরে ৬ মাসের শেষ দিন কোনটি?"
+
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"par_id3156143\n"
+"239\n"
+"help.text"
+msgid "<item type=\"input\">=EOMONTH(DATE(2001;9;14);6)</item> returns the serial number 37346. Formatted as a date, this is 2002-03-31."
+msgstr ""
+
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"par_id3156144\n"
+"239\n"
+"help.text"
+msgid "<item type=\"input\">=EOMONTH(\"2001-09-14\";6)</item> works as well. If the date is given as string, it has to be in ISO format."
+msgstr ""
+
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Headers & Footers"
+msgstr "শীর্ষচরণ এবং পাদচরণ"
+
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"hd_id3145251\n"
+"1\n"
+"help.text"
+msgid "Headers & Footers"
+msgstr "শীর্ষচরণ এবং পাদচরণ"
+
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"par_id3151073\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"kopfundfusszeilentext\"><ahelp hid=\".uno:EditHeaderAndFooter\">Allows you to define and format headers and footers.</ahelp></variable>"
+msgstr "<variable id=\"kopfundfusszeilentext\"><ahelp hid=\".uno:EditHeaderAndFooter\">আপনাকে শীর্ষচরণ এবং পাদচরণ নির্ধারণ এবং ফরম্যাট করতে অনুমোদন দেয়।</ahelp></variable>"
+
+#: 02120000.xhp
+msgctxt ""
+"02120000.xhp\n"
+"par_id3153415\n"
+"3\n"
+"help.text"
+msgid "The<emph> Headers/Footers </emph>dialog contains the tabs for defining headers and footers. There will be separate tabs for the left and right page headers and footers if the <emph>Same content left/right</emph> option was not marked in the <link href=\"text/scalc/01/05070000.xhp\" name=\"Page Style\">Page Style</link> dialog."
+msgstr "<emph> শীর্ষচরণ/পাদচরণ </emph> ডায়ালগে শীর্ষচরণ এবং পাদচরণ নির্ধারণ করার জন্য ট্যাব থাকে। পৃষ্ঠার ডান এবং বাম শীর্ষচরণ এবং পাদচরণের জন্য পৃথক ট্যাব থাকবে যদি <emph>একই বিষয়বস্তু বাম/ডান</emph> অপশন <link href=\"text/scalc/01/05070000.xhp\" name=\"Page Style\">পৃষ্ঠা শৈলী</link> ডায়ালগে চিহ্নিত না থাকে।"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"tit\n"
+"help.text"
+msgid "Statistics Functions"
+msgstr "পরিসংখ্যান ফাংশন"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"bm_id3153018\n"
+"help.text"
+msgid "<bookmark_value>statistics functions</bookmark_value><bookmark_value>Function Wizard; statistics</bookmark_value><bookmark_value>functions; statistics functions</bookmark_value>"
+msgstr "<bookmark_value>statistics functions</bookmark_value><bookmark_value>Function Wizard; statistics</bookmark_value><bookmark_value>functions; statistics functions</bookmark_value>"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"hd_id3153018\n"
+"1\n"
+"help.text"
+msgid "Statistics Functions"
+msgstr "পরিসংখ্যান ফাংশন"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3157874\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"statistiktext\">This category contains the <emph>Statistics</emph> functions. </variable>"
+msgstr "<variable id=\"statistiktext\">এই শ্রেণীতে <emph>পরিসংখ্যান</emph> ফাংশন রয়েছে। </variable>"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3149001\n"
+"9\n"
+"help.text"
+msgid "Some of the examples use the following data table:"
+msgstr "কিছু উদাহরণ নিম্নের ডাটা টেবিল ব্যবহার করে:"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3148775\n"
+"10\n"
+"help.text"
+msgid "C"
+msgstr "C"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3145297\n"
+"11\n"
+"help.text"
+msgid "D"
+msgstr "D"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3150661\n"
+"12\n"
+"help.text"
+msgid "2"
+msgstr "২"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3153551\n"
+"13\n"
+"help.text"
+msgid "x value"
+msgstr "x মান"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3147536\n"
+"14\n"
+"help.text"
+msgid "y value"
+msgstr "y মান"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3153224\n"
+"15\n"
+"help.text"
+msgid "3"
+msgstr "৩"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3150475\n"
+"16\n"
+"help.text"
+msgid "-5"
+msgstr "-৫"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3155367\n"
+"17\n"
+"help.text"
+msgid "-3"
+msgstr "-৩"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3149783\n"
+"18\n"
+"help.text"
+msgid "4"
+msgstr "৪"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3153181\n"
+"19\n"
+"help.text"
+msgid "-2"
+msgstr "-২"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3148429\n"
+"20\n"
+"help.text"
+msgid "0"
+msgstr "০"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3152588\n"
+"21\n"
+"help.text"
+msgid "5"
+msgstr "৫"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3147483\n"
+"22\n"
+"help.text"
+msgid "-1"
+msgstr "-১"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3083443\n"
+"23\n"
+"help.text"
+msgid "1"
+msgstr "১"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3149826\n"
+"24\n"
+"help.text"
+msgid "6"
+msgstr "৬"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3163820\n"
+"25\n"
+"help.text"
+msgid "0"
+msgstr "০"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3154816\n"
+"26\n"
+"help.text"
+msgid "3"
+msgstr "৩"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3149276\n"
+"27\n"
+"help.text"
+msgid "7"
+msgstr "৭"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3149267\n"
+"28\n"
+"help.text"
+msgid "2"
+msgstr "২"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3156310\n"
+"29\n"
+"help.text"
+msgid "4"
+msgstr "৪"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3154639\n"
+"30\n"
+"help.text"
+msgid "8"
+msgstr "৮"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3145205\n"
+"31\n"
+"help.text"
+msgid "4"
+msgstr "৪"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3153276\n"
+"32\n"
+"help.text"
+msgid "6"
+msgstr "৬"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3150756\n"
+"33\n"
+"help.text"
+msgid "9"
+msgstr "৯"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3156095\n"
+"34\n"
+"help.text"
+msgid "6"
+msgstr "৬"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3152929\n"
+"35\n"
+"help.text"
+msgid "8"
+msgstr "৮"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3156324\n"
+"36\n"
+"help.text"
+msgid "The statistical functions are described in the following subsections."
+msgstr "নিম্নবর্ণিত উপঅংশে পরিসংখ্যান ফাংশন ব্যাখ্যা করা হয়।"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3150271\n"
+"37\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060116.xhp\" name=\"Statistical Functions in the Analysis-AddIn.\">Statistical Functions in the Analysis-AddIn</link>"
+msgstr "<link href=\"text/scalc/01/04060116.xhp\" name=\"Statistical Functions in the Analysis-AddIn.\">বিশ্লেষণ এড-ইনে পরিসংখ্যান সংক্রান্ত ফাংশন</link>"
+
+#: 02190100.xhp
+msgctxt ""
+"02190100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Row Break"
+msgstr "সারি বিভাজক"
+
+#: 02190100.xhp
+msgctxt ""
+"02190100.xhp\n"
+"bm_id3156326\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; deleting row breaks</bookmark_value><bookmark_value>deleting;manual row breaks</bookmark_value><bookmark_value>row breaks; deleting</bookmark_value>"
+msgstr "<bookmark_value>spreadsheets; deleting row breaks</bookmark_value><bookmark_value>deleting;manual row breaks</bookmark_value><bookmark_value>row breaks; deleting</bookmark_value>"
+
+#: 02190100.xhp
+msgctxt ""
+"02190100.xhp\n"
+"hd_id3156326\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02190100.xhp\" name=\"Row Break\">Row Break</link>"
+msgstr "<link href=\"text/scalc/01/02190100.xhp\" name=\"Row Break\">সারি বিভাজক</link>"
+
+#: 02190100.xhp
+msgctxt ""
+"02190100.xhp\n"
+"par_id3154366\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DeleteRowbreak\">Removes the manual row break above the active cell.</ahelp>"
+msgstr "<ahelp hid=\".uno:DeleteRowbreak\">সক্রিয় ঘরের উপরের স্বনির্ধারিত বিভাজক অপসারণ করে।</ahelp>"
+
+#: 02190100.xhp
+msgctxt ""
+"02190100.xhp\n"
+"par_id3151041\n"
+"3\n"
+"help.text"
+msgid "Position the cursor in a cell directly below the row break indicated by a horizontal line and choose <emph>Edit - Delete Manual Break - Row Break</emph>. The manual row break is removed."
+msgstr "একটি অনুভুমিক রেখা দ্বারা নির্দেশিত সারি বিভাজকের ঠিক নিচের ঘরে কার্সারটি স্থাপন করুন এবং <emph>সম্পাদনা - স্বনির্ধারিত বিভাজক মুছে ফেলুন - সারি বিভাজক</emph> নির্বাচন করুন। স্বনির্ধারিত সারি বিভাজক অপসারণ করা হয়েছে।"
+
+#: 02140300.xhp
+msgctxt ""
+"02140300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Up"
+msgstr "উপরে"
+
+#: 02140300.xhp
+msgctxt ""
+"02140300.xhp\n"
+"hd_id3147264\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02140300.xhp\" name=\"Up\">Up</link>"
+msgstr "<link href=\"text/scalc/01/02140300.xhp\" name=\"Up\">উপরে</link>"
+
+#: 02140300.xhp
+msgctxt ""
+"02140300.xhp\n"
+"par_id3150793\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FillUp\" visibility=\"visible\">Fills a selected range of at least two rows with the contents of the bottom most cell.</ahelp>"
+msgstr "<ahelp hid=\".uno:FillUp\" visibility=\"visible\">সর্বাপেক্ষা নিচের ঘরের বিষয়বস্তু দ্বারা কমপক্ষে দুইটি সারির নির্বাচিত পরিসীমা ভরাট করে।</ahelp>"
+
+#: 02140300.xhp
+msgctxt ""
+"02140300.xhp\n"
+"par_id3150447\n"
+"3\n"
+"help.text"
+msgid "If a selected range has only one column, the content of the bottom most cell is copied into the selected cells. If several columns are selected, the contents of the bottom most cells are copied into those selected above."
+msgstr "যদি নির্বাচিত পরিসীমার শুধুমাত্র একটি কলাম থাকে, সর্বাপেক্ষা নিচের ঘরের বিষয়বস্তু নির্বাচিত ঘরে অনুলিপি করা হবে। যদি একাধিক কলাম নির্বাচন করা হয়, সর্বাপেক্ষা নিচের ঘরের বিষয়বস্তু তাদের উপরের নির্বাচিত ঘরসমূহে অনুলিপি করা হবে।"
+
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Optimal Row Heights"
+msgstr "সারির উপযুক্ত উচ্চতা"
+
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"bm_id3148491\n"
+"help.text"
+msgid "<bookmark_value>sheets; optimal row heights</bookmark_value><bookmark_value>rows; optimal heights</bookmark_value><bookmark_value>optimal row heights</bookmark_value>"
+msgstr "<bookmark_value>sheets; optimal row heights</bookmark_value><bookmark_value>rows; optimal heights</bookmark_value><bookmark_value>optimal row heights</bookmark_value>"
+
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"hd_id3148491\n"
+"1\n"
+"help.text"
+msgid "Optimal Row Heights"
+msgstr "সারির উপযুক্ত উচ্চতা"
+
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"par_id3154758\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"optitext\"><ahelp hid=\".uno:SetOptimalRowHeight\">Determines the optimal row height for the selected rows.</ahelp></variable> The optimal row height depends on the font size of the largest character in the row. You can use various <link href=\"text/shared/00/00000003.xhp#metrik\" name=\"units of measure\">units of measure</link>."
+msgstr "<variable id=\"optitext\"><ahelp hid=\".uno:SetOptimalRowHeight\">নির্বাচিত সারির উপযুক্ত সারি উচ্চতা নির্ধারণ করে থাকে।</ahelp></variable> উপয়ুক্ত সারি উচ্চতা সারির সবচেয়ে দীর্ঘ অক্ষরের ফন্টের আকারের উপর নির্ভরশীল। আপনি বিভিন্ন <link href=\"text/shared/00/00000003.xhp#metrik\" name=\"units of measure\">পরিমাপের একক</link> একক ব্যবহার করতে পারেন।"
+
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"hd_id3154908\n"
+"3\n"
+"help.text"
+msgid "Add"
+msgstr "যোগ"
+
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"par_id3151044\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:METRICFIELD:RID_SCDLG_ROW_OPT:ED_VALUE\">Sets additional spacing between the largest character in a row and the cell boundaries.</ahelp>"
+msgstr "<ahelp hid=\"SC:METRICFIELD:RID_SCDLG_ROW_OPT:ED_VALUE\">সারির সর্বাপেক্ষা বড় অক্ষর এবং ঘরের সীমানার মধ্যবর্তী অতিরিক্ত ফাঁকা স্থান নির্ধারণ করে।</ahelp>"
+
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"hd_id3150439\n"
+"5\n"
+"help.text"
+msgid "Default value"
+msgstr "পূর্বনির্ধারিত মান"
+
+#: 05030200.xhp
+msgctxt ""
+"05030200.xhp\n"
+"par_id3146984\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ROW_OPT:BTN_DEFVAL\">Restores the default value for the optimal row height.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ROW_OPT:BTN_DEFVAL\">সারির উপযুক্ত উচ্চতার জন্য পূর্বনির্ধারিত মান পুনরুদ্ধার করে।</ahelp>"
+
+#: 04070200.xhp
+msgctxt ""
+"04070200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Name"
+msgstr "নাম সন্নিবেশ"
+
+#: 04070200.xhp
+msgctxt ""
+"04070200.xhp\n"
+"bm_id3153195\n"
+"help.text"
+msgid "<bookmark_value>cell ranges; inserting named ranges</bookmark_value><bookmark_value>inserting; cell ranges</bookmark_value>"
+msgstr "<bookmark_value>cell ranges; inserting named ranges</bookmark_value><bookmark_value>inserting; cell ranges</bookmark_value>"
+
+#: 04070200.xhp
+msgctxt ""
+"04070200.xhp\n"
+"hd_id3153195\n"
+"1\n"
+"help.text"
+msgid "Insert Name"
+msgstr "নাম সন্নিবেশ"
+
+#: 04070200.xhp
+msgctxt ""
+"04070200.xhp\n"
+"par_id3150011\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"nameneinfuegentext\"><ahelp hid=\".uno:InsertName\">Inserts a defined named cell range at the current cursor's position.</ahelp></variable>"
+msgstr "<variable id=\"nameneinfuegentext\"><ahelp hid=\".uno:InsertName\">বর্তমান কার্সরের অবস্থানে একটি নির্ধারিত নামের ঘরের পরিসর সন্নিবেশ করে।</ahelp></variable>"
+
+#: 04070200.xhp
+msgctxt ""
+"04070200.xhp\n"
+"par_id3149412\n"
+"7\n"
+"help.text"
+msgid "You can only insert a cell area after having defined a name for the area."
+msgstr "এলাকার জন্য একটি নাম নির্ধারিত থাকার পরে, আপনি শুধুমাত্র একটি ঘরের এলাকা সন্নিবেশ করতে পারবেন।"
+
+#: 04070200.xhp
+msgctxt ""
+"04070200.xhp\n"
+"hd_id3153160\n"
+"3\n"
+"help.text"
+msgid "Insert name"
+msgstr "নাম সন্নিবেশ"
+
+#: 04070200.xhp
+msgctxt ""
+"04070200.xhp\n"
+"par_id3154944\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_NAMES_PASTE:LB_ENTRYLIST\">Lists all defined cell areas. Double-click an entry to insert the named area into the active sheet at the current cursor position.</ahelp>"
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_NAMES_PASTE:LB_ENTRYLIST\">সকল নির্ধারিত ঘরের এলাকার তালিকা তৈরি করে। কার্সরের বর্তমান অবস্থানে সক্রিয় শীটের নামকরণকৃত এলাকা সন্নিবেশ করাতে, একটি ভুক্তিতে ডবল-ক্লিক করুন।</ahelp>"
+
+#: 04070200.xhp
+msgctxt ""
+"04070200.xhp\n"
+"hd_id3153418\n"
+"5\n"
+"help.text"
+msgid "Insert All"
+msgstr "সব সন্নিবেশ"
+
+#: 04070200.xhp
+msgctxt ""
+"04070200.xhp\n"
+"par_id3155066\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_NAMES_PASTE:BTN_ADD\">Inserts a list of all named areas and the corresponding cell references at the current cursor position.</ahelp>"
+msgstr "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_NAMES_PASTE:BTN_ADD\">বর্তমান কার্সরের অবস্থানে সকল নামকরণকৃত এলাকা এবং সংশ্লিষ্ট ঘরের রেফারেন্সের তালিকা সন্নিবেশ করান।</ahelp>"
+
+#: 06030500.xhp
+msgctxt ""
+"06030500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Remove All Traces"
+msgstr "সমস্ত ট্রেস মুছে ফেলুন"
+
+#: 06030500.xhp
+msgctxt ""
+"06030500.xhp\n"
+"bm_id3153088\n"
+"help.text"
+msgid "<bookmark_value>cells; removing traces</bookmark_value>"
+msgstr "<bookmark_value>cells; removing traces</bookmark_value>"
+
+#: 06030500.xhp
+msgctxt ""
+"06030500.xhp\n"
+"hd_id3153088\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030500.xhp\" name=\"Remove All Traces\">Remove All Traces</link>"
+msgstr "<link href=\"text/scalc/01/06030500.xhp\" name=\"Remove All Traces\">সমস্ত ট্রেস মুছে ফেলুন</link>"
+
+#: 06030500.xhp
+msgctxt ""
+"06030500.xhp\n"
+"par_id3151246\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ClearArrows\" visibility=\"visible\">Removes all tracer arrows from the spreadsheet.</ahelp>"
+msgstr "<ahelp hid=\".uno:ClearArrows\" visibility=\"visible\">স্প্রেডশীট হতে সমস্ত রূপরেখা তীর চিহ্ন সরায়।</ahelp>"
+
+#: 02210000.xhp
+msgctxt ""
+"02210000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Selecting Sheets"
+msgstr "শীট নির্বাচন করা হচ্ছে"
+
+#: 02210000.xhp
+msgctxt ""
+"02210000.xhp\n"
+"hd_id3156023\n"
+"5\n"
+"help.text"
+msgid "Selecting Sheets"
+msgstr "শীট নির্বাচন করা হচ্ছে"
+
+#: 02210000.xhp
+msgctxt ""
+"02210000.xhp\n"
+"par_id3147265\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"tabellenauswaehlen\"><ahelp hid=\".uno:SelectTables\" visibility=\"visible\">Selects multiple sheets.</ahelp></variable>"
+msgstr "<variable id=\"tabellenauswaehlen\"><ahelp hid=\".uno:SelectTables\" visibility=\"visible\">একাধিক পাতা নির্বাচন করা হয়</ahelp></variable>"
+
+#: 02210000.xhp
+msgctxt ""
+"02210000.xhp\n"
+"hd_id3125863\n"
+"2\n"
+"help.text"
+msgid "Selected Sheets"
+msgstr "নির্বাচিত শীট"
+
+#: 02210000.xhp
+msgctxt ""
+"02210000.xhp\n"
+"par_id3153969\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SELECTTABLES\" visibility=\"visible\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down Ctrl (Mac: Command) while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
+msgstr "<ahelp hid=\"HID_SELECTTABLES\" visibility=\"visible\">বর্তমান নথির শীটের তালিকা তৈরি করে। একটি শীট নির্বাচন করতে, তালিকার কোনো শীটে যাওয়ার জন্য ঊর্ধ্ব বা নিম্ন তীর চাপুন। নির্বাচনে কোনো পাতা যোগ করতে,তীর কী চাপার সময় ctrl (Mac: কমান্ড) চেপে ধরে রাখুন এবং তারপর স্পেসবার চাপুন। এক সারি শীট নির্বাচন করতে, shift চেপে রাখুন এবং তীর চিহ্ন চাপুন।</ahelp>"
+
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"tit\n"
+"help.text"
+msgid "TIMEVALUE"
+msgstr "TIMEVALUE"
+
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"bm_id3146755\n"
+"help.text"
+msgid "<bookmark_value>TIMEVALUE function</bookmark_value>"
+msgstr "<bookmark_value>TIMEVALUE function</bookmark_value>"
+
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"hd_id3146755\n"
+"160\n"
+"help.text"
+msgid "<variable id=\"timevalue\"><link href=\"text/scalc/01/func_timevalue.xhp\">TIMEVALUE</link></variable>"
+msgstr "<variable id=\"timevalue\"><link href=\"text/scalc/01/func_timevalue.xhp\">TIMEVALUE</link></variable>"
+
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"par_id3148502\n"
+"161\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZEITWERT\">TIMEVALUE returns the internal time number from a text enclosed by quotes and which may show a possible time entry format.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ZEITWERT\">TIMEVALUE উক্তি দ্বারা আবদ্ধ একটি টেক্সট হতে একটি অভ্যন্তরীণ সময় সংখ্যা ফলাফল হিসাবে প্রদান করে এবং যা একটি সম্ভাব্য সময় এন্ট্রি বিন্যাস প্রদর্শন করতে পারে।</ahelp>"
+
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"par_id3150794\n"
+"162\n"
+"help.text"
+msgid "The internal number indicated as a decimal is the result of the date system used under $[officename] to calculate date entries."
+msgstr "ডেসিমেল হিসাবে চিহ্নিত অভ্যন্তরস্ত সংখ্যা তথ্য ব্যবস্থার একটি ফলাফল যা তথ্য এন্ট্রি গণনা করার জন্য $[officename] এর অধীনে ব্যবহৃত হয়।"
+
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"par_id011920090347118\n"
+"help.text"
+msgid "If the text string also includes a year, month, or day, TIMEVALUE only returns the fractional part of the conversion."
+msgstr "যদি পাঠ্য স্ট্রিং এ বছর, মাস অথবা দিনও অন্তর্ভুক্ত থাকে, তাহলে TIMEVALUE শুধুমাত্র রূপান্তরের ভগ্নাংশের অংশটি প্রদান করে থাকে।"
+
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"hd_id3150810\n"
+"163\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"par_id3150823\n"
+"164\n"
+"help.text"
+msgid "TIMEVALUE(\"Text\")"
+msgstr "TIMEVALUE(\"Text\")"
+
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"par_id3152556\n"
+"165\n"
+"help.text"
+msgid "<emph>Text</emph> is a valid time expression and must be entered in quotation marks."
+msgstr "<emph>পাঠ্য</emph> হলো বৈধ সময় এক্সপ্রেশন এবং অবশ্যই উদ্ধৃতি চিহ্নের মধ্যে সন্নিবেশ করাতে হবে।"
+
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"hd_id3146815\n"
+"166\n"
+"help.text"
+msgid "Examples"
+msgstr "উদাহরণসমূহ"
+
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"par_id3146829\n"
+"167\n"
+"help.text"
+msgid "<item type=\"input\">=TIMEVALUE(\"4PM\")</item> returns 0.67. When formatting in time format HH:MM:SS, you then get 16:00:00."
+msgstr "<item type=\"input\">=TIMEVALUE(\"4PM\")</item> ০.৬৭ প্রদান করে থাকে। HH:MM:SS সময় বিন্যাসে বিন্যাস্ত করার সময়, ফলাফল 16:00:00 পাওয়া যাবে।"
+
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"par_id3153632\n"
+"168\n"
+"help.text"
+msgid "<item type=\"input\">=TIMEVALUE(\"24:00\")</item> returns 1. If you use the HH:MM:SS time format, the value is 00:00:00."
+msgstr "<item type=\"input\">=TIMEVALUE(\"24:00\")</item> ১ প্রদান করে থাকে। আপনি যদি HH:MM:SS সময় বিন্যাস ব্যবহার করেন তাহলে মান 00:00:00 হবে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"tit\n"
+"help.text"
+msgid "Information Functions"
+msgstr "তথ্য ফাংশন"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3147247\n"
+"help.text"
+msgid "<bookmark_value>information functions</bookmark_value><bookmark_value>Function Wizard; information</bookmark_value><bookmark_value>functions; information functions</bookmark_value>"
+msgstr "<bookmark_value>information functions</bookmark_value><bookmark_value>Function Wizard; information</bookmark_value><bookmark_value>functions; information functions</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3147247\n"
+"1\n"
+"help.text"
+msgid "Information Functions"
+msgstr "তথ্য ফাংশন"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3147499\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"informationtext\">This category contains the <emph>Information</emph> functions. </variable>"
+msgstr "<variable id=\"informationtext\">এই শ্রেণীতে <emph>তথ্য</emph> ফাংশন রয়েছে। </variable>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3159128\n"
+"3\n"
+"help.text"
+msgid "The data in the following table serves as the basis for some of the examples in the function descriptions:"
+msgstr "কিছু উদাহরণের জন্য ফাংশনের বর্ণনায় নিম্নবর্ণিত সারণির ডাটা ভিত্তি হিসাবে ব্যবহার করা হয়:"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3146885\n"
+"4\n"
+"help.text"
+msgid "C"
+msgstr "C"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149944\n"
+"5\n"
+"help.text"
+msgid "D"
+msgstr "D"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150457\n"
+"6\n"
+"help.text"
+msgid "<emph>2</emph>"
+msgstr "<emph>২</emph>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150024\n"
+"7\n"
+"help.text"
+msgid "x <item type=\"input\">value</item>"
+msgstr "x <item type=\"input\">মান</item>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148725\n"
+"8\n"
+"help.text"
+msgid "y <item type=\"input\">value</item>"
+msgstr "y <item type=\"input\">মান</item>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150480\n"
+"9\n"
+"help.text"
+msgid "<emph>3</emph>"
+msgstr "<emph>৩</emph>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148440\n"
+"10\n"
+"help.text"
+msgid "<item type=\"input\">-5</item>"
+msgstr "<item type=\"input\">-৫</item>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148888\n"
+"11\n"
+"help.text"
+msgid "<item type=\"input\">-3</item>"
+msgstr "<item type=\"input\">-৩</item>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153034\n"
+"12\n"
+"help.text"
+msgid "<emph>4</emph>"
+msgstr "<emph>৪</emph>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150139\n"
+"13\n"
+"help.text"
+msgid "<item type=\"input\">-2</item>"
+msgstr "<item type=\"input\">-২</item>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149542\n"
+"14\n"
+"help.text"
+msgid "<item type=\"input\">0</item>"
+msgstr "<item type=\"input\">০</item>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149188\n"
+"15\n"
+"help.text"
+msgid "<emph>5</emph>"
+msgstr "<emph>৫</emph>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153329\n"
+"16\n"
+"help.text"
+msgid "<item type=\"input\">-1</item>"
+msgstr "<item type=\"input\">-১</item>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155257\n"
+"17\n"
+"help.text"
+msgid "<item type=\"input\">1</item>"
+msgstr "<item type=\"input\">১</item>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145142\n"
+"18\n"
+"help.text"
+msgid "<emph>6</emph>"
+msgstr "<emph>৬</emph>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149956\n"
+"19\n"
+"help.text"
+msgid "<item type=\"input\">0</item>"
+msgstr "<item type=\"input\">০</item>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145594\n"
+"20\n"
+"help.text"
+msgid "<item type=\"input\">3</item>"
+msgstr "<item type=\"input\">৩</item>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153113\n"
+"21\n"
+"help.text"
+msgid "<emph>7</emph>"
+msgstr "<emph>৭</emph>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148573\n"
+"22\n"
+"help.text"
+msgid "<item type=\"input\">2</item>"
+msgstr "<item type=\"input\">২</item>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145166\n"
+"23\n"
+"help.text"
+msgid "<item type=\"input\">4</item>"
+msgstr "<item type=\"input\">৪</item>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3157998\n"
+"24\n"
+"help.text"
+msgid "<emph>8</emph>"
+msgstr "<emph>৮</emph>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150018\n"
+"25\n"
+"help.text"
+msgid "<item type=\"input\">4</item>"
+msgstr "<item type=\"input\">৪</item>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150129\n"
+"26\n"
+"help.text"
+msgid "<item type=\"input\">6</item>"
+msgstr "<item type=\"input\">৬</item>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145245\n"
+"27\n"
+"help.text"
+msgid "<emph>9</emph>"
+msgstr "<emph>৯</emph>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148389\n"
+"28\n"
+"help.text"
+msgid "<item type=\"input\">6</item>"
+msgstr "<item type=\"input\">৬</item>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156068\n"
+"29\n"
+"help.text"
+msgid "<item type=\"input\">8</item>"
+msgstr "<item type=\"input\">৮</item>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3691824\n"
+"help.text"
+msgid "<bookmark_value>INFO function</bookmark_value>"
+msgstr "<bookmark_value>INFO function</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id5787224\n"
+"help.text"
+msgid "INFO"
+msgstr "INFO"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id1507309\n"
+"help.text"
+msgid "Returns specific information about the current working environment. The function receives a single text argument and returns data depending on that parameter."
+msgstr "বর্তমান কর্মক্ষেত্রের পরিবেশ সম্পর্কে সুনির্দিষ্ট তথ্য প্রদান করে। ফাংশনটি একক টেক্সট আর্গুমেন্ট গ্রহণ করে এবং ঐ প্যারামিটারের উপর ভিত্তি করে ডাটা প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id7693411\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3928952\n"
+"help.text"
+msgid "INFO(\"Type\")"
+msgstr "INFO(\"Type\")"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id5206762\n"
+"help.text"
+msgid "The following table lists the values for the text parameter <item type=\"literal\">Type</item> and the return values of the INFO function."
+msgstr "নিম্নের সারণিটি টেক্সট প্যারামিটার <item type=\"literal\">Type</item> এর মান এবং INFO ফাংশনের প্রদান মানের তালিকা তৈরি করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id5735953\n"
+"help.text"
+msgid "Value for \"Type\""
+msgstr "\"Type\" এর মান"
+
+#: 04060104.xhp
+#, fuzzy
+msgctxt ""
+"04060104.xhp\n"
+"par_id8360850\n"
+"help.text"
+msgid "Return value"
+msgstr "প্রদান মান"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id9648731\n"
+"help.text"
+msgid "\"osversion\""
+msgstr "\"osversion\""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id908841\n"
+"help.text"
+msgid "Always \"Windows (32-bit) NT 5.01\", for compatibility reasons"
+msgstr "উপযুক্ততার কারণে, সর্বদা \"Windows (32-bit) NT 5.01\""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id8193914\n"
+"help.text"
+msgid "\"system\""
+msgstr "\"system\""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id9841608\n"
+"help.text"
+msgid "The type of the operating system. <br/>\"WNT\" for Microsoft Windows <br/>\"LINUX\" for Linux <br/>\"SOLARIS\" for Solaris"
+msgstr "অপারেটিং সিস্টেমের ধরন। <br/>মাইক্রোসফট উইন্ডোজের জন্য \"WNT\"<br/>লিনাক্সের জন্য \"LINUX\"<br/>সোলারিসের জন্য \"SOLARIS\""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id2701803\n"
+"help.text"
+msgid "\"release\""
+msgstr "\"release\""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id2136295\n"
+"help.text"
+msgid "The product release identifier, for example \"300m25(Build:9876)\""
+msgstr "পণ্যের রিলিজ আইডেন্টিফায়ার, উদাহরণস্বরূপ \"300m25(Build:9876)\""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id9200109\n"
+"help.text"
+msgid "\"numfile\""
+msgstr "\"numfile\""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id4186223\n"
+"help.text"
+msgid "Always 1, for compatibility reasons"
+msgstr "উপযুক্ততার কারণে, সবসময় ১"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id5766472\n"
+"help.text"
+msgid "\"recalc\""
+msgstr "\"recalc\""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id1491134\n"
+"help.text"
+msgid "Current formula recalculation mode, either \"Automatic\" or \"Manual\" (localized into %PRODUCTNAME language)"
+msgstr "বর্তমান সূত্রের পুনঃহিসাব মোড, \"স্বয়ংক্রিয়\" বা \"ম্যানুয়াল\" (%PRODUCTNAME ভাষাতে অনুবাদ করা হয়েছে)"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id1161534\n"
+"help.text"
+msgid "Other spreadsheet applications may accept localized values for the <item type=\"literal\">Type</item> parameter, but %PRODUCTNAME Calc will only accept the English values."
+msgstr "অন্যান্য স্প্রেডশীট অ্যাপ্লিকেশন <item type=\"literal\">Type</item> প্যারামিটারের জন্য আঞ্চলিক মান গ্রহণ করতে পারে, কিন্তু %PRODUCTNAME ক্যালক শুধুমাত্র ইংরেজী মান গ্রহণ করবে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id5459456\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3994567\n"
+"help.text"
+msgid "<item type=\"input\">=INFO(\"release\")</item> returns the product release number of the %PRODUCTNAME in use."
+msgstr "<item type=\"input\">=INFO(\"release\")</item> ব্যবহার করতে %PRODUCTNAME-এর প্রোডাক্ট রিলিজ নম্বর প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id2873622\n"
+"help.text"
+msgid "<item type=\"input\">=INFO(D5)</item> with cell <item type=\"literal\">D5</item> containing a text string <item type=\"literal\">system</item> returns the operation system type."
+msgstr "টেক্সট স্ট্রিং <item type=\"literal\">সিস্টেম</item> ধারণকারী <item type=\"literal\">D5</item> ঘর সহ <item type=\"input\">=INFO(D5)</item> অপারেটিং সিস্টেমের ধরন প্রদান করে থাকে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3155625\n"
+"help.text"
+msgid "<bookmark_value>CURRENT function</bookmark_value>"
+msgstr "<bookmark_value>CURRENT function</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3155625\n"
+"30\n"
+"help.text"
+msgid "CURRENT"
+msgstr "CURRENT"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3157975\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_AKTUELL\">This function returns the result to date of evaluating the formula of which it is a part (in other words the result as far as that evaluation has got). Its main use is together with the STYLE() function to apply selected styles to a cell depending on the cell contents.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_AKTUELL\">সূত্রটি মূল্যায়ন করার তারিখে এই ফাংশনটি ফলাফল প্রদান করে যার এইটি একটি অংশ (অন্য কথায় যতক্ষন ফলাফলটি মূল্যায়ন করার হয়)। এইটির প্রধান ব্যবহার হলো ঘর উপাদানের উপর নির্ভরশীল একটি ঘরের নির্বাচিত শৈলী প্রয়োগ করার জন্য STYLE() ফাংশনটির সাথে একত্রে করা হয়।</ahelp>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3148880\n"
+"32\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150930\n"
+"33\n"
+"help.text"
+msgid "CURRENT()"
+msgstr "CURRENT()"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3145629\n"
+"34\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id5919064\n"
+"help.text"
+msgid "<item type=\"input\">=1+2+CURRENT()</item>"
+msgstr "<item type=\"input\">=১+২+CURRENT()</item>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id8751792\n"
+"help.text"
+msgid "The example returns 6. The formula is calculated from left to right as: 1 + 2 equals 3, giving the result to date when CURRENT() is encountered; CURRENT() therefore yields 3, which is added to the original 3 to give 6."
+msgstr "এই উদাহরণটি ৬ প্রদান করে থাকে। সূত্রটি বাম থকে ডানে: ১+২ সমান ৩, CURRENT() সংঘটনের তারিখে ফলাফল প্রদান করে গণনা করা হয়; CURRENT() এর ফলাফল ৩ যা প্রকৃত ফল ৩ এর সাথে যোগ করে ৬ হয়।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id5863826\n"
+"help.text"
+msgid "<item type=\"input\">=A2+B2+STYLE(IF(CURRENT()>10;”Red”;”Default”))</item>"
+msgstr "<item type=\"input\">=A2+B2+STYLE(IF(CURRENT()>10;”Red”;”Default”))</item>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id7463911\n"
+"help.text"
+msgid "The example returns A2 + B2 (STYLE returns 0 here). If this sum is greater than 10, the style Red is applied to the cell. See the <emph>STYLE</emph> function for more explanation."
+msgstr "উদাহরণটি A2+B2 (এখানে STYLE ০ প্রদান করে) প্রদান করে। যদি যোগফল ১০ অপেক্ষা বড় হয়, ঘরে লাল শৈলী প্রয়োগ করা হয়। আরও ব্যাখ্যার জন্য <emph>STYLE</emph> ফাংশনটি দেখুন।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id7318643\n"
+"help.text"
+msgid "<item type=\"input\">=\"choo\"&CURRENT()</item>"
+msgstr "<item type=\"input\">=\"choo\"&CURRENT()</item>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id6019165\n"
+"help.text"
+msgid "The example returns choochoo."
+msgstr "এই উদাহরণটি choochoo প্রদান করে থাকে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3150688\n"
+"help.text"
+msgid "<bookmark_value>FORMULA function</bookmark_value><bookmark_value>formula cells;displaying formulas in other cells</bookmark_value><bookmark_value>displaying;formulas at any position</bookmark_value>"
+msgstr "<bookmark_value>FORMULA function</bookmark_value><bookmark_value>formula cells;displaying formulas in other ঘর</bookmark_value><bookmark_value>displaying;formulas at any position</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3150688\n"
+"147\n"
+"help.text"
+msgid "FORMULA"
+msgstr "FORMULA"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3158417\n"
+"148\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FORMEL\">Displays the formula of a formula cell as a text string.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_FORMEL\">সূত্র ঘরের সূত্র টেক্সট স্ট্রিং হিসাবে প্রদর্শন করা হয়।</ahelp>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3154954\n"
+"149\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3147535\n"
+"150\n"
+"help.text"
+msgid "FORMULA(Reference)"
+msgstr "FORMULA(Reference)"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3014313\n"
+"help.text"
+msgid "<emph>Reference</emph> is a reference to a cell containing a formula."
+msgstr "<emph>reference</emph> হলো এমন ঘরের রেফারেন্স যাতে সূত্র রয়েছে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id8857081\n"
+"help.text"
+msgid "An invalid reference or a reference to a cell with no formula results in the error value #N/A."
+msgstr "একটি অবৈধ রেফারেন্স অথবা কোন সূত্র ব্যতীত একটি ঘরে রেফারেন্স ফলাফল হিসেবে একটি ত্রুটি মান #N/A প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3152820\n"
+"151\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153179\n"
+"152\n"
+"help.text"
+msgid "If cell A8 contains the formula <item type=\"input\">=SUM(1;2;3)</item> then"
+msgstr "যদি A8 ঘরে <item type=\"input\">=SUM(1;2;3)</item> সূত্রটি থাকে তবে"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153923\n"
+"153\n"
+"help.text"
+msgid "<item type=\"input\">=FORMULA(A8)</item> returns the text =SUM(1;2;3)."
+msgstr "<item type=\"input\">=FORMULA(A8)</item> =SUM(1;2;3) টেক্সট প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3155409\n"
+"help.text"
+msgid "<bookmark_value>ISREF function</bookmark_value><bookmark_value>references;testing cell contents</bookmark_value><bookmark_value>cell contents;testing for references</bookmark_value>"
+msgstr "<bookmark_value>ISREF function</bookmark_value><bookmark_value>references;testing cell contents</bookmark_value><bookmark_value>cell contents;testing for references</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3155409\n"
+"37\n"
+"help.text"
+msgid "ISREF"
+msgstr "ISREF"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153723\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTBEZUG\">Tests if the argument is a reference.</ahelp> Returns TRUE if the argument is a reference, returns FALSE otherwise. When given a reference this function does not examine the value being referenced."
+msgstr "<ahelp hid=\"HID_FUNC_ISTBEZUG\">আরগুমেন্ট যদি রেফারেন্স হয় তবে পরীক্ষা করা হয়।</ahelp> আরগুমেন্ট যদি রেফারেন্স হয় তবে TRUE প্রদান করা হয়, অন্যথায় FALSE প্রদান করে। যখন কোনো রেফারেন্স প্রদান করা হয়, এই ফাংশনটি রেফারেন্সের জন্য মান পরীক্ষা করে না।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3147175\n"
+"39\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149821\n"
+"40\n"
+"help.text"
+msgid "ISREF(Value)"
+msgstr "ISREF(Value)"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3146152\n"
+"41\n"
+"help.text"
+msgid "<emph>Value</emph> is the value to be tested, to determine whether it is a reference."
+msgstr "<emph>Value</emph> হলো এমন মান, যা রেফারেন্স কিনা পরীক্ষা করা হয়, নির্ধারণ করা হয়।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3083448\n"
+"42\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154317\n"
+"43\n"
+"help.text"
+msgid "<item type=\"input\">=ISREF(C5)</item> returns the result TRUE because C5 is a valid reference."
+msgstr "<item type=\"input\">=ISREF(C5)</item> TRUE প্রদান করে কারণ C5 একটি কার্যকর রেফারেন্স।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id9728072\n"
+"help.text"
+msgid "<item type=\"input\">=ISREF(\"abcdef\")</item> returns always FALSE because a text can never be a reference."
+msgstr "<item type=\"input\">=ISREF(\"abcdef\")</item> সর্বদা FALSE প্রদান করে কারণ একটি টেক্সট কখনও রেফারেন্স হতে পারে না।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id2131544\n"
+"help.text"
+msgid "<item type=\"input\">=ISREF(4)</item> returns FALSE."
+msgstr "<item type=\"input\">=ISREF(4)</item> FALSE প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id4295480\n"
+"help.text"
+msgid "<item type=\"input\">=ISREF(INDIRECT(\"A6\"))</item> returns TRUE, because INDIRECT is a function that returns a reference."
+msgstr "<item type=\"input\">=ISREF(INDIRECT(\"A6\"))</item> TRUE প্রদান করে, কারণ INDIRECT এমন একটি ফাংশন যা রেফারেন্স প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3626819\n"
+"help.text"
+msgid "<item type=\"input\">=ISREF(ADDRESS(1; 1; 2;\"Sheet2\"))</item> returns FALSE, because ADDRESS is a function that returns a text, although it looks like a reference."
+msgstr "<item type=\"input\">=ISREF(ADDRESS(1; 1; 2;\"Sheet2\"))</item> FALSE প্রদান করে, কারণ ADDRESS এমন একটি ফাংশন যা টেক্সট প্রদান করে, যদিও এটা রেফারেন্সের মতো দেখায়।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3154812\n"
+"help.text"
+msgid "<bookmark_value>ISERR function</bookmark_value><bookmark_value>error codes;controlling</bookmark_value>"
+msgstr "<bookmark_value>ISERR function</bookmark_value><bookmark_value>error codes;controlling</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3154812\n"
+"45\n"
+"help.text"
+msgid "ISERR"
+msgstr "ISERR"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149282\n"
+"46\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTFEHL\">Tests for error conditions, except the #N/A error value, and returns TRUE or FALSE.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTFEHL\">ত্রুটি মান \"#N/A\" ব্যতীত, ত্রুটি যুক্ত অবস্থার জন্য পরীক্ষা করা হয়, এবং TRUE বা FALSE প্রদান করে।</ahelp>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3149450\n"
+"47\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156312\n"
+"48\n"
+"help.text"
+msgid "ISERR(Value)"
+msgstr "ISERR(Value)"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3146857\n"
+"49\n"
+"help.text"
+msgid "<emph>Value</emph> is any value or expression which is tested to see whether an error value other than #N/A is present."
+msgstr "<emph>Value</emph> হলো এমন যেকোনো মান বা এক্সপ্রেশন, যা #N/A ব্যতীত অন্য কোনো ত্রুটি মান আছে কিনা দেখার জন্য পরীক্ষা করা হয়।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3153212\n"
+"50\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153276\n"
+"51\n"
+"help.text"
+msgid "<item type=\"input\">=ISERR(C8)</item> where cell C8 contains <item type=\"input\">=1/0</item> returns TRUE, because 1/0 is an error."
+msgstr "<item type=\"input\">=ISERR(C8)</item>, যেখানে C8 ঘরে <item type=\"input\">=1/0</item> থাকে, TRUE প্রদান করে, কারণ ১/০ হলো একটি ত্রুটি।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id8456984\n"
+"help.text"
+msgid "<item type=\"input\">=ISERR(C9)</item> where cell C9 contains <item type=\"input\">=NA()</item> returns FALSE, because ISERR() ignores the #N/A error."
+msgstr "<item type=\"input\">=ISERR(C9)</item>, যেখানে C9 ঘরে <item type=\"input\">=NA()</item> থাকে, FALSE প্রদান করে, কারণ ISERR() #N/A ত্রুটি উপেক্ষা করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3147081\n"
+"help.text"
+msgid "<bookmark_value>ISERROR function</bookmark_value><bookmark_value>recognizing;general errors</bookmark_value>"
+msgstr "<bookmark_value>ISERROR function</bookmark_value><bookmark_value>recognizing;general errors</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3147081\n"
+"53\n"
+"help.text"
+msgid "ISERROR"
+msgstr "ISERROR"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156316\n"
+"54\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTFEHLER\">Tests for error conditions, including the #N/A error value, and returns TRUE or FALSE.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTFEHLER\">ত্রুটি মান \"#N/A\" সহ, ত্রুটি যুক্ত অবস্থার জন্য পরীক্ষা করা হয়, এবং TRUE বা FALSE প্রদান করে</ahelp>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3147569\n"
+"55\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153155\n"
+"56\n"
+"help.text"
+msgid "ISERROR(Value)"
+msgstr "ISERROR(Value)"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154047\n"
+"57\n"
+"help.text"
+msgid "<emph>Value</emph> is or refers to the value to be tested. ISERROR() returns TRUE if there is an error and FALSE if not."
+msgstr "<emph>Value</emph> হলো এমন মান, যা পরীক্ষা করা হবে বা পরীক্ষার জন্য পাঠানো হয়। যদি কোনো ত্রুটি থাকে ISERROR() TRUE প্রদান করে এবং অন্যথায় FALSE।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3155994\n"
+"58\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150256\n"
+"59\n"
+"help.text"
+msgid "<item type=\"input\">=ISERROR(C8)</item> where cell C8 contains <item type=\"input\">=1/0</item> returns TRUE, because 1/0 is an error."
+msgstr "<item type=\"input\">=ISERROR(C8)</item>, যেখানে C8 ঘরে <item type=\"input\">=1/0</item> রয়েছে, TRUE প্রদান করে, কারণ ১/০ হলো ত্রুটি।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id1889095\n"
+"help.text"
+msgid "<item type=\"input\">=ISERROR(C9)</item> where cell C9 contains <item type=\"input\">=NA()</item> returns TRUE."
+msgstr "<item type=\"input\">=ISERROR(C9)</item>, যেখানে C9 ঘরে <item type=\"input\">=NA()</item> রয়েছে, TRUE প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3153618\n"
+"help.text"
+msgid "<bookmark_value>ISFORMULA function</bookmark_value><bookmark_value>recognizing formula cells</bookmark_value><bookmark_value>formula cells;recognizing</bookmark_value>"
+msgstr "<bookmark_value>ISFORMULA function</bookmark_value><bookmark_value>recognizing formula cells</bookmark_value><bookmark_value>formula cells;recognizing</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3153618\n"
+"61\n"
+"help.text"
+msgid "ISFORMULA"
+msgstr "ISFORMULA"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149138\n"
+"62\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTFORMEL\">Returns TRUE if a cell is a formula cell.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTFORMEL\">যদি কোনো ঘর সূত্র ঘর হয়, TRUE প্রদান করে।</ahelp>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3155100\n"
+"63\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3143230\n"
+"64\n"
+"help.text"
+msgid "ISFORMULA(Reference)"
+msgstr "ISFORMULA(Reference)"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150150\n"
+"65\n"
+"help.text"
+msgid "<emph>Reference</emph> indicates the reference to a cell in which a test will be performed to determine if it contains a formula."
+msgstr "<emph>Reference</emph> একটি ঘরের রেফারেন্স নির্দেশ করে, যেখানে একটি পরীক্ষা সম্পন্ন করা হবে, যা নির্ধারণ করবে যে এতে সূত্র রয়েছে কিনা।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3147491\n"
+"66\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3159182\n"
+"67\n"
+"help.text"
+msgid "<item type=\"input\">=ISFORMULA(C4)</item> returns FALSE if the cell C4 contains the number <item type=\"input\">5</item>."
+msgstr "<item type=\"input\">=ISFORMULA(C4)</item> FALSE প্রদান করে, যদি C4 ঘরে <item type=\"input\">৫</item> সংখ্যাটি থাকে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3149760\n"
+"help.text"
+msgid "<bookmark_value>ISEVEN_ADD function</bookmark_value>"
+msgstr "<bookmark_value>ISEVEN_ADD function</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3149760\n"
+"229\n"
+"help.text"
+msgid "ISEVEN_ADD"
+msgstr "ISEVEN_ADD"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3147253\n"
+"230\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_ISEVEN\">Tests for even numbers. Returns 1 if the number divided by 2 returns a whole number.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_ISEVEN\">জোড় সংখ্যার জন্য পরীক্ষা করা হয়। যদি সংখ্যাটি ২ দ্বারা ভাগ করা হলে একটি পূর্ণ সংখ্যা প্রদান করে, ১ প্রদান করা হয়।</ahelp>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3152799\n"
+"231\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149202\n"
+"232\n"
+"help.text"
+msgid "ISEVEN_ADD(Number)"
+msgstr "ISEVEN_ADD(Number)"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151168\n"
+"233\n"
+"help.text"
+msgid "<emph>Number</emph> is the number to be tested."
+msgstr "<emph>Number</emph> হলো এমন সংখ্যা যা পরীক্ষা করা হবে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3150115\n"
+"234\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153904\n"
+"235\n"
+"help.text"
+msgid "<item type=\"input\">=ISEVEN_ADD(5)</item> returns 0."
+msgstr "<item type=\"input\">=ISEVEN_ADD(5)</item> ০ প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id6238308\n"
+"help.text"
+msgid "<item type=\"input\">=ISEVEN_ADD(A1)</item> returns 1 if cell A1 contains the number <item type=\"input\">2</item>."
+msgstr "<item type=\"input\">=ISEVEN_ADD(A1)</item> ১ প্রদান করে, যদি A1 ঘরে <item type=\"input\">২</item> সংখ্যাটি থাকে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3154692\n"
+"help.text"
+msgid "<bookmark_value>ISNONTEXT function</bookmark_value><bookmark_value>cell contents;no text</bookmark_value>"
+msgstr "<bookmark_value>ISNONTEXT function</bookmark_value><bookmark_value>cell contents;no text</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3154692\n"
+"68\n"
+"help.text"
+msgid "ISNONTEXT"
+msgstr "ISNONTEXT"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155330\n"
+"69\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTKTEXT\">Tests if the cell contents are text or numbers, and returns FALSE if the contents are text.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTKTEXT\">যদি ঘরের বিষয়বস্তু টেক্সট বা সংখ্যা হয়, তবে পরীক্ষা করা হয়, এবং যদি বিষয়বস্তু টেক্সট হয়, FALSE প্রদান করে।</ahelp>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id5719779\n"
+"help.text"
+msgid "If an error occurs, the function returns TRUE."
+msgstr "যদি কোনো ত্রুটি সংঘটিত হয়, ফাংশনটি TRUE প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3154931\n"
+"70\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148829\n"
+"71\n"
+"help.text"
+msgid "ISNONTEXT(Value)"
+msgstr "ISNONTEXT(Value)"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3146992\n"
+"72\n"
+"help.text"
+msgid "<emph>Value</emph> is any value or expression where a test is performed to determine whether it is a text or numbers or a Boolean value."
+msgstr "<emph>Value</emph> হলো এমন যেনোনো মান বা এক্সপ্রেশন, যেখানে একটি পরীক্ষা সম্পন্ন করা হয়, যা নির্ধারণ করে যে এটা টেক্সট বা সংখ্যা বা বুলিয়ান মান কিনা।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3150525\n"
+"73\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149906\n"
+"74\n"
+"help.text"
+msgid "<item type=\"input\">=ISNONTEXT(D2)</item> returns FALSE if cell D2 contains the text <item type=\"input\">abcdef</item>."
+msgstr "<item type=\"input\">=ISNONTEXT(D2)</item> FALSE প্রদান করে, যদি D2 ঘরে <item type=\"input\">abcdef</item> টেক্সট থাকে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150777\n"
+"75\n"
+"help.text"
+msgid "<item type=\"input\">=ISNONTEXT(D9)</item> returns TRUE if cell D9 contains the number <item type=\"input\">8</item>."
+msgstr "<item type=\"input\">=ISNONTEXT(D9)</item> TRUE প্রদান করে, যদি D9 ঘরে <item type=\"input\">৮</item> সংখ্যাটি থাকে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3159148\n"
+"help.text"
+msgid "<bookmark_value>ISBLANK function</bookmark_value><bookmark_value>blank cell contents</bookmark_value><bookmark_value>empty cells; recognizing</bookmark_value>"
+msgstr "<bookmark_value>ISBLANK function</bookmark_value><bookmark_value>blank cell contents</bookmark_value><bookmark_value>empty cells; recognizing</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3159148\n"
+"77\n"
+"help.text"
+msgid "ISBLANK"
+msgstr "ISBLANK"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148800\n"
+"78\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTLEER\">Returns TRUE if the reference to a cell is blank.</ahelp> This function is used to determine if the content of a cell is empty. A cell with a formula inside is not empty."
+msgstr "<ahelp hid=\"HID_FUNC_ISTLEER\">যদি একটি ঘরের রেফারেন্স খালি থাকে, TRUE প্রদান করা হয়।</ahelp> ঘরের বিষয়বস্তু ফাঁকা কিনা জানার জন্য এই ফাংশনটি ব্যবহার করা হয়। সূত্র যুক্ত একটি ঘর ফাঁকা নয়।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3159162\n"
+"79\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3158406\n"
+"80\n"
+"help.text"
+msgid "ISBLANK(Value)"
+msgstr "ISBLANK(Value)"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154212\n"
+"81\n"
+"help.text"
+msgid "<emph>Value</emph> is the content to be tested."
+msgstr "<emph>Value</emph> হলো এমন বিষয়বস্তু, যা পরীক্ষা করা হবে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3147508\n"
+"82\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3147234\n"
+"83\n"
+"help.text"
+msgid "<item type=\"input\">=ISBLANK(D2)</item> returns FALSE as a result."
+msgstr "<item type=\"input\">=ISBLANK(D2)</item> ফলাফল হিসাবে FALSE প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3155356\n"
+"help.text"
+msgid "<bookmark_value>ISLOGICAL function</bookmark_value><bookmark_value>number formats;logical</bookmark_value><bookmark_value>logical number formats</bookmark_value>"
+msgstr "<bookmark_value>ISLOGICAL function</bookmark_value><bookmark_value>number formats;logical</bookmark_value><bookmark_value>logical number formats</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3155356\n"
+"85\n"
+"help.text"
+msgid "ISLOGICAL"
+msgstr "ISLOGICAL"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148926\n"
+"86\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTLOG\">Tests for a logical value (TRUE or FALSE).</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTLOG\">লজিক্যাল মান (TRUE বা FALSE) পরীক্ষা করা হয়।</ahelp>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3541062\n"
+"help.text"
+msgid "If an error occurs, the function returns FALSE."
+msgstr "যদি কোনো ত্রুটি সংঘটিত হয়, ফাংশনটি FALSE প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3149162\n"
+"87\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148918\n"
+"88\n"
+"help.text"
+msgid "ISLOGICAL(Value)"
+msgstr "ISLOGICAL(Value)"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3146946\n"
+"89\n"
+"help.text"
+msgid "Returns TRUE if <emph>Value</emph> is a logical value (TRUE or FALSE), and returns FALSE otherwise."
+msgstr "যদি <emph>Value</emph> লজিক্যাল মান (TRUE বা FALSE) হয়, তবে TRUE প্রদান করে, এবং অন্যথায় FALSE প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3150709\n"
+"90\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3166442\n"
+"91\n"
+"help.text"
+msgid "<item type=\"input\">=ISLOGICAL(99)</item> returns FALSE, because 99 is a number, not a logical value."
+msgstr "<item type=\"input\">=ISLOGICAL(99)</item> FALSE প্রদান করে, কারণ ৯৯ হলো একটি সংখ্যা, লজিক্যাল মান নয়।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3556016\n"
+"help.text"
+msgid "<item type=\"input\">=ISLOGICAL(ISNA(D4))</item> returns TRUE whatever the contents of cell D4, because ISNA() returns a logical value."
+msgstr "D4 ঘরের বিষয়বস্তু যাই হোক না কেন, <item type=\"input\">=ISLOGICAL(ISNA(D4))</item> TRUE প্রদান করে, কারণ ISNA() লজিক্যাল মান প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3153685\n"
+"help.text"
+msgid "<bookmark_value>ISNA function</bookmark_value><bookmark_value>#N/A error;recognizing</bookmark_value>"
+msgstr "<bookmark_value>ISNA function</bookmark_value><bookmark_value>#N/A error;recognizing</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3153685\n"
+"93\n"
+"help.text"
+msgid "ISNA"
+msgstr "ISNA"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149105\n"
+"94\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTNV\">Returns TRUE if a cell contains the #N/A (value not available) error value.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTNV\">যদি কোনো ঘরে ত্রুটি মান #N/A (মান বিদ্যমান নেই) থাকে, TRUE প্রদান করে।</ahelp>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id6018860\n"
+"help.text"
+msgid "If an error occurs, the function returns FALSE."
+msgstr "যদি কোনো ত্রুটি সংঘটিত হয়, ফাংশনটি FALSE প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3152947\n"
+"95\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153748\n"
+"96\n"
+"help.text"
+msgid "ISNA(Value)"
+msgstr "ISNA(Value)"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3152884\n"
+"97\n"
+"help.text"
+msgid "<emph>Value</emph> is the value or expression to be tested."
+msgstr "<emph>Value</emph> হলো এমন একটি মান বা এক্সপ্রেশন, যা পরীক্ষা করা হবে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3149964\n"
+"98\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154852\n"
+"99\n"
+"help.text"
+msgid "<item type=\"input\">=ISNA(D3)</item> returns FALSE as a result."
+msgstr "<item type=\"input\">=ISNA(D3)</item> ফলাফল হিসেবে FALSE প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3149426\n"
+"help.text"
+msgid "<bookmark_value>ISTEXT function</bookmark_value><bookmark_value>cell contents;text</bookmark_value>"
+msgstr "<bookmark_value>ISTEXT function</bookmark_value><bookmark_value>cell contents;text</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3149426\n"
+"101\n"
+"help.text"
+msgid "ISTEXT"
+msgstr "ISTEXT"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145368\n"
+"102\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTTEXT\">Returns TRUE if the cell contents refer to text.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTTEXT\">যদি ঘরের বিষয়বস্তু টেক্সটে উল্লেখ করা হয়, TRUE প্রদান করে।</ahelp>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id6779686\n"
+"help.text"
+msgid "If an error occurs, the function returns FALSE."
+msgstr "যদি কোন ত্রুটি সংঘটিত হয়, ফাংশনটি FALSE প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3154332\n"
+"103\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148649\n"
+"104\n"
+"help.text"
+msgid "ISTEXT(Value)"
+msgstr "ISTEXT(Value)"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150417\n"
+"105\n"
+"help.text"
+msgid "<emph>Value</emph> is a value, number, Boolean value, or an error value to be tested."
+msgstr "<emph>Value</emph> হলো এমন মান, সংখ্যা, বুলিয়ান মান, বা ত্রুটি মান, যা পরীক্ষা করা হবে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3149239\n"
+"106\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3144756\n"
+"107\n"
+"help.text"
+msgid "<item type=\"input\">=ISTEXT(D9)</item> returns TRUE if cell D9 contains the text <item type=\"input\">abcdef</item>."
+msgstr "যদি D9 ঘরে <item type=\"input\">abcdef</item>টেক্সটি থাকে, <item type=\"input\">=ISTEXT(D9)</item> TRUE প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148416\n"
+"108\n"
+"help.text"
+msgid "<item type=\"input\">=ISTEXT(C3)</item> returns FALSE if cell C3 contains the number <item type=\"input\">3</item>."
+msgstr "যদি C3 ঘরে <item type=\"input\">৩</item>সংখ্যাটি থাকে, <item type=\"input\">=ISTEXT(C3)</item> FALSE প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3153939\n"
+"help.text"
+msgid "<bookmark_value>ISODD_ADD function</bookmark_value>"
+msgstr "<bookmark_value>ISODD_ADD function</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3153939\n"
+"236\n"
+"help.text"
+msgid "ISODD_ADD"
+msgstr "ISODD_ADD"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153538\n"
+"237\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_ISODD\">Returns TRUE (1) if the number does not return a whole number when divided by 2.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_ISODD\">যদি সংখ্যাটি ২ দ্বারা ভাগ করা হলে পূর্ণ সংখ্যা প্রদান না করে, TRUE (1) প্রদান করে।</ahelp>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3145601\n"
+"238\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149485\n"
+"239\n"
+"help.text"
+msgid "ISODD_ADD(Number)"
+msgstr "ISODD_ADD(Number)"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153315\n"
+"240\n"
+"help.text"
+msgid "<emph>Number</emph> is the number to be tested."
+msgstr "<emph>Number</emph> হলো এমন সংখ্যা, যা পরীক্ষা করা হবে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3143274\n"
+"241\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154793\n"
+"242\n"
+"help.text"
+msgid "<item type=\"input\">=ISODD_ADD(5)</item> returns 1."
+msgstr "<item type=\"input\">=ISODD_ADD(5)</item> 1 প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3148688\n"
+"help.text"
+msgid "<bookmark_value>ISNUMBER function</bookmark_value><bookmark_value>cell contents;numbers</bookmark_value>"
+msgstr "<bookmark_value>ISNUMBER function</bookmark_value><bookmark_value>cell contents;numbers</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3148688\n"
+"110\n"
+"help.text"
+msgid "ISNUMBER"
+msgstr "ISNUMBER"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154618\n"
+"111\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTZAHL\">Returns TRUE if the value refers to a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTZAHL\">যদি মানটি সংখ্যায় উল্লেখ করা হয়, TRUE প্রদান করে।</ahelp>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3152769\n"
+"112\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150595\n"
+"113\n"
+"help.text"
+msgid "ISNUMBER(Value)"
+msgstr "ISNUMBER(Value)"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150351\n"
+"114\n"
+"help.text"
+msgid "<emph>Value</emph> is any expression to be tested to determine whether it is a number or text."
+msgstr "<emph>Value</emph> হলো এমন যেকোনো এক্সপ্রেশন, যা মানটি সংখ্যা বা টেক্সট কিনা নির্ধারণ করতে পরীক্ষা করা হয়।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3146793\n"
+"115\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155614\n"
+"116\n"
+"help.text"
+msgid "<item type=\"input\">=ISNUMBER(C3)</item> returns TRUE if the cell C3 contains the number <item type=\"input\">4</item>."
+msgstr "যদি C3 ঘরে <item type=\"input\">৪</item> সংখ্যাটি থাকে, <item type=\"input\">=ISNUMBER(C3)</item> TRUE প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154417\n"
+"117\n"
+"help.text"
+msgid "<item type=\"input\">=ISNUMBER(C2)</item> returns FALSE if the cell C2 contains the text <item type=\"input\">abcdef</item>."
+msgstr "যদি C2 ঘরে <item type=\"input\">abcdef</item> টেক্সট থাকে, <item type=\"input\">=ISNUMBER(C2)</item> FALSE প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3153694\n"
+"help.text"
+msgid "<bookmark_value>N function</bookmark_value>"
+msgstr "<bookmark_value>N function</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3153694\n"
+"119\n"
+"help.text"
+msgid "N"
+msgstr "N"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150405\n"
+"120\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_N\">Returns the numeric value of the given parameter. Returns 0 if parameter is text or FALSE.</ahelp>"
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id9115573\n"
+"help.text"
+msgid "If an error occurs the function returns the error value."
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3145774\n"
+"121\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153883\n"
+"122\n"
+"help.text"
+msgid "N(Value)"
+msgstr "N(Value)"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151101\n"
+"123\n"
+"help.text"
+msgid "<emph>Value</emph> is the parameter to be converted into a number. N() returns the numeric value if it can. It returns the logical values TRUE and FALSE as 1 and 0 respectively. It returns text as 0."
+msgstr ""
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3147097\n"
+"124\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154117\n"
+"125\n"
+"help.text"
+msgid "<item type=\"input\">=N(123)</item> returns 123"
+msgstr "<item type=\"input\">=N(123)</item> ১২৩ প্রদান করে"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id2337717\n"
+"help.text"
+msgid "<item type=\"input\">=N(TRUE)</item> returns 1"
+msgstr "<item type=\"input\">=N(TRUE)</item> 1 প্রদান করে"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153781\n"
+"126\n"
+"help.text"
+msgid "<item type=\"input\">=N(FALSE)</item> returns 0"
+msgstr "<item type=\"input\">=N(FALSE)</item> 0 প্রদান করে"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154670\n"
+"243\n"
+"help.text"
+msgid "<item type=\"input\">=N(\"abc\")</item> returns 0"
+msgstr "<item type=\"input\">=N(\"abc\")</item> 0 প্রদান করে"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3519089\n"
+"help.text"
+msgid "=N(1/0) returns #DIV/0!"
+msgstr "=N(১/০) #DIV/0! প্রদান করে"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3156275\n"
+"help.text"
+msgid "<bookmark_value>NA function</bookmark_value><bookmark_value>#N/A error;assigning to a cell</bookmark_value>"
+msgstr "<bookmark_value>NA function</bookmark_value><bookmark_value>#N/A error;assigning to a cell</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3156275\n"
+"129\n"
+"help.text"
+msgid "NA"
+msgstr "NA"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156161\n"
+"130\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_NV\">Returns the error value #N/A.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_NV\">ত্রুটি মান #N/A প্রদান করে।</ahelp>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3147532\n"
+"131\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149563\n"
+"132\n"
+"help.text"
+msgid "NA()"
+msgstr "NA()"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3155128\n"
+"133\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154481\n"
+"134\n"
+"help.text"
+msgid "<item type=\"input\">=NA()</item> converts the contents of the cell into #N/A."
+msgstr "<item type=\"input\">=NA()</item> ঘরের বিষয়বস্তু #N/A এ রূপান্তর করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3151255\n"
+"help.text"
+msgid "<bookmark_value>TYPE function</bookmark_value>"
+msgstr "<bookmark_value>TYPE function</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3151255\n"
+"136\n"
+"help.text"
+msgid "TYPE"
+msgstr "TYPE"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155900\n"
+"137\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TYP\">Returns the type of value.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TYP\">মানের ধরন প্রদান করে।</ahelp>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3149992\n"
+"138\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148400\n"
+"139\n"
+"help.text"
+msgid "TYPE(Value)"
+msgstr "TYPE(Value)"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150830\n"
+"140\n"
+"help.text"
+msgid "<emph>Value</emph> is a specific value for which the data type is determined. Value 1 = number, value 2 = text, value 4 = Boolean value, value 8 = formula, value 16 = error value."
+msgstr "<emph>Value</emph> হলো একটি সুনির্দিষ্ট মান যার জন্য ডাটার ধরন নির্ধারিত। মান ১ = সংখ্যা, মান ২ = টেক্সট, মান ৪ = বুলিয়ান মান, মান ৮ = সূত্র, মান ১৬ = ত্রুটি মান।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3154363\n"
+"141\n"
+"help.text"
+msgid "Example (see example table above)"
+msgstr "উদাহরণ (উপরের উদাহরণ সারণি দেখুন)"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153357\n"
+"142\n"
+"help.text"
+msgid "<item type=\"input\">=TYPE(C2)</item> returns 2 as a result."
+msgstr "<item type=\"input\">=TYPE(C2)</item> ফলাফল হিসেবে ২ প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148980\n"
+"143\n"
+"help.text"
+msgid "<item type=\"input\">=TYPE(D9)</item> returns 1 as a result."
+msgstr "<item type=\"input\">=TYPE(D9)</item> ফলাফল হিসেবে ১ প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"bm_id3155509\n"
+"help.text"
+msgid "<bookmark_value>CELL function</bookmark_value><bookmark_value>cell information</bookmark_value><bookmark_value>information on cells</bookmark_value>"
+msgstr "<bookmark_value>CELL function</bookmark_value><bookmark_value>cell information</bookmark_value><bookmark_value>information on cells</bookmark_value>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3155509\n"
+"154\n"
+"help.text"
+msgid "CELL"
+msgstr "CELL"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153196\n"
+"155\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZELLE\">Returns information on address, formatting or contents of a cell.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ZELLE\">ঘরের ঠিকানা, বিন্যাস বা বিষয়বস্তুর তথ্য প্রদান করে।</ahelp>"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"hd_id3149323\n"
+"156\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3147355\n"
+"157\n"
+"help.text"
+msgid "CELL(\"InfoType\"; Reference)"
+msgstr "CELL(\"InfoType\"; Reference)"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154716\n"
+"158\n"
+"help.text"
+msgid "<emph>InfoType</emph> is the character string that specifies the type of information. The character string is always in English. Upper or lower case is optional."
+msgstr "<emph>InfoType</emph> হলো অক্ষরের স্ট্রিং, যা তথ্যের ধরন উল্লেখ করে। অক্ষর স্ট্রিং সর্বদা ইংরেজীতে থাকে। বড় হাতের বা ছোট হাতের অক্ষর হলো ঐচ্ছিক।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150636\n"
+"165\n"
+"help.text"
+msgid "InfoType"
+msgstr "InfoType"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149344\n"
+"166\n"
+"help.text"
+msgid "Meaning"
+msgstr "অর্থ"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153266\n"
+"167\n"
+"help.text"
+msgid "COL"
+msgstr "COL"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156204\n"
+"168\n"
+"help.text"
+msgid "Returns the number of the referenced column."
+msgstr "উল্লেখিত কলামের সংখ্যা প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150094\n"
+"162\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"COL\";D2)</item> returns 4."
+msgstr "<item type=\"input\">=CELL(\"COL\";D2)</item> ৪ প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151276\n"
+"169\n"
+"help.text"
+msgid "ROW"
+msgstr "ROW"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3147583\n"
+"170\n"
+"help.text"
+msgid "Returns the number of the referenced row."
+msgstr "উল্লেখিত সারির সংখ্যা প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151222\n"
+"163\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"ROW\";D2)</item> returns 2."
+msgstr "<item type=\"input\">=CELL(\"ROW\";D2)</item> ২ প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3159217\n"
+"171\n"
+"help.text"
+msgid "SHEET"
+msgstr "SHEET"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151201\n"
+"172\n"
+"help.text"
+msgid "Returns the number of the referenced sheet."
+msgstr "উল্লেখিত শীটের সংখ্যা প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149169\n"
+"164\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"Sheet\";Sheet3.D2)</item> returns 3."
+msgstr "<item type=\"input\">=CELL(\"Sheet\";Sheet3.D2)</item> ৩ প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149431\n"
+"173\n"
+"help.text"
+msgid "ADDRESS"
+msgstr "ADDRESS"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156054\n"
+"174\n"
+"help.text"
+msgid "Returns the absolute address of the referenced cell."
+msgstr "উল্লেখিত ঘরের সম্পূর্ণ ঠিকানা প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154136\n"
+"175\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"ADDRESS\";D2)</item> returns $D$2."
+msgstr "<item type=\"input\">=CELL(\"ADDRESS\";D2)</item> $D$2 প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3159198\n"
+"176\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"ADDRESS\";Sheet3.D2)</item> returns $Sheet3.$D$2."
+msgstr "<item type=\"input\">=CELL(\"ADDRESS\";Sheet3.D2)</item> $Sheet3.$D$2 প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150245\n"
+"177\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"ADDRESS\";'X:\\dr\\test.sxc'#$Sheet1.D2)</item> returns 'file:///X:/dr/test.sxc'#$Sheet1.$D$2."
+msgstr "<item type=\"input\">=CELL(\"ADDRESS\";'X:\\\\dr\\\\test.sxc'#$Sheet1.D2)</item> 'file:///X:/dr/test.sxc'#$Sheet1.$D$2 প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3146811\n"
+"178\n"
+"help.text"
+msgid "FILENAME"
+msgstr "FILENAME"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151328\n"
+"179\n"
+"help.text"
+msgid "Returns the file name and the sheet number of the referenced cell."
+msgstr "উল্লেখিত ঘরের ফাইলের নাম এবং শীট সংখ্যা প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3148896\n"
+"180\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"FILENAME\";D2)</item> returns 'file:///X:/dr/own.sxc'#$Sheet1, if the formula in the current document X:\\dr\\own.sxc is located in Sheet1."
+msgstr "যদি বর্তমান নথি X:\\\\dr\\\\own.sxc এর সূত্রটি শীট১ এ অবস্থিত থাকে, <item type=\"input\">=CELL(\"FILENAME\";D2)</item> 'file:///X:/dr/own.sxc'#$Sheet1 প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155144\n"
+"181\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"FILENAME\";'X:\\dr\\test.sxc'#$Sheet1.D2)</item> returns 'file:///X:/dr/test.sxc'#$Sheet1."
+msgstr "<item type=\"input\">=CELL(\"FILENAME\";'X:\\\\dr\\\\test.sxc'#$Sheet1.D2)</item> 'file:///X:/dr/test.sxc'#$Sheet1 প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151381\n"
+"182\n"
+"help.text"
+msgid "COORD"
+msgstr "COORD"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151004\n"
+"183\n"
+"help.text"
+msgid "Returns the complete cell address in Lotus(TM) notation."
+msgstr "Lotus(TM) নোটেশনে সম্পূর্ণ ঘরের ঠিকানা প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3159104\n"
+"184\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"COORD\"; D2)</item> returns $A:$D$2."
+msgstr "<item type=\"input\">=CELL(\"COORD\"; D2)</item> $A:$D$2 প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3163720\n"
+"185\n"
+"help.text"
+msgid "<item type=\"input\">=CELL(\"COORD\"; Sheet3.D2)</item> returns $C:$D$2."
+msgstr "<item type=\"input\">=CELL(\"COORD\"; Sheet3.D2)</item> $C:$D$2 প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155910\n"
+"186\n"
+"help.text"
+msgid "CONTENTS"
+msgstr "CONTENTS"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156041\n"
+"187\n"
+"help.text"
+msgid "Returns the contents of the referenced cell, without any formatting."
+msgstr "উল্লেখিত ঘরের বিষয়বস্তু কোনো বিন্যাস ছাড়াই প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151069\n"
+"188\n"
+"help.text"
+msgid "TYPE"
+msgstr "TYPE"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155344\n"
+"189\n"
+"help.text"
+msgid "Returns the type of cell contents."
+msgstr "ঘরের বিষয়বস্তুর ধরন প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145217\n"
+"190\n"
+"help.text"
+msgid "b = blank. empty cell"
+msgstr "b = ফাঁকা। শূন্য ঘর"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155176\n"
+"191\n"
+"help.text"
+msgid "l = label. Text, result of a formula as text"
+msgstr "l = লেবেল। টেক্সট, টেক্সট হিসেবে সূত্রের ফলাফল"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3147280\n"
+"192\n"
+"help.text"
+msgid "v = value. Value, result of a formula as a number"
+msgstr "v = মান। মান, সংখ্যা হিসেবে সূত্রের ফলাফল"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156348\n"
+"193\n"
+"help.text"
+msgid "WIDTH"
+msgstr "WIDTH"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154920\n"
+"194\n"
+"help.text"
+msgid "Returns the width of the referenced column. The unit is the number of zeros (0) that fit into the column in the default text and the default size."
+msgstr "রেফারেন্সকৃত কলামের প্রস্থ প্রদান করে। একক হলো শূন্যের (০) সংখ্যা, যা পূর্বনির্ধারিত টেক্সট এবং পূর্বনির্ধারিত আকারে কলামের উপযুক্ত।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3152355\n"
+"195\n"
+"help.text"
+msgid "PREFIX"
+msgstr "PREFIX"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154230\n"
+"196\n"
+"help.text"
+msgid "Returns the alignment of the referenced cell."
+msgstr "রেফারেন্সকৃত ঘরের প্রান্তিককরণ প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155946\n"
+"197\n"
+"help.text"
+msgid "' = align left or left-justified"
+msgstr "' = বাম প্রান্তিক বা বাম-উভয়প্রান্তিক"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3147220\n"
+"198\n"
+"help.text"
+msgid "\" = align right"
+msgstr "\" = ডান প্রান্তিক"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3149038\n"
+"199\n"
+"help.text"
+msgid "^ = centered"
+msgstr "^ = কেন্দ্রস্থিত"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153129\n"
+"200\n"
+"help.text"
+msgid "\\ = repeating (currently inactive)"
+msgstr "\\\\ = পুনরাবৃত্তকরণ (বর্তমানে নিষ্ক্রিয়)"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154406\n"
+"201\n"
+"help.text"
+msgid "PROTECT"
+msgstr "PROTECT"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145127\n"
+"202\n"
+"help.text"
+msgid "Returns the status of the cell protection for the cell."
+msgstr "ঘরের জন্য ঘর সংরক্ষণের অবস্থা প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155794\n"
+"203\n"
+"help.text"
+msgid "1 = cell is protected"
+msgstr "১ = ঘর সংরক্ষিত"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155072\n"
+"204\n"
+"help.text"
+msgid "0 = cell is not protected"
+msgstr "০ = ঘর সংরক্ষিত নয়"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156178\n"
+"205\n"
+"help.text"
+msgid "FORMAT"
+msgstr "FORMAT"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150220\n"
+"206\n"
+"help.text"
+msgid "Returns a character string that indicates the number format."
+msgstr "একটি অক্ষর স্ট্রিং প্রদান করে, যা সংখ্যার বিন্যাস নির্দেশ করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153824\n"
+"207\n"
+"help.text"
+msgid ", = number with thousands separator"
+msgstr ", = সহস্র বিভাজক যুক্ত সংখ্যা"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153837\n"
+"208\n"
+"help.text"
+msgid "F = number without thousands separator"
+msgstr "F = সহস্র বিভাজক ব্যতীত সংখ্যা"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150318\n"
+"209\n"
+"help.text"
+msgid "C = currency format"
+msgstr "C = মুদ্রার বিন্যাস"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153168\n"
+"210\n"
+"help.text"
+msgid "S = exponential representation, for example, 1.234+E56"
+msgstr "S = সূচকীয় উপস্থাপন, উদাহরণস্বরূপ, 1.234+E56"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153515\n"
+"211\n"
+"help.text"
+msgid "P = percentage"
+msgstr "P = শতকরা হার"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154375\n"
+"212\n"
+"help.text"
+msgid "In the above formats, the number of decimal places after the decimal separator is given as a number. Example: the number format #,##0.0 returns ,1 and the number format 00.000% returns P3"
+msgstr "উপরের ফরম্যাটে, দশমিক বিভাজকের পরে দশমিক স্থান সংখ্যা একটি সংখ্যা হিসাবে প্রদান করা হয়েছে। উদাহরণ: #,##০.০ সংখ্যা বিন্যাস ১ প্রদান করে এবং ০০.০০০% সংখ্যা বিন্যাস P3 প্রদান করে।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150575\n"
+"213\n"
+"help.text"
+msgid "D1 = MMM-D-YY, MM-D-YY and similar formats"
+msgstr "D1 = MMM-D-YY, MM-D-YY এবং অনুরূপ ফরম্যাট"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150589\n"
+"214\n"
+"help.text"
+msgid "D2 = DD-MM"
+msgstr "D2 = DD-MM"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3151034\n"
+"215\n"
+"help.text"
+msgid "D3 = MM-YY"
+msgstr "D3 = MM-YY"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156371\n"
+"216\n"
+"help.text"
+msgid "D4 = DD-MM-YYYY HH:MM:SS"
+msgstr "D4 = DD-MM-YYYY HH:MM:SS"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3157881\n"
+"217\n"
+"help.text"
+msgid "D5 = MM-DD"
+msgstr "D5 = MM-DD"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3157894\n"
+"218\n"
+"help.text"
+msgid "D6 = HH:MM:SS AM/PM"
+msgstr "D6 = HH:MM:SS AM/PM"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154068\n"
+"219\n"
+"help.text"
+msgid "D7 = HH:MM AM/PM"
+msgstr "D7 = HH:MM AM/PM"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3150286\n"
+"220\n"
+"help.text"
+msgid "D8 = HH:MM:SS"
+msgstr "D8 = HH:MM:SS"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145756\n"
+"221\n"
+"help.text"
+msgid "D9 = HH:MM"
+msgstr "D9 = HH:MM"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145768\n"
+"222\n"
+"help.text"
+msgid "G = All other formats"
+msgstr "G = অন্য সব ফরম্যাট"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3153375\n"
+"223\n"
+"help.text"
+msgid "- (Minus) at the end = negative numbers are formatted in color"
+msgstr "- (বিয়োগ) শেষে = ঋণাত্মক সংখ্যা রং দিয়ে বিন্যাসিত"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3155545\n"
+"224\n"
+"help.text"
+msgid "() (brackets) at the end = there is an opening bracket in the format code"
+msgstr "() (বন্ধনী) শেষে = ফরম্যাট কোডে একটি শুরু বন্ধনী রয়েছে"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3154594\n"
+"225\n"
+"help.text"
+msgid "COLOR"
+msgstr "COLOR"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3152922\n"
+"226\n"
+"help.text"
+msgid "Returns 1, if negative values have been formatted in color, otherwise 0."
+msgstr "যদি ঋণাত্মক মান রং দিয়ে বিন্যাসিত থাকে, 1 প্রদান করে, অন্যথায় 0।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3145563\n"
+"227\n"
+"help.text"
+msgid "PARENTHESES"
+msgstr "PARENTHESES"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156072\n"
+"228\n"
+"help.text"
+msgid "Returns 1 if the format code contains an opening bracket (, otherwise 0."
+msgstr "যদি ফরম্যাট কোডে শুরু বন্ধনী ( থাকে, 1 প্রদান করে, অন্যথায় 0।"
+
+#: 04060104.xhp
+msgctxt ""
+"04060104.xhp\n"
+"par_id3156090\n"
+"159\n"
+"help.text"
+msgid "<emph>Reference</emph> (list of options) is the position of the cell to be examined. If <emph>Reference</emph> is a range, the cell moves to the top left of the range. If <emph>Reference</emph> is missing, $[officename] Calc uses the position of the cell in which this formula is located. Microsoft Excel uses the reference of the cell in which the cursor is positioned."
+msgstr "<emph>রেফারেন্স</emph> (অপশনের তালিকা) হলো এমন ঘরের অবস্থান, যা পরীক্ষা করা হবে। যদি<emph> রেফারেন্স</emph> একটি পরিসর হয়, ঘরটি পরিসরের উপরের বাম দিকে সরে যায়। যদি <emph>রেফারেন্স</emph> অনুপস্থিত থাকে, $[officename] ক্যালক ঘরের অবস্থান ব্যবহার করে, যেটিতে সূত্রের অবস্থান চিহ্নিত করা হয়। মাইক্রোসফ্ট এক্সেল এমন ঘরের রেফারেন্স ব্যবহার করে, যেটিতে কার্সার অবস্থিত থাকে।"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"tit\n"
+"help.text"
+msgid "YEARFRAC"
+msgstr "YEARFRAC"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"bm_id3148735\n"
+"help.text"
+msgid "<bookmark_value>YEARFRAC function</bookmark_value>"
+msgstr "<bookmark_value>YEARFRAC function</bookmark_value>"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"hd_id3148735\n"
+"196\n"
+"help.text"
+msgid "<variable id=\"yearfrac\"><link href=\"text/scalc/01/func_yearfrac.xhp\">YEARFRAC</link></variable>"
+msgstr "<variable id=\"yearfrac\"><link href=\"text/scalc/01/func_yearfrac.xhp\">YEARFRAC</link></variable>"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3150899\n"
+"197\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_YEARFRAC\"> The result is a number between 0 and 1, representing the fraction of a year between <emph>StartDate</emph> and <emph>EndDate</emph>.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_YEARFRAC\"> ফলাফলটি ০ এবং ১ এর মধ্যে একটি সংখ্যা, যা <emph>StartDate</emph> এবং <emph>EndDate</emph> এর মধ্যবর্তী বছরের ভগ্নাংশ প্রতিনিধিত্ব করে।</ahelp>"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"hd_id3155259\n"
+"198\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3155823\n"
+"199\n"
+"help.text"
+msgid "YEARFRAC(StartDate; EndDate; Basis)"
+msgstr "YEARFRAC(StartDate; EndDate; Basis)"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3145144\n"
+"200\n"
+"help.text"
+msgid "<emph>StartDate</emph> and <emph>EndDate</emph> are two date values."
+msgstr "<emph>শুরুরতারিখ</emph> এবং <emph>শেষের তারিখ</emph> দুটি তারিখের মান"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3149954\n"
+"201\n"
+"help.text"
+msgid "<emph>Basis</emph> is chosen from a list of options and indicates how the year is to be calculated."
+msgstr "<emph>ভিত্তি</emph> একটি অপশন হতে পছন্দ করা হয় এবং বছরটি কিভাবে হিসাব করা হবে তা নির্দেশ করে।"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3146847\n"
+"202\n"
+"help.text"
+msgid "Basis"
+msgstr "ভিত্তি"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3155956\n"
+"203\n"
+"help.text"
+msgid "Calculation"
+msgstr "হিসাব"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3154502\n"
+"204\n"
+"help.text"
+msgid "0 or missing"
+msgstr "০ বা হারিয়ে গিয়েছে"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3149877\n"
+"205\n"
+"help.text"
+msgid "US method (NASD), 12 months of 30 days each"
+msgstr "ইউএস মেথড (NASD), ১২ মাস (প্রতিটিতে ৩০ দিন)"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3148766\n"
+"250\n"
+"help.text"
+msgid "1"
+msgstr "১"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3154326\n"
+"206\n"
+"help.text"
+msgid "Exact number of days in months, exact number of days in year"
+msgstr "মাসগুলোতে ঠিক যত সংখ্যক দিন, বছরে ঠিক যত সংখ্যক দিন"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3145245\n"
+"251\n"
+"help.text"
+msgid "2"
+msgstr "২"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3155620\n"
+"207\n"
+"help.text"
+msgid "Exact number of days in month, year has 360 days"
+msgstr "মাসে ঠিক যত সংখ্যক দিন, একটি বছরে ৩৬০ দিন"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3145297\n"
+"252\n"
+"help.text"
+msgid "3"
+msgstr "৩"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3148394\n"
+"208\n"
+"help.text"
+msgid "Exact number of days in month, year has 365 days"
+msgstr "মাসে ঠিক যত সংখ্যক দিন, একটি বছরে ৩৬৫ দিন"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3151022\n"
+"253\n"
+"help.text"
+msgid "4"
+msgstr "৪"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3150931\n"
+"209\n"
+"help.text"
+msgid "European method, 12 months of 30 days each"
+msgstr "ইউরোপিয়ান মেথড, ১২ মাস (প্রতিটিতে ৩০ দিন)"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"hd_id3145626\n"
+"210\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3149007\n"
+"211\n"
+"help.text"
+msgid "What fraction of the year 2008 lies between 2008-01-01 and 2008-07-01?"
+msgstr "২০০৮-০১-০১ এবং ২০০৮-০৭-০১ এর মধ্যে ২০০৮ সালের কোন ভগ্নাংশ কোনটি?"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3154632\n"
+"212\n"
+"help.text"
+msgid "=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0) returns 0.50."
+msgstr "=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0) ০.৫০ মান প্রদান করে।"
+
+#: 12040300.xhp
+msgctxt ""
+"12040300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Advanced Filter"
+msgstr "অগ্রগামী পরিশোধক"
+
+#: 12040300.xhp
+msgctxt ""
+"12040300.xhp\n"
+"hd_id3158394\n"
+"1\n"
+"help.text"
+msgid "Advanced Filter"
+msgstr "অগ্রগামী পরিশোধক"
+
+#: 12040300.xhp
+msgctxt ""
+"12040300.xhp\n"
+"par_id3156281\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"spezialfilter\"><ahelp hid=\".uno:DataFilterSpecialFilter\">Defines an advanced filter.</ahelp></variable>"
+msgstr "<variable id=\"spezialfilter\"><ahelp hid=\".uno:DataFilterSpecialFilter\">একটি অগ্রগামী পরিশোধক সংজ্ঞায়িত করে।</ahelp></variable>"
+
+#: 12040300.xhp
+msgctxt ""
+"12040300.xhp\n"
+"par_idN105EB\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/guide/filters.xhp#filters\"/>"
+msgstr "<embedvar href=\"text/scalc/guide/filters.xhp#filters\"/>"
+
+#: 12040300.xhp
+msgctxt ""
+"12040300.xhp\n"
+"hd_id3153771\n"
+"25\n"
+"help.text"
+msgid "Read filter criteria from"
+msgstr "হতে পরিশোধক শ্রেণীবিভাগ পড়ুন"
+
+#: 12040300.xhp
+msgctxt ""
+"12040300.xhp\n"
+"par_id3147426\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_SPEC_FILTER:ED_CRITERIA_AREA\">Select the named range, or enter the cell range that contains the filter criteria that you want to use.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_SPEC_FILTER:ED_CRITERIA_AREA\">নামাঙ্কিত পরিসর নির্বাচন করুন অথবা ঘর পরিসর সন্নিবেশ করান যা আপনার ব্যবহার করতে চাওয়া পরিশোধক শ্রেণীবিভাগটি ধারণ করে।</ahelp>"
+
+#: 12040300.xhp
+msgctxt ""
+"12040300.xhp\n"
+"hd_id3153188\n"
+"27\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">More</link>"
+msgstr "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">অধিক</link>"
+
+#: 06030600.xhp
+msgctxt ""
+"06030600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Trace Error"
+msgstr "ত্রুটি ট্রেস করুন"
+
+#: 06030600.xhp
+msgctxt ""
+"06030600.xhp\n"
+"bm_id3153561\n"
+"help.text"
+msgid "<bookmark_value>cells; tracing errors</bookmark_value><bookmark_value>tracing errors</bookmark_value><bookmark_value>error tracing</bookmark_value>"
+msgstr "<bookmark_value>cells; tracing errors</bookmark_value><bookmark_value>tracing errors</bookmark_value><bookmark_value>error tracing</bookmark_value>"
+
+#: 06030600.xhp
+msgctxt ""
+"06030600.xhp\n"
+"hd_id3153561\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030600.xhp\" name=\"Trace Error\">Trace Error</link>"
+msgstr "<link href=\"text/scalc/01/06030600.xhp\" name=\"Trace Error\"> ত্রুটি ট্রেস করুন</link>"
+
+#: 06030600.xhp
+msgctxt ""
+"06030600.xhp\n"
+"par_id3148550\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ShowErrors\" visibility=\"visible\">Draws tracer arrows to all precedent cells which cause an error value in a selected cell.</ahelp>"
+msgstr "<ahelp hid=\".uno:ShowErrors\" visibility=\"visible\">পূর্বনিদর্শন ঘরতে রূপরেখা তীর চিহ্ন আঁকা হয় যা নির্বাচিত ঘরে একটি ত্রুটি মানের কারণ ঘটায়।</ahelp>"
+
+#: 02140200.xhp
+msgctxt ""
+"02140200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Right"
+msgstr "ডানে"
+
+#: 02140200.xhp
+msgctxt ""
+"02140200.xhp\n"
+"hd_id3153896\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02140200.xhp\" name=\"Right\">Right</link>"
+msgstr "<link href=\"text/scalc/01/02140200.xhp\" name=\"Right\">ডানে</link>"
+
+#: 02140200.xhp
+msgctxt ""
+"02140200.xhp\n"
+"par_id3153361\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FillRight\" visibility=\"visible\">Fills a selected range of at least two columns with the contents of the left most cell.</ahelp>"
+msgstr "<ahelp hid=\".uno:FillRight\" visibility=\"visible\">পরিসীমার সর্বাপেক্ষা বাম ঘরের বিষয়বস্তু দ্বারা কমপক্ষে দুইটি কলামের নির্বাচিত পরিসীমা ভরাট করে।</ahelp>"
+
+#: 02140200.xhp
+msgctxt ""
+"02140200.xhp\n"
+"par_id3154684\n"
+"3\n"
+"help.text"
+msgid "If a range of only one row is selected, the contents of the far left cell are copied to all the other selected cells. If you have selected several rows, each of the far left cells is copied into those cells to the right."
+msgstr "যদি শুধুমাত্র একটি সারির পরিসীমা নির্বাচন করা হয়, অন্য সব নির্বাচিত ঘরে সর্বাপেক্ষা বাম ঘরের বিষয়বস্তু অনুলিপি করা হয়। যদি আপনি একাধিক সারি নির্বাচন করেন, সর্বাপেক্ষা বামের প্রতিটি ঘরের বিষয়বস্তু তাদের ডানের ঘরসমূহে অনুলিপি করা হয়।"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data field"
+msgstr "তথ্য ক্ষেত্র"
+
+#: 12090105.xhp
+#, fuzzy
+msgctxt ""
+"12090105.xhp\n"
+"bm_id7292397\n"
+"help.text"
+msgid "<bookmark_value>calculating;pivot table</bookmark_value>"
+msgstr "<bookmark_value>calculating;Data Pilot</bookmark_value>"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"hd_id3150871\n"
+"1\n"
+"help.text"
+msgid "Data field"
+msgstr "তথ্য ক্ষেত্র"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_id3154124\n"
+"16\n"
+"help.text"
+msgid "The contents of this dialog is different for data fields in the <emph>Data</emph> area, and data fields in the <emph>Row</emph> or <emph>Column</emph> area of the <link href=\"text/scalc/01/12090102.xhp\" name=\"Pivot table\">Pivot Table</link> dialog."
+msgstr ""
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"hd_id3152596\n"
+"2\n"
+"help.text"
+msgid "Subtotals"
+msgstr "সাবটোল"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_id3151113\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_PIVOTSUBT\">Specify the subtotals that you want to calculate.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_PIVOTSUBT\">সাবটোটাল উল্লেখ করুন যা আপনি গণনা করতে চান।</ahelp>"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"hd_id3145366\n"
+"4\n"
+"help.text"
+msgid "None"
+msgstr "কোনটাই না"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_id3152576\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_NONE\">Does not calculate subtotals.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_NONE\">সাবটোল হিসাব করে না।</ahelp>"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"hd_id3154012\n"
+"6\n"
+"help.text"
+msgid "Automatic"
+msgstr "স্বয়ংক্রিয়"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_id3155856\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_AUTO\">Automatically calculates subtotals.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_AUTO\">স্বয়ংক্রিয়ভাবে সাবটোল হিসাব করে।</ahelp>"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"hd_id3155411\n"
+"8\n"
+"help.text"
+msgid "User-defined"
+msgstr "ব্যবহারকারী-উল্লেখিত"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_id3149581\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_USER\">Select this option, and then click the type of subtotal that you want to calculate in the list.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_USER\">অপশনটি নির্বাচন করুন, এবং তারপর তালিকাতে আপনি যে সাবটোটাল গণনা করতে চান তার ধরন ক্লিক করুন।</ahelp>"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"hd_id3147124\n"
+"10\n"
+"help.text"
+msgid "Function"
+msgstr "ফাংশন"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_id3154490\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MULTILISTBOX:RID_SCDLG_PIVOTSUBT:LB_FUNC\">Click the type of subtotal that you want to calculate. This option is only available if the <emph>User-defined</emph> option is selected.</ahelp>"
+msgstr "<ahelp hid=\"SC:MULTILISTBOX:RID_SCDLG_PIVOTSUBT:LB_FUNC\">সাবটোটালের ধরনে ক্লিক করুন যা আপনি গণনা করতে চান। এই অপশনটি প্রাপ্তিসাধ্য হবে যদি <emph>ব্যবহারকারী নির্দেশিত</emph> অপশন নির্বাচিত হয়।</ahelp>"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"hd_id3154944\n"
+"14\n"
+"help.text"
+msgid "Show elements without data"
+msgstr "তথ্য ব্যতীত উপাদান প্রদর্শন করুন"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_id3149403\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_PIVOTSUBT:CB_SHOWALL\">Includes empty columns and rows in the results table.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_PIVOTSUBT:CB_SHOWALL\">ফলাফল টেবিলে শূন্য কলাম অথবা সারি অন্তর্ভুক্ত করে।</ahelp>"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"hd_id3149122\n"
+"12\n"
+"help.text"
+msgid "Name:"
+msgstr "নাম:"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_id3150749\n"
+"13\n"
+"help.text"
+msgid "Lists the name of the selected data field."
+msgstr "নির্বাচিত তথ্য ক্ষেত্র নামের তালিকা।"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN106EC\n"
+"help.text"
+msgid "More"
+msgstr "অধিক"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN106F0\n"
+"help.text"
+msgid "<ahelp hid=\".\">Expands or reduces the dialog. The <emph>More</emph> button is visible for data fields only.</ahelp>"
+msgstr "<ahelp hid=\".\">ডায়ালগটি সম্প্রসারিত অথবা কমায়। <emph>অধিক</emph> বোতামটি শুধুমাত্র তথ্য ক্ষেত্রের জন্য প্রদর্শিত হয়।</ahelp>"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN106F3\n"
+"help.text"
+msgid "Options"
+msgstr "অপশন"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN106F7\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the <link href=\"text/scalc/01/12090106.xhp\">Data Field Options</link> dialog. The <emph>Options</emph> button is visible for column, row, or page fields only.</ahelp>"
+msgstr "<ahelp hid=\".\"> <link href=\"text/scalc/01/12090106.xhp\">তথ্য ক্ষেত্র অপশন</link> ডায়ালগটি খোলে। <emph>অপশন</emph> বোতামটি শুধুমাত্র কলাম, সারি অথবা পৃষ্ঠা ক্ষেত্রের জন্য প্রদর্শিত হয়।</ahelp>"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10708\n"
+"help.text"
+msgid "If the dialog is expanded by the <emph>More</emph> button, the following items are added to the dialog:"
+msgstr "যদি ডায়ালগটি <emph>অধিক</emph>বোতাম দ্বারা প্রসারিত হয়, নিম্নলিখিত উপাদানগুলো ডায়ালগে সংযুক্ত হয়:"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1070B\n"
+"help.text"
+msgid "Displayed value"
+msgstr "প্রদর্শিত মান"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1070F\n"
+"help.text"
+msgid "<ahelp hid=\".\">For each data field, you can select the type of display.</ahelp> For some types you can select additional information for a base field and a base item."
+msgstr "<ahelp hid=\".\">প্রতিটি তথ্য ক্ষেত্রের জন্য, আপনি প্রদর্শনের ধরন নির্বাচন করতে পারেন।</ahelp> কিছু ধরনের জন্য আপনি একটি ভিত্তি ক্ষেত্র এবং একটি ভিত্তি উপাদানের জন্য অতিরিক্ত তথ্য নির্বাচন করতে পারেন।"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10712\n"
+"help.text"
+msgid "Type"
+msgstr "ধরন"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10716\n"
+"help.text"
+msgid "<ahelp hid=\"1495371266\">Select the type of calculating of the displayed value for the data field.</ahelp>"
+msgstr "<ahelp hid=\"1495371266\">তথ্য ক্ষেত্রের জন্য প্রদর্শিত মানের গণনা র ধরন নির্বাচন করে।</ahelp>"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10724\n"
+"help.text"
+msgid "Type"
+msgstr "ধরন"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1072A\n"
+"help.text"
+msgid "Displayed value"
+msgstr "প্রদর্শিত মান"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10731\n"
+"help.text"
+msgid "Normal"
+msgstr "স্বাভাবিক"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10737\n"
+"help.text"
+msgid "Results are shown unchanged"
+msgstr "ফলাফল অপরিবর্তিত দেখায়"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1073E\n"
+"help.text"
+msgid "Difference from"
+msgstr "হতে পার্থক্য"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10744\n"
+"help.text"
+msgid "From each result, its reference value (see below) is subtracted, and the difference is shown. Totals outside of the base field are shown as empty results."
+msgstr "প্রতিটি ফলাফল হতে, এইটির রেফারেন্স মান (নিম্নে দেখুন) বাদ দেয়া হয়, এবং পার্থক্য প্রদর্শিত হয়। ভিত্তি ক্ষেত্রের বাহিরের সর্বমোট শূন্য ফলাফল হিসাবে প্রদর্শিত হয়।"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10747\n"
+"help.text"
+msgid "<emph>Named item</emph>"
+msgstr "<emph>নামযুক্ত উপাদান</emph>"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1074C\n"
+"help.text"
+msgid "If a base item name is specified, the reference value for a combination of field items is the result where the item in the base field is replaced by the specified base item."
+msgstr "যদি একটি ভিত্তি উপাদান নাম উল্লেখিত হয়, ক্ষেত্র উপাদানের সংমিশ্রনের জন্য রেফারেন্স মানটি হলো একটি ফলাফল যেখানে ভিত্তি ক্ষেত্রে বিদ্যমান উপাদান উল্লেখিত ভিত্তি উপাদান দ্বারা প্রতিস্থাপিত হয়।"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1074F\n"
+"help.text"
+msgid "<emph>Previous item or Next item</emph>"
+msgstr "<emph>পূর্ববর্তী উপাদান অথবা পরবর্তী উপাদান</emph>"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10754\n"
+"help.text"
+msgid "If \"previous item\" or \"next item\" is specified as the base item, the reference value is the result for the next visible member of the base field, in the base field's sort order."
+msgstr "যদি \"পূর্বের উপাদান\" অথবা \"পরবর্তী উপাদান\" ভিত্তি উপাদান হিসাবে উল্লেখিত হয়, ভিত্তি ক্ষেত্রের পরবর্তী দৃশ্যমান সদস্যের জন্য রেফারেন্স মানটি হলো একটি ফলাফল,ভিত্তি ক্ষেত্র সাজানোর ক্রমে।"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1075B\n"
+"help.text"
+msgid "% Of"
+msgstr "% এর"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10761\n"
+"help.text"
+msgid "Each result is divided by its reference value. The reference value is determined in the same way as for \"Difference from\". Totals outside of the base field are shown as empty results."
+msgstr "প্রতিটি ফলাফল রেফারেন্স মান দ্বারা ভাগ করা হয়। \"পার্থক্য ফরম\" এর জন্য একই প্রক্রিয়াতে রেফারেন্স মান সজ্ঞায়িত হয়। ভিত্তি ক্ষেত্রের মোট বাহ্যিক অংশ শূন্য ফলাফল প্রদান করে।"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1076A\n"
+"help.text"
+msgid "% Difference from"
+msgstr "% পার্থক্য হতে"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10770\n"
+"help.text"
+msgid "From each result, its reference value is subtracted, and the difference is divided by the reference value. The reference value is determined in the same way as for \"Difference from\". Totals outside of the base field are shown as empty results."
+msgstr "প্রতিটি ফলাফল হতে, এইটির রেফারেন্স মান বাদ দেওয়া হয়, এবং পার্থক্যটি রেফারেন্স মান দ্বারা ভাগ করা হয়। \"পার্থক্য ফরম\" এর জন্য একই প্রক্রিয়াতে রেফারেন্স মান সজ্ঞায়িত হয়। ভিত্তি ক্ষেত্রের মোট বাহ্যিক অংশ শূন্য ফলাফল প্রদান করে।"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10777\n"
+"help.text"
+msgid "Running total in"
+msgstr "সর্বমোট রান করছে"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1077D\n"
+"help.text"
+msgid "Each result is added to the sum of the results for preceding items in the base field, in the base field's sort order, and the total sum is shown."
+msgstr "প্রত্যেক ফলাফল ভিত্তি ক্ষেত্রের সাজানো অর্ডারে ভিত্তি ক্ষেত্র,তে পদগুলো precedeের জন্য ফলাফলের যোগে যোগ করা হয়, এবং মোট যোগ দেখাওয়া হয়।"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10780\n"
+"help.text"
+msgid "Results are always summed, even if a different summary function was used to get each result."
+msgstr "ফলাফল সবসময় যোগ করা হয়, এমনকি যদি প্রতিটি ফলাফল পাওয়ার জন্য বিভিন্ন সারসংক্ষেপ ফাংশন ব্যবহৃত হয়।"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10787\n"
+"help.text"
+msgid "% of row"
+msgstr "সারির %"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1078D\n"
+"help.text"
+msgid "Each result is divided by the total result for its row in the pivot table. If there are several data fields, the total for the result's data field is used. If there are subtotals with manually selected summary functions, the total with the data field's summary function is still used."
+msgstr ""
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN10794\n"
+"help.text"
+msgid "% of column"
+msgstr "কলামের %"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN1079A\n"
+"help.text"
+msgid "Same as \"% of row\", but the total for the result's column is used."
+msgstr "\"সারির % \", কিন্তু ফলাফলের তথ্য কলামের জন্য সর্বমোট ব্যবহৃত হয়।"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN107A1\n"
+"help.text"
+msgid "% of total"
+msgstr "সর্বমোটের %"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN107A7\n"
+"help.text"
+msgid "Same as \"% of row\", but the grand total for the result's data field is used."
+msgstr "\"সারির % \", কিন্তু ফলাফলের তথ্য ক্ষেত্রের জন্য সর্বমোট ব্যবহৃত হয়।"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN107AE\n"
+"help.text"
+msgid "Index"
+msgstr "ইনডেক্স"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN107B4\n"
+"help.text"
+msgid "The row and column totals and the grand total, following the same rules as above, are used to calculate the following expression:"
+msgstr "সারি এবং কলাম মোট এবং বৃহৎ মোট, উপরের নিয়ম মেনে চলার মাধ্যমে, নিম্নলিখিত প্রতীক গণনা করতে ব্যবহার করা হয়:"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN107B7\n"
+"help.text"
+msgid "( original result * grand total ) / ( row total * column total )"
+msgstr "( original result * grand total ) / ( row total * column total )"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN107BA\n"
+"help.text"
+msgid "Base field"
+msgstr "ভিত্তি ক্ষেত্র"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN107BE\n"
+"help.text"
+msgid "<ahelp hid=\"1495371267\">Select the field from which the respective value is taken as base for the calculation.</ahelp>"
+msgstr "<ahelp hid=\"1495371267\">ক্ষেত্রটি নির্বাচন করুন যা হতে গণনার জন্য ভিত্তি হিসাবে একটি নিজস্ব মান গ্রহণ করা হয়।</ahelp>"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN107C1\n"
+"help.text"
+msgid "Base item"
+msgstr "ভিত্তি উপাদান"
+
+#: 12090105.xhp
+msgctxt ""
+"12090105.xhp\n"
+"par_idN107C5\n"
+"help.text"
+msgid "<ahelp hid=\"1495371268\">Select the item of the base field from which the respective value is taken as base for the calculation.</ahelp>"
+msgstr "<ahelp hid=\"1495371268\">ভিত্তি ক্ষেত্রের উপাদান নির্বাচন করুন যা হতে গণনার জন্য ভিত্তি হিসাবে একটি নিজস্ব মান গ্রহণ করা হয়।</ahelp>"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Deleting Contents"
+msgstr "বিষয়বস্তু অপসারণ"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"bm_id3143284\n"
+"help.text"
+msgid "<bookmark_value>deleting; cell contents</bookmark_value><bookmark_value>cells; deleting contents</bookmark_value><bookmark_value>spreadsheets; deleting cell contents</bookmark_value><bookmark_value>cell contents; deleting</bookmark_value>"
+msgstr "<bookmark_value>deleting; cell contents</bookmark_value><bookmark_value>cells; deleting contents</bookmark_value><bookmark_value>spreadsheets; deleting cell contents</bookmark_value><bookmark_value>cell contents; deleting</bookmark_value>"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3143284\n"
+"1\n"
+"help.text"
+msgid "Deleting Contents"
+msgstr "বিষয়বস্তু অপসারণ"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3149456\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"inhalteloeschentext\"><ahelp hid=\".uno:Delete\">Specifies the contents to be deleted from the active cell or from a selected cell range.</ahelp></variable> If several sheets are selected, all selected sheets will be affected."
+msgstr "<variable id=\"inhalteloeschentext\"><ahelp hid=\".uno:Delete\">সক্রিয় ঘর বা নির্বাচিত ঘরের পরিসীমা থেকে মুছে ফেলার জন্য বিষয়বস্তু উল্লেখ করে।</ahelp></variable> যদি একাধিক শীট নির্বাচন করা হয়, সকল নির্বাচিত শীট প্রভাবিত হবে।"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3159154\n"
+"21\n"
+"help.text"
+msgid "This dialog is also called by pressing Backspace after the cell cursor has been activated on the sheet."
+msgstr ""
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3145367\n"
+"22\n"
+"help.text"
+msgid "Pressing Delete deletes content without calling the dialog or changing formats."
+msgstr ""
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3153951\n"
+"23\n"
+"help.text"
+msgid "Use <emph>Cut</emph> on the Standard bar to delete contents and formats without the dialog."
+msgstr "ডায়ালগ ব্যতীত বিষয়বস্তু এবং বিন্যাস মুছে ফেলতে স্ট্যান্ডার্ড বারের <emph>কাটা</emph> ব্যবহার করুন।"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3148575\n"
+"3\n"
+"help.text"
+msgid "Selection"
+msgstr "নির্বাচন"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3149665\n"
+"4\n"
+"help.text"
+msgid "This area lists the options for deleting contents."
+msgstr "এই এলাকাটি বিষয়বস্তু মুছে ফেলার জন্য অপশনের তালিকা তৈরি করে।"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3146975\n"
+"5\n"
+"help.text"
+msgid "Delete All"
+msgstr "সব মুছে ফেলা হবে"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3154729\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELALL\">Deletes all content from the selected cell range.</ahelp>"
+msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELALL\">নির্বাচিত ঘরের পরিসীমা থেকে সকল বিষয়বস্তু মুছে ফেলে।</ahelp>"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3156286\n"
+"7\n"
+"help.text"
+msgid "Text"
+msgstr "টেক্সট"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3154015\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELSTRINGS\">Deletes text only. Formats, formulas, numbers and dates are not affected.</ahelp>"
+msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELSTRINGS\">শুধুমাত্র টেক্সট মুছে ফেলে। বিন্যাস, সূত্র, সংখ্যা এবং তারিখের কোনো পরিবর্তন হয় না।</ahelp>"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3153840\n"
+"9\n"
+"help.text"
+msgid "Numbers"
+msgstr "সংখ্যা"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3148405\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELNUMBERS\">Deletes numbers only. Formats and formulas remain unchanged.</ahelp>"
+msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELNUMBERS\">শুধুমাত্র সংখ্যা মুছে ফেলে। বিন্যাস এবং সূত্র অপরিবর্তিত থাকে।</ahelp>"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3155764\n"
+"11\n"
+"help.text"
+msgid "Date & time"
+msgstr "তারিখ এবং সময়"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3149567\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELDATETIME\">Deletes date and time values. Formats, text, numbers and formulas remain unchanged.</ahelp>"
+msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELDATETIME\">তারিখ এবং সময়ের মান মুছে ফেলে। বিন্যাস, টেক্সট, সংখ্যা এবং সূত্রের কোনো পরিবর্তন হয় না।</ahelp>"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3154703\n"
+"13\n"
+"help.text"
+msgid "Formulas"
+msgstr "সূত্র"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3148485\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELFORMULAS\">Deletes formulas. Text, numbers, formats, dates and times remain unchanged.</ahelp>"
+msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELFORMULAS\">সূত্র মুছে ফেলে। টেক্সট, সংখ্যা, বিন্যাস, তারিখ এবং সময় অপরিবর্তিত থাকে। </ahelp>"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3150300\n"
+"15\n"
+"help.text"
+msgid "Comments"
+msgstr "মন্তব্য"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3154658\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELNOTES\">Deletes comments added to cells. All other elements remain unchanged.</ahelp>"
+msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELNOTES\">ঘরে সংযোজিত মন্তব্য মুছে ফেলা হয়। অন্য সকল উপাদান অপরিবর্তীত থাকে।</ahelp>"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3155112\n"
+"17\n"
+"help.text"
+msgid "Formats"
+msgstr "বিন্যাস"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3146134\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELATTRS\">Deletes format attributes applied to cells. All cell content remains unchanged.</ahelp>"
+msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELATTRS\">ঘরসমূহে প্রয়োগকৃত বিন্যাসের বৈশিষ্ট্য মুছে ফেলে। সকল ঘরের বিষয়বস্তু অপরিবর্তিত থাকে।</ahelp>"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"hd_id3150088\n"
+"19\n"
+"help.text"
+msgid "Objects"
+msgstr "বস্তু"
+
+#: 02150000.xhp
+msgctxt ""
+"02150000.xhp\n"
+"par_id3152990\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELOBJECTS\">Deletes objects. All cell content remains unchanged.</ahelp>"
+msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELOBJECTS\">বস্তু মুছে ফেলে। সকল ঘরের বিষয়বস্তু অপরিবর্তিত থাকে।</ahelp>"
+
+#: 12080400.xhp
+msgctxt ""
+"12080400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Ungroup"
+msgstr "গ্রুপ ভঙ্গ করা"
+
+#: 12080400.xhp
+msgctxt ""
+"12080400.xhp\n"
+"hd_id3148492\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\">Ungroup</link>"
+msgstr "<link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\">গ্রুপ ভঙ্গ করা</link>"
+
+#: 12080400.xhp
+msgctxt ""
+"12080400.xhp\n"
+"par_id3151384\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"gruppierungauf\"><ahelp hid=\".uno:Ungroup\" visibility=\"visible\">Ungroups the selection. In a nested group, the last rows or columns that were added are removed from the group.</ahelp></variable>"
+msgstr "<variable id=\"gruppierungauf\"><ahelp hid=\".uno:Ungroup\" visibility=\"visible\">নির্বাচন গ্রুপবিহীন করে। একত্রিত গ্রুপতে, শেষ সারি এবং কলাম যা সংযুক্ত হবে তা গ্রুপ হতে সরানো হয়েছে।</ahelp></variable>"
+
+#: 12080400.xhp
+msgctxt ""
+"12080400.xhp\n"
+"hd_id3151210\n"
+"3\n"
+"help.text"
+msgid "Deactivate for"
+msgstr "কিছুর জন্য নিস্ক্রিয় করা"
+
+#: 12080400.xhp
+msgctxt ""
+"12080400.xhp\n"
+"hd_id3156280\n"
+"5\n"
+"help.text"
+msgid "Rows"
+msgstr "সারি"
+
+#: 12080400.xhp
+msgctxt ""
+"12080400.xhp\n"
+"par_id3125864\n"
+"6\n"
+"help.text"
+msgid "Removes selected rows from a group."
+msgstr "গ্রুপ হতে নির্বাচিত সারি মুছে ফেলুন।"
+
+#: 12080400.xhp
+msgctxt ""
+"12080400.xhp\n"
+"hd_id3147230\n"
+"7\n"
+"help.text"
+msgid "Columns"
+msgstr "কলাম"
+
+#: 12080400.xhp
+msgctxt ""
+"12080400.xhp\n"
+"par_id3154685\n"
+"8\n"
+"help.text"
+msgid "Removes selected columns from a group."
+msgstr "গ্রুপ হতে নির্বাচিত কলাম মুছে ফেলুন।"
+
+#: 07090000.xhp
+msgctxt ""
+"07090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Freeze"
+msgstr "আটকে রাখা"
+
+#: 07090000.xhp
+msgctxt ""
+"07090000.xhp\n"
+"hd_id3150517\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/07090000.xhp\" name=\"Freeze\">Freeze</link>"
+msgstr "<link href=\"text/scalc/01/07090000.xhp\" name=\"Freeze\">আটকে রাখা</link>"
+
+#: 07090000.xhp
+msgctxt ""
+"07090000.xhp\n"
+"par_id3156289\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FreezePanes\" visibility=\"visible\">Divides the sheet at the top left corner of the active cell and the area to the top left is no longer scrollable.</ahelp>"
+msgstr "<ahelp hid=\".uno:FreezePanes\" visibility=\"visible\">সক্রিয় ঘরের উপরের বামে এবং আর স্ক্রুল করা যায়না এমন সর্বোচ্চ বামের এলাকাতে পাতাটি ভাগ করুন।</ahelp>"
+
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Subtotals"
+msgstr "উপযোগ"
+
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"hd_id3153822\n"
+"1\n"
+"help.text"
+msgid "Subtotals"
+msgstr "উপযোগ"
+
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"par_id3145119\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"teilergebnisse\"><ahelp hid=\".uno:DataSubTotals\" visibility=\"visible\">Calculates subtotals for the columns that you select.</ahelp></variable> $[officename] uses the SUM function to automatically calculate the subtotal and grand total values in a labeled range. You can also use other functions to perform the calculation. $[officename] automatically recognizes a defined database area when you place the cursor in it."
+msgstr "<variable id=\"teilergebnisse\"><ahelp hid=\".uno:DataSubTotals\" visibility=\"visible\">আপনার নির্বাচিত কলামের জন্য একটি সাবটোটাল গণনা করে। </ahelp></variable> $[officename] স্বয়ংক্রিয়ভাবে গণনা করার জন্য SUM ফাংশনটি এবং একটি লেবেলকৃত পরিসরে সর্বমোট মান ব্যবহার করে। গণনা সম্পন্ন করার জন্য আপনি অন্য ফাংশনও ব্যবহার করতে পারেন। $[officename] স্বয়ংক্রিয়ভাবে একটি নির্ধারিত তথ্য ভান্ডার চিনতে পারে যখন আপনি একটি কার্সাসর এইটিতে স্থাপন করে।"
+
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"par_id3153896\n"
+"3\n"
+"help.text"
+msgid "For example, you can generate a sales summary for a certain postal code based on data from a client database."
+msgstr "উদাহরনস্বরূপ, একটি গ্রাহক ডাটাবেস হতে তথ্যের উপর ভিত্তি করে একটি নির্দিষ্ট ডাক সংকেতের জন্য আপনি একটি বিক্রয় সারসংক্ষেপ উৎপাদন করতে পারেন।"
+
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"hd_id3163708\n"
+"4\n"
+"help.text"
+msgid "Delete"
+msgstr "মুছে ফেলুন"
+
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"par_id3154125\n"
+"5\n"
+"help.text"
+msgid "Deletes the subtotal rows in the selected area."
+msgstr "নির্বাচিত এলাকাতে উপযোগ সারি মুছে ফেলে।"
+
+#: 06030800.xhp
+msgctxt ""
+"06030800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Mark Invalid Data"
+msgstr "অকার্যকর তথ্য চিহ্নিত"
+
+#: 06030800.xhp
+msgctxt ""
+"06030800.xhp\n"
+"bm_id3153821\n"
+"help.text"
+msgid "<bookmark_value>cells; invalid data</bookmark_value><bookmark_value>data; showing invalid data</bookmark_value><bookmark_value>invalid data;marking</bookmark_value>"
+msgstr "<bookmark_value>cells; invalid data</bookmark_value><bookmark_value>data; showing invalid data</bookmark_value><bookmark_value>invalid data;marking</bookmark_value>"
+
+#: 06030800.xhp
+msgctxt ""
+"06030800.xhp\n"
+"hd_id3153821\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030800.xhp\" name=\"Mark Invalid Data\">Mark Invalid Data</link>"
+msgstr "<link href=\"text/scalc/01/06030800.xhp\" name=\"Mark Invalid Data\">অকার্যকর তথ্য চিহ্নিত</link>"
+
+#: 06030800.xhp
+msgctxt ""
+"06030800.xhp\n"
+"par_id3147264\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ShowInvalid\" visibility=\"visible\">Marks all cells in the sheet that contain values outside the validation rules.</ahelp>"
+msgstr "<ahelp hid=\".uno:ShowInvalid\" visibility=\"visible\">পতার সকল ঘর চিহ্নিত করা হয় যা কার্যকরকরণ নিয়মের বাইরে মান ধারণ করে।</ahelp>"
+
+#: 06030800.xhp
+msgctxt ""
+"06030800.xhp\n"
+"par_id3151211\n"
+"3\n"
+"help.text"
+msgid "The <link href=\"text/scalc/01/12120000.xhp\" name=\"validity rules\">validity rules</link> restrict the input of numbers, dates, time values and text to certain values. However, it is possible to enter invalid values or copy invalid values into the cells if the <emph>Stop</emph> option is not selected. When you assign a validity rule, existing values in a cell will not be modified."
+msgstr "<link href=\"text/scalc/01/12120000.xhp\" name=\"validity rules\">কার্যকারিতা নিয়ম</link> সংখ্যা, তারিখ, সময় মান এবং নির্দিষ্ট মানের টেক্সট ইনপুট সীমাবদ্ধ রাখে। যদিও, অকার্যকর মান সন্নিবেশ করানো অথবা যদি <emph>বন্ধ</emph> অপশন নির্বাচিত না হয় তবে ঘরে অকার্যকর মানের অনুলিপি করা সম্ভব। যখন আপনি একটি কার্যকারিতা নিয়ম বরাদ্দ করেন, ঘরে বিদ্যমান মান সম্পাদিত হবে না।"
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"tit\n"
+"help.text"
+msgid "EASTERSUNDAY"
+msgstr "EASTERSUNDAY"
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"bm_id3152960\n"
+"help.text"
+msgid "<bookmark_value>EASTERSUNDAY function</bookmark_value>"
+msgstr "<bookmark_value>EASTERSUNDAY function</bookmark_value>"
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"hd_id3152960\n"
+"175\n"
+"help.text"
+msgid "<variable id=\"eastersunday\"><link href=\"text/scalc/01/func_eastersunday.xhp\">EASTERSUNDAY</link></variable>"
+msgstr "<variable id=\"eastersunday\"><link href=\"text/scalc/01/func_eastersunday.xhp\">EASTERSUNDAY</link></variable>"
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id3154570\n"
+"176\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_OSTERSONNTAG\">Returns the date of Easter Sunday for the entered year.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_OSTERSONNTAG\">প্রবেশিত বছরের জন্য ইস্টার সানডে এর তারিখ প্রদান করে। </ahelp>"
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"hd_id9460127\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id2113711\n"
+"help.text"
+msgid "EASTERSUNDAY(Year)"
+msgstr "EASTERSUNDAY(Year)"
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id3938413\n"
+"help.text"
+msgid "<emph>Year</emph> is an integer between 1583 and 9956 or 0 and 99. You can also calculate other holidays by simple addition with this date."
+msgstr "<emph>বছর</emph> হলো ১৫৮৩ এবং ৯৯৬৫ অথবা ০ এবং ৯৯ এর মধ্যবর্তী একটি পূর্ণ সংখ্যা। আপনি অন্য ছুটির দিনগুলি তারিখের সাথে সাধারণ সংযুক্তির মাধ্যমে গণনা করতে পারেন।"
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id3156156\n"
+"177\n"
+"help.text"
+msgid "Easter Monday = EASTERSUNDAY(Year) + 1"
+msgstr "Easter Monday = EASTERSUNDAY(Year) + 1"
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id3147521\n"
+"178\n"
+"help.text"
+msgid "Good Friday = EASTERSUNDAY(Year) - 2"
+msgstr "Good Friday = EASTERSUNDAY(Year) - 2"
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id3146072\n"
+"179\n"
+"help.text"
+msgid "Pentecost Sunday = EASTERSUNDAY(Year) + 49"
+msgstr "Pentecost Sunday = EASTERSUNDAY(Year) + 49"
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id3149553\n"
+"180\n"
+"help.text"
+msgid "Pentecost Monday = EASTERSUNDAY(Year) + 50"
+msgstr "Pentecost Monday = EASTERSUNDAY(Year) + 50"
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"hd_id3155120\n"
+"181\n"
+"help.text"
+msgid "Examples"
+msgstr "উদাহরণসমূহ"
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id3154472\n"
+"182\n"
+"help.text"
+msgid "=EASTERSUNDAY(2000) returns 2000-04-23."
+msgstr "=EASTERSUNDAY(2000) ২০০০-০৪-২৩ ফলাফল প্রদান করে।"
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id3150940\n"
+"184\n"
+"help.text"
+msgid "EASTERSUNDAY(2000)+49 returns the internal serial number 36688. The result is 2000-06-11. Format the serial date number as a date, for example in the format YYYY-MM-DD."
+msgstr "EASTERSUNDAY(2000)+49 ফলাফল হিসাবে অভ্যন্তরীণ ক্রম সংখ্যা ৩৬৬৮৮ প্রদান করে। ফলাফলটি হলো ২০০০-০৬-১১। তারিখ হিসাবে ক্রমিক তারিখ সংখ্যা বিন্যাস করুন, উদাহরণ হিসাবে YYYY-MM-DD বিন্যাসে।"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Navigator"
+msgstr "ন্যাভিগেটর"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"bm_id3150791\n"
+"help.text"
+msgid "<bookmark_value>Navigator;for sheets</bookmark_value><bookmark_value>navigating;in spreadsheets</bookmark_value><bookmark_value>displaying; scenario names</bookmark_value><bookmark_value>scenarios;displaying names</bookmark_value>"
+msgstr "<bookmark_value>Navigator;for sheets</bookmark_value><bookmark_value>navigating;in spreadsheets</bookmark_value><bookmark_value>displaying; scenario names</bookmark_value><bookmark_value>scenarios;displaying names</bookmark_value>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3150791\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link>"
+msgstr "<link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">ন্যাভিগেটর</link>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3156422\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Navigator\">Activates and deactivates the Navigator.</ahelp> The Navigator is a <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">dockable window</link>."
+msgstr "<ahelp hid=\".uno:Navigator\">ন্যাভিগেটর সক্রিয় এবং নিষ্ক্রিয় করে।</ahelp> ন্যাভিগেটর একটি <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">ডকযোগ্য উইন্ডো</link>।"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3145271\n"
+"40\n"
+"help.text"
+msgid "Choose <emph>View - Navigator</emph> to display the Navigator."
+msgstr "ন্যাভিগেটর প্রদর্শন করতে, <emph>ভিউ - ন্যাভিগেটর</emph> নির্বাচন করুন।"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3159155\n"
+"4\n"
+"help.text"
+msgid "Column"
+msgstr "কলাম"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3146984\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_NAVIPI_COL\">Enter the column letter. Press Enter to reposition the cell cursor to the specified column in the same row.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_COL\">কলামের অক্ষর সন্নিবেশ করান। ঘরের কার্সারকে একই সারির নির্ধারিত কলামে পুনরায় অবস্থিত করতে, Enter চাপুন।</ahelp>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3147126\n"
+"6\n"
+"help.text"
+msgid "Row"
+msgstr "সারি"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3149958\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_NAVIPI_ROW\">Enter a row number. Press Enter to reposition the cell cursor to the specified row in the same column.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_ROW\">সারি নম্বর সন্নিবেশ করান। ঘরের কার্সারকে একই কলামের নির্ধারিত সারিতে পুনরায় অবস্থিত করতে, Enter চাপুন।</ahelp>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3150717\n"
+"8\n"
+"help.text"
+msgid "Data Range"
+msgstr "ডাটার পরিসীমা"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150752\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_NAVIPI_DATA\">Specifies the current data range denoted by the position of the cell cursor.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_DATA\">ঘরের কার্সরের অবস্থান দ্বারা চিহ্নিত বর্তমান ডাটা পরিসীমা উল্লেখ করে।</ahelp>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3159264\n"
+"help.text"
+msgid "<image id=\"img_id3147338\" src=\"cmd/sc_grid.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147338\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147338\" src=\"cmd/sc_grid.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147338\">আইকন</alt></image>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3146919\n"
+"9\n"
+"help.text"
+msgid "Data Range"
+msgstr "ডাটা পরিসীমা"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3148488\n"
+"14\n"
+"help.text"
+msgid "Start"
+msgstr "শুরু"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150086\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_NAVIPI_UP\">Moves to the cell at the beginning of the current data range, which you can highlight using the <emph>Data Range</emph> button.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_UP\">বর্তমান ডাটা পরিসীমার প্রারম্ভিক ঘরে সরায়, যেটি আপনি <emph>ডাটা পরিসীমা</emph> বোতাম ব্যবহার করে হাইলাইট করতে পারেন।</ahelp>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3152994\n"
+"help.text"
+msgid "<image id=\"img_id3150515\" src=\"sw/imglst/sc20186.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150515\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150515\" src=\"sw/imglst/sc20186.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150515\">আইকন</alt></image>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3154372\n"
+"15\n"
+"help.text"
+msgid "Start"
+msgstr "শুরু"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3146982\n"
+"17\n"
+"help.text"
+msgid "End"
+msgstr "শেষ"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3152985\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_NAVIPI_DOWN\">Moves to the cell at the end of the current data range, which you can highlight using the <emph>Data Range</emph> button.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_DOWN\">বর্তমান ডাটা পরিসীমার শেষ ঘরে সরায়, যেটি আপনি <emph>ডাটা পরিসীমা</emph> বোতাম ব্যবহার করে হাইলাইট করতে পারেন।</ahelp>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3159170\n"
+"help.text"
+msgid "<image id=\"img_id3148871\" src=\"sw/imglst/sc20175.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148871\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148871\" src=\"sw/imglst/sc20175.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148871\">আইকন</alt></image>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3147072\n"
+"18\n"
+"help.text"
+msgid "End"
+msgstr "শেষ"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3150107\n"
+"20\n"
+"help.text"
+msgid "Toggle"
+msgstr "টগল"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3159098\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_NAVIPI_ROOT\">Toggles the content view. Only the selected Navigator element and its subelements are displayed.</ahelp> Click the icon again to restore all elements for viewing."
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_ROOT\">বিষয়বস্তুর প্রদর্শনী টগল করে। শুধুমাত্র নির্বাচিত ন্যাভিগেটরের উপাদান এবং এর সাব-উপাদান প্রদর্শন করা হয়।</ahelp> প্রদর্শনের জন্য সকল উপাদান পূর্বাবস্থায় ফিরিয়ে আনতে, পুনরায় আইকনে ক্লিক করুন।"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3152869\n"
+"help.text"
+msgid "<image id=\"img_id3149126\" src=\"sw/imglst/sc20244.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149126\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149126\" src=\"sw/imglst/sc20244.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149126\">আইকন</alt></image>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3159229\n"
+"21\n"
+"help.text"
+msgid "Toggle"
+msgstr "টগল"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3149381\n"
+"11\n"
+"help.text"
+msgid "Contents"
+msgstr "বিষয়বস্তু"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150051\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_NAVIPI_ZOOM\">Allows you to hide/show the contents.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_ZOOM\">বিষয়বস্তু আড়াল/প্রদর্শন করতে আপনাকে অনুমোদন দেয়।</ahelp>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3155597\n"
+"help.text"
+msgid "<image id=\"img_id3154738\" src=\"sw/imglst/sc20233.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154738\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154738\" src=\"sw/imglst/sc20233.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154738\">আইকন</alt></image>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150955\n"
+"12\n"
+"help.text"
+msgid "Contents"
+msgstr "বিষয়বস্তু"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3147244\n"
+"23\n"
+"help.text"
+msgid "Scenarios"
+msgstr "দৃশ্যকল্প"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3153955\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_NAVIPI_SCEN\">Displays all available scenarios. Double-click a name to apply that scenario.</ahelp> The result is shown in the sheet. For more information, choose <link href=\"text/scalc/01/06050000.xhp\" name=\"Tools - Scenarios\"><emph>Tools - Scenarios</emph></link>."
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_SCEN\">উপস্থিত সব দৃশ্যকল্প প্রদর্শন করে। কোনো দৃশ্য কার্যকর করতে, ঐ দৃশ্যের নামে ডবল-ক্লিক করুন।</ahelp> ফলাফল শীটে প্রদর্শন করা হয়। আরও তথ্যের জন্য, <link href=\"text/scalc/01/06050000.xhp\" name=\"Tools - Scenarios\"><emph>টুল - দৃশ্যকল্প</emph></link> নির্বাচন করুন।"
+
+#: 02110000.xhp
+#, fuzzy
+msgctxt ""
+"02110000.xhp\n"
+"par_id3148745\n"
+"help.text"
+msgid "<image id=\"img_id3159256\" src=\"sc/imglst/navipi/na07.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159256\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149126\" src=\"sw/imglst/sc20244.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149126\">আইকন</alt></image>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3166466\n"
+"24\n"
+"help.text"
+msgid "Scenarios"
+msgstr "দৃশ্যকল্প"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_idN10A6C\n"
+"help.text"
+msgid "If the Navigator displays scenarios, you can access the following commands when you right-click a scenario entry:"
+msgstr "যদি ন্যাভিগেটর দৃশ্যকল্প প্রদর্শন করে, আপনি নিম্নের কমান্ডসমূহ ব্যবহার করতে পারবেন, যখন কোনো দৃশ্য এন্ট্রিতে ডান-ক্লিক করেন:"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_idN10A77\n"
+"help.text"
+msgid "Delete"
+msgstr "মুছে ফেলুন"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_idN10A7B\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_SCENARIO_DELETE\">Deletes the selected scenario.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_SCENARIO_DELETE\">নির্বাচিত দৃশ্যকল্প মুছে ফেলুন।</ahelp>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_idN10A92\n"
+"help.text"
+msgid "Properties"
+msgstr "বৈশিষ্ট্য"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_idN10A96\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_SCENARIO_EDIT\">Opens the <link href=\"text/scalc/01/06050000.xhp\">Edit scenario</link> dialog, where you can edit the scenario properties.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_SCENARIO_EDIT\"><link href=\"text/scalc/01/06050000.xhp\">দৃশ্যকল্প সম্পাদনা</link> ডায়ালগ খোলে, যেখানে আপনি দৃশ্যকল্পের বৈশিষ্ট্য সম্পাদনা করতে পারেন।</ahelp>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3150037\n"
+"26\n"
+"help.text"
+msgid "Drag Mode"
+msgstr "টানার মোড"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3157876\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_NAVIPI_DROP\">Opens a submenu for selecting the drag mode. You decide which action is performed when dragging and dropping an object from the Navigator into a document. Depending on the mode you select, the icon indicates whether a hyperlink, link or a copy is created.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_DROP\">টানার মোড নির্বাচন করার জন্য একটি সাবমেনু খোলে। কোনো বস্তুকে ন্যাভিগেটর থেকে নথিতে টেনে আনার এবং ছেড়ে দেওয়ার সময়, কোন ক্রিয়া সম্পন্ন করা হয় তা আপনি নির্বাচন করেন। আপনি নির্বাচিত মোডের উপর ভিত্তি করে, আইকন নির্দেশ করবে যে হাইপারলিংক, লিংক বা অনুলিপি তৈরি করা হয়েছে কিনা।</ahelp>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3149947\n"
+"help.text"
+msgid "<image id=\"img_id3159119\" src=\"cmd/sc_chainframes.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159119\">Icon</alt></image>"
+msgstr "<image id=\"img_id3159119\" src=\"cmd/sc_chainframes.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159119\">আইকন</alt></image>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150656\n"
+"27\n"
+"help.text"
+msgid "Drag Mode"
+msgstr "টানার মোড"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3149009\n"
+"29\n"
+"help.text"
+msgid "Insert as Hyperlink"
+msgstr "হাইপারলিংক হিসেবে সন্নিবেশ করা হবে"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3146938\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_DROPMODE_URL\">Inserts a hyperlink when you drag-and-drop an object from the Navigator into a document.</ahelp> You can later click the created hyperlink to set the cursor and the view to the respective object."
+msgstr "<ahelp hid=\"HID_SC_DROPMODE_URL\">আপনি যখন কোনো বস্তুকে ন্যাভিগেটর থেকে নথিতে টানেন-এবং-ছাড়েন, একটি হাইপারলিংক সন্নিবেশ করায়।</ahelp> নিজ নিজ বস্তুতে কার্সার এবং ভিউ নির্ধারণ করতে, আপনি তৈরিকৃত হাইপারলিংকে পরবর্তীতে ক্লিক করতে পারেন।"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3880733\n"
+"help.text"
+msgid "If you insert a hyperlink that links to an open document, you need to save the document before you can use the hyperlink."
+msgstr "আপনি যদি এমন একটি হাইপারলিংক সন্নিবেশ করান, যা একটি খোলা নথির সাথে সংযুক্ত, আপনাকে হাইপারলিংক ব্যবহার করার পূর্বে নথিটি সংরক্ষণ করতে হবে।"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3154682\n"
+"31\n"
+"help.text"
+msgid "Insert as Link"
+msgstr "লিংক হিসেবে সন্নিবেশ করা হবে"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150746\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_DROPMODE_LINK\">Creates a link when you drag-and-drop an object from the Navigator into a document.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_DROPMODE_LINK\">আপনি যখন কোনো বস্তুকে ন্যাভিগেটর থেকে নথিতে টেনে ছেড়ে দেন, একটি লিংক তৈরি হয়।</ahelp>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3145824\n"
+"33\n"
+"help.text"
+msgid "Insert as Copy"
+msgstr "অনুলিপি হিসেবে সন্নিবেশ করা হবে"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3147471\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_DROPMODE_COPY\">Generates a copy when you drag-and-drop an object from the Navigator into a document.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_DROPMODE_COPY\">আপনি যখন কোনো বস্তুকে ন্যাভিগেটর থেকে নথিতে টেনে ছেড়ে দেন, একটি অনুলিপি তৈরি করে।</ahelp>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3147423\n"
+"38\n"
+"help.text"
+msgid "Objects"
+msgstr "বস্তু"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150700\n"
+"39\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_NAVIPI_ENTRIES\">Displays all objects in your document.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_ENTRIES\">আপনার নথির সকল বস্তু প্রদর্শন করে।</ahelp>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3150860\n"
+"35\n"
+"help.text"
+msgid "Documents"
+msgstr "নথি"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3153929\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_NAVIPI_DOC\">Displays the names of all open documents.</ahelp> To switch to another open document in the Navigator, click the document name. The status (active, inactive) of the document is shown in brackets after the name. You can switch the active document in the <emph>Window</emph> menu."
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_DOC\">সকল খোলা নথির নাম প্রদর্শন করে।</ahelp> ন্যাভিগেটরের অন্যান্য খোলা নথিতে যেতে, নথির নামে ক্লিক করুন। নথির নামের পাশে, বন্ধনীর মধ্যে এর অবস্থা (সক্রিয়, নিষ্ক্রিয়) দেখানো হয়। আপনি <emph>উইন্ডো</emph> মেনুর সক্রিয় নথি পরিবর্তন করতে পারেন।"
+
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Function List"
+msgstr "ফাংশন তালিকা"
+
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"bm_id3154126\n"
+"help.text"
+msgid "<bookmark_value>formula list window</bookmark_value><bookmark_value>function list window</bookmark_value><bookmark_value>inserting functions; function list window</bookmark_value>"
+msgstr "<bookmark_value>formula list window</bookmark_value><bookmark_value>function list window</bookmark_value><bookmark_value>inserting functions; function list window</bookmark_value>"
+
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"hd_id3154126\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04080000.xhp\" name=\"Function List\">Function List</link>"
+msgstr "<link href=\"text/scalc/01/04080000.xhp\" name=\"Function List\">ফাংশন তালিকা</link>"
+
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"par_id3151118\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"funktionslistetext\"><ahelp hid=\"HID_SC_FUNCTIONLIST\">This command opens the <emph>Function List</emph> window, which displays all functions that can be inserted into your document.</ahelp></variable> The <emph>Function List</emph> window is similar to the <emph>Functions</emph> tab page of the <link href=\"text/scalc/01/04060000.xhp\" name=\"Function Wizard\">Function Wizard</link>. The functions are inserted with placeholders to be replaced with your own values."
+msgstr "<variable id=\"funktionslistetext\"><ahelp hid=\"HID_SC_FUNCTIONLIST\">এই কমান্ডের সাহায্যে <emph>ফাংশন তালিকা</emph> উইন্ডোটি খোলা হয়, যা আপনার নথিতে অন্তর্ভুক্ত করা যায় এমন ফাংশন প্রদর্শন করে থাকে।</ahelp></variable> <emph>ফাংশন তালিকা</emph> <link href=\"text/scalc/01/04060000.xhp\" name=\"Function Wizard\">ফাংশন উইজার্ড</link> এর <emph>ফাংশন</emph> ট্যাব পৃষ্ঠার অনুরূপ। ফাংশনসমূহ স্থানধারক সহ সন্নিবেশ করানো হয় যা নিজস্ব মান দ্বারা পুনঃস্থাপন করা যাবে।"
+
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"par_id3152576\n"
+"3\n"
+"help.text"
+msgid "The <emph>Function List</emph> window is a resizable <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">dockable window</link>. Use it to quickly enter functions in the spreadsheet. By double-clicking an entry in the functions list, the respective function is directly inserted with all parameters."
+msgstr "<emph>ফাংশন তালিকা</emph> উইন্ডোটি হলো পুনরায় আকৃতি প্রদানযোগ্য <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">ডক করার উপয়ুক্ত উইন্ডো</link>। স্প্রেডশীটে দ্রুত ফাংশন যোগ করার জন্য এটি ব্যবহৃত হয়। ফাংশন তালিকার একটি এন্ট্রিতে ডাবল-ক্লিক করার মাধ্যমে, সংশ্লিষ্ট ফাংশনটি সরাসরি সকল প্যারামিটার সহ সন্নিবেশ করানো হয়।"
+
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"hd_id3145799\n"
+"4\n"
+"help.text"
+msgid "Category List"
+msgstr "শ্রেণীর তালিকা"
+
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"hd_id3153160\n"
+"5\n"
+"help.text"
+msgid "Function List"
+msgstr "ফাংশন তালিকা"
+
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"par_id3149412\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:FID_FUNCTION_BOX:LB_FUNC\">Displays the available functions.</ahelp> When you select a function, the area below the list box displays a short description. To insert the selected function double-click it or click the <emph>Insert Function into calculation sheet</emph> icon."
+msgstr "<ahelp hid=\"SC:LISTBOX:FID_FUNCTION_BOX:LB_FUNC\">বিদ্যমান ফাংশন প্রদর্শন করে।</ahelp> আপনি যখন একটি ফাংশন নির্বাচন করেন, তালিকা বাক্সের নিচের এলাকায় একটি সংক্ষিপ্ত বর্ণনা প্রদর্শন করে। নির্বাচিত ফাংশন সন্নিবেশ করাতে, এটাতে ডবল-ক্লিক করুন বা <emph>গণনা শীটে ফাংশন সন্নিবেশ</emph> আইকনে ক্লিক করুন।"
+
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"hd_id3146971\n"
+"7\n"
+"help.text"
+msgid "Insert Function into calculation sheet"
+msgstr "গণনা শীটে ফাংশন সন্নিবেশ"
+
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"par_id3150043\n"
+"help.text"
+msgid "<image id=\"img_id3159267\" src=\"sc/res/fx.png\" width=\"0.1945inch\" height=\"0.1945inch\"><alt id=\"alt_id3159267\">Icon</alt></image>"
+msgstr "<image id=\"img_id3159267\" src=\"sc/res/fx.png\" width=\"0.1945inch\" height=\"0.1945inch\"><alt id=\"alt_id3159267\">আইকন</alt></image>"
+
+#: 04080000.xhp
+msgctxt ""
+"04080000.xhp\n"
+"par_id3147345\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:IMAGEBUTTON:FID_FUNCTION_BOX:IMB_INSERT\">Inserts the selected function into the document.</ahelp>"
+msgstr "<ahelp hid=\"SC:IMAGEBUTTON:FID_FUNCTION_BOX:IMB_INSERT\">নথিতে নির্বাচিত ফাংশনটি সন্নিবেশ করায়।</ahelp>"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Consolidate"
+msgstr "সংহত করা"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"hd_id3148946\n"
+"1\n"
+"help.text"
+msgid "Consolidate"
+msgstr "সংহত করা"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3148798\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"konsolidieren\"><ahelp hid=\".uno:DataConsolidate\">Combines data from one or more independent cell ranges and calculates a new range using the function that you specify.</ahelp></variable>"
+msgstr "<variable id=\"konsolidieren\"><ahelp hid=\".uno:DataConsolidate\"> একটি অথবা অধিক স্বাধীন প্রকোষ্ঠ পরিসর হতে তথ্য একত্র করে এবং আপনার উল্লেখিত ফাংশন দ্বারা একটি নতুন পরিসর গণনা করে।</ahelp></variable>"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"hd_id3150010\n"
+"8\n"
+"help.text"
+msgid "Function"
+msgstr "ফাংশন"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3149377\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_CONSOLIDATE:LB_FUNC\">Select the function that you want to use to consolidate the data.</ahelp>"
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_CONSOLIDATE:LB_FUNC\">ফাংশনটি নির্বাচন করুন যা আপনি ডাটা একত্রিত করার জন্য ব্যবহার করে।</ahelp>"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"hd_id3147127\n"
+"10\n"
+"help.text"
+msgid "Consolidation ranges"
+msgstr "সংহত করার পরিসর"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3151075\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MULTILISTBOX:RID_SCDLG_CONSOLIDATE:LB_CONSAREAS\">Displays the cell ranges that you want to consolidate.</ahelp>"
+msgstr "<ahelp hid=\"SC:MULTILISTBOX:RID_SCDLG_CONSOLIDATE:LB_CONSAREAS\">ঘর পরিসর প্রদর্শন করে যা আপনি একত্রিত করতে চান।</ahelp>"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"hd_id3147397\n"
+"12\n"
+"help.text"
+msgid "Source data range"
+msgstr "উৎস তথ্য পরিসর"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3153836\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_CONSOLIDATE:ED_DATA_AREA\">Specifies the cell range that you want to consolidate with the cell ranges listed in the <emph>Consolidation ranges </emph>box. Select a cell range in a sheet, and then click <emph>Add</emph>. You can also select a the name of a predefined cell from the <emph>Source data range </emph>list.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_CONSOLIDATE:ED_DATA_AREA\">ঘর পরিসর উল্লেখ করে যা আপনি <emph>সংহতকরণ পরিসর </emph>বাক্সের সাহায্যে সংহত করতে চান। পাতাতে একটি ঘর পরিসর নির্বাচন করুন, এবং তারপর <emph>সংযুক্ত</emph> ক্লিক করুন। আপনি <emph>উৎস তথ্য পরিসর </emph>তালিকা হতে একটি পূর্বনির্ধারিত ঘরের নামও নির্বাচন করতে পারেন।</ahelp>"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"hd_id3155768\n"
+"15\n"
+"help.text"
+msgid "Copy results to"
+msgstr "তে ফলাফলের অনুলিপি করুন"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3147341\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_CONSOLIDATE:ED_DEST_AREA\">Displays the first cell in the range where the consolidation results will be displayed.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_CONSOLIDATE:ED_DEST_AREA\">পরিসরের প্রথম ঘর প্রদর্শন করে যেখানে একত্রিত ডাটা প্রদর্শিত হবে।</ahelp>"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"hd_id3147345\n"
+"17\n"
+"help.text"
+msgid "Add"
+msgstr "সংযুক্ত করুন"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3155335\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_CONSOLIDATE:BTN_ADD\">Adds the cell range specified in the <emph>Source data range</emph> box to the <emph>Consolidation ranges </emph>box.</ahelp>"
+msgstr "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_CONSOLIDATE:BTN_ADD\"> <emph>উৎস ডাটা পরিসর</emph> হতে <emph>একত্রিত পরিসর </emph>বাক্সে উল্লেখিত ঘর পরিসর সংযুক্ত করে।</ahelp>"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"hd_id3148630\n"
+"19\n"
+"help.text"
+msgid "More >>"
+msgstr "অধিক >>"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3159239\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_CONSOLIDATE:BTN_MORE\">Shows additional <link href=\"text/scalc/01/12070100.xhp\" name=\"options\">options</link>.</ahelp>"
+msgstr "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_CONSOLIDATE:BTN_MORE\">অতিরিক্ত <link href=\"text/scalc/01/12070100.xhp\" name=\"options\">অপশন</link>প্রদর্শন করে।</ahelp>"
+
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "AutoCalculate"
+msgstr "AutoCalculate"
+
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"bm_id3145673\n"
+"help.text"
+msgid "<bookmark_value>calculating; auto calculating sheets</bookmark_value><bookmark_value>recalculating;auto calculating sheets</bookmark_value><bookmark_value>AutoCalculate function in sheets</bookmark_value><bookmark_value>correcting sheets automatically</bookmark_value><bookmark_value>formulas;AutoCalculate function</bookmark_value><bookmark_value>cell contents;AutoCalculate function</bookmark_value>"
+msgstr "<bookmark_value>calculating; auto calculating sheets</bookmark_value><bookmark_value>recalculating;auto calculating sheets</bookmark_value><bookmark_value>AutoCalculate function in sheets</bookmark_value><bookmark_value>correcting sheets automatically</bookmark_value><bookmark_value>formulas;AutoCalculate function</bookmark_value><bookmark_value>cell contents;AutoCalculate function</bookmark_value>"
+
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3145673\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06070000.xhp\" name=\"AutoCalculate\">AutoCalculate</link>"
+msgstr "<link href=\"text/scalc/01/06070000.xhp\" name=\"AutoCalculate\">AutoCalculate</link>"
+
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3148798\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AutomaticCalculation\">Automatically recalculates all formulas in the document.</ahelp>"
+msgstr "<ahelp hid=\".uno:AutomaticCalculation\">নথিতে স্বয়ংক্রিয়ভাবে সমস্ত সূত্র পুনঃরায় হিসাব করে।</ahelp>"
+
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3145173\n"
+"3\n"
+"help.text"
+msgid "All cells are recalculated after a sheet cell has been modified. Any charts in the sheet will also be refreshed."
+msgstr "একটি পাতা ঘর সম্পাদনার পর সকল ঘর পুনঃহিসাব হয়েছে। পাতাতে যেকোনো ছকও রিফ্রেশ করা হবে।"
+
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"tit\n"
+"help.text"
+msgid "NETWORKDAYS"
+msgstr "NETWORKDAYS"
+
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"bm_id3151254\n"
+"help.text"
+msgid "<bookmark_value>NETWORKDAYS function</bookmark_value>"
+msgstr "<bookmark_value>NETWORKDAYS function</bookmark_value>"
+
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"hd_id3151254\n"
+"240\n"
+"help.text"
+msgid "<variable id=\"networkdays\"><link href=\"text/scalc/01/func_networkdays.xhp\">NETWORKDAYS</link></variable>"
+msgstr "<variable id=\"networkdays\"><link href=\"text/scalc/01/func_networkdays.xhp\">NETWORKDAYS</link></variable>"
+
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"par_id3153788\n"
+"241\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_NETWORKDAYS\">Returns the number of workdays between a <emph>start date and an end date</emph>. Holidays can be deducted.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_NETWORKDAYS\">কাজের দিনের সংখ্যা <emph>শুরুর তারিখ এবং শেষের তারিখ</emph>এর মধ্যে একটি সংখ্যা ফলাফল হিসেবে প্রদান করে। ছুটির দিন বাদ দেয়া যেতে পারে।</ahelp>"
+
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"hd_id3148677\n"
+"242\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"par_id3145775\n"
+"243\n"
+"help.text"
+msgid "NETWORKDAYS(StartDate; EndDate; Holidays)"
+msgstr "NETWORKDAYS(StartDate; EndDate; Holidays)"
+
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"par_id3153885\n"
+"244\n"
+"help.text"
+msgid "<emph>StartDate</emph> is the date from when the calculation is carried out. If the start date is a workday, the day is included in the calculation."
+msgstr "<emph>StartDate</emph> হলো একটি তারিখ যখন হতে একটি গণনা সংঘটিত হয়। যদি শুরুর তারিখটি একটি কর্মদিবস হয় ,দিনটি গণনা তে অন্তর্ভুক্ত হবে।"
+
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"par_id3151110\n"
+"245\n"
+"help.text"
+msgid "<emph>EndDate</emph> is the date up until when the calculation is carried out. If the end date is a workday, the day is included in the calculation."
+msgstr "<emph>EndDate</emph> হলো একটি তারিখ যতক্ষন না একটি গণনা সংঘটিত হয়। যদি শুরুর তারিখটি একটি কর্মদিবস হয় ,দিনটি গণনা তে অন্তর্ভুক্ত হবে।"
+
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"par_id3154115\n"
+"246\n"
+"help.text"
+msgid "<emph>Holidays</emph> is an optional list of holidays. These are non-working days. Enter a cell range in which the holidays are listed individually."
+msgstr "<emph>ছুটির দিন</emph> হলো ঐচ্ছিক ছুটির দিনের সংখ্যা। এইগুলি কার্যদিবস নয়। একটি ঘর পরিসর সন্নিবেশ করান যাতে ছুটির দিনগুলি আলাদাভাবে তালিকাবদ্ধ হয়।"
+
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"hd_id3146902\n"
+"247\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"par_id3154661\n"
+"248\n"
+"help.text"
+msgid "How many workdays fall between 2001-12-15 and 2002-01-15? The start date is located in C3 and the end date in D3. Cells F3 to J3 contain the following Christmas and New Year holidays: \"2001-12-24\", \"2001-12-25\", \"2001-12-26\", \"2001-12-31\", \"2002-01-01\"."
+msgstr "২০০১-১২-১৫ এবং ২০০২-০১-১৫ কতগুলো কার্য দিবস পড়বে? শুরুর দিকটি C3 তে অবস্থিত হয় এবং শেষের দিনটি D3 তে। ঘর F3 হতে J3 পর্যন্ত বড়টিন এবং নতুন বছরের ছুটি ধারণ করে: \"২০০১-১২-২৪\", \"২০০১-১২-২৫\", \"২০০১-১২-২৬\", \"২০০১-১২-৩১\", \"২০০২-০১-০১\"।"
+
+#: func_networkdays.xhp
+msgctxt ""
+"func_networkdays.xhp\n"
+"par_id3147328\n"
+"249\n"
+"help.text"
+msgid "=NETWORKDAYS(C3;D3;F3:J3) returns 17 workdays."
+msgstr "=NETWORKDAYS(C3;D3;F3:J3) ১৭ সাপ্তাহিক দিন ফলাফল প্রদান করে।"
+
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Show"
+msgstr "প্রদর্শন"
+
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"bm_id3147264\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; showing columns</bookmark_value><bookmark_value>showing; columns</bookmark_value><bookmark_value>showing; rows</bookmark_value>"
+msgstr "<bookmark_value>spreadsheets; showing columns</bookmark_value><bookmark_value>showing; columns</bookmark_value><bookmark_value>showing; rows</bookmark_value>"
+
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"hd_id3147264\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05030400.xhp\" name=\"Show\">Show</link>"
+msgstr "<link href=\"text/scalc/01/05030400.xhp\" name=\"Show\">প্রদর্শন</link>"
+
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"par_id3150447\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ShowColumn\">Choose this command to show previously hidden rows or columns.</ahelp>"
+msgstr "<ahelp hid=\".uno:ShowColumn\">পূর্ববর্তীতে আড়ালকৃত সারি বা কলাম প্রদর্শনের জন্য এই কমান্ডটি নির্বাচন করুন।</ahelp>"
+
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"par_id3155131\n"
+"3\n"
+"help.text"
+msgid "To show a column or row, select the range of rows or columns containing the hidden elements, then choose <emph>Format - Row - Show</emph> or <emph>Format - Column - Show</emph>."
+msgstr "একটি কলাম বা সারি প্রদর্শনের জন্য, আড়ালকৃত উপাদান রয়েছে এমন সারি বা কলামের পরিসর নির্বাচন করুন, <emph>বিন্যাস - সারি - প্রদর্শন</emph> বা <emph>বিন্যাস - কলাম - প্রদর্শন</emph> নির্বাচন করুন।"
+
+#: 05030400.xhp
+msgctxt ""
+"05030400.xhp\n"
+"par_id3145748\n"
+"4\n"
+"help.text"
+msgid "To show all hidden cells, first click in the field in the upper left corner. This selects all cells of the table."
+msgstr "সকল আড়ালকৃত ঘর প্রদর্শনের জন্য, প্রথমে উর্ধ্ব বাম কোণার ক্ষেত্রটিতে ক্লিক করুন। এটা টেবিলের সকল ঘর নির্বাচন করে।"
+
+#: 06030100.xhp
+msgctxt ""
+"06030100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Trace Precedents"
+msgstr "পূর্ববর্তী আলামত খুঁজুন"
+
+#: 06030100.xhp
+msgctxt ""
+"06030100.xhp\n"
+"bm_id3155628\n"
+"help.text"
+msgid "<bookmark_value>cells; tracing precedents</bookmark_value><bookmark_value>formula cells;tracing precedents</bookmark_value>"
+msgstr "<bookmark_value>cells; tracing precedents</bookmark_value><bookmark_value>formula cells;tracing precedents</bookmark_value>"
+
+#: 06030100.xhp
+msgctxt ""
+"06030100.xhp\n"
+"hd_id3155628\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030100.xhp\" name=\"Trace Precedents\">Trace Precedents</link>"
+msgstr "<link href=\"text/scalc/01/06030100.xhp\" name=\"Trace Precedents\">পূর্ববর্তী আলামত খুঁজুন</link>"
+
+#: 06030100.xhp
+msgctxt ""
+"06030100.xhp\n"
+"par_id3153542\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ShowPrecedents\">This function shows the relationship between the current cell containing a formula and the cells used in the formula.</ahelp>"
+msgstr "<ahelp hid=\".uno:ShowPrecedents\">এই ফাংশনটি একটি সূত্র এবং সূত্রে ব্যবহৃত ঘর ধরনকারী বর্তমান ঘরের মধ্যে সম্পর্ক প্রদর্শন করে।</ahelp>"
+
+#: 06030100.xhp
+msgctxt ""
+"06030100.xhp\n"
+"par_id3147265\n"
+"4\n"
+"help.text"
+msgid "Traces are displayed in the sheet with marking arrows. At the same time, the range of all the cells contained in the formula of the current cell is highlighted with a blue frame."
+msgstr "চিহ্নিতকরণ তীর দ্বারা পাতাতে ট্রেস প্রদর্শিত হয়। একই সময়ে, বর্তমান ঘরের সূত্রতে ধারণকারী সকল ঘরের পরিসর একটি নীল ছক দ্বারা উজ্জ্বলভাবে চিহ্নিত করা হয়।"
+
+#: 06030100.xhp
+msgctxt ""
+"06030100.xhp\n"
+"par_id3154321\n"
+"3\n"
+"help.text"
+msgid "This function is based on a principle of layers. For example, if the precedent cell to a formula is already indicated with a tracer arrow, when you repeat this command, the tracer arrows are drawn to the precedent cells of this cell."
+msgstr "এই ফাংশনটি স্তরের মূলসূত্র ভিত্তিক। উদাহরণস্বরূপ, যদি একটি সূত্রতে পূর্ববর্তী ঘরটি ইতিমধ্যেই একটি চিহ্নিতকরণ তীর দ্বারা নির্দেশ করা হয়, যখন আপনি এই কমান্ডটি পুনরাবৃত্ত করেন, চিহ্নিতকরণ তীরটি এই ঘরের পূর্ববর্তীতে আঁকা হয়।"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Define Names"
+msgstr "নাম নির্ধারণ করুন"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3156330\n"
+"1\n"
+"help.text"
+msgid "Define Names"
+msgstr "নাম নির্ধারণ করুন"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3154366\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"namenfestlegentext\"><ahelp hid=\".uno:DefineName\">Opens a dialog where you can specify a name for a selected area.</ahelp></variable>"
+msgstr "<variable id=\"namenfestlegentext\"><ahelp hid=\".uno:DefineName\">একটি নির্বাচিত এলাকার জন্য এমন একটি ডায়ালগ খোলা হয়, যেখানে আপনি নাম সুনির্দিষ্ট করতে পারেন।</ahelp></variable>"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3154123\n"
+"31\n"
+"help.text"
+msgid "Use the mouse to define ranges or type the reference into the <emph>Define Name </emph>dialog fields."
+msgstr "পরিসর নির্ধারণ করতে মাউস ব্যবহার করুন বা <emph>নাম নির্ধারণ</emph> ডায়ালগ ক্ষেত্রে রেফারেন্স টাইপ করুন।"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3155131\n"
+"30\n"
+"help.text"
+msgid "The <emph>Sheet Area</emph> box on the Formula bar contains a list of defined names for the ranges. Click a name from this box to highlight the corresponding reference on the spreadsheet. Names given formulas or parts of a formula are not listed here."
+msgstr "সূত্র বারের উপর <emph>পাতা এলাকা</emph>বাক্সটি পরিসরের জন্য নির্ধারিত নামের একটি তালিকা ধারণ করে। স্প্রেডশীটের উপর সংশ্লিষ্ট রেফারেন্সটি উজ্জ্বভাবে চিহ্নিত করার জন্য এই বাক্সটি হতে নামে ক্লিক করুন। সূত্র প্রদান করা নাম অথবা একটি সূত্রের অংশ এইখানে তালিকাভুক্ত হয় না।"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3151118\n"
+"3\n"
+"help.text"
+msgid "Name"
+msgstr "নাম"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3163712\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_NAMES:ED_NAME\">Enter the name of the area for which you want to define a reference. All area names already defined in the spreadsheet are listed in the text field below.</ahelp> If you click a name on the list, the corresponding reference in the document will be shown with a blue frame. If multiple cell ranges belong to the same area name, they are displayed with different colored frames."
+msgstr "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_NAMES:ED_NAME\">এলাকাটির নাম সন্নিবেশ করান যার জন্য আপনি একটি রেফারেন্স সংজ্ঞায়িত করতে চান। স্প্রেডশীটে ইতিমধ্যেই নির্ধারণ করা সকল এলাকা নাম নিম্নের টেক্সট ক্ষেত্রে তালিকাভুক্ত করা হয়।</ahelp> যদি আপনি তালিকার একটি নামে ক্লিক করেন, নথিতে সংশ্লিষ্ট রেফারেন্সটি একটি নীল কাঠামো দ্বারা প্রদর্শিত হবে। যদি বহু ঘর পরিসর একই এলাকা নামের অন্তর্ভুক্ত হয়, তারা ভিন্ন রঙীন কাঠামো দ্বারা প্রদর্শিত হয়।"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3153728\n"
+"9\n"
+"help.text"
+msgid "Assigned to"
+msgstr "যাতে ধার্য করা হবে"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3147435\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_NAMES:ED_ASSIGN\">The reference of the selected area name is shown here as an absolute value.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_NAMES:ED_ASSIGN\">নির্বাচিত এলকার নামের রেফারেন্স পরম মান হিসেবে এখানে দেখানো হয়েছিল।</ahelp>"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3146986\n"
+"12\n"
+"help.text"
+msgid "To insert a new area reference, place the cursor in this field and use your mouse to select the desired area in any sheet of your spreadsheet document."
+msgstr "একটি নতুন এলাকার রেফারেন্স সন্নিবেশ করতে, এই ক্ষেত্রটিতে কার্সার রাখুন এবং আপনার স্প্রেডশীট নথির যেকোনো শীটের কাঙ্খিত এলাকা নির্বাচন করতে মাউস ব্যবহার করুন।"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3154729\n"
+"13\n"
+"help.text"
+msgid "More"
+msgstr "আরও"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3149958\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_NAMES:BTN_MORE\">Allows you to specify the <emph>Area type </emph>(optional) for the reference.</ahelp>"
+msgstr "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_NAMES:BTN_MORE\">রেফারেন্সের জন্য <emph>এলাকার ধরন</emph>(ঐচ্ছিক) উল্লেখ করতে আপনাকে অনুমোদন দেয়।</ahelp>"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3147394\n"
+"15\n"
+"help.text"
+msgid "Area type"
+msgstr "এলাকার ধরন"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3155416\n"
+"16\n"
+"help.text"
+msgid "Defines additional options related to the type of reference area."
+msgstr "রেফারেন্স এলাকার ধরনের সাথে সম্পর্কিত অতিরিক্ত অপশন নির্ধারণ করে।"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3150716\n"
+"17\n"
+"help.text"
+msgid "Print range"
+msgstr "মুদ্রণ পরিসর"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3150751\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_PRINTAREA\">Defines the area as a print range.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_PRINTAREA\">মুদ্রণ পরিসর হিসেবে এলাকাটি নির্ধারণ করে।</ahelp>"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3153764\n"
+"19\n"
+"help.text"
+msgid "Filter"
+msgstr "পরিশোধক"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3155766\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_CRITERIA\">Defines the selected area to be used in an <link href=\"text/scalc/01/12040300.xhp\" name=\"advanced filter\">advanced filter</link>.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_CRITERIA\"><link href=\"text/scalc/01/12040300.xhp\" name=\"advanced filter\">উন্নত পরিশোধক</link> এ ব্যবহার করতে নির্বাচিত এলাকা নির্ধারণ করা হয়।</ahelp>"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3159267\n"
+"21\n"
+"help.text"
+msgid "Repeat column"
+msgstr "পুনরাবৃত্তি কলাম"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3149565\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_COLHEADER\">Defines the area as a repeating column.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_COLHEADER\">এলাকাটি পুনরাবৃত্তি কলাম হিসেবে নির্ধারণ করে।</ahelp>"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3153966\n"
+"23\n"
+"help.text"
+msgid "Repeat row"
+msgstr "পুনরাবৃত্তি সারি"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3150300\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_ROWHEADER\">Defines the area as a repeating row.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_ROWHEADER\">এলাকাটি পুনরাবৃত্তি সারি হিসেবে নির্ধারণ করে।</ahelp>"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3155112\n"
+"27\n"
+"help.text"
+msgid "Add/Modify"
+msgstr "যোগ/পরিবর্তন"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3159236\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_NAMES:BTN_ADD\">Click the <emph>Add</emph> button to add the defined name to the list. Click the <emph>Modify</emph> button to enter another name for an already existing name selected from the list.</ahelp>"
+msgstr "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_NAMES:BTN_ADD\">নির্ধারিত নামটি তালিকায় যোগ করতে, <emph>যোগ</emph> বোতামে ক্লিক করুন। তালিকায় নির্বাচিত ইতোমধ্যে বিদ্যমান একটি নামের জন্য অন্য একটি নাম সন্নিবেশ করাতে, <emph>পরিবর্তন</emph>বোতামে ক্লিক করুন।</ahelp>"
+
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"tit\n"
+"help.text"
+msgid "DATEVALUE"
+msgstr "DATEVALUE"
+
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"bm_id3145621\n"
+"help.text"
+msgid "<bookmark_value>DATEVALUE function</bookmark_value>"
+msgstr "<bookmark_value>DATEVALUE function</bookmark_value>"
+
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"hd_id3145621\n"
+"18\n"
+"help.text"
+msgid "<variable id=\"datevalue\"><link href=\"text/scalc/01/func_datevalue.xhp\">DATEVALUE</link></variable>"
+msgstr "<variable id=\"datevalue\"><link href=\"text/scalc/01/func_datevalue.xhp\">DATEVALUE</link></variable>"
+
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"par_id3145087\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DATWERT\">Returns the internal date number for text in quotes.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_DATWERT\">উদ্ধৃতির মধ্যে টেক্সটের জন্য অভ্যন্তরীণ তারিখ ফলাফল হিসেবে প্রদান করে।</ahelp>"
+
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"par_id3149281\n"
+"20\n"
+"help.text"
+msgid "The internal date number is returned as a number. The number is determined by the date system that is used by $[officename] to calculate dates."
+msgstr "অভ্যন্তরীণ তথ্য সংখ্যা একটি সংখ্যা হিসাবে ফলাফল প্রদান করে। সংখ্যাটি একটি তথ্য ব্যবস্থাপনার মাধ্যমে সজ্ঞায়িত হয় যা তারিখ হিসাব করার জন্য $[officename] দ্বারা ব্যবহৃত হয়।"
+
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"par_id0119200903491982\n"
+"help.text"
+msgid "If the text string also includes a time value, DATEVALUE only returns the integer part of the conversion."
+msgstr "যদি পাঠ্য স্ট্রিং একটি সময় মানও অন্তর্ভুক্ত করে, তাহলে DATEVALUE শুধুমাত্র রূপান্তরের ইনটিজার অংশটি প্রদান করে থাকে।"
+
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"hd_id3156294\n"
+"21\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"par_id3149268\n"
+"22\n"
+"help.text"
+msgid "DATEVALUE(\"Text\")"
+msgstr "DATEVALUE(\"Text\")"
+
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"par_id3154819\n"
+"23\n"
+"help.text"
+msgid "<emph>Text</emph> is a valid date expression and must be entered with quotation marks."
+msgstr "<emph>পাঠ্য</emph> হলো একটি বৈধ পাঠ্য এক্সপ্রেশন এবং অবশ্যই উদ্ধৃতি চিহ্ন সহ সন্নিবেশ করাতে হবে।"
+
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"hd_id3156309\n"
+"24\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"par_id3155841\n"
+"25\n"
+"help.text"
+msgid "<emph>=DATEVALUE(\"1954-07-20\")</emph> yields 19925."
+msgstr "<emph>=DATEVALUE(\"1954-07-20\")</emph> ১৯৯২৫ মান প্রদান করে।"
+
+#: 06060200.xhp
+msgctxt ""
+"06060200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Protecting document"
+msgstr "নথি রক্ষা করছে"
+
+#: 06060200.xhp
+msgctxt ""
+"06060200.xhp\n"
+"hd_id3150541\n"
+"1\n"
+"help.text"
+msgid "Protecting document"
+msgstr "নথি রক্ষা করছে"
+
+#: 06060200.xhp
+msgctxt ""
+"06060200.xhp\n"
+"par_id3145172\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"dokumenttext\"><ahelp hid=\".uno:ToolProtectionDocument\">Protects the sheet structure of your document from modifications. It is impossible to insert, delete, rename, move or copy sheets.</ahelp></variable> Open the <emph>Protect document</emph> dialog with <emph>Tools - Protect Document - Document</emph>. Optionally enter a password and click OK."
+msgstr "<variable id=\"dokumenttext\"><ahelp hid=\".uno:ToolProtectionDocument\">পরিবর্তন হতে আপনার নথির পাতা কাঠামো রক্ষা করে। পাতা অন্তর্ভুক্তকরণ, মুছে ফেলা, নতুন নামকরণ করা, সরানো এবং অনুলিপি করা অসম্ভব।</ahelp></variable> <emph>টুল - নথি নিরাপত্তা - নথি</emph> দ্বারা <emph>নথি সংরক্ষণ</emph> ডায়ালগটি খোলা হয়। ঐচ্ছিকভাবে পাসওয়ার্ড সন্নিবেশ করানো এবং OK ক্লিক করা হয়।"
+
+#: 06060200.xhp
+msgctxt ""
+"06060200.xhp\n"
+"par_id3153188\n"
+"6\n"
+"help.text"
+msgid "The structure of protected spreadsheet documents can be changed only if the <emph>Protect</emph> option is disabled. On the context menus for the spreadsheet tabs at the lower graphic border, only the menu item <emph>Select All Sheets</emph> can be activated. All other menu items are deactivated. To remove the protection, call up the command <emph>Tools - Protect Document - Document</emph> again. If no password is assigned, protection is immediately removed. If you were assigned a password, the <emph>Remove Spreadsheet Protection</emph> dialog appears, in which you must enter the password. Only then can you remove the check mark specifying that protection is active."
+msgstr "সংরক্ষিত স্প্রেডশীট নথির কাঠামো শুধুমাত্র তখনই পরিবর্তন করা যাবে যদি <emph>রক্ষা</emph> অপশনটি নিষ্ক্রিয় হয়। নিম্ন গ্রাফিক সীমানাতে স্প্রেডশীট ট্যাবের জন্য প্রসঙ্গ মেনুর উপর শুধুমাত্র <emph>সমস্ত পাতা নির্বাচন</emph> মেনু উপাদানটি সক্রিয় করা যাবে। অন্য সকল মেনু উপাদান নিষ্ক্রিয় হয়। নিরাপত্তা সরাতে <emph>টুল - নথি সংরক্ষণ - নথি</emph> কমান্ড অপশনটিতে আবার যান। যদি কোন পাসওয়ার্ড না থাকে, নিরাপত্তাটি অবিলম্বে নিষ্ক্রিয় হয়ে যায়। যদি আপনি একটি পাসওয়ার্ড বরাদ্দ করেন, <emph>স্প্রেডশীট নিরাপত্তা অপসারন</emph> ডায়ালগটি দেখা যায়, যাতে আপনাকে অবশ্যই একটি পাসওয়ার্ড সন্নিবেশ করাতে হবে। নিরাপত্তা সক্রিয় উল্লেখ করে শুধুমাত্র তখনই আপনি একটি টিক চিহ্ন অপসারন করতে পারেন।"
+
+#: 06060200.xhp
+msgctxt ""
+"06060200.xhp\n"
+"par_id3145750\n"
+"7\n"
+"help.text"
+msgid "A protected document, once saved, can only be saved again with the <emph>File - Save As</emph> menu command."
+msgstr "একটি রক্ষিত নথি, একবার সংরক্ষিত হয়েছে, শুধুমাত্র <emph>ফাইল - নতুন নামে সংরক্ষণ</emph> মেনু কমান্ড দ্বারা পুনঃরায় সংরক্ষণ করা যাবে।"
+
+#: 06060200.xhp
+msgctxt ""
+"06060200.xhp\n"
+"hd_id3152596\n"
+"4\n"
+"help.text"
+msgid "Password (optional)"
+msgstr "পাসওয়ার্ড (ঐচ্ছিক)"
+
+#: 06060200.xhp
+msgctxt ""
+"06060200.xhp\n"
+"par_id3155412\n"
+"5\n"
+"help.text"
+msgid "You can create a password to protect your document against unauthorized or accidental modifications."
+msgstr "অননুমোদিত অথবা দুর্ঘটনাবশত পরিবর্তনের বিরূদ্ধে আপনার নথিটি রক্ষা করার জন্য আপনি একটি পাসওয়ার্ড তৈরি করতে পারেন।"
+
+#: 06060200.xhp
+msgctxt ""
+"06060200.xhp\n"
+"par_id3150717\n"
+"9\n"
+"help.text"
+msgid "You can completely protect your work by combining both options from <emph>Tools - Protect Document</emph>, including password entry. If you want to prevent the document from being opened by other users, select <emph>Save With Password </emph>and click the <emph>Save</emph> button. The <emph>Enter Password</emph> dialog appears. Consider carefully when choosing a password; if you forget it after you close a document you will be unable to access the document."
+msgstr "পাসওয়ার্ড এন্ট্রি সহকারে <emph>টুল - নথি নিরাপত্তা বিধান</emph> হতে উভয় অপশন একত্রিতকরনের মাধ্যমে আপনার কাজটি সমপূর্ণ রক্ষা করাতে পারেন।যদি আপনি আপনার নথিটি অন্য ব্যবহারকারী দ্বারা খোলা নিবৃত্ত করতে চান তাহলে <emph>পাসওয়ার্ড দ্বারা সংরক্ষণ </emph> নির্বাচন এবং <emph>সংরক্ষণ</emph> বোতামটি ক্লিক করুন। <emph>পাসওয়ার্ড সন্নিবেশ করানো</emph> ডায়ালগটি দেখা যায়। পাসওয়ার্ড পছন্দ করার সময় সতর্কতার সাথে বিবেচনা করুন; যদি আপনি এই কাজটি করতে ভুলে যান তাহলে নথিটি বন্ধ করার পর আপনি নথিটি খুলতে পারবেন না।"
+
+#: 12040100.xhp
+msgctxt ""
+"12040100.xhp\n"
+"tit\n"
+"help.text"
+msgid "AutoFilter"
+msgstr "AutoFilter"
+
+#: 12040100.xhp
+msgctxt ""
+"12040100.xhp\n"
+"hd_id3153541\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12040100.xhp\" name=\"AutoFilter\">AutoFilter</link>"
+msgstr "<link href=\"text/scalc/01/12040100.xhp\" name=\"AutoFilter\">AutoFilter</link>"
+
+#: 12040100.xhp
+msgctxt ""
+"12040100.xhp\n"
+"par_id3148550\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DataFilterAutoFilter\">Automatically filters the selected cell range, and creates one-row list boxes where you can choose the items that you want to display.</ahelp>"
+msgstr "<ahelp hid=\".uno:DataFilterAutoFilter\">স্বয়ংক্রিয়ভাবে নির্বাচিত ঘর পরিসর পরিশোধন করে, এবং এর-সারি বাক্স তৈরি করে যেখানে আপনার প্রদর্শন করতে চাওয়া উপাদান আপনি পছন্দ করতে পারেন।</ahelp>"
+
+#: 12040100.xhp
+msgctxt ""
+"12040100.xhp\n"
+"par_id3145171\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12090000.xhp\" name=\"Default filter\">Default filter</link>"
+msgstr "<link href=\"text/shared/02/12090000.xhp\" name=\"Default filter\">ডিফল্ট পরিশোধক</link>"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"tit\n"
+"help.text"
+msgid "Logical Functions"
+msgstr "লজিক্যাল ফাংশন"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"bm_id3153484\n"
+"help.text"
+msgid "<bookmark_value>logical functions</bookmark_value> <bookmark_value>Function Wizard; logical</bookmark_value> <bookmark_value>functions; logical functions</bookmark_value>"
+msgstr "<bookmark_value>logical functions</bookmark_value> <bookmark_value>Function Wizard; logical</bookmark_value> <bookmark_value>functions; logical functions</bookmark_value>"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3153484\n"
+"1\n"
+"help.text"
+msgid "Logical Functions"
+msgstr "লজিক্যাল ফাংশন"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3149312\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"logischtext\">This category contains the <emph>Logical</emph> functions. </variable>"
+msgstr "<variable id=\"logischtext\">এই শ্রেণীতে <emph>লজিক্যাল</emph> ফাংশন রয়েছে। </variable>"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"bm_id3147505\n"
+"help.text"
+msgid "<bookmark_value>AND function</bookmark_value>"
+msgstr "<bookmark_value>AND function</bookmark_value>"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3147505\n"
+"29\n"
+"help.text"
+msgid "AND"
+msgstr "AND"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3153959\n"
+"65\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_UND\">Returns TRUE if all arguments are TRUE.</ahelp> If one of the elements is FALSE, this function returns the FALSE value."
+msgstr "<ahelp hid=\"HID_FUNC_UND\">যদি সব আর্গুমেন্ট TRUE হয়, TRUE প্রদান করে।</ahelp> যদি কোনো একটি উপাদান FALSE হয়, এই ফাংশনটি FALSE মান প্রদান করে।"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3146100\n"
+"66\n"
+"help.text"
+msgid "The arguments are either logical expressions themselves (TRUE, 1<5, 2+3=7, B8<10) that return logical values, or arrays (A1:C3) containing logical values."
+msgstr "আর্গুমেন্টগুলো নিজেই হয় লজিক্যাল এক্সপ্রেশন (TRUE, 1<5, 2+3=7, B8<10), যা লজিক্যাল মান প্রদান করে, বা অ্যারে (A1:C3), যাতে লজিক্যাল মান রয়েছে।"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3150538\n"
+"67\n"
+"help.text"
+msgid "When a function expects a single value, but you entered a cell range, then the value from the cell range is taken that is in the same column or row as the formula."
+msgstr "যখন একটি ফাংশনের জন্য একক মানের প্রয়োজন হয়, কিন্তু ঘরের পরিসর মান সন্নিবেশ করানো হয় তখন ঘরের পরিসর থেকে মানটি নেওয়া হয় যা একই কলাম অথবা সারিতে একটি সূত্র হিসেবে থাকে।"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3149128\n"
+"68\n"
+"help.text"
+msgid "If the entered range is outside of the current column or row of the formula, the function returns the error value #VALUE!"
+msgstr "যদি সন্নিবেশকৃত পরিসর ফর্মূলার বর্তমান কলাম বা সারির বাইরে হয়, ফাংশনটি ত্রুটি মান #VALUE প্রদান করে!"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3150374\n"
+"31\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3159123\n"
+"32\n"
+"help.text"
+msgid "AND(LogicalValue1; LogicalValue2 ...LogicalValue30)"
+msgstr "AND(LogicalValue1; LogicalValue2 ...LogicalValue30)"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3150038\n"
+"33\n"
+"help.text"
+msgid "<emph>LogicalValue1; LogicalValue2 ...LogicalValue30</emph> are conditions to be checked. All conditions can be either TRUE or FALSE. If a range is entered as a parameter, the function uses the value from the range that is in the current column or row. The result is TRUE if the logical value in all cells within the cell range is TRUE."
+msgstr "<emph>LogicalValue1; LogicalValue2 ...LogicalValue30</emph> হলো এমন শর্ত, যা পরীক্ষা করা হবে। সকল শর্ত TRUE বা FALSE এর যেকোনোটি হতে পারে। যদি একটি পরিসর প্যারামিটার হিসাবে সন্নিবেশ করা হয়, ফাংশনটি পরিসর হতে এমন মান ব্যবহার করে, যা বর্তমান কলাম বা সারিতে রয়েছে। যদি ঘরের পরিসরের মধ্যবর্তী সকল ঘরে লজিক্যাল মান TRUE হয়, ফলাফল TRUE হবে।"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3149143\n"
+"34\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3153123\n"
+"35\n"
+"help.text"
+msgid "The logical values of entries 12<13; 14>12, and 7<6 are to be checked:"
+msgstr "১২<১৩; ১৪>১২, এবং ৭<৬ ভুক্তির লজিক্যাল মান পরীক্ষা করা হবে:"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3145632\n"
+"36\n"
+"help.text"
+msgid "<item type=\"input\">=AND(12<13;14>12;7<6)</item> returns FALSE."
+msgstr "<item type=\"input\">=AND(12<13;14>12;7<6)</item> FALSE প্রদান করে।"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3149946\n"
+"60\n"
+"help.text"
+msgid "<item type=\"input\">=AND (FALSE;TRUE)</item> returns FALSE."
+msgstr "<item type=\"input\">=AND (FALSE;TRUE)</item> FALSE প্রদান করে।"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"bm_id3149015\n"
+"help.text"
+msgid "<bookmark_value>FALSE function</bookmark_value>"
+msgstr "<bookmark_value>FALSE function</bookmark_value>"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3149015\n"
+"3\n"
+"help.text"
+msgid "FALSE"
+msgstr "FALSE"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3149890\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FALSCH\">Returns the logical value FALSE.</ahelp> The FALSE() function does not require any arguments, and always returns the logical value FALSE."
+msgstr "<ahelp hid=\"HID_FUNC_FALSCH\">লজিক্যাল মান FALSE প্রদান করে।</ahelp> FALSE() ফাংশনের কোনো আর্গুমেন্ট প্রয়োজন নেই, এবং সবসময় লজিক্যাল মান FALSE প্রদান করে।"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3146939\n"
+"5\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3150030\n"
+"6\n"
+"help.text"
+msgid "FALSE()"
+msgstr "FALSE()"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3150697\n"
+"7\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3154842\n"
+"8\n"
+"help.text"
+msgid "<item type=\"input\">=FALSE()</item> returns FALSE"
+msgstr "<item type=\"input\">=FALSE()</item> FALSE প্রদান করে"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3147468\n"
+"9\n"
+"help.text"
+msgid "<item type=\"input\">=NOT(FALSE())</item> returns TRUE"
+msgstr "<item type=\"input\">=NOT(FALSE())</item> TRUE প্রদান করে"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"bm_id3150141\n"
+"help.text"
+msgid "<bookmark_value>IF function</bookmark_value>"
+msgstr "<bookmark_value>IF function</bookmark_value>"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3150141\n"
+"48\n"
+"help.text"
+msgid "IF"
+msgstr "IF"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3148740\n"
+"49\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WENN\">Specifies a logical test to be performed.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_WENN\">একটি লজিক্যাল পরীক্ষা সম্পন্ন করার জন্য সুনির্দিষ্ট করা হয়।</ahelp>"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3153325\n"
+"50\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3154558\n"
+"51\n"
+"help.text"
+msgid "IF(Test; ThenValue; OtherwiseValue)"
+msgstr "IF(Test; ThenValue; OtherwiseValue)"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3149727\n"
+"52\n"
+"help.text"
+msgid "<emph>Test</emph> is any value or expression that can be TRUE or FALSE."
+msgstr "<emph>পরীক্ষণ</emph> যেকোনো মান অথবা এক্সপ্রেশন যা TRUE অথবা FALSE হতে পারে।"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3155828\n"
+"53\n"
+"help.text"
+msgid "<emph>ThenValue</emph> (optional) is the value that is returned if the logical test is TRUE."
+msgstr "<emph>ThenValue</emph> (ঐচ্ছিক) হলো এমন একটি মান যা লজিক্যাল পরীক্ষণ TRUE হলে প্রদান করে থাকে।"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3154811\n"
+"54\n"
+"help.text"
+msgid "<emph>OtherwiseValue</emph> (optional) is the value that is returned if the logical test is FALSE."
+msgstr "<emph>OtherwiseValue</emph> (ঐচ্ছিক) হলো এমন একটি মান যা লজিক্যাল পরীক্ষণ FALSE হলে প্রদান করে থাকে।"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_idN107FA\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3149507\n"
+"55\n"
+"help.text"
+msgid "Examples"
+msgstr "উদাহরণ"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3150867\n"
+"57\n"
+"help.text"
+msgid "<item type=\"input\">=IF(A1>5;100;\"too small\")</item> If the value in A1 is higher than 5, the value 100 is entered in the current cell; otherwise, the text “too small” (without quotes) is entered."
+msgstr "<item type=\"input\">=IF(A1>5;100;\"too small\")</item> যদি A1 এর মান ৫ এর বড় হয়, মান ১০০ বর্তমান ঘরে সন্নিবেশ করানো হয়; অন্যথায়, “too small” (উদ্ধৃতি ব্যতীত) পাঠ্যটি সন্নিবেশ করানো হয়।"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"bm_id3155954\n"
+"help.text"
+msgid "<bookmark_value>NOT function</bookmark_value>"
+msgstr "<bookmark_value>NOT function</bookmark_value>"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3155954\n"
+"12\n"
+"help.text"
+msgid "NOT"
+msgstr "NOT"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3153570\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_NICHT\">Complements (inverts) a logical value.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_NICHT\">একটি লজিক্যাল মানের সম্পূরক (বিপরীত) করা হয়।</ahelp>"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3147372\n"
+"14\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3157996\n"
+"15\n"
+"help.text"
+msgid "NOT(LogicalValue)"
+msgstr "NOT(LogicalValue)"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3148766\n"
+"16\n"
+"help.text"
+msgid "<emph>LogicalValue</emph> is any value to be complemented."
+msgstr "<emph>LogicalValue</emph> হলো সম্পূরক মান।"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3149884\n"
+"17\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3150132\n"
+"18\n"
+"help.text"
+msgid "<item type=\"input\">=NOT(A)</item>. If A=TRUE then NOT(A) will evaluate FALSE."
+msgstr "<item type=\"input\">=NOT(A)</item>. If A=TRUE then NOT(A) will evaluate FALSE."
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"bm_id3148394\n"
+"help.text"
+msgid "<bookmark_value>OR function</bookmark_value>"
+msgstr "<bookmark_value>OR function</bookmark_value>"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3148394\n"
+"20\n"
+"help.text"
+msgid "OR"
+msgstr "OR"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3156060\n"
+"61\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ODER\">Returns TRUE if at least one argument is TRUE.</ahelp> This function returns the value FALSE, if all the arguments have the logical value FALSE."
+msgstr "<ahelp hid=\"HID_FUNC_ODER\">যদি কমপক্ষে একটি আর্গুমেন্ট TRUE হয়, TRUE প্রদান করে।</ahelp> যদি সকল আর্গুমেন্টের লজিক্যাল মান FALSE হয়, ফাংশনটি FALSE মান প্রদান করে।"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3148771\n"
+"62\n"
+"help.text"
+msgid "The arguments are either logical expressions themselves (TRUE, 1<5, 2+3=7, B8<10) that return logical values, or arrays (A1:C3) containing logical values."
+msgstr "আর্গুমেন্ট নিজে হয় একটি লজিক্যাল এক্সপ্রেশন (TRUE, 1<5, 2+3=7, B8<10), যা লজিক্যাল মান প্রদান করে, বা অ্যারে (A1:C3), যেটিতে লজিক্যাল মান রয়েছে।"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3153546\n"
+"63\n"
+"help.text"
+msgid "When a function expects a single value, but you entered a cell range, then the value from the cell range is taken that is in the same column or row as the formula."
+msgstr "যখন একটি ফাংশনের জন্য একক মানের প্রয়োজন হয়, কিন্তু ঘরের পরিসর মান সন্নিবেশ করানো হয় তখন ঘরের পরিসর থেকে মানটি নেওয়া হয় যা একই কলাম অথবা সারিতে একটি সূত্র হিসেবে থাকে।"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3149027\n"
+"64\n"
+"help.text"
+msgid "If the entered range is outside of the current column or row of the formula, the function returns the error value #VALUE!"
+msgstr "যদি সন্নিবেশকৃত পরিসর ফর্মূলার বর্তমান কলামের বা সারির বাইরে হয়, ফাংশনটি ত্রুটি মান #VALUE প্রদান করে!"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3155517\n"
+"22\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3150468\n"
+"23\n"
+"help.text"
+msgid "OR(LogicalValue1; LogicalValue2 ...LogicalValue30)"
+msgstr "OR(LogicalValue1; LogicalValue2 ...LogicalValue30)"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3155819\n"
+"24\n"
+"help.text"
+msgid "<emph>LogicalValue1; LogicalValue2 ...LogicalValue30</emph> are conditions to be checked. All conditions can be either TRUE or FALSE. If a range is entered as a parameter, the function uses the value from the range that is in the current column or row."
+msgstr "<emph>LogicalValue1; LogicalValue2 ...LogicalValue30</emph> পরীক্ষা করা হবে এমন শর্তাবলী। সকল শর্ত হয় TRUE অথবা FALSE হতে পারে। যদি একটি পরিসর প্যারামিটার হিসেবে সন্নিবেশ করানো হয়, ফাংশনটি বর্তমান কলাম অথবা সারিতে বিদ্যমান পরিসর থেকে নেওয়া মান ব্যবহার করে থাকে।"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3153228\n"
+"25\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3154870\n"
+"26\n"
+"help.text"
+msgid "The logical values of entries 12<11; 13>22, and 45=45 are to be checked."
+msgstr "১২<১১; ১৩>২২, এবং ৪৫=৪৫ ভুক্সিসমূহের লজিক্যাল মান পরীক্ষা করা হবে।"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3155371\n"
+"27\n"
+"help.text"
+msgid "<item type=\"input\">=OR(12<11;13>22;45=45)</item> returns TRUE."
+msgstr "<item type=\"input\">=OR(12<11;13>22;45=45)</item> TRUE প্রদান করে।"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3158412\n"
+"59\n"
+"help.text"
+msgid "<item type=\"input\">=OR(FALSE;TRUE)</item> returns TRUE."
+msgstr "<item type=\"input\">=OR(FALSE;TRUE)</item> TRUE প্রদান করে।"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"bm_id3156256\n"
+"help.text"
+msgid "<bookmark_value>TRUE function</bookmark_value>"
+msgstr "<bookmark_value>TRUE function</bookmark_value>"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3156256\n"
+"38\n"
+"help.text"
+msgid "TRUE"
+msgstr "TRUE"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3155985\n"
+"39\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WAHR\">The logical value is set to TRUE.</ahelp> The TRUE() function does not require any arguments, and always returns the logical value TRUE."
+msgstr "<ahelp hid=\"HID_FUNC_WAHR\">লজিক্যাল মান TRUE হিসেবে নির্ধারণ করা হয়েছে।</ahelp> TRUE() ফাংশনের কোনো আর্গুমেন্ট প্রয়োজন নেই, এবং সর্বদা লজিক্যাল মান TRUE প্রদান করে।"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3153717\n"
+"40\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3152590\n"
+"41\n"
+"help.text"
+msgid "TRUE()"
+msgstr "TRUE()"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"hd_id3147175\n"
+"42\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3146148\n"
+"43\n"
+"help.text"
+msgid "If A=TRUE and B=FALSE the following examples appear:"
+msgstr "যদি A=TRUE এবং B=FALSE হয়, নিম্নের উদাহরণ উপস্থিত হয়:"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3083285\n"
+"44\n"
+"help.text"
+msgid "<item type=\"input\">=AND(A;B)</item> returns FALSE"
+msgstr "<item type=\"input\">=AND(A;B)</item> FALSE প্রদান করে"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3083444\n"
+"45\n"
+"help.text"
+msgid "<item type=\"input\">=OR(A;B)</item> returns TRUE"
+msgstr "<item type=\"input\">=OR(A;B)</item> TRUE প্রদান করে"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id3154314\n"
+"46\n"
+"help.text"
+msgid "<item type=\"input\">=NOT(AND(A;B))</item> returns TRUE"
+msgstr "<item type=\"input\">=NOT(AND(A;B))</item> TRUE প্রদান করে"
+
+#: 12080700.xhp
+msgctxt ""
+"12080700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Show Details (Pivot Table)"
+msgstr ""
+
+#: 12080700.xhp
+msgctxt ""
+"12080700.xhp\n"
+"hd_id3344523\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12080700.xhp\">Show Details (Pivot Table)</link>"
+msgstr ""
+
+#: 12080700.xhp
+msgctxt ""
+"12080700.xhp\n"
+"par_id871303\n"
+"help.text"
+msgid "<ahelp hid=\".\">Inserts a new \"drill-down\" sheet with more information about the current pivot table cell. You can also double-click a pivot table cell to insert the \"drill-down\" sheet. The new sheet shows a subset of rows from the original data source that constitutes the result data displayed in the current cell.</ahelp>"
+msgstr ""
+
+#: 12080700.xhp
+msgctxt ""
+"12080700.xhp\n"
+"par_id7132480\n"
+"help.text"
+msgid "Hidden items are not evaluated, the rows for the hidden items are included. Show Details is available only for pivot tables that are based on cell ranges or database data."
+msgstr ""
+
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"tit\n"
+"help.text"
+msgid "DATE"
+msgstr "DATE"
+
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"bm_id3155511\n"
+"help.text"
+msgid "<bookmark_value>DATE function</bookmark_value>"
+msgstr "<bookmark_value>DATE function</bookmark_value>"
+
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"hd_id3155511\n"
+"3\n"
+"help.text"
+msgid "<variable id=\"date\"><link href=\"text/scalc/01/func_date.xhp\">DATE</link></variable>"
+msgstr "<variable id=\"date\"><link href=\"text/scalc/01/func_date.xhp\">DATE</link></variable>"
+
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"par_id3153551\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DATUM\">This function calculates a date specified by year, month, day and displays it in the cell's formatting.</ahelp> The default format of a cell containing the DATE function is the date format, but you can format the cells with any other number format."
+msgstr "<ahelp hid=\"HID_FUNC_DATUM\">এই ফাংশনটি একটি তারিখ গণনা করে যা বছর, মাস, দিন দ্বারা উল্লেখিত এবং ঘর ফরম্যাটে এইটি প্রদর্শিত হয়।</ahelp> DATE ধারণকারী একটি ঘরের পূর্বনির্ধারিত ফরম্যাট হলো তারিখ ফরম্যাট, কিন্তু আপনি অন্য সকল সংখ্যা ফরম্যাট দ্বারা একটি ঘর ফরম্যাট করতে পারবেন।"
+
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"hd_id3148590\n"
+"5\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"par_id3150474\n"
+"6\n"
+"help.text"
+msgid "DATE(Year; Month; Day)"
+msgstr "DATE(Year; Month; Day)"
+
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"par_id3152815\n"
+"7\n"
+"help.text"
+msgid "<emph>Year</emph> is an integer between 1583 and 9957 or between 0 and 99."
+msgstr "<emph>বছর</emph> ১৫৮৩ এবং ৯৯৫৭ অথবা ০ এবং ৯৯ এর মধ্যে একটি পূর্ণসংখ্যা।"
+
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"par_id3153222\n"
+"174\n"
+"help.text"
+msgid "In <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - General </item>you can set from which year a two-digit number entry is recognized as 20xx."
+msgstr ""
+
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"par_id3155817\n"
+"8\n"
+"help.text"
+msgid "<emph>Month</emph> is an integer indicating the month."
+msgstr "<emph>মাস</emph> মাস নির্দেশক পূর্ণসংখ্যা।"
+
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"par_id3153183\n"
+"9\n"
+"help.text"
+msgid "<emph>Day</emph> is an integer indicating the day of the month."
+msgstr "<emph>দিন</emph> মাসের দিন নির্দেশক পূর্ণসংখ্যা।"
+
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"par_id3156260\n"
+"10\n"
+"help.text"
+msgid "If the values for month and day are out of bounds, they are carried over to the next digit. If you enter <item type=\"input\">=DATE(00;12;31)</item> the result will be 12/31/00. If, on the other hand, you enter <item type=\"input\">=DATE(00;13;31)</item> the result will be 1/31/01."
+msgstr "মাস এবং দিনের জন্য মান যদি পরিসরের বাইরে থাকে তাহলে তাদেরকে পরবর্তী সংখ্যাতে বহন করে নিয়ে যাওয়া হয়। যদি আপনি<item type=\"input\">=DATE(০০;১২;৩১)</item>সন্নিবেশ করান তাহলে ১২/৩১/০০ ফলাফল পাওয়া যাবে। যদি, ভিন্ন ভাবে, আপনি <item type=\"input\">=DATE(০০;১৩;৩১)</item> সন্নিবেশ করান তাহলে ফলাফল ১/৩১/০১ হবে।"
+
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"hd_id3147477\n"
+"12\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"par_id3152589\n"
+"16\n"
+"help.text"
+msgid "<item type=\"input\">=DATE(00;1;31)</item> yields 1/31/00 if the cell format setting is MM/DD/YY."
+msgstr "<item type=\"input\">=DATE(০০;১;৩১)</item> ১/৩১/০০ ফল প্রদান করে যদি ঘর বিন্যাস বৈশিষ্ট্য MM/DD/YY হয়।"
+
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Move or Copy a Sheet"
+msgstr "একটি শীট সরান বা অনুলিপি করুন"
+
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"bm_id3153360\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
+msgstr "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
+
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"hd_id3153360\n"
+"1\n"
+"help.text"
+msgid "Move or Copy a Sheet"
+msgstr "শীট সরান বা অনুলিপি করুন"
+
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"par_id3154686\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"tabelleverschiebenkopierentext\"><ahelp hid=\".uno:Move\">Moves or copies a sheet to a new location in the document or to a different document.</ahelp></variable>"
+msgstr "<variable id=\"tabelleverschiebenkopierentext\"><ahelp hid=\".uno:Move\">নথির নতুন অবস্থানে বা ভিন্ন নথিতে শীট সরায় বা অনুলিপি করে।</ahelp></variable>"
+
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"par_id2282479\n"
+"help.text"
+msgid "When you copy and paste cells containing <link href=\"text/scalc/01/04060102.xhp\">date values</link> between different spreadsheets, both spreadsheet documents must be set to the same date base. If date bases differ, the displayed date values will change!"
+msgstr "আপনি যখন ভিন্ন স্প্রেডশীটের মধ্যে, <link href=\"text/scalc/01/04060102.xhp\">তারিখ মান</link> রয়েছে এমন ঘর অনুলিপি এবং প্রতিলেপন করেন, উভয় স্প্রেডশীট নথির তারিখ বিন্যাস অবশ্যই একই হতে হবে। যদি তারিখ বিন্যাস পৃথক হয়, প্রদর্শিত তারিখের মান পরিবর্তিত হয়ে যাবে!"
+
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"hd_id3163710\n"
+"3\n"
+"help.text"
+msgid "To Document"
+msgstr "নথিতে"
+
+#: 02180000.xhp
+#, fuzzy
+msgctxt ""
+"02180000.xhp\n"
+"par_id3148645\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_MOVETAB:LB_DEST\">Indicates where the current sheet is to be moved or copied to.</ahelp> Select <emph>- new document -</emph> if you want to create a new location for the sheet to be moved or copied."
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_MOVETAB:LB_DEST\">বর্তমান শীট কোথায় সরানো বা অনুলিপি করা হবে তা নির্দেশ করে।</ahelp> আপনি যদি শীট সরানোর বা অনুলিপি করার জন্য নতুন অবস্থান তৈরি করতে চান, <emph>নতুন নথি</emph> নির্বাচন করুন।"
+
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"hd_id3154012\n"
+"5\n"
+"help.text"
+msgid "Insert Before"
+msgstr "যার পূর্বে সন্নিবেশ করা হবে"
+
+#: 02180000.xhp
+#, fuzzy
+msgctxt ""
+"02180000.xhp\n"
+"par_id3145366\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_MOVETAB:LB_INSERT\">The current sheet is moved or copied in front of the selected sheet.</ahelp> The <emph>- move to end position -</emph> option places the current sheet at the end."
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_MOVETAB:LB_INSERT\">বর্তমান শীটটি নির্বাচিত শীটের সামনে সরানো বা অনুলিপি করা হয়।</ahelp> <emph>শেষ অবস্থানে সরানো হবে</emph> অপশনটি বর্তমান শীটকে একদম শেষে স্থাপন করে।"
+
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"hd_id3153726\n"
+"7\n"
+"help.text"
+msgid "Copy"
+msgstr "অনুলিপি"
+
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"par_id3144764\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_MOVETAB:BTN_COPY\">Specifies that the sheet is to be copied. If the option is unmarked, the sheet is moved.</ahelp> Moving sheets is the default."
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_MOVETAB:BTN_COPY\">সুনির্দিষ্ট করুন যে শীটটি অনুলিপি করা হবে। যদি অপশনটি চিহ্নিত করা না থাকে, শীটটি সরানো হয়।</ahelp> শীটের স্থানান্তরণ ডিফল্ট।"
+
+#: func_now.xhp
+msgctxt ""
+"func_now.xhp\n"
+"tit\n"
+"help.text"
+msgid "NOW"
+msgstr "NOW"
+
+#: func_now.xhp
+msgctxt ""
+"func_now.xhp\n"
+"bm_id3150521\n"
+"help.text"
+msgid "<bookmark_value>NOW function</bookmark_value>"
+msgstr "<bookmark_value>NOW function</bookmark_value>"
+
+#: func_now.xhp
+msgctxt ""
+"func_now.xhp\n"
+"hd_id3150521\n"
+"47\n"
+"help.text"
+msgid "<variable id=\"now\"><link href=\"text/scalc/01/func_now.xhp\">NOW</link></variable>"
+msgstr "<variable id=\"now\"><link href=\"text/scalc/01/func_now.xhp\">NOW</link></variable>"
+
+#: func_now.xhp
+msgctxt ""
+"func_now.xhp\n"
+"par_id3148829\n"
+"48\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_JETZT\">Returns the computer system date and time.</ahelp> The value is updated when you recalculate the document or each time a cell value is modified."
+msgstr "<ahelp hid=\"HID_FUNC_JETZT\">কম্পিউটার ব্যবস্থাপনা তারিখ এবং সময় ফলাফল প্রদান করে।</ahelp> যখন আপনি নথিটি পুনরায় হিসাব করবেন অথবা ঘরের মান সম্পাদনা করার প্রতিটি সময় মানটি আপডেট হবে।"
+
+#: func_now.xhp
+msgctxt ""
+"func_now.xhp\n"
+"hd_id3146988\n"
+"49\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: func_now.xhp
+msgctxt ""
+"func_now.xhp\n"
+"par_id3154897\n"
+"50\n"
+"help.text"
+msgid "NOW()"
+msgstr "NOW()"
+
+#: func_now.xhp
+msgctxt ""
+"func_now.xhp\n"
+"par_id4598529\n"
+"help.text"
+msgid "NOW is a function without arguments."
+msgstr "NOW একটি প্রেরিত মান বিহীন function।"
+
+#: func_now.xhp
+msgctxt ""
+"func_now.xhp\n"
+"hd_id3154205\n"
+"51\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: func_now.xhp
+msgctxt ""
+"func_now.xhp\n"
+"par_id3150774\n"
+"52\n"
+"help.text"
+msgid "<item type=\"input\">=NOW()-A1</item> returns the difference between the date in A1 and now. Format the result as a number."
+msgstr "<item type=\"input\">=NOW()-A1</item> returns the difference between the date in A1 and now. Format the result as a number."
+
+#: 02140100.xhp
+msgctxt ""
+"02140100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Down"
+msgstr "নিচে"
+
+#: 02140100.xhp
+msgctxt ""
+"02140100.xhp\n"
+"hd_id3150792\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02140100.xhp\" name=\"Down\">Down</link>"
+msgstr "<link href=\"text/scalc/01/02140100.xhp\" name=\"Down\">নিচে</link>"
+
+#: 02140100.xhp
+msgctxt ""
+"02140100.xhp\n"
+"par_id3153969\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FillDown\" visibility=\"visible\">Fills a selected range of at least two rows with the contents of the top cell of the range.</ahelp>"
+msgstr "<ahelp hid=\".uno:FillDown\" visibility=\"visible\">পরিসীমার শীর্ষ ঘরের বিষয়বস্তু দ্বারা কমপক্ষে দুইটি সারির নির্বাচিত পরিসীমা ভরাট করে।</ahelp>"
+
+#: 02140100.xhp
+msgctxt ""
+"02140100.xhp\n"
+"par_id3145787\n"
+"3\n"
+"help.text"
+msgid "If a selected range has only one column, the contents of the top cell are copied to all others. If several columns are selected, the contents of the corresponding top cell will be copied down."
+msgstr "যদি নির্বাচিত পরিসীমার শুধুমাত্র একটি কলাম থাকে, শীর্ষ ঘরের বিষয়বস্তু অন্য সব ঘরে অনুলিপি করা হয়। যদি একাধিক কলাম নির্বাচন করা হয়, একই শীর্ষ ঘরের বিষয়বস্তু অন্য ঘরগুলোতে অনুলিপি করা হবে।"
+
+#: format_graphic.xhp
+msgctxt ""
+"format_graphic.xhp\n"
+"tit\n"
+"help.text"
+msgid "Graphic"
+msgstr "গ্রাফিক"
+
+#: format_graphic.xhp
+msgctxt ""
+"format_graphic.xhp\n"
+"par_idN10548\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/format_graphic.xhp\">Graphic</link>"
+msgstr "<link href=\"text/scalc/01/format_graphic.xhp\">গ্রাফিক</link>"
+
+#: format_graphic.xhp
+msgctxt ""
+"format_graphic.xhp\n"
+"par_idN10558\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a submenu to edit the properties of the selected object.</ahelp>"
+msgstr "<ahelp hid=\".\">নির্বাচিত বিষয়বস্তুর বৈশিষ্ট্য সম্পাদনা করার জন্য একটি সাব-মেনু খোলা হয়।</ahelp>"
+
+#: format_graphic.xhp
+msgctxt ""
+"format_graphic.xhp\n"
+"par_id1650440\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05990000.xhp\">Define Text Attributes</link>"
+msgstr "<link href=\"text/shared/01/05990000.xhp\">পূর্বনির্ধারিত টেক্সট বৈশিষ্ট্য</link>"
+
+#: format_graphic.xhp
+msgctxt ""
+"format_graphic.xhp\n"
+"par_id363475\n"
+"help.text"
+msgid "Sets the layout and anchoring properties for text in the selected drawing or text object."
+msgstr "নির্বাচিত আঁকা অথবা টেক্সট বিষয়বস্তুর মধ্যে বিন্যাস এবং এঙ্করের বৈশিষ্ট্য টেক্সটেট জন্য স্থির করে।"
+
+#: format_graphic.xhp
+msgctxt ""
+"format_graphic.xhp\n"
+"par_id9746696\n"
+"help.text"
+msgid "Points"
+msgstr "বিন্দু"
+
+#: format_graphic.xhp
+msgctxt ""
+"format_graphic.xhp\n"
+"par_id2480544\n"
+"help.text"
+msgid "<ahelp hid=\".\">Switches <emph>Edit Points</emph> mode for an inserted freeform line on and off.</ahelp>"
+msgstr "<ahelp hid=\".\">একটি কাঙ্খিত ফ্রিফরম সারি খোলা অথবা বন্ধ করার জন্য <emph>বিন্দু সম্পাদনা</emph>মোড অদল বদল করে। </ahelp>"
+
+#: 06030900.xhp
+msgctxt ""
+"06030900.xhp\n"
+"tit\n"
+"help.text"
+msgid "Refresh Traces"
+msgstr "রিফ্রেশ ট্রেস"
+
+#: 06030900.xhp
+msgctxt ""
+"06030900.xhp\n"
+"bm_id3152349\n"
+"help.text"
+msgid "<bookmark_value>cells; refreshing traces</bookmark_value><bookmark_value>traces; refreshing</bookmark_value><bookmark_value>updating;traces</bookmark_value>"
+msgstr "<bookmark_value>cells; refreshing traces</bookmark_value><bookmark_value>traces; refreshing</bookmark_value><bookmark_value>updating;traces</bookmark_value>"
+
+#: 06030900.xhp
+msgctxt ""
+"06030900.xhp\n"
+"hd_id3152349\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030900.xhp\" name=\"Refresh Traces\">Refresh Traces</link>"
+msgstr "<link href=\"text/scalc/01/06030900.xhp\" name=\"Refresh Traces\">রিফ্রেশ ট্রেস</link>"
+
+#: 06030900.xhp
+msgctxt ""
+"06030900.xhp\n"
+"par_id3148947\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:RefreshArrows\">Redraws all traces in the sheet. Formulas modified when traces are redrawn are taken into account.</ahelp>"
+msgstr "<ahelp hid=\".uno:RefreshArrows\">পাতাতে সকল ছাপ পুনরায় আঁকে। সূত্র সম্পাদিত হয় যখন ছাপ পুনরায় আঁকা হয় এবং হিসাবে নেয়া হয়।.</ahelp>"
+
+#: 06030900.xhp
+msgctxt ""
+"06030900.xhp\n"
+"par_id3148798\n"
+"3\n"
+"help.text"
+msgid "Detective arrows in the document are updated under the following circumstances:"
+msgstr "নথিতে নিষ্ক্রিয় তীর চিহ্ন নিম্নের স্থিতিবিন্যাসর অধীনে আপডেট হয়।"
+
+#: 06030900.xhp
+msgctxt ""
+"06030900.xhp\n"
+"par_id3153192\n"
+"4\n"
+"help.text"
+msgid "Starting <emph>Tools - Detective - Update Refresh Traces</emph>"
+msgstr "<emph>টুল - সনাক্তকারী - রিফ্রেশ ট্রেস আপডেট</emph> শুরু করছে"
+
+#: 06030900.xhp
+msgctxt ""
+"06030900.xhp\n"
+"par_id3151041\n"
+"5\n"
+"help.text"
+msgid "If <emph>Tools - Detective - Update Automatically</emph> is turned on, every time formulas are changed in the document."
+msgstr "যদি <emph>টুল - সনাক্তকারী - স্বয়ংক্রিয়ভাবে আপডেট</emph> খোলা থাকে তাহলে প্রতিটি সময় নথিতে সূত্র পিবর্তিত হয়।"
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit Print Ranges"
+msgstr "মুদ্রণ পরিসরের সম্পাদনা"
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"hd_id3153088\n"
+"1\n"
+"help.text"
+msgid "Edit Print Ranges"
+msgstr "মুদ্রণ পরিসরের সম্পাদনা"
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"par_id3159488\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"druckbereichetext\"><ahelp hid=\".uno:EditPrintArea\">Opens a dialog where you can specify the print range.</ahelp></variable> You can also set the rows or columns which are to be repeated in every page."
+msgstr "<variable id=\"druckbereichetext\"><ahelp hid=\".uno:EditPrintArea\">একটি ডায়ালগ খোলা হয়, যেখানে আপনি মুদ্রণ পরিসর উল্লেখ করতে পারেন।</ahelp></variable> আপনি সারি বা কলামও নির্ধারণ করতে পারেন, যা প্রতিটি পৃষ্ঠায় পুনরাবৃত্ত করা হবে।"
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"par_idN105AE\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/guide/printranges.xhp#printranges\"/>"
+msgstr "<embedvar href=\"text/scalc/guide/printranges.xhp#printranges\"/>"
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"hd_id3156281\n"
+"3\n"
+"help.text"
+msgid "Print range"
+msgstr "মুদ্রণ পরিসর"
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"par_id3147228\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_PRINTAREA\">Allows you to modify a defined print range.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_PRINTAREA\">একটি নির্ধারিত মুদ্রণ পরিসর সম্পাদনা করতে আপনাকে অনুমোদন দেয়।</ahelp>"
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"par_id3145174\n"
+"5\n"
+"help.text"
+msgid "Select <emph>-none-</emph> to remove a print range definition for the current spreadsheet. Select <emph>-entire sheet-</emph> to set the current sheet as a print range. Select <emph>-selection-</emph> to define the selected area of a spreadsheet as the print range. By selecting <emph>-user-defined-</emph>, you can define a print range that you have already defined using the <emph>Format - Print Ranges - Define</emph> command. If you have given a name to a range using the <emph>Insert - Names - Define</emph> command, this name will be displayed and can be selected from the list box."
+msgstr "বর্তমান স্প্রেডশীটের জন্য একটি মুদ্রণ পরিসর বর্ণনা সরাতে <emph>-কোনটাই নয়-</emph> নির্বাচন করা হয়। একটি মুদ্রণ পরিসর হিসেবে বর্তমান পাতাটি স্থির করার জন্য <emph>-সম্পূর্ণ পাতা-</emph>নির্বাচন করা হয়। মুদ্রণ পরিসর হিসেবে স্প্রেডশীটের নির্বাচিত এলাকা সংজ্ঞায়িত করতে <emph>-নির্বাচন-</emph> নির্বাচন করুন। <emph>-ব্যবহারকারী- সংজ্ঞায়িত-</emph> নির্বাচন করার মাধ্যমে, আপনি একটি মুদ্রণ পরিসর সংজ্ঞায়িত করতে পারেন যা ইতিমধ্যেই <emph>বিন্যাস - মুদ্রণ পরিসর - নির্ধারণ করা</emph> কমান্ড দ্বারা সংজ্ঞায়িত করেছেন। যদি আপনি <emph>অন্তর্ভুক্ত করা - নাম - নির্ধারণ করা</emph> কমান্ড ব্যবহার করে একটি নাম প্রদান করেন, তাহলে এই নামটি প্রদর্শিত হবে এবং তালিকা বাক্স হতে নির্বাচন করা যাবে।"
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"par_id3145272\n"
+"6\n"
+"help.text"
+msgid "In the right-hand text box, you can enter a print range by reference or by name. If the cursor is in the <emph>Print range</emph> text box, you can also select the print range in the spreadsheet with your mouse."
+msgstr "ডানপক্ষের টেক্সট বাক্সে, আপনি রেফারেন্স বা নামের মাধ্যমে একটি মুদ্রণ পরিসর সন্নিবেশ করাতে পারেন। যদি কার্সারটি <emph>মুদ্রণ পরিসর</emph> টেক্সট বাক্সে থাকে, আপনার মাউসের মাধ্যমে স্প্রেডশীটের মুদ্রণ পরিসরও নির্বাচন করতে পারেন।"
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"hd_id3149260\n"
+"7\n"
+"help.text"
+msgid "Rows to repeat"
+msgstr "পুনরাবৃত্ত করার সারি"
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"par_id3147426\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_REPEATROW\">Choose one or more rows to print on every page. In the right text box enter the row reference, for example, \"1\" or \"$1\" or \"$2:$3\".</ahelp> The list box displays <emph>-user defined-</emph>. You can also select <emph>-none-</emph> to remove a defined repeating row."
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_REPEATROW\">প্রতিটি পৃষ্ঠাতে মূদ্রণ করার জন্য এক বা একাধিক সারি নির্বাচন করুন। ডান দিকের লেখা বাক্সে সারির রেফারন্স সন্নিবেশ করান, যেমন, \"1\" অথবা \"$1\" অথবা \"$2:$3\"।</ahelp> তালিকা বাক্সটি <emph>-ব্যবহারকারী নির্ধারিত-</emph> প্রদর্শন করে থাকে। আপনি পুনরাবৃত্তি করা নির্ধারিত সারি অপসারণ করার জন্য <emph>-কোনটি নয়-</emph> নির্বাচন করতে পারেন।"
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"par_id3155418\n"
+"9\n"
+"help.text"
+msgid "You can also define repeating rows by dragging the mouse in the spreadsheet, if the cursor is in the <emph>Rows to repeat</emph> text field in the dialog."
+msgstr "যদি কার্সারটি ডায়ালগের <emph>পুনরাবৃত্ত করার সারি</emph> টেক্সট ক্ষেত্রে থাকে, আপনি মাউসটি স্প্রেডশীটে টেনে আনার মাধ্যমেও পুনরাবৃত্তকরণ সারি নির্ধারণ করতে পারেন।"
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"hd_id3149581\n"
+"10\n"
+"help.text"
+msgid "Columns to repeat"
+msgstr "পুনরাবৃত্ত করার কলাম"
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"par_id3155602\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_REPEATCOL\">Choose one or more columns to print on every page. In the right text box enter the column reference, for example, \"A\" or \"AB\" or \"$C:$E\".</ahelp> The list box then displays <emph>-user defined-</emph>. You can also select <emph>-none-</emph> to remove a defined repeating column."
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_REPEATCOL\">প্রতিটি পৃষ্ঠাতে মুদ্রণ করার জন্য এক অথবা অধিক কলাম পছন্দ করুন। ডান টেক্সট বাক্সে কলাম reference সন্নিবেশ করান, উদাহরনস্বরূপ, \"A\" অথবা \"AB\" অথবা \"$C:$E\"।</ahelp> তালিকা বাক্সটি তারপর <emph>-ব্যবহারকারী দ্বারা সংজ্ঞায়িত-</emph> প্রদর্শন করে। একটি সংজ্ঞায়িত পূনরাবৃত্তি কলাম সরানোর জন্য আপনি <emph>-কিছুই না-</emph> নির্বাচন করতে পারেন।"
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
+"par_id3150749\n"
+"12\n"
+"help.text"
+msgid "You can also define repeating columns by dragging the mouse in the spreadsheet, if the cursor is in the <emph>Columns to repeat</emph> text field in the dialog."
+msgstr "যদি কার্সারটি ডায়ালগের <emph>পুনরাবৃত্ত করার কলাম</emph> টেক্সট ক্ষেত্রে থাকে, আপনি মাউসটি স্প্রেডশীটে টেনে আনার মাধ্যমেও পুনরাবৃত্তকরণ কলাম নির্ধারণ করতে পারেন।"
+
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Merge and Center Cells"
+msgstr ""
+
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"hd_id3149785\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05060000.xhp\" name=\"Merge and Center Cells\">Merge and Center Cells</link>"
+msgstr ""
+
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"par_id3151246\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Combines the selected cells into a single cell or splits merged cells. Aligns cell content centered.</ahelp>"
+msgstr ""
+
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"par_id3154020\n"
+"18\n"
+"help.text"
+msgid "Choose <emph>Format - Merge Cells - Merge and Center Cells</emph>"
+msgstr ""
+
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"par_id3148552\n"
+"4\n"
+"help.text"
+msgid "The merged cell receives the name of the first cell of the original cell range. Merged cells cannot be merged a second time with other cells. The range must form a rectangle, multiple selection is not supported."
+msgstr "একত্রিত ঘরটি প্রকৃত ঘরের পরিসরের প্রথম ঘরের নাম গ্রহণ করে। একত্রিত ঘরটি দ্বিতীয় বার অন্য কোনো ঘরের সাথে একত্রিত করা যাবে না। পরিসরটি অবশ্যই একটি চতুর্ভুজ গঠন করে, একাধিক নির্বাচন সমর্থিত নয়।"
+
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"par_id3149665\n"
+"3\n"
+"help.text"
+msgid "If the cells to be merged have any contents, a security dialog is shown."
+msgstr "একত্রিত করা হবে এমন ঘরে যদি কোনো বিষয়বস্তু থাকে, একটি নিরাপত্তা ডায়ালগ প্রদর্শিত হয়।"
+
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"par_id3153718\n"
+"help.text"
+msgid "Merging cells can lead to calculation errors in formulas in the table."
+msgstr ""
+
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Filter"
+msgstr "পরিশোধক"
+
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"hd_id3150767\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12040000.xhp\" name=\"Filter\">Filter</link>"
+msgstr "<link href=\"text/scalc/01/12040000.xhp\" name=\"Filter\">পরিশোধক</link>"
+
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"par_id3155131\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Shows commands to filter your data.</ahelp>"
+msgstr "<ahelp hid=\".\">আপনার তথ্য পরিশোধন করার জন্য নির্দেশ প্রদর্শন করে।</ahelp>"
+
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"par_id3146119\n"
+"7\n"
+"help.text"
+msgid "$[officename] automatically recognizes predefined database ranges."
+msgstr "$[officename] পূর্বল্লেখিত ডাটাবেস পরিসর স্বয়ংক্রিয়ভাবে চিনতে পারে।"
+
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"par_id3153363\n"
+"3\n"
+"help.text"
+msgid "The following filtering options are available:"
+msgstr "নিম্নলিখিত পরিশোধন করার অপশন প্রাপ্তিসাধ্য:"
+
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"hd_id3153728\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12090000.xhp\" name=\"Standard filter\">Standard filter</link>"
+msgstr "<link href=\"text/shared/02/12090000.xhp\" name=\"Standard filter\">আদর্শ পরিশোধক</link>"
+
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"hd_id3159153\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12040300.xhp\" name=\"Advanced filter\">Advanced filter</link>"
+msgstr "<link href=\"text/scalc/01/12040300.xhp\" name=\"Advanced filter\">অগ্রগামী পরিশোধক</link>"
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"tit\n"
+"help.text"
+msgid "Options"
+msgstr "অপশন"
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"hd_id3149119\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12090104.xhp\" name=\"Options\">Options</link>"
+msgstr "<link href=\"text/scalc/01/12090104.xhp\" name=\"Options\">অপশন</link>"
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"par_id3147102\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"zusaetzetext\"><ahelp hid=\"\" visibility=\"visible\">Displays or hides additional filtering options.</ahelp></variable>"
+msgstr "<variable id=\"zusaetzetext\"><ahelp hid=\"\" visibility=\"visible\">অতিরিক্ত পরিশোধন করা প্রদর্শন করে অথবা লুকায়।</ahelp></variable>"
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"hd_id3147008\n"
+"3\n"
+"help.text"
+msgid "Options"
+msgstr "অপশন"
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"hd_id3153662\n"
+"5\n"
+"help.text"
+msgid "Case sensitive"
+msgstr "অক্ষরের ছাঁদ সংবেদনশীল"
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"par_id3145673\n"
+"6\n"
+"help.text"
+msgid "Distinguishes between uppercase and lowercase letters."
+msgstr "বড় হাতের অক্ষর এবং ছোট হাতের অক্ষরের মধ্য পার্থক্য করে।"
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"hd_id3156327\n"
+"7\n"
+"help.text"
+msgid "Regular Expression"
+msgstr "রেগুলার এক্সপ্রেশন"
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"par_id3151245\n"
+"8\n"
+"help.text"
+msgid "Allows you to use wildcards in the filter definition."
+msgstr "পরিশোধক ব্যাখ্যাতে ওয়াইল্ড কার্ড ব্যবহার করার জন্য আপনাকে অনুমোদন দেয়।"
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"par_id3147264\n"
+"29\n"
+"help.text"
+msgid "If the <emph>Regular Expression</emph> check box is selected, you can use EQUAL (=) and NOT EQUAL (<>) also in comparisons. You can also use the following functions: DCOUNTA, DGET, MATCH, COUNTIF, SUMIF, LOOKUP, VLOOKUP and HLOOKUP."
+msgstr "যদি <emph>রেগুলার এক্সপ্রেশন</emph> চেক বাক্সটি নির্বাচিত হয়, আপনি EQUAL (=) এবং NOT EQUAL (<>) তুলনাতেও ব্যবহার করতে পারেন। আপনিও নিম্নের ফাংশনটি ব্যবহার করতে পারেন : DCOUNTA, DGET, MATCH, COUNTIF, SUMIF, LOOKUP, VLOOKUP এবং HLOOKUP।"
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"hd_id3153379\n"
+"30\n"
+"help.text"
+msgid "Unique records only"
+msgstr "কেবলমাত্র অনন্য রেকর্ড"
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"par_id3154138\n"
+"31\n"
+"help.text"
+msgid "Excludes duplicate rows in the list of filtered data."
+msgstr "পরিশোধনকৃত তথ্যের তালিকাতে হুবহু সারি বাদ দেওয়া হয়।"
+
+#: 12090104.xhp
+#, fuzzy
+msgctxt ""
+"12090104.xhp\n"
+"hd_id3156282\n"
+"32\n"
+"help.text"
+msgid "Data area"
+msgstr "তথ্য এলাকা"
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"par_id3150768\n"
+"33\n"
+"help.text"
+msgid "Displays the name of the filtered data area in the table."
+msgstr "টেবিলে ফিল্টরকৃত তথ্য এলাকার নাম প্রদর্শন করে।"
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"hd_id3156424\n"
+"34\n"
+"help.text"
+msgid "More<<"
+msgstr "অধিক<<"
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"par_id3125864\n"
+"35\n"
+"help.text"
+msgid "Hides the additional options."
+msgstr "অতিরিক্ত অপশন গোপন করে"
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"par_id3154011\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02100001.xhp\" name=\"List of Regular Expressions\">List of Regular Expressions</link>"
+msgstr "<link href=\"text/shared/01/02100001.xhp\" name=\"List of Regular Expressions\">রেগুলার এক্সপ্রেশন এর তালিকা</link>"
+
+#: 05040000.xhp
+msgctxt ""
+"05040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Column"
+msgstr "কলাম"
+
+#: 05040000.xhp
+msgctxt ""
+"05040000.xhp\n"
+"hd_id3155628\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05040000.xhp\" name=\"Column\">Column</link>"
+msgstr "<link href=\"text/scalc/01/05040000.xhp\" name=\"Column\">কলাম</link>"
+
+#: 05040000.xhp
+msgctxt ""
+"05040000.xhp\n"
+"par_id3148946\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sets the column width and hides or shows selected columns.</ahelp>"
+msgstr "<ahelp hid=\".\">কলাম প্রস্থ নির্ধারণ করে এবং নির্বাচিত কলাম আড়াল বা প্রদর্শন করে।</ahelp>"
+
+#: 05040000.xhp
+msgctxt ""
+"05040000.xhp\n"
+"hd_id3150398\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05340200.xhp\" name=\"Width\">Width</link>"
+msgstr "<link href=\"text/shared/01/05340200.xhp\" name=\"Width\">প্রস্থ</link>"
+
+#: 05040000.xhp
+msgctxt ""
+"05040000.xhp\n"
+"hd_id3145171\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05040200.xhp\" name=\"Optimal Width\">Optimal Width</link>"
+msgstr "<link href=\"text/scalc/01/05040200.xhp\" name=\"Optimal Width\">উপযুক্ত প্রস্থ</link>"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fill"
+msgstr "ভরাট"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"bm_id8473769\n"
+"help.text"
+msgid "<bookmark_value>filling;selection lists</bookmark_value> <bookmark_value>selection lists;filling cells</bookmark_value>"
+msgstr "<bookmark_value>filling;selection lists</bookmark_value> <bookmark_value>selection lists;filling cells</bookmark_value>"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"hd_id3153876\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02140000.xhp\" name=\"Fill\">Fill</link>"
+msgstr "<link href=\"text/scalc/01/02140000.xhp\" name=\"Fill\">ভরাট</link>"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3156285\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Automatically fills cells with content.</ahelp>"
+msgstr "<ahelp hid=\".\">ঘরসমূহ স্বয়ংক্রিয়ভাবে বিষয়বস্তু দ্বারা পূরণ করে।</ahelp>"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3147343\n"
+"9\n"
+"help.text"
+msgid "The $[officename] Calc context menus have <link href=\"text/scalc/01/02140000.xhp\" name=\"other options\">additional options</link> for filling the cells."
+msgstr "$[officename] ক্যালকের প্রসঙ্গ মেনুতে ঘর পূরণ করার জন্য <link href=\"text/scalc/01/02140000.xhp\" name=\"other options\">অতিরিক্ত অপশন</link> রয়েছে।"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"hd_id3149207\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02140500.xhp\" name=\"Sheet\">Sheet</link>"
+msgstr "<link href=\"text/scalc/01/02140500.xhp\" name=\"Sheet\">শীট</link>"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"hd_id3155111\n"
+"8\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02140600.xhp\" name=\"Rows\">Series</link>"
+msgstr "<link href=\"text/scalc/01/02140600.xhp\" name=\"Rows\">ক্রম</link>"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3152994\n"
+"3\n"
+"help.text"
+msgid "<emph>Filling cells using context menus:</emph>"
+msgstr "<emph>প্রসঙ্গ মেনু ব্যবহার করে ঘর পূরণকরণ:</emph>"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3145384\n"
+"4\n"
+"help.text"
+msgid "Call the <link href=\"text/shared/00/00000005.xhp#kontextmenue\" name=\"context menu\">context menu</link> when positioned in a cell and choose <emph>Selection List</emph>."
+msgstr "ঘরে অবস্থিত করার সময় <link href=\"text/shared/00/00000005.xhp#kontextmenue\" name=\"context menu\">প্রসঙ্গ মেনু</link> কল করুন এবং <emph>নির্বাচন তালিকা</emph> পছন্দ করুন।"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3156450\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DataSelect\">A list box containing all text found in the current column is displayed.</ahelp> The text is sorted alphabetically and multiple entries are listed only once."
+msgstr "<ahelp hid=\".uno:DataSelect\">বর্তমান কলামে পাওয়া সকল টেক্সট ধারণকারী তালিকা বক্স প্রদর্শন করা হয়।</ahelp> টেক্সট বর্ণানুক্রমিকভাবে সাজানো হয় এবং একাধিক ভুক্তি শুধুমাত্র একবার তালিকাভুক্ত করা হয়।"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3148699\n"
+"6\n"
+"help.text"
+msgid "Click one of the listed entries to copy it to the cell."
+msgstr "তালিকাভুক্ত কোনো ভুক্তিকে ঘরে অনুলিপি করতে তাতে ক্লিক করুন।"
+
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Detective"
+msgstr "সনাক্তকারী"
+
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"bm_id3151245\n"
+"help.text"
+msgid "<bookmark_value>cell links search</bookmark_value> <bookmark_value>searching; links in cells</bookmark_value> <bookmark_value>traces;precedents and dependents</bookmark_value> <bookmark_value>Formula Auditing,see Detective</bookmark_value> <bookmark_value>Detective</bookmark_value>"
+msgstr ""
+
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"hd_id3151245\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030000.xhp\" name=\"Detective\">Detective</link>"
+msgstr "<link href=\"text/scalc/01/06030000.xhp\" name=\"Detective\">সনাক্তকারী</link>"
+
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"par_id3151211\n"
+"2\n"
+"help.text"
+msgid "This command activates the Spreadsheet Detective. With the Detective, you can trace the dependencies from the current formula cell to the cells in the spreadsheet."
+msgstr "এই কমান্ডটি স্প্রেডশীট সনাক্তকারক সক্রিয় করে। সমাক্তকারক দ্বারা, বর্তমান সূত্র ঘর হতে স্প্রেডশীটে বিদ্যমান ঘরে নির্ভরশীলতা চিহ্নিত করতে পারেন।"
+
+#: 06030000.xhp
+msgctxt ""
+"06030000.xhp\n"
+"par_id3150447\n"
+"3\n"
+"help.text"
+msgid "Once you have defined a trace, you can point with the mouse cursor to the trace. The mouse cursor will change its shape. Double-click the trace with this cursor to select the referenced cell at the end of the trace."
+msgstr "আপনি একবার একটি ট্রেস সংজ্ঞায়িত করলে, আপনি মাউস কার্সারের সাহায্যে ট্রেসটি নির্দেশ করতে পারেন। মাউস কার্সারটি তার আকার পরিবর্তন করবে। ট্রেসের শেষে রেফারেন্স ঘরটি এই কার্সার দ্বারা নির্বাচন করতে ট্রেসটি ডাবল-ক্লিক করা হয়।"
+
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text to Columns"
+msgstr "কলামে টেক্সট"
+
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"bm_id8004394\n"
+"help.text"
+msgid "<bookmark_value>text to columns</bookmark_value>"
+msgstr "<bookmark_value>text to columns</bookmark_value>"
+
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"hd_id2300180\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/text2columns.xhp\">Text to Columns</link>"
+msgstr "<link href=\"text/scalc/01/text2columns.xhp\">কলামে টেক্সট</link>"
+
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id655232\n"
+"help.text"
+msgid "<variable id=\"text2columns\">Opens the Text to Columns dialog, where you enter settings to expand the contents of selected cells to multiple cells. </variable>"
+msgstr "<variable id=\"text2columns\">টেকস্টটিকে কলাম ডায়ালগে খুলো, যেখানে আপনি বৈশিষ্ট্য সন্নিবেশ করাতে পারবেন যাতে নির্বাচিত ঘরের উপাদান বহু ঘরে প্রসারিত করতে পারেন।</variable>"
+
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"hd_id9599597\n"
+"help.text"
+msgid "To expand cell contents to multiple cells"
+msgstr "বহু ঘরে ঘর প্রসঙ্গ প্রসারিত করার জন্য"
+
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id2021546\n"
+"help.text"
+msgid "You can expand cells that contain comma separated values (CSV) into multiple cells in the same row."
+msgstr "আপনি ঘর প্রসারিত করতে পারেন যা কমা বিভজিত মান (CSV) কে একই সারিতে বহু ঘরের মধ্যে ধারণ করে।"
+
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id2623981\n"
+"help.text"
+msgid "For example, cell A1 contains the comma separated values <item type=\"literal\">1,2,3,4</item>, and cell A2 contains the text <item type=\"literal\">A,B,C,D</item>."
+msgstr "উদাহরনস্বরূপ, ঘর A1 কমা বিভাজিত মান <item type=\"literal\">১,২,৩,৪</item> ধারণ করে, এবং ঘর A2 টেক্সট <item type=\"literal\">A,B,C,D</item> ধারণ করে।"
+
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id7242042\n"
+"help.text"
+msgid "Select the cell or cells that you want to expand."
+msgstr "ঘর অথবা আপনি যে ঘর বিস্তার করতে চান তা নির্বাচন করুন।"
+
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id6999420\n"
+"help.text"
+msgid "Choose <emph>Data - Text to Columns</emph>."
+msgstr "<emph>তথ্য - কলাম হতে টেক্সট</emph>পছন্দ করুন।"
+
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id6334116\n"
+"help.text"
+msgid "You see the Text to Columns dialog."
+msgstr "আপনি কলাম ডায়ালগের দিকে টেক্সট দেখতে পান"
+
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id9276406\n"
+"help.text"
+msgid "Select the separator options. The preview shows how the current cell contents will be transformed into multiple cells."
+msgstr "বিভাজক অপশন নির্বাচন করুন। বর্তমান ঘর টি কিভাবে বহু ঘরে পরিবর্তন হবে তা প্রাকবীক্ষনটি প্রদর্শন করে।"
+
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id8523819\n"
+"help.text"
+msgid "You can select a fixed width and then click the ruler on the preview to set cell breakup positions."
+msgstr "আপনি একটি নির্দিষ্ট প্রস্থ নির্বাচন করতে পারেন এবং তারপর ঘর ভাঙ্গন অবস্থান স্থির করার জন্য প্রাকবীক্ষনের উপর রুলার ক্লিক করুন।"
+
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id1517380\n"
+"help.text"
+msgid "You can select or enter separator characters to define the positions of breaking points. The separator characters are removed from the resulting cell contents."
+msgstr "আপনি সেপারেটর অক্ষর নির্বাচন অথবা সন্নিবেশ করাতে পারেন যাতে ব্রেকিং পয়েন্টের অবস্থান সংজ্ঞায়িত করতে পারে। বিভাজক অক্ষর উদ্ভূত ঘর উপাদান থেকে সরানো হয়।"
+
+#: text2columns.xhp
+msgctxt ""
+"text2columns.xhp\n"
+"par_id7110812\n"
+"help.text"
+msgid "In the example, you select the comma as a delimiter character. Cells A1 and A2 will be expanded to four columns each. A1 contains 1, B1 contains 2, and so on."
+msgstr "উদাহরণে, একটি ভিভাজক অক্ষর হিসেবে কমা নির্বাচন করা যায়। A1 এবং A2 প্রতিটি ঘর চার কলাম করে বৃদ্ধি পাবে। A1 এ মান ১ থাকে, B1 এ মান ২ থাকে এবং এভাবে চলতে থাকবে।"
+
+#: 06031000.xhp
+msgctxt ""
+"06031000.xhp\n"
+"tit\n"
+"help.text"
+msgid "AutoRefresh"
+msgstr "AutoRefresh"
+
+#: 06031000.xhp
+msgctxt ""
+"06031000.xhp\n"
+"bm_id3154515\n"
+"help.text"
+msgid "<bookmark_value>cells; autorefreshing traces</bookmark_value><bookmark_value>traces; autorefreshing</bookmark_value>"
+msgstr "<bookmark_value>cells; autorefreshing traces</bookmark_value><bookmark_value>traces; autorefreshing</bookmark_value>"
+
+#: 06031000.xhp
+msgctxt ""
+"06031000.xhp\n"
+"hd_id3154515\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06031000.xhp\" name=\"AutoRefresh\">AutoRefresh</link>"
+msgstr "<link href=\"text/scalc/01/06031000.xhp\" name=\"AutoRefresh\">AutoRefresh</link>"
+
+#: 06031000.xhp
+msgctxt ""
+"06031000.xhp\n"
+"par_id3147264\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AutoRefreshArrows\" visibility=\"visible\">Automatically refreshes all the traces in the sheet whenever you modify a formula.</ahelp>"
+msgstr "<ahelp hid=\".uno:AutoRefreshArrows\" visibility=\"visible\">সূত্রটি সম্পাদনা করতে চাওয়ার সময় পাতাতে সকল ছাপ স্বয়ংক্রিয়ভাবে রিফ্রেশ করে।</ahelp>"
+
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"tit\n"
+"help.text"
+msgid "WORKDAY"
+msgstr "কর্মদিবস"
+
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"bm_id3149012\n"
+"help.text"
+msgid "<bookmark_value>WORKDAY function</bookmark_value>"
+msgstr "<bookmark_value>WORKDAY function</bookmark_value>"
+
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"hd_id3149012\n"
+"186\n"
+"help.text"
+msgid "<variable id=\"workday\"><link href=\"text/scalc/01/func_workday.xhp\">WORKDAY</link></variable>"
+msgstr "<variable id=\"workday\"><link href=\"text/scalc/01/func_workday.xhp\">WORKDAY</link></variable>"
+
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"par_id3149893\n"
+"187\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_WORKDAY\"> The result is a date number that can be formatted as a date. You then see the date of a day that is a certain number of <emph>workdays</emph> away from the <emph>start date</emph>.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_WORKDAY\"> তারিখ হিসাবে বিন্যাসিত হতে পারে এমন তারিখ সংখ্যা ফলাফল প্রদান করে। আপনি তারপর দিনের তারিখ দেখতে পারেন যা <emph>শুরুর তারিখ</emph> হতে দূরে <emph>কার্যদিবস</emph> এর একটি নিশ্চিত সংখ্যা।</ahelp>"
+
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"hd_id3146944\n"
+"188\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"par_id3154844\n"
+"189\n"
+"help.text"
+msgid "WORKDAY(StartDate; Days; Holidays)"
+msgstr "WORKDAY(StartDate; Days; Holidays)"
+
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"par_id3147469\n"
+"190\n"
+"help.text"
+msgid "<emph>StartDate</emph> is the date from when the calculation is carried out. If the start date is a workday, the day is included in the calculation."
+msgstr "<emph>StartDate</emph> হলো একটি তারিখ যখন হতে একটি গণনা সংঘটিত হয়। যদি শুরুর তারিখটি একটি কর্মদিবস হয় ,দিনটি গণনা তে অন্তর্ভুক্ত হবে।"
+
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"par_id3153038\n"
+"191\n"
+"help.text"
+msgid "<emph>Days</emph> is the number of workdays. Positive value for a result after the start date, negative value for a result before the start date."
+msgstr "<emph>দিন</emph> হলো কার্যদিবসের সংখ্যা। শুরুর তারিখের পরের ফলাফলের জন্য ধনাত্বক মান, শুরুর তারিখের আগের ফলাফলের জন্য ঋনাত্বক মান।"
+
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"par_id3150693\n"
+"192\n"
+"help.text"
+msgid "<emph>Holidays</emph> is a list of optional holidays. These are non-working days. Enter a cell range in which the holidays are listed individually."
+msgstr "<emph>ছুটির দিন</emph> হলো ঐচ্ছিক ছুটির দিনের সংখ্যা। এইগুলি কার্যদিবস নয়। একটি ঘর পরিসর সন্নিবেশ করান যাতে ছুটির দিনগুলি আলাদাভাবে তালিকাবদ্ধ হয়।"
+
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"hd_id3150141\n"
+"193\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"par_id3152782\n"
+"194\n"
+"help.text"
+msgid "What date came 17 workdays after 1 December 2001? Enter the start date \"2001-12-01\" in C3 and the number of workdays in D3. Cells F3 to J3 contain the following Christmas and New Year holidays: \"2001-12-24\", \"2001-12-25\", \"2001-12-26\", \"2001-12-31\", \"2002-01-01\"."
+msgstr "১ ডিসেম্বর ২০০১ এর ১৭ কর্যদিবস পরে কোন তারিখটি আসবে? C3 তে শুরুর তারিখ \"২০০১-১২-০১\" এবং D3 তে কার্যদিবসের সংখ্যা সন্নিবেশ করান। ঘর F3 হতে J3 পর্যন্ত বড়টিন এবং নতুন বছরের ছুটি ধারণ করে: \"২০০১-১২-২৪\", \"২০০১-১২-২৫\", \"২০০১-১২-২৬\", \"২০০১-১২-৩১\", \"২০০২-০১-০১\"।"
+
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"par_id3146142\n"
+"195\n"
+"help.text"
+msgid "=WORKDAY(C3;D3;F3:J3) returns 2001-12-28. Format the serial date number as a date, for example in the format YYYY-MM-DD."
+msgstr "=WORKDAY(C3;D3;F3:J3) প্রদান করে ২০০১-১২-২৮। তারিখ হিসেবে একটি ক্রমিক তারিখ সংখ্যা বিন্যাস করুন, উদাহরণস্বরূপ, YYYY-MM-DD বিন্যাসে।"
+
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Select Database Range"
+msgstr "ডাটাবেস পরিসর নির্বাচন করুন"
+
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"bm_id3145068\n"
+"help.text"
+msgid "<bookmark_value>databases; selecting (Calc)</bookmark_value>"
+msgstr "<bookmark_value>databases; selecting (Calc)</bookmark_value>"
+
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"hd_id3145068\n"
+"1\n"
+"help.text"
+msgid "Select Database Range"
+msgstr "ডাটাবেস পরিসর নির্বাচন করুন"
+
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"par_id3149655\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"bereichwaehlen\"><ahelp hid=\".uno:SelectDB\">Selects a database range that you defined under <link href=\"text/scalc/01/12010000.xhp\" name=\"Data - Define Range\">Data - Define Range</link>.</ahelp></variable>"
+msgstr "<variable id=\"bereichwaehlen\"><ahelp hid=\".uno:SelectDB\">ডাটাবেস পরিসর নির্বাচন করে যা আপনি<link href=\"text/scalc/01/12010000.xhp\" name=\"Data - Define Range\">তথ্য - পরিসর সংজ্ঞায়িত করে</link> এর অধীনে সংজ্ঞায়িত করে। </ahelp></variable>"
+
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"hd_id3153192\n"
+"3\n"
+"help.text"
+msgid "Ranges"
+msgstr "পরিসর"
+
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"par_id3154684\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_SELENTRY_LIST\">Lists the available database ranges. To select a database range, click its name, and then click <emph>OK</emph>.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_SELENTRY_LIST\">প্রাপ্তিসাধ্য ডাটাবেস পরিসর তালিকাবদ্ধ করে। একটি ডাটাবেস পরিসর নির্বাচন করার জন্য, নাম ক্লিক করুন, এবং তারপর <emph>ঠিক আছে</emph> ক্লিক করুন।</ahelp>"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Delete Cells"
+msgstr "ঘরসমূহ মুছে ফেলুন"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"bm_id3153726\n"
+"help.text"
+msgid "<bookmark_value>cells; deleting cells</bookmark_value><bookmark_value>columns; deleting</bookmark_value><bookmark_value>rows; deleting</bookmark_value><bookmark_value>spreadsheets; deleting cells</bookmark_value><bookmark_value>deleting;cells/rows/columns</bookmark_value>"
+msgstr "<bookmark_value>cells; deleting cells</bookmark_value><bookmark_value>columns; deleting</bookmark_value><bookmark_value>rows; deleting</bookmark_value><bookmark_value>spreadsheets; deleting cells</bookmark_value><bookmark_value>deleting;cells/rows/columns</bookmark_value>"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"hd_id3153726\n"
+"1\n"
+"help.text"
+msgid "Delete Cells"
+msgstr "ঘরসমূহ মুছে ফেলুন"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3154490\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"zellenloeschentext\"><ahelp hid=\".uno:DeleteCell\">Completely deletes selected cells, columns or rows. The cells below or to the right of the deleted cells will fill the space.</ahelp></variable> Note that the selected delete option is stored and reloaded when the dialog is next called."
+msgstr ""
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"hd_id3149121\n"
+"3\n"
+"help.text"
+msgid "Selection"
+msgstr "নির্বাচন"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3150751\n"
+"4\n"
+"help.text"
+msgid "This area contains options for specifying how sheets are displayed after deleting cells."
+msgstr "ঘরসমূহ মুছে ফেলার পর শীট কেমন দেখাবে তা উল্লেখ করার অপশন এই এলাকায় রয়েছে।"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"hd_id3155767\n"
+"5\n"
+"help.text"
+msgid "Shift cells up"
+msgstr "ঘরসমূহ উপরে উঠানো হবে"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3153714\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_DELCELL:BTN_CELLSUP\">Fills the space produced by the deleted cells with the cells underneath it.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_DELCELL:BTN_CELLSUP\">ঘরসমূহ মুছে ফেলার ফলে সৃষ্ট ফাঁকা স্থান, ঘরসমূহের নিচের ঘর দ্বারা পূরণ করা হয়।</ahelp>"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"hd_id3156382\n"
+"7\n"
+"help.text"
+msgid "Shift cells left"
+msgstr "ঘরসমূহ বামে সরানো হবে"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3154702\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_DELCELL:BTN_CELLSLEFT\">Fills the resulting space by the cells to the right of the deleted cells.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_DELCELL:BTN_CELLSLEFT\">ঘরসমূহ মুছে ফেলার ফলে সৃষ্ট ফাঁকা স্থান, ঘরসমূহের ডানের ঘর দ্বারা পূরণ করা হয়।</ahelp>"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"hd_id3146918\n"
+"9\n"
+"help.text"
+msgid "Delete entire row(s)"
+msgstr "সম্পূর্ণ সারি মুছে ফেলা হবে"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3148487\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DeleteRows\">After selecting at least one cell, deletes the entire row from the sheet.</ahelp>"
+msgstr "<ahelp hid=\".uno:DeleteRows\">কমপক্ষে একটি ঘর নির্বাচন করার পরে, শীট থেকে সম্পূর্ণ সারি মুছে ফেলে।</ahelp>"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"hd_id3155114\n"
+"11\n"
+"help.text"
+msgid "Delete entire column(s)"
+msgstr "সম্পূর্ণ কলাম মুছে ফেলা হবে"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3150086\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DeleteColumns\">After selecting at least one cell, deletes the entire column from the sheet.</ahelp>"
+msgstr "<ahelp hid=\".uno:DeleteColumns\">কমপক্ষে একটি ঘর নির্বাচন করার পরে, শীট থেকে সম্পূর্ণ কলাম মুছে ফেলে।</ahelp>"
+
+#: 02160000.xhp
+#, fuzzy
+msgctxt ""
+"02160000.xhp\n"
+"par_id3166424\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02150000.xhp\" name=\"Deleting Contents\">Deleting Contents</link>"
+msgstr "<link href=\"text/scalc/01/06990000.xhp\" name=\"Cell Contents\">ঘর প্রসঙ্গ</link>"
+
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Page Break Preview"
+msgstr "পৃষ্ঠা বিভাজকের প্রাকদর্শন"
+
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"hd_id3151384\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/03100000.xhp\" name=\"Page Break Preview\">Page Break Preview</link>"
+msgstr "<link href=\"text/scalc/01/03100000.xhp\" name=\"Page Break Preview\">পৃষ্ঠা বিভাজকের প্রাকদর্শন</link>"
+
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"par_id3150792\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:PagebreakMode\">Display the page breaks and print ranges in the sheet. Choose <emph>View - Normal</emph> to switch this mode off.</ahelp>"
+msgstr "<ahelp hid=\".uno:PagebreakMode\">শীটে পৃষ্ঠা বিভাজক এবং মুদ্রণ পরিসীমা প্রদর্শন করুন। এই মোডটি বন্ধ করতে <emph>ভিউ - সাধারণ</emph> নির্বাচন করুন।</ahelp>"
+
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"par_id3153877\n"
+"13\n"
+"help.text"
+msgid "The context menu of the page break preview contains functions for editing page breaks, including the following options:"
+msgstr "পৃষ্ঠা বিভাজকের প্রাকদর্শনের প্রসঙ্গ মেনুতে, নিম্নবর্ণিত অপশন সহ, পৃষ্ঠা বিভাজক সম্পাদনা করার ফাংশন রয়েছে:"
+
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"hd_id3154731\n"
+"14\n"
+"help.text"
+msgid "Delete All Manual Breaks"
+msgstr "সকল স্বনির্বাচিত বিভাজক মুছে ফেলা হবে"
+
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"par_id3149400\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DeleteAllBreaks\">Deletes all manual breaks in the current sheet.</ahelp>"
+msgstr "<ahelp hid=\".uno:DeleteAllBreaks\">বর্তমান শীটের সকল স্বনির্বাচিত বিভাজক মুছে ফেলে।</ahelp>"
+
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"hd_id3155067\n"
+"18\n"
+"help.text"
+msgid "Add Print Range"
+msgstr "মুদ্রণ পরিসীমা যোগ করা হবে"
+
+#: 03100000.xhp
+msgctxt ""
+"03100000.xhp\n"
+"par_id3155764\n"
+"19\n"
+"help.text"
+msgid "Adds the selected cells to print ranges."
+msgstr "মুদ্রণ পরিসীমায় নির্বাচিত ঘরগুলো যোগ করে।"
+
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"tit\n"
+"help.text"
+msgid "TIME"
+msgstr "TIME"
+
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"bm_id3154073\n"
+"help.text"
+msgid "<bookmark_value>TIME function</bookmark_value>"
+msgstr "<bookmark_value>TIME function</bookmark_value>"
+
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"hd_id3154073\n"
+"149\n"
+"help.text"
+msgid "<variable id=\"time\"><link href=\"text/scalc/01/func_time.xhp\">TIME</link></variable>"
+msgstr "<variable id=\"time\"><link href=\"text/scalc/01/func_time.xhp\">TIME</link></variable>"
+
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"par_id3145762\n"
+"150\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZEIT\">TIME returns the current time value from values for hours, minutes and seconds.</ahelp> This function can be used to convert a time based on these three elements to a decimal time value."
+msgstr "<ahelp hid=\"HID_FUNC_ZEIT\">TIME ঘন্টা, মিনিট এবং সেকেন্ড মান হতে বর্তমান সময় মান ফলাফল প্রদান করে।</ahelp>এই তিনটি উপাদানের উপর ভিত্তি করে একটি সময়কে ডেসিমেল মানে রূপান্তর করার জন্য এই ফাংশনটি ব্যবহৃত হত পারে।"
+
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"hd_id3155550\n"
+"151\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"par_id3154584\n"
+"152\n"
+"help.text"
+msgid "TIME(Hour; Minute; Second)"
+msgstr "TIME(ঘন্টা; মিনিট; সেকেন্ড)"
+
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"par_id3152904\n"
+"153\n"
+"help.text"
+msgid "Use an integer to set the <emph>Hour</emph>."
+msgstr "<emph>ঘন্টা</emph> স্থির করার জন্য পূর্ণসংখ্যা ব্যবহার করুন।"
+
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"par_id3151346\n"
+"154\n"
+"help.text"
+msgid "Use an integer to set the <emph>Minute</emph>."
+msgstr "<emph>মিনিট</emph> স্থির করার জন্য পূর্ণসংখ্যা ব্যবহার করুন।"
+
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"par_id3151366\n"
+"155\n"
+"help.text"
+msgid "Use an integer to set the <emph>Second</emph>."
+msgstr "<emph>সেকেন্ড</emph> স্থির করার জন্য পূর্ণসংখ্যা ব্যবহার করুন।"
+
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"hd_id3145577\n"
+"156\n"
+"help.text"
+msgid "Examples"
+msgstr "উদাহরণসমূহ"
+
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"par_id3156076\n"
+"157\n"
+"help.text"
+msgid "<item type=\"input\">=TIME(0;0;0)</item> returns 00:00:00"
+msgstr "<item type=\"input\">=TIME(0;0;0)</item> ০০:০০:০০ ফলাফল হিসেবে প্রদান করে"
+
+#: func_time.xhp
+msgctxt ""
+"func_time.xhp\n"
+"par_id3156090\n"
+"158\n"
+"help.text"
+msgid "<item type=\"input\">=TIME(4;20;4)</item> returns 04:20:04"
+msgstr "<item type=\"input\">=TIME(4;20;4)</item> ৪;২০;৪ ফলাফল হিসেবে প্রদান করে।"
+
+#: func_days360.xhp
+msgctxt ""
+"func_days360.xhp\n"
+"tit\n"
+"help.text"
+msgid "DAYS360"
+msgstr "DAYS360"
+
+#: func_days360.xhp
+msgctxt ""
+"func_days360.xhp\n"
+"bm_id3148555\n"
+"help.text"
+msgid "<bookmark_value>DAYS360 function</bookmark_value>"
+msgstr "<bookmark_value>DAYS360 function</bookmark_value>"
+
+#: func_days360.xhp
+msgctxt ""
+"func_days360.xhp\n"
+"hd_id3148555\n"
+"124\n"
+"help.text"
+msgid "<variable id=\"days360\"><link href=\"text/scalc/01/func_days360.xhp\">DAYS360</link></variable>"
+msgstr "<variable id=\"days360\"><link href=\"text/scalc/01/func_days360.xhp\">DAYS360</link></variable>"
+
+#: func_days360.xhp
+msgctxt ""
+"func_days360.xhp\n"
+"par_id3156032\n"
+"125\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TAGE360\">Returns the difference between two dates based on the 360 day year used in interest calculations.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TAGE360\">সুদ গণনায় ব্যবহৃত ৩৬০ দিন বছরের উপর ভিত্তি করে দুইটি তারিখের মধ্যে পার্থক্য ফলাফল প্রদান করে।</ahelp>"
+
+#: func_days360.xhp
+msgctxt ""
+"func_days360.xhp\n"
+"hd_id3155347\n"
+"126\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: func_days360.xhp
+msgctxt ""
+"func_days360.xhp\n"
+"par_id3155313\n"
+"127\n"
+"help.text"
+msgid "DAYS360(\"Date1\"; \"Date2\"; Type)"
+msgstr "DAYS360(\"Date1\"; \"Date2\"; Type)"
+
+#: func_days360.xhp
+msgctxt ""
+"func_days360.xhp\n"
+"par_id3145263\n"
+"128\n"
+"help.text"
+msgid "If <emph>Date2</emph> is earlier than <emph>Date1</emph>, the function will return a negative number."
+msgstr "যদি <emph>তারিখ২</emph> <emph>তারিখ১</emph>এর পূর্বে হয় তাহলে ফাংশনটি একটি নেগেটিভ সংখ্যা প্রদান করবে।"
+
+#: func_days360.xhp
+msgctxt ""
+"func_days360.xhp\n"
+"par_id3151064\n"
+"129\n"
+"help.text"
+msgid "The optional argument <emph>Type</emph> determines the type of difference calculation. If Type = 0 or if the argument is missing, the US method (NASD, National Association of Securities Dealers) is used. If Type <> 0, the European method is used."
+msgstr "<emph>ধরন</emph> ঐচ্ছিক আরগুমেন্টটি তারিখের পার্থক্য গণনায় কোন প্রক্রিয়া ব্যবহৃত হবে তা নির্ণয় করে। যদি ধরন = ০ অথবা যদি আরগুমেন্টটি অনুপস্থিত থাকে তবে US প্রক্রিয়া (NASD, National Association of Securities Dealers) ব্যবহৃত হয়। যদি ধরন <>০ তবে ইউরোপিয়ান প্রক্রিয়া ব্যবহৃত হয়।"
+
+#: func_days360.xhp
+msgctxt ""
+"func_days360.xhp\n"
+"hd_id3148641\n"
+"130\n"
+"help.text"
+msgid "Examples"
+msgstr "উদাহরণসমূহ"
+
+#: func_days360.xhp
+msgctxt ""
+"func_days360.xhp\n"
+"par_id3156348\n"
+"132\n"
+"help.text"
+msgid "=DAYS360(\"2000-01-01\";NOW()) returns the number of interest days from January 1, 2000 until today."
+msgstr "=DAYS360(\" ২০০০-০১-০১ \"; NOW()) জানুয়ারি ১, ২০০০ থেকে আজ পর্যন্ত আগ্রহী দিনের সংখ্যার ফলাফল প্রদান করে ।"
+
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sort"
+msgstr "সাজানো"
+
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"hd_id3150275\n"
+"1\n"
+"help.text"
+msgid "Sort"
+msgstr "সাজানো"
+
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"par_id3155922\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"sorttext\"><ahelp hid=\".uno:DataSort\">Sorts the selected rows according to the conditions that you specify.</ahelp></variable> $[officename] automatically recognizes and selects database ranges."
+msgstr "<variable id=\"sorttext\"><ahelp hid=\".uno:DataSort\">আপনার উল্লেখিত শর্ত অনুসারে নির্বাচিত সারি সাজানো হয়।</ahelp></variable> $[officename] স্বয়ংক্রিয়ভাবে ডাটাবেস পরিসর শনাক্ত এবং নির্বাচন করে।"
+
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"par_id3147428\n"
+"4\n"
+"help.text"
+msgid "You cannot sort data if the <link href=\"text/shared/01/02230000.xhp\" name=\"Record changes\">Record changes</link> options is enabled."
+msgstr "You cannot sort data if the <link href=\"text/shared/01/02230000.xhp\" name=\"Record changes\">প্রতিবেদন পরিবর্তন</link> অপশনটি সক্রিয়।"
+
+#: 05080200.xhp
+msgctxt ""
+"05080200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Remove"
+msgstr "মুছে ফেলুন"
+
+#: 05080200.xhp
+msgctxt ""
+"05080200.xhp\n"
+"hd_id3153562\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05080200.xhp\" name=\"Remove\">Remove</link>"
+msgstr "<link href=\"text/scalc/01/05080200.xhp\" name=\"Remove\">অপসারণ</link>"
+
+#: 05080200.xhp
+msgctxt ""
+"05080200.xhp\n"
+"par_id3148550\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DeletePrintArea\">Removes the defined print area.</ahelp>"
+msgstr "<ahelp hid=\".uno:DeletePrintArea\">নির্ধারিত মুদ্রণ এলাকা অপসারণ করা হয়। </ahelp>"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fill Series"
+msgstr "ধারা ভরাট"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3148664\n"
+"1\n"
+"help.text"
+msgid "Fill Series"
+msgstr "ধারা ভরাট"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3148797\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"reihenfuellentext\"><ahelp hid=\".uno:FillSeries\">Automatically generate series with the options in this dialog. Determine direction, increment, time unit and series type.</ahelp></variable>"
+msgstr "<variable id=\"reihenfuellentext\"><ahelp hid=\".uno:FillSeries\">এই ডায়ালগের অপশন দিয়ে স্বয়ংক্রিয়ভাবে ধারা তৈরি করে। দিকবিন্যাস, বৃদ্ধি, সময়ের একক এবং ধারার ধরন নির্ধারণ করুন।</ahelp></variable>"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3146976\n"
+"41\n"
+"help.text"
+msgid "Before filling a series, first select the cell range."
+msgstr "একটি ধারা ভরাট করার পূর্বে, প্রথমে ঘরের পরিসীমা নির্বাচন করুন।"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3145748\n"
+"3\n"
+"help.text"
+msgid "To automatically continue a series using the assumed completion rules, choose the <emph>AutoFill</emph> option after opening the <emph>Fill Series</emph> dialog."
+msgstr "সম্পন্ন করার অনুমানকৃত নিয়ম ব্যবহার করে স্বয়ংক্রিয়ভাবে একটি ধারা অব্যাহত রাখতে, <emph>ধারা ভরাট</emph> ডায়ালগ খোলার পরে <emph>AutoFill</emph> অপশন নির্বাচন করুন।"
+
+#: 02140600.xhp
+#, fuzzy
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3147435\n"
+"4\n"
+"help.text"
+msgid "Direction"
+msgstr "দিকবিন্যাস"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3154729\n"
+"5\n"
+"help.text"
+msgid "Determines the direction of series creation."
+msgstr "ধারা তৈরির দিকবিন্যাস নির্ধারণ করে।"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3145253\n"
+"6\n"
+"help.text"
+msgid "Down"
+msgstr "নিচে"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3155418\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_BOTTOM\">Creates a downward series in the selected cell range for the column using the defined increment to the end value.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_BOTTOM\">উল্লেখিত বৃদ্ধির মান ব্যবহার করে, কলামের জন্য নির্বাচিত ঘরের পরিসীমায় শেষ মান পর্যন্ত একটি নিম্নগামী ধারা তৈরি করে।</ahelp>"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3155738\n"
+"8\n"
+"help.text"
+msgid "Right"
+msgstr "ডানে"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3149402\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_RIGHT\">Creates a series running from left to right within the selected cell range using the defined increment to the end value.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_RIGHT\">উল্লেখিত বৃদ্ধির মান ব্যবহার করে, নির্বাচিত ঘরের পরিসীমার মধ্যে শেষ মান পর্যন্ত একটি বাম-থেকে-ডানমূখী ধারা তৈরি করে।</ahelp>"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3146972\n"
+"10\n"
+"help.text"
+msgid "Up"
+msgstr "উপরে"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3153711\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_TOP\">Creates an upward series in the cell range of the column using the defined increment to the end value.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_TOP\">উল্লেখিত বৃদ্ধির মান ব্যবহার করে, কলামের ঘরের পরিসীমায় শেষ মান পর্যন্ত একটি ঊর্ধবগামী ধারা তৈরি করে।</ahelp>"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3153764\n"
+"12\n"
+"help.text"
+msgid "Left"
+msgstr "বামে"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3156382\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_LEFT\">Creates a series running from right to left in the selected cell range using the defined increment to the end value.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_LEFT\">উল্লেখিত বৃদ্ধির মান ব্যবহার করে, নির্বাচিত ঘরের পরিসীমায় শেষ মান পর্যন্ত একটি ডান-থেকে-বামমূখী ধারা তৈরি করে।</ahelp>"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3147344\n"
+"14\n"
+"help.text"
+msgid "Series Type"
+msgstr "ধারার ধরন"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3149257\n"
+"15\n"
+"help.text"
+msgid "Defines the series type. Choose between <emph>Linear, Growth, Date </emph>and <emph>AutoFill</emph>."
+msgstr "ধারার ধরন নির্ধারণ করে। <emph>রৈখিক, বৃদ্ধি, তারিখ </emph>এবং <emph>AutoFill</emph> এর যেকোনো একটি নির্বাচন করুন।"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3148488\n"
+"16\n"
+"help.text"
+msgid "Linear"
+msgstr "রৈখিক"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3159238\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_ARITHMETIC\">Creates a linear number series using the defined increment and end value.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_ARITHMETIC\">উল্লেখিত বৃদ্ধি এবং শেষ মানের উপর ভিত্তি করে রৈখিক সংখ্যার ধারা তৈরি করে।</ahelp>"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3149210\n"
+"18\n"
+"help.text"
+msgid "Growth"
+msgstr "বৃদ্ধি"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3150364\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_GEOMETRIC\">Creates a growth series using the defined increment and end value.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_GEOMETRIC\">উল্লেখিত বৃদ্ধি এবং শেষ মানের উপর ভিত্তি করে বৃদ্ধির ধারা তৈরি করে।</ahelp>"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3149528\n"
+"20\n"
+"help.text"
+msgid "Date"
+msgstr "তারিখ"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3150887\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DATE\">Creates a date series using the defined increment and end date.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DATE\">উল্লেখিত বৃদ্ধি এবং শেষ মানের উপর ভিত্তি করে তারিখের ধারা তৈরি করে।</ahelp>"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3150202\n"
+"22\n"
+"help.text"
+msgid "AutoFill"
+msgstr "AutoFill"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3156288\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_AUTOFILL\">Forms a series directly in the sheet.</ahelp> The AutoFill function takes account of customized lists. For example, by entering <emph>January</emph> in the first cell, the series is completed using the list defined under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</emph>."
+msgstr ""
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3155811\n"
+"24\n"
+"help.text"
+msgid "AutoFill tries to complete a value series by using a defined pattern. The series 1,3,5 is automatically completed with 7,9,11,13, and so on. Date and time series are completed accordingly; for example, after 01.01.99 and 15.01.99, an interval of 14 days is used."
+msgstr "AutoFill একটি নির্ধারিত প্যাটার্ন ব্যবহার করে মানের ধারা সম্পন্ন করার চেষ্টা করে। ১, ৩, ৫ ধারাটি স্বয়ংক্রিয়ভাবে ৭, ৯, ১১, ১৩, এবং এভাবেই সম্পন্ন হবে। তারিখ এবং সময়ের ধারা একইভাবে সম্পন্ন হয়; উদাহরণস্বরূপ, ০১.০১.৯৯ এবং ১৫.০১.৯৯ এর পরে, ১৪ দিনের একটি বিরতি ব্যবহার করা হয়।"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3148700\n"
+"25\n"
+"help.text"
+msgid "Unit of Time"
+msgstr "সময়ের একক"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3153308\n"
+"26\n"
+"help.text"
+msgid "In this area you can specify the desired unit of time. This area is only active if the <emph>Date</emph> option has been chosen in the <emph>Series type</emph> area."
+msgstr "এই এলাকায় আপনি কাঙ্খিত সময়ের একক উল্লেখ করতে পারবেন। এই এলাকাটি শুধুমাত্র তখনই সক্রিয় থাকবে, যদি <emph>ধারার ধরন</emph> এলাকার <emph>তারিখ</emph> অপশনটি নির্বাচন করা হয়ে থাকে।"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3148868\n"
+"27\n"
+"help.text"
+msgid "Day"
+msgstr "দিন"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3148605\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DAY\">Use the <emph>Date</emph> series type and this option to create a series using seven days.</ahelp>"
+msgstr "সাত দিন ব্যবহার করে একটি ধারা তৈরি করতে, ধারার ধরন <ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DAY\"><emph>তারিখ</emph> এবং এই অপশনটি তৈরি করুন।</ahelp>"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3144771\n"
+"29\n"
+"help.text"
+msgid "Weekday"
+msgstr "সাপ্তাহিক দিন"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3150108\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DAY_OF_WEEK\">Use the <emph>Date</emph> series type and this option to create a series of five day sets.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DAY_OF_WEEK\"> <emph>তারিখ</emph> ক্রমের ধরন ব্যবহার করুন এবং এই অপশনটির মাধ্যমে পাঁচ দিনের সেটের জন্য একটি ক্রম তৈরি করা যায়।</ahelp>"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3154957\n"
+"31\n"
+"help.text"
+msgid "Month"
+msgstr "মাস"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3149126\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_MONTH\">Use the <emph>Date</emph> series type and this option to form a series from the names or abbreviations of the months.</ahelp>"
+msgstr "মাসের নাম বা তার সংক্ষিপ্ত রূপ থেকে একটি ধারা তৈরি করতে, ধারার ধরন <ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_MONTH\"><emph>তারিখ</emph> এবং এই অপশনটি ব্যবহার করে।</ahelp>"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3152870\n"
+"33\n"
+"help.text"
+msgid "Year"
+msgstr "বছর"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3151300\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_YEAR\">Use the <emph>Date</emph> series type and this option to create a series of years.</ahelp>"
+msgstr "বছরের একটি ধারা তৈরি করতে, ধারার ধরন <ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_YEAR\"> <emph>তারিখ</emph> এবং এই অপশনটি ব্যবহার করে।</ahelp>"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3154762\n"
+"35\n"
+"help.text"
+msgid "Start Value"
+msgstr "প্রারম্ভিক মান"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3149381\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_START_VALUES\">Determines the start value for the series.</ahelp> Use numbers, dates or times."
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_START_VALUES\">ধারার জন্য প্রারম্ভিক মান নির্ধারণ করে।</ahelp> সংখ্যা, তারিখ বা সময় ব্যবহার করুন।"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3153013\n"
+"37\n"
+"help.text"
+msgid "End Value"
+msgstr "শেষ মান"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3153487\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_END_VALUES\">Determines the end value for the series.</ahelp> Use numbers, dates or times."
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_END_VALUES\">ধারার জন্য শেষ মান নির্ধারণ করে।</ahelp> সংখ্যা, তারিখ বা সময় ব্যবহার করুন।"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"hd_id3149312\n"
+"39\n"
+"help.text"
+msgid "Increment"
+msgstr "বৃদ্ধি"
+
+#: 02140600.xhp
+msgctxt ""
+"02140600.xhp\n"
+"par_id3154739\n"
+"40\n"
+"help.text"
+msgid "The term \"increment\" denotes the amount by which a given value increases.<ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_INCREMENT\"> Determines the value by which the series of the selected type increases by each step.</ahelp> Entries can only be made if the linear, growth or date series types have been selected."
+msgstr "\"বৃদ্ধি\" শব্দটি দ্বারা বোঝায় যে প্রদত্ত মান কি পরিমাণে বৃদ্ধি পাবে। <ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_INCREMENT\"> প্রতিটি ধাপে নির্বাচিত ধরনের ধারা কি পরিমাণে বাড়বে তার মান নির্ধারণ করে।</ahelp> যদি ধারার ধরন রৈখিক, বৃদ্ধি বা তারিখ নির্বাচন করা থাকে, তবেই শুধুমাত্র ভুক্তি তৈরি করা যাবে।"
+
+#: 12120000.xhp
+msgctxt ""
+"12120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Validity"
+msgstr "কার্যকারিতা"
+
+#: 12120000.xhp
+msgctxt ""
+"12120000.xhp\n"
+"hd_id3156347\n"
+"1\n"
+"help.text"
+msgid "Validity"
+msgstr "কার্যকারিতা"
+
+#: 12120000.xhp
+msgctxt ""
+"12120000.xhp\n"
+"par_id3153252\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"gueltigkeit\"><ahelp hid=\".uno:Validation\">Defines what data is valid for a selected cell or cell range.</ahelp></variable>"
+msgstr "<variable id=\"gueltigkeit\"><ahelp hid=\".uno:Validation\">নির্বাচিত ঘর অথবা ঘর পরিসরের জন্য কোন তথ্যটি কার্যকর হবে তা নির্ধারণ করে।</ahelp></variable>"
+
+#: 12120000.xhp
+msgctxt ""
+"12120000.xhp\n"
+"par_idN105D1\n"
+"help.text"
+msgid "You can also insert a list box from the Controls toolbar and link the list box to a cell. This way you can specify the valid values on the <link href=\"text/shared/02/01170102.xhp\">Data</link> page of the list box properties window."
+msgstr "আপনি নিয়ন্ত্রণ টুলবার একটি তালিকা বাক্স সন্নিবেশ করাতে পারেন এবং তালিকা বাক্সটিকে ঘরে লিঙ্ক করে। এই উপায়ে আপনি তালিকা বাক্স বৈশিষ্ট্য উইন্ডোর<link href=\"text/shared/02/01170102.xhp\">তথ্য</link> তে কার্যকর তথ্য উল্লেখ করতে পারেন।"
+
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Formula Bar"
+msgstr "সূত্র বার"
+
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"bm_id3147264\n"
+"help.text"
+msgid "<bookmark_value>formula bar;spreadsheets</bookmark_value><bookmark_value>spreadsheets; formula bar</bookmark_value>"
+msgstr "<bookmark_value>formula bar;spreadsheets</bookmark_value><bookmark_value>spreadsheets; formula bar</bookmark_value>"
+
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"hd_id3147264\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/03090000.xhp\" name=\"Formula Bar\">Formula Bar</link>"
+msgstr "<link href=\"text/scalc/01/03090000.xhp\" name=\"Formula Bar\">সূত্র বার</link>"
+
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"par_id3156423\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InputLineVisible\">Shows or hides the Formula Bar, which is used for entering and editing formulas.</ahelp> The Formula Bar is the most important tool when working with spreadsheets."
+msgstr "<ahelp hid=\".uno:InputLineVisible\">সূত্র বার প্রদর্শন বা আড়াল করে রাখে, যেটি সূত্র সন্নিবেশ করাতে বা সম্পাদনা করার জন্য ব্যবহৃত হয়।</ahelp> স্প্রেডশীটে কাজ করার সময় সূত্র বার সবচেয়ে গুরুত্বপূর্ণ টুল।"
+
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"par_id3154686\n"
+"4\n"
+"help.text"
+msgid "To hide the Formula Bar, unmark the menu item."
+msgstr "সূত্র বার আড়াল করতে, মেনু আইটেমের চিহ্ন তুলে দিন।"
+
+#: 03090000.xhp
+msgctxt ""
+"03090000.xhp\n"
+"par_id3145787\n"
+"3\n"
+"help.text"
+msgid "If the Formula Bar is hidden, you can still edit cells by activating the edit mode with F2. After editing cells, accept the changes by pressing Enter, or discard entries by pressing Esc. Esc is also used to exit the edit mode."
+msgstr "যদি সূত্র বারটি আড়াল থাকে, আপনি F2 চেপে সম্পাদনা মোড সক্রিয় করেও ঘরগুলো সম্পাদনা করতে পারবেন। ঘরগুলো সম্পাদনা করার পর, Enter চেপে পরিবর্তনসমূহ গ্রহণ করুন, বা Esc চেপে ভুক্তি বাতিল করুন। সম্পাদনা মোড থেকে প্রস্থান করার জন্যও Esc ব্যবহৃত হয়।"
+
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Value Highlighting"
+msgstr "মান উজ্জ্বলকরণ"
+
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"bm_id3151384\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; value highlighting</bookmark_value><bookmark_value>values;highlighting</bookmark_value><bookmark_value>highlighting; values in sheets</bookmark_value><bookmark_value>colors;values</bookmark_value>"
+msgstr ""
+
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"hd_id3151384\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/03080000.xhp\" name=\"Value Highlighting\">Value Highlighting</link>"
+msgstr "<link href=\"text/scalc/01/03080000.xhp\" name=\"Value Highlighting\">মান উজ্জ্বলকরণ</link>"
+
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"par_id3154366\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ViewValueHighlighting\">Displays cell contents in different colors, depending on type.</ahelp>"
+msgstr ""
+
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"par_id3125863\n"
+"help.text"
+msgid "To remove the highlighting, unmark the menu entry."
+msgstr "উজ্জ্বলকরণ অপসারণ করতে, মেনুর ভুক্তির চিহ্ন তুলে দিন।"
+
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"par_id3145785\n"
+"help.text"
+msgid "Text cells are formatted in black, formulas in green, and number cells in blue, no matter how their display is formatted."
+msgstr ""
+
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
+"par_id3153188\n"
+"help.text"
+msgid "If this function is active, colors that you define in the document will not be displayed. When you deactivate the function, the user-defined colors are displayed again."
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"tit\n"
+"help.text"
+msgid "Financial Functions Part Three"
+msgstr "আর্থিক ফাংশনের তৃতীয় অংশ"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3146780\n"
+"1\n"
+"help.text"
+msgid "Financial Functions Part Three"
+msgstr "আর্থিক ফাংশনের তৃতীয় অংশ"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3145112\n"
+"help.text"
+msgid "<bookmark_value>ODDFPRICE function</bookmark_value><bookmark_value>prices;securities with irregular first interest date</bookmark_value>"
+msgstr "<bookmark_value>ODDFPRICE function</bookmark_value><bookmark_value>prices;securities with irregular first interest date</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3145112\n"
+"71\n"
+"help.text"
+msgid "ODDFPRICE"
+msgstr "ODDFPRICE"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147250\n"
+"72\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_ODDFPRICE\">Calculates the price per 100 currency units par value of a security, if the first interest date falls irregularly.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_ODDFPRICE\">নিরাপত্তার গড় মান প্রতি ১০০ মুদ্রা একক গণনা করে, যদি প্রথম সুদ প্রদানের তারিখ অনিয়মিত হয়।</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3153074\n"
+"73\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146098\n"
+"74\n"
+"help.text"
+msgid "ODDFPRICE(Settlement; Maturity; Issue; FirstCoupon; Rate; Yield; Redemption; Frequency; Basis)"
+msgstr "ODDFPRICE(Settlement; Maturity; Issue; FirstCoupon; Rate; Yield; Redemption; Frequency; Basis)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153337\n"
+"75\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> হলো জামানত ক্রয়ের তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149051\n"
+"76\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> হলো জামানতের মেয়াদপূর্তির (মেয়াদোত্তীর্ণ) তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147297\n"
+"77\n"
+"help.text"
+msgid "<emph>Issue</emph> is the date of issue of the security."
+msgstr "<emph>Issue</emph> হলো জামানত ইস্যুর তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150393\n"
+"78\n"
+"help.text"
+msgid "<emph>FirstCoupon</emph> is the first interest date of the security."
+msgstr "<emph>FirstCoupon</emph> হলো জামানতের প্রথম সুদের তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147402\n"
+"79\n"
+"help.text"
+msgid "<emph>Rate</emph> is the annual rate of interest."
+msgstr "<emph>Rate</emph> হলো বাৎসরিক সুদের হার।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151387\n"
+"80\n"
+"help.text"
+msgid "<emph>Yield</emph> is the annual yield of the security."
+msgstr "<emph>Yield</emph> হলো জামানতের বাৎসরিক আয়।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153023\n"
+"81\n"
+"help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr "<emph>Redemption</emph> হলো সমহার মূল্যের প্রতি ১০০ একক মুদ্রার পুনক্রয় মূল্য।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150539\n"
+"82\n"
+"help.text"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frequency</emph> হলো বাৎসরিক সুদ প্রদান সংখ্য (১, ২ বা ৪)।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3157871\n"
+"help.text"
+msgid "<bookmark_value>ODDFYIELD function</bookmark_value>"
+msgstr "<bookmark_value>ODDFYIELD function</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3157871\n"
+"87\n"
+"help.text"
+msgid "ODDFYIELD"
+msgstr "ODDFYIELD"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147414\n"
+"88\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_ODDFYIELD\">Calculates the yield of a security if the first interest date falls irregularly.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_ODDFYIELD\">যদি প্রথম সুদ প্রদানের তারিখ অনিয়মিত হয়, জামানতের আয় হিসাব করে।</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3150651\n"
+"89\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3152982\n"
+"90\n"
+"help.text"
+msgid "ODDFYIELD(Settlement; Maturity; Issue; FirstCoupon; Rate; Price; Redemption; Frequency; Basis)"
+msgstr "ODDFYIELD(Settlement; Maturity; Issue; FirstCoupon; Rate; Price; Redemption; Frequency; Basis)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3157906\n"
+"91\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> হলো জামানত ক্রয়ের তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150026\n"
+"92\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> হলো জামানতের মেয়াদপূর্তির (মেয়াদোত্তীর্ণ) তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149012\n"
+"93\n"
+"help.text"
+msgid "<emph>Issue</emph> is the date of issue of the security."
+msgstr "<emph>Issue</emph> হলো জামানত ইস্যুর তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148725\n"
+"94\n"
+"help.text"
+msgid "<emph>FirstCoupon</emph> is the first interest period of the security."
+msgstr "<emph>FirstCoupon</emph> হলো জামানতের প্রথম সুদের তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150465\n"
+"95\n"
+"help.text"
+msgid "<emph>Rate</emph> is the annual rate of interest."
+msgstr "<emph>Rate</emph> হলো বাৎসরিক সুদের হার।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146940\n"
+"96\n"
+"help.text"
+msgid "<emph>Price</emph> is the price of the security."
+msgstr "<emph>Price</emph> হলো জামানতের মূল্য।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149893\n"
+"97\n"
+"help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr "<emph>Redemption</emph> হলো সমহার মূল্যের প্রতি ১০০ একক মুদ্রার পুনক্রয় মূল্য।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148888\n"
+"98\n"
+"help.text"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frequency</emph> হলো বাৎসরিক সুদ প্রদান সংখ্য (১, ২ বা ৪)।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3153933\n"
+"help.text"
+msgid "<bookmark_value>ODDLPRICE function</bookmark_value>"
+msgstr "<bookmark_value>ODDLPRICE function</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3153933\n"
+"103\n"
+"help.text"
+msgid "ODDLPRICE"
+msgstr "ODDLPRICE"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145145\n"
+"104\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_ODDLPRICE\">Calculates the price per 100 currency units par value of a security, if the last interest date falls irregularly.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_ODDLPRICE\">যদি প্রথম সুদ প্রদানের তারিখ অনিয়মিত হয়, জামানতের সমহার মূল্যের প্রতি ১০০ একক মুদ্রার মূল্য হিসাব করে।</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3152784\n"
+"105\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155262\n"
+"106\n"
+"help.text"
+msgid "ODDLPRICE(Settlement; Maturity; LastInterest; Rate; Yield; Redemption; Frequency; Basis)"
+msgstr "ODDLPRICE(Settlement; Maturity; LastInterest; Rate; Yield; Redemption; Frequency; Basis)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149689\n"
+"107\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> হলো জামানত ক্রয়ের তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148753\n"
+"108\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> হলো জামানতের মেয়াদপূর্তির (মেয়াদোত্তীর্ণ) তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150861\n"
+"109\n"
+"help.text"
+msgid "<emph>LastInterest</emph> is the last interest date of the security."
+msgstr "<emph>LastInterest</emph> হলো জামানতের শেষ সুদের তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155831\n"
+"110\n"
+"help.text"
+msgid "<emph>Rate</emph> is the annual rate of interest."
+msgstr "<emph>Rate</emph> হলো বাৎসরিক সুদের হার।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153328\n"
+"111\n"
+"help.text"
+msgid "<emph>Yield</emph> is the annual yield of the security."
+msgstr "<emph>Yield</emph> হলো জামানতের বাৎসরিক আয়।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149186\n"
+"112\n"
+"help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr "<emph>Redemption</emph> হলো সমহার মূল্যের প্রতি ১০০ একক মুদ্রার পুনক্রয় মূল্য।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149726\n"
+"113\n"
+"help.text"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frequency</emph> হলো বাৎসরিক সুদ প্রদান সংখ্য (১, ২ বা ৪)।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3153111\n"
+"114\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3152999\n"
+"115\n"
+"help.text"
+msgid "Settlement date: February 7 1999, maturity date: June 15 1999, last interest: October 15 1998. Interest rate: 3.75 per cent, yield: 4.05 per cent, redemption value: 100 currency units, frequency of payments: half-yearly = 2, basis: = 0"
+msgstr "জামানত ক্রয়ের তারিখ: ৭ই ফেব্রুয়ারি ১৯৯৯, মেয়াদপূর্তির তারিখ: ১৫ই জুন ১৯৯৯, সর্বশেষ সুদ প্রদানের তারিখ: ১৫ই অক্টোবর ১৯৯৮। সুদের হার: ৩.৭৫ শতাংশ, আয়: ৪.০৫ শতাংশ, পুনক্রয় মূল্য: ১০০ একক মুদ্রা, অর্থ প্রদানের পর্যায়কাল: অর্ধ-বার্ষিক = ২, ভিত্তি: = ০"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148567\n"
+"116\n"
+"help.text"
+msgid "The price per 100 currency units per value of a security, which has an irregular last interest date, is calculated as follows:"
+msgstr "যে জামানতের সর্বশেষ সুদ প্রদানের তারিখ অনিয়মিত, তার সমহার মূল্যের প্রতি ১০০ একক মুদ্রার মূল্য নিম্নরূপে হিসাব করা হয়:"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150332\n"
+"117\n"
+"help.text"
+msgid "=ODDLPRICE(\"1999-02-07\";\"1999-06-15\";\"1998-10-15\"; 0.0375; 0.0405;100;2;0) returns 99.87829."
+msgstr "=ODDLPRICE(\"1999-02-07\";\"1999-06-15\";\"1998-10-15\"; 0.0375; 0.0405;100;2;0), ৯৯.৮৭৮২৯ প্রদান করে।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3153564\n"
+"help.text"
+msgid "<bookmark_value>ODDLYIELD function</bookmark_value>"
+msgstr "<bookmark_value>ODDLYIELD function</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3153564\n"
+"118\n"
+"help.text"
+msgid "ODDLYIELD"
+msgstr "ODDLYIELD"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3158002\n"
+"119\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_ODDLYIELD\">Calculates the yield of a security if the last interest date falls irregularly.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_ODDLYIELD\">যদি প্রথম সুদ প্রদানের তারিখ অনিয়মিত হয়, জামানতের বার্ষিক আয় হিসাব করে।</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3147366\n"
+"120\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150018\n"
+"121\n"
+"help.text"
+msgid "ODDLYIELD(Settlement; Maturity; LastInterest; Rate; Price; Redemption; Frequency; Basis)"
+msgstr "ODDLYIELD(Settlement; Maturity; LastInterest; Rate; Price; Redemption; Frequency; Basis)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3159132\n"
+"122\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> হলো জামানত ক্রয়ের তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150134\n"
+"123\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> হলো জামানতের মেয়াদপূর্তির (মেয়াদোত্তীর্ণ) তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145245\n"
+"124\n"
+"help.text"
+msgid "<emph>LastInterest</emph> is the last interest date of the security."
+msgstr "<emph>LastInterest</emph> হলো জামানতের শেষ সুদের তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151014\n"
+"125\n"
+"help.text"
+msgid "<emph>Rate</emph> is the annual rate of interest."
+msgstr "<emph>Rate</emph> হলো বাৎসরিক সুদের হার।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149003\n"
+"126\n"
+"help.text"
+msgid "<emph>Price</emph> is the price of the security."
+msgstr "<emph>Price</emph> হলো জামানতের মুল্য।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148880\n"
+"127\n"
+"help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr "<emph>Redemption</emph> হলো সমহার মূল্যের প্রতি ১০০ একক মুদ্রার পুনক্রয় মূল্য।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155622\n"
+"128\n"
+"help.text"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frequency</emph> হলো বাৎসরিক সুদ প্রদান সংখ্য (১, ২ বা ৪)।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3145303\n"
+"129\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145350\n"
+"130\n"
+"help.text"
+msgid "Settlement date: April 20 1999, maturity date: June 15 1999, last interest: October 15 1998. Interest rate: 3.75 per cent, price: 99.875 currency units, redemption value: 100 currency units, frequency of payments: half-yearly = 2, basis: = 0"
+msgstr "জামানত ক্রয়ের তারিখ: ২০শে এপ্রিল ১৯৯৯, মেয়াদপূর্তির তারিখ: ১৫ই জুন ১৯৯৯, সর্বশেষ সুদ প্রদানের তারিখ: ১৫ই অক্টোবর ১৯৯৮। সুদের হার: ৩.৭৫ শতাংশ, মূল্য: ৯৯.৮৭৫ একক মূদ্রা, পুনক্রয় মূল্য: ১০০ একক মুদ্রা, অর্থ প্রদানের পর্যায়কাল: অর্ধ-বার্ষিক = ২, ভিত্তি: = ০"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3157990\n"
+"131\n"
+"help.text"
+msgid "The yield of the security, that has an irregular last interest date, is calculated as follows:"
+msgstr "যে জামানতের সর্বশেষ সুদ প্রদানের তারিখ অনিয়মিত, তার বার্যিক আয় নিম্নরূপে হিসাব করা হয়:"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150572\n"
+"132\n"
+"help.text"
+msgid "=ODDLYIELD(\"1999-04-20\";\"1999-06-15\"; \"1998-10-15\"; 0.0375; 99.875; 100;2;0) returns 0.044873 or 4.4873%."
+msgstr "=ODDLYIELD(\"1999-04-20\";\"1999-06-15\"; \"1998-10-15\"; 0.0375; 99.875; 100;2;0), ০.০৪৪৮৭৩ বা ৪.৪৮৭৩% প্রদান করে।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3148768\n"
+"help.text"
+msgid "<bookmark_value>calculating;variable declining depreciations</bookmark_value><bookmark_value>depreciations;variable declining</bookmark_value><bookmark_value>VDB function</bookmark_value>"
+msgstr "<bookmark_value>calculating;variable declining depreciations</bookmark_value><bookmark_value>depreciations;variable declining</bookmark_value><bookmark_value>VDB function</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148768\n"
+"222\n"
+"help.text"
+msgid "VDB"
+msgstr "VDB"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154636\n"
+"223\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VDB\">Returns the depreciation of an asset for a specified or partial period using a variable declining balance method.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_VDB\">চলক অবচয় অর্থ বিবরণী প্রক্রিয়া ব্যবহার করে একটি উল্লেখিত অথবা আংশিক পর্যায়কালের জন্য একটি সম্পদের অবমূল্যায়ন প্রদান করে।</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3155519\n"
+"224\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149025\n"
+"225\n"
+"help.text"
+msgid "VDB(Cost; Salvage; Life; S; End; Factor; Type)"
+msgstr "VDB(Cost; Salvage; Life; S; End; Factor; Type)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150692\n"
+"226\n"
+"help.text"
+msgid "<emph>Cost</emph> is the initial value of an asset."
+msgstr "<emph>Cost</emph> হলো একটি সম্পদের প্রারম্ভিক মূল্য।"
+
+#: 04060118.xhp
+#, fuzzy
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155369\n"
+"227\n"
+"help.text"
+msgid "<emph>Salvage</emph> is the value of an asset at the end of the depreciation."
+msgstr "<emph>Salvage</emph> মূল্যমান হ্রাসের শেষে সম্পদের মূল্য।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154954\n"
+"228\n"
+"help.text"
+msgid "<emph>Life</emph> is the depreciation duration of the asset."
+msgstr "<emph>Life</emph> হলো সম্পদের মূল্যমান হ্রাসের সময়কাল।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3152817\n"
+"229\n"
+"help.text"
+msgid "<emph>S</emph> is the start of the depreciation. A must be entered in the same date unit as the duration."
+msgstr "<emph>S</emph> হলো মূল্যমান হ্রাসের শুরু। A অবশ্যই সময়কালের মতো একই তারিখের এককে সন্নিবেশ করাতে হবে।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153221\n"
+"230\n"
+"help.text"
+msgid "<emph>End</emph> is the end of the depreciation."
+msgstr "<emph>End</emph> হলো মূল্যমান হ্রাসের সমাপ্তি।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147536\n"
+"231\n"
+"help.text"
+msgid "<emph>Factor</emph> (optional) is the depreciation factor. Factor = 2 is double rate depreciation."
+msgstr "<emph>Factor</emph> (ঐচ্ছিক) হলো মূল্যমান হ্রাসের ফ্যাক্টর। ফ্যাক্টর = ২ হলো দ্বিগুণ হারের মূল্যমান হ্রাস।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154865\n"
+"232\n"
+"help.text"
+msgid "<emph>Type </emph>is an optional parameter. Type = 1 means a switch to linear depreciation. In Type = 0 no switch is made."
+msgstr "<emph>Type</emph> হলো ঐচ্ছিক প্যারামিটার। Type = 1 অর্থ হলো রৈখিক মূল্যমান হ্রাসে পরিবর্তন। Type = 0 হলে কোনো পরিবর্তন সম্পন্ন হবে না।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_idN10A0D\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148429\n"
+"233\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153927\n"
+"234\n"
+"help.text"
+msgid "What is the declining-balance double-rate depreciation for a period if the initial cost is 35,000 currency units and the value at the end of the depreciation is 7,500 currency units. The depreciation period is 3 years. The depreciation from the 10th to the 20th period is calculated."
+msgstr "একটি পর্যায়কালের জন্য অবচয়-অর্থ বিবরণী ডাবল- হার অবমূল্যায়ন কি যদি প্রারম্ভিক মূল্য ৩৫,০০০ মুদ্রা একক হয় এবং অবমূল্যায়নের শেষে মান ৭,৫০০ মুদ্রা একক হয়। অবমূল্যায়ন পর্যায়কাল হলো ৩ বছর। ১০ম হতে ২০তম পর্যায়ের অবমূল্যায়ন গণনা করা হয়।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155991\n"
+"235\n"
+"help.text"
+msgid "<item type=\"input\">=VDB(35000;7500;36;10;20;2)</item> = 8603.80 currency units. The depreciation during the period between the 10th and the 20th period is 8,603.80 currency units."
+msgstr "<item type=\"input\">=VDB(35000;7500;36;10;20;2)</item> = ৮৬০৩.৮০ মুদ্রা একক। ১০তম এবং ২০তম পর্য়ায়কাল মধ্যবর্তী পর্যায়কালের মূল্যমান হ্রাস ৮,৬০৩.৮০ মুদ্রা একক।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3147485\n"
+"help.text"
+msgid "<bookmark_value>calculating;internal rates of return, irregular payments</bookmark_value><bookmark_value>internal rates of return;irregular payments</bookmark_value><bookmark_value>XIRR function</bookmark_value>"
+msgstr "<bookmark_value>calculating;internal rates of return, irregular payments</bookmark_value><bookmark_value>internal rates of return;irregular payments</bookmark_value><bookmark_value>XIRR function</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3147485\n"
+"193\n"
+"help.text"
+msgid "XIRR"
+msgstr "XIRR"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145614\n"
+"194\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_XIRR\">Calculates the internal rate of return for a list of payments which take place on different dates.</ahelp> The calculation is based on a 365 days per year basis, ignoring leap years."
+msgstr "<ahelp hid=\"HID_AAI_FUNC_XIRR\">পরিশোধের তালিকার জন্য প্রদানের অভ্যন্তরীণ হার গণনা করে যা বিভিন্ন তারিখে সাধিত হয়েছিল।</ahelp> গণনাটি প্রতি বছর ৩৬৫ দিন ভিত্তিক, অধিবর্ষ বাদ দিয়ে।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_idN10E62\n"
+"help.text"
+msgid "If the payments take place at regular intervals, use the IRR function."
+msgstr "যদি অর্থ প্রদান নিয়মিত বিরতিতে অবস্থান নেয়, IRR ফাংশন ব্যবহার করুন।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3146149\n"
+"195\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149826\n"
+"196\n"
+"help.text"
+msgid "XIRR(Values; Dates; Guess)"
+msgstr "XIRR(Values; Dates; Guess)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3163821\n"
+"197\n"
+"help.text"
+msgid "<emph>Values</emph> and <emph>Dates</emph> refer to a series of payments and the series of associated date values. The first pair of dates defines the start of the payment plan. All other date values must be later, but need not be in any order. The series of values must contain at least one negative and one positive value (receipts and deposits)."
+msgstr "<emph>মান</emph> এবং<emph> তারিখ</emph> পরিশোধের ক্রম এবং সহযোগী তথ্য মানের একটি ক্রম নির্দেশ করে। তারিখের প্রথম জোড়া পরিশোধের পরিকল্পনার শুরু সংজ্ঞায়িত করে। অন্য সকল তারিখ মান অবশ্যই পরে হয়, কিন্তু কোন ক।রমে হওয়ার প্রয়োজন নেই। মানের ক্রমটি অবশ্যই অন্তত একটি ঋনাত্বক মান এবং একটি ধনাত্বক মান (অর্থ গ্রহণ এবং জমা প্রদান) ধারণ করে।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149708\n"
+"198\n"
+"help.text"
+msgid "<emph>Guess</emph> (optional) is a guess that can be input for the internal rate of return. The default is 10%."
+msgstr "<emph>Guess</emph> (ঐচ্ছিক) হলো অনুমান, যা রিটার্নের অভ্যন্তরীণ হারের ইনপুট হতে পারে। পূর্বনির্ধারিত মান হলো ১০%।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3145085\n"
+"199\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149273\n"
+"200\n"
+"help.text"
+msgid "Calculation of the internal rate of return for the following five payments:"
+msgstr "নিম্নের পাঁচটি পরিশোধের জন্য রিটার্নের অভ্যন্তরীণ হারের হিসাব:"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155838\n"
+"305\n"
+"help.text"
+msgid "A"
+msgstr "A"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3152934\n"
+"306\n"
+"help.text"
+msgid "B"
+msgstr "B"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154638\n"
+"307\n"
+"help.text"
+msgid "C"
+msgstr "C"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147083\n"
+"308\n"
+"help.text"
+msgid "1"
+msgstr "১"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151187\n"
+"309\n"
+"help.text"
+msgid "2001-01-01"
+msgstr "২০০১-০১-০১"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145212\n"
+"201\n"
+"help.text"
+msgid "-<item type=\"input\">10000</item>"
+msgstr "-<item type=\"input\">১০০০০</item>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146856\n"
+"202\n"
+"help.text"
+msgid "<item type=\"input\">Received</item>"
+msgstr "<item type=\"input\">গৃহীত</item>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153277\n"
+"310\n"
+"help.text"
+msgid "2"
+msgstr "২"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154052\n"
+"203\n"
+"help.text"
+msgid "2001-01-02"
+msgstr "২০০১-০১-০২"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151297\n"
+"204\n"
+"help.text"
+msgid "<item type=\"input\">2000</item>"
+msgstr "<item type=\"input\">২০০০</item>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149985\n"
+"205\n"
+"help.text"
+msgid "<item type=\"input\">Deposited</item>"
+msgstr "<item type=\"input\">জমা</item>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154744\n"
+"311\n"
+"help.text"
+msgid "3"
+msgstr "৩"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153151\n"
+"206\n"
+"help.text"
+msgid "2001-03-15"
+msgstr "২০০১-০৩-১৫"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145657\n"
+"207\n"
+"help.text"
+msgid "2500"
+msgstr "২৫০০"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155101\n"
+"312\n"
+"help.text"
+msgid "4"
+msgstr "৪"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146894\n"
+"208\n"
+"help.text"
+msgid "2001-05-12"
+msgstr "২০০১-০৫-১২"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3143231\n"
+"209\n"
+"help.text"
+msgid "5000"
+msgstr "৫০০০"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3156012\n"
+"313\n"
+"help.text"
+msgid "5"
+msgstr "৫"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149758\n"
+"210\n"
+"help.text"
+msgid "2001-08-10"
+msgstr "২০০১-০৮-১০"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147495\n"
+"211\n"
+"help.text"
+msgid "1000"
+msgstr "১০০০"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3152793\n"
+"212\n"
+"help.text"
+msgid "=XIRR(B1:B5; A1:A5; 0.1) returns 0.1828."
+msgstr "=XIRR(B1:B5; A1:A5; 0.1) ০.১৮২৮ প্রদান করে।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3149198\n"
+"help.text"
+msgid "<bookmark_value>XNPV function</bookmark_value>"
+msgstr "<bookmark_value>XNPV function</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3149198\n"
+"213\n"
+"help.text"
+msgid "XNPV"
+msgstr "XNPV"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153904\n"
+"214\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_XNPV\">Calculates the capital value (net present value)for a list of payments which take place on different dates.</ahelp> The calculation is based on a 365 days per year basis, ignoring leap years."
+msgstr "<ahelp hid=\"HID_AAI_FUNC_XNPV\">বিভিন্ন তারিখে প্রদেয় টাকার অংকের তালিকার জন্য মূলধনের পরিমাণ (নিট বর্তমান মান) হিসাব করে।</ahelp> প্রতি বছরে ৩৬৫ দিন ভিত্তিতেই হিসাব করা হয়, অধিবর্ষ ব্যতীত।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_idN11138\n"
+"help.text"
+msgid "If the payments take place at regular intervals, use the NPV function."
+msgstr "যদি নিয়মিত বিরতিতে পরিশোধ করা হয়, NPV ফাংশন ব্যবহার করুন।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3155323\n"
+"215\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150117\n"
+"216\n"
+"help.text"
+msgid "XNPV(Rate; Values; Dates)"
+msgstr "XNPV(Rate; Values; Dates)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153100\n"
+"217\n"
+"help.text"
+msgid "<emph>Rate</emph> is the internal rate of return for the payments."
+msgstr "<emph>Rate</emph> হলো পরিশোধের জন্য রিটার্নের অভ্যন্তরীণ হার।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155395\n"
+"218\n"
+"help.text"
+msgid "<emph>Values</emph> and <emph>Dates</emph> refer to a series of payments and the series of associated date values. The first pair of dates defines the start of the payment plan. All other date values must be later, but need not be in any order. The series of values must contain at least one negative and one positive value (receipts and deposits)"
+msgstr "<emph>মান</emph> এবং<emph> তারিখ</emph> পরিশোধের ক্রম এবং সহযোগী তথ্য মানের একটি ক্রম নির্দেশ করে। তারিখের প্রথম জোড়া পরিশোধের পরিকল্পনার শুরু সংজ্ঞায়িত করে। অন্য সকল তারিখ মান অবশ্যই পরে হয়, কিন্তু কোন ক।রমে হওয়ার প্রয়োজন নেই। মানের ক্রমটি অবশ্যই অন্তত একটি ঋনাত্বক মান এবং একটি ধনাত্বক মান (অর্থ গ্রহণ এবং জমা প্রদান) ধারণ করে।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148832\n"
+"219\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150525\n"
+"220\n"
+"help.text"
+msgid "Calculation of the net present value for the above-mentioned five payments for a notional internal rate of return of 6%."
+msgstr "৬% এর একটি নোটেশনাল অভ্যন্তরীণ হারের জন্য প্রদান করতে উপরে-উল্লেখিত পাঁচটি পরিশোধের জন্য নেট বর্তমান মান গণনা।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149910\n"
+"221\n"
+"help.text"
+msgid "<item type=\"input\">=XNPV(0.06;B1:B5;A1:A5)</item> returns 323.02."
+msgstr "<item type=\"input\">=XNPV(0.06;B1:B5;A1:A5)</item> ৩২৩.০২ প্রদান করে।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3148822\n"
+"help.text"
+msgid "<bookmark_value>calculating;rates of return</bookmark_value><bookmark_value>RRI function</bookmark_value>"
+msgstr "<bookmark_value>calculating;rates of return</bookmark_value><bookmark_value>RRI function</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148822\n"
+"237\n"
+"help.text"
+msgid "RRI"
+msgstr "RRI"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154293\n"
+"238\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZGZ\">Calculates the interest rate resulting from the profit (return) of an investment.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ZGZ\">একটি বিনিয়োগ হতে প্রাপ্ত লাভের (ফেরত) সুদের হার হিসাব করে।</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148444\n"
+"239\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148804\n"
+"240\n"
+"help.text"
+msgid "RRI(P; PV; FV)"
+msgstr "RRI(P; PV; FV)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154901\n"
+"241\n"
+"help.text"
+msgid "<emph>P</emph> is the number of periods needed for calculating the interest rate."
+msgstr "<emph>P</emph> হলো সুদের হার হিসাব করার জন্য প্রয়োজনীয় পর্যায়কাল সংখ্যা।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3159149\n"
+"242\n"
+"help.text"
+msgid "<emph>PV</emph> is the present (current) value. The cash value is the deposit of cash or the current cash value of an allowance in kind. As a deposit value a positive value must be entered; the deposit must not be 0 or <0."
+msgstr "<emph>PV</emph> হলো বর্তমান (সাম্প্রতিক) মান। ক্যাশ মান হলো ক্যাশ জমা অথবা শ্রেণীতে ভাতা প্রদানের বর্তমান ক্যাশ মান। জমার মান হিসেবে একটি ধনাত্বক মান অবশ্যই সন্নিবেশ করাতে হবে; জমা অবশ্যই ০ অথবা <০ হতে পারবে না।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149771\n"
+"243\n"
+"help.text"
+msgid "<emph>FV</emph> determines what is desired as the cash value of the deposit."
+msgstr "<emph>FV</emph> জমার কাঙ্খিত অর্থের পরিমাণ নির্ধারণ করে।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148941\n"
+"244\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154212\n"
+"245\n"
+"help.text"
+msgid "For four periods (years) and a cash value of 7,500 currency units, the interest rate of the return is to be calculated if the future value is 10,000 currency units."
+msgstr "চারটি পর্যায়কাল (বছর) এবং ৭,৫০০ মুদ্রা এককের ক্যাশ মানের জন্য, প্রদান সুদের হার হিসাব করা হবে, যদি ভবিষ্যত মান ১০,০০০ মুদ্রা একক হয়।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150775\n"
+"246\n"
+"help.text"
+msgid "<item type=\"input\">=RRI(4;7500;10000)</item> = 7.46 %"
+msgstr "<item type=\"input\">=RRI(4;7500;10000)</item> = ৭.৪৬ %"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145413\n"
+"247\n"
+"help.text"
+msgid "The interest rate must be 7.46 % so that 7,500 currency units will become 10,000 currency units."
+msgstr "সুদের হার অবশ্যই ৭.৪৬% হতে হবে, ফলে ৭,৫০০ মুদ্রা একক ১০,০০০ মুদ্রা এককে পরিণত হবে।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3154267\n"
+"help.text"
+msgid "<bookmark_value>calculating;constant interest rates</bookmark_value><bookmark_value>constant interest rates</bookmark_value><bookmark_value>RATE function</bookmark_value>"
+msgstr "<bookmark_value>calculating;constant interest rates</bookmark_value><bookmark_value>constant interest rates</bookmark_value><bookmark_value>RATE function</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3154267\n"
+"249\n"
+"help.text"
+msgid "RATE"
+msgstr "RATE"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151052\n"
+"250\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZINS\">Returns the constant interest rate per period of an annuity.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ZINS\">বাৎসরিক আয়ের প্রতি পর্যায়কালে নির্ধারিত সুদের হার ফলাফল প্রদান করে। </ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3154272\n"
+"251\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3158423\n"
+"252\n"
+"help.text"
+msgid "RATE(NPer; Pmt; PV; FV; Type; Guess)"
+msgstr "RATE(NPer; Pmt; PV; FV; Type; Guess)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148910\n"
+"253\n"
+"help.text"
+msgid "<emph>NPer</emph> is the total number of periods, during which payments are made (payment period)."
+msgstr "<emph>NPer</emph> হলো মোট পর্যায়কাল সংখ্যা, যে সময়ে পরিশোধ করা হয় (পরিশোধ সময়কাল)।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148925\n"
+"254\n"
+"help.text"
+msgid "<emph>Pmt</emph> is the constant payment (annuity) paid during each period."
+msgstr "<emph>Pmt</emph> হলো নির্ধারিত টাকার পরিমাণ (নিয়মিত কিস্তিতে পরিশোধিত স্থির পরিমাণ), যা প্রতিটি পর্যায়কালে পরিশোধ করা হয়।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149160\n"
+"255\n"
+"help.text"
+msgid "<emph>PV</emph> is the cash value in the sequence of payments."
+msgstr "<emph>PV</emph> হলো পরিশোধের ক্রমে অর্থমূল্য।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3166456\n"
+"256\n"
+"help.text"
+msgid "<emph>FV</emph> (optional) is the future value, which is reached at the end of the periodic payments."
+msgstr "<emph>FV</emph> (ঐচ্ছিক) হলো ভবিষৎ মান, যা পর্যায়ক্রমিক পরিশোধের শেষে পাওয়া যায়।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153243\n"
+"257\n"
+"help.text"
+msgid "<emph>Type</emph> (optional) is the due date of the periodic payment, either at the beginning or at the end of a period."
+msgstr "<emph>Type</emph> (ঐচ্ছিক) পর্যায়ক্রমিক পরিশোধের নির্ধারিত তারিখ, হয় পর্যায়কালের শুরুতে বা শেষে।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146949\n"
+"258\n"
+"help.text"
+msgid "<emph>Guess</emph> (optional) determines the estimated value of the interest with iterative calculation."
+msgstr "<emph>Guess</emph> (ঐচ্ছিক) পুনরাবৃত্ত গণনা সহ সুদের আনুমানিক মান নির্ধারণ করে।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_idN10E2A\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3149791\n"
+"259\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150706\n"
+"260\n"
+"help.text"
+msgid "What is the constant interest rate for a payment period of 3 periods if 10 currency units are paid regularly and the present cash value is 900 currency units."
+msgstr "৩ পর্যায়ের পরিশোধ পর্যায়কালের জন্য স্থির সুদের হার কত হয় যদি ১০ মুদ্রা একক নিয়মিত পরিশোধ করা হয় এবং বর্তমান অর্থ মান ৯০০ মুদ্রা একক হয়।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155586\n"
+"261\n"
+"help.text"
+msgid "<item type=\"input\">=RATE(3;10;900)</item> = -121% The interest rate is therefore 121%."
+msgstr "<item type=\"input\">=RATE(3;10;900)</item> = -১২১%, সুতরাং সুদের হার ১২১%।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3149106\n"
+"help.text"
+msgid "<bookmark_value>INTRATE function</bookmark_value>"
+msgstr "<bookmark_value>INTRATE function</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3149106\n"
+"60\n"
+"help.text"
+msgid "INTRATE"
+msgstr "INTRATE"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149918\n"
+"61\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_INTRATE\">Calculates the annual interest rate that results when a security (or other item) is purchased at an investment value and sold at a redemption value. No interest is paid.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_INTRATE\">বার্ষিক সুদের হার গণনা করে যা ফলাফল প্রদান করে যখন নিরাপত্তা (অথবা অন্য উপাদান) বিনিয়োগ মূল্যে ক্রয় করা হয় এবং উদ্ধারকৃত সম্পদের মূল্যে বিক্রয় করা হয়। কোন সুদ প্রদান করা হয় না।</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3149974\n"
+"62\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149800\n"
+"63\n"
+"help.text"
+msgid "INTRATE(Settlement; Maturity; Investment; Redemption; Basis)"
+msgstr "INTRATE(Settlement; Maturity; Investment; Redemption; Basis)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148618\n"
+"64\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> হলো জামানত ক্রয়ের তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148988\n"
+"65\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security is sold."
+msgstr "<emph>Maturity</emph> হলো জামানত বিক্রির তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154604\n"
+"66\n"
+"help.text"
+msgid "<emph>Investment</emph> is the purchase price."
+msgstr "<emph>Investment</emph> হলো ক্রয় মূল্য।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154337\n"
+"67\n"
+"help.text"
+msgid "<emph>Redemption</emph> is the selling price."
+msgstr "<emph>Redemption</emph> হলো বিক্রয় মূল্য।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3145380\n"
+"68\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149426\n"
+"69\n"
+"help.text"
+msgid "A painting is bought on 1990-01-15 for 1 million and sold on 2002-05-05 for 2 million. The basis is daily balance calculation (basis = 3). What is the average annual level of interest?"
+msgstr "একটি চিত্রকর্ম ১৯৯০-০১-১৫ তারিখে ১ মিলিয়নে ক্রয় করা হয়েছে এবং ২০০২-০৫-০৫ তারিখে ২ মিলিয়নে বিক্রয় করা হয়েছে। বেসিস হলো দৈনিক ব্যালেন্স হিসাব (basis = ৩)। বার্ষিক গড় সুদের হার কত?"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151125\n"
+"70\n"
+"help.text"
+msgid "=INTRATE(\"1990-01-15\"; \"2002-05-05\"; 1000000; 2000000; 3) returns 8.12%."
+msgstr "=INTRATE(\"1990-01-15\"; \"2002-05-05\"; 1000000; 2000000; 3) ৮.১২% প্রদান করে।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3148654\n"
+"help.text"
+msgid "<bookmark_value>COUPNCD function</bookmark_value>"
+msgstr "<bookmark_value>COUPNCD function</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148654\n"
+"163\n"
+"help.text"
+msgid "COUPNCD"
+msgstr "COUPNCD"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149927\n"
+"164\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_COUPNCD\">Returns the date of the first interest date after the settlement date. Format the result as a date.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_COUPNCD\">জামানত ক্রয়ের তারিখ পরে প্রথম সুদ প্রদানের তারিখ প্রদান করে। ফলাফল তারিখের মতো বিন্যাস করুন।</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3153317\n"
+"165\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150423\n"
+"166\n"
+"help.text"
+msgid "COUPNCD(Settlement; Maturity; Frequency; Basis)"
+msgstr "COUPNCD(Settlement; Maturity; Frequency; Basis)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150628\n"
+"167\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> হলো জামানত ক্রয়ের তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153536\n"
+"168\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> হলো জামানতের মেয়াদপূর্তির (মেয়াদোত্তীর্ণ) তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145313\n"
+"169\n"
+"help.text"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frequency</emph> হলো বার্ষিক সুদ প্রদান সংখ্য (১, ২ বা ৪)।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3155424\n"
+"170\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154794\n"
+"171\n"
+"help.text"
+msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) when is the next interest date?"
+msgstr "একটি জামানত ২০০১-০১-২৫ তারিখে ক্রয় করা হয়েছে; মেয়াদপূর্তির তারিখ হলো ২০০১-১১-১৫। সুদ অর্ধ-বার্ষিক (অর্থ প্রদান সংখ্যা ২) হারে পরিশোধ করা হয়। দৈনিক ব্যালেন্স সুদের হিসাব (বেসিস ৩) ব্যবহার করে পরবর্তী সুদ প্রদানের তারিখ কবে হবে?"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3159251\n"
+"172\n"
+"help.text"
+msgid "=COUPNCD(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2001-05-15."
+msgstr "=COUPNCD(\"2001-01-25\"; \"2001-11-15\"; 2; 3) ২০০১-০৫-১৫ প্রদান করে।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3143281\n"
+"help.text"
+msgid "<bookmark_value>COUPDAYS function</bookmark_value>"
+msgstr "<bookmark_value>COUPDAYS function</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3143281\n"
+"143\n"
+"help.text"
+msgid "COUPDAYS"
+msgstr "COUPDAYS"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149488\n"
+"144\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_COUPDAYS\">Returns the number of days in the current interest period in which the settlement date falls.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_COUPDAYS\">বর্তমান সুদের পর্যায়কালের দিন সংখ্যা প্রদান করে, পরিশোধের তারিখ যার মধ্যে অন্তর্ভুক্ত হবে।</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148685\n"
+"145\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149585\n"
+"146\n"
+"help.text"
+msgid "COUPDAYS(Settlement; Maturity; Frequency; Basis)"
+msgstr "COUPDAYS(Settlement; Maturity; Frequency; Basis)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3152767\n"
+"147\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> হলো জামানত ক্রয়ের তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151250\n"
+"148\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> হলো জামানতের মেয়াদপূর্তির (মেয়াদোত্তীর্ণ) তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146126\n"
+"149\n"
+"help.text"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frequency</emph> হলো বার্ষিক সুদ প্রদান সংখ্য (১, ২ বা ৪)।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3153705\n"
+"150\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147530\n"
+"151\n"
+"help.text"
+msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how many days are there in the interest period in which the settlement date falls?"
+msgstr "একটি নিরাপত্তা ২০০১-০১-২৫ তারিখে ক্রয় করা হয়; মেয়াদপূর্তির তারিখ হলো ২০০১-১১-১৫। অর্ধ-বার্ষিক (গনসংখ্যা হলো ২) হারে সুদ পরিশোধ করা হয়। প্রতিদিনের অর্থ বিবরণী সুদের গণনা (ভিত্তি ৩) ব্যবহার করে সুদের পর্যায়কালে কি পরিমাণ দিন আছে যাতে পরিশোধের তারিখ পরবে?"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3156338\n"
+"152\n"
+"help.text"
+msgid "=COUPDAYS(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 181."
+msgstr "=COUPDAYS(\"2001-01-25\"; \"2001-11-15\"; 2; 3) ১৮১ প্রদান করে।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3154832\n"
+"help.text"
+msgid "<bookmark_value>COUPDAYSNC function</bookmark_value>"
+msgstr "<bookmark_value>COUPDAYSNC function</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3154832\n"
+"153\n"
+"help.text"
+msgid "COUPDAYSNC"
+msgstr "COUPDAYSNC"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147100\n"
+"154\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_COUPDAYSNC\">Returns the number of days from the settlement date until the next interest date.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_COUPDAYSNC\">জামানত ক্রয়ের তারিখ হতে পরবর্তী সুদ প্রদানের তারিখ পর্যন্ত মোট দিন সংখ্যা প্রদান করে।</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3151312\n"
+"155\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155121\n"
+"156\n"
+"help.text"
+msgid "COUPDAYSNC(Settlement; Maturity; Frequency; Basis)"
+msgstr "COUPDAYSNC(Settlement; Maturity; Frequency; Basis)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3158440\n"
+"157\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> হলো জামানত ক্রয়ের তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146075\n"
+"158\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> হলো জামানতের মেয়াদপূর্তির (মেয়াদোত্তীর্ণ) তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154620\n"
+"159\n"
+"help.text"
+msgid "<emph>Frequency </emph>is number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frequency</emph> হলো বার্ষিক সুদ প্রদান সংখ্য (১, ২ বা ৪)।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3155604\n"
+"160\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148671\n"
+"161\n"
+"help.text"
+msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how many days are there until the next interest payment?"
+msgstr "একটি নিরাপত্তা ২০০১-০১-২৫ তারিখে ক্রয় করা হয়; পূর্ণতাপ্রাপ্তির তারিখ হলো ২০০১-১১-১৫। অর্ধ-বার্ষিক (গনসংখ্যা হলো ২) হারে সুদ পরিশোধ করা হয়। প্রতিদিনের অর্থ বিবরণী সুদের গণনা (ভিত্তি ৩) ব্যবহার করে পরবর্তী সুদ প্রদান না করা পর্যন্ত কি পরিমাণ দিন আছে?"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3156158\n"
+"162\n"
+"help.text"
+msgid "=COUPDAYSNC(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 110."
+msgstr "=COUPDAYSNC(\"2001-01-25\"; \"2001-11-15\"; 2; 3) ১১০ প্রদান করে।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3150408\n"
+"help.text"
+msgid "<bookmark_value>COUPDAYBS function</bookmark_value><bookmark_value>durations;first interest payment until settlement date</bookmark_value><bookmark_value>securities;first interest payment until settlement date</bookmark_value>"
+msgstr "<bookmark_value>COUPDAYBS function</bookmark_value><bookmark_value>durations;first interest payment until settlement date</bookmark_value><bookmark_value>securities;first interest payment until settlement date</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3150408\n"
+"133\n"
+"help.text"
+msgid "COUPDAYBS"
+msgstr "COUPDAYBS"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146795\n"
+"134\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_COUPDAYBS\">Returns the number of days from the first day of interest payment on a security until the settlement date.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_COUPDAYBS\">জামানতের সুদ পরিশোধের প্রথম তারিখ হতে জামানত ক্রয়ের তারিখ পর্যন্ত মোট দিন সংখ্যা প্রদান করে।</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3156142\n"
+"135\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3159083\n"
+"136\n"
+"help.text"
+msgid "COUPDAYBS(Settlement; Maturity; Frequency; Basis)"
+msgstr "COUPDAYBS(Settlement; Maturity; Frequency; Basis)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146907\n"
+"137\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> হলো জামানত ক্রয়ের তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3159390\n"
+"138\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> হলো জামানতের মেয়াদপূর্তির (মেয়াদোত্তীর্ণ) তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154414\n"
+"139\n"
+"help.text"
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frequency</emph> হলো বার্ষিক সুদ প্রদান সংখ্য (১, ২ বা ৪)।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3153880\n"
+"140\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150592\n"
+"141\n"
+"help.text"
+msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how many days is this?"
+msgstr "একটি নিরাপত্তা ২০০১-০১-২৫ তারিখে ক্রয় করা হয়; মেয়াদপূর্তির তারিখ হলো ২০০১-১১-১৫। অর্ধ-বার্ষিক (গনসংখ্যা হলো ২) হারে সুদ পরিশোধ করা হয়। প্রতিদিনের অর্থ বিবরণী সুদের গণনা (ভিত্তি ৩) ব্যবহার করে এতে কি পরিমাণ দিন আছে?"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151103\n"
+"142\n"
+"help.text"
+msgid "=COUPDAYBS(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 71."
+msgstr "=COUPDAYBS(\"2001-01-25\"; \"2001-11-15\"; 2; 3) ৭১ প্রদান করে।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3152957\n"
+"help.text"
+msgid "<bookmark_value>COUPPCD function</bookmark_value><bookmark_value>dates;interest date prior to settlement date</bookmark_value>"
+msgstr "<bookmark_value>COUPPCD function</bookmark_value><bookmark_value>dates;interest date prior to settlement date</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3152957\n"
+"183\n"
+"help.text"
+msgid "COUPPCD"
+msgstr "COUPPCD"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153678\n"
+"184\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_COUPPCD\">Returns the date of the interest date prior to the settlement date. Format the result as a date.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_COUPPCD\">জামানত ক্রয়ের তারিখের পূর্ববর্তী সুদ প্রদানের তারিখ প্রদান করে। ফলাফল তারিখের মতো বিন্যাস করুন।</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3156269\n"
+"185\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153790\n"
+"186\n"
+"help.text"
+msgid "COUPPCD(Settlement; Maturity; Frequency; Basis)"
+msgstr "COUPPCD(Settlement; Maturity; Frequency; Basis)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150989\n"
+"187\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> হলো জামানত ক্রয়ের তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154667\n"
+"188\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> হলো জামানতের মেয়াদপূর্তির (মেয়াদোত্তীর্ণ) তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154569\n"
+"189\n"
+"help.text"
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frequency</emph> হলো বার্ষিক সুদ প্রদান সংখ্য (১, ২ বা ৪)।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3150826\n"
+"190\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148968\n"
+"191\n"
+"help.text"
+msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) what was the interest date prior to purchase?"
+msgstr "একটি নিরাপত্তা ২০০১-০১-২৫ তারিখে ক্রয় করা হয়; মেয়াদপূর্তির তারিখ হলো ২০০১-১১-১৫। অর্ধ-বার্ষিক (গনসংখ্যা হলো ২) হারে সুদ পরিশোধ করা হয়। প্রতিদিনের অর্থ বিবরণী সুদের গণনা (ভিত্তি ৩) ব্যবহার করে ক্রয় অগ্রাধিকার প্রদান করে সুদের তারিখ কি ছিল?"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149992\n"
+"192\n"
+"help.text"
+msgid "=COUPPCD(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2000-15-11."
+msgstr "=COUPPCD(\"2001-01-25\"; \"2001-11-15\"; 2; 3) ২০০০-১৫-১১ প্রদান করে।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3150673\n"
+"help.text"
+msgid "<bookmark_value>COUPNUM function</bookmark_value><bookmark_value>number of coupons</bookmark_value>"
+msgstr "<bookmark_value>COUPNUM function</bookmark_value><bookmark_value>number of coupons</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3150673\n"
+"173\n"
+"help.text"
+msgid "COUPNUM"
+msgstr "COUPNUM"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154350\n"
+"174\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_COUPNUM\">Returns the number of coupons (interest payments) between the settlement date and the maturity date.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_COUPNUM\">জামানত ক্রয়ের তারিখ এবং মেয়াদপূর্তির তারিখের মধ্যবর্তী কুপন সংখ্যা (প্রদেয় সুদের পরিমাণ) প্রদান করে।</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148400\n"
+"175\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153200\n"
+"176\n"
+"help.text"
+msgid "COUPNUM(Settlement; Maturity; Frequency; Basis)"
+msgstr "COUPNUM(Settlement; Maturity; Frequency; Basis)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3159406\n"
+"177\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> হলো জামানত ক্রয়ের তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155864\n"
+"178\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> হলো জামানতের মেয়াদপূর্তির (মেয়াদোত্তীর্ণ) তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154720\n"
+"179\n"
+"help.text"
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frequency</emph> হলো বার্ষিক সুদ প্রদান সংখ্য (১, ২ বা ৪)।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3149319\n"
+"180\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3152460\n"
+"181\n"
+"help.text"
+msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how many interest dates are there?"
+msgstr "একটি নিরাপত্তা ২০০১-০১-২৫ তারিখে ক্রয় করা হয়; মেয়াদপূর্তির তারিখ হলো ২০০১-১১-১৫। অর্ধ-বার্ষিক (গনসংখ্যা হলো ২) হারে সুদ পরিশোধ করা হয়। প্রতিদিনের অর্থ বিবরণী সুদের গণনা (ভিত্তি ৩) ব্যবহার করে সেখানে কি পরিমাণ সুদের তারিখ আছে?"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150640\n"
+"182\n"
+"help.text"
+msgid "=COUPNUM(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2."
+msgstr "=COUPNUM(\"2001-01-25\"; \"2001-11-15\"; 2; 3) ২ প্রদান করে।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3149339\n"
+"help.text"
+msgid "<bookmark_value>IPMT function</bookmark_value><bookmark_value>periodic amortizement rates</bookmark_value>"
+msgstr "<bookmark_value>IPMT function</bookmark_value><bookmark_value>periodic amortizement rates</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3149339\n"
+"263\n"
+"help.text"
+msgid "IPMT"
+msgstr "IPMT"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154522\n"
+"264\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZINSZ\">Calculates the periodic amortizement for an investment with regular payments and a constant interest rate.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ZINSZ\">নিয়মিত পরিশোধ এবং স্থির সুদের হার সহকারে একটি বিনিয়োগের জন্য পর্যায়ক্রমিক গচ্ছিত অর্থের পরিমাণ গণনা করে।</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3153266\n"
+"265\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151283\n"
+"266\n"
+"help.text"
+msgid "IPMT(Rate; Period; NPer; PV; FV; Type)"
+msgstr "IPMT(Rate; Period; NPer; PV; FV; Type)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147313\n"
+"267\n"
+"help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
+msgstr "<emph>Rate</emph> হলো পর্যায়বৃত্ত সুদের হার।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145158\n"
+"268\n"
+"help.text"
+msgid "<emph>Period</emph> is the period, for which the compound interest is calculated. Period=NPER if compound interest for the last period is calculated."
+msgstr "<emph>Period</emph> হলো মেয়াদ, যার জন্য চক্রবৃদ্ধি সুদ হিসাব করা হয়। Period=NPER, যদি সর্বশেষ মেয়াদের জন্য চক্রবৃদ্ধি সুদ হিসাব করা হয়।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147577\n"
+"269\n"
+"help.text"
+msgid "<emph>NPer</emph> is the total number of periods, during which annuity is paid."
+msgstr "<emph>NPer</emph> হলো পর্যায়কালের মোট সংখ্যা যে সময়ের মধ্যে বার্ষিক আয় প্রদান করে।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3156211\n"
+"270\n"
+"help.text"
+msgid "<emph>PV</emph> is the present cash value in sequence of payments."
+msgstr "<emph>PV</emph> হলো পরিশোধের ক্রমানুসারে বর্তমান অর্থের পরিমাণ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151213\n"
+"271\n"
+"help.text"
+msgid "<emph>FV</emph> (optional) is the desired value (future value) at the end of the periods."
+msgstr "<emph>FV</emph> (ঐচ্ছিক) হলো মেয়াদ শেষে কাঙ্খিত মান (ভবিষ্যৎ মান)।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154195\n"
+"272\n"
+"help.text"
+msgid "<emph>Type</emph> is the due date for the periodic payments."
+msgstr "<emph>Type</emph> হলো পর্যায়বৃত্ত পরিশোধের নির্ধারিত তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3150102\n"
+"273\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149438\n"
+"274\n"
+"help.text"
+msgid "What is the interest rate during the fifth period (year) if the constant interest rate is 5% and the cash value is 15,000 currency units? The periodic payment is seven years."
+msgstr "যদি স্থির সুদের হার হয় ৫% এবং ক্যাশ মূল্য হয় ১৫,০০০ মুদ্রা একক তাহলে পঞ্চম পর্যায় (বছর) কালে সুদের হার কি? পর্যায়ক্রমিক পরিশোধ হলে সাত বছর।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150496\n"
+"275\n"
+"help.text"
+msgid "<item type=\"input\">=IPMT(5%;5;7;15000)</item> = -352.97 currency units. The compound interest during the fifth period (year) is 352.97 currency units."
+msgstr "<item type=\"input\">=IPMT(5%;5;7;15000)</item> = -৩৫২.৯৭ মুদ্রা একক। পঞ্চম মেয়াদকালে (বছর) চক্রবৃদ্ধি সুদ হলো ৩৫২.৯৭ মুদ্রা একক।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3151205\n"
+"help.text"
+msgid "<bookmark_value>calculating;future values</bookmark_value><bookmark_value>future values;constant interest rates</bookmark_value><bookmark_value>FV function</bookmark_value>"
+msgstr "<bookmark_value>calculating;future values</bookmark_value><bookmark_value>future values;constant interest rates</bookmark_value><bookmark_value>FV function</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3151205\n"
+"277\n"
+"help.text"
+msgid "FV"
+msgstr "FV"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154140\n"
+"278\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZW\">Returns the future value of an investment based on periodic, constant payments and a constant interest rate (Future Value).</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ZW\">পর্যায়বৃত্ত, নির্ধারিত পরিশোধ টাকার পরিমাণ এবং একটি নির্ধারিত সুদের হারের (ভবিষ্যৎ মান) উপর ভিত্তি করে একটি বিনিয়োগের ভবিষ্যৎ মান প্রদান করে।</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3155178\n"
+"279\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145215\n"
+"280\n"
+"help.text"
+msgid "FV(Rate; NPer; Pmt; PV; Type)"
+msgstr "FV(Rate; NPer; Pmt; PV; Type)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155136\n"
+"281\n"
+"help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
+msgstr "<emph>Rate</emph> হলো পর্যায়বৃত্ত সুদের হার।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3156029\n"
+"282\n"
+"help.text"
+msgid "<emph>NPer</emph> is the total number of periods (payment period)."
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3151322\n"
+"283\n"
+"help.text"
+msgid "<emph>Pmt</emph> is the annuity paid regularly per period."
+msgstr "<emph>Pmt</emph> প্রতিটি পর্যায়কালে নিয়মিত প্রদেয় বার্ষিক আয়।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145256\n"
+"284\n"
+"help.text"
+msgid "<emph>PV</emph> (optional) is the (present) cash value of an investment."
+msgstr "<emph>PV</emph> (ঐচ্ছিক) হলো (বর্তমান) একটি বিনিয়োগের ক্যাশ টাকার পরিমাণ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150999\n"
+"285\n"
+"help.text"
+msgid "<emph>Type</emph> (optional) defines whether the payment is due at the beginning or the end of a period."
+msgstr "<emph>ধরন</emph> (ঐচ্ছিক) পরিশোধ পর্যায়কালের শুরু অথবা শেষে অপিশোধিত আছে কিনা তা নির্ধারণ করে।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_idN114D8\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3146800\n"
+"286\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3146813\n"
+"287\n"
+"help.text"
+msgid "What is the value at the end of an investment if the interest rate is 4% and the payment period is two years, with a periodic payment of 750 currency units. The investment has a present value of 2,500 currency units."
+msgstr "বিনিয়োগ শেষে মান কত হবে যদি সুদের হার হয় ৪% এবং পরিশোধের পর্যায় হয় দুই বছর, যার পর্যায়ক্রমিক পরিশোধ হয় ৭৫০ মুদ্রা একক। বিনিয়োগের বর্তমান মান ২,৫০০ মুদ্রা একক আছে।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149302\n"
+"288\n"
+"help.text"
+msgid "<item type=\"input\">=FV(4%;2;750;2500) </item>= -4234.00 currency units. The value at the end of the investment is 4234.00 currency units."
+msgstr "<item type=\"input\">=FV(4%;2;750;2500) </item>= -৪২৩৪.০০ মুদ্রা একক। বিনিয়োগের শেষে মান হলো ৪২৩৪.০০ মুদ্রা একক।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3155912\n"
+"help.text"
+msgid "<bookmark_value>FVSCHEDULE function</bookmark_value><bookmark_value>future values;varying interest rates</bookmark_value>"
+msgstr "<bookmark_value>FVSCHEDULE function</bookmark_value><bookmark_value>future values;varying interest rates</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3155912\n"
+"51\n"
+"help.text"
+msgid "FVSCHEDULE"
+msgstr "FVSCHEDULE"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3163726\n"
+"52\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_FVSCHEDULE\">Calculates the accumulated value of the starting capital for a series of periodically varying interest rates.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_FVSCHEDULE\">পর্যায়ক্রমিকভাবে পরিবর্তনশীল একটি ক্রমের জন্য শুরুর মূলধনের সঞ্চিতমান গণনা করে।</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3149571\n"
+"53\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148891\n"
+"54\n"
+"help.text"
+msgid "FVSCHEDULE(Principal; Schedule)"
+msgstr "FVSCHEDULE(Principal; Schedule)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148904\n"
+"55\n"
+"help.text"
+msgid "<emph>Principal</emph> is the starting capital."
+msgstr "<emph>Principal</emph> হলো প্রারম্ভিক মূলধন"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148562\n"
+"56\n"
+"help.text"
+msgid "<emph>Schedule</emph> is a series of interest rates, for example, as a range H3:H5 or as a (List) (see example)."
+msgstr "<emph>সময়সূচি</emph> হলো সুদের হারের একটি ক।রম, উদাহরনস্বরূপ, একটি পরিসর H3:H5 অথবা (তালিকা) হিসাবে (উদাহরন দেখুন)।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3147288\n"
+"57\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148638\n"
+"58\n"
+"help.text"
+msgid "1000 currency units have been invested in for three years. The interest rates were 3%, 4% and 5% per annum. What is the value after three years?"
+msgstr "তিন বছরের জন্য ১০০ মুদ্রা একক বিনিয়োগ করা হয়েছে। সুদের হার ছিল বার্ষিক ৩%, ৪% এবং ৫%। তিন বছর পরে মূল্য কত হবে?"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3156358\n"
+"59\n"
+"help.text"
+msgid "<item type=\"input\">=FVSCHEDULE(1000;{0.03;0.04;0.05})</item> returns 1124.76."
+msgstr "<item type=\"input\">=FVSCHEDULE(1000;{0.03;0.04;0.05})</item> ১১২৪.৭৬ প্রদান করে।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3156435\n"
+"help.text"
+msgid "<bookmark_value>calculating;number of payment periods</bookmark_value><bookmark_value>payment periods;number of</bookmark_value><bookmark_value>number of payment periods</bookmark_value><bookmark_value>NPER function</bookmark_value>"
+msgstr "<bookmark_value>calculating;number of payment periods</bookmark_value><bookmark_value>payment periods;number of</bookmark_value><bookmark_value>number of payment periods</bookmark_value><bookmark_value>NPER function</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3156435\n"
+"290\n"
+"help.text"
+msgid "NPER"
+msgstr "NPER"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3152363\n"
+"291\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZZR\">Returns the number of periods for an investment based on periodic, constant payments and a constant interest rate.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ZZR\">পর্যায়বৃত্ত, নির্ধারিত পরিশোধ টাকার পরিমাণ এবং একটি নির্ধারিত সুদের হারের উপর ভিত্তি করে একটি বিনিয়োগের পর্যায়কাল সংখ্যা প্রদান করে।</ahelp>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3147216\n"
+"292\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155934\n"
+"293\n"
+"help.text"
+msgid "NPER(Rate; Pmt; PV; FV; Type)"
+msgstr "NPER(Rate; Pmt; PV; FV; Type)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155946\n"
+"294\n"
+"help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
+msgstr "<emph>Rate</emph> হলো পর্যায়বৃত্ত সুদের হার।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149042\n"
+"295\n"
+"help.text"
+msgid "<emph>Pmt</emph> is the constant annuity paid in each period."
+msgstr "<emph>Pmt</emph> হলো প্রতিটি পর্যায়কালে নিয়মিত কিস্তিতে পরিশোধিত অর্থের পরিমাণ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153134\n"
+"296\n"
+"help.text"
+msgid "<emph>PV</emph> is the present value (cash value) in a sequence of payments."
+msgstr "<emph>PV</emph> হলো পরিশোধের ক্রমানুসারে বর্তমান মান (ক্যাশ মান)।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154398\n"
+"297\n"
+"help.text"
+msgid "<emph>FV</emph> (optional) is the future value, which is reached at the end of the last period."
+msgstr "<emph>FV</emph> (ঐচ্ছিক) হলো ভবিষ্যৎ মান, যা সর্বশেষ পর্যায়কাল শেষে পাওয়া যায়।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3145127\n"
+"298\n"
+"help.text"
+msgid "<emph>Type</emph> (optional) is the due date of the payment at the beginning or at the end of the period."
+msgstr "<emph>ধরন</emph> (ঐচ্ছিক) হলো পর্যায়কালের শুরু অথবা শেষে পরিশোধের নির্ধারিত তারিখ।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_idN1166C\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3155795\n"
+"299\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147378\n"
+"300\n"
+"help.text"
+msgid "How many payment periods does a payment period cover with a periodic interest rate of 6%, a periodic payment of 153.75 currency units and a present cash value of 2.600 currency units."
+msgstr "পর্যায়ক্রমিক সুদের হার ৬% সহকারে একটি পরিশোধ পর্যায়কাল কি পরিমাণ পরিশোধ পর্যায় কভার করে, একটি পর্যায়ক্রমিক পরিশোধ হলো ১৫৩.৭৫ মুদ্রা একক এবং ২.৬০০ মুদ্রা এককের বর্তমান অর্থ মূল্য।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3156171\n"
+"301\n"
+"help.text"
+msgid "<item type=\"input\">=NPER(6%;153.75;2600)</item> = -12,02. The payment period covers 12.02 periods."
+msgstr "<item type=\"input\">=NPER(6%;153.75;2600)</item> = -১২,০২। পরিশোধ পর্যায়কাল ১২.০২টি পর্যায়কাল সম্পূর্ণ করে।"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150309\n"
+"314\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060103.xhp\" name=\"Back to Financial Functions Part One\">Back to Financial Functions Part One</link>"
+msgstr "<link href=\"text/scalc/01/04060103.xhp\" name=\"Back to Financial Functions Part One\">আর্থিক ফাংশনের প্রথম অংশে ফিরে যান</link>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3153163\n"
+"315\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060119.xhp\" name=\"Back to Financial Functions Part Two\">Back to Financial Functions Part Two</link>"
+msgstr "<link href=\"text/scalc/01/04060119.xhp\" name=\"Back to Financial Functions Part Two\">আর্থিক ফাংশনের দ্বিতীয় অংশে ফিরে যান</link>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"tit\n"
+"help.text"
+msgid "Array Functions"
+msgstr "অ্যারে ফাংশন"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3147273\n"
+"help.text"
+msgid "<bookmark_value>matrices; functions</bookmark_value><bookmark_value>Function Wizard; arrays</bookmark_value><bookmark_value>array formulas</bookmark_value><bookmark_value>inline array constants</bookmark_value><bookmark_value>formulas;arrays</bookmark_value><bookmark_value>functions;array functions</bookmark_value><bookmark_value>editing; array formulas</bookmark_value><bookmark_value>copying; array formulas</bookmark_value><bookmark_value>adjusting array ranges</bookmark_value><bookmark_value>calculating;conditional calculations</bookmark_value><bookmark_value>matrices; calculations</bookmark_value><bookmark_value>conditional calculations with arrays</bookmark_value><bookmark_value>implicit array handling</bookmark_value><bookmark_value>forced array handling</bookmark_value>"
+msgstr "<bookmark_value>matrices; functions</bookmark_value><bookmark_value>Function Wizard; arrays</bookmark_value><bookmark_value>array formulas</bookmark_value><bookmark_value>inline array constants</bookmark_value><bookmark_value>formulas;arrays</bookmark_value><bookmark_value>functions;array functions</bookmark_value><bookmark_value>editing; array formulas</bookmark_value><bookmark_value>copying; array formulas</bookmark_value><bookmark_value>adjusting array ranges</bookmark_value><bookmark_value>calculating;conditional calculations</bookmark_value><bookmark_value>matrices; calculations</bookmark_value><bookmark_value>conditional calculations with arrays</bookmark_value><bookmark_value>implicit array handling</bookmark_value><bookmark_value>forced array handling</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3147273\n"
+"1\n"
+"help.text"
+msgid "Array Functions"
+msgstr "অ্যারে ফাংশন"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154744\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"matrixtext\">This category contains the array functions. </variable>"
+msgstr "<variable id=\"matrixtext\">এই শ্রেণীতে অ্যারে ফাংশন রয়েছে।</variable>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3146084\n"
+"257\n"
+"help.text"
+msgid "What is an Array?"
+msgstr "অ্যারে কি?"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154298\n"
+"258\n"
+"help.text"
+msgid "<variable id=\"wasmatrix\">An array is a linked range of cells on a spreadsheet containing values. </variable> A square range of 3 rows and 3 columns is a 3 x 3 array:"
+msgstr "<variable id=\"wasmatrix\">একটি বিন্যাস হলো মান ধারণকারী স্প্রেডশীটের উপর ঘরের লিঙ্ক যুক্ত পরিসর। </variable> একটি ৩ সারি এবং ৩ কলামের বর্গ পরিসর হলো একটি ৩ x ৩ বিন্যাস:"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154692\n"
+"260\n"
+"help.text"
+msgid "A"
+msgstr "A"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150117\n"
+"261\n"
+"help.text"
+msgid "B"
+msgstr "B"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155325\n"
+"262\n"
+"help.text"
+msgid "C"
+msgstr "C"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3153104\n"
+"263\n"
+"help.text"
+msgid "1"
+msgstr "১"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3146996\n"
+"264\n"
+"help.text"
+msgid "<item type=\"input\">7</item>"
+msgstr "<item type=\"input\">৭</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150529\n"
+"265\n"
+"help.text"
+msgid "<item type=\"input\">31</item>"
+msgstr "<item type=\"input\">৩১</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3148831\n"
+"266\n"
+"help.text"
+msgid "<item type=\"input\">33</item>"
+msgstr "<item type=\"input\">৩৩</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3148943\n"
+"267\n"
+"help.text"
+msgid "2"
+msgstr "২"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149771\n"
+"268\n"
+"help.text"
+msgid "<item type=\"input\">95</item>"
+msgstr "<item type=\"input\">৯৫</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158407\n"
+"269\n"
+"help.text"
+msgid "<item type=\"input\">17</item>"
+msgstr "<item type=\"input\">১৭</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3148806\n"
+"270\n"
+"help.text"
+msgid "<item type=\"input\">2</item>"
+msgstr "<item type=\"input\">২</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154904\n"
+"271\n"
+"help.text"
+msgid "3"
+msgstr "৩"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150779\n"
+"272\n"
+"help.text"
+msgid "<item type=\"input\">5</item>"
+msgstr "<item type=\"input\">৫</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3148449\n"
+"273\n"
+"help.text"
+msgid "<item type=\"input\">10</item>"
+msgstr "<item type=\"input\">১০</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3147238\n"
+"274\n"
+"help.text"
+msgid "<item type=\"input\">50</item>"
+msgstr "<item type=\"input\">৫০</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3153583\n"
+"277\n"
+"help.text"
+msgid "The smallest possible array is a 1 x 2 or 2 x 1 array with two adjacent cells."
+msgstr "দুইটি নিকটবর্তী ঘর সহ সম্ভাব্য অপেক্ষাকৃত ছোট অ্যারে হলো ১ x ২ বা ২ x ১।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3148474\n"
+"275\n"
+"help.text"
+msgid "What is an array formula?"
+msgstr "অ্যারে সূত্র কি?"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155355\n"
+"276\n"
+"help.text"
+msgid "A formula in which the individual values in a cell range are evaluated is referred to as an array formula. The difference between an array formula and other formulas is that the array formula deals with several values simultaneously instead of just one."
+msgstr "একটি সূত্র যাতে একটি ঘর পরিসরে মূল্যায়িত স্বতন্ত্র মান একটি বিন্যাস সূত্রে উল্লেখিত হা। একটি বিন্যাস সূত্র এবং অন্যান্য সূত্রের মধ্যে পার্থক্য হলো যা বিন্যাস সূত্র কেবল একটি মানের পরিবর্তে বিভিন্ন মান নিয়ে যুগপৎ ভাবে কাজ করে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3151052\n"
+"278\n"
+"help.text"
+msgid "Not only can an array formula process several values, but it can also return several values. The results of an array formula is also an array."
+msgstr "একটি অ্যারে সূত্র শুধুমাত্র কতিপয় মানই প্রসেস করে না, এটা বিভিন্ন মানও প্রদান করতে পারে। অ্যারে সূত্রের ফলাফলও একটি অ্যারে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158432\n"
+"279\n"
+"help.text"
+msgid "To multiply the values in the individual cells by 10 in the above array, you do not need to apply a formula to each individual cell or value. Instead you just need to use a single array formula. Select a range of 3 x 3 cells on another part of the spreadsheet, enter the formula <item type=\"input\">=10*A1:C3</item> and confirm this entry using the key combination <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter. The result is a 3 x 3 array in which the individual values in the cell range (A1:C3) are multiplied by a factor of 10."
+msgstr "উপরের বিন্যাসে ১০ দ্বারা স্বতন্ত্র ঘরে মান গুণ করতে, প্রতিটি স্বতন্ত্র ঘর অথবা মানে আপনার একটি সূত্র প্রয়োগ করার প্রয়োজন নেই। পরিবর্তে আপনার একটি একক বিন্যাস সূত্র ব্যবহার করা প্রয়োজন। স্প্রেডশীটের অন্য অংশে ৩ x ৩ পরিসরের একটি ঘর নির্বাচন করুন, সূত্র <item type=\"input\">=10*A1:C3</item> সন্নিবেশ করান এই এন্ট্রিটি <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter কী সংযুক্তি দ্বারা নিশ্চিত করুন। ফলাফলটি হলো একটি ৩ x ৩ বিন্যাস যাতে ঘর পরিসরে (A1:C3) স্বতন্ত্র মান একটি ফ্যাক্টর ১০ দ্রা গুনিতক হয়।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149156\n"
+"280\n"
+"help.text"
+msgid "In addition to multiplication, you can also use other operators on the reference range (an array). With $[officename] Calc, you can add (+), subtract (-), multiply (*), divide (/), use exponents (^), concatenation (&) and comparisons (=, <>, <, >, <=, >=). The operators can be used on each individual value in the cell range and return the result as an array if the array formula was entered."
+msgstr "গুণনের অতিরিক্ত হিসেবে, আপনি reference পরিসরের (একটি বিন্যাস) উপর আপনি অন্যান্য অপারেটর ব্যবহার করতে পারেন। $[officename] Calc দ্বারা, আপনি যোগ(+), বিয়োগ(-), ভাগ(/) করতে পারেন, সূচক(^), সংযুক্তি (&) এবং তুলনা (=, <>, <, >, <=, >=) ব্যবহার করুন। ঘর পরিসরে প্রতিটি স্বতন্ত্র মানের উপর অপারেটর ব্যবহৃত হতে পারে এবং যদি বিন্যাস সূত্র প্রদেশ করানো হয় তাহলে ফলাফল হিসেবে একটি বিন্যাস প্রদান করে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166456\n"
+"326\n"
+"help.text"
+msgid "Comparison operators in an array formula treat empty cells in the same way as in a normal formula, that is, either as zero or as an empty string. For example, if cells A1 and A2 are empty the array formulas <item type=\"input\">{=A1:A2=\"\"}</item> and <item type=\"input\">{=A1:A2=0}</item> will both return a 1 column 2 row array of cells containing TRUE."
+msgstr "একটি বিন্যাস সূত্রে অপারেটর তুলনা সাধারণ সূত্রের ন্যায় একই ভাবে শূন্য ঘর ব্যবহার করে,যেমন, হয় শূন্য অথবা ফাঁকা স্ট্রিং হিসেবে। উদাহরনস্বরূপ, যদি ঘর A1 এবং A2 শূন্য হয় <item type=\"input\">{=A1:A2=\"\"}</item> এবং <item type=\"input\">{=A1:A2=0}</item> উভয়ই ১ কলাম ২ সারি বিন্যাস ঘর TRUE ধারণকারী ফলাফল প্রদান করে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3150713\n"
+"281\n"
+"help.text"
+msgid "When do you use array formulas?"
+msgstr "আপনি কখন অ্যারে সূত্র ব্যবহার করবেন?"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149787\n"
+"282\n"
+"help.text"
+msgid "Use array formulas if you have to repeat calculations using different values. If you decide to change the calculation method later, you only have to update the array formula. To add an array formula, select the entire array range and then <link href=\"text/scalc/01/04060107.xhp\" name=\"make the required change to the array formula\">make the required change to the array formula</link>."
+msgstr "যদি বিভিন্ন মান ব্যবহার করে গণনা পুনরাবৃত্তি করতে হয় তাহলে বিন্যাস সূত্র ব্যবহার করুন। যদি আপনি পরবর্তীতে গণনা পদ্ধতি পরিবর্তন করতে চান , আপনার শুধুমাত্র বিন্যাস সূত্র আপডেট করতে হবে। একটি বিন্যাস সূত্র সংযোগ করার জন্য, সম্পূর্ণ বিন্যাস পরিসর নির্বাচন করুন এবং তারপর <link href=\"text/scalc/01/04060107.xhp\" name=\"make the required change to the array formula\">বিন্যাস সূত্রতে সংশ্লিষ্ট পরিবর্তন তৈরি করুন</link>।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149798\n"
+"283\n"
+"help.text"
+msgid "Array formulas are also a space saving option when several values must be calculated, since they are not very memory-intensive. In addition, arrays are an essential tool for carrying out complex calculations, because you can have several cell ranges included in your calculations. $[officename] has different math functions for arrays, such as the MMULT function for multiplying two arrays or the SUMPRODUCT function for calculating the scalar products of two arrays."
+msgstr "বিন্যাস সূত্র আবার স্থান সঞ্চয় অপশন যখন বিভিন্ন মান অবশ্যই গণনা করা হবে, যদিও তারা খুব স্মরন-সংহত নয়। অতিরিক্ত হিসাবে, জটিল হিসাব দের করার জন্য বিন্যাস হলো একটি প্রয়োজনীয় টুল, কারণ আপনার গণনা সহকারে আপনার অনেক ঘর পরিসর রয়েছে। $[officename] এর বিন্যাসের জন্য গনিতের বিভিন্ন ফাংশন রয়েছে, যেমন দুইটি বিন্যাস গুণ করার জন্য MMULT ফাংশন অথবা দুইটি বিন্যাসের স্কেলার গুণফল গণনা করার জন্য SUMPRODUCT ফাংশন।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3155588\n"
+"284\n"
+"help.text"
+msgid "Using Array Formulas in $[officename] Calc"
+msgstr "$[officename] ক্যালকের অ্যারে সূত্র ব্যবহার করে"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152876\n"
+"285\n"
+"help.text"
+msgid "You can also create a \"normal\" formula in which the reference range, such as parameters, indicate an array formula. The result is obtained from the intersection of the reference range and the rows or columns in which the formula is found. If there is no intersection or if the range at the intersection covers several rows or columns, a #VALUE! error message appears. The following example illustrates this concept:"
+msgstr "আপনি একটি সাধারণ সূত্র তৈরি করতে পারেন যাতে reference পরিসর, যেমন প্যারামিটার হিসেবে, একটি বিন্যাস সূত্র নির্দেশ করে। ফলাফলটি reference পরিসরের ছেদ বিন্দু এবং সারি অথবা কলাম হতে অর্জন করা হয় যাতে সূত্রটি পাওয়া যায়। যদি এখানে কোন ছেদ বিন্দু না থাকে অথবা যদি ছেদ বিন্দুতে পরিসরটি বিভিন্ন সারি অথবা কলাম কভার করে, একটি #VALUE! ত্রুটি বার্তা আবির্ভূত হয়। নিম্নের উদাহরনটি এই ধারনাটি প্রসারিত করে:"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3151271\n"
+"313\n"
+"help.text"
+msgid "Creating Array Formulas"
+msgstr "অ্যারে সূত্র তৈরি করে"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149102\n"
+"314\n"
+"help.text"
+msgid "If you create an array formula using the <emph>Function Wizard</emph>, you must mark the <emph>Array</emph> check box each time so that the results are returned in an array. Otherwise, only the value in the upper-left cell of the array being calculated is returned."
+msgstr "যদি <emph>ফাংশন উইজার্ড</emph> ব্যবহার করে একটি বিন্যাস সূত্র তৈরি করেন, আপনার অবশ্যই <emph>বিন্যাস</emph> চেকবাক্সটি প্রতিটি সময় চিহ্নিত করতে হবে যাতে ফলাফলটি একটি বিন্যাস হিসাবে প্রদান করে। অন্যথায়, শুধুমাত্র বিন্যাসের উপরের-বামের গণনাকৃত মান ফলাফল প্রদান করে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3153392\n"
+"4\n"
+"help.text"
+msgid "If you enter the array formula directly into the cell, you must use the key combination Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter instead of the Enter key. Only then does the formula become an array formula."
+msgstr "যদি আপনি ঘরের মধ্যে সরাসরি বিন্যাস সূত্র সন্নিবেশ করান, আপনার অবশ্যই Enter কীর পরিবর্তে Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter কী সন্নিবেশ ব্যবহার করতে হবে। শুধুমাত্র তখনই সূত্রটি বিন্যাস সূত্রে পরিণত হবে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3151120\n"
+"315\n"
+"help.text"
+msgid "Array formulas appear in braces in $[officename] Calc. You cannot create array formulas by manually entering the braces."
+msgstr "$[officename] ক্যালকে বক্রবন্ধনীর মধ্যে অ্যারে সূত্র প্রদর্শিত হয়। আপনি নিজ হাতে বক্রবন্ধনী সন্নিবেশ করানোর মাধ্যমে অ্যারে সূত্র তৈরি করতে পারবেন না।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154342\n"
+"5\n"
+"help.text"
+msgid "The cells in a results array are automatically protected against changes. However, you can edit or copy the array formula by selecting the entire array cell range."
+msgstr "ফলাফল বিন্যাসে ঘরটি স্বয়ংক্রিয়ভাবে পরিবর্তনের বিরুদ্ধে সংরক্ষিত হয়। অতএব, সমস্ত বিন্যাস ঘর পরিসর নির্বাচন করার মাধ্যমে আপনি বিন্যাস সূত্র সম্পাদনা অথবা অনুলিপি করতে পারে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id8834803\n"
+"help.text"
+msgid "Using Inline Array Constants in Formulas"
+msgstr "সূত্রে ইনলাইন অ্যারে ধ্রুবক ব্যবহার করে"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id985747\n"
+"help.text"
+msgid "Calc supports inline matrix/array constants in formulas. An inline array is surrounded by curly braces '{' and '}'. Elements can be each a number (including negatives), a logical constant (TRUE, FALSE), or a literal string. Non-constant expressions are not allowed. Arrays can be entered with one or more rows, and one or more columns. All rows must consist of the same number of elements, all columns must consist of the same number of elements."
+msgstr "Calc সূত্রতে ইনলাইন ম্যাট্রিক্স/ বিন্যাস ধ্রুবক সমর্থন করে। একটি ইনলাইন বিন্যাস বক্র বন্ধনী '{' এবং '}' দ্বারা আব্ত থাকে। উপাদানগুলো প্রত্যেকে একটি সংখ্যা হয় (ঋনাত্বক মান সহ), একটি লজিকাল ধ্রুবক (TRUE, FALSE), অথবা একটি আক্ষরিক স্ট্রিং। ধ্রুবক নয় এক্সপ্রেশন অনুমোদিত হয় না। বিন্যাস এক অথবা অধিক সারি নিয়ে অথবা এক অথবা অধিক কলাম নিয়ে সন্নিবেশ করানো হয়। সকল সারি অবশ্যই একই সংখ্যার উপাদান নিয়ে গঠিত হতে হবে, সকল কলাম অবশ্যই একই সংখ্যার উপাদান নিয়ে গঠিত হতে হবে"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id936613\n"
+"help.text"
+msgid "The column separator (separating elements in one row) and the row separator are language and locale dependent. But in this help content, the ';' semicolon and '|' pipe symbol are used to indicate the column and row separators, respectively. For example, in the English locale, the ',' comma is used as the column separator, while the ';' semicolon is used as the row separator."
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id1877498\n"
+"help.text"
+msgid "Arrays can not be nested."
+msgstr "অ্যারে নেস্টেড হতে পারে না।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id4262520\n"
+"help.text"
+msgid "<emph>Examples:</emph>"
+msgstr "<emph>উদাহরণ:</emph>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id9387493\n"
+"help.text"
+msgid "={1;2;3}"
+msgstr "={১;২;৩}"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id8207037\n"
+"help.text"
+msgid "An array with one row consisting of the three numbers 1, 2, and 3."
+msgstr "এক সারি বিশিষ্ট অ্যারেতে তিনটি সংখ্যা ১, ২, এবং ৩ রয়েছে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id6757103\n"
+"help.text"
+msgid "To enter this array constant, you select three cells in a row, then you type the formula <item type=\"input\">={1;2;3}</item> using the curly braces and the semicolons, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter."
+msgstr "এই অ্যারেকে ধ্রুবক হিসেবে সন্নিবেশ করানোর জন্য, আপনি একটি সারিতে তিনটি ঘর নির্বাচন করুন, তারপর বক্র বন্ধনী এবং সেমিকোলন ব্যবহার করে, আপনি <item type=\"input\">={1;2;3}</item> সূত্রটি টাইপ করুন, <switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড</caseinline><defaultinline>ctrl</defaultinline></switchinline>+Shift+Enter চাপুন।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id8868068\n"
+"help.text"
+msgid "={1;2;3|4;5;6}"
+msgstr "={১;২;৩|৪;৫;৬}"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id6626483\n"
+"help.text"
+msgid "An array with two rows and three values in each row."
+msgstr "দুইটি সারি বিশিষ্ট অ্যারে এবং প্রতিটি সারিতে তিনটি মান।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id5262916\n"
+"help.text"
+msgid "={0;1;2|FALSE;TRUE;\"two\"}"
+msgstr "={0;1;2|FALSE;TRUE;\"two\"}"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id1623889\n"
+"help.text"
+msgid "A mixed data array."
+msgstr "একটি মিশ্র ডাটা অ্যারে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id7781914\n"
+"help.text"
+msgid "=SIN({1;2;3})"
+msgstr "=SIN({১;২;৩})"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id300912\n"
+"help.text"
+msgid "Entered as a matrix formula, delivers the result of three SIN calculations with the arguments 1, 2, and 3."
+msgstr "ম্যাট্রিক্স সূত্র হিসেবে সন্নিবেশ করা হয়েছিল, তিনটি SIN গণনার ফলাফল ১, ২, এবং ৩ আর্গুমেন্ট সহ প্রদান করা হয়।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3148660\n"
+"316\n"
+"help.text"
+msgid "Editing Array Formulas"
+msgstr "অ্যারে সূত্র সম্পাদনা করে"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149241\n"
+"317\n"
+"help.text"
+msgid "Select the cell range or array containing the array formula. To select the whole array, position the cell cursor inside the array range, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+/, where / is the Division key on the numeric keypad."
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3143274\n"
+"318\n"
+"help.text"
+msgid "Either press F2 or position the cursor in the input line. Both of these actions let you edit the formula."
+msgstr "F2 চাপুন বা ইনপুট লাইনের মধ্যে কার্সারটি স্থাপন করুন। উভয়ভাবেই আপনি সূত্রটি সম্পাদনা করতে পারবেন।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154798\n"
+"319\n"
+"help.text"
+msgid "After you have made changes, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter."
+msgstr "আপনি পরিবর্তন সম্পন্ন করার পরে, <switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড</caseinline><defaultinline>ctrl</defaultinline></switchinline>+Shift+Enter চাপুন।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150628\n"
+"334\n"
+"help.text"
+msgid "You can format the separate parts of an array. For example, you can change the font color. Select a cell range and then change the attribute you want."
+msgstr "আপনি একটি অ্যারের বিভিন্ন অংশ ফরম্যাট করতে পারেন। উদাহরণস্বরূপ, আপনি ফন্টের রং পরিবর্তন করতে পারেন। একটি ঘরের পরিসর নির্বাচন করুন এবং আপনার পছন্দসই বৈশিষ্ট্য পরিবর্তন করুন।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3145608\n"
+"320\n"
+"help.text"
+msgid "Copying Array Formulas"
+msgstr "অ্যারে সূত্র অনুলিপি করে"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149585\n"
+"321\n"
+"help.text"
+msgid "Select the cell range or array containing the array formula."
+msgstr "অ্যারে সূত্র রয়েছে এমন ঘর পরিসর বা অ্যারে নির্বাচন করুন।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154619\n"
+"322\n"
+"help.text"
+msgid "Either press F2 or position the cursor in the input line."
+msgstr "F2 চাপুন বা ইনপুট লাইনে কার্সারটি স্থাপন করুন।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150994\n"
+"323\n"
+"help.text"
+msgid "Copy the formula into the input line by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C."
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড</caseinline><defaultinline>ctrl</defaultinline></switchinline>+C চাপার মাধ্যমে ইনপুট লাইনে সূত্রটির অনুলিপি করুন।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3146787\n"
+"324\n"
+"help.text"
+msgid "Select a range of cells where you want to insert the array formula and either press F2 or position the cursor in the input line."
+msgstr "একটি ঘরের পরিসর নির্বাচন করুন, যেখানে আপনি অ্যারে সূত্র সন্নিবেশ করাতে চান এবং F2 চাপুন বা ইনপুট লাইনে কার্সারটি স্থাপন করুন।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154419\n"
+"325\n"
+"help.text"
+msgid "Paste the formula by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V in the selected space and confirm it by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter. The selected range now contains the array formula."
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V চেপে একটি নির্দিষ্ট স্থানে সূত্রটির প্রতিলিপি করুন এবং <switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter চেপে তা নিশ্চিত করুন। নির্বাচিত পরিসরটিতে অ্যারে সূত্র বিদ্যমান থাকে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3154834\n"
+"328\n"
+"help.text"
+msgid "Adjusting an Array Range"
+msgstr "একটি অ্যারে পরিসর সমন্বয় করছে"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3148679\n"
+"329\n"
+"help.text"
+msgid "If you want to edit the output array, do the following:"
+msgstr "আপনি যদি আউটপুট অ্যারে সম্পাদনা করতে চান, নিচেরটি সম্পন্ন করুন:"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3151102\n"
+"330\n"
+"help.text"
+msgid "Select the cell range or array containing the array formula."
+msgstr "অ্যারে সূত্র রয়েছে এমন ঘর পরিসর বা অ্যারে নির্বাচন করুন।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3147096\n"
+"331\n"
+"help.text"
+msgid "Below the selection, to the right, you will see a small icon with which you can zoom in or out on the range using your mouse."
+msgstr "নির্বাচনের নিচে, ডানে, পরিসরে আপনি একটি ছোট আইকন দেখতে পাবেন, আপনার মাউস ব্যবহার করে যা দিয়ে বড় বা ছোট আকারে প্রদর্শন করতে পারবেন।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150974\n"
+"332\n"
+"help.text"
+msgid "When you adjust the array range, the array formula will not automatically be adjusted. You are only changing the range in which the result will appear."
+msgstr "আপনি যখন অ্যারে পরিসরটি সমন্বয় করেন, অ্যারে সূত্রটি স্বয়ংক্রিয়ভাবে সমন্বয় করা হবে না। আপনি শুধুমাত্র এমন পরিসর পরিবর্তন করছেন, যেখানে ফলাফল প্রদর্শিত হবে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3146080\n"
+"333\n"
+"help.text"
+msgid "By holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, you can create a copy of the array formula in the given range."
+msgstr ""
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D47\n"
+"help.text"
+msgid "Conditional Array Calculations"
+msgstr "শর্তাধীন অ্যারে হিসাব"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D4B\n"
+"help.text"
+msgid "A conditional array calculation is an array or matrix formula that includes an IF() or CHOOSE() function. The condition argument in the formula is an area reference or a matrix result."
+msgstr "একটি শর্তাধীন অ্যারে হিসাব হলো এমন একটি অ্যারে বা ম্যট্রিক্স সূত্র, যা IF() বা CHOOSE() ফাংশন অন্তর্ভুক্ত করে। সূত্রের শর্তযুক্ত আর্গুমেন্ট হলো একটি অ্যারে রেফারেন্স বা ম্যট্রিক্স ফলাফল।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D4E\n"
+"help.text"
+msgid "In the following example, the >0 test of the {=IF(A1:A3>0;\"yes\";\"no\")} formula is applied to each cell in the range A1:A3 and the result is copied to the corresponding cell."
+msgstr "নিম্নোক্ত উদাহরণে, {=IF(A1:A3>0;\"yes\";\"no\")} সূত্রের >০ পরীক্ষাটি A1:A3 পরিসরের প্রতিটি ঘরে প্রয়োগ করা হয় এবং সংশ্লিষ্ট ঘরে ফলাফলটির অনুলিপি করা হয়।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D65\n"
+"help.text"
+msgid "A"
+msgstr "A"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D6B\n"
+"help.text"
+msgid "B (formula)"
+msgstr "B (সূত্র)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10B75\n"
+"help.text"
+msgid "B (result)"
+msgstr "B (ফলাফল)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D79\n"
+"help.text"
+msgid "1"
+msgstr "১"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D80\n"
+"help.text"
+msgid "1"
+msgstr "১"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D86\n"
+"help.text"
+msgid "{=IF(A1:A3>0;\"yes\";\"no\")}"
+msgstr "{=IF(A1:A3>0;\"yes\";\"no\")}"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D8C\n"
+"help.text"
+msgid "yes"
+msgstr "হ্যাঁ"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D94\n"
+"help.text"
+msgid "2"
+msgstr "২"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D9B\n"
+"help.text"
+msgid "0"
+msgstr "০"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DA1\n"
+"help.text"
+msgid "{=IF(A1:A3>0;\"yes\";\"no\")}"
+msgstr "{=IF(A1:A3>0;\"yes\";\"no\")}"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DA7\n"
+"help.text"
+msgid "no"
+msgstr "না"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DAF\n"
+"help.text"
+msgid "3"
+msgstr "৩"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DB6\n"
+"help.text"
+msgid "1"
+msgstr "১"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DBC\n"
+"help.text"
+msgid "{=IF(A1:A3>0;\"yes\";\"no\")}"
+msgstr "{=IF(A1:A3>0;\"yes\";\"no\")}"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DC2\n"
+"help.text"
+msgid "yes"
+msgstr "হ্যাঁ"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DD0\n"
+"help.text"
+msgid "The following functions provide forced array handling: CORREL, COVAR, FORECAST, FTEST, INTERCEPT, MDETERM, MINVERSE, MMULT, MODE, PEARSON, PROB, RSQ, SLOPE, STEYX, SUMPRODUCT, SUMX2MY2, SUMX2PY2, SUMXMY2, TTEST. If you use area references as arguments when you call one of these functions, the functions behave as array functions. The following table provides an example of forced array handling:"
+msgstr "নিম্নের ফাংশনটি জোড়পূর্বক বিন্যাস হ্যান্ডল করা জোগান দেয়: CORREL, COVAR, FORECAST, FTEST, INTERCEPT, MDETERM, MINVERSE, MMULT, MODE, PEARSON, PROB, RSQ, SLOPE, STEYX, SUMPRODUCT, SUMX2MY2, SUMX2PY2, SUMXMY2, TTEST। যদি আপনি আরহুমেন্ট হিসাবে একটি এলাকা reference ব্যবহার করেন যখন আপনি এই ফাংশনের একটি কল করেন, ফাংশনটি বিন্যাস ফাংশন হিসেবে ব্যবহার করে। নিম্নের টেবিলটি জোড়পূর্বক বিন্যাস হ্যান্ডল করা জোগান দেয়।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DE2\n"
+"help.text"
+msgid "A"
+msgstr "A"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DE8\n"
+"help.text"
+msgid "B (formula)"
+msgstr "B (সূত্র)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DEE\n"
+"help.text"
+msgid "B (result)"
+msgstr "B (ফলাফল)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DF4\n"
+"help.text"
+msgid "C (forced array formula)"
+msgstr "C (জোড়পূর্বক অ্যারে সূত্র)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10DFA\n"
+"help.text"
+msgid "C (result)"
+msgstr "C (ফলাফল)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E02\n"
+"help.text"
+msgid "1"
+msgstr "১"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E09\n"
+"help.text"
+msgid "1"
+msgstr "১"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E0F\n"
+"help.text"
+msgid "=A1:A2+1"
+msgstr "=A1:A2+1"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E17\n"
+"help.text"
+msgid "2"
+msgstr "২"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E1D\n"
+"help.text"
+msgid "=SUMPRODUCT(A1:A2+1)"
+msgstr "=SUMPRODUCT(A1:A2+1)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E25\n"
+"help.text"
+msgid "5"
+msgstr "৫"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E2D\n"
+"help.text"
+msgid "2"
+msgstr "২"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E34\n"
+"help.text"
+msgid "2"
+msgstr "২"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E3A\n"
+"help.text"
+msgid "=A1:A2+1"
+msgstr "=A1:A2+1"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E42\n"
+"help.text"
+msgid "3"
+msgstr "৩"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E48\n"
+"help.text"
+msgid "=SUMPRODUCT(A1:A2+1)"
+msgstr "=SUMPRODUCT(A1:A2+1)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E50\n"
+"help.text"
+msgid "5"
+msgstr "৫"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E58\n"
+"help.text"
+msgid "3"
+msgstr "৩"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E63\n"
+"help.text"
+msgid "=A1:A2+1"
+msgstr "=A1:A2+1"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E6A\n"
+"help.text"
+msgid "#VALUE!"
+msgstr "#VALUE!"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E70\n"
+"help.text"
+msgid "=SUMPRODUCT(A1:A2+1)"
+msgstr "=SUMPRODUCT(A1:A2+1)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10E78\n"
+"help.text"
+msgid "5"
+msgstr "৫"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3158446\n"
+"help.text"
+msgid "<bookmark_value>MUNIT function</bookmark_value>"
+msgstr "<bookmark_value>MUNIT function</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3158446\n"
+"12\n"
+"help.text"
+msgid "MUNIT"
+msgstr "MUNIT"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154121\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_EINHEITSMATRIX\">Returns the unitary square array of a certain size.</ahelp> The unitary array is a square array where the main diagonal elements equal 1 and all other array elements are equal to 0."
+msgstr "<ahelp hid=\"HID_FUNC_EINHEITSMATRIX\">একটি নির্দিষ্ট আকারের ইউনিটারি বর্গাকার অ্যারে প্রদান করে।</ahelp> ইউনিটারি অ্যারে হলো একটি বর্গাকার অ্যারে, যেখানে প্রধান তীর্যক উপাদান ১ এর সমান এবং অন্য সকল উপাদান ০ এর সমান।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3155123\n"
+"14\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3156271\n"
+"15\n"
+"help.text"
+msgid "MUNIT(Dimensions)"
+msgstr "MUNIT(Dimensions)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159390\n"
+"16\n"
+"help.text"
+msgid "<emph>Dimensions</emph> refers to the size of the array unit."
+msgstr "<emph>Dimensions</emph> অ্যারে এককের আকারকে নির্দেশ করে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10C9B\n"
+"help.text"
+msgid "You can find a general introduction to Array functions at the top of this page."
+msgstr "আপনি এই পৃষ্ঠাটির উপরে অ্যারে ফাংশনের সাধারণ পরিচিতি পাবেন।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3156162\n"
+"17\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150949\n"
+"18\n"
+"help.text"
+msgid "Select a square range within the spreadsheet, for example, from A1 to E5."
+msgstr "স্প্রেডশীটের মধ্যে একটি বর্গাকার পরিসর নির্বাচন করুন, উদাহরণস্বরূপ, A1 হতে E5 পর্যন্ত।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3151260\n"
+"19\n"
+"help.text"
+msgid "Without deselecting the range, select the MUNIT function. Mark the <emph>Array</emph> check box. Enter the desired dimensions for the array unit, in this case <item type=\"input\">5</item>, and click <emph>OK</emph>."
+msgstr "পরিসরটির নির্বাচন বাতিল করা ব্যতীত, MUNIT ফাংশন নির্বাচন করুন। <emph>অ্যারে</emph> চেক বাক্সটি চিহ্নিত করুন। অ্যারে এককের জন্য কাঙ্খিত মাত্রা সন্নিবেশ করান, এই ক্ষেত্রে <item type=\"input\">৫</item> সন্নিবেশ করান, এবং <emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150403\n"
+"20\n"
+"help.text"
+msgid "You can also enter the <item type=\"input\">=Munit(5)</item> formula in the last cell of the selected range (E5), and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Shift+Command+Enter</caseinline><defaultinline>Shift+Ctrl+Enter</defaultinline></switchinline>."
+msgstr "আপনি নির্বাচিত পরিসরের (E5) শেষ ঘরে <item type=\"input\">=Munit(5)</item> সূত্রটিও সন্নিবেশ করাতে পারেন, এবং <switchinline select=\"sys\"><caseinline select=\"MAC\">Shift+Command+Enter</caseinline><defaultinline>Shift+Ctrl+Enter</defaultinline></switchinline> চাপুন।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3156143\n"
+"21\n"
+"help.text"
+msgid "You now see a unit array with a range of A1:E5."
+msgstr "আপনি এখন A1:E5 পরিসরের একটি ইউনিট অ্যারে দেখবেন।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10FA7\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3159084\n"
+"help.text"
+msgid "<bookmark_value>FREQUENCY function</bookmark_value>"
+msgstr "<bookmark_value>FREQUENCY function</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3159084\n"
+"22\n"
+"help.text"
+msgid "FREQUENCY"
+msgstr "FREQUENCY"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145777\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_HAEUFIGKEIT\">Indicates the frequency distribution in a one-column-array.</ahelp> The function counts the number of values in the Data array that are within the values given by the Classes array."
+msgstr "<ahelp hid=\"HID_FUNC_HAEUFIGKEIT\">এক-কলাম- বিন্যাসে গনসংখ্যা নিবেশন নির্দেশ করে।</ahelp> ফাংশনটি ডাটা বন্যাসনে মানের ক্রম হিসাব করে যা শ্রেণী বিন্যাস দ্বারা প্রদেয় মানের মধ্যে বিদ্যমান।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3153347\n"
+"24\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155498\n"
+"25\n"
+"help.text"
+msgid "FREQUENCY(Data; Classes)"
+msgstr "FREQUENCY(Data; Classes)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154352\n"
+"26\n"
+"help.text"
+msgid "<emph>Data</emph> represents the reference to the values to be counted."
+msgstr "<emph>Data</emph> মানের রেফারেন্স উল্লেখ করে, যা গণনা করা হবে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3148402\n"
+"27\n"
+"help.text"
+msgid "<emph>Classes</emph> represents the array of the limit values."
+msgstr "<emph>Classes</emph> সীমাবদ্ধ মানের অ্যারে উল্লেখ করে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN10D71\n"
+"help.text"
+msgid "You can find a general introduction to Array functions at the top of this page."
+msgstr "আপনি এই পৃষ্ঠাটির উপরে অ্যারে ফাংশনের সাধারণ পরিচিতি পাবেন।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3148981\n"
+"28\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155904\n"
+"219\n"
+"help.text"
+msgid "In the following table, column A lists unsorted measurement values. Column B contains the upper limit you entered for the classes into which you want to divide the data in column A. According to the limit entered in B1, the FREQUENCY function returns the number of measured values less than or equal to 5. As the limit in B2 is 10, the FREQUENCY function returns the second result as the number of measured values that are greater than 5 and less than or equal to 10. The text you entered in B6, \">25\", is only for reference purposes."
+msgstr "নিম্নের টেবিলে, কলাম A অগোছালো পরিমাপের মানের তালিকা করে। কলাম B শ্রেণীর জন্য আপনার প্রবেশিত উচ্চতর সীমানা ধারণ করে যাতে আপনি কলাম A তে তথ্য ভাগ করতে চান। সীমানা অনুসারে B1 এ সন্নিবেশ করানো হয়েছে, FREQUENCY ফাংশনটি ৫ এর কম অথবা সমান পরিমাপিত মানের ক্রম ফলাফল প্রদান করে। B2 তে সীমানা যেমন ১০০, FREQUENCY ফাংশনটি ৫ এর বড় অথবা ১০ এর ছোট অথবা সমান পরিমাপের মান হিসেবে দ্বিতীয় ফলাফল প্রদান করে। আপনি B6 এ যে টেক্সটি সন্নিবেশ করান \">২৫\", শুধুমাত্র reference এর কাজের জন্য।"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155869\n"
+"220\n"
+"help.text"
+msgid "<emph>A</emph>"
+msgstr "<emph>১</emph>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149328\n"
+"221\n"
+"help.text"
+msgid "<emph>B</emph>"
+msgstr "<emph>১</emph>"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152467\n"
+"222\n"
+"help.text"
+msgid "<emph>C</emph>"
+msgstr "<emph>১</emph>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154528\n"
+"223\n"
+"help.text"
+msgid "<emph>1</emph>"
+msgstr "<emph>১</emph>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149744\n"
+"224\n"
+"help.text"
+msgid "12"
+msgstr "১২"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3147309\n"
+"225\n"
+"help.text"
+msgid "5"
+msgstr "৫"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154199\n"
+"226\n"
+"help.text"
+msgid "1"
+msgstr "১"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159218\n"
+"227\n"
+"help.text"
+msgid "<emph>2</emph>"
+msgstr "<emph>২</emph>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3153263\n"
+"228\n"
+"help.text"
+msgid "8"
+msgstr "৮"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3156201\n"
+"229\n"
+"help.text"
+msgid "10"
+msgstr "১০"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3147552\n"
+"230\n"
+"help.text"
+msgid "3"
+msgstr "৩"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149174\n"
+"231\n"
+"help.text"
+msgid "<emph>3</emph>"
+msgstr "<emph>৩</emph>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3151201\n"
+"232\n"
+"help.text"
+msgid "24"
+msgstr "২৪"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150245\n"
+"233\n"
+"help.text"
+msgid "15"
+msgstr "১৫"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159194\n"
+"234\n"
+"help.text"
+msgid "2"
+msgstr "২"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3146925\n"
+"235\n"
+"help.text"
+msgid "<emph>4</emph>"
+msgstr "<emph>৪</emph>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154128\n"
+"236\n"
+"help.text"
+msgid "11"
+msgstr "১১"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3151067\n"
+"237\n"
+"help.text"
+msgid "20"
+msgstr "২০"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3156033\n"
+"238\n"
+"help.text"
+msgid "3"
+msgstr "৩"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149298\n"
+"239\n"
+"help.text"
+msgid "<emph>5</emph>"
+msgstr "<emph>৫</emph>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3151382\n"
+"240\n"
+"help.text"
+msgid "5"
+msgstr "৫"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155141\n"
+"241\n"
+"help.text"
+msgid "25"
+msgstr "২৫"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145213\n"
+"242\n"
+"help.text"
+msgid "1"
+msgstr "১"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145268\n"
+"243\n"
+"help.text"
+msgid "<emph>6</emph>"
+msgstr "<emph>৬</emph>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163724\n"
+"244\n"
+"help.text"
+msgid "20"
+msgstr "২০"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3147132\n"
+"245\n"
+"help.text"
+msgid ">25"
+msgstr ">২৫"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3148903\n"
+"246\n"
+"help.text"
+msgid "1"
+msgstr "১"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3151007\n"
+"247\n"
+"help.text"
+msgid "<emph>7</emph>"
+msgstr "<emph>৭</emph>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3153294\n"
+"248\n"
+"help.text"
+msgid "16"
+msgstr "১৬"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3147284\n"
+"249\n"
+"help.text"
+msgid "<emph>8</emph>"
+msgstr "<emph>৮</emph>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154914\n"
+"250\n"
+"help.text"
+msgid "9"
+msgstr "৯"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154218\n"
+"251\n"
+"help.text"
+msgid "<emph>9</emph>"
+msgstr "<emph>৯</emph>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3147226\n"
+"252\n"
+"help.text"
+msgid "7"
+msgstr "৭"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149045\n"
+"253\n"
+"help.text"
+msgid "<emph>10</emph>"
+msgstr "<emph>১০</emph>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155799\n"
+"254\n"
+"help.text"
+msgid "16"
+msgstr "১৬"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155076\n"
+"255\n"
+"help.text"
+msgid "<emph>11</emph>"
+msgstr "<emph>১১</emph>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150217\n"
+"256\n"
+"help.text"
+msgid "33"
+msgstr "৩৩"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150312\n"
+"29\n"
+"help.text"
+msgid "Select a single column range in which to enter the frequency according to the class limits. You must select one field more than the class ceiling. In this example, select the range C1:C6. Call up the FREQUENCY function in the <emph>Function Wizard</emph>. Select the <emph>Data</emph> range in (A1:A11), and then the <emph>Classes</emph> range in which you entered the class limits (B1:B6). Select the <emph>Array</emph> check box and click <emph>OK</emph>. You will see the frequency count in the range C1:C6."
+msgstr "একক কলাম পরিসর নির্বাচন করুন যাতে শ্রেণী সীমানা অনুসারে গনসংখ্যা সন্নিবেশ করান। আপনার অবশ্যই শ্রেণীর সর্বোচ্চ স্তরের অধিক একটি ক্ষেত্র নির্বাচন করতে হবে। এই উদাহরণে, পরিসর C1:C6 নির্বাচন করুন। <emph>ফাংশন উইজার্ড</emph> এ FREQUENCY ফাংশনটি স্মরন করুন। (A1:A11) তে <emph>তথ্য</emph>পরিসরটি নির্বাচন করুন, এবং তারপর <emph>শ্রেণী</emph>পরিসর যাতে আপনি শ্রেণী সীমানা (B1:B6) সন্নিবেশ করিয়েছেন। <emph>বিন্যাস</emph>চেক বাক্সটি নির্বাচন করুন এবং <emph>ঠিক আছে</emph> ক্লিক করুন। আপনি পরিসর C1:C6 এ গনসংখ্যা হিসাব দেখতে পাবেন।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11269\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3151030\n"
+"help.text"
+msgid "<bookmark_value>MDETERM function</bookmark_value><bookmark_value>determinants</bookmark_value>"
+msgstr "<bookmark_value>MDETERM function</bookmark_value><bookmark_value>determinants</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3151030\n"
+"31\n"
+"help.text"
+msgid "MDETERM"
+msgstr "MDETERM"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154073\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_MDET\">Returns the array determinant of an array.</ahelp> This function returns a value in the current cell; it is not necessary to define a range for the results."
+msgstr "<ahelp hid=\"HID_FUNC_MDET\">একটি অ্যারের নির্ণায়ক বিন্যাস প্রদান করে।</ahelp> এই ফাংশনটি বর্তমান ঘরে একটি মান প্রদান করে; ফলাফলের জন্য কোনো পরিসর নির্ধারণ করার প্রয়োজন নেই।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3156366\n"
+"33\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3156380\n"
+"34\n"
+"help.text"
+msgid "MDETERM(Array)"
+msgstr "MDETERM(Array)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150290\n"
+"35\n"
+"help.text"
+msgid "<emph>Array</emph> represents a square array in which the determinants are defined."
+msgstr "<emph>Array</emph> একটি বর্গাকার অ্যারে উল্লেখ করে, যাতে নির্ণায়ক নির্ধারিত থাকে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11035\n"
+"help.text"
+msgid "You can find a general introduction to using Array functions on top of this page."
+msgstr "আপনি এই পৃষ্ঠাটির উপরে অ্যারে ফাংশনের ব্যবহার সম্পর্কিত সাধারণ পরিচিতি পাবেন।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11333\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3151348\n"
+"help.text"
+msgid "<bookmark_value>MINVERSE function</bookmark_value><bookmark_value>inverse arrays</bookmark_value>"
+msgstr "<bookmark_value>MINVERSE function</bookmark_value><bookmark_value>inverse arrays</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3151348\n"
+"39\n"
+"help.text"
+msgid "MINVERSE"
+msgstr "MINVERSE"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145569\n"
+"40\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_MINV\">Returns the inverse array.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_MINV\">বিপরীত অ্যারে প্রদান করে।</ahelp>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3156072\n"
+"41\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3156085\n"
+"42\n"
+"help.text"
+msgid "MINVERSE(Array)"
+msgstr "MINVERSE(Array)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3157849\n"
+"43\n"
+"help.text"
+msgid "<emph>Array</emph> represents a square array that is to be inverted."
+msgstr "<emph>Array</emph> একটি বর্গাকার অ্যারে উল্লেখ করে, যেটি উল্টানো হবে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN113EE\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3157868\n"
+"44\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3149638\n"
+"45\n"
+"help.text"
+msgid "Select a square range and select MINVERSE. Select the output array, select the <emph>Array</emph> field and click <emph>OK</emph>."
+msgstr "একটি বর্গাকার পরিসর নির্বাচন করুন এবং MINVERSE নির্বাচন করুন। আউটপুট অ্যারে নির্বাচন করুন, <emph>অ্যারে</emph> ক্ষেত্র নির্বাচন করুন এবং <emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3148546\n"
+"help.text"
+msgid "<bookmark_value>MMULT function</bookmark_value>"
+msgstr "<bookmark_value>MMULT function</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3148546\n"
+"47\n"
+"help.text"
+msgid "MMULT"
+msgstr "MMULT"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3148518\n"
+"48\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_MMULT\">Calculates the array product of two arrays.</ahelp> The number of columns for array 1 must match the number of rows for array 2. The square array has an equal number of rows and columns."
+msgstr "<ahelp hid=\"HID_FUNC_MMULT\">দুইটি অ্যারের অ্যারে গুণন হিসাব করে।</ahelp> অ্যারে ১ এর কলাম সংখ্যার সাথে অবশ্যই অ্যারে ২ এর সারি সংখ্যা মিলতে হবে। বর্গাকার অ্যারের সমান সংখ্যক সারি এবং কলাম থাকবে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3146767\n"
+"49\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150798\n"
+"50\n"
+"help.text"
+msgid "MMULT(Array; Array)"
+msgstr "MMULT(Array; Array)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3150812\n"
+"51\n"
+"help.text"
+msgid "<emph>Array</emph> at first place represents the first array used in the array product."
+msgstr "প্রথম <emph>Array</emph>, অ্যারের গুণনে ব্যবহৃত প্রথম অ্যারেকে উল্লেখ করে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152553\n"
+"52\n"
+"help.text"
+msgid "<emph>Array</emph> at second place represents the second array with the same number of rows."
+msgstr "দ্বিতীয় <emph>Array</emph>, একই সংখ্যক সারি বিশিষ্ট দ্বিতীয় অ্যারেকে উল্লেখ করে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN114C3\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3152574\n"
+"53\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3146826\n"
+"54\n"
+"help.text"
+msgid "Select a square range. Choose the MMULT function. Select the first <emph>Array</emph>, then select the second <emph>Array</emph>. Using <emph>Function Wizard</emph>, mark the <emph>Array</emph> check box. Click <emph>OK</emph>. The output array will appear in the first selected range."
+msgstr "বর্গাকার পরিসর নির্বাচন করুন। MMULT ফাংশন নির্বাচন করুন। প্রথম <emph>অ্যারে</emph> নির্বাচন করুন, তারপর দ্বিতীয় <emph>অ্যারে</emph> নির্বাচন করুন। <emph>ফাংশন উইজার্ড</emph> ব্যবহার করে, <emph>অ্যারে</emph> চেক বক্স চিহ্নিত করুন। <emph>ঠিক আছে</emph> ক্লিক করুন। প্রথম নির্বাচিত পরিসরে আউটপুট অ্যারে প্রদর্শিত হবে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3154970\n"
+"help.text"
+msgid "<bookmark_value>TRANSPOSE function</bookmark_value>"
+msgstr "<bookmark_value>TRANSPOSE function</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3154970\n"
+"56\n"
+"help.text"
+msgid "TRANSPOSE"
+msgstr "TRANSPOSE"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155276\n"
+"57\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_MTRANS\">Transposes the rows and columns of an array.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_MTRANS\">একটি অ্যারের সারি এবং কলাম পরস্পর স্থান পরিবর্তন করে।</ahelp>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3155294\n"
+"58\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3153843\n"
+"59\n"
+"help.text"
+msgid "TRANSPOSE(Array)"
+msgstr "TRANSPOSE(array)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3153857\n"
+"60\n"
+"help.text"
+msgid "<emph>Array</emph> represents the array in the spreadsheet that is to be transposed."
+msgstr "<emph>Array</emph> স্প্রেডশীটের অ্যারে উল্লেখ করে, যার স্থান পরিবর্তন করা হবে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN115A5\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3159352\n"
+"61\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159366\n"
+"62\n"
+"help.text"
+msgid "In the spreadsheet, select the range in which the transposed array can appear. If the original array has n rows and m columns, your selected range must have at least m rows and n columns. Then enter the formula directly, select the original array and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Shift+Command+Enter</caseinline><defaultinline>Shift+Ctrl+Enter</defaultinline></switchinline>. Or, if you are using the <emph>Function Wizard</emph>, mark the <emph>Array</emph> check box. The transposed array appears in the selected target range and is protected automatically against changes."
+msgstr "স্প্রেডশীটে, পরিসরটি নির্বাচন করুন যার মধ্যে স্থান পরিবর্তিত বিন্যাস আবির্ভূত হতে পারে। যদি প্রকৃত বিন্যাসের n সারি এবং m কলাম থাকে, আপনার নির্বাচিত পরিসরের অবশ্যই অন্তত m সারি এবং n কলাম থাকবে। তারপর সূত্রটি সরাসরি সন্নিবেশ করান, প্রকৃত বিন্যাস নির্বাচন করুন এবং <switchinline select=\"sys\"><caseinline select=\"MAC\">Shift+Command+Enter</caseinline><defaultinline>Shift+Ctrl+Enter</defaultinline></switchinline> চাপুন। অথবা, যদি আপনি <emph>ফাংশন উইজার্ড</emph> ব্যবহার করতে থাকেন, <emph>বিন্যাস</emph> চেক বাক্সটি চিহ্নিত করুন। নির্বাচিত লক্ষ্য পরিসরে স্থান পরিবর্তনকারী বিন্যাসটি আবির্ভূত হয় এবং পরিবর্তনের বিরুদ্ধে স্বয়ংক্রিয়ভাবে রক্ষিত হয়।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3109846\n"
+"help.text"
+msgid "<bookmark_value>LINEST function</bookmark_value>"
+msgstr "<bookmark_value>LINEST function</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3109846\n"
+"64\n"
+"help.text"
+msgid "LINEST"
+msgstr "LINEST"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144733\n"
+"65\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_RGP\">Returns a table of statistics for a straight line that best fits a data set.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_RGP\">একটি সরল রেখার জন্য পরিসংখ্যান সারণি প্রদান করে, যা একটি ডাটা সেটের সাথে সর্বোত্তমভাবে মানানসই হয়।</ahelp>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3152825\n"
+"66\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152839\n"
+"67\n"
+"help.text"
+msgid "LINEST(data_Y; data_X; linearType; stats)"
+msgstr "LINEST(data_Y; data_X; linearType; stats)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152853\n"
+"68\n"
+"help.text"
+msgid "<emph>data_Y</emph> is a single row or column range specifying the y coordinates in a set of data points."
+msgstr "<emph>data_Y</emph> হলো একক সারি বা কলামের পরিসর, যা ডাটা পয়েন্টের সেটে y স্থানাঙ্ককে উল্লেখ করে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154428\n"
+"69\n"
+"help.text"
+msgid "<emph>data_X</emph> is a corresponding single row or column range specifying the x coordinates. If <emph>data_X</emph> is omitted it defaults to <item type=\"literal\">1, 2, 3, ..., n</item>. If there is more than one set of variables <emph>data_X</emph> may be a range with corresponding multiple rows or columns."
+msgstr "<emph>data_X</emph>হলো সংশ্লিষ্ট একক সারি বা কলামের পরিসর, যা x স্থানাঙ্ককে উল্লেখ করে। যদি <emph>data_X</emph> বাদ দেওয়া হয়, এটার পূর্বনির্ধারিত মান হবে <item type=\"literal\">1, 2, 3, ..., n</item>। যদি এক সেট ভেরিয়েবলের অধিক থাকে, <emph>data_X</emph> সম্ভবত সংশ্লিষ্ট একাধিক সারি বা কলাম বিশিষ্ট পরিসর।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id0811200804502119\n"
+"help.text"
+msgid "LINEST finds a straight line <item type=\"literal\">y = a + bx</item> that best fits the data, using linear regression (the \"least squares\" method). With more than one set of variables the straight line is of the form <item type=\"literal\">y = a + b1x1 + b2x2 ... + bnxn</item>."
+msgstr "LINEST একটি সরল লাইন <item type=\"literal\">y = a + bx</item> খুঁজে পায় যা তথ্যের সাথে উত্তমরূপে মানায়, রৈখিক নির্ভরন (\"সর্বনিম্ন বর্গ\" প্রক্রিয়া)। একটি সেটের অধিক চলক দ্বারা ফরমের সরল লাইনটি হলো <item type=\"literal\">y = a + b1x1 + b2x2 ... + bnxn</item>।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154448\n"
+"70\n"
+"help.text"
+msgid "if<emph>linearType</emph> is FALSE the straight line found is forced to pass through the origin (the constant a is zero; y = bx). If omitted, <emph>linearType</emph> defaults to TRUE (the line is not forced through the origin)."
+msgstr "<emph>রৈখিক ধরন</emph> যদি FALSE হয় খুঁজে পাওয়া সরল লাইনটি কেন্দ্রের মধ্য দিয়ে অগ্রসর হওয়ার জন্য বাধ্য করা হয় (ধ্রুবক a হলো শূন্য; y = bx)। যদি অবজ্ঞা করা হয়, <emph>রৈখিক ধরন</emph> পুর্বনির্ধারিত হিসাবে TRUE হয় ( লাইনটি কেন্দ্রের মধ্য দিয়ে যেতে বাধ্য করা হয় না)।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154142\n"
+"71\n"
+"help.text"
+msgid "if<emph>stats</emph> is omitted or FALSE only the top line of the statistics table is returned. If TRUE the entire table is returned."
+msgstr "যদি <emph>stats</emph> বাদ দেওয়া হয় বা FALSE হয়, শুধুমাত্র পরিসংখ্যান টেবিলের শীর্ষ লাইনটি প্রদান করা হয়। যদি TRUE হয়, সম্পূর্ণ টেবিলটি প্রদান করা হয।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id0811200804502261\n"
+"help.text"
+msgid "LINEST returns a table (array) of statistics as below and must be entered as an array formula (for example by using <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Return rather than just Return)."
+msgstr "LINEST নিম্নরূপে পরিসংখ্যান টেবিল (অ্যারে) প্রদান করে এবং অবশ্যই একটি অ্যারে সূত্র হিসাবে সন্নিবেশ করাতে হবে (উদাহরণস্বরূপ, শুধুমাত্র প্রদান ব্যবহার না করে <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+প্রদান ব্যবহার করে)।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11416\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN116C6\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3154162\n"
+"72\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154176\n"
+"73\n"
+"help.text"
+msgid "This function returns an array and is handled in the same way as the other array functions. Select a range for the answers and then the function. Select <emph>data_Y</emph>. If you want, you can enter other parameters. Select <emph>Array</emph> and click <emph>OK</emph>."
+msgstr "এই ফাংশনটি একটি অ্যারে প্রদান করে এবং অন্যান্য অ্যারে ফাংশনের মতো একই উপায়ে নিয়ন্ত্রণ করা হয়। উত্তরের জন্য একটি পরিসর নির্বাচন করার পরে ফাংশন নির্বাচন করুন। <emph>data_Y</emph> নির্বাচন করুন। আপনি যদি চান, আপনি অন্যান্য প্যারামিটার সন্নিবেশ করাতে পারেন। <emph>অ্যারে</emph> নির্বাচন করুন এবং <emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155468\n"
+"74\n"
+"help.text"
+msgid "The results returned by the system (if <emph>stats</emph> = 0), will at least show the slope of the regression line and its intersection with the Y axis. If <emph>stats</emph> does not equal 0, other results are to be displayed."
+msgstr "সিস্টেম দ্বারা এমন ফলাফল প্রদান করা হয় (যদি <emph>stats</emph> = ০ হয়), যা কমপক্ষে রিগ্রেশন রেখার ঢাল এবং Y অক্ষের সাথে রেখার ছেদ বিন্দু প্রদর্শন করবে। যদি <emph>stats</emph> ০ এর সমান না হয়, অন্যান্য ফলাফল প্রদর্শন করা হবে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3155491\n"
+"75\n"
+"help.text"
+msgid "Other LINEST Results:"
+msgstr "অন্যান্য LINEST ফলাফল:"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159291\n"
+"76\n"
+"help.text"
+msgid "Examine the following examples:"
+msgstr "নিম্নোক্ত উদাহরণসমূহ পরীক্ষা করুন:"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3157922\n"
+"77\n"
+"help.text"
+msgid "A"
+msgstr "A"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3157945\n"
+"78\n"
+"help.text"
+msgid "B"
+msgstr "B"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152486\n"
+"79\n"
+"help.text"
+msgid "C"
+msgstr "C"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152509\n"
+"80\n"
+"help.text"
+msgid "D"
+msgstr "D"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152532\n"
+"81\n"
+"help.text"
+msgid "E"
+msgstr "E"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3153431\n"
+"82\n"
+"help.text"
+msgid "F"
+msgstr "F"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3153454\n"
+"83\n"
+"help.text"
+msgid "G"
+msgstr "G"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3154995\n"
+"84\n"
+"help.text"
+msgid "<emph>1</emph>"
+msgstr "<emph>১</emph>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155021\n"
+"85\n"
+"help.text"
+msgid "<item type=\"input\">x1</item>"
+msgstr "<item type=\"input\">x1</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155044\n"
+"86\n"
+"help.text"
+msgid "<item type=\"input\">x2</item>"
+msgstr "<item type=\"input\">x2</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163734\n"
+"87\n"
+"help.text"
+msgid "<item type=\"input\">y</item>"
+msgstr "<item type=\"input\">y</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163766\n"
+"88\n"
+"help.text"
+msgid "<item type=\"input\">LIN</item><item type=\"input\">EST value</item>"
+msgstr "<item type=\"input\">LIN</item><item type=\"input\">EST মান</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145686\n"
+"89\n"
+"help.text"
+msgid "<emph>2</emph>"
+msgstr "<emph>২</emph>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145713\n"
+"90\n"
+"help.text"
+msgid "<item type=\"input\">4</item>"
+msgstr "<item type=\"input\">৪</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145736\n"
+"91\n"
+"help.text"
+msgid "<item type=\"input\">7</item>"
+msgstr "<item type=\"input\">৭</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159427\n"
+"92\n"
+"help.text"
+msgid "<item type=\"input\">100</item>"
+msgstr "<item type=\"input\">১০০</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159460\n"
+"93\n"
+"help.text"
+msgid "<item type=\"input\">4,17</item>"
+msgstr "<item type=\"input\">৪,১৭</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159483\n"
+"94\n"
+"help.text"
+msgid "-<item type=\"input\">3,48</item>"
+msgstr "-<item type=\"input\">৩,৪৮</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152381\n"
+"95\n"
+"help.text"
+msgid "<item type=\"input\">82,33</item>"
+msgstr "<item type=\"input\">৮২,৩৩</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152408\n"
+"96\n"
+"help.text"
+msgid "<emph>3</emph>"
+msgstr "<emph>৩</emph>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152435\n"
+"97\n"
+"help.text"
+msgid "<item type=\"input\">5</item>"
+msgstr "<item type=\"input\">৫</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152458\n"
+"98\n"
+"help.text"
+msgid "<item type=\"input\">9</item>"
+msgstr "<item type=\"input\">৯</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155652\n"
+"99\n"
+"help.text"
+msgid "<item type=\"input\">105</item>"
+msgstr "<item type=\"input\">১০৫</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155684\n"
+"100\n"
+"help.text"
+msgid "<item type=\"input\">5,46</item>"
+msgstr "<item type=\"input\">৫,৪৬</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155707\n"
+"101\n"
+"help.text"
+msgid "<item type=\"input\">10,96</item>"
+msgstr "<item type=\"input\">১০,৯৬</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3155730\n"
+"102\n"
+"help.text"
+msgid "<item type=\"input\">9,35</item>"
+msgstr "<item type=\"input\">৯,৩৫</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159506\n"
+"103\n"
+"help.text"
+msgid "<emph>4</emph>"
+msgstr "<emph>৪</emph>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159533\n"
+"104\n"
+"help.text"
+msgid "<item type=\"input\">6</item>"
+msgstr "<item type=\"input\">৬</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159556\n"
+"105\n"
+"help.text"
+msgid "<item type=\"input\">11</item>"
+msgstr "<item type=\"input\">১১</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159579\n"
+"106\n"
+"help.text"
+msgid "<item type=\"input\">104</item>"
+msgstr "<item type=\"input\"> ১০৪</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3159611\n"
+"107\n"
+"help.text"
+msgid "<item type=\"input\">0,87</item>"
+msgstr "<item type=\"input\">০,৮৭</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152606\n"
+"108\n"
+"help.text"
+msgid "<item type=\"input\">5,06</item>"
+msgstr "<item type=\"input\">৫,০৬</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152629\n"
+"109\n"
+"help.text"
+msgid "<item type=\"input\">#NA</item>"
+msgstr "<item type=\"input\">#NA</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152655\n"
+"110\n"
+"help.text"
+msgid "<emph>5</emph>"
+msgstr "<emph>৫</emph>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152682\n"
+"111\n"
+"help.text"
+msgid "<item type=\"input\">7</item>"
+msgstr "<item type=\"input\">৭</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152705\n"
+"112\n"
+"help.text"
+msgid "<item type=\"input\">12</item>"
+msgstr "<item type=\"input\">১২</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3152728\n"
+"113\n"
+"help.text"
+msgid "<item type=\"input\">108</item>"
+msgstr "<item type=\"input\">১০৮</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144352\n"
+"114\n"
+"help.text"
+msgid "<item type=\"input\">13,21</item>"
+msgstr "<item type=\"input\">১৩,২১</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144375\n"
+"115\n"
+"help.text"
+msgid "<item type=\"input\">4</item>"
+msgstr "<item type=\"input\">৪</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144398\n"
+"116\n"
+"help.text"
+msgid "<item type=\"input\">#NA</item>"
+msgstr "<item type=\"input\">#NA</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144425\n"
+"117\n"
+"help.text"
+msgid "<emph>6</emph>"
+msgstr "<emph>৬</emph>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144452\n"
+"118\n"
+"help.text"
+msgid "<item type=\"input\">8</item>"
+msgstr "<item type=\"input\">৮</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144475\n"
+"119\n"
+"help.text"
+msgid "<item type=\"input\">15</item>"
+msgstr "<item type=\"input\">১৫</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144498\n"
+"120\n"
+"help.text"
+msgid "<item type=\"input\">111</item>"
+msgstr "<item type=\"input\">১১১</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158233\n"
+"121\n"
+"help.text"
+msgid "<item type=\"input\">675,45</item>"
+msgstr "<item type=\"input\">৬৭৫,৪৫</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158256\n"
+"122\n"
+"help.text"
+msgid "<item type=\"input\">102,26</item>"
+msgstr "<item type=\"input\">১০২,২৬</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158279\n"
+"123\n"
+"help.text"
+msgid "<item type=\"input\">#NA</item>"
+msgstr "<item type=\"input\">#NA</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158306\n"
+"124\n"
+"help.text"
+msgid "<emph>7</emph>"
+msgstr "<emph>৭</emph>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158333\n"
+"125\n"
+"help.text"
+msgid "<item type=\"input\">9</item>"
+msgstr "<item type=\"input\">৯</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158356\n"
+"126\n"
+"help.text"
+msgid "<item type=\"input\">17</item>"
+msgstr "<item type=\"input\">১৭</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158379\n"
+"127\n"
+"help.text"
+msgid "<item type=\"input\">120</item>"
+msgstr "<item type=\"input\">১২০</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144560\n"
+"128\n"
+"help.text"
+msgid "<emph>8</emph>"
+msgstr "<emph>৮</emph>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144586\n"
+"129\n"
+"help.text"
+msgid "<item type=\"input\">10</item>"
+msgstr "<item type=\"input\">১০</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144609\n"
+"130\n"
+"help.text"
+msgid "<item type=\"input\">19</item>"
+msgstr "<item type=\"input\">১৯</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144632\n"
+"131\n"
+"help.text"
+msgid "<item type=\"input\">133</item>"
+msgstr "<item type=\"input\">১৩৩</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144687\n"
+"132\n"
+"help.text"
+msgid "Column A contains several X1 values, column B several X2 values and column C the Y values. You have already entered these values in your spreadsheet. You have now set up E2:G6 in the spreadsheet and activated the <emph>Function Wizard</emph>. For the LINEST function to work, you must have marked the <emph>Array</emph> check box in the <emph>Function Wizard</emph>. Next, select the following values in the spreadsheet (or enter them using the keyboard):"
+msgstr "কলাম A-তে কিছু X1 মান, কলাম B-তে কিছু X2 মান এবং কলাম C-তে কিছু Y মান রয়েছে। আপনি ইতোমধ্যে আপনার স্প্রেডশীটে এই মানসমূহ সন্নিবেশ করেছেন। আপনি এখন স্প্রেডশীটের E2:G6 সেট আপ করবেন এবং <emph>ফাংশন উইজার্ড</emph> সক্রিয় করা হয়েছে। LINEST ফাংশন কাজ করানোর জন্য, আপনাকে অবশ্যই <emph>ফাংশন উইজার্ড</emph> এর <emph>অ্যারে</emph> চেক বক্স চিহ্নিত করতে হবে। পরবর্তীতে, স্প্রেডশীটের নিম্নোক্ত মানসমূহ নির্বাচন করুন (বা তাদেরকে কীবোর্ড দ্বারা সন্নিবেশ করান):"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158020\n"
+"133\n"
+"help.text"
+msgid "<emph>data_Y</emph> is C2:C8"
+msgstr "<emph>data_Y</emph> হলো C2:C8"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158039\n"
+"134\n"
+"help.text"
+msgid "<emph>data_X</emph> is A2:B8"
+msgstr "<emph>data_X</emph> হলো A2:B8"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158058\n"
+"135\n"
+"help.text"
+msgid "<emph>linearType</emph> and <emph>stats</emph> are both set to 1."
+msgstr "<emph>linearType</emph> এবং <emph>stats</emph> উভয়ই ১ এ নির্ধারণ করা হয়েছে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158084\n"
+"136\n"
+"help.text"
+msgid "As soon as you click <emph>OK</emph>, $[officename] Calc will fill the above example with the LINEST values as shown in the example."
+msgstr "আপনি যখনই <emph>ঠিক আছে</emph> ক্লিক করবেন, উদাহরণে যেভাবে প্রদর্শন করা হয়েছে, সেভাবে LINEST মান দ্বারা $[officename] ক্যালক উপরের উদাহরণ পূরণ করবে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158106\n"
+"137\n"
+"help.text"
+msgid "The formula in the <emph>Formula</emph> Bar corresponds to each cell of the LINEST array <item type=\"input\">{=LINEST(C2:C8;A2:B8;1;1)}</item>"
+msgstr "<emph>সূত্র</emph> বারের সূত্রটি LINEST অ্যারে <item type=\"input\">{=LINEST(C2:C8;A2:B8;1;1)}</item> এর প্রতিটি ঘরের সাথে সংশ্লিষ্ট।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158128\n"
+"138\n"
+"help.text"
+msgid "<emph>This represents the calculated LINEST values:</emph>"
+msgstr "<emph>এটা হিসাবকৃত LINEST মানসমূহ উল্লেখ করে:</emph>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3158146\n"
+"help.text"
+msgid "<bookmark_value>slopes, see also regression lines</bookmark_value><bookmark_value>regression lines;LINEST function</bookmark_value>"
+msgstr "<bookmark_value>slopes, see also regression lines</bookmark_value><bookmark_value>regression lines;LINEST function</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158146\n"
+"139\n"
+"help.text"
+msgid "E2 and F2: Slope m of the regression line y=b+m*x for the x1 and x2 values. The values are given in reverse order; that is, the slope for x2 in E2 and the slope for x1 in F2."
+msgstr "E2 এবং F2: x1 এবং x2 মানের জন্য y=b+m*x রিগ্রেশন রেখার ঢাল m। মানসমূহ বিপরীত ক্রমে দেওয়া হয়ে থাকে; যেমন, x2 মানের ঢাল E2-তে এবং x1 মানের ঢাল F2-তে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158184\n"
+"140\n"
+"help.text"
+msgid "G2: Intersection b with the y axis."
+msgstr "G2: y অক্ষের ছেদ b।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3158204\n"
+"help.text"
+msgid "<bookmark_value>standard errors;array functions</bookmark_value>"
+msgstr "<bookmark_value>standard errors;array functions</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3158204\n"
+"141\n"
+"help.text"
+msgid "E3 and F3: The standard error of the slope value."
+msgstr "E3 এবং F3: ঢাল মানের আদর্শ ত্রুটি।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145845\n"
+"142\n"
+"help.text"
+msgid "G3: The standard error of the intercept"
+msgstr "G3: স্পর্শমাত্রার আদর্শ ত্রুটি"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3145859\n"
+"help.text"
+msgid "<bookmark_value>RSQ calculations</bookmark_value>"
+msgstr "<bookmark_value>RSQ calculations</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145859\n"
+"143\n"
+"help.text"
+msgid "E4: RSQ"
+msgstr "E4: RSQ"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145880\n"
+"144\n"
+"help.text"
+msgid "F4: The standard error of the regression calculated for the Y value."
+msgstr "F4: রিগ্রেশনের আদর্শ ক্রটি, যা Y মানের জন্য হিসাব করা হয়েছে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145894\n"
+"145\n"
+"help.text"
+msgid "E5: The F value from the variance analysis."
+msgstr "E5: ভেরিয়েন্স বিশ্লেষণের F মান।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145915\n"
+"146\n"
+"help.text"
+msgid "F5: The degrees of freedom from the variance analysis."
+msgstr "F5: ভেরিয়েন্স বিশ্লেষণের স্বাধীনতা মাত্রা।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145937\n"
+"147\n"
+"help.text"
+msgid "E6: The sum of the squared deviation of the estimated Y values from their linear mean."
+msgstr "E6: Y মানের রৈখিক গড় হতে সম্ভাব্য Y মানের বর্গীয় ব্যবধানের সমষ্টি।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145952\n"
+"148\n"
+"help.text"
+msgid "F6: The sum of the squared deviation of the estimated Y value from the given Y values."
+msgstr "F6: প্রদত্ত Y মান হতে সম্ভাব্য Y মানের বর্গীয় ব্যবধানের সমষ্টি।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B04\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id1596728\n"
+"help.text"
+msgid "<bookmark_value>LOGEST function</bookmark_value>"
+msgstr "<bookmark_value>LOGEST function</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3146009\n"
+"150\n"
+"help.text"
+msgid "LOGEST"
+msgstr "LOGEST"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3146037\n"
+"151\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_RKP\">This function calculates the adjustment of the entered data as an exponential regression curve (y=b*m^x).</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_RKP\">এই ফাংশনটি সূচক নির্ভরন বাঁক (y=b*m^x) হিসেবে প্রবেশিত তথ্যের সমন্বয়সাধন গণনা করে।</ahelp>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3146056\n"
+"152\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163123\n"
+"153\n"
+"help.text"
+msgid "LOGEST(DataY; DataX; FunctionType; Stats)"
+msgstr "LOGEST(DataY; DataX; FunctionType; Stats)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163137\n"
+"154\n"
+"help.text"
+msgid "<emph>DataY</emph> represents the Y Data array."
+msgstr "<emph>DataY</emph> (ঐচ্ছিক) Y ডাটা অ্যারে উল্লেখ করে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163155\n"
+"155\n"
+"help.text"
+msgid "<emph>DataX</emph> (optional) represents the X Data array."
+msgstr "<emph>DataX</emph> (ঐচ্ছিক) X ডাটা অ্যারে উল্লেখ করে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163174\n"
+"156\n"
+"help.text"
+msgid "<emph>FunctionType</emph> (optional). If Function_Type = 0, functions in the form y = m^x will be calculated. Otherwise, y = b*m^x functions will be calculated."
+msgstr "<emph>FunctionType</emph> (ঐচ্ছিক)। যদি Function_Type = ০ হয়, y = m^x ফরমের ফাংশন হিসাব করা হবে। অন্যথায়, y = b*m^x ফাংশন হিসাব করা হবে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163196\n"
+"157\n"
+"help.text"
+msgid "<emph>Stats</emph> (optional). If Stats=0, only the regression coefficient is calculated."
+msgstr "<emph>Stats</emph> (ঐচ্ছিক)। যদি Stats=০ হয়, শুধুমাত্র রিগ্রেশন সহগ হিসাব করা হবে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN118F7\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11BC3\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3163216\n"
+"158\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163230\n"
+"159\n"
+"help.text"
+msgid "See LINEST. However, no square sum will be returned."
+msgstr "LINEST দেখুন। যাই হোক, কোনো বর্গীয় সমষ্টি প্রদান করা হবে না।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3163286\n"
+"help.text"
+msgid "<bookmark_value>SUMPRODUCT function</bookmark_value><bookmark_value>scalar products</bookmark_value><bookmark_value>dot products</bookmark_value><bookmark_value>inner products</bookmark_value>"
+msgstr "<bookmark_value>SUMPRODUCT function</bookmark_value><bookmark_value>scalar products</bookmark_value><bookmark_value>dot products</bookmark_value><bookmark_value>inner products</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3163286\n"
+"161\n"
+"help.text"
+msgid "SUMPRODUCT"
+msgstr "SUMPRODUCT"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163314\n"
+"162\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SUMMENPRODUKT\">Multiplies corresponding elements in the given arrays, and returns the sum of those products.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SUMMENPRODUKT\">প্রদত্ত অ্যারের সাথে সংশ্লিষ্ট উপাদান গুণন করে, এবং ঐসব গুণফলের সমষ্টি প্রদান করে।</ahelp>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3163334\n"
+"163\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163347\n"
+"164\n"
+"help.text"
+msgid "SUMPRODUCT(Array1; Array2...Array30)"
+msgstr "SUMPRODUCT(Array1; Array2...Array30)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163362\n"
+"165\n"
+"help.text"
+msgid "<emph>Array1, Array2...Array30</emph> represent arrays whose corresponding elements are to be multiplied."
+msgstr "<emph>Array1, Array2...Array30</emph> এমন অ্যারে উল্লেখ করে, যার সাথে সংশ্লিষ্ট উপাদানসমূহ গুণ করা হবে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B19\n"
+"help.text"
+msgid "At least one array must be part of the argument list. If only one array is given, all array elements are summed."
+msgstr "কমপক্ষে একটি অ্যারে অবশ্যই আর্গুমেন্ট তালিকার অংশ হতে হবে। যদি শুধুমাত্র একটি অ্যারে প্রদান করা হয়, সকল অ্যারে উপাদানের সমষ্টি বের করা হবে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B1C\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B2F\n"
+"help.text"
+msgid "A"
+msgstr "A"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B35\n"
+"help.text"
+msgid "B"
+msgstr "B"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B3B\n"
+"help.text"
+msgid "C"
+msgstr "C"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B41\n"
+"help.text"
+msgid "D"
+msgstr "D"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B48\n"
+"help.text"
+msgid "1"
+msgstr "১"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B4E\n"
+"help.text"
+msgid "<item type=\"input\">2</item>"
+msgstr "<item type=\"input\">২</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B54\n"
+"help.text"
+msgid "<item type=\"input\">3</item>"
+msgstr "<item type=\"input\">৩</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B5A\n"
+"help.text"
+msgid "<item type=\"input\">4</item>"
+msgstr "<item type=\"input\">৪</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B60\n"
+"help.text"
+msgid "<item type=\"input\">5</item>"
+msgstr "<item type=\"input\">৫</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B67\n"
+"help.text"
+msgid "2"
+msgstr "২"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B6D\n"
+"help.text"
+msgid "<item type=\"input\">6</item>"
+msgstr "<item type=\"input\">৬</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B73\n"
+"help.text"
+msgid "<item type=\"input\">7</item>"
+msgstr "<item type=\"input\">৭</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B79\n"
+"help.text"
+msgid "<item type=\"input\">8</item>"
+msgstr "<item type=\"input\">৮</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B7F\n"
+"help.text"
+msgid "<item type=\"input\">9</item>"
+msgstr "<item type=\"input\">৯</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B86\n"
+"help.text"
+msgid "3"
+msgstr "৩"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B8C\n"
+"help.text"
+msgid "<item type=\"input\">10</item>"
+msgstr "<item type=\"input\">১০</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B92\n"
+"help.text"
+msgid "<item type=\"input\">11</item>"
+msgstr "<item type=\"input\">১১</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B98\n"
+"help.text"
+msgid "<item type=\"input\">12</item>"
+msgstr "<item type=\"input\">১২</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11B9E\n"
+"help.text"
+msgid "<item type=\"input\">13</item>"
+msgstr "<item type=\"input\">১৩</item>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11BA1\n"
+"help.text"
+msgid "<item type=\"input\">=SUMPRODUCT(A1:B3;C1:D3)</item> returns 397."
+msgstr "<item type=\"input\">=SUMPRODUCT(A1:B3;C1:D3)</item> ৩৯৭ প্রদান করে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11BA4\n"
+"help.text"
+msgid "Calculation: A1*C1 + B1*D1 + A2*C2 + B2*D2 + A3*C3 + B3*D3"
+msgstr "হিসাব: A1*C1 + B1*D1 + A2*C2 + B2*D2 + A3*C3 + B3*D3"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11BA7\n"
+"help.text"
+msgid "You can use SUMPRODUCT to calculate the scalar product of two vectors."
+msgstr "আপনি দুইটি ভেক্টর রাশির স্কেলার গুণফল হিসাব করার জন্য SUMPRODUCT ব্যবহার করতে পারেন।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11BBC\n"
+"help.text"
+msgid "SUMPRODUCT returns a single number, it is not necessary to enter the function as an array function."
+msgstr "SUMPRODUCT একটি একক সংখ্যা প্রদান করে, একটি ফাংশনকে অ্যারে ফাংশন হিসাবে সন্নিবেশ করানোর প্রয়োজন নেই।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11C91\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3144842\n"
+"help.text"
+msgid "<bookmark_value>SUMX2MY2 function</bookmark_value>"
+msgstr "<bookmark_value>SUMX2MY2 function</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3144842\n"
+"169\n"
+"help.text"
+msgid "SUMX2MY2"
+msgstr "SUMX2MY2"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144871\n"
+"170\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SUMMEX2MY2\">Returns the sum of the difference of squares of corresponding values in two arrays.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SUMMEX2MY2\">দুইটি অ্যারের সঙ্গতিপূর্ণ মানের বর্গের পার্থক্যের যোগফল প্রদান করে।</ahelp>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3144889\n"
+"171\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144903\n"
+"172\n"
+"help.text"
+msgid "SUMX2MY2(ArrayX; ArrayY)"
+msgstr "SUMX2MY2(ArrayX; ArrayY)"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144916\n"
+"173\n"
+"help.text"
+msgid "<emph>ArrayX</emph> represents the first array whose elements are to be squared and added."
+msgstr "<emph>ArrayX</emph> প্রথম অ্যারেকে উল্লেখ করে, যার উপাদানগুলো বর্গ করে যোগ করা হবে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3144936\n"
+"174\n"
+"help.text"
+msgid "<emph>ArrayY</emph> represents the second array whose elements are to be squared and subtracted."
+msgstr "<emph>ArrayY</emph> দ্বিতীয় অ্যারেকে উল্লেখ করে, যার উপাদানগুলো বর্গ করে বিয়োগ করা হবে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11D6B\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3145026\n"
+"help.text"
+msgid "<bookmark_value>SUMX2PY2 function</bookmark_value>"
+msgstr "<bookmark_value>SUMX2PY2 function</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3145026\n"
+"178\n"
+"help.text"
+msgid "SUMX2PY2"
+msgstr "SUMX2PY2"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3145055\n"
+"179\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SUMMEX2PY2\">Returns the sum of the sum of squares of corresponding values in two arrays.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SUMMEX2PY2\">দুইটি অ্যারের সঙ্গতিপূর্ণ মানের বর্গের সমষ্টির যোগফল প্রদান করে।</ahelp>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3163390\n"
+"180\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163404\n"
+"181\n"
+"help.text"
+msgid "SUMX2PY2(ArrayX; ArrayY)"
+msgstr "SUMX2PY2(ArrayX; ArrayY)"
+
+#: 04060107.xhp
+#, fuzzy
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163417\n"
+"182\n"
+"help.text"
+msgid "<emph>ArrayX</emph> represents the first array whose elements are to be squared and added."
+msgstr "<emph>ArrayX</emph> প্রথম অ্যারেকে উল্লেখ করে, যার উপাদানগুলো বর্গ করে যোগ করা হবে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163437\n"
+"183\n"
+"help.text"
+msgid "<emph>ArrayY</emph> represents the second array, whose elements are to be squared and added."
+msgstr "<emph>অ্যারেY</emph> দ্বিতীয় অ্যারে নির্দেশ করে, যার এলিমেন্টের বর্গ করে যোগ করা হবে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11E45\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3163527\n"
+"help.text"
+msgid "<bookmark_value>SUMXMY2 function</bookmark_value>"
+msgstr "<bookmark_value>SUMXMY2 function</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3163527\n"
+"187\n"
+"help.text"
+msgid "SUMXMY2"
+msgstr "SUMXMY2"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163556\n"
+"188\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SUMMEXMY2\">Adds the squares of the variance between corresponding values in two arrays.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SUMMEXMY2\">দুইটি অ্যারের সঙ্গতিপূর্ণ মানের মধ্যবর্তী ভেদাংকের বর্গ যোগ করে।</ahelp>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3163574\n"
+"189\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163588\n"
+"190\n"
+"help.text"
+msgid "SUMXMY2(ArrayX; ArrayY)"
+msgstr "SUMXMY2(ArrayX; ArrayY)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163601\n"
+"191\n"
+"help.text"
+msgid "<emph>ArrayX</emph> represents the first array whose elements are to be subtracted and squared."
+msgstr "<emph>ArrayX</emph> প্রথম অ্যারেকে উল্লেখ করে, যার উপাদানগুলো বিয়োগ করে বর্গ করা হবে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3163621\n"
+"192\n"
+"help.text"
+msgid "<emph>ArrayY</emph> represents the second array, whose elements are to be subtracted and squared."
+msgstr "<emph>ArrayY</emph> দ্বিতীয় অ্যারেকে উল্লেখ করে, যার উপাদানগুলো বিয়োগ করে বর্গ করা হবে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11F1F\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3166062\n"
+"help.text"
+msgid "<bookmark_value>TREND function</bookmark_value>"
+msgstr "<bookmark_value>TREND function</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3166062\n"
+"196\n"
+"help.text"
+msgid "TREND"
+msgstr "TREND"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166091\n"
+"197\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TREND\">Returns values along a linear trend.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TREND\">একটি রৈখিক ট্রেন্ড সহ মান প্রদান করে।</ahelp>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3166109\n"
+"198\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166122\n"
+"199\n"
+"help.text"
+msgid "TREND(DataY; DataX; NewDataX; LinearType)"
+msgstr "TREND(DataY; DataX; NewDataX; LinearType)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166137\n"
+"200\n"
+"help.text"
+msgid "<emph>DataY</emph> represents the Y Data array."
+msgstr "<emph>DataY</emph> (ঐচ্ছিক) Y ডাটা অ্যারে উল্লেখ করে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166156\n"
+"201\n"
+"help.text"
+msgid "<emph>DataX</emph> (optional) represents the X Data array."
+msgstr "<emph>DataX</emph> (ঐচ্ছিক) X ডাটা অ্যারে উল্লেখ করে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166176\n"
+"202\n"
+"help.text"
+msgid "<emph>NewDataX</emph> (optional) represents the array of the X data, which are used for recalculating values."
+msgstr "<emph>NewDataX</emph> (ঐচ্ছিক) X ডাটার অ্যারে উল্লেখ করে, যা মানসমূহ পুনঃগণনা করার জন্য ব্যবহৃত হয়।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166196\n"
+"203\n"
+"help.text"
+msgid "<emph>LinearType</emph>(Optional). If LinearType = 0, then lines will be calculated through the zero point. Otherwise, offset lines will also be calculated. The default is LinearType <> 0."
+msgstr "<emph>LinearType</emph>(ঐচ্ছিক)। যদি LinearType = ০ হয়, লাইনগুলো শূন্য বিন্দুর মধ্য দিয়ে গণনা করা হয়। অন্যথায়, অফসেট লাইনও গণনা করা হবে। LinearType <> ০ হলো পূর্বনির্ধারিত মান।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11D2F\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN12019\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3166231\n"
+"204\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166245\n"
+"205\n"
+"help.text"
+msgid "Select a spreadsheet range in which the trend data will appear. Select the function. Enter the output data or select it with the mouse. Mark the <emph>Array</emph> field. click <emph>OK</emph>. The trend data calculated from the output data is displayed."
+msgstr "একটি স্প্রেডশীট পরিসর নির্বাচন করুন, যার মধ্যে ট্রেন্ড ডাটা প্রদর্শিত হবে। ফাংশন নির্বাচন করুন। আউটপুট ডাটা সন্নিবেশ করান বা মাউস দ্বারা এটা নির্বাচন করুন। <emph>অ্যারে</emph> ক্ষেত্রটি চিহ্নিত করুন। <emph>ঠিক আছে</emph> ক্লিক করুন। আউটপুট ডাটা হতে গণনাকৃত ট্রেন্ড ডাটা প্রদর্শিত হয়।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"bm_id3166317\n"
+"help.text"
+msgid "<bookmark_value>GROWTH function</bookmark_value><bookmark_value>exponential trends in arrays</bookmark_value>"
+msgstr "<bookmark_value>GROWTH function</bookmark_value><bookmark_value>exponential trends in arrays</bookmark_value>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3166317\n"
+"207\n"
+"help.text"
+msgid "GROWTH"
+msgstr "GROWTH"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166346\n"
+"208\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VARIATION\">Calculates the points of an exponential trend in an array.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_VARIATION\">একটি অ্যারেতে সূচকীয় ট্রেন্ডের পয়েন্ট হিসাব করে।</ahelp>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3166364\n"
+"209\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166377\n"
+"210\n"
+"help.text"
+msgid "GROWTH(DataY; DataX; NewDataX; FunctionType)"
+msgstr "GROWTH(DataY; DataX; NewDataX; FunctionType)"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166392\n"
+"211\n"
+"help.text"
+msgid "<emph>DataY</emph> represents the Y Data array."
+msgstr "<emph>DataY</emph> (ঐচ্ছিক) Y ডাতথ্য বিন্যাস উল্লেখ করে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3166411\n"
+"212\n"
+"help.text"
+msgid "<emph>DataX</emph> (optional) represents the X Data array."
+msgstr "<emph>তথ্যX</emph> (ঐচ্ছিক) X তথ্য বিন্যাস উল্লেখ করে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3173797\n"
+"213\n"
+"help.text"
+msgid "<emph>NewDataX</emph> (optional) represents the X data array, in which the values are recalculated."
+msgstr "<emph>NewDataX</emph> (ঐচ্ছিক) X তথ্য বিন্যাস উল্লেখ করে, যাতে মান পুনঃগণনা করা হয়।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3173817\n"
+"214\n"
+"help.text"
+msgid "<emph>FunctionType</emph>(optional). If FunctionType = 0, functions in the form y = m^x will be calculated. Otherwise, y = b*m^x functions will be calculated."
+msgstr "<emph>FunctionType</emph>(ঐচ্ছিক)। যদি FunctionType = ০ হয়, y = m^x ফরমের ফাংশন গণনা করা হবে। অন্যথায়, y = b*m^x ফাংশন গণনা করা হবে।"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN11DFD\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_idN12113\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"hd_id3173839\n"
+"215\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060107.xhp
+msgctxt ""
+"04060107.xhp\n"
+"par_id3173852\n"
+"216\n"
+"help.text"
+msgid "This function returns an array and is handled in the same way as the other array functions. Select a range where you want the answers to appear and select the function. Select DataY. Enter any other parameters, mark <emph>Array</emph> and click <emph>OK</emph>."
+msgstr "এই ফাংশনটি একটি অ্যারে প্রদান করে এবং অন্যান্য অ্যারে ফাংশনের মতো একই উপায়ে নিয়ন্ত্রণ করা হয়। একটি পরিসর নির্বাচন করুন, যেখানে আপনি উত্তর প্রদর্শন করতে চান এবং ফাংশনটি নির্বাচন করুন। DataY নির্বাচন করুন। অন্য যেকোনো প্যারামিটার সন্নিবেশ করান,<emph>অ্যারে</emph> চিহ্নিত করুন এবং <emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"tit\n"
+"help.text"
+msgid "DATEDIF"
+msgstr ""
+
+#: func_datedif.xhp
+#, fuzzy
+msgctxt ""
+"func_datedif.xhp\n"
+"bm_id3155511\n"
+"help.text"
+msgid "<bookmark_value>DATEDIF function</bookmark_value>"
+msgstr "<bookmark_value>DATE function</bookmark_value>"
+
+#: func_datedif.xhp
+#, fuzzy
+msgctxt ""
+"func_datedif.xhp\n"
+"hd_id3155511\n"
+"help.text"
+msgid "<variable id=\"datedif\"><link href=\"text/scalc/01/func_datedif.xhp\">DATEDIF</link></variable>"
+msgstr "<variable id=\"date\"><link href=\"text/scalc/01/func_date.xhp\">DATE</link></variable>"
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3153551\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DATUM\">This function returns the number of whole days, months or years between Start date and End date.</ahelp>"
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"hd_id3148590\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3150474\n"
+"help.text"
+msgid "DATEDIF(Start date; End date; Interval)"
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3152815\n"
+"help.text"
+msgid "<emph>Start date</emph> is the date from when the calculation is carried out."
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3155817\n"
+"help.text"
+msgid "<emph>End date</emph> is the date until the calculation is carried out. End date must be later, than Start date."
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3153183\n"
+"help.text"
+msgid "<emph>Interval</emph> is a string, accepted values are \"d\", \"m\", \"y\", \"ym\", \"md\" or \"yd\"."
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id5735953\n"
+"help.text"
+msgid "Value for \"Interval\""
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id8360850\n"
+"help.text"
+msgid "Return value"
+msgstr "প্রদান মান"
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id9648731\n"
+"help.text"
+msgid "\"d\""
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id908841\n"
+"help.text"
+msgid "Number of whole days between Start date and End date."
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id8193914\n"
+"help.text"
+msgid "\"m\""
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id9841608\n"
+"help.text"
+msgid "Number of whole months between Start date and End date."
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id2701803\n"
+"help.text"
+msgid "\"y\""
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id2136295\n"
+"help.text"
+msgid "Number of whole years between Start date and End date."
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id9200109\n"
+"help.text"
+msgid "\"ym\""
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id4186223\n"
+"help.text"
+msgid "Number of whole months when subtracting years from the difference of Start date and End date."
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id5766472\n"
+"help.text"
+msgid "\"md\""
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id1491134\n"
+"help.text"
+msgid "Number of whole days when subtracting years and months from the difference of Start date and End date."
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id5866472\n"
+"help.text"
+msgid "\"yd\""
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id1591134\n"
+"help.text"
+msgid "Number of whole days when subtracting years from the difference of Start date and End date."
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"hd_id3147477\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3152589\n"
+"help.text"
+msgid "Birthday calculation. A man was born on 1974-04-17. Today is 2012-06-13."
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3252589\n"
+"help.text"
+msgid "<item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"y\")</item> yields 38. <item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"ym\")</item> yields 1. <item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"md\")</item> yields 27. So he is 38 years, 1 month and 27 days old."
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3352589\n"
+"help.text"
+msgid "<item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"m\")</item> yields 457, he has been living for 457 months."
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3452589\n"
+"help.text"
+msgid "<item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"d\")</item> yields 13937, he has been living for 13937 days."
+msgstr ""
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3752589\n"
+"help.text"
+msgid "<item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"yd\")</item> yields 57, his birthday was 57 days ago."
+msgstr ""
+
+#: 06030200.xhp
+msgctxt ""
+"06030200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Remove Precedents"
+msgstr "পূর্ববর্তী আলামত মুছে ফেলুন"
+
+#: 06030200.xhp
+msgctxt ""
+"06030200.xhp\n"
+"bm_id3155628\n"
+"help.text"
+msgid "<bookmark_value>cells; removing precedents</bookmark_value><bookmark_value>formula cells;removing precedents</bookmark_value>"
+msgstr "<bookmark_value>cells; removing precedents</bookmark_value><bookmark_value>formula cells;removing precedents</bookmark_value>"
+
+#: 06030200.xhp
+msgctxt ""
+"06030200.xhp\n"
+"hd_id3155628\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030200.xhp\" name=\"Remove Precedents\">Remove Precedents</link>"
+msgstr "<link href=\"text/scalc/01/06030200.xhp\" name=\"Remove Precedents\">পূর্ববর্তী আলামত মুছে ফেলুন </link>"
+
+#: 06030200.xhp
+msgctxt ""
+"06030200.xhp\n"
+"par_id3149456\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ClearArrowPrecedents\">Deletes one level of the trace arrows that were inserted with the <emph>Trace Precedents</emph> command.</ahelp>"
+msgstr "<ahelp hid=\".uno:ClearArrowPrecedents\">ছাপ তীরচিহ্নের একটি লেভেল মুছে ফেলে যা <emph>ছাপ পূর্বনিদর্শন</emph> কামান্ড দ্বারা অন্তর্ভুক্ত হয়।</ahelp>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "AutoFormat"
+msgstr "AutoFormat"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3149666\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"autoformat\"><link href=\"text/scalc/01/05110000.xhp\" name=\"AutoFormat\">AutoFormat</link></variable>"
+msgstr "<variable id=\"autoformat\"><link href=\"text/scalc/01/05110000.xhp\" name=\"AutoFormat\">AutoFormat</link></variable>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3145367\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"autoformattext\"><ahelp hid=\".\">Use this command to apply an AutoFormat to a selected sheet area or to define your own AutoFormats.</ahelp></variable>"
+msgstr "<variable id=\"autoformattext\"><ahelp hid=\".\">একটি নির্বাচিত শীটের এলাকায় AutoFormat প্রয়োগ করতে বা আপনার নিজস্ব AutoFormats নির্ধারণ করতে, এই কমান্ডটি ব্যবহার করুন।</ahelp></variable>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3148455\n"
+"3\n"
+"help.text"
+msgid "Format"
+msgstr "বিন্যাস"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3145799\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_AUTOFORMAT:LB_FORMAT\">Choose a predefined AutoFormat to apply to a selected area in your sheet.</ahelp>"
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_AUTOFORMAT:LB_FORMAT\">আপনারা শীটের উল্লেখিত এলাকায় প্রয়োগ করতে একটি পূর্বনির্ধারিত AutoFormat নির্বাচন করুন।</ahelp>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3149410\n"
+"5\n"
+"help.text"
+msgid "Add"
+msgstr "যোগ"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3154017\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_AUTOFORMAT:BTN_ADD\">Allows you to add the current formatting of a range of at least 4 x 4 cells to the list of predefined AutoFormats.</ahelp> The <link href=\"text/shared/01/05150101.xhp\" name=\"Add AutoFormat\">Add AutoFormat</link> dialog then appears."
+msgstr "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_AUTOFORMAT:BTN_ADD\">পূর্বনির্ধারিত AutoFormats তালিকাতে অন্তত ৪ x ৪ ঘর পরিসরের বর্তমান বিন্যাস সংযোজন অনুমোদন করে। </ahelp> <link href=\"text/shared/01/05150101.xhp\" name=\"Add AutoFormat\">AutoFormat সংযোজন</link> ডায়ালগটি আবির্ভূত হয়।"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3153708\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_AUTOFMT_NAME\">Enter a name and click <emph>OK</emph>. </ahelp>"
+msgstr "<ahelp hid=\"HID_SC_AUTOFMT_NAME\">একটি নাম সন্নিবেশ করান এবং <emph>ঠিক আছে</emph>ক্লিক করুন। </ahelp>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3150044\n"
+"7\n"
+"help.text"
+msgid "More"
+msgstr "আরও"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3146920\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_AUTOFORMAT:BTN_MORE\">Opens the <emph>Formatting</emph> section, which displays the formatting overrides that can be applied to the spreadsheet. Deselecting an option keeps the format of the current spreadsheet for that format type.</ahelp>"
+msgstr "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_AUTOFORMAT:BTN_MORE\"> <emph>বিন্যাস</emph> অংশটি খোলে, যা স্প্রেডশীটে প্রয়োগ করা যায় এমন বিকল্প বিন্যাস প্রদর্শন করে। একটি অপশন চিহ্নিত না করার মাধ্যমে বর্তমান স্প্রেডশীটের বিন্যাস সেই বিন্যাসের ধরনের জন্য ধারণ করে।</ahelp>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3155961\n"
+"9\n"
+"help.text"
+msgid "Formatting"
+msgstr "বিন্যাস"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3153965\n"
+"10\n"
+"help.text"
+msgid "In this section you can select or deselect the available formatting options. If you want to keep any of the settings currently in your spreadsheet, deselect the corresponding option."
+msgstr "এই অংশে আপনি বিদ্যমান বিন্যাসের অপশন নির্বাচন করতে পারেন বা নির্বাচন উঠিয়ে দিতে পারেন। আপনি যদি আপনার স্প্রেডশীটে উপস্থিত যেকোনো সেটিং বজায় রাখতে চান, সংশ্লিষ্ট অপশনটির নির্বাচন বাদ দিন।"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3154021\n"
+"11\n"
+"help.text"
+msgid "Number format"
+msgstr "সংখ্যা বিন্যাস"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3159239\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_NUMFORMAT\">When marked, specifies that you want to retain the number format of the selected format.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_NUMFORMAT\">যখন চিহ্নিত থাকে, সুনির্দিষ্টভাবে উল্লেখ করুন যে আপনি নির্বাচিত বিন্যাসের সংখ্যা বিন্যাস বজায় রাখতে চান।</ahelp>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3149530\n"
+"13\n"
+"help.text"
+msgid "Borders"
+msgstr "সীমানা"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3145259\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_BORDER\">When marked, specifies that you want to retain the border of the selected format.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_BORDER\">যখন চিহ্নিত থাকে, সুনির্দিষ্টভাবে উল্লেখ করুন যে আপনি নির্বাচিত বিন্যাসের সীমানা বজায় রাখতে চান।</ahelp>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3154657\n"
+"15\n"
+"help.text"
+msgid "Font"
+msgstr "ফন্ট"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3152990\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_FONT\">When marked, specifies that you want to retain the font of the selected format.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_FONT\">যখন চিহ্নিত থাকে, সুনির্দিষ্টভাবে উল্লেখ করুন যে আপনি নির্বাচিত বিন্যাসের ফন্ট বজায় রাখতে চান।</ahelp>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3155379\n"
+"17\n"
+"help.text"
+msgid "Pattern"
+msgstr "প্যাটার্ন"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3150368\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_PATTERN\">When marked, specifies that you want to retain the pattern of the selected format.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_PATTERN\">যখন চিহ্নিত থাকে, সুনির্দিষ্টভাবে উল্লেখ করুন যে আপনি নির্বাচিত বিন্যাসের প্যাটার্ন বজায় রাখতে চান।</ahelp>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3146115\n"
+"19\n"
+"help.text"
+msgid "Alignment"
+msgstr "প্রান্তিককরণ"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3156445\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_ALIGNMENT\">When marked, specifies that you want to retain the alignment of the selected format.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_ALIGNMENT\">যখন চিহ্নিত থাকে, সুনির্দিষ্টভাবে উল্লেখ করুন যে আপনি নির্বাচিত বিন্যাসের প্রান্তিককরণ বজায় রাখতে চান।</ahelp>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3155811\n"
+"21\n"
+"help.text"
+msgid "AutoFit width and height"
+msgstr "AutoFit প্রস্থ এবং উচ্চতা"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3148703\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_ADJUST\">When marked, specifies that you want to retain the width and height of the selected cells of the selected format.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_ADJUST\">যখন চিহ্নিত থাকে, সুনির্দিষ্টভাবে উল্লেখ করুন যে আপনি নির্বাচিত বিন্যাসের নির্বাচিত ঘরের প্রস্থ এবং উচ্চতা বজায় রাখতে চান।</ahelp>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3159223\n"
+"26\n"
+"help.text"
+msgid "Rename"
+msgstr "নতুন নামকরণ"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3153064\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_RENAME_AUTOFMT\">Opens a dialog where you can change the specification of the selected AutoFormat.</ahelp> The button is only visible if you clicked the <emph>More</emph> button."
+msgstr "<ahelp hid=\"HID_SC_RENAME_AUTOFMT\">একটি ডায়ালগ খোলে যেখানে আপনি নির্বাচিত AutoFormat এর সুনির্দিষ্ট বিবরণ পরিবর্তন করতে পারেন।</ahelp> বোতামটি শুধুমাত্র তখনই দৃশ্যমান হয় যদি আপনি <emph>অধিক</emph> বোতামে ক্লিক করেন।"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3153912\n"
+"28\n"
+"help.text"
+msgid "The <emph>Rename AutoFormat</emph> dialog opens.<ahelp hid=\"HID_SC_REN_AFMT_NAME\"> Enter the new name of the AutoFormat here.</ahelp>"
+msgstr "<emph>নতুন নামকরণ AutoFormat</emph> ডায়ালগটি খোলে। <ahelp hid=\"HID_SC_REN_AFMT_NAME\"> AutoFormat এর নতুন নাম এইখানে সন্নিবেশ করান।</ahelp>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3155264\n"
+"23\n"
+"help.text"
+msgid "More"
+msgstr "অধিক"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3159094\n"
+"24\n"
+"help.text"
+msgid "Closes the <emph>Formatting</emph> options section, if it is currently open."
+msgstr "<emph>বিন্যাস</emph> অপশন নির্বাচন বন্ধ করে, যদি এইটি বর্তমানে খোলা থাকে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text Functions"
+msgstr "টেক্সট ফাংশন"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3145389\n"
+"help.text"
+msgid "<bookmark_value>text in cells; functions</bookmark_value> <bookmark_value>functions; text functions</bookmark_value> <bookmark_value>Function Wizard;text</bookmark_value>"
+msgstr "<bookmark_value>text in cells; functions</bookmark_value> <bookmark_value>functions; text functions</bookmark_value> <bookmark_value>Function Wizard;text</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3145389\n"
+"1\n"
+"help.text"
+msgid "Text Functions"
+msgstr "টেক্সট ফাংশন"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3152986\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"texttext\">This section contains descriptions of the <emph>Text</emph> functions.</variable>"
+msgstr "<variable id=\"texttext\">এই বিভাগটিতে <emph>টেক্সট</emph> ফাংশনের বর্ণনা রয়েছে।</variable>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3149384\n"
+"help.text"
+msgid "<bookmark_value>ARABIC function</bookmark_value>"
+msgstr "<bookmark_value>ARABIC function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149384\n"
+"239\n"
+"help.text"
+msgid "ARABIC"
+msgstr "ARABIC"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153558\n"
+"240\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARABISCH\">Calculates the value of a Roman number. The value range must be between 0 and 3999.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARABISCH\">রোমান সংখ্যার মান গণনা করে। মানের পরিসর অবশ্যই ০ এবং ৩৯৯৯ এর মধ্যে হবে।</ahelp>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3153011\n"
+"241\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155523\n"
+"242\n"
+"help.text"
+msgid "ARABIC(\"Text\")"
+msgstr "ARABIC(\"Text\")"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151193\n"
+"243\n"
+"help.text"
+msgid "<emph>Text</emph> is the text that represents a Roman number."
+msgstr "<emph>পাঠ্য</emph> হলো পাঠ্য যা একটি রোমান সংখ্যা নির্দেশ করে থাকে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3155758\n"
+"244\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154621\n"
+"245\n"
+"help.text"
+msgid "<item type=\"input\">=ARABIC(\"MXIV\")</item> returns 1014"
+msgstr "<item type=\"input\">=ARABIC(\"MXIV\")</item> ১০১৪ প্রদান করে"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147553\n"
+"246\n"
+"help.text"
+msgid "<item type=\"input\">=ARABIC(\"MMII\")</item> returns 2002"
+msgstr "<item type=\"input\">=ARABIC(\"MMII\")</item> ২০০২ প্রদান করে"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id8796349\n"
+"help.text"
+msgid "<bookmark_value>ASC function</bookmark_value>"
+msgstr "<bookmark_value>ASC function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id7723929\n"
+"help.text"
+msgid "ASC"
+msgstr "ASC"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id8455153\n"
+"help.text"
+msgid "<ahelp hid=\".\">The ASC function converts full-width to half-width ASCII and katakana characters. Returns a text string.</ahelp>"
+msgstr "<ahelp hid=\".\">ASC ফাংশন পূর্ণ-প্রস্থের ASCII এবং কাটাকানা অক্ষরকে অর্ধ-প্রস্থে রূপান্তর করে। একটি টেক্সট স্ট্রিং প্রদান করে।</ahelp>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id9912411\n"
+"help.text"
+msgid "See <link href=\"http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions\">http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> for a conversion table."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id9204992\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id1993774\n"
+"help.text"
+msgid "ASC(\"Text\")"
+msgstr "ASC(\"Text\")"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id2949919\n"
+"help.text"
+msgid "<emph>Text</emph> is the text that contains characters to be converted."
+msgstr "<emph>পাঠ্য</emph> হলো একটি পাঠ্য যাতে রূপান্তর করা হবে এমন অক্ষর বিদ্যমান।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id2355113\n"
+"help.text"
+msgid "See also JIS function."
+msgstr "JIS ফাংশনটিও দেখুন।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id9323709\n"
+"help.text"
+msgid "<bookmark_value>BAHTTEXT function</bookmark_value>"
+msgstr "<bookmark_value>BAHTTEXT function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id6695455\n"
+"help.text"
+msgid "BAHTTEXT"
+msgstr "BAHTTEXT"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id354014\n"
+"help.text"
+msgid "Converts a number to Thai text, including the Thai currency names."
+msgstr "একটি সংখ্যাকে থাই টেক্সটে রূপান্তর করে, থাই মুদ্রার নাম সহকারে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id9942014\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id8780785\n"
+"help.text"
+msgid "BAHTTEXT(Number)"
+msgstr "BAHTTEXT(Number)"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id1539353\n"
+"help.text"
+msgid "<emph>Number</emph> is any number. \"Baht\" is appended to the integral part of the number, and \"Satang\" is appended to the decimal part of the number."
+msgstr "<emph>Number</emph> হলো যেকোনো সংখ্যা। \"Baht\" সংখ্যার অখন্ড অংশের শেষে যোগ করা হয়, এবং \"Satang\" সংখ্যার দশমিক অংশের শেষে যোগ করা হয়।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id9694814\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3289284\n"
+"help.text"
+msgid "<item type=\"input\">=BAHTTEXT(12.65)</item> returns a string in Thai characters with the meaning of \"Twelve Baht and sixty five Satang\"."
+msgstr "<item type=\"input\">=BAHTTEXT(12.65)</item> থাই অক্ষরে একটি স্ট্রিং প্রদান করে, যার অর্থ \"বারো বাত এবং পয়ষট্রি সাতাং।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3153072\n"
+"help.text"
+msgid "<bookmark_value>BASE function</bookmark_value>"
+msgstr "<bookmark_value>BASE function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3153072\n"
+"213\n"
+"help.text"
+msgid "BASE"
+msgstr "BASE"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153289\n"
+"214\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BASIS\">Converts a positive integer to a specified base into a text from the <link href=\"text/shared/00/00000005.xhp#zahlensystem\" name=\"numbering system\">numbering system</link>.</ahelp> The digits 0-9 and the letters A-Z are used."
+msgstr "<ahelp hid=\"HID_FUNC_BASIS\">একটি ধনাত্মক পূর্ণ সংখ্যাকে সুনির্দিষ্ট বেসে <link href=\"text/shared/00/00000005.xhp#zahlensystem\" name=\"numbering system\">সংখ্যায়ন সিস্টেম</link> হতে টেক্সটে পরিবর্তন করে।</ahelp> ০-৯ ডিজিট এবং A-Z বর্ণ ব্যবহার করা হয়।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3146097\n"
+"215\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155743\n"
+"216\n"
+"help.text"
+msgid "BASE(Number; Radix; [MinimumLength])"
+msgstr "BASE(Number; Radix; [MinimumLength])"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151339\n"
+"217\n"
+"help.text"
+msgid "<emph>Number</emph> is the positive integer to be converted."
+msgstr "<emph>সংখ্যা</emph> হলো রূপান্তর করা হবে এমন একটি ধনাত্বক ইনটিজার।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3159262\n"
+"218\n"
+"help.text"
+msgid "<emph>Radix</emph> indicates the base of the number system. It may be any positive integer between 2 and 36."
+msgstr "<emph>রেডিক্স</emph> সংখ্যা সিস্টেমের ভিত্তি নির্দেশ করে থাকে। ২ এবং ৩৬ এর মধ্যে যেকোনো একটি ধনাত্মক ইনটিজার।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148746\n"
+"219\n"
+"help.text"
+msgid "<emph>MinimumLength</emph> (optional) determines the minimum length of the character sequence that has been created. If the text is shorter than the indicated minimum length, zeros are added to the left of the string."
+msgstr "<emph>MinimumLength</emph> (ঐচ্ছিক) অক্ষরের ক্রমের সর্বনিম্ন দৈর্ঘ্য নির্ধারণ করে, যা তৈরি করা হয়েছে। যদি টেক্সটটি নির্দেশিত সর্মনিম্ন দৈর্ঘ্যের তুলনায় ছোট হয়, স্ট্রিংয়ের বামে শূন্য যোগ করা হয়।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3146323\n"
+"220\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3156399\n"
+"help.text"
+msgid "<bookmark_value>decimal system; converting to</bookmark_value>"
+msgstr "<bookmark_value>decimal system; converting to</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156399\n"
+"221\n"
+"help.text"
+msgid "<item type=\"input\">=BASE(17;10;4)</item> returns 0017 in the decimal system."
+msgstr "<item type=\"input\">=BASE(17;10;4)</item> বাইনারি ব্যবস্থায় ০০১৭ প্রদান করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3157871\n"
+"help.text"
+msgid "<bookmark_value>binary system; converting to</bookmark_value>"
+msgstr "<bookmark_value>binary system; converting to</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3157871\n"
+"222\n"
+"help.text"
+msgid "<item type=\"input\">=BASE(17;2)</item> returns 10001 in the binary system."
+msgstr "<item type=\"input\">=BASE(17;2)</item> বাইনারি ব্যবস্থায় ১০০০১ প্রদান করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3145226\n"
+"help.text"
+msgid "<bookmark_value>hexadecimal system; converting to</bookmark_value>"
+msgstr "<bookmark_value>hexadecimal system; converting to</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3145226\n"
+"223\n"
+"help.text"
+msgid "<item type=\"input\">=BASE(255;16;4)</item> returns 00FF in the hexadecimal system."
+msgstr "<item type=\"input\">=BASE(255;16;4)</item> হেক্সাডেসিমাল পদ্ধতিতে 00FF প্রদান করে থাকে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3149321\n"
+"help.text"
+msgid "<bookmark_value>CHAR function</bookmark_value>"
+msgstr "<bookmark_value>CHAR function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149321\n"
+"201\n"
+"help.text"
+msgid "CHAR"
+msgstr "CHAR"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149150\n"
+"202\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZEICHEN\">Converts a number into a character according to the current code table.</ahelp> The number can be a two-digit or three-digit integer number."
+msgstr "<ahelp hid=\"HID_FUNC_ZEICHEN\">বর্তমান কোড টেবিল অনুসারে একটি সংখ্যাকে অক্ষরে রূপান্তর করে।</ahelp> সংখ্যাটি দুই-ডিজিট বা তিন-ডিজিটের পূর্ণ সংখ্যা হতে পারে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149945\n"
+"203\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3145634\n"
+"204\n"
+"help.text"
+msgid "CHAR(Number)"
+msgstr "CHAR(Number)"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155906\n"
+"205\n"
+"help.text"
+msgid "<emph>Number</emph> is a number between 1 and 255 representing the code value for the character."
+msgstr "<emph>সংখ্যা</emph> হলো অক্ষরের জন্য কোড মান নির্দেশ করার জন্য ১ থেকে ২৫৫ এর মধ্যে একটি সংখ্যা।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3152982\n"
+"207\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149890\n"
+"208\n"
+"help.text"
+msgid "<item type=\"input\">=CHAR(100)</item> returns the character d."
+msgstr "<item type=\"input\">=CHAR(100)</item> d অক্ষরটি প্রদান করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id0907200910283297\n"
+"help.text"
+msgid "=\"abc\" & CHAR(10) & \"def\" inserts a newline character into the string."
+msgstr "=\"abc\" & CHAR(10) & \"def\" স্ট্রিং এ একটি নতুনলাইন অক্ষর সন্নিবেশ করানো হয়।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3149009\n"
+"help.text"
+msgid "<bookmark_value>CLEAN function</bookmark_value>"
+msgstr "<bookmark_value>CLEAN function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149009\n"
+"132\n"
+"help.text"
+msgid "CLEAN"
+msgstr "CLEAN"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150482\n"
+"133\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SAEUBERN\">All non-printing characters are removed from the string.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SAEUBERN\">স্ট্রিং হতে সকল অমুদ্রণীয় অক্ষর অপসারণ করা হয়।</ahelp>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3146880\n"
+"134\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147472\n"
+"135\n"
+"help.text"
+msgid "CLEAN(\"Text\")"
+msgstr "CLEAN(\"Text\")"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150695\n"
+"136\n"
+"help.text"
+msgid "<emph>Text</emph> refers to the text from which to remove all non-printable characters."
+msgstr "<emph>পাঠ্য</emph> পাঠ্য নির্দেশ করে থাকে যা থেকে সকল অমুদ্রণযোগ্য অক্ষর অপসারণ করা হয়।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3155498\n"
+"help.text"
+msgid "<bookmark_value>CODE function</bookmark_value>"
+msgstr "<bookmark_value>CODE function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3155498\n"
+"3\n"
+"help.text"
+msgid "CODE"
+msgstr "CODE"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3152770\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_CODE\">Returns a numeric code for the first character in a text string.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_CODE\">একটি টেক্সট স্ট্রিংয়ে প্রথম অক্ষরের জন্য সংখ্যাসূচক কোড প্রদান করে।</ahelp>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3155830\n"
+"5\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149188\n"
+"6\n"
+"help.text"
+msgid "CODE(\"Text\")"
+msgstr "CODE(\"Text\")"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154383\n"
+"7\n"
+"help.text"
+msgid "<emph>Text</emph> is the text for which the code of the first character is to be found."
+msgstr "<emph>পাঠ্য</emph> হলো একটি পাঠ্য যার জন্য প্রথম অক্ষরের কোড খুঁজে পাওয়া যাবে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3154394\n"
+"8\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3159209\n"
+"9\n"
+"help.text"
+msgid "<item type=\"input\">=CODE(\"Hieronymus\")</item> returns 72, <item type=\"input\">=CODE(\"hieroglyphic\")</item> returns 104."
+msgstr "<item type=\"input\">=CODE(\"Hieronymus\")</item> ৭২ প্রদান করে, <item type=\"input\">=CODE(\"hieroglyphic\")</item> ১০৪ প্রদান করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150280\n"
+"211\n"
+"help.text"
+msgid "The code used here does not refer to ASCII, but to the code table currently loaded."
+msgstr "এখানে ব্যবহৃত কোড ASCII কে নির্দেশ করে না, কিন্তু বর্তমানে লোডকৃত কোড টেবিলকে নির্দেশ করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3149688\n"
+"help.text"
+msgid "<bookmark_value>CONCATENATE function</bookmark_value>"
+msgstr "<bookmark_value>CONCATENATE function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149688\n"
+"167\n"
+"help.text"
+msgid "CONCATENATE"
+msgstr "CONCATENATE"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154524\n"
+"168\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VERKETTEN\">Combines several text strings into one string.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_VERKETTEN\">বিভিন্ন টেক্সট স্ট্রিংকে একত্রিত করে একটি স্ট্রিংয়ে রূপান্তর করে।</ahelp>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149542\n"
+"169\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155954\n"
+"170\n"
+"help.text"
+msgid "CONCATENATE(\"Text1\"; ...; \"Text30\")"
+msgstr "CONCATENATE(\"Text1\"; ...; \"Text30\")"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3146847\n"
+"171\n"
+"help.text"
+msgid "<emph>Text 1; Text 2; ...</emph> represent up to 30 text passages which are to be combined into one string."
+msgstr "<emph>Text 1; Text 2; ...</emph> সর্বোচ্চ ৩০টি টেক্সট অনুচ্ছেদকে উল্লেখ করে, যাদেরকে একটি স্ট্রিংয়ে রূপান্তর করা হবে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3153110\n"
+"172\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150008\n"
+"173\n"
+"help.text"
+msgid "<item type=\"input\">=CONCATENATE(\"Good \";\"Morning \";\"Mrs. \";\"Doe\")</item> returns: Good Morning Mrs. Doe."
+msgstr "<item type=\"input\">=CONCATENATE(\"Good \";\"Morning \";\"Mrs. \";\"Doe\")</item> Good Morning Mrs. Doe প্রদান করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3145166\n"
+"help.text"
+msgid "<bookmark_value>DECIMAL function</bookmark_value>"
+msgstr "<bookmark_value>DECIMAL function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3145166\n"
+"225\n"
+"help.text"
+msgid "DECIMAL"
+msgstr "DECIMAL"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156361\n"
+"226\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DEZIMAL\">Converts text with characters from a <link href=\"text/shared/00/00000005.xhp#zahlensystem\" name=\"number system\">number system</link> to a positive integer in the base radix given.</ahelp> The radix must be in the range 2 to 36. Spaces and tabs are ignored. The <emph>Text</emph> field is not case-sensitive."
+msgstr "<ahelp hid=\"HID_FUNC_DEZIMAL\">টেক্সটকে <link href=\"text/shared/00/00000005.xhp#zahlensystem\" name=\"number system\">সংখ্যা ব্যবস্থা</link>হতে প্রদেয় ভিত্তি সংখ্যা পদ্ধতির একটি ধনাতত্বক পূর্ণ সংখ্যাতে রূপান্তর করে। </ahelp>সংখ্যা পদ্ধতিটি অবশ্যই ২ হতে ৩৬ এর মধ্যে থাকতে হবে। ফাঁকা স্থান এবং ট্যাব অবজ্ঞা করা হয়। <emph>টেক্সট</emph> ক্ষেত্রটি অবস্থা-সংবেদনশীল নয়।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3157994\n"
+"227\n"
+"help.text"
+msgid "If the radix is 16, a leading x or X or 0x or 0X, and an appended h or H, is disregarded. If the radix is 2, an appended b or B is disregarded. Other characters that do not belong to the number system generate an error."
+msgstr "যদি রেডিক্স ১৬ হয়, একটি নেতৃত্বদানকারী x অথবা X অথবা 0x অথবা 0X, এবং একটি সংযুক্ত h অথবা H, হলো অবহেলিত। যদি রেডিক্স ২ হয়, একটি সংযুক্ত b অথবা B অবহেলিত হয়। অন্য অক্ষর য়া সংখ্যা ব্যবস্থাতে নয় তা ত্রুটি উৎপাদন করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3150014\n"
+"228\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154328\n"
+"229\n"
+"help.text"
+msgid "DECIMAL(\"Text\"; Radix)"
+msgstr "DECIMAL(\"Text\"; Radix)"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150128\n"
+"230\n"
+"help.text"
+msgid "<emph>Text</emph> is the text to be converted. To differentiate between a hexadecimal number, such as A1 and the reference to cell A1, you must place the number in quotation marks, for example, \"A1\" or \"FACE\"."
+msgstr "<emph>Text</emph> হলো এমন টেক্সট, যা রূপান্তর করা হবে। একটি হেক্সাডেসিমেল সংখ্যা, যেমন A1 এবং A1 ঘরের রেফারেন্সের মধ্যে পার্থক্য তৈরি করে, আপনাকে অবশ্যই সংখ্যাটি একটি উদ্ধৃতি চিহ্নের মধ্যে স্থাপন করতে হবে, যেমন, \"A1\" বা \"FACE\"।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3145241\n"
+"231\n"
+"help.text"
+msgid "<emph>Radix</emph> indicates the base of the number system. It may be any positive integer between 2 and 36."
+msgstr "<emph>Radix</emph> সংখ্যা সিস্টেমের বেস নির্দেশ করে। এটা ২ এবং ৩৬ এর মধ্যবর্তী যেকোনো ধনাত্মক পূর্ণ সংখ্যা হতে পারে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3156062\n"
+"232\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3145355\n"
+"233\n"
+"help.text"
+msgid "<item type=\"input\">=DECIMAL(\"17\";10)</item> returns 17."
+msgstr "<item type=\"input\">=DECIMAL(\"17\";10)</item> ১৭ প্রদান করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155622\n"
+"234\n"
+"help.text"
+msgid "<item type=\"input\">=DECIMAL(\"FACE\";16)</item> returns 64206."
+msgstr "<item type=\"input\">=DECIMAL(\"FACE\";16)</item> ৬৪২০৬ প্রদান করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151015\n"
+"235\n"
+"help.text"
+msgid "<item type=\"input\">=DECIMAL(\"0101\";2)</item> returns 5."
+msgstr "<item type=\"input\">=DECIMAL(\"0101\";2)</item> ৫ প্রদান করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3148402\n"
+"help.text"
+msgid "<bookmark_value>DOLLAR function</bookmark_value>"
+msgstr "<bookmark_value>DOLLAR function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3148402\n"
+"11\n"
+"help.text"
+msgid "DOLLAR"
+msgstr "DOLLAR"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153049\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DM\">Converts a number to an amount in the currency format, rounded to a specified decimal place.</ahelp> In the <item type=\"literal\">Value</item> field enter the number to be converted to currency. Optionally, you may enter the number of decimal places in the <item type=\"literal\">Decimals</item> field. If no value is specified, all numbers in currency format will be displayed with two decimal places."
+msgstr "<ahelp hid=\"HID_FUNC_DM\">একটি সখ্যাকে মুদ্রা বিন্যাসে একটি পরিমানে রূপান্তর করা হয়, একটি উল্লেখিত ডেসিমেল স্থানের দিকে পূর্ণ সংখ্যায় পরিবর্তন করে।</ahelp> <item type=\"literal\">মান</item> ক্ষেত্রে মুদ্রাতে রূপান্তরযোগ্য সংখ্যা সন্নিবেশ করান। ঐচ্ছিকভাবে, ডেসিমেল স্থানের <item type=\"literal\">ডেসিমেল</item> ক্ষেত্রে সংখ্যাটি প্বেশ করাতে পারেন। যদি কোন মান উল্লেখিত না হয়, মুদ্রা বিন্যাসে সকল সংখ্যা দুই ডেসিমেল স্থান দ্বারা প্রদর্শিত হবে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151280\n"
+"263\n"
+"help.text"
+msgid "You set the currency format in your system settings."
+msgstr "আপনার সিস্টেমের সেটিংয়ে আপনি মুদ্রার বিন্যাস নির্ধারণ করেন।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3150569\n"
+"13\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154188\n"
+"14\n"
+"help.text"
+msgid "DOLLAR(Value; Decimals)"
+msgstr "DOLLAR(Value; Decimals)"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3145299\n"
+"15\n"
+"help.text"
+msgid "<emph>Value</emph> is a number, a reference to a cell containing a number, or a formula which returns a number."
+msgstr "<emph>Value</emph> হলো একটি সংখ্যা, সংখ্যা রয়েছে এমন একটি ঘরের রেফারেন্স, বা সংখ্যা প্রদান করে এমন একটি সূত্র।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3145629\n"
+"16\n"
+"help.text"
+msgid "<emph>Decimals</emph> is the optional number of decimal places."
+msgstr "<emph>দশমিক</emph> হলো দশমিক স্থানের ঐচ্ছিক সংখ্যা।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149030\n"
+"17\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153546\n"
+"18\n"
+"help.text"
+msgid "<item type=\"input\">=DOLLAR(255)</item> returns $255.00."
+msgstr "<item type=\"input\">=DOLLAR(255)</item> $২৫৫.০০ প্রদান করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154635\n"
+"19\n"
+"help.text"
+msgid "<item type=\"input\">=DOLLAR(367.456;2)</item> returns $367.46. Use the decimal separator that corresponds to the <link href=\"text/shared/optionen/01140000.xhp\" name=\"current locale setting\">current locale setting</link>."
+msgstr "<item type=\"input\">=DOLLAR(367.456;2)</item> $৩৬৭.৪৬ প্রদান করে। <link href=\"text/shared/optionen/01140000.xhp\" name=\"current locale setting\">বর্তমান লোক্যাল সেটিং</link> এর সাথে সঙ্গতিপূর্ণ দশমিক বিভাজক ব্যবহার করুন।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3150685\n"
+"help.text"
+msgid "<bookmark_value>EXACT function</bookmark_value>"
+msgstr "<bookmark_value>EXACT function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3150685\n"
+"78\n"
+"help.text"
+msgid "EXACT"
+msgstr "EXACT"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3158413\n"
+"79\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_IDENTISCH\">Compares two text strings and returns TRUE if they are identical.</ahelp> This function is case-sensitive."
+msgstr "<ahelp hid=\"HID_FUNC_IDENTISCH\">দুইটি টেক্সট স্ট্রিং তুলনা করা হয় এবং যদি তারা একই রকম হয়, তবে TRUE প্রদান করে। </ahelp> এই ফাংশনটি অক্ষরের ছাঁদ-নির্ভরশীল নয়।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3152817\n"
+"80\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148594\n"
+"81\n"
+"help.text"
+msgid "EXACT(\"Text1\"; \"Text2\")"
+msgstr "EXACT(\"Text1\"; \"Text2\")"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153224\n"
+"82\n"
+"help.text"
+msgid "<emph>Text1</emph> refers to the first text to compare."
+msgstr "<emph>Text1</emph> তুলনা করার জন্য প্রথম পাঠ্য নির্দেশ করে থাকে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148637\n"
+"83\n"
+"help.text"
+msgid "<emph>Text2</emph> is the second text to compare."
+msgstr "<emph>Text2</emph> হলো তুলনা করার জন্য দ্বিতীয় পাঠ্য।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149777\n"
+"84\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156263\n"
+"85\n"
+"help.text"
+msgid "<item type=\"input\">=EXACT(\"microsystems\";\"Microsystems\")</item> returns FALSE."
+msgstr "<item type=\"input\">=EXACT(\"microsystems\";\"Microsystems\")</item> FALSE প্রদান করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3152589\n"
+"help.text"
+msgid "<bookmark_value>FIND function</bookmark_value>"
+msgstr "<bookmark_value>FIND function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3152589\n"
+"44\n"
+"help.text"
+msgid "FIND"
+msgstr "FIND"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3146149\n"
+"45\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FINDEN\">Looks for a string of text within another string.</ahelp> You can also define where to begin the search. The search term can be a number or any string of characters. The search is case-sensitive."
+msgstr "<ahelp hid=\"HID_FUNC_FINDEN\">অন্য স্ট্রিয়ের মধ্যে একটি টেক্সট স্ট্রিং অনসন্ধান করে।</ahelp> কোন স্থান থেকে অনুসন্ধান শুরু করতে হবে তাও আপনি নির্ধারণ করতে পারেন। অনুসন্ধান শব্দটি সংখ্যা বা অক্ষরের যেকোনো স্ট্রিং হতে পারে। অনুসন্ধানটি অক্ষরের ছাঁদ-নির্ভরশীল।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3083284\n"
+"46\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3083452\n"
+"47\n"
+"help.text"
+msgid "FIND(\"FindText\"; \"Text\"; Position)"
+msgstr "FIND(\"FindText\"; \"Text\"; Position)"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150608\n"
+"48\n"
+"help.text"
+msgid "<emph>FindText</emph> refers to the text to be found."
+msgstr "<emph>FindText</emph> খুঁজে পাওয়া যাবে এমন পাঠ্য নির্দেশ করে থাকে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3152374\n"
+"49\n"
+"help.text"
+msgid "<emph>Text</emph> is the text where the search takes place."
+msgstr "<emph>পাঠ্য</emph> হলো পাঠ্য যেখানে অনুসন্ধান করা হয়।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3152475\n"
+"50\n"
+"help.text"
+msgid "<emph>Position</emph> (optional) is the position in the text from which the search starts."
+msgstr "<emph>অবস্থান</emph> (ঐচ্ছিক) হলো পাঠ্যের মধ্যে একটি স্থান যেখান থেকে অনুসন্ধান শুরু করা হয়।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3154812\n"
+"51\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156375\n"
+"52\n"
+"help.text"
+msgid "<item type=\"input\">=FIND(76;998877665544)</item> returns 6."
+msgstr "<item type=\"input\">=FIND(76;998877665544)</item> ৬ প্রদান করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3149268\n"
+"help.text"
+msgid "<bookmark_value>FIXED function</bookmark_value>"
+msgstr "<bookmark_value>FIXED function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149268\n"
+"34\n"
+"help.text"
+msgid "FIXED"
+msgstr "FIXED"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155833\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FEST\">Returns a number as text with a specified number of decimal places and optional thousands separators.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_FEST\">সুনির্দিষ্ট সংখ্যক দশমিক স্থান এবং ঐচ্ছিক সহস্র বিভাজক সহ একটি সংখ্যা টেক্সট হিসাবে প্রদান করে।</ahelp>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3152470\n"
+"36\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147567\n"
+"37\n"
+"help.text"
+msgid "FIXED(Number; Decimals; NoThousandsSeparators)"
+msgstr "FIXED(Number; Decimals; NoThousandsSeparators)"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151272\n"
+"38\n"
+"help.text"
+msgid "<emph>Number</emph> refers to the number to be formatted."
+msgstr "<emph>সংখ্যা</emph> ফরম্যাট করা হবে এমন সংখ্যা নির্দেশ করে থাকে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156322\n"
+"39\n"
+"help.text"
+msgid "<emph>Decimals</emph> refers to the number of decimal places to be displayed."
+msgstr "<emph>দশমিক</emph> প্রদর্শন করা হবে এমন সংখ্যার দশমিক স্থান নির্দেশ করে থাকে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150877\n"
+"40\n"
+"help.text"
+msgid "<emph>NoThousandsSeparators</emph> (optional) determines whether the thousands separator is used. If the parameter is a number not equal to 0, the thousands separator is suppressed. If the parameter is equal to 0 or if it is missing altogether, the thousands separators of your <link href=\"text/shared/optionen/01140000.xhp\" name=\"current locale setting\">current locale setting</link> are displayed."
+msgstr "<emph>NoThousandsSeparators</emph> (ঐচ্ছিক), সহস্র বিভাজক ব্যবহৃত হবে কিনা তা নির্ধারণ করে। যদি প্যারামিটারটি ০ ব্যতীত অন্য কোনো সংখ্যা হয়, সহস্র বিভাজক বাদ দেয়া হয়। যদি প্যারামিটারটি ০ এর সমান হয় বা অনুপস্থিত থাকে, আপনার <link href=\"text/shared/optionen/01140000.xhp\" name=\"current locale setting\">বর্তমান লোক্যাল সেটিং</link> এর সহস্র বিভাজক প্রদর্শিত হয়।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149040\n"
+"41\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3145208\n"
+"42\n"
+"help.text"
+msgid "<item type=\"input\">=FIXED(1234567.89;3)</item> returns 1,234,567.890 as a text string."
+msgstr "<item type=\"input\">=FIXED(1234567.89;3)</item> টেক্সট স্ট্রিং হিসেবে ১,২৩৪,৫৬৭.৮৯০ প্রদান করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id5282143\n"
+"help.text"
+msgid "<item type=\"input\">=FIXED(1234567.89;3;1)</item> returns 1234567.890 as a text string."
+msgstr "<item type=\"input\">=FIXED(1234567.89;3;1)</item> টেক্সট স্ট্রিং হিসেবে ১২৩৪৫৬৭.৮৯০ প্রদান করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id7319864\n"
+"help.text"
+msgid "<bookmark_value>JIS function</bookmark_value>"
+msgstr "<bookmark_value>JIS function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3666188\n"
+"help.text"
+msgid "JIS"
+msgstr "JIS"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id964384\n"
+"help.text"
+msgid "<ahelp hid=\".\">The JIS function converts half-width to full-width ASCII and katakana characters. Returns a text string.</ahelp>"
+msgstr "<ahelp hid=\".\"> JIS ফাংশন অর্ধ-প্রস্থ হতে পূর্ণ-প্রস্থের ASCII এবং কাটাকানা অক্ষরে রূপান্তর করে। একটি টেক্সট স্ট্রিং প্রদান করে।</ahelp>4"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id1551561\n"
+"help.text"
+msgid "See <link href=\"http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions\">http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> for a conversion table."
+msgstr ""
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id2212897\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id2504654\n"
+"help.text"
+msgid "JIS(\"Text\")"
+msgstr "JIS(\"Text\")"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id5292519\n"
+"help.text"
+msgid "<emph>Text</emph> is the text that contains characters to be converted."
+msgstr "<emph>পাঠ্য</emph> হলো একটি পাঠ্য যাতে রূপান্তর করা হবে এমন অক্ষর বিদ্যমান।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3984496\n"
+"help.text"
+msgid "See also ASC function."
+msgstr "ASC ফাংশনও দেখুন।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3147083\n"
+"help.text"
+msgid "<bookmark_value>LEFT function</bookmark_value>"
+msgstr "<bookmark_value>LEFT function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3147083\n"
+"95\n"
+"help.text"
+msgid "LEFT"
+msgstr "LEFT"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153622\n"
+"96\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_LINKS\">Returns the first character or characters of a text.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_LINKS\">প্রথম অক্ষর বা টেক্সটের অক্ষর প্রদান করে।</ahelp>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3156116\n"
+"97\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3146786\n"
+"98\n"
+"help.text"
+msgid "LEFT(\"Text\"; Number)"
+msgstr "LEFT(\"Text\"; Number)"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147274\n"
+"99\n"
+"help.text"
+msgid "<emph>Text</emph> is the text where the initial partial words are to be determined."
+msgstr "<emph>Text</emph> হলো একটি টেক্সট, যেখান থেকে প্রারম্ভিক আংশিক শব্দ নির্ধারণ করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153152\n"
+"100\n"
+"help.text"
+msgid "<emph>Number</emph> (optional) specifies the number of characters for the start text. If this parameter is not defined, one character is returned."
+msgstr "<emph>Number</emph> (ঐচ্ছিক), প্রারম্ভিক টেক্সটের জন্য অক্ষরের সংখ্যা উল্লেখ করে। যদি এই প্যারামিটারটি নির্ধারিত না থাকে, একটি অক্ষর প্রদান করা হয়।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3150260\n"
+"101\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149141\n"
+"102\n"
+"help.text"
+msgid "<item type=\"input\">=LEFT(\"output\";3)</item> returns “out”."
+msgstr "<item type=\"input\">=LEFT(\"output\";3)</item> “out” প্রদান করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3156110\n"
+"help.text"
+msgid "<bookmark_value>LEN function</bookmark_value>"
+msgstr "<bookmark_value>LEN function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3156110\n"
+"104\n"
+"help.text"
+msgid "LEN"
+msgstr "LEN"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150147\n"
+"105\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_LAENGE\">Returns the length of a string including spaces.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_LAENGE\">স্পেস সহ স্ট্রিংয়ের দৈর্ঘ্য প্রদান করে।</ahelp>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3155108\n"
+"106\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154063\n"
+"107\n"
+"help.text"
+msgid "LEN(\"Text\")"
+msgstr "LEN(\"Text\")"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3146894\n"
+"108\n"
+"help.text"
+msgid "<emph>Text</emph> is the text whose length is to be determined."
+msgstr "<emph>পাঠ্য</emph> হলো পাঠ্য যার দৈর্ঘ্য নির্ধারণ করা হবে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3153884\n"
+"109\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156008\n"
+"110\n"
+"help.text"
+msgid "<item type=\"input\">=LEN(\"Good Afternoon\")</item> returns 14."
+msgstr "<item type=\"input\">=LEN(\"Good Afternoon\")</item> ১৪ প্রদান করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154300\n"
+"111\n"
+"help.text"
+msgid "<item type=\"input\">=LEN(12345.67)</item> returns 8."
+msgstr "<item type=\"input\">=LEN(12345.67)</item> ৮ প্রদান করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3153983\n"
+"help.text"
+msgid "<bookmark_value>LOWER function</bookmark_value>"
+msgstr "<bookmark_value>LOWER function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3153983\n"
+"87\n"
+"help.text"
+msgid "LOWER"
+msgstr "LOWER"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3152791\n"
+"88\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_KLEIN\">Converts all uppercase letters in a text string to lowercase.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_KLEIN\">একটি টেক্সট স্ট্রিংয়ের সকল বড় হাতের অক্ষরকে ছোট হাতের অক্ষরে রূপান্তর করে।</ahelp>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3155902\n"
+"89\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150121\n"
+"90\n"
+"help.text"
+msgid "LOWER(\"Text\")"
+msgstr "LOWER(\"Text\")"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153910\n"
+"91\n"
+"help.text"
+msgid "<emph>Text</emph> refers to the text to be converted."
+msgstr "<emph>পাঠ্য</emph> রূপান্তর করা হবে এমন পাঠ্য নির্দেশ করে থাকে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3159343\n"
+"92\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155329\n"
+"93\n"
+"help.text"
+msgid "<item type=\"input\">=LOWER(\"Sun\")</item> returns sun."
+msgstr "<item type=\"input\">=LOWER(\"Sun\")</item> sun প্রদান করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3154589\n"
+"help.text"
+msgid "<bookmark_value>MID function</bookmark_value>"
+msgstr "<bookmark_value>MID function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3154589\n"
+"148\n"
+"help.text"
+msgid "MID"
+msgstr "MID"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154938\n"
+"149\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TEIL\">Returns a text string of a text. The parameters specify the starting position and the number of characters.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TEIL\">একটি টেক্সটের টেক্সট স্ট্রিং প্রদান করে। প্যারামিটারসমূহ শুরুর অবস্থান এবং অক্ষরের সংখ্যা উল্লেখ করে।</ahelp>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3148829\n"
+"150\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150526\n"
+"151\n"
+"help.text"
+msgid "MID(\"Text\"; Start; Number)"
+msgstr "MID(\"Text\"; Start; Number)"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148820\n"
+"152\n"
+"help.text"
+msgid "<emph>Text</emph> is the text containing the characters to extract."
+msgstr "<emph>পাঠ্য</emph> হলো টেনে বের করে আনার জন্য একটি অক্ষর সম্বলিত পাঠ্য।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150774\n"
+"153\n"
+"help.text"
+msgid "<emph>Start</emph> is the position of the first character in the text to extract."
+msgstr "<emph>শুরু</emph> হলো টেনে বের করে আনার জন্য পাঠ্যের অফম অক্ষরের অবস্থান।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153063\n"
+"154\n"
+"help.text"
+msgid "<emph>Number</emph> specifies the number of characters in the part of the text."
+msgstr "<emph>সংখ্যা</emph> পাঠ্যের একটি অংশের অক্ষরের সংখ্যা উল্লেখ করে থাকে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3150509\n"
+"155\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3158407\n"
+"156\n"
+"help.text"
+msgid "<item type=\"input\">=MID(\"office\";2;2)</item> returns ff."
+msgstr "<item type=\"input\">=MID(\"office\";2;2)</item> ff প্রদান করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3159143\n"
+"help.text"
+msgid "<bookmark_value>PROPER function</bookmark_value>"
+msgstr "<bookmark_value>PROPER function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3159143\n"
+"70\n"
+"help.text"
+msgid "PROPER"
+msgstr "PROPER"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149768\n"
+"71\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_GROSS2\">Capitalizes the first letter in all words of a text string.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_GROSS2\">একটি টেক্সট স্ট্রিংয়ের সকল শব্দের প্রথম অক্ষর বড় হাতের অক্ষরে পরিবর্তন করে।</ahelp>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3153573\n"
+"72\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154260\n"
+"73\n"
+"help.text"
+msgid "PROPER(\"Text\")"
+msgstr "PROPER(\"Text\")"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147509\n"
+"74\n"
+"help.text"
+msgid "<emph>Text</emph> refers to the text to be converted."
+msgstr "<emph>পাঠ্য</emph> রূপান্তর করা হবে এমন পাঠ্য নির্দেশ করে থাকে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3147529\n"
+"75\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155364\n"
+"76\n"
+"help.text"
+msgid "<item type=\"input\">=PROPER(\"open office\")</item> returns Open Office."
+msgstr "<item type=\"input\">=PROPER(\"open office\")</item> ওপেন অফিস প্রদান করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3149171\n"
+"help.text"
+msgid "<bookmark_value>REPLACE function</bookmark_value>"
+msgstr "<bookmark_value>REPLACE function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149171\n"
+"22\n"
+"help.text"
+msgid "REPLACE"
+msgstr "REPLACE"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148925\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ERSETZEN\">Replaces part of a text string with a different text string.</ahelp> This function can be used to replace both characters and numbers (which are automatically converted to text). The result of the function is always displayed as text. If you intend to perform further calculations with a number which has been replaced by text, you will need to convert it back to a number using the <link href=\"text/scalc/01/04060110.xhp\" name=\"VALUE\">VALUE</link> function."
+msgstr "<ahelp hid=\"HID_FUNC_ERSETZEN\">একটি ভিন্ন টেক্সট স্ট্রিং দ্বারা একটি টেক্সট স্ট্রিংয়ের অংশ প্রতিস্থাপন করে।</ahelp> এই ফাংশনটি অক্ষর এবং সংখ্যা উভয়ই প্রতিস্থাপন করতে ব্যবহৃত হতে পারে (যেগুলো স্বয়ংক্রিয়ভাবে টেক্সটে রূপান্তর করা হয়েছে)। ফাংশনের ফলাফল সবসময় টেক্সট হিসেবে প্রদর্শিত হয়। আপনি যদি সংখ্যা দ্বারা পরবর্তী গণনা সম্পাদনা করতে চান, যা টেক্সট দ্বারা প্রতিস্থাপন করা হয়েছে, আপনাকে <link href=\"text/scalc/01/04060110.xhp\" name=\"VALUE\">VALUE</link> ফাংশন ব্যবহার করে পুনরায় এটাকে সংখ্যায় রূপান্তর করতে হবে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3158426\n"
+"24\n"
+"help.text"
+msgid "Any text containing numbers must be enclosed in quotation marks if you do not want it to be interpreted as a number and automatically converted to text."
+msgstr "সংখ্যা যুক্ত যেকোনো টেক্সট অবশ্যই একটি উদ্ধৃতি চিহ্নের থাকবে, যদি আপনি এটাকে সংখ্যা হিসেবে প্রকাশ করতে না চান বা স্বয়ংক্রিয়ভাবে টেক্সটে রূপান্তর করতে না চান।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149159\n"
+"25\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147286\n"
+"26\n"
+"help.text"
+msgid "REPLACE(\"Text\"; Position; Length; \"NewText\")"
+msgstr "REPLACE(\"Text\"; Position; Length; \"NewText\")"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149797\n"
+"27\n"
+"help.text"
+msgid "<emph>Text</emph> refers to text of which a part will be replaced."
+msgstr "<emph>পাঠ্য</emph> পাঠ্য নির্দেশ করে যার একটি অংশ প্রতিস্থাপন করা হবে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3166451\n"
+"28\n"
+"help.text"
+msgid "<emph>Position</emph> refers to the position within the text where the replacement will begin."
+msgstr "<emph>অবস্থান</emph> পাঠ্যের মধ্যে একটি অবস্থান নির্দেশ করে যেখানে পুনরায় স্থাপন করা শুরু হবে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156040\n"
+"29\n"
+"help.text"
+msgid "<emph>Length</emph> is the number of characters in <emph>Text</emph> to be replaced."
+msgstr "<emph>দৈর্ঘ্য</emph> হলো প্রতিস্থাপন করা হবে এমন <emph>পাঠ্য</emph> তে বিদ্যমান অক্ষরের সংখ্যা।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3159188\n"
+"30\n"
+"help.text"
+msgid "<emph>NewText</emph> refers to the text which replaces <emph>Text</emph>."
+msgstr "<emph>NewText</emph> পাঠ্য নির্দেশ করে থাকে যা <emph>পাঠ্য</emph> প্রতিস্থাপন করে থাকে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3146958\n"
+"31\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154096\n"
+"32\n"
+"help.text"
+msgid "<item type=\"input\">=REPLACE(\"1234567\";1;1;\"444\")</item> returns \"444234567\". One character at position 1 is replaced by the complete <item type=\"literal\">NewText</item>."
+msgstr "<item type=\"input\">=REPLACE(\"1234567\";1;1;\"444\")</item> \"444234567\" প্রদান করে থাকে। অবস্থান ১ এর একটি অক্ষর সম্পূর্ণ <item type=\"literal\">NewText</item> দ্বারা প্রতিস্থাপন করা হয়।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3149741\n"
+"help.text"
+msgid "<bookmark_value>REPT function</bookmark_value>"
+msgstr "<bookmark_value>REPT function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149741\n"
+"193\n"
+"help.text"
+msgid "REPT"
+msgstr "REPT"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153748\n"
+"194\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WIEDERHOLEN\">Repeats a character string by the given <emph>number</emph> of copies.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_WIEDERHOLEN\">একটি অক্ষরের স্ট্রিং প্রদত্ত অনুলিপি <emph>সংখ্যা</emph> অনুসারে পুনরাবৃত্ত হয়।</ahelp>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3152884\n"
+"195\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150494\n"
+"196\n"
+"help.text"
+msgid "REPT(\"Text\"; Number)"
+msgstr "REPT(\"Text\"; Number)"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154859\n"
+"197\n"
+"help.text"
+msgid "<emph>Text</emph> is the text to be repeated."
+msgstr "<emph>পাঠ্য</emph> হলো পুনরাবৃত্তি করা হবে এমন পাঠ্য।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150638\n"
+"198\n"
+"help.text"
+msgid "<emph>Number</emph> is the number of repetitions."
+msgstr "<emph>সংখ্যা</emph> হলো পুনরাবৃত্তির জন্য সংখ্যা।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149922\n"
+"212\n"
+"help.text"
+msgid "The result can be a maximum of 255 characters."
+msgstr "ফলাফল সর্বোচ্চ ২৫৫ অক্ষরের হতে পারে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3156213\n"
+"199\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148626\n"
+"200\n"
+"help.text"
+msgid "<item type=\"input\">=REPT(\"Good morning\";2)</item> returns Good morningGood morning."
+msgstr "<item type=\"input\">=REPT(\"Good morning\";2)</item> Good morningGood morning প্রদান করে থাকে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3149805\n"
+"help.text"
+msgid "<bookmark_value>RIGHT function</bookmark_value>"
+msgstr "<bookmark_value>RIGHT function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149805\n"
+"113\n"
+"help.text"
+msgid "RIGHT"
+msgstr "RIGHT"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3145375\n"
+"114\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_RECHTS\">Returns the last character or characters of a text.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_RECHTS\">টেক্সটের সর্বশেষ অক্ষর বা অক্ষরসমূহ প্রদান করে।</ahelp>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3150837\n"
+"115\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154344\n"
+"116\n"
+"help.text"
+msgid "RIGHT(\"Text\"; Number)"
+msgstr "RIGHT(\"Text\"; Number)"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149426\n"
+"117\n"
+"help.text"
+msgid "<emph>Text</emph> is the text of which the right part is to be determined."
+msgstr "<emph>পাঠ্য</emph> হলো পাঠ্য যার সঠিক অংশটি নির্ধারণ করা হবে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153350\n"
+"118\n"
+"help.text"
+msgid "<emph>Number</emph> (optional) is the number of characters from the right part of the text."
+msgstr "<emph>সংখ্যা</emph> (ঐচ্ছিক) হলো পাঠ্যের ডান পাশের অক্ষর সংখ্যা।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3148661\n"
+"119\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151132\n"
+"120\n"
+"help.text"
+msgid "<item type=\"input\">=RIGHT(\"Sun\";2)</item> returns un."
+msgstr "<item type=\"input\">=RIGHT(\"Sun\";2)</item> un প্রদান করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3153534\n"
+"help.text"
+msgid "<bookmark_value>ROMAN function</bookmark_value>"
+msgstr "<bookmark_value>ROMAN function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3153534\n"
+"248\n"
+"help.text"
+msgid "ROMAN"
+msgstr "ROMAN"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151256\n"
+"249\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ROEMISCH\">Converts a number into a Roman numeral. The value range must be between 0 and 3999, the modes can be integers from 0 to 4.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ROEMISCH\">একটি সংখ্যাকে রোমান সংখ্যাতে রূপান্তর করে। মানের পরিসর অবশ্যই ০ এবং ৩৯৯৯ এর মধ্যবর্তী হবে, মোড ০ হতে ৪ এর মধ্যবর্তী পূর্ণসংখ্যা হতে পারে।</ahelp>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3149299\n"
+"250\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150593\n"
+"251\n"
+"help.text"
+msgid "ROMAN(Number; Mode)"
+msgstr "ROMAN(Number; Mode)"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156139\n"
+"252\n"
+"help.text"
+msgid "<emph>Number</emph> is the number that is to be converted into a Roman numeral."
+msgstr "<emph>সংখ্যা</emph> হলো একটি সংখ্যা যা একটি রোমান সংখ্যাসূচকে রূপান্তর করা যাবে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153318\n"
+"253\n"
+"help.text"
+msgid "<emph>Mode</emph> (optional) indicates the degree of simplification. The higher the value, the greater is the simplification of the Roman number."
+msgstr "<emph>Mode</emph> (ঐচ্ছিক) সরলীকরণের মাত্রা নির্দেশ করে। মান যত বড় হয়, রোমান সংখ্যা তত সরলীকরণ করা যায়।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3145306\n"
+"254\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151371\n"
+"255\n"
+"help.text"
+msgid "<item type=\"input\">=ROMAN(999)</item> returns CMXCIX"
+msgstr "<item type=\"input\">=ROMAN(999)</item> CMXCIX প্রদান করে"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153938\n"
+"256\n"
+"help.text"
+msgid "<item type=\"input\">=ROMAN(999;0)</item> returns CMXCIX"
+msgstr "<item type=\"input\">=ROMAN(999;0)</item> CMXCIX প্রদান করে"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148412\n"
+"257\n"
+"help.text"
+msgid "<item type=\"input\">=ROMAN (999;1)</item> returns LMVLIV"
+msgstr "<item type=\"input\">=ROMAN (999;1)</item> LMVLIV প্রদান করে"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155421\n"
+"258\n"
+"help.text"
+msgid "<item type=\"input\">=ROMAN(999;2)</item> returns XMIX"
+msgstr "<item type=\"input\">=ROMAN(999;2)</item> XMIX প্রদান করে"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149235\n"
+"259\n"
+"help.text"
+msgid "<item type=\"input\">=ROMAN(999;3)</item> returns VMIV"
+msgstr "<item type=\"input\">=ROMAN(999;3)</item> VMIV প্রদান করে"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150624\n"
+"260\n"
+"help.text"
+msgid "<item type=\"input\">=ROMAN(999;4)</item> returns IM"
+msgstr "<item type=\"input\">=ROMAN(999;4)</item> IM প্রদান করে"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3151005\n"
+"help.text"
+msgid "<bookmark_value>SEARCH function</bookmark_value>"
+msgstr "<bookmark_value>SEARCH function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3151005\n"
+"122\n"
+"help.text"
+msgid "SEARCH"
+msgstr "SEARCH"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148692\n"
+"123\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SUCHEN\">Returns the position of a text segment within a character string.</ahelp> You can set the start of the search as an option. The search text can be a number or any sequence of characters. The search is not case-sensitive."
+msgstr "<ahelp hid=\"HID_FUNC_SUCHEN\">একটি অক্ষর স্ট্রিংয়ের মধ্যবর্তী টেক্সট অংশের অবস্থান প্রদান করে।</ahelp> আপনি বিকল্পভাবে অনুসন্ধানের শুরু নির্ধারণ করতে পারেন। অনুসন্ধান টেক্সটটি সংখ্যা বা অক্ষরের যেকোনো ক্রম হতে পারে। অনুসন্ধানটি অক্ষরের ছাঁদ-নির্ভরশীল নয়।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3152964\n"
+"124\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154671\n"
+"125\n"
+"help.text"
+msgid "SEARCH(\"FindText\"; \"Text\"; Position)"
+msgstr "SEARCH(\"FindText\"; \"Text\"; Position)"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3146080\n"
+"126\n"
+"help.text"
+msgid "<emph>FindText</emph> is the text to be searched for."
+msgstr "<emph>FindText</emph> হলো অনুসন্ধান করা হবে এমন একটি পাঠ্য।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154111\n"
+"127\n"
+"help.text"
+msgid "<emph>Text</emph> is the text where the search will take place."
+msgstr "<emph>পাঠ্য</emph> হলো একটি পাঠ্য যেখানে অনুসন্ধান করা হবে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3149559\n"
+"128\n"
+"help.text"
+msgid "<emph>Position</emph> (optional) is the position in the text where the search is to start."
+msgstr "<emph>অবস্থান</emph> (ঐচ্ছিক) হলো পাঠ্যের মধ্যে বিদ্যমান একটি অবস্থান যেখান থেকে অনুসন্ধান শুরু হয়।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3147322\n"
+"129\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154564\n"
+"130\n"
+"help.text"
+msgid "<item type=\"input\">=SEARCH(54;998877665544)</item> returns 10."
+msgstr "<item type=\"input\">=SEARCH(54;998877665544)</item> ১০ প্রদান করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3154830\n"
+"help.text"
+msgid "<bookmark_value>SUBSTITUTE function</bookmark_value>"
+msgstr "<bookmark_value>SUBSTITUTE function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3154830\n"
+"174\n"
+"help.text"
+msgid "SUBSTITUTE"
+msgstr "SUBSTITUTE"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153698\n"
+"175\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WECHSELN\">Substitutes new text for old text in a string.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_WECHSELN\">একটি স্ট্রিংয়ের পুরনো টেক্সটকে নতুন টেক্সট দিয়ে প্রতিস্থাপন করে।</ahelp>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3150994\n"
+"176\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147582\n"
+"177\n"
+"help.text"
+msgid "SUBSTITUTE(\"Text\"; \"SearchText\"; \"NewText\"; Occurrence)"
+msgstr "SUBSTITUTE(\"Text\"; \"SearchText\"; \"NewText\"; Occurrence)"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153675\n"
+"178\n"
+"help.text"
+msgid "<emph>Text</emph> is the text in which text segments are to be exchanged."
+msgstr "<emph>পাঠ্য</emph> হলো পাঠ্য যাতে পাঠ্যের অংশ বিনিময় করা যাবে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156155\n"
+"179\n"
+"help.text"
+msgid "<emph>SearchText </emph>is the text segment that is to be replaced (a number of times)."
+msgstr "<emph>SearchText </emph>হলো একটি পাঠ্য অংশ যা প্রতিস্থাপন করা যাবে (কিছু সময়)।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3145779\n"
+"180\n"
+"help.text"
+msgid "<emph>NewText</emph> is the text that is to replace the text segment."
+msgstr "<emph>NewText</emph> হলো পাঠ্য অংশ প্রতিস্থাপন করার জন্য পাঠ্য।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150348\n"
+"181\n"
+"help.text"
+msgid "<emph>Occurrence</emph> (optional) indicates which occurrence of the search text is to be replaced. If this parameter is missing the search text is replaced throughout."
+msgstr "<emph>Occurrence</emph> (ঐচ্ছিক) নির্দেশ করে যে অনুসন্ধান টেক্সট কতবার প্রতিস্থাপন করা হবে। যদি এই প্যারামিটারটি অনুপস্তিত থাকে, অনুসন্ধান টেক্সটটি যতবার পাওয়া যাবে ততবার প্রতিস্থাপন করা হবে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3150946\n"
+"182\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3150412\n"
+"183\n"
+"help.text"
+msgid "<item type=\"input\">=SUBSTITUTE(\"123123123\";\"3\";\"abc\")</item> returns 12abc12abc12abc."
+msgstr "<item type=\"input\">=SUBSTITUTE(\"123123123\";\"3\";\"abc\")</item> 12abc12abc12abc প্রদান করে"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154915\n"
+"238\n"
+"help.text"
+msgid "<item type=\"input\">=SUBSTITUTE(\"123123123\";\"3\";\"abc\";2)</item> returns 12312abc123."
+msgstr "<item type=\"input\">=SUBSTITUTE(\"123123123\";\"3\";\"abc\";2)</item> 12312abc123 প্রদান করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3148977\n"
+"help.text"
+msgid "<bookmark_value>T function</bookmark_value>"
+msgstr "<bookmark_value>T function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3148977\n"
+"140\n"
+"help.text"
+msgid "T"
+msgstr "T"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154359\n"
+"141\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_T\">This function returns the target text, or a blank text string if the target is not text.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_T\">এই ফাংশনটি উদ্দিষ্ট টেক্সট প্রদান করে, বা যদি লক্ষ্যবস্তুটি টেক্সট না হয়, ফাঁকা টেক্সট স্ট্রিং প্রদান করে।</ahelp>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3155858\n"
+"142\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3155871\n"
+"143\n"
+"help.text"
+msgid "T(Value)"
+msgstr "T(Value)"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3154726\n"
+"144\n"
+"help.text"
+msgid "If <emph>Value</emph> is a text string or refers to a text string, T returns that text string; otherwise it returns a blank text string."
+msgstr "যদি <emph>Value</emph> টেক্সট স্ট্রিং হয় বা একটি টেক্সট স্ট্রিংকে উল্লেখ করে ,T ঐ টেক্সট স্ট্রিংকে প্রদান করে; অন্যথায় এটা একটি ফাঁকা টেক্সট স্ট্রিং প্রদান করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3155544\n"
+"145\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151062\n"
+"146\n"
+"help.text"
+msgid "<item type=\"input\">=T(12345)</item> returns an empty string."
+msgstr "<item type=\"input\">=T(12345)</item> একটি ফাঁকা স্ট্রিং প্রদান করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id4650105\n"
+"help.text"
+msgid "<item type=\"input\">=T(\"12345\")</item> returns the string 12345."
+msgstr "<item type=\"input\">=T(\"12345\")</item> ১২৩৪৫ স্ট্রিং প্রদান করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3147132\n"
+"help.text"
+msgid "<bookmark_value>TEXT function</bookmark_value>"
+msgstr "<bookmark_value>TEXT function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3147132\n"
+"158\n"
+"help.text"
+msgid "TEXT"
+msgstr "TEXT"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147213\n"
+"159\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TEXT\">Converts a number into text according to a given format.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TEXT\">একটি প্রদত্ত ফরম্যাট অনুসারে একটি সংখ্যাকে টেক্সটে রূপান্তর করে।</ahelp>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3153129\n"
+"160\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147377\n"
+"161\n"
+"help.text"
+msgid "TEXT(Number; Format)"
+msgstr "TEXT(Number; Format)"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3147389\n"
+"162\n"
+"help.text"
+msgid "<emph>Number</emph> is the numerical value to be converted."
+msgstr "<emph>সংখ্যা</emph> হলো রূপান্তর করা হবে এমন একটি সংখ্যাসূচক মান।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156167\n"
+"163\n"
+"help.text"
+msgid "<emph>Format</emph> is the text which defines the format. Use decimal and thousands separators according to the language set in the cell format."
+msgstr "<emph>Format</emph> হলো একটি টেক্সট, যা ফরম্যাট নির্ধারণ করে। ঘরের বিন্যাসে নির্ধারিত ভাষা অনুসারে দশমিক এবং সহস্র বিভাজক ব্যবহার করুন।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id1243629\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id9044770\n"
+"help.text"
+msgid "<item type=\"input\">=TEXT(12.34567;\"###.##\")</item> returns the text 12.35"
+msgstr "<item type=\"input\">=TEXT(12.34567;\"###.##\")</item> ১২.৩৫ লেখা প্রদান করে"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3674123\n"
+"help.text"
+msgid "<item type=\"input\">=TEXT(12.34567;\"000.00\")</item> returns the text 012.35"
+msgstr "<item type=\"input\">=TEXT(12.34567;\"000.00\")</item> ০১২.৩৫ লেখা প্রদান করে"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3151039\n"
+"help.text"
+msgid "<bookmark_value>TRIM function</bookmark_value>"
+msgstr "<bookmark_value>TRIM function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3151039\n"
+"54\n"
+"help.text"
+msgid "TRIM"
+msgstr "TRIM"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3157888\n"
+"55\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_GLAETTEN\">Removes spaces from a string, leaving only a single space character between words.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_GLAETTEN\">স্ট্রিং থেকে ফাঁকা স্থান সরিয়ে ফেলে, শব্দের মধ্যে শুধুমাত্র এক অক্ষর সমান ফাঁকা স্থান রাখে।</ahelp>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3152913\n"
+"56\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151349\n"
+"57\n"
+"help.text"
+msgid "TRIM(\"Text\")"
+msgstr "TRIM(\"Text\")"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3151362\n"
+"58\n"
+"help.text"
+msgid "<emph>Text</emph> refers to text in which spaces are removed."
+msgstr "<emph>পাঠ্য</emph> পাঠ্য নির্দেশ করে যার মধ্যে বিদ্যমান ফাঁকা স্থান অপসারণ করা হয়।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3146838\n"
+"59\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3156074\n"
+"60\n"
+"help.text"
+msgid "<item type=\"input\">=TRIM(\"hello\")</item> returns hello."
+msgstr "<item type=\"input\">=TRIM(\"hello\")</item> hello প্রদান করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id0907200904030935\n"
+"help.text"
+msgid "<bookmark_value>UNICHAR function</bookmark_value>"
+msgstr "<bookmark_value>UNICHAR function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id0907200904022525\n"
+"help.text"
+msgid "UNICHAR"
+msgstr "UNICHAR"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id0907200904022538\n"
+"help.text"
+msgid "<ahelp hid=\".\">Converts a code number into a Unicode character or letter.</ahelp>"
+msgstr "<ahelp hid=\".\">একটি কোড সংখ্যাকে উইনিকোড অক্ষর অথবা বর্ণে রূপান্তর করে থাকে।</ahelp>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id0907200904123753\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id0907200904123753\n"
+"help.text"
+msgid "UNICHAR(number)"
+msgstr "UNICHAR(number)"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id0907200904123720\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id090720090412378\n"
+"help.text"
+msgid "=UNICHAR(169) returns the Copyright character <emph>©</emph>."
+msgstr "=UNICHAR(169) কপিরাইট অক্ষর <emph>©</emph> প্রদান করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id0907200904033543\n"
+"help.text"
+msgid "<bookmark_value>UNICODE function</bookmark_value>"
+msgstr "<bookmark_value>UNICODE function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id0907200904022588\n"
+"help.text"
+msgid "UNICODE"
+msgstr "UNICODE"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id0907200904022594\n"
+"help.text"
+msgid "<ahelp hid=\".\">Returns the numeric code for the first Unicode character in a text string.</ahelp>"
+msgstr "<ahelp hid=\".\">একটি পাঠ্য স্ট্রিং এ সংখ্যাসূচক কোডটিকে প্রথম উইনিকোড অক্ষর হিসেবে প্রদান করে থাকে।</ahelp>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id0907200904123874\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id0907200904123846\n"
+"help.text"
+msgid "UNICODE(\"Text\")"
+msgstr "UNICODE(\"Text\")"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id0907200904123899\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id0907200904123919\n"
+"help.text"
+msgid "=UNICODE(\"©\") returns the Unicode number 169 for the Copyright character."
+msgstr "=UNICODE(\"©\") কপিরাইট অক্ষরের জন্য 169 ইউনিকোড ক্রম প্রদান করে থাকে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3145178\n"
+"help.text"
+msgid "<bookmark_value>UPPER function</bookmark_value>"
+msgstr "<bookmark_value>UPPER function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3145178\n"
+"62\n"
+"help.text"
+msgid "UPPER"
+msgstr "UPPER"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3162905\n"
+"63\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_GROSS\">Converts the string specified in the <emph>text</emph> field to uppercase.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_GROSS\"><emph>text</emph> ক্ষেত্রে উল্লেখিত স্ট্রিংকে বড় হাতের অক্ষরে রূপান্তর করে।</ahelp>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3148526\n"
+"64\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148539\n"
+"65\n"
+"help.text"
+msgid "UPPER(\"Text\")"
+msgstr "UPPER(\"Text\")"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3148496\n"
+"66\n"
+"help.text"
+msgid "<emph>Text</emph> refers to the lower case letters you want to convert to upper case."
+msgstr "<emph>Text</emph> ছোট হাতের অক্ষরের স্ট্রিং উল্লেখ করে, যা আপনি বড় হাতের অক্ষরে রূপান্তর করতে চান।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3148516\n"
+"67\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3146757\n"
+"68\n"
+"help.text"
+msgid "<item type=\"input\">=UPPER(\"Good Morning\")</item> returns GOOD MORNING."
+msgstr "<item type=\"input\">=UPPER(\"Good Morning\")</item> GOOD MORNING প্রদান করে।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"bm_id3150802\n"
+"help.text"
+msgid "<bookmark_value>VALUE function</bookmark_value>"
+msgstr "<bookmark_value>VALUE function</bookmark_value>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3150802\n"
+"185\n"
+"help.text"
+msgid "VALUE"
+msgstr "VALUE"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3152551\n"
+"186\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WERT\">Converts a text string into a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_WERT\">একটি টেক্সট স্ট্রিংকে সংখ্যায় রূপান্তর করে।</ahelp>"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3152568\n"
+"187\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153638\n"
+"188\n"
+"help.text"
+msgid "VALUE(\"Text\")"
+msgstr "VALUE(\"Text\")"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3153651\n"
+"189\n"
+"help.text"
+msgid "<emph>Text</emph> is the text to be converted to a number."
+msgstr "<emph>পাঠ্য</emph> হলো সংখ্যায় রূপান্তরিত হবে এমন পাঠ্য।"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"hd_id3144719\n"
+"190\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060110.xhp
+msgctxt ""
+"04060110.xhp\n"
+"par_id3144733\n"
+"191\n"
+"help.text"
+msgid "<item type=\"input\">=VALUE(\"4321\")</item> returns 4321."
+msgstr "<item type=\"input\">=VALUE(\"4321\")</item> ৪৩২১ প্রদান করে।"
+
+#: 04020000.xhp
+#, fuzzy
+msgctxt ""
+"04020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Cells"
+msgstr "ঘর সন্নিবেশ করা হবে"
+
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"bm_id3156023\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; inserting cells</bookmark_value><bookmark_value>cells; inserting</bookmark_value><bookmark_value>inserting; cells</bookmark_value>"
+msgstr "<bookmark_value>spreadsheets; inserting cells</bookmark_value><bookmark_value>cells; inserting</bookmark_value><bookmark_value>inserting; cells</bookmark_value>"
+
+#: 04020000.xhp
+#, fuzzy
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3156023\n"
+"1\n"
+"help.text"
+msgid "Insert Cells"
+msgstr "ঘর সন্নিবেশ করা হবে"
+
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3150542\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"zelleneinfuegentext\"><ahelp hid=\".uno:InsertCell\">Opens the<emph> Insert Cells </emph>dialog, in which you can insert new cells according to the options that you specify.</ahelp></variable> You can delete cells by choosing <link href=\"text/scalc/01/02160000.xhp\" name=\"Edit - Delete Cells\"><emph>Edit - Delete Cells</emph></link>."
+msgstr "<variable id=\"zelleneinfuegentext\"><ahelp hid=\".uno:InsertCell\"><emph> ঘর সন্নিবেশ করা হবে</emph> ডায়ালগটি খোলে, যাতে আপনার উল্লেখিত অপশন অনুসারে আপনি নতুন ঘর সন্নিবেশ করতে পারবেন।</ahelp></variable> আপনি <link href=\"text/scalc/01/02160000.xhp\" name=\"Edit - Delete Cells\"><emph>সম্পাদনা - ঘর মুছে ফেলা হবে</emph></link> নির্বাচন করার মাধ্যমে ঘর মুছে ফেলতে পারেন।"
+
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3153768\n"
+"3\n"
+"help.text"
+msgid "Selection"
+msgstr "নির্বাচন"
+
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3149262\n"
+"4\n"
+"help.text"
+msgid "This area contains the options available for inserting cells into a sheet. The cell quantity and position is defined by selecting a cell range in the sheet beforehand."
+msgstr "এই এলাকায় শীটে ঘর সন্নিবেশ করার জন্য বিদ্যমান অপশন রয়েছে। শীটে আগে থেকেই ঘরের পরিসীমা নির্বাচন করার মাধ্যমে ঘরের সংখ্যা এবং অবস্থান নির্ধারণ করা হয়।"
+
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3146120\n"
+"5\n"
+"help.text"
+msgid "Shift cells down"
+msgstr "ঘরসমূহ নিচে সরানো হবে"
+
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3152596\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"zellenuntentext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_CELLSDOWN\">Moves the contents of the selected range downward when cells are inserted.</ahelp></variable>"
+msgstr "<variable id=\"zellenuntentext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_CELLSDOWN\">ঘরসমূহ সন্নিবেশ করার সময় নির্বাচিত পরিসীমার বিষয়বস্তু নিচের দিকে সরানো হয়।</ahelp></variable>"
+
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3147434\n"
+"7\n"
+"help.text"
+msgid "Shift cells right"
+msgstr "ঘরসমূহ ডানে সরানো হবে"
+
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3144764\n"
+"8\n"
+"help.text"
+msgid "<variable id=\"zellenrechtstext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_CELLSRIGHT\">Moves the contents of the selected range to the right when cells are inserted.</ahelp></variable>"
+msgstr "<variable id=\"zellenrechtstext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_CELLSRIGHT\">ঘরসমূহ সন্নিবেশ করার সময় নির্বাচিত পরিসীমার বিষয়বস্তু ডানে সরানো হয়।</ahelp></variable>"
+
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3153877\n"
+"9\n"
+"help.text"
+msgid "Entire row"
+msgstr "সম্পূর্ণ সারি"
+
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3155417\n"
+"10\n"
+"help.text"
+msgid "<variable id=\"zeilenganzetext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_INSROWS\">Inserts an entire row. The position of the row is determined by the selection on the sheet.</ahelp></variable> The number of rows inserted depends on how many rows are selected. The contents of the original rows are moved downward."
+msgstr "<variable id=\"zeilenganzetext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_INSROWS\">একটি সম্পূর্ণ সারি সন্নিবেশ করায়। শীটের নির্বাচন দ্বারা সারির অবস্থান নির্ধারণকরা হয়।</ahelp></variable> কি পরিমাণ সারি নির্বাচন করা হয়েছে তার উপর সারি প্রবেশের সংখ্যা নির্ভর করে। মূল সারির উপাদান নিচের দিকে সরানো হয়।"
+
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id3146971\n"
+"11\n"
+"help.text"
+msgid "Entire column"
+msgstr "সম্পূর্ণ কলাম"
+
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"par_id3155068\n"
+"12\n"
+"help.text"
+msgid "<variable id=\"spaltenganzetext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_INSCOLS\">Inserts an entire column. The number of columns to be inserted is determined by the selected number of columns.</ahelp></variable> The contents of the original columns are shifted to the right."
+msgstr "<variable id=\"spaltenganzetext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_INSCOLS\">একটি সম্পূর্ণ কলাম সন্নিবেশ করে। নির্বাচিত কলাম সংখ্যা দ্বারা প্রবেশিত কলাম সংখ্যা নির্ধারণ করা হয়।</ahelp></variable> মূল কলামের বিষয়বস্তু ডানে সরানো হয়েছে।"
+
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr "শীট পুনরায় নামকরণ"
+
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"bm_id3147336\n"
+"help.text"
+msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
+msgstr "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
+
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"hd_id3147336\n"
+"1\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr "শীট পুনরায় নামকরণ"
+
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"par_id3150792\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"umbenennentext\"><ahelp hid=\".uno:RenameTable\">This command opens a dialog where you can assign a different name to the current sheet.</ahelp></variable>"
+msgstr "<variable id=\"umbenennentext\"><ahelp hid=\".uno:RenameTable\">এই কমান্ড এমন একটি ডায়ালগ খোলে, যেখানে আপনি বর্তমান শীটের একটি ভিন্ন নাম নির্ধারণ করতে পারবেন।</ahelp></variable>"
+
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"hd_id3153968\n"
+"3\n"
+"help.text"
+msgid "Name"
+msgstr "নাম"
+
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"par_id3155131\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_APPEND_NAME\">Enter a new name for the sheet here.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_APPEND_NAME\">এখানে শীটের জন্য একটি নতুন নাম সন্নিবেশ করান।</ahelp>"
+
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"par_id3153092\n"
+"5\n"
+"help.text"
+msgid "You can also open the<emph> Rename Sheet </emph>dialog through the context menu by positioning the mouse pointer over a sheet tab at the bottom of the window and <switchinline select=\"sys\"><caseinline select=\"MAC\">clicking while pressing Control</caseinline><defaultinline>clicking the right mouse button</defaultinline></switchinline>."
+msgstr "আপনি মাউস পয়েন্টারটি পাতা ট্যাবের উপর স্থাপন করে এবং <switchinline select=\"sys\"><caseinline select=\"MAC\">কন্ট্রোল চাপার সময় ক্লিক করে</caseinline><defaultinline>মাউসের ডান বোতামটি ক্লিক করে</defaultinline></switchinline> বিষয়বস্তু মেনুর মধ্য দিয়ে <emph> পাতার পুনঃনামকরণ </emph> ডায়ালগটিও খুলতে পারেন।"
+
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"par_id3147396\n"
+"6\n"
+"help.text"
+msgid "Alternatively, click the sheet tab while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Alt</defaultinline></switchinline> key. Now you can change the name directly. <switchinline select=\"sys\"><caseinline select=\"UNIX\"><embedvar href=\"text/shared/00/00000099.xhp#winmanager\"/></caseinline></switchinline>"
+msgstr "বিকল্প হিসেবে, <switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড</caseinline><defaultinline>Alt</defaultinline></switchinline> কী চাপার সময় পাতা ট্যাবে ক্লিক করুন। এখন আপনি সরাসরি নাম পরিবর্তন করতে পারবেন। <switchinline select=\"sys\"><caseinline select=\"UNIX\"><embedvar href=\"text/shared/00/00000099.xhp#winmanager\"/></caseinline></switchinline>"
+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Protect Document"
+msgstr "নথি রক্ষা করুন"
+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"hd_id3148946\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06060000.xhp\" name=\"Protect Document\">Protect Document</link>"
+msgstr "<link href=\"text/scalc/01/06060000.xhp\" name=\"Protect Document\">নথি রক্ষা করুন</link>"
+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_id3153362\n"
+"2\n"
+"help.text"
+msgid "The<emph> Protect Document </emph>command prevents changes from being made to cells in the sheets or to sheets in a document. As an option, you can define a password. If a password is defined, removal of the protection is only possible if the user enters the correct password."
+msgstr "<emph> নথি সংরক্ষণ </emph>কমান্ডটি পাতাতে বিদ্যমান ঘরে অথবা একটি নথিতে বিদ্যমান পাতায় পরিবর্তন তৈরি হওয়া থেকে সংরক্ষণ করে। একটি অপশন হিসেবে, আপনি একটি পাসওয়ার্ড সংজ্ঞায়িত করতে পারেন। যদি একটি পাসওয়ার্ড সংজ্ঞায়িত হয়, সংরক্ষনের অপসারন শুধুমাত্র তখনই সম্ভব যখন একজন ব্যবহারকারী সঠিক পাসওয়ার্ড সন্নিবেশ করাবে।"
+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"hd_id3147228\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06060100.xhp\" name=\"Sheets\">Sheets</link>"
+msgstr "<link href=\"text/scalc/01/06060100.xhp\" name=\"Sheets\">পাতা</link>"
+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"hd_id3153768\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06060200.xhp\" name=\"Documents\">Documents</link>"
+msgstr "<link href=\"text/scalc/01/06060200.xhp\" name=\"Documents\">নথি</link>"
+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN10622\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/guide/cell_protect.xhp#cell_protect\"/>"
+msgstr "<embedvar href=\"text/scalc/guide/cell_protect.xhp#cell_protect\"/>"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"tit\n"
+"help.text"
+msgid "Bit Operation Functions"
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4149052\n"
+"1\n"
+"help.text"
+msgid "Bit Operation Functions"
+msgstr ""
+
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"bm_id4150026\n"
+"help.text"
+msgid "<bookmark_value>BITAND function</bookmark_value>"
+msgstr "<bookmark_value>AND function</bookmark_value>"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4150026\n"
+"238\n"
+"help.text"
+msgid "BITAND"
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4146942\n"
+"239\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BITAND\">Returns a bitwise logical \"and\" of the parameters.</ahelp>"
+msgstr ""
+
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4150459\n"
+"240\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4146878\n"
+"241\n"
+"help.text"
+msgid "BITAND(number1; number2)"
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4151228\n"
+"242\n"
+"help.text"
+msgid "<emph>Number1</emph> and <emph>number2</emph> are positive integers less than 2 ^ 48 (281 474 976 710 656)."
+msgstr ""
+
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4148582\n"
+"248\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4149246\n"
+"250\n"
+"help.text"
+msgid "<item type=\"input\">=BITAND(6;10)</item> returns 2 (0110 & 1010 = 0010)."
+msgstr ""
+
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"bm_id4146139\n"
+"help.text"
+msgid "<bookmark_value>BITOR function</bookmark_value>"
+msgstr "<bookmark_value>OR function</bookmark_value>"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4146139\n"
+"252\n"
+"help.text"
+msgid "BITOR"
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4150140\n"
+"253\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BITOR\">Returns a bitwise logical \"or\" of the parameters.</ahelp>"
+msgstr ""
+
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4149188\n"
+"254\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4148733\n"
+"255\n"
+"help.text"
+msgid "BITOR(number1; number2)"
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4150864\n"
+"256\n"
+"help.text"
+msgid "<emph>Number1</emph> and <emph>number2</emph> are positive integers less than 2 ^ 48 (281 474 976 710 656)."
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4149884\n"
+"264\n"
+"help.text"
+msgid "<item type=\"input\">=BITOR(6;10)</item> returns 14 (0110 | 1010 = 1110)."
+msgstr ""
+
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"bm_id4150019\n"
+"help.text"
+msgid "<bookmark_value>BITXOR function</bookmark_value>"
+msgstr "<bookmark_value>OR function</bookmark_value>"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4150019\n"
+"182\n"
+"help.text"
+msgid "BITXOR"
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4145246\n"
+"183\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BITXOR\">Returns a bitwise logical \"exclusive or\" of the parameters.</ahelp>"
+msgstr ""
+
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4153047\n"
+"184\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4157970\n"
+"185\n"
+"help.text"
+msgid "BITXOR(number1; number2)"
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4145302\n"
+"186\n"
+"help.text"
+msgid "<emph>Number1</emph> and <emph>number2</emph> are positive integers less than 2 ^ 48 (281 474 976 710 656)."
+msgstr ""
+
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4150269\n"
+"192\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4149394\n"
+"196\n"
+"help.text"
+msgid "<item type=\"input\">=BITXOR(6;10)</item> returns 12 (0110 ^ 1010 = 1100)"
+msgstr ""
+
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"bm_id4155370\n"
+"help.text"
+msgid "<bookmark_value>BITLSHIFT function</bookmark_value>"
+msgstr "<bookmark_value>BINOMDIST function</bookmark_value>"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4155370\n"
+"266\n"
+"help.text"
+msgid "BITLSHIFT"
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4158411\n"
+"267\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BITLSHIFT\">Shifts a number left by n bits.</ahelp>"
+msgstr ""
+
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4155814\n"
+"268\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4147536\n"
+"269\n"
+"help.text"
+msgid "BITLSHIFT(number; shift)"
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4150475\n"
+"270\n"
+"help.text"
+msgid "<emph>Number</emph> is a positive integer less than 2 ^ 48 (281 474 976 710 656)."
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4153921\n"
+"271\n"
+"help.text"
+msgid "<emph>Shift</emph> is the number of positions the bits will be moved to the left. If shift is negative, it is synonymous with BITRSHIFT (number; -shift)."
+msgstr ""
+
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4153723\n"
+"276\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4149819\n"
+"278\n"
+"help.text"
+msgid "<item type=\"input\">=BITLSHIFT(6;1)</item> returns 12 (0110 << 1 = 1100)."
+msgstr ""
+
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"bm_id4083280\n"
+"help.text"
+msgid "<bookmark_value>BITRSHIFT function</bookmark_value>"
+msgstr "<bookmark_value>BINOMDIST function</bookmark_value>"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4083280\n"
+"165\n"
+"help.text"
+msgid "BITRSHIFT"
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4152482\n"
+"166\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BITRSHIFT\">Shifts a number right by n bits.</ahelp>"
+msgstr ""
+
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4149713\n"
+"167\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4145087\n"
+"168\n"
+"help.text"
+msgid "BITRSHIFT(number; shift)"
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4149277\n"
+"169\n"
+"help.text"
+msgid "<emph>Number</emph> is a positive integer less than 2 ^ 48 (281 474 976 710 656)."
+msgstr ""
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4149270\n"
+"170\n"
+"help.text"
+msgid "<emph>Shift</emph> is the number of positions the bits will be moved to the right. If shift is negative, it is synonymous with BITLSHIFT (number; -shift)."
+msgstr ""
+
+#: 04060120.xhp
+#, fuzzy
+msgctxt ""
+"04060120.xhp\n"
+"hd_id4152933\n"
+"175\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060120.xhp
+msgctxt ""
+"04060120.xhp\n"
+"par_id4156130\n"
+"179\n"
+"help.text"
+msgid "<item type=\"input\">=BITRSHIFT(6;1)</item> returns 3 (0110 >> 1 = 0011)."
+msgstr ""
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Cell Protection"
+msgstr "ঘরের সুরক্ষা"
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3145119\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05020600.xhp\" name=\"Cell Protection\">Cell Protection</link>"
+msgstr "<link href=\"text/scalc/01/05020600.xhp\" name=\"Cell Protection\">ঘরের সুরক্ষা</link>"
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"par_id3150398\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SCPAGE_PROTECTION\">Defines protection options for selected cells.</ahelp>"
+msgstr "<ahelp hid=\"HID_SCPAGE_PROTECTION\">নির্বাচিত ঘরের জন্য সংরক্ষণ অপশন নির্ধারণ করে।</ahelp>"
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3150447\n"
+"3\n"
+"help.text"
+msgid "Protection"
+msgstr "সুরক্ষা"
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3125864\n"
+"9\n"
+"help.text"
+msgid "Hide all"
+msgstr "সব কিছু আড়াল করা"
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"par_id3153768\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_ALL\">Hides formulas and contents of the selected cells.</ahelp>"
+msgstr "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_ALL\">নির্বাচিত ঘরের সূত্র এবং বিষয়বস্তু আড়াল করে।</ahelp>"
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3153190\n"
+"5\n"
+"help.text"
+msgid "Protected"
+msgstr "সুরক্ষিত"
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"par_id3151119\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_PROTECTED\">Prevents the selected cells from being modified.</ahelp>"
+msgstr "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_PROTECTED\">নির্বাচিত ঘরসমূহকে সম্পাদনা করা থেকে রক্ষা করে।</ahelp>"
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"par_id3156283\n"
+"15\n"
+"help.text"
+msgid "This cell protection only takes effect if you also protect the sheet (<emph>Tools - Protect Document - Sheet</emph>)."
+msgstr ""
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3149377\n"
+"7\n"
+"help.text"
+msgid "Hide formula"
+msgstr "সূত্র আড়াল করা"
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"par_id3154510\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_FORMULAR\">Hides formulas in the selected cells.</ahelp>"
+msgstr "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_FORMULAR\">নির্বাচিত ঘরে সূত্র আড়াল করে।</ahelp>"
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3155602\n"
+"11\n"
+"help.text"
+msgid "Print"
+msgstr "মুদ্রণ"
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"par_id3153836\n"
+"12\n"
+"help.text"
+msgid "Defines print options for the sheet."
+msgstr "শীটের জন্য মুদ্রণ অপশন নির্ধারণ করে।"
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3155065\n"
+"13\n"
+"help.text"
+msgid "Hide when printing"
+msgstr "মুদ্রণ করার সময় আড়াল করা"
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"par_id3155443\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_PRINT\">Keeps the selected cells from being printed.</ahelp>"
+msgstr "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_PRINT\">নির্বাচিত ঘরসমূহ মুদ্রণ করা থেকে বিরত রাখে।</ahelp>"
+
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Format Cells"
+msgstr "ঘরের বিন্যাস"
+
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"bm_id3148663\n"
+"help.text"
+msgid "<bookmark_value>cell attributes</bookmark_value><bookmark_value>attributes;cells</bookmark_value><bookmark_value>formatting;cells</bookmark_value><bookmark_value>cells;formatting dialog</bookmark_value>"
+msgstr "<bookmark_value>cell attributes</bookmark_value><bookmark_value>attributes;cells</bookmark_value><bookmark_value>formatting;cells</bookmark_value><bookmark_value>cells;formatting dialog</bookmark_value>"
+
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"hd_id3148663\n"
+"1\n"
+"help.text"
+msgid "Format Cells"
+msgstr "ঘরের বিন্যাস"
+
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"par_id3150448\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"zellattributetext\"><ahelp hid=\".uno:FormatCellDialog\">Allows you to specify a variety of formatting options and to apply attributes to the selected cells.</ahelp></variable>"
+msgstr "<variable id=\"zellattributetext\"><ahelp hid=\".uno:FormatCellDialog\">বিভিন্ন ধরনেরর বিন্যাস অপশন উল্লেখ করতে এবং নির্বাচিত ঘরে বৈশিষ্ট্য প্রয়োগ করতে আপনাকে অনুমোদন দেয়।</ahelp></variable>"
+
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"hd_id3145785\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">Numbers</link>"
+msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">সংখ্যা</link>"
+
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"hd_id3146119\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">Font</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">ফন্ট</link>"
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"tit\n"
+"help.text"
+msgid "WEEKNUM"
+msgstr "WEEKNUM"
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"bm_id3159161\n"
+"help.text"
+msgid "<bookmark_value>WEEKNUM function</bookmark_value>"
+msgstr "<bookmark_value>WEEKNUM function</bookmark_value>"
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"hd_id3159161\n"
+"54\n"
+"help.text"
+msgid "<variable id=\"weeknum\"><link href=\"text/scalc/01/func_weeknum.xhp\">WEEKNUM</link></variable>"
+msgstr "<variable id=\"weeknum\"><link href=\"text/scalc/01/func_weeknum.xhp\">WEEKNUM</link></variable>"
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_id3149770\n"
+"55\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_KALENDERWOCHE\">WEEKNUM calculates the week number of the year for the internal date value.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_KALENDERWOCHE\">WEEKNUM অভ্যন্তরীণ তথ্য মানের জন্য বছরের সপ্তাহ সংখ্যা হিসাব করে।</ahelp>"
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_idN105E4\n"
+"help.text"
+msgid "The International Standard ISO 8601 has decreed that Monday shall be the first day of the week. A week that lies partly in one year and partly in another is assigned a number in the year in which most of its days lie. That means that week number 1 of any year is the week that contains the January 4th."
+msgstr "আন্তর্জাতিক প্রমান ISO 8601 সোমবারকে সপ্তাহের প্রথম দিন হিসেবে ঘোষনা করে। সপ্তাহটি আংশিক এক বছরে এবং বাকি অংশ অন্য বছরে থাকলে যে বছরে অধিক দিন থাকে তাতে একটি সংখ্যা বরাদ্দ করে। এর অর্থ হলো যেকোনো বছরের সপ্তাহ ক্রম ১ হলো এমন একটি সপ্তাহ যাতে ৪র্থ জানুয়ারী বিদ্যমান থাকে।"
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"hd_id3153055\n"
+"56\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_id3147236\n"
+"57\n"
+"help.text"
+msgid "WEEKNUM(Number; Mode)"
+msgstr "WEEKNUM(Number; Mode)"
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_id3147511\n"
+"58\n"
+"help.text"
+msgid "<emph>Number</emph> is the internal date number."
+msgstr "<emph>সংখ্যা</emph> হল অভ্যন্তরীণ তারিখ সংখ্যা।"
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_id3154269\n"
+"59\n"
+"help.text"
+msgid "<emph>Mode</emph> sets the start of the week and the calculation type."
+msgstr "<emph>মোড</emph> সপ্তাহের শুরু এবং হিসাবের ধরন স্থির করে।"
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_id3148930\n"
+"60\n"
+"help.text"
+msgid "1 = Sunday"
+msgstr "১ = রবিবার"
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_id3154280\n"
+"61\n"
+"help.text"
+msgid "2 = Monday"
+msgstr "২ = সোমবার"
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"hd_id3146948\n"
+"62\n"
+"help.text"
+msgid "Examples"
+msgstr "উদাহরণসমূহ"
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_id3150704\n"
+"65\n"
+"help.text"
+msgid "=WEEKNUM(\"1995-01-01\";1) returns 1"
+msgstr "=WEEKNUM(\"1995-01-01\";1) ১ ফেরত পাঠায়"
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_id3149792\n"
+"64\n"
+"help.text"
+msgid "=WEEKNUM(\"1995-01-01\";2) returns 52. If the week starts on Monday, Sunday belongs to the last week of the previous year."
+msgstr "=WEEKNUM(\"1995-01-01\";2) ৫২ ফেরত পাঠায়। যদি সপ্তাহটি সোমবারে শুরু হয়, তাহলে পূর্ববর্তি বছরের শেষ সপ্তাহটি রবিবার ধারণ করে।"
+
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fill Sheet"
+msgstr "শীট ভরাট"
+
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"hd_id3153897\n"
+"1\n"
+"help.text"
+msgid "Fill Sheet"
+msgstr "শীট ভরাট"
+
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"par_id3150791\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"tabellenfuellentext\"><ahelp hid=\".uno:FillTable\" visibility=\"visible\">Specifies the options for transferring sheets or ranges of a certain sheet.</ahelp></variable>"
+msgstr ""
+
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"par_id3150767\n"
+"3\n"
+"help.text"
+msgid "In contrast to copying an area to the clipboard, you can filter certain information and calculate values. This command is only visible if you have selected two sheets in the document. To select multiple sheets, click each sheet tab while pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> or Shift."
+msgstr "ক্লিপবোর্ডে কোনো এলাকা অনুলিপি করার তুলনাস্বরূপ, আপনি কিছু তথ্য পরিশোধন এবং মান হিসেব করতে পারেন। এই কমান্ডটি শুধুমাত্র তখনই দৃশ্যমান হবে, যদি আপনি নথির দুইটি শীট নির্বাচন করে থাকেন। একাধিক শীট নির্বাচন করতে, <switchinline select=\"sys\"> <caseinline select=\"MAC\">কমান্ড</caseinline> <defaultinline>ctrl</defaultinline> </switchinline> বা Shift চাপার সময় প্রতিটি শীট ট্যাবে ক্লিক করুন।"
+
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"hd_id3155131\n"
+"4\n"
+"help.text"
+msgid "Filling a Sheet"
+msgstr ""
+
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"par_id3146119\n"
+"5\n"
+"help.text"
+msgid "Select the entire sheet by clicking the empty gray box in the upper left of the sheet. You can also select an area of the sheet to be copied."
+msgstr ""
+
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"par_id3153726\n"
+"6\n"
+"help.text"
+msgid "Press <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and click the tab of the sheet where you want to insert the contents."
+msgstr ""
+
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"par_id3147436\n"
+"7\n"
+"help.text"
+msgid "Select the command <emph>Edit - Fill - Sheet</emph>. In the dialog which appears, the check box <emph>Numbers</emph> must be selected (or <emph>Paste All</emph>) if you want to combine operations with the values. You can also choose the desired operation here."
+msgstr "<emph>সম্পাদনা - ভরাট - শীট</emph> কমান্ড নির্বাচন করুন। উপস্থিত ডায়ালগে, <emph>নম্বর</emph> চেকবাক্স অবশ্যই নির্বাচন করতে হবে (বা <emph>সব প্রতিলেপন করা হবে</emph>), যদি আপনি মানের সাথে অপারেশন মেলাতে চান। আপনি এখানে কাঙ্খিত অপারেশনও নির্বাচন করতে পারবেন।"
+
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"par_id3154942\n"
+"8\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: 02140500.xhp
+msgctxt ""
+"02140500.xhp\n"
+"par_id3156283\n"
+"9\n"
+"help.text"
+msgid "This dialog is similar to the <link href=\"text/shared/01/02070000.xhp\" name=\"Paste Contents\">Paste Contents</link> dialog, where you can find additional tips."
+msgstr "এই ডায়লগটি <link href=\"text/shared/01/02070000.xhp\" name=\"Paste Contents\">বিষয়বস্তু প্রতিলেপন করা হবে</link> ডায়ালগের অনুরূপ, যেখানে আপনি অতিরিক্ত পরামর্শ পেতে পারেন।"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet"
+msgstr "শীট"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"bm_id3150542\n"
+"help.text"
+msgid "<bookmark_value>pages; order when printing</bookmark_value><bookmark_value>printing; page order</bookmark_value>"
+msgstr "<bookmark_value>pages; order when printing</bookmark_value><bookmark_value>printing; page order</bookmark_value>"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3156329\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05070500.xhp\" name=\"Sheet\">Sheet</link>"
+msgstr "<link href=\"text/scalc/01/05070500.xhp\" name=\"Sheet\">শীট</link>"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3151384\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SCPAGE_TABLE\">Specifies the elements to be included in the printout of all sheets with the current Page Style. Additionally, you can set the print order, the first page number, and the page scale.</ahelp>"
+msgstr "<ahelp hid=\"HID_SCPAGE_TABLE\">বর্তমান পৃষ্ঠা শৈলীর সকল পাতার মুদ্রিত পৃষ্ঠাতে অন্তর্ভুক্ত করা হবে এমন এলিমেন্ট উল্লেখ করে থাকে। অতিরিক্ত হিসেবে, আপনি মুদ্রণের ক্রম, প্রথম পৃষ্ঠার ক্রম, এবং পৃষ্ঠার মাপ নির্ধারণ করতে পারেন।</ahelp>"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3150542\n"
+"3\n"
+"help.text"
+msgid "Print"
+msgstr "মুদ্রণ"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3125863\n"
+"4\n"
+"help.text"
+msgid "Defines which elements of the spreadsheet are to be printed."
+msgstr "স্প্রেডশীটের কোন উপাদান মুদ্রণ করা হবে তা নির্ধারণ করা হয়।"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3151041\n"
+"5\n"
+"help.text"
+msgid "Column and row headers"
+msgstr "কলাম এবং সারি শিরোনাম"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3147228\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_HEADER\">Specifies whether you want the column and row headers to be printed.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_HEADER\">কলাম এবং সারি শিরোনাম মুদ্রণ করতে চান কিনা তা উল্লেখ করা হয়।</ahelp>"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3150439\n"
+"7\n"
+"help.text"
+msgid "Grid"
+msgstr "গ্রিড"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3147436\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_GRID\">Prints out the borders of the individual cells as a grid.</ahelp> For the view on screen, make your choice under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph> - <link href=\"text/shared/optionen/01060100.xhp\" name=\"View\"><emph>View</emph></link> - <emph>Grid lines</emph>."
+msgstr ""
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3145750\n"
+"9\n"
+"help.text"
+msgid "Comments"
+msgstr "মন্তব্য"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3150010\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_NOTES\">Prints the comments defined in your spreadsheet.</ahelp> They will be printed on a separate page, along with the corresponding cell reference."
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_NOTES\">আপনার স্প্রেডশীটে নির্ধারিত কমেন্ট মুদ্রণ করা হয়।</ahelp> সংশ্লিষ্ট ঘরের রেফারেন্স সহ একটি ভিন্ন পৃষ্ঠায় এসব মুদ্ররিত হয়।"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3154944\n"
+"11\n"
+"help.text"
+msgid "Objects/graphics"
+msgstr "অবজেক্ট/গ্রাফিক্স"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3149581\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_OBJECTS\">Includes all inserted objects (if printable) and graphics with the printed document.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_OBJECTS\">মুদ্রিত নথি সহকারে সকল সন্নিবেশকৃত বস্তু (যদি মুদ্রণযোগ্য হয়) এবং গ্রাফিক অন্তর্ভুক্ত করে।</ahelp>"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3149377\n"
+"13\n"
+"help.text"
+msgid "Charts"
+msgstr "লেখচিত্র"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3148455\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_CHARTS\">Prints the charts that have been inserted into your spreadsheet.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_CHARTS\">আপনার স্প্রেডশীটে অন্তর্ভুক্ত করা হয়েছে এমন লেখচিত্র মুদ্রণ করা হয়।</ahelp>"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3153418\n"
+"15\n"
+"help.text"
+msgid "Drawing Objects"
+msgstr "আঁকার বিষয়বস্তু"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3149122\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_DRAWINGS\">Includes all drawing objects in the printed document.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_DRAWINGS\">মুদ্রিত নথিতে সকল আঁকার বিষয়বস্তু অন্তর্ভুক্ত করে।</ahelp>"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3150330\n"
+"17\n"
+"help.text"
+msgid "Formulas"
+msgstr "সূত্র"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3153715\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_FORMULAS\">Prints the formulas contained in the cells, instead of the results.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_FORMULAS\">ফলাফলের পরিবর্তে ঘরে রয়েছে এমন সূত্র মুদ্রণ করা হয়।</ahelp>"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3156385\n"
+"19\n"
+"help.text"
+msgid "Zero Values"
+msgstr "শূন্য মান"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3149258\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_NULLVALS\">Specifies that cells with a zero value are printed.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_NULLVALS\">সুনির্দিষ্টভাবে উল্লেখ করুন যে শূন্য মান বিশিষ্ট ঘর মুদ্রণ করা হয়।</ahelp>"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3154022\n"
+"21\n"
+"help.text"
+msgid "Page Order"
+msgstr "পৃষ্ঠার ক্রম"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3166423\n"
+"22\n"
+"help.text"
+msgid "Defines the order in which data in a sheet is numbered and printed when it does not fit on one printed page."
+msgstr "একটি পাতাতে ডাটা যে ক্রমে ক্রমায়ন করা হয় এবং একটি মুদ্রিত পৃষ্ঠার উপর মানানসই না হলে যে ক্রমে মুদ্রণ করা হয় তা নির্ধারণ করে থাকে।"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3152580\n"
+"23\n"
+"help.text"
+msgid "Top to bottom, then right"
+msgstr "উপর থেকে নিচে, তারপর ডানে"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3150205\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_TABLE:BTN_TOPDOWN\">Prints vertically from the left column to the bottom of the sheet.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_TABLE:BTN_TOPDOWN\">শীটের বাম কলাম হতে নিচ পর্যন্ত উল্লম্বভাবে মুদ্রণ করা হয়।</ahelp>"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3150786\n"
+"25\n"
+"help.text"
+msgid "Left to right, then down"
+msgstr "বাম থেকে ডানে, তারপর নিচে"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3154657\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_TABLE:BTN_LEFTRIGHT\">Prints horizontally from the top row of the sheet to the right column.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_TABLE:BTN_LEFTRIGHT\">শীটের উপরের সারি হতে ডান কলাম পর্যন্ত অনুভূমিকভাবে মুদ্রণ করা হয়।</ahelp>"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3150887\n"
+"27\n"
+"help.text"
+msgid "First page number"
+msgstr "প্রথম পৃষ্ঠার নম্বর"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3155378\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_PAGENO\">Select this option if you want the first page to start with a number other than 1.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_PAGENO\">আপনি যদি প্রথম পৃষ্ঠার নম্বর ১ ব্যতীত অন্য কোনো সংখ্যা দ্বারা শুরু করতে চান, তবে এই অপশনটি নির্বাচন করুন।</ahelp>"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3145389\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_TABLE:ED_PAGENO\">Enter the number of the first page.</ahelp>"
+msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_TABLE:ED_PAGENO\">প্রথম পৃষ্ঠার নম্বর সন্নিবেশ করান।</ahelp>"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3146978\n"
+"29\n"
+"help.text"
+msgid "Scale"
+msgstr "স্কেল"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3149408\n"
+"30\n"
+"help.text"
+msgid "Defines a page scale for the printed spreadsheet."
+msgstr "মুদ্রিত স্প্রেডশীটের জন্য একটি পৃষ্ঠার আনুপাতিক আকার নির্ধারণ করা হয়।"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN1096D\n"
+"help.text"
+msgid "Scaling mode"
+msgstr "আকার পরিবর্তন মোড"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN10971\n"
+"help.text"
+msgid "<ahelp hid=\"sc:ListBox:RID_SCPAGE_TABLE:LB_SCALEMODE\">Select a scaling mode from the list box. Appropriate controls will be shown at the side of the list box.</ahelp>"
+msgstr "<ahelp hid=\"sc:ListBox:RID_SCPAGE_TABLE:LB_SCALEMODE\">তালিকা বাক্স হতে আকার পরিবর্তন মোড নির্বাচন করুন। তালিকা বাক্সের পাশে যথাযথ নিয়ন্ত্রণ প্রদর্শিত হবে।</ahelp>"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3155089\n"
+"31\n"
+"help.text"
+msgid "Reduce/enlarge printout"
+msgstr "মুদ্রিত পৃষ্ঠার হ্রাস/বৃদ্ধি"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3159171\n"
+"32\n"
+"help.text"
+msgid "Specifies a scaling factor to scale all printed pages."
+msgstr "সকল মুদ্রিত পৃষ্ঠার আকার পরিবর্তন করতে, একটি আকার পরিবর্তনের অনুপাত উল্লেখ করা হয়।"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN1099A\n"
+"help.text"
+msgid "Scaling factor"
+msgstr "আকার পরিবর্তনের অনুপাত"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3152899\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"SC_METRICFIELD_RID_SCPAGE_TABLE_ED_SCALEALL\" visibility=\"hidden\">Enter a scaling factor. Factors less than 100 reduce the pages, higher factors enlarge the pages.</ahelp>"
+msgstr "<ahelp hid=\"SC_METRICFIELD_RID_SCPAGE_TABLE_ED_SCALEALL\" visibility=\"hidden\">আকার পরিবর্তনের অনুপাত সন্নিবেশ করান। অনুপাত ১০০ অপেক্ষা কম হলে পৃষ্ঠাটিকে হ্রাস করে, বেশি হলে পৃষ্ঠাটিকে বৃদ্ধি করে।</ahelp>"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN109B2\n"
+"help.text"
+msgid "Fit print range(s) to width/height"
+msgstr "প্রস্থ/উচ্চতার সাথে মুদ্রণ পরিসীমা মানানসই করা হয়।"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN109B5\n"
+"help.text"
+msgid "Specifies the maximum number of pages horizontally (width) and vertically (height) on which every sheet with the current Page Style is to be printed."
+msgstr "অনুভূমিক (প্রস্থ) এবং উল্লম্ব (উচ্চতা) পৃষ্ঠার সর্বোচ্চ সংখ্যক সংখ্যা উল্লেখ করে থাকে যার উপর বর্তমান পৃষ্ঠা শৈলীযুক্ত প্রতিটি পাতা মুদ্রণ করা যাবে।"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN109BB\n"
+"help.text"
+msgid "The print ranges are always scaled proportionally, so the resulting number of pages may be less than specified."
+msgstr "মুদ্রণ পরিসর সবসময় আনুপাতিক হারে পরিবর্তন করা হয়, ফলে প্রাপ্ত পৃষ্ঠা সংখ্যা উল্লেখিত পৃষ্ঠা সংখ্যা হতে কম হতে পারে।"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN109BF\n"
+"help.text"
+msgid "You may clear one of the boxes, then the unspecified dimension will use as many pages as necessary."
+msgstr "আপনি যেকোনো একটি বাক্স মুছে ফেলতে পারেন, তারপর অনুল্লেখিত মাত্রাটি যতগুলো প্রয়োজন ততগুলো পৃষ্ঠা ব্যবহার করতে পারবে।"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN109C3\n"
+"help.text"
+msgid "If you clear both boxes, this will result in a scaling factor of 100%."
+msgstr "আপনি যদি উভয় বাক্স পরিস্কার করেন, এটার ফলে আকার পরিবর্তনের অনুপাত ১০০% হবে।"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN109CE\n"
+"help.text"
+msgid "Width in pages"
+msgstr "পৃষ্ঠার প্রস্থ"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN109D1\n"
+"help.text"
+msgid "<ahelp hid=\"sc:NumericField:RID_SCPAGE_TABLE:ED_SCALEPAGEWIDTH\">Enter the maximum number of pages to be printed horizontally across.</ahelp>"
+msgstr "<ahelp hid=\"sc:NumericField:RID_SCPAGE_TABLE:ED_SCALEPAGEWIDTH\">অনুভূমিকভাবে মুদ্রণ করার জন্য পৃষ্ঠার সর্বোচ্চ সংখ্যা সন্নিবেশ করান।</ahelp>"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN109E8\n"
+"help.text"
+msgid "Height in pages"
+msgstr "পৃষ্ঠার উচ্চতা"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN109EB\n"
+"help.text"
+msgid "<ahelp hid=\"sc:NumericField:RID_SCPAGE_TABLE:ED_SCALEPAGEHEIGHT\">Enter the maximum number of pages to be printed vertically stacked.</ahelp>"
+msgstr "<ahelp hid=\"sc:NumericField:RID_SCPAGE_TABLE:ED_SCALEPAGEHEIGHT\">উল্লম্বভাবে স্তূপীকৃত মুদ্রণযোগ্য সর্বোচ্চ পৃষ্ঠা সংখ্যা সন্নিবেশ করান।</ahelp>"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3148868\n"
+"33\n"
+"help.text"
+msgid "Fit print range(s) on number of pages"
+msgstr "পৃষ্ঠার সংখ্যার সাথে মুদ্রনের পরিসর মানানসই করা হয়"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3145074\n"
+"34\n"
+"help.text"
+msgid "Specifies the maximum number of pages on which every sheet with the current Page Style is to be printed. The scale will be reduced as necessary to fit the defined number of pages."
+msgstr "পৃষ্ঠার সর্বোচ্চ সংখ্যক সংখ্যা উল্লেখ করে থাকে যার উপর বর্তমান পৃষ্ঠা শৈলীযুক্ত প্রতিটি পাতা মুদ্রণ করা যাবে। নির্ধারিত সংখ্যক পৃষ্ঠার সাথে মানানসই করার জন্য পৃষ্ঠার মাপকাঠি প্রয়োজনমত কমানো যাবে।"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN10A26\n"
+"help.text"
+msgid "Number of pages"
+msgstr "পৃষ্ঠা সংখ্যা"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3144507\n"
+"37\n"
+"help.text"
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_TABLE:ED_SCALEPAGENUM\">Enter the maximum number of pages to be printed.</ahelp>"
+msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_TABLE:ED_SCALEPAGENUM\">মুদ্রণ করার জন্য সর্বোচ্চ পৃষ্ঠা সংখ্যা সন্নিবেশ করান।</ahelp>"
+
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"tit\n"
+"help.text"
+msgid "WEEKNUM_ADD"
+msgstr "WEEKNUM_ADD"
+
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"bm_id3166443\n"
+"help.text"
+msgid "<bookmark_value>WEEKNUM_ADD function</bookmark_value>"
+msgstr "<bookmark_value>WEEKNUM_ADD function</bookmark_value>"
+
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"hd_id3166443\n"
+"222\n"
+"help.text"
+msgid "<variable id=\"weeknumadd\"><link href=\"text/scalc/01/func_weeknumadd.xhp\">WEEKNUM_ADD</link></variable>"
+msgstr "<variable id=\"weeknumadd\"><link href=\"text/scalc/01/func_weeknumadd.xhp\">WEEKNUM_ADD</link></variable>"
+
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"par_id3152945\n"
+"223\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_WEEKNUM\">The result indicates the number of the calendar week for a date.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_WEEKNUM\">ফলাফলটি একটি তারিখের জন্য ক্যালেন্ডারে সপ্তাহের সংখ্যা নির্দেশ করে।</ahelp>"
+
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"par_idN105DD\n"
+"help.text"
+msgid "The WEEKNUM_ADD function is designed to calculate week numbers exactly as Microsoft Excel does. Use the <link href=\"text/scalc/01/func_weeknum.xhp\">WEEKNUM</link> function, or format your date cells using the WW formatting code, when you need ISO 8601 week numbers."
+msgstr "WEEKNUM_ADD ফাংশনটি ঠিক মাইক্রোসফ্ট এক্সেলের মত করে সপ্তাহ সংখ্যা গণনা করার জন্য নকশা করা হয়। <link href=\"text/scalc/01/func_weeknum.xhp\">WEEKNUM</link> ফাংশন ব্যবহার করুন, অথবা যখন আপনার ISO 8601 সপ্তাহ সংখ্যা প্রয়োজন হয় তখন আপনার তারিখ ঘর WW বিন্যাস কোড ব্যবহার করে বিন্যাস করুন।"
+
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"hd_id3153745\n"
+"224\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"par_id3153685\n"
+"225\n"
+"help.text"
+msgid "WEEKNUM_ADD(Date; ReturnType)"
+msgstr "WEEKNUM_ADD(তারিখ; ReturnType)"
+
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"par_id3159277\n"
+"226\n"
+"help.text"
+msgid "<emph>Date</emph> is the date within the calendar week."
+msgstr "<emph>তারিখ</emph> হল ক্যালেন্ডার সপ্তাহের তারিখ।"
+
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"par_id3154098\n"
+"227\n"
+"help.text"
+msgid "<emph>ReturnType</emph> is 1 for week beginning on a Sunday, 2 for week beginning on a Monday."
+msgstr "<emph>ReturnType</emph> রবিবারে সপ্তাহ শুরুর জন্য ১, সোমবারে সপ্তাহ শুরুর জন্য ২।"
+
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"hd_id3152886\n"
+"228\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"par_id3149973\n"
+"229\n"
+"help.text"
+msgid "In which week number does 12.24.2001 fall?"
+msgstr "১২.২৪.২০০১ কোন সপ্তাহে পরে?"
+
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"par_id3149914\n"
+"230\n"
+"help.text"
+msgid "<item type=\"input\">=WEEKNUM_ADD(24.12.2001;1)</item> returns 52."
+msgstr "<item type=\"input\">=WEEKNUM_ADD(24.12.2001;1)</item> ৫২ ফেরত পাঠায়।"
+
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"tit\n"
+"help.text"
+msgid "MONTH"
+msgstr "MONTH"
+
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"bm_id3149936\n"
+"help.text"
+msgid "<bookmark_value>MONTH function</bookmark_value>"
+msgstr "<bookmark_value>MONTH function</bookmark_value>"
+
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"hd_id3149936\n"
+"76\n"
+"help.text"
+msgid "<variable id=\"month\"><link href=\"text/scalc/01/func_month.xhp\">MONTH</link></variable>"
+msgstr "<variable id=\"month\"><link href=\"text/scalc/01/func_month.xhp\">MONTH</link></variable>"
+
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"par_id3153538\n"
+"77\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_MONAT\">Returns the month for the given date value.</ahelp> The month is returned as an integer between 1 and 12."
+msgstr "<ahelp hid=\"HID_FUNC_MONAT\">প্রদেয় তারিখ মানের জন্য ফলাফল হিসেবে মাস প্রদান করে।</ahelp> মাসটি ১ এবং১২ এর মধ্যে একটি পূর্ণসংখ্যা হিসেবে প্রদান করে।"
+
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"hd_id3149517\n"
+"78\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"par_id3145602\n"
+"79\n"
+"help.text"
+msgid "MONTH(Number)"
+msgstr "MONTH(সংখ্যা)"
+
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"par_id3149485\n"
+"80\n"
+"help.text"
+msgid "<emph>Number</emph>, as a time value, is a decimal for which the month is to be returned."
+msgstr "<emph>সংখ্যা</emph>, সময় মান হিসেবে, একটি দশমিক সংখ্যা য়ার কারনে মাস ফলাফল হিসেবে দেখাবে।"
+
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"hd_id3153322\n"
+"81\n"
+"help.text"
+msgid "Examples"
+msgstr "উদাহরণসমূহ"
+
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"par_id3149244\n"
+"83\n"
+"help.text"
+msgid "=MONTH(NOW()) returns the current month."
+msgstr "=MONTH(NOW()) ফলাফল হিসেবে বর্তমান মাস প্রদান করে।"
+
+#: func_month.xhp
+msgctxt ""
+"func_month.xhp\n"
+"par_id3154790\n"
+"84\n"
+"help.text"
+msgid "=MONTH(C4) returns 7 if you enter 2000-07-07 to cell C4 (that date value might get formatted differently after you press Enter)."
+msgstr "=MONTH(C4) ফলাফল ৭ প্রদান করে যদি আপনি ২০০০-০৭-০৭ ঘর C4 এ সন্নিবেশ করান (আপনি Enter চাপার পর তারিখের মানটি ভিন্নভাবে বিন্যাসিত হতে পারে)।"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"tit\n"
+"help.text"
+msgid "Solver"
+msgstr "সমাধানকারী"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"bm_id7654652\n"
+"help.text"
+msgid "<bookmark_value>goal seeking;solver</bookmark_value><bookmark_value>what if operations;solver</bookmark_value><bookmark_value>back-solving</bookmark_value><bookmark_value>solver</bookmark_value>"
+msgstr "<bookmark_value>goal seeking;solver</bookmark_value><bookmark_value>what if operations;solver</bookmark_value><bookmark_value>back-solving</bookmark_value><bookmark_value>solver</bookmark_value>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"hd_id9216284\n"
+"help.text"
+msgid "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Solver</link></variable>"
+msgstr "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">সমাধানকারী</link></variable>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id9210486\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Solver dialog. A solver allows to solve equations with multiple unknown variables by goal seeking methods.</ahelp>"
+msgstr "<ahelp hid=\".\">সমাধানকারী ডায়ালগটি খুলুন। একটি সমাধানকারী বিভিন্ন অজানা চলক সহকারে লক্ষ্য অনুসন্ধান প্রক্রিয়া দ্বারা সমীকরণ সমাধান করার জন্য অনুমোদন দেয়।</ahelp>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id8538773\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter or click the cell reference of the target cell. This field takes the address of the cell whose value is to be optimized.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">লক্ষ্যবস্তু ঘরের ঘর রেফারেন্স সন্নিবেশ করান অথবা ক্লিক করুন। এই ক্ষত্রটি ঘরের ঠিকানা গ্রহণ করে যার মান ধারনা করা হবে।</ahelp>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id7564012\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Try to solve the equation for a maximum value of the target cell.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">লক্ষ্য ঘরের একটি সর্বোচ্চ মানের জন্য সমীকরণটি সমাধান করার চেষ্টা করুন।</ahelp>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id1186254\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Try to solve the equation for a minimum value of the target cell.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">লক্ষ্য ঘরের একটি সর্বনিম্ন মানের জন্য সমীকরণটি সমাধান করার চেষ্টা করুন।</ahelp>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id7432477\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Try to solve the equation to approach a given value of the target cell.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">লক্ষ্য ঘরের একটি প্রদত্ত মানের দিকে অগ্রসর হতে সমীকরণটি সমাধান করতে চেষ্টা করুন।</ahelp>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id7141026\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the value or a cell reference.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">মান বা একটি ঘরের রেফারেন্স এন্টার করুন।</ahelp>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id8531449\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the cell range that can be changed.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ঘরের পরিসর এন্টার করুন যেটি পরিবর্তনশীল।</ahelp>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id9183935\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a cell reference.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">একটি ঘরের রেফারেন্স সন্নিবেশ করান।</ahelp>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id946684\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select an operator from the list.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">তালিকা থেকে একটি অপারেটর নির্বাচন করুন।</ahelp>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id9607226\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a value or a cell reference.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">একটি মান বা একটি ঘরের রেফারেন্স এন্টার করুন।</ahelp>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id1939451\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to shrink or restore the dialog. You can click or select cells in the sheet. You can enter a cell reference manually in the input box.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ডায়ালগটি সঙ্কুচিত অথবা পুনরুদ্ধার করার জন্য ক্লিক করুন। আপনি পাতাতে ঘর ক্লিক অথবা নির্বাচন করতে পারেন। ইনপুট বাক্সে আপনি ঘর রেফারেন্স হস্তচালিত ভাবে সন্নিবেশ করাতে পারেন।</ahelp>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id9038972\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to remove the row from the list. Any rows from below this row move up.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">তালিকা হতে সারিটি সরিয়ে ফেলার জন্য ক্লিক করুন। এই সারির নিচের দিকের সারিগুলো উপরের দিকে সরে আসে।</ahelp>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id2423780\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Options dialog.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">বিকল্প ডায়লগ খোলে।</ahelp>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id2569658\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to solve the equation with the current settings. The dialog settings are retained until you close the current document.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">বর্তমান বৈশিষ্ট্যের সাহায্যে সমীকরণটি সমাধান করার জন্য ক্লিক করুন। বর্তমান নথিটি বন্ধ না করা পর্যন্ত ডায়ালগ বৈশিষ্ট্য অব্যাহত থাকবে।</ahelp>"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id5474410\n"
+"help.text"
+msgid "To solve equations with the solver"
+msgstr "সমাধানকারীর মাধ্যমে সমীকরণ সমাধান করতে"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id2216559\n"
+"help.text"
+msgid "The goal of the solver process is to find those variable values of an equation that result in an optimized value in the <emph>target cell</emph>, also named the \"objective\". You can choose whether the value in the target cell should be a maximum, a minimum, or approaching a given value."
+msgstr "সমাধানকারী প্রক্রিয়ার লক্ষ্য হলো একটি সমীকরণের চলক মান খোজার যা <emph>লক্ষ্য ঘর</emph> তে একটি আনুমানিক মানে ফলাফল প্রদান করে, আবার \"বস্তু\" নামাঙ্কিত করা হয়। লক্ষ্য ঘরে মানটি হয় সর্বোচ্চ, সর্বনিম্ন অথবা একটি প্রদেয় মান সন্নিবেশ করানো হয় কিনা তা পছন্দ করতে পারেন।"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id7869502\n"
+"help.text"
+msgid "The initial variable values are inserted in a rectangular cell range that you enter in the <emph>By changing cells</emph> box."
+msgstr "প্রারম্ভিক চলক মান একটি বর্গাকার ঘর পরিসরের মধ্যে অন্তর্ভুক্ত হয় যা আপনি <emph>ঘর পরিবর্তন করার মাধ্যমে</emph> বাক্সে সন্নিবেশ করাতে পারেন।"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id9852900\n"
+"help.text"
+msgid "You can define a series of limiting conditions that set constraints for some cells. For example, you can set the constraint that one of the variables or cells must not be bigger than another variable, or not bigger than a given value. You can also define the constraint that one or more variables must be integers (values without decimals), or binary values (where only 0 and 1 are allowed)."
+msgstr "কিছু সীমিতকরণ শর্ত আপনি নির্ধারণ করতে পারেন যা কিছু ঘরের সীমাবদ্ধতা স্থির করে। উদাহরণস্বরূপ, আপনি সীমাবদ্ধতা স্থির করতে পারেন যাতে চলক অথবা ঘরের একটি অন্য চলক হতে বড় হবে না অথবা একটি প্রদেয় মান হতে বড় হবে না। আপনি সীমাবদ্ধতা নির্ধারণও করতে পারেন যাতে এক অথবা অধিক চলক অবশ্যই পূর্ণ সংখ্যা হতে হবে (দশমিক ব্যতীত মান) অথবা বাইনারি মান (যেখানে শুধুমাত্র ০ এবং ১ অনুমোদিত)।"
+
+#: solver.xhp
+msgctxt ""
+"solver.xhp\n"
+"par_id5323953\n"
+"help.text"
+msgid "The default solver engine supports only linear equations."
+msgstr "পূর্বনির্ধারিত সমাধনাকরী চালক শুধুমাত্র রৈখিক সমীকরণ সমর্থন করে।"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Define Database Range"
+msgstr "ডাটাবেস পরিসর সংজ্ঞায়িত করুন"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"hd_id3157909\n"
+"1\n"
+"help.text"
+msgid "Define Database Range"
+msgstr "ডাটাবেস পরিসর সংজ্ঞায়িত করুন"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3155922\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"bereichtext\"><ahelp hid=\".uno:DefineDBName\">Defines a database range based on the selected cells in your sheet.</ahelp></variable>"
+msgstr "<variable id=\"bereichtext\"><ahelp hid=\".uno:DefineDBName\"> আপনার পাতাতে নির্বাচিত ঘরের উপর ভিত্তি করে একটি ডাটাবেস পরিসর নির্বাচন করুন।</ahelp></variable>"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3149456\n"
+"5\n"
+"help.text"
+msgid "You can only select a rectangular cell range."
+msgstr "আপনি শুধুমাত্র একটি বর্গাকার ঘর পরিসর নির্বাচন করতে পারেন।"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"hd_id3156422\n"
+"3\n"
+"help.text"
+msgid "Name"
+msgstr "নাম"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3150770\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_DBNAMES:ED_NAME\">Enter a name for the database range that you want to define, or select an existing name from the list.</ahelp>"
+msgstr "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_DBNAMES:ED_NAME\">ডাটাবেস পরিসরের জন্য একটি নাম সন্নিবেশ করান যা আপনি সংজ্ঞায়িত করতে চান, অথবা তালিকা হতে বিদ্যমান নাম নির্বাচন করুন।</ahelp>"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"hd_id3147228\n"
+"6\n"
+"help.text"
+msgid "Range"
+msgstr "পরিসর"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3150441\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_DBNAMES:ED_DBAREA\">Displays the selected cell range.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_DBNAMES:ED_DBAREA\">নির্বাচিত ঘর পরিসর প্রদর্শন করে।</ahelp>"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"hd_id3153188\n"
+"10\n"
+"help.text"
+msgid "Add/Modify"
+msgstr "সংযোজন/সম্পাদনা"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3153726\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_DBNAMES:BTN_ADD\">Adds the selected cell range to the database range list, or modifies an existing database range.</ahelp>"
+msgstr "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_DBNAMES:BTN_ADD\">ডাটা পরিসর তালিকাতে নির্বাচিত ঘর পরিসর সংযুক্ত করে, অথবা বিদ্যমান ডাটাবেস পরিসর সম্পাদনা করে।</ahelp>"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"hd_id3150010\n"
+"12\n"
+"help.text"
+msgid "More >>"
+msgstr "অধিক >>"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3153144\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_DBNAMES:BTN_MORE\">Shows additional <link href=\"text/scalc/01/12010100.xhp\" name=\"options\">options</link>.</ahelp>"
+msgstr "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_DBNAMES:BTN_MORE\">অতিরিক্ত <link href=\"text/scalc/01/12010100.xhp\" name=\"options\">অপশন</link> প্রদর্শন করে।</ahelp>"
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"tit\n"
+"help.text"
+msgid "1st, 2nd, 3rd Group"
+msgstr "১ম, ২য়, ৩য় গ্রুপ"
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"hd_id3149784\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12050100.xhp\" name=\"1st, 2nd, 3rd Group\">1st, 2nd, 3rd Group</link>"
+msgstr "<link href=\"text/scalc/01/12050100.xhp\" name=\"1st, 2nd, 3rd Group\">১ম, ২য়, ৩য় গ্রুপ</link>"
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3145068\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SCPAGE_SUBT_GROUP1\">Specify the settings for up to three subtotal groups. Each tab has the same layout.</ahelp>"
+msgstr "<ahelp hid=\"HID_SCPAGE_SUBT_GROUP1\">তিনটি সাবটোটাল শ্রেণী পর্যন্ত সেটিং উল্লেখ করুন। প্রতিটি ট্যাব এর একই বিন্যাস রয়েছে।</ahelp>"
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3148797\n"
+"3\n"
+"help.text"
+msgid "To insert subtotal values into a table:"
+msgstr "টেবিলে উপযোগ মান অন্তর্ভুক্ত করার জন্য:"
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3154908\n"
+"13\n"
+"help.text"
+msgid "Ensure that the columns of the table have labels."
+msgstr "টেবিলের কলামে লেবেল আছে তা নিশ্চিত করুন।"
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3153968\n"
+"4\n"
+"help.text"
+msgid "Select the table or the area in the table that you want to calculate subtotals for, and then choose <emph>Data – Subtotals</emph>."
+msgstr "টেবিল অথবা টেবিলে একটি এলাকা নির্বাচন করুন যা আপনি সাবটোটাল করার জন্য গণনা করতে চান, এবং তারপর <emph>তথ্য – সাবটোটাল</emph> পছন্দ করুন।"
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3161831\n"
+"5\n"
+"help.text"
+msgid "In the <emph>Group By</emph> box, select the column that you want to add the subtotals to."
+msgstr "<emph>দ্বারা শ্রেণীবদ্ধ</emph> বাক্সে, কলামটি নির্বাচন করুন যা আপনি সাবটোটালে সংযুক্ত করতে চান।"
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3153188\n"
+"6\n"
+"help.text"
+msgid "In the <emph>Calculate subtotals for</emph> box, select the check boxes for the columns containing the values that you want to subtotal."
+msgstr "<emph>সাবটোটাল গণনা করে এর জন্য</emph>বাক্সে, কলামের জন্য মান ধারণকারী পরীক্ষা বাক্স নির্বাচন করুন যা আপনি সাবটোটাল করতে চান।"
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3152460\n"
+"14\n"
+"help.text"
+msgid "In the <emph>Use function</emph> box, select the function that you want to use to calculate the subtotals."
+msgstr "<emph>ফাংশন ব্যবহার করুন</emph> বাক্সে, ফাংশনটি নির্বাচন করুন যা আপনি সাবটোটাল গণনা করতে ব্যবহার করতে চান।"
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3154321\n"
+"15\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>ঠিক আছে</emph>ক্লিক করুন।"
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"hd_id3156441\n"
+"7\n"
+"help.text"
+msgid "Group by"
+msgstr "দ্বারা গ্রুপ করা"
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3154013\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_SUBT_GROUP\">Select the column that you want to control the subtotal calculation process. If the contents of the selected column change, the subtotals are automatically recalculated.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_SUBT_GROUP\">কলামটি নির্বাচন করুন যা আপনি সাবটোটাল গণনা প্রক্রিয়া নিয়ন্ত্রণ করতে চান। যদি নির্বাচিত কলামের উপাদান পরিবর্তিত হয়, সাবটোটাল স্বয়ংক্রিয়ভাবে পুনঃহিসাব হবে।</ahelp>"
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"hd_id3154943\n"
+"9\n"
+"help.text"
+msgid "Calculate subtotals for"
+msgstr "জন্য উপযোগ হিসাব করুন"
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3147125\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_SUBT_COLS\">Select the column(s) containing the values that you want to subtotal.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_SUBT_COLS\">মান ধারণকারী কলাম(সূহ) নির্বাচন করুন যা আপনি সাবটোটাল করতে চান।</ahelp>"
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"hd_id3156283\n"
+"11\n"
+"help.text"
+msgid "Use function"
+msgstr "ফাংশন ব্যবহার করুন"
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"par_id3145647\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_SUBT_FUNC\">Select the mathematical function that you want to use to calculate the subtotals.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_SUBT_FUNC\">গাণিতিক ফাংশন নির্বাচন করুন যা আপনি সাবটোটাল গণনা করার জন্য ব্যবহার করতে চান।</ahelp>"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Create Scenario"
+msgstr "দৃশ্যকল্প তেরি করুন"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3156023\n"
+"1\n"
+"help.text"
+msgid "Create Scenario"
+msgstr "দৃশ্যকল্প তেরি করুন"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3150541\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"szenariotext\"><ahelp hid=\".uno:ScenarioManager\">Defines a scenario for the selected sheet area.</ahelp></variable>"
+msgstr "<variable id=\"szenariotext\"><ahelp hid=\".uno:ScenarioManager\">নির্বাচিত পাতা এলাকার জন্য একটি দৃশ্যকল্প সংজ্ঞায়িত করে।</ahelp></variable>"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_idN10637\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/guide/scenario.xhp#scenario\"/>"
+msgstr "<embedvar href=\"text/scalc/guide/scenario.xhp#scenario\"/>"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3156280\n"
+"3\n"
+"help.text"
+msgid "Name of scenario"
+msgstr "দৃশ্যকল্পের নাম"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3151041\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_SCENWIN_TOP\">Defines the name for the scenario. Use a clear and unique name so you can easily identify the scenario.</ahelp> You can also modify a scenario name in the Navigator through the <emph>Properties </emph>context menu command."
+msgstr "<ahelp hid=\"HID_SC_SCENWIN_TOP\">দৃশ্যকল্পটির জন্য একটি নাম সংজ্ঞায়িত করে। একটি পরিস্কার এবং স্বতন্ত্র নাম ব্যবহার করা হয় যাতে আপনি সহজেই একটি দৃশ্যকল্প সনাক্ত করতে পারেন।</ahelp> আপনি ন্যাভিগেটরে একটি দৃশ্যকল্প নাম <emph>বৈশিষ্ট্য </emph> প্রসঙ্গ মেনু কমান্ড ব্যবহার করে সম্পাদনাও করতে পারেন।"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3153954\n"
+"14\n"
+"help.text"
+msgid "Comment"
+msgstr "মন্তব্য"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3155411\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_SCENWIN_BOTTOM\">Specifies additional information about the scenario. This information will be displayed in the <link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link> when you click the <emph>Scenarios</emph> icon and select the desired scenario.</ahelp> You can also modify this information in the Navigator through the <emph>Properties </emph>context menu command."
+msgstr "<ahelp hid=\"HID_SC_SCENWIN_BOTTOM\">দৃশ্যকল্প সম্পর্কিত অতিরিক্ত তথ্য উল্লেখ করে। যখন আপনি <emph>দৃশ্যকল্প</emph> আইকন ক্লিক করেন এবং কঙ্খিত দৃশ্যকল্প নির্বাচন করেন তখন এই তথ্যটি <link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">ন্যাভিগেটর</link> এ প্রদর্শিত হবে। </ahelp> আপনি ন্যাভিগেটরে এই তথ্য <emph>বৈশিষ্ট্য </emph> প্রসঙ্গ মেনু কমান্ড ব্যবহার করে সম্পাদনাও করতে পারেন।"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3145273\n"
+"16\n"
+"help.text"
+msgid "Settings"
+msgstr "বৈশিষ্ট্য"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3153364\n"
+"17\n"
+"help.text"
+msgid "This section is used to define some of the settings used in the scenario display."
+msgstr "দৃশ্যকল্প প্রদর্শনীতে ব্যবহৃত কিছু বৈশিষ্ট্য সংজ্ঞায়িত করতে এই পরিচ্ছেদটি ব্যবহৃত হয়।"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3145367\n"
+"18\n"
+"help.text"
+msgid "Display border"
+msgstr "সীমানা প্রদর্শন"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3151073\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_NEWSCENARIO:LB_COLOR\">Highlights the scenario in your table with a border. The color for the border is specified in the field to the right of this option.</ahelp> The border will have a title bar displaying the name of the last scenario. The button on the right of the scenario border offers you an overview of all the scenarios in this area, if several have been defined. You can choose any of the scenarios from this list without restrictions."
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_NEWSCENARIO:LB_COLOR\">একটি সীমানার সাহায্যে আপনার টেবিলে দৃশ্যকল্পটি উজ্জ্বলভাবে চিহ্নিত করে। এই অপশনের ডানের ক্ষেত্রে সীমানার রং উল্লেখিত থাকে।</ahelp> শেষ দৃশ্যকল্পের নাম প্রদর্শন করে সীমানাটির একটি শিরোনাম বার থাকবে। যদি বিভিন্ন সংজ্ঞায়িত হয় তবে দৃশ্যকল্পের সীমানার ডানে বিদ্যমান বোতামটি আপনাকে এই এলাকার সকল দৃশ্যকল্পের সারসংক্ষেপ প্রস্তাব করে। সীমাবদ্ধতা ব্যাতিত এই তালিকা হতে আপনি যেকোনো দৃশ্যকল্প পছন্দ করতে পারেন।"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3149582\n"
+"20\n"
+"help.text"
+msgid "Copy back"
+msgstr "পিছনে অনুলিপি করুন"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3154942\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NEWSCENARIO:CB_TWOWAY\">Copies the values of cells that you change into the active scenario. If you do not select this option, the scenario is not changed when you change cell values. The behavior of the <emph>Copy back</emph> setting depends on the cell protection, the sheet protection, and the <emph>Prevent changes</emph> settings.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NEWSCENARIO:CB_TWOWAY\">ঘরের মানের অনুলিপি করে যা আপনি সক্রিয় দৃশ্যতে পরিবর্তন করেন। আপনি যদি এই অপশনটি নির্বাচন না করেন, ঘর মান পরিবর্তন করার সময় দৃশ্যটি পরিবর্তিত হয় না। <emph>পিছনে অনুলিপন</emph> সেটিং এর আচরণ ঘর সংরক্ষণ, পাতা সংরক্ষণ, এবং <emph>পরিবর্তন নিবৃত্ত করা</emph> সেটিং এর উপর নির্ভর করে।</ahelp>"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3149402\n"
+"22\n"
+"help.text"
+msgid "Copy entire sheet"
+msgstr "সম্পূর্ণ পাতার অনুলিপি করুন"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3146969\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NEWSCENARIO:CB_COPYALL\">Copies the entire sheet into an additional scenario sheet. </ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NEWSCENARIO:CB_COPYALL\">অতিরিক্ত দৃশ্যকল্প পাতাতে একটি সম্পূর্ণ পাতা অনুলিপি করে।</ahelp>"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_idN1075A\n"
+"help.text"
+msgid "Prevent changes"
+msgstr "পরিবর্তন নিবৃত্ত করুন"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_idN1075E\n"
+"help.text"
+msgid "<ahelp hid=\"sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_PROTECT\">Prevents changes to the active scenario. The behavior of the <emph>Copy back</emph> setting depends on the cell protection, the sheet protection, and the <emph>Prevent changes</emph> settings.</ahelp>"
+msgstr "<ahelp hid=\"sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_PROTECT\">সক্রিয় দৃশ্যতে পরিবর্তন নিবৃত্ত করে।<emph>পিছনে অনুলিপন</emph> সেটিং এর আচরণ ঘর সংরক্ষণ, পাতা সংরক্ষণ, এবং <emph>পরিবর্তন নিবৃত্ত করা</emph> সেটিং এর উপর নির্ভর করে।</ahelp>"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_idN10778\n"
+"help.text"
+msgid "You can only change the scenario properties if the <emph>Prevent changes</emph> option is not selected and if the sheet is not protected."
+msgstr "আপনি শুধুমাত্র দৃশ্যকল্প বৈশিষ্ট্য পরিবর্তন করতে পারেন যদি <emph>পরিবর্তন নিবৃত্তকরণ</emph> অপশনটি নির্বাচিত না হয় এবং যদি পাতাটি সংরক্ষিত না হয়।"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_idN10780\n"
+"help.text"
+msgid "You can only edit cell values if the <emph>Prevent changes</emph> option is selected, if the <emph>Copy back</emph> is option is not selected, and if the cells are not protected."
+msgstr "আপনি শুধুমাত্র ঘর মান সম্পাদনা করতে পারেন যদি <emph>পরিবর্তন নিবৃত্ত করা</emph> অপশনটি নির্বাচিত হয়, যদি <emph>পিছনে অনুলিপি</emph> হলো একটি অনির্বাচিত অপশন, এবং যদি ঘর সংরক্ষিত না হয়।"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_idN1078C\n"
+"help.text"
+msgid "You can only change scenario cell values and write them back into the scenario if the <emph>Prevent changes</emph> option is not selected, if the <emph>Copy back</emph> option is selected, and if the cells are not protected."
+msgstr "যদি <emph>পরিবর্তন নিবৃত্তকরণ</emph> অপশনটি নির্বাচিত না হয়, যদি <emph>পিছনে অনুলিপন</emph> অপশনটি নির্বাচন করা হয় এবং যদি ঘর সংরক্ষিত না থাকে তবে আপনি শুধুমাত্র দৃশ্য ঘর মান পরিবর্তন করতে পারেন এবং তাদেরকে দৃশ্যতে পুনঃরায় লিখতে পারেন।"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data Field Options"
+msgstr "তথ্য ক্ষেত্র অপশন"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"bm_id711386\n"
+"help.text"
+msgid "<bookmark_value>hiding;data fields, from calculations in pivot table</bookmark_value><bookmark_value>display options in pivot table</bookmark_value><bookmark_value>sorting;options in pivot table</bookmark_value><bookmark_value>data field options for pivot table</bookmark_value>"
+msgstr ""
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10542\n"
+"help.text"
+msgid "Data Field Options"
+msgstr "তথ্য ক্ষেত্র অপশন"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10546\n"
+"help.text"
+msgid "You can specify additional options for column, row, and page data fields in the <link href=\"text/scalc/01/12090105.xhp\">pivot table</link>."
+msgstr ""
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10557\n"
+"help.text"
+msgid "Sort by"
+msgstr "স্তরাকারে সাজায়"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN1055B\n"
+"help.text"
+msgid "<ahelp hid=\"1495387653\">Select the data field that you want to sort columns or rows by.</ahelp>"
+msgstr "<ahelp hid=\"1495387653\">তথ্য ক্ষেত্রটি নির্বাচন করুন যা আপনি কলাম অথবা সারি অনুসারে ভাগে ভাগে সাজাতে চান।</ahelp>"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN1055E\n"
+"help.text"
+msgid "Ascending"
+msgstr "আরোহী"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10562\n"
+"help.text"
+msgid "<ahelp hid=\"1495384580\">Sorts the values from the lowest value to the highest value. If the selected field is the field for which the dialog was opened, the items are sorted by name. If a data field was selected, the items are sorted by the resultant value of the selected data field.</ahelp>"
+msgstr "<ahelp hid=\"1495384580\">সর্বনিম্ন মান হতে সর্বোচ্চ মানের দিকে সাজায়। যদি নির্বাচিত ক্ষেত্রটি এমন একটি ক্ষেত্র হয় যার জন্য ডায়াগটি খোলে, উপাদান নাম অনুসারে সাজানো হয়। যদি একটি ডাটা ক্ষেত্র নির্বাচিত হয় তাহলে উপাদান নির্বাচিত ডাটা ক্ষেত্রের ফলাফল মান দ্বারা সজ্জ্বিত হয়।</ahelp>"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10565\n"
+"help.text"
+msgid "Descending"
+msgstr "অবরোহী ক্রমানুসারে"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10569\n"
+"help.text"
+msgid "<ahelp hid=\"1495384581\">Sorts the values descending from the highest value to the lowest value. If the selected field is the field for which the dialog was opened, the items are sorted by name. If a data field was selected, the items are sorted by the resultant value of the selected data field.</ahelp>"
+msgstr "<ahelp hid=\"1495384581\">সর্বোচ্চ মান হতে সর্বনিম্ন মানের দিকে অবরোহী ক্রমানুসারে সাজায়। যদি নির্বাচিত ক্ষেত্রটি এমন একটি ক্ষেত্র হয় যার জন্য ডায়াগটি খোলে, উপাদান নাম অনুসারে সাজানো হয়। যদি একটি ডাটা ক্ষেত্র নির্বাচিত হয় তাহলে উপাদান নির্বাচিত ডাটা ক্ষেত্রের ফলাফল মান দ্বারা সজ্জ্বিত হয়।</ahelp>"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN1056C\n"
+"help.text"
+msgid "Manual"
+msgstr "পুস্তিকা"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10570\n"
+"help.text"
+msgid "<ahelp hid=\"1495384582\">Sorts values alphabetically.</ahelp>"
+msgstr "<ahelp hid=\"1495384582\">বর্নানুক্রমে মান স্তরাকারে সাজায়।</ahelp>"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10585\n"
+"help.text"
+msgid "Display options"
+msgstr "অপশন প্রদর্শন"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10589\n"
+"help.text"
+msgid "You can specify the display options for all row fields except for the last, innermost row field."
+msgstr "সর্বশেষটি ব্যতীত সকল সারির জন্য আপনি প্রদর্শন অপশন উল্লেখ করতে পারেন, সবচেয়ে অভ্যন্তরের সারি ক্ষেত্র।"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN1058C\n"
+"help.text"
+msgid "Layout"
+msgstr "বিন্যাস"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10590\n"
+"help.text"
+msgid "<ahelp hid=\"1495387654\">Select the layout mode for the field in the list box.</ahelp>"
+msgstr "<ahelp hid=\"1495387654\">তালিকা বাক্সে ক্ষেত্রের জন্য বিন্যাস মোড নির্বাচন করুন।</ahelp>"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10593\n"
+"help.text"
+msgid "Empty line after each item"
+msgstr "প্রতিটি উপাদানের পর শূন্য সারি"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10597\n"
+"help.text"
+msgid "<ahelp hid=\"1495385090\">Adds an empty row after the data for each item in the pivot table.</ahelp>"
+msgstr ""
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN1059A\n"
+"help.text"
+msgid "Show automatically"
+msgstr "স্বয়ংক্রিয়ভাবে প্রদর্শন করে"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN1059E\n"
+"help.text"
+msgid "Displays the top or bottom nn items when you sort by a specified field."
+msgstr "একটি উল্লেখিত ক্ষেত্র দ্বারা ভাগে ভাগে সাজানোর সময় উপরের অথবা নিচের nn উপাদান প্রদর্শন করে।"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105A1\n"
+"help.text"
+msgid "Show"
+msgstr "প্রদর্শন করে"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105A5\n"
+"help.text"
+msgid "<ahelp hid=\"1495385091\">Turns on the automatic show feature.</ahelp>"
+msgstr "<ahelp hid=\"1495385091\">স্বয়ংক্রিয় প্রদর্শন বৈশিষ্ট্য খুলুন।</ahelp>"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105A8\n"
+"help.text"
+msgid "items"
+msgstr "উপাদান"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105AC\n"
+"help.text"
+msgid "<ahelp hid=\"1495390209\">Enter the maximum number of items that you want to show automatically.</ahelp>"
+msgstr "<ahelp hid=\"1495390209\">আপনি স্বয়ংক্রিয়ভাবে উপাদানের যে সর্বোচ্চ সংখ্যা দেখাচে চান তা সন্নিবেশ করান।</ahelp>"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105AF\n"
+"help.text"
+msgid "From"
+msgstr "গঠন"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105B3\n"
+"help.text"
+msgid "<ahelp hid=\"1495387655\">Shows the top or bottom items in the specified sort order.</ahelp>"
+msgstr "<ahelp hid=\"1495387655\">উল্লেখিত ভাগে ভাগে সাজানোর ক্রমে উপরের অথবা নিচের উপাদা প্রদর্শন করে।</ahelp>"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105B6\n"
+"help.text"
+msgid "Using field"
+msgstr "ক্ষেত্র ব্যবহার করছে"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105BA\n"
+"help.text"
+msgid "<ahelp hid=\"1495387656\">Select the data field that you want to sort the data by.</ahelp>"
+msgstr "<ahelp hid=\"1495387656\">তথ্য দ্বারা আপনি যে তথ্য ক্ষেত্র ভাগে ভাগে সাজাতে চান তা নির্বাচন করুন।</ahelp>"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105BD\n"
+"help.text"
+msgid "Hide items"
+msgstr "উপাদান গোপন করা"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105C1\n"
+"help.text"
+msgid "<ahelp hid=\"59010\">Select the items that you want to hide from the calculations.</ahelp>"
+msgstr "<ahelp hid=\"59010\">গণনা হতে আপনি যে উপাদানটি লুকাতে চান তা নির্বাচন করুন।</ahelp>"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105C4\n"
+"help.text"
+msgid "Hierarchy"
+msgstr "ক্রমাধিকার"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN105C8\n"
+"help.text"
+msgid "<ahelp hid=\"1495387657\">Select the hierarchy that you want to use. The pivot table must be based on an external source data that contains data hierarchies.</ahelp>"
+msgstr ""
+
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Recalculate"
+msgstr "পুনঃরায় হিসাব করা"
+
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"bm_id3157909\n"
+"help.text"
+msgid "<bookmark_value>recalculating;all formulas in sheets</bookmark_value><bookmark_value>formulas; recalculating manually</bookmark_value><bookmark_value>cell contents; recalculating</bookmark_value>"
+msgstr "<bookmark_value>recalculating;all formulas in sheets</bookmark_value><bookmark_value>formulas; recalculating manually</bookmark_value><bookmark_value>cell contents; recalculating</bookmark_value>"
+
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"hd_id3157909\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06080000.xhp\" name=\"Recalculate\">Recalculate</link>"
+msgstr "<link href=\"text/scalc/01/06080000.xhp\" name=\"Recalculate\">পুনঃরায় হিসাব করা</link>"
+
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3154758\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Calculate\">Recalculates all changed formulas. If AutoCalculate is enabled, the Recalculate command applies only to formulas like RAND or NOW.</ahelp>"
+msgstr ""
+
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id315475899\n"
+"help.text"
+msgid "Press F9 to recalculate. Press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9 to recalculate all formulas in the document."
+msgstr ""
+
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3150793\n"
+"5\n"
+"help.text"
+msgid "After the document has been recalculated, the display is refreshed. All charts are also refreshed."
+msgstr ""
+
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id315475855\n"
+"help.text"
+msgid "The Add-In functions like RANDBETWEEN currently cannot respond to the Recalculate command or F9. Press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9 to recalculate all formulas, including the Add-In functions."
+msgstr ""
+
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet"
+msgstr "শীট"
+
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"bm_id1245460\n"
+"help.text"
+msgid "<bookmark_value>CTL;right-to-left sheets</bookmark_value><bookmark_value>sheets;right-to-left</bookmark_value><bookmark_value>right-to-left text;spreadsheets</bookmark_value>"
+msgstr "<bookmark_value>CTL;right-to-left sheets</bookmark_value><bookmark_value>sheets;right-to-left</bookmark_value><bookmark_value>right-to-left text;spreadsheets</bookmark_value>"
+
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"hd_id3155923\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05050000.xhp\" name=\"Sheet\">Sheet</link>"
+msgstr "<link href=\"text/scalc/01/05050000.xhp\" name=\"Sheet\">শীট</link>"
+
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"par_id3154758\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sets the sheet name and hides or shows selected sheets.</ahelp>"
+msgstr "<ahelp hid=\".\">শীট নাম নির্ধারণ করে এবং নির্বাচিত শীট আড়াল বা প্রদর্শন করে।</ahelp>"
+
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"hd_id3156280\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05050100.xhp\" name=\"Rename\">Rename</link>"
+msgstr "<link href=\"text/scalc/01/05050100.xhp\" name=\"Rename\">পুনরায় নামকরণ</link>"
+
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"hd_id3145787\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05050300.xhp\" name=\"Show\">Show</link>"
+msgstr "<link href=\"text/scalc/01/05050300.xhp\" name=\"Show\">প্রদর্শন</link>"
+
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"par_id3150542\n"
+"5\n"
+"help.text"
+msgid "If a sheet has been hidden, the Show Sheet dialog opens, which allows you to select a sheet to be shown again."
+msgstr "যদি একটি পাতা গোপন থাকে, তাহলে পাতা প্রদর্শন ডায়ালগটি খোলে যায় যা আপনাকে পুনরায় একটি পাতা প্রদর্শন করার জন্য অনুমোদন করে।"
+
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"par_idN10656\n"
+"help.text"
+msgid "Right-To-Left"
+msgstr "ডান-থেকে-বামে"
+
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"par_idN1065A\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SheetRightToLeft\">Changes the orientation of the current sheet to Right-To-Left if <link href=\"text/shared/optionen/01150300.xhp\">CTL</link> support is enabled.</ahelp>"
+msgstr "<ahelp hid=\".uno:SheetRightToLeft\">বর্তমান পাতার স্থিতিবিন্যাস ডান থেকে বামে পরিবর্তন করা হয় যদি <link href=\"text/shared/optionen/01150300.xhp\">CTL</link> সমর্থন সক্রিয় থাকে।</ahelp>"
+
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide"
+msgstr "আড়াল"
+
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"bm_id3147265\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; hiding functions</bookmark_value><bookmark_value>hiding; rows</bookmark_value><bookmark_value>hiding; columns</bookmark_value><bookmark_value>hiding; sheets</bookmark_value><bookmark_value>sheets;hiding</bookmark_value><bookmark_value>columns;hiding</bookmark_value><bookmark_value>rows;hiding</bookmark_value>"
+msgstr "<bookmark_value>spreadsheets; hiding functions</bookmark_value><bookmark_value>hiding; rows</bookmark_value><bookmark_value>hiding; columns</bookmark_value><bookmark_value>hiding; sheets</bookmark_value><bookmark_value>sheets;hiding</bookmark_value><bookmark_value>columns;hiding</bookmark_value><bookmark_value>rows;hiding</bookmark_value>"
+
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"hd_id3147265\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/05030300.xhp\" name=\"Hide\">Hide</link>"
+msgstr "<link href=\"text/scalc/01/05030300.xhp\" name=\"Hide\">আড়াল</link>"
+
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3156281\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Hide\">Hides selected rows, columns or individual sheets.</ahelp>"
+msgstr "<ahelp hid=\".uno:Hide\">নির্বাচিত সারি, কলাম বা প্রতিটি শীট আড়াল করে।</ahelp>"
+
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3148645\n"
+"3\n"
+"help.text"
+msgid "Select the rows or columns that you want to hide, and then choose <emph>Format - Row - Hide </emph>or<emph> Format - Column - Hide</emph>."
+msgstr "আপনি আড়াল করতে চান এমন সারি বা কলাম নির্বাচন করুন, এবং <emph>বিন্যাস - সারি - আড়াল</emph> বা <emph> বিন্যাস - কলাম - আড়াল</emph> নির্বাচন করুন।"
+
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3147427\n"
+"6\n"
+"help.text"
+msgid "You can hide a sheet by selecting the sheet tab and then choosing <emph>Format - Sheet - Hide</emph>. Hidden sheets are not printed unless they occur within a <link href=\"text/scalc/01/05080000.xhp\" name=\"print range\">print range</link>."
+msgstr "আপনি একটি পাতা ট্যাব নির্বাচন করে এবং তারপর <emph>বিন্যাস - পাতা - গোপন</emph> নির্বাচন করে একটি পাতা গোপন করতে পারেন। গোপন পাতাসমূহ <link href=\"text/scalc/01/05080000.xhp\" name=\"print range\">মুদ্রণ পরিসর</link> এর মধ্যে না আসা পর্যন্ত মুদ্রণ করা যায় না।"
+
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3153157\n"
+"5\n"
+"help.text"
+msgid "A break in the row or column header indicates whether the row or column is hidden."
+msgstr "সারি বা কলাম শিরোনামে আড়াল কিনা তা সারি বা কলামের বিভাজক নির্দেশ করে।"
+
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id3145251\n"
+"4\n"
+"help.text"
+msgid "To display hidden rows, columns or sheets"
+msgstr "আড়াল করা সারি, কলাম বা শীট প্রদর্শন করতে"
+
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id8337046\n"
+"help.text"
+msgid "Select the range that includes the hidden objects. You can also use the box in the corner above row 1 and beside column A. For sheets, this step is not necessary."
+msgstr "গোপন বিষয়বস্তু সহ একটি পরিসর নির্বাচন করুন। সারি 1 এর উপর এবং কলাম A এর পাশের কোনে অবস্থিত বাক্সটি ব্যবহার করতে পারেন। পাতার জন্য, এই ধাপটি অত্যাবশ্যকীয় নয়।"
+
+#: 05030300.xhp
+msgctxt ""
+"05030300.xhp\n"
+"par_id5532090\n"
+"help.text"
+msgid "Choose <link href=\"text/scalc/01/05030400.xhp\" name=\"Format - Row/Column - Show\">Format - Row/Column - Show</link> or <link href=\"text/scalc/01/05050300.xhp\" name=\"Format - Sheet - Show\">Format - Sheet - Show</link>."
+msgstr "<link href=\"text/scalc/01/05030400.xhp\" name=\"Format - Row/Column - Show\">বিন্যাস - সারি/কলাম - প্রদর্শন</link> বা <link href=\"text/scalc/01/05050300.xhp\" name=\"Format - Sheet - Show\">বিন্যাস - শীট - প্রদর্শন</link> নির্বাচন করুন।"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"tit\n"
+"help.text"
+msgid "Select Data Source"
+msgstr "ডাটাসোর্স নির্বাচন করুন"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"hd_id3143268\n"
+"1\n"
+"help.text"
+msgid "Select Data Source"
+msgstr "ডাটাসোর্স নির্বাচন করুন"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3148552\n"
+"2\n"
+"help.text"
+msgid "Select the database and the table or query containing the data that you want to use."
+msgstr "ডাটাবেস নির্বাচন করুন এবং তথ্য ধারণকৃত টেবিল অথবা কোয়েরি ধারণ করে যা আপনি ব্যবহার করতে চান।"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"hd_id3154140\n"
+"3\n"
+"help.text"
+msgid "Selection"
+msgstr "নির্বাচন"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3125863\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\".\">You can only select databases that are registered in %PRODUCTNAME.</ahelp> To register a data source, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Base - Databases</emph>."
+msgstr ""
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"hd_id3151041\n"
+"5\n"
+"help.text"
+msgid "Database"
+msgstr "ডাটাবেস"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3156424\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_DAPIDATA:LB_DATABASE\">Select the database that contains the data source that you want to use.</ahelp>"
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_DAPIDATA:LB_DATABASE\">একটি ডাটাবেস নির্বাচন করুন যা ডাটাসোর্স ধারণ করে যা আপনি ব্যবহার করতে চান।</ahelp>"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"hd_id3145364\n"
+"7\n"
+"help.text"
+msgid "Data source"
+msgstr "ডাটাসোর্স"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3149260\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_DAPIDATA:CB_OBJECT\">Select the data source that you want to use.</ahelp>"
+msgstr "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_DAPIDATA:CB_OBJECT\">ডাটাসোর্স নির্বাচন করুন যা আপনি ব্যবহার করতে চান।</ahelp>"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"hd_id3147428\n"
+"9\n"
+"help.text"
+msgid "Type"
+msgstr "ধরন"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3150010\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_DAPIDATA:LB_OBJTYPE\">Click the source type of for the selected data source.</ahelp> You can choose from four source types: \"Table\", \"Query\" and \"SQL\" or SQL (Native)."
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_DAPIDATA:LB_OBJTYPE\"> নির্বাচিত তথ্য উৎসের জন্য উৎসের ধরন ক্লিক করুন।</ahelp> আপনি চারটি উৎস ধরন হতে একটি পওছন্দ করতে পারেন: \"টেবিল\", \"কোয়েরি\" এবং \"SQL\" অথবা SQL (আঞ্চলিক)।"
+
+#: 12090101.xhp
+#, fuzzy
+msgctxt ""
+"12090101.xhp\n"
+"par_id3147348\n"
+"11\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12090102.xhp\" name=\"Pivot table dialog\">Pivot table dialog</link>"
+msgstr "<link href=\"text/scalc/01/05080000.xhp\" name=\"Print Ranges\">মুদ্রণ পরিসর</link>"
+
+#: 02200000.xhp
+msgctxt ""
+"02200000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet"
+msgstr "শীট"
+
+#: 02200000.xhp
+msgctxt ""
+"02200000.xhp\n"
+"hd_id3146794\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02200000.xhp\" name=\"Sheet\">Sheet</link>"
+msgstr "<link href=\"text/scalc/01/02200000.xhp\" name=\"Sheet\">শীট</link>"
+
+#: 02200000.xhp
+msgctxt ""
+"02200000.xhp\n"
+"par_id3149456\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Edit commands for entire sheets.</ahelp>"
+msgstr "<ahelp hid=\".\">সম্পূর্ণ শীটের জন্য কমান্ড সম্পাদনা করুন।</ahelp>"
+
+#: 02200000.xhp
+msgctxt ""
+"02200000.xhp\n"
+"hd_id3150792\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02180000.xhp\" name=\"Move/Copy\">Move/Copy</link>"
+msgstr "<link href=\"text/scalc/01/02180000.xhp\" name=\"Move/Copy\">সরিয়ে ফেলা/অনুলিপি করা</link>"
+
+#: 02200000.xhp
+msgctxt ""
+"02200000.xhp\n"
+"hd_id3153968\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02210000.xhp\" name=\"Select\">Select</link>"
+msgstr "<link href=\"text/scalc/01/02210000.xhp\" name=\"Select\">নির্বাচন</link>"
+
+#: 02200000.xhp
+msgctxt ""
+"02200000.xhp\n"
+"hd_id3163708\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02170000.xhp\" name=\"Delete\">Delete</link>"
+msgstr "<link href=\"text/scalc/01/02170000.xhp\" name=\"Delete\">মুছে ফেলুন</link>"
+
+#: 02200000.xhp
+#, fuzzy
+msgctxt ""
+"02200000.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\" name=\"Events\">Events</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">ফন্ট</link>"
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"tit\n"
+"help.text"
+msgid "AutoInput"
+msgstr "AutoInput"
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"bm_id2486037\n"
+"help.text"
+msgid "<bookmark_value>entering entries with AutoInput function</bookmark_value><bookmark_value>capital letters;AutoInput function</bookmark_value>"
+msgstr "<bookmark_value>entering entries with AutoInput function</bookmark_value><bookmark_value>capital letters;AutoInput function</bookmark_value>"
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3148492\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06130000.xhp\" name=\"AutoInput\">AutoInput</link>"
+msgstr "<link href=\"text/scalc/01/06130000.xhp\" name=\"AutoInput\">AutoInput</link>"
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3150793\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AutoComplete\">Switches the AutoInput function on and off, which automatically completes entries, based on other entries in the same column.</ahelp> The column is scanned up to a maximum of 2000 cells or 200 different strings."
+msgstr "<ahelp hid=\".uno:AutoComplete\">AutoInput ফাংশনটি সক্রিয় অথবা নিষ্ক্রিয় করে, যা একই কলামের অন্য এন্ট্রির উপর ভিত্তি করে স্বয়ংক্রিয়ভাবে এন্ট্রি সম্পূর্ণ করে।</ahelp> কলামটি সর্বোচ্চ ২০০০ ঘর অথবা ২০০ ভিন্ন স্ট্রিং পর্যন্ত স্ক্যান করা হয়।"
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3156422\n"
+"8\n"
+"help.text"
+msgid "The completion text is highlighted."
+msgstr "পরিপূরণ টেক্সটে আলোকপাত করা হয়েছে।"
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN1065D\n"
+"help.text"
+msgid "To accept the completion, press <item type=\"keycode\">Enter</item> or a cursor key."
+msgstr "পরিপূরণ গ্রহণ করার জন্য <item type=\"keycode\">Enter</item> অথবা কার্সার কী চাপুন।"
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN10665\n"
+"help.text"
+msgid "To append text or to edit the completion, press <item type=\"keycode\">F2</item>."
+msgstr "টেক্সট সংযুক্ত করার জন্য অথবা পরিপূরণ সম্পাদনা করার জন্য <item type=\"keycode\">F2</item>চাপুন।"
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN1066D\n"
+"help.text"
+msgid "To view more completions, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab</item> to scroll forward, or <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Tab</item> to scroll backward."
+msgstr ""
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_idN10679\n"
+"help.text"
+msgid "To see a list of all available AutoInput text items for the current column, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down Arrow</item>."
+msgstr ""
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3150439\n"
+"3\n"
+"help.text"
+msgid "When typing formulas using characters that match previous entries, a Help tip will appear listing the last ten functions used from <emph>Function Wizard</emph>, from all defined range names, from all database range names, and from the content of all label ranges."
+msgstr "পূর্বের এন্ট্রির সাথে মিল রেখে অক্ষর ব্যবহার করে সূত্র লিখার সময় <emph>ফাংশন উইজার্ড</emph>, সকল সংজ্ঞায়িত পরিসর নাম, সকল ডাটাবেস পরিসর নাম এবং সকল লেবেল পরিসরের উপাদান হতে ব্যবহৃত শেষ দশ ফাংশন তালিকাবদ্ধ করে একটি সাহায্য টিপ আবির্ভূত হবে।"
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3153363\n"
+"5\n"
+"help.text"
+msgid "AutoInput is case-sensitive. If, for example, you have written \"Total\" in a cell, you cannot enter \"total\" in another cell of the same column without first deactivating AutoInput."
+msgstr "AutoInput হলো অক্ষরের আকার সংবেদনশীল। যদি, উদাহরনস্বরূপ, আপনি একটি ঘরে \"মোট\" লিখেন, প্রথম AutoInpu নিষ্ক্রিয় না করে একই কলামে অন্য ঘরে আপনি \"মোট\" সন্নিবেশ করাতে পারেন না।"
+
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hyphenation"
+msgstr "যোজকচিহ্নের ব্যবহার"
+
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"bm_id3159399\n"
+"help.text"
+msgid "<bookmark_value>automatic hyphenation in spreadsheets</bookmark_value><bookmark_value>hyphenation; in spreadsheets</bookmark_value><bookmark_value>syllables in spreadsheets</bookmark_value>"
+msgstr "<bookmark_value>automatic hyphenation in spreadsheets</bookmark_value><bookmark_value>hyphenation; in spreadsheets</bookmark_value><bookmark_value>syllables in spreadsheets</bookmark_value>"
+
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"hd_id3159399\n"
+"1\n"
+"help.text"
+msgid "Hyphenation"
+msgstr "যোজকচিহ্নের ব্যবহার"
+
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3145068\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"silben\"><ahelp hid=\".uno:Hyphenate\">The <emph>Hyphenation </emph>command calls the dialog for setting the hyphenation in $[officename] Calc.</ahelp></variable>"
+msgstr "<variable id=\"silben\"><ahelp hid=\".uno:Hyphenate\"> $[officename] Calc তে যোজকচিহ্নের ব্যবহার সেটিং এর জন্য <emph>যোজকচিহ্ন</emph> কমান্ড ডায়ালগটিকে কল করে।</ahelp></variable>"
+
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3154366\n"
+"3\n"
+"help.text"
+msgid "You can only turn on the automatic hyphenation in $[officename] Calc when the <link href=\"text/shared/01/05340300.xhp\" name=\"row break\">row break</link> feature is active."
+msgstr "যখন <link href=\"text/shared/01/05340300.xhp\" name=\"row break\">সারি বিরতি</link> বৈশিষ্ট্য সক্রিয় হয় তখন আপনি $[officename] Cal তে স্বয়ংক্রিয় যোজকচিহ্নের ব্যবহার করতে পারেন।"
+
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"hd_id3153192\n"
+"4\n"
+"help.text"
+msgid "Hyphenation for selected cells."
+msgstr "নির্বাচিত ঘরের জন্য যোজকচিহ্নের ব্যবহার।"
+
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3150868\n"
+"5\n"
+"help.text"
+msgid "Select the cells for which you want to change the hyphenation."
+msgstr "ঘরটি নির্বাচন করুন যার জন্য আপনি যোজকচিহ্ন পরিবর্তন করতে চান।"
+
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3150440\n"
+"6\n"
+"help.text"
+msgid "Choose <emph>Tools - Language - Hyphenation</emph>."
+msgstr "<emph>টুল - ভাষা - যোজকচিহ্নের ব্যবহার</emph>পছন্দ করুন।"
+
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3156441\n"
+"7\n"
+"help.text"
+msgid "The <emph>Format Cells</emph> dialog appears with the <emph>Alignment</emph> tab page open."
+msgstr "<emph>বিন্যাস ঘর</emph> ডায়ালগটি খোলা <emph>প্রান্তিককরণ</emph> ট্যাব পৃষ্ঠার সাথে আবির্ভূত হয়।"
+
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3149260\n"
+"12\n"
+"help.text"
+msgid "Mark the <emph>Wrap text automatically</emph> and <emph>Hyphenation active</emph> check boxes."
+msgstr "<emph>স্বয়ংক্রিয়ভাবে টেক্সট মুড়িয়ে রাখুন</emph> এবং <emph>যোজকচিহ্নের ব্যবহার সক্রিয়</emph> পরীক্ষা বাক্স চিহ্নিত করুন।"
+
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"hd_id3153094\n"
+"8\n"
+"help.text"
+msgid "Hyphenation for Drawing Objects"
+msgstr "আঁকার বিষয়বস্তুর জন্য যোজকচিহ্নের ব্যবহার"
+
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3148577\n"
+"9\n"
+"help.text"
+msgid "Select a drawing object."
+msgstr "একটি আঁকার বিষয়বস্তু নির্বাচন করুন।"
+
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3156285\n"
+"10\n"
+"help.text"
+msgid "Choose <emph>Tools - Language - Hyphenation</emph>."
+msgstr "<emph>টুল - ভাষা - যোজকচিহ্নের ব্যবহার</emph>পছন্দ করুন।"
+
+#: 06020000.xhp
+msgctxt ""
+"06020000.xhp\n"
+"par_id3147394\n"
+"11\n"
+"help.text"
+msgid "Each time you call the command you turn the hyphenation for the drawing object on or off. A check mark shows the current status."
+msgstr "কমান্ড কল করার প্রতিটি সময় আপনি আঁকার বস্তুর জন্য যোজকচিহ্নের ব্যবহার সক্রিয় অথবা নিষক্রিয় করতে পারেন। একটি টিক চিহ্ন বর্তমান অবস্থা প্রদর্শন করে।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"tit\n"
+"help.text"
+msgid "Financial Functions Part Two"
+msgstr "আর্থিক ফাংশনের দ্বিতীয় অংশ"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149052\n"
+"1\n"
+"help.text"
+msgid "Financial Functions Part Two"
+msgstr "আর্থিক ফাংশনের দ্বিতীয় অংশ"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148742\n"
+"343\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060103.xhp\" name=\"Back to Financial Functions Part One\">Back to Financial Functions Part One</link>"
+msgstr "<link href=\"text/scalc/01/04060103.xhp\" name=\"Back to Financial Functions Part One\">আর্থিক ফাংশনের প্রথম অংশে ফিরে যান</link>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151341\n"
+"344\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions Part Three\">Forward to Financial Functions Part Three</link>"
+msgstr "<link href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions Part Three\">আর্থিক ফাংশনের তৃতীয় অংশে অগ্রসর হোন</link>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3150026\n"
+"help.text"
+msgid "<bookmark_value>PPMT function</bookmark_value>"
+msgstr "<bookmark_value>PPMT function</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3150026\n"
+"238\n"
+"help.text"
+msgid "PPMT"
+msgstr "PPMT"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3146942\n"
+"239\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_KAPZ\">Returns for a given period the payment on the principal for an investment that is based on periodic and constant payments and a constant interest rate.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_KAPZ\">বিনিয়োগের জন্য লগ্নিকৃত আসলের উপর পরিশোধের প্রদেয় পর্যায়ের ফলাফল প্রদান করে যা পর্যায়ক্রমিক এবং স্থির পরিশোধ এবং স্থির সুদের হার ভিত্তিক।</ahelp>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3150459\n"
+"240\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3146878\n"
+"241\n"
+"help.text"
+msgid "PPMT(Rate; Period; NPer; PV; FV; Type)"
+msgstr "PPMT(Rate; Period; NPer; PV; FV; Type)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151228\n"
+"242\n"
+"help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
+msgstr "<emph>Rate</emph> হলো পর্যায়বৃত্ত সুদের হার।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148887\n"
+"243\n"
+"help.text"
+msgid "<emph>Period</emph> is the amortizement period. P = 1 for the first and P = NPer for the last period."
+msgstr "<emph>পর্যায়কাল</emph>হলো গচ্ছিত অর্থ পিশোধ করার সময়। প্রথমের জন্য P = ১ এবং শেষ পর্যায়কালের জন্য P = NPer।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148436\n"
+"244\n"
+"help.text"
+msgid "<emph>NPer</emph> is the total number of periods during which annuity is paid."
+msgstr "<emph>NPer</emph> হলো বার্ষিক অর্থ প্রদানের সর্বমোট পর্যায়কালের সংখ্যা।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153035\n"
+"245\n"
+"help.text"
+msgid "<emph>PV</emph> is the present value in the sequence of payments."
+msgstr "<emph>PV</emph> হলো পরিশোধের ক্রমানুসারে বর্তমান মান।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147474\n"
+"246\n"
+"help.text"
+msgid "<emph>FV</emph> (optional) is the desired (future) value."
+msgstr "<emph>FV</emph> (ঐচ্ছিক) হলো কাঙ্খিত (ভবিষ্যৎ) মান।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3144744\n"
+"247\n"
+"help.text"
+msgid "<emph>Type</emph> (optional) defines the due date. F = 1 for payment at the beginning of a period and F = 0 for payment at the end of a period."
+msgstr "<emph>Type</emph> (ঐচ্ছিক) নির্ধারিত মেয়াদ উল্লেখ করে। পর্যায়কালের শুরুতে পরিশোধের জন্য F = 1 এবং পর্যায়কালের শেষে পরিশোধের জন্য F = 0।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_idN1067C\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3148582\n"
+"248\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154811\n"
+"249\n"
+"help.text"
+msgid "How high is the periodic monthly payment at an annual interest rate of 8.75% over a period of 3 years? The cash value is 5,000 currency units and is always paid at the beginning of a period. The future value is 8,000 currency units."
+msgstr "৩ বছরের জন্য ৮.৭৫% বার্ষিক সুদ হারে পর্যায়ক্রমিক মাসিক অর্থ প্রদান কত বেশি হয়? অর্থ মূল্য হলো ৫,০০০ মুদ্রা একক এবং পর্যায়ের শুরুতে সবসময় পরিশোধিত হয়। ভবিষ্যত মূল্য হলো ৮,০০০ মুদ্রা একক।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149246\n"
+"250\n"
+"help.text"
+msgid "<item type=\"input\">=PPMT(8.75%/12;1;36;5000;8000;1)</item> = -350.99 currency units."
+msgstr "<item type=\"input\">=PPMT(8.75%/12;1;36;5000;8000;1)</item> = -৩৫০.৯৯ মুদ্রা একক।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3146139\n"
+"help.text"
+msgid "<bookmark_value>calculating; total amortizement rates</bookmark_value><bookmark_value>total amortizement rates</bookmark_value><bookmark_value>amortization installment</bookmark_value><bookmark_value>repayment installment</bookmark_value><bookmark_value>CUMPRINC function</bookmark_value>"
+msgstr "<bookmark_value>calculating; total amortizement rates</bookmark_value><bookmark_value>total amortizement rates</bookmark_value><bookmark_value>amortization installment</bookmark_value><bookmark_value>repayment installment</bookmark_value><bookmark_value>CUMPRINC function</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3146139\n"
+"252\n"
+"help.text"
+msgid "CUMPRINC"
+msgstr "CUMPRINC"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150140\n"
+"253\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_KUMKAPITAL\">Returns the cumulative interest paid for an investment period with a constant interest rate.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_KUMKAPITAL\">স্থির সুদের হার সহকারে একটি বিনিয়োগ পর্যায়ের জন্য ক্রমবর্ধমান সুদ প্রদানের ফলাফল প।রদান করে।</ahelp>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149188\n"
+"254\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148733\n"
+"255\n"
+"help.text"
+msgid "CUMPRINC(Rate; NPer; PV; S; E; Type)"
+msgstr "CUMPRINC(Rate; NPer; PV; S; E; Type)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150864\n"
+"256\n"
+"help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
+msgstr "<emph>Rate</emph> হলো পর্যায়বৃত্ত সুদের হার।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3166052\n"
+"257\n"
+"help.text"
+msgid "<emph>NPer</emph> is the payment period with the total number of periods. NPER can also be a non-integer value."
+msgstr "<emph>NPer</emph> হলো মোট পর্যায়কাল সহ পরিশোধের পর্যায়কাল। NPER ইন্টিজার ব্যতীত অন্য মানও হতে পারে।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150007\n"
+"258\n"
+"help.text"
+msgid "<emph>PV</emph> is the current value in the sequence of payments."
+msgstr "<emph>PV</emph> হলো পরিশোধের ক্রমানুসারে বর্তমান মান।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153112\n"
+"259\n"
+"help.text"
+msgid "<emph>S</emph> is the first period."
+msgstr "<emph>S</emph> হলো প্রথম পর্যায়কাল।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3146847\n"
+"260\n"
+"help.text"
+msgid "<emph>E</emph> is the last period."
+msgstr "<emph>E</emph> হলো শেষ পর্যায়কাল।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145167\n"
+"261\n"
+"help.text"
+msgid "<emph>Type</emph> is the due date of the payment at the beginning or end of each period."
+msgstr "<emph>ধরন</emph> হলো কার্যকালের শুরু অথবা শেষে পরিশোধের নির্ধারিত মেয়াদ।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154502\n"
+"262\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153570\n"
+"263\n"
+"help.text"
+msgid "What are the payoff amounts if the yearly interest rate is 5.5% for 36 months? The cash value is 15,000 currency units. The payoff amount is calculated between the 10th and 18th period. The due date is at the end of the period."
+msgstr "চুড়ান্ত হিসাবপত্রের পরিমাণ কত যদি ৩৬ মাসের জন্য বাৎসরিক সুদের হার ৫.৫% হয়? অর্থ মূল্য হলো ১৫,০০০ মুদ্রা একক। চুড়ান্ত হিসাবপত্রের পরিমাণ ১০ম এবং ১৮তম এর মধ্যে হিসাব করা হয়। পরিশোধের তারিখটি হলো পর্যায়কালের শেষে।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149884\n"
+"264\n"
+"help.text"
+msgid "<item type=\"input\">=CUMPRINC(5.5%/12;36;15000;10;18;0)</item> = -3669.74 currency units. The payoff amount between the 10th and 18th period is 3669.74 currency units."
+msgstr "<item type=\"input\">=CUMPRINC(5.5%/12;36;15000;10;18;0)</item> = -৩৬৬৯.৭৪ মুদ্রা একক। ১০ম এবং ১৮ই এর মধ্যে পে-অফ পরিমাণ হলো ৩৬৬৯.৭৪ মুদ্রার একক।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3150019\n"
+"help.text"
+msgid "<bookmark_value>CUMPRINC_ADD function</bookmark_value>"
+msgstr "<bookmark_value>CUMPRINC_ADD function</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3150019\n"
+"182\n"
+"help.text"
+msgid "CUMPRINC_ADD"
+msgstr "CUMPRINC_ADD"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145246\n"
+"183\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_CUMPRINC\"> Calculates the cumulative redemption of a loan in a period.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_CUMPRINC\"> একটি পর্যায়কালে ঋণের চক্রবৃদ্ধি পুনঃক্রয় মূল্য হিসাব করে।</ahelp>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3153047\n"
+"184\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3157970\n"
+"185\n"
+"help.text"
+msgid "CUMPRINC_ADD(Rate; NPer; PV; StartPeriod; EndPeriod; Type)"
+msgstr "CUMPRINC_ADD(Rate; NPer; PV; StartPeriod; EndPeriod; Type)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145302\n"
+"186\n"
+"help.text"
+msgid "<emph>Rate</emph> is the interest rate for each period."
+msgstr "<emph>Rate</emph> হলো প্রতিটি পর্যায়কালের সুদের হার।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151017\n"
+"187\n"
+"help.text"
+msgid "<emph>NPer</emph> is the total number of payment periods. The rate and NPER must refer to the same unit, and thus both be calculated annually or monthly."
+msgstr "<emph>NPer</emph> হলো মোট পরিশোধ পর্যায়কাল সংখ্যা। rate এবং NPER অবশ্যই একই এককে উল্লেখ করা হয়, এবং ফলে উভয়ই বার্ষিক বা মাসিক ভিত্তিতে হিসাব করা হয়।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155620\n"
+"188\n"
+"help.text"
+msgid "<emph>PV</emph> is the current value."
+msgstr "<emph>PV</emph> হলো বর্তমান মান।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145352\n"
+"189\n"
+"help.text"
+msgid "<emph>StartPeriod</emph> is the first payment period for the calculation."
+msgstr "<emph>StartPeriod</emph> হলো হিসাবের জন্য প্রথম পরিশোধ পর্যায়কাল।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3157986\n"
+"190\n"
+"help.text"
+msgid "<emph>EndPeriod</emph> is the last payment period for the calculation."
+msgstr "<emph>EndPeriod</emph> হলো হিসাবের জন্য শেষ পরিশোধ পর্যায়কাল।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150570\n"
+"191\n"
+"help.text"
+msgid "<emph>Type</emph> is the maturity of a payment at the end of each period (Type = 0) or at the start of the period (Type = 1)."
+msgstr "<emph>ধরন</emph> হলো প্রতিটি কার্যকালের শেষে (ধরন = 0) অথবা কার্যকালের শুরুতে (ধরন = 1) পরিশোধের মেয়াদপূর্তির তারিখ।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3150269\n"
+"192\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148774\n"
+"193\n"
+"help.text"
+msgid "The following mortgage loan is taken out on a house:"
+msgstr "একটি বাড়ির উপর নিম্নলিখিত বন্ধকী ঋণ গ্রহণ করা হয়েছে:"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150661\n"
+"194\n"
+"help.text"
+msgid "Rate: 9.00 per cent per annum (9% / 12 = 0.0075), Duration: 30 years (payment periods = 30 * 12 = 360), NPV: 125000 currency units."
+msgstr "Rate: প্রতি বছরে ৯.০০ শতাংশ (৯% / ১২ =০.০০৭৫), Duration: ৩০ বছর (পরিশোধ পর্যায়কাল = ৩০ * ১২ = ৩৬০), NPV: ১২৫০০০ মুদ্রা একক।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155512\n"
+"195\n"
+"help.text"
+msgid "How much will you repay in the second year of the mortgage (thus from periods 13 to 24)?"
+msgstr "আপনি বন্ধকের দ্বিতীয় বছর কি পরিমাণ ঋণ পুনঃপরিশোধ করবেন (সুতরাং ১৩ হতে ২৪ নং পর্যন্ত পর্যায়কাল)?"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149394\n"
+"196\n"
+"help.text"
+msgid "<item type=\"input\">=CUMPRINC_ADD(0.0075;360;125000;13;24;0)</item> returns -934.1071"
+msgstr "<item type=\"input\">=CUMPRINC_ADD(0.0075;360;125000;13;24;0)</item> -৯৩৪.১০৭১ প্রদান করে।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149026\n"
+"197\n"
+"help.text"
+msgid "In the first month you will be repaying the following amount:"
+msgstr "প্রথম মাসে আপনি নিম্নলিখিত পরিমাণ ঋণ পুনঃপরিশোধ করবেন:"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154636\n"
+"198\n"
+"help.text"
+msgid "<item type=\"input\">=CUMPRINC_ADD(0.0075;360;125000;1;1;0)</item> returns -68.27827"
+msgstr "<item type=\"input\">=CUMPRINC_ADD(0.0075;360;125000;1;1;0)</item> -৬৮.২৭৮২৭ প্রদান করে।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3155370\n"
+"help.text"
+msgid "<bookmark_value>calculating; accumulated interests</bookmark_value><bookmark_value>accumulated interests</bookmark_value><bookmark_value>CUMIPMT function</bookmark_value>"
+msgstr "<bookmark_value>calculating; accumulated interests</bookmark_value><bookmark_value>accumulated interests</bookmark_value><bookmark_value>CUMIPMT function</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3155370\n"
+"266\n"
+"help.text"
+msgid "CUMIPMT"
+msgstr "CUMIPMT"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3158411\n"
+"267\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_KUMZINSZ\">Calculates the cumulative interest payments, that is, the total interest, for an investment based on a constant interest rate.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_KUMZINSZ\">ক্রমযোজিত সুদ পরিশোধের পরিমাণ গণনা করা হয়, যেমন, মোট সুদের পরিমাণ, একই সুদের হারের উপর ভিত্তি করে বিনিয়োগের জন্য।</ahelp>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3155814\n"
+"268\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147536\n"
+"269\n"
+"help.text"
+msgid "CUMIPMT(Rate; NPer; PV; S; E; Type)"
+msgstr "CUMIPMT(Rate; NPer; PV; S; E; Type)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150475\n"
+"270\n"
+"help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
+msgstr "<emph>Rate</emph> হলো পর্যায়বৃত্ত সুদের হার।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153921\n"
+"271\n"
+"help.text"
+msgid "<emph>NPer</emph> is the payment period with the total number of periods. NPER can also be a non-integer value."
+msgstr "<emph>NPer</emph> হলো মোট পর্যায়কাল সংখ্যা সহ পরিশোধের পর্যায়কাল। NPER ইন্টিজার ব্যতীত অন্য মানও হতে পারে।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153186\n"
+"272\n"
+"help.text"
+msgid "<emph>PV</emph> is the current value in the sequence of payments."
+msgstr "<emph>PV</emph> হলো পরিশোধের ক্রমানুসারে বর্তমান মান।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156259\n"
+"273\n"
+"help.text"
+msgid "<emph>S</emph> is the first period."
+msgstr "<emph>S</emph> হলো প্রথম পর্যায়কাল।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155990\n"
+"274\n"
+"help.text"
+msgid "<emph>E</emph> is the last period."
+msgstr "<emph>E</emph> হলো শেষ পর্যায়কাল।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149777\n"
+"275\n"
+"help.text"
+msgid "<emph>Type</emph> is the due date of the payment at the beginning or end of each period."
+msgstr "<emph>ধরন</emph> হলো কার্যকালের শুরু অথবা শেষে পরিশোধের নির্ধারিত মেয়াদ।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3153723\n"
+"276\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147478\n"
+"277\n"
+"help.text"
+msgid "What are the interest payments at a yearly interest rate of 5.5 %, a payment period of monthly payments for 2 years and a current cash value of 5,000 currency units? The start period is the 4th and the end period is the 6th period. The payment is due at the beginning of each period."
+msgstr "বাৎসরিক সুদের হার ৫.৫% এ সুদ পরিশোধ, মাসিক পরিশোধের ২ বছরের জন্য পরিশোধের পর্যায়কাল এবং ৫,০০০ মুদ্রা এককের বর্তমান অর্থ মূল্য কত? শুরুর পর্যায় হলো ৪র্থ এবং শেষ পর্যায় হলো ৬ষ্ঠ পর্যায়। পরিশোধটি প্রতিটি পর্যায়ের শিরিতে বকেয়া হয়।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149819\n"
+"278\n"
+"help.text"
+msgid "<item type=\"input\">=CUMIPMT(5.5%/12;24;5000;4;6;1)</item> = -57.54 currency units. The interest payments for between the 4th and 6th period are 57.54 currency units."
+msgstr "<item type=\"input\">=CUMIPMT(5.5%/12;24;5000;4;6;1)</item> = -৫৭.৫৪ মুদ্রা একক। ৪ঠা এবং ৬ই এর মধ্যে সুদ পরিশোধ হলো ৫৭.৫৪ মুদ্রা একক।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3083280\n"
+"help.text"
+msgid "<bookmark_value>CUMIPMT_ADD function</bookmark_value>"
+msgstr "<bookmark_value>CUMIPMT_ADD function</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3083280\n"
+"165\n"
+"help.text"
+msgid "CUMIPMT_ADD"
+msgstr "CUMIPMT_ADD"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3152482\n"
+"166\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_CUMIPMT\">Calculates the accumulated interest for a period.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_CUMIPMT\">একটি পর্যায়কালের মোট সুদ হিসাব করে।</ahelp>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149713\n"
+"167\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145087\n"
+"168\n"
+"help.text"
+msgid "CUMIPMT_ADD(Rate; NPer; PV; StartPeriod; EndPeriod; Type)"
+msgstr "CUMIPMT_ADD(Rate; NPer; PV; StartPeriod; EndPeriod; Type)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149277\n"
+"169\n"
+"help.text"
+msgid "<emph>Rate</emph> is the interest rate for each period."
+msgstr "<emph>Rate</emph> হলো প্রতিটি পর্যায়কালের সুদের হার।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149270\n"
+"170\n"
+"help.text"
+msgid "<emph>NPer</emph> is the total number of payment periods. The rate and NPER must refer to the same unit, and thus both be calculated annually or monthly."
+msgstr "<emph>NPer</emph> হলো মোট পরিশোধ পর্যায়কাল সংখ্যা। rate এবং NPER অবশ্যই একই এককে উল্লেখ করা হয়, এবং এই কারণে উভয়ই বার্ষিক বা মাসিক ভিত্তিতে হিসাব করা হয়।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3152967\n"
+"171\n"
+"help.text"
+msgid "<emph>PV</emph> is the current value."
+msgstr "<emph>PV</emph> হলো বর্তমান মান।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156308\n"
+"172\n"
+"help.text"
+msgid "<emph>StartPeriod</emph> is the first payment period for the calculation."
+msgstr "<emph>StartPeriod</emph>হলো হিসাবের প্রথম পরিশোধ পর্যায়কাল।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149453\n"
+"173\n"
+"help.text"
+msgid "<emph>EndPeriod</emph> is the last payment period for the calculation."
+msgstr "<emph>EndPeriod</emph> হলো হিসাবের শেষ পরিশোধ পর্যায়কাল।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150962\n"
+"174\n"
+"help.text"
+msgid "<emph>Type</emph> is the maturity of a payment at the end of each period (Type = 0) or at the start of the period (Type = 1)."
+msgstr "<emph>ধরন</emph> হলো প্রতিটি কার্যকালের শেষে (ধরন = 0) অথবা কার্যকালের শুরুতে (ধরন = 1) পরিশোধের মেয়াদপূর্তির তারিখ।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3152933\n"
+"175\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156324\n"
+"176\n"
+"help.text"
+msgid "The following mortgage loan is taken out on a house:"
+msgstr "একটি বাড়ির উপর নিম্নলিখিত বন্ধকী ঋণ গ্রহণ করা হয়েছে:"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147566\n"
+"177\n"
+"help.text"
+msgid "Rate: 9.00 per cent per annum (9% / 12 = 0.0075), Duration: 30 years (NPER = 30 * 12 = 360), Pv: 125000 currency units."
+msgstr "Rate: প্রতি বছরে ৯.০০ শতাংশ (৯% / ১২ =০.০০৭৫), Duration: ৩০ বছর (NPER = ৩০ * ১২ = ৩৬০), Pv: ১২৫০০০ মুদ্রা একক।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151272\n"
+"178\n"
+"help.text"
+msgid "How much interest must you pay in the second year of the mortgage (thus from periods 13 to 24)?"
+msgstr "আপনি বন্ধকের দ্বিতীয় বছরে কি পরিমাণ সুদ অবশ্যই পরিশোধ করবেন (সুতরাং ১৩ হতে ২৪নং পর্যন্ত পর্যায়কাল)?"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156130\n"
+"179\n"
+"help.text"
+msgid "<item type=\"input\">=CUMIPMT_ADD(0.0075;360;125000;13;24;0)</item> returns -11135.23."
+msgstr "<item type=\"input\">=CUMIPMT_ADD(0.0075;360;125000;13;24;0)</item> -১১১৩৫.২৩ প্রদান করে।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150764\n"
+"180\n"
+"help.text"
+msgid "How much interest must you pay in the first month?"
+msgstr "প্রথম মাসে আপনাকে অবশ্যই কি পরিমাণ সুদ প্রদান করতে হবে?"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3146857\n"
+"181\n"
+"help.text"
+msgid "<item type=\"input\">=CUMIPMT_ADD(0.0075;360;125000;1;1;0)</item> returns -937.50."
+msgstr "<item type=\"input\">=CUMIPMT_ADD(0.0075;360;125000;1;1;0)</item> -৯৩৭.৫০ প্রদান করে।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3150878\n"
+"help.text"
+msgid "<bookmark_value>PRICE function</bookmark_value><bookmark_value>prices; fixed interest securities</bookmark_value><bookmark_value>sales values;fixed interest securities</bookmark_value>"
+msgstr "<bookmark_value>PRICE function</bookmark_value><bookmark_value>prices; fixed interest securities</bookmark_value><bookmark_value>sales values;fixed interest securities</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3150878\n"
+"9\n"
+"help.text"
+msgid "PRICE"
+msgstr "PRICE"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153210\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_PRICE\">Calculates the market value of a fixed interest security with a par value of 100 currency units as a function of the forecast yield.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_PRICE\">ফোরকাস্ট উৎপাদনপর ফাংশন হিসেবে ১০০ মুদ্রা একক গড় মান সহকারে স্থির সুদ নিরাপত্তার বাজার মূল্য গণনা করে।</ahelp>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154646\n"
+"11\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3152804\n"
+"12\n"
+"help.text"
+msgid "PRICE(Settlement; Maturity; Rate; Yield; Redemption; Frequency; Basis)"
+msgstr "PRICE(Settlement; Maturity; Rate; Yield; Redemption; Frequency; Basis)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156121\n"
+"13\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> হলো জামানত ক্রয়ের তারিখ।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149983\n"
+"14\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> হলো জামানতের মেয়াদপূর্তির (মেয়াদোত্তীর্ন) তারিখ।"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153755\n"
+"15\n"
+"help.text"
+msgid "<emph>Rate</emph> is the annual nominal rate of interest (coupon interest rate)"
+msgstr "<emph>Coupon</emph> হলো বার্ষিক নামমাত্র সুদের হার (কুপন সুদের হার)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155999\n"
+"16\n"
+"help.text"
+msgid "<emph>Yield</emph> is the annual yield of the security."
+msgstr "<emph>Yield</emph> হলো জামানতের বার্ষিক আয়।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156114\n"
+"17\n"
+"help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr "<emph>Redemption</emph> হলো সমহার মূল্যের প্রতি ১০০ মুদ্রা এককের পুনঃক্রয় মূল্য।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155846\n"
+"18\n"
+"help.text"
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frequency</emph> হলো বার্ষিক সুদ প্রদান সংখ্য (১, ২ বা ৪)।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3153148\n"
+"19\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150260\n"
+"20\n"
+"help.text"
+msgid "A security is purchased on 1999-02-15; the maturity date is 2007-11-15. The nominal rate of interest is 5.75%. The yield is 6.5%. The redemption value is 100 currency units. Interest is paid half-yearly (frequency is 2). With calculation on basis 0, the price is as follows:"
+msgstr "একটি নিরাপত্তা ১৯৯৯-০২-১৫ তারিখে ক্রয় করা হয়; মেয়াদপূর্তির তারিখ হলো ২০০৭-১১-৫। সুদের নামমাত্র হার হলো ৫.৭৫%। উপপাদন হলো ৬.৫%। উদ্ধারকঙত সম্পদের মূল্য হলো ১০০ মুদ্রা একক, সুদ অর্ধ- বার্ষিক ভাবে (গনসংখ্যা হলো ২) শোধ করা হয়। ০ ভিত্তিতে হিসাব করে, মূল্য হলো নিম্নরূপ:"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147273\n"
+"21\n"
+"help.text"
+msgid "=PRICE(\"1999-02-15\"; \"2007-11-15\"; 0.0575; 0.065; 100; 2; 0) returns 95.04287."
+msgstr "=PRICE(\"1999-02-15\"; \"2007-11-15\"; 0.0575; 0.065; 100; 2; 0) ৯৫.০৪২৭৮ প্রদান করে।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3151297\n"
+"help.text"
+msgid "<bookmark_value>PRICEDISC function</bookmark_value><bookmark_value>prices;non-interest-bearing securities</bookmark_value><bookmark_value>sales values;non-interest-bearing securities</bookmark_value>"
+msgstr "<bookmark_value>PRICEDISC function</bookmark_value><bookmark_value>prices;non-interest-bearing securities</bookmark_value><bookmark_value>sales values;non-interest-bearing securities</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3151297\n"
+"22\n"
+"help.text"
+msgid "PRICEDISC"
+msgstr "PRICEDISC"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155100\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_PRICEDISC\">Calculates the price per 100 currency units of par value of a non-interest- bearing security.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_PRICEDISC\">একটি সুদ বিহীন বিয়ারিং জামানতের গড় মানের প্রতি ১০০ মুদ্রা এককের মূল্য হিসাব করা হয়।</ahelp>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149294\n"
+"24\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3146084\n"
+"25\n"
+"help.text"
+msgid "PRICEDISC(Settlement; Maturity; Discount; Redemption; Basis)"
+msgstr "PRICEDISC(Settlement; Maturity; Discount; Redemption; Basis)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3159179\n"
+"26\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> হলো জামানত ক্রয়ের তারিখ।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154304\n"
+"27\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> হলো জামানতের মেয়াদপূর্তির (মেয়াদোত্তীর্ন) তারিখ।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156014\n"
+"28\n"
+"help.text"
+msgid "<emph>Discount</emph> is the discount of a security as a percentage."
+msgstr "<emph>Discount</emph> প্রতি জামানতের শতকরা মূল্যহ্রাস।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147489\n"
+"29\n"
+"help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr "<emph>Redemption</emph> হলো সমহার মূল্যের প্রতি ১০০ মুদ্রা এককের পুনঃক্রয় মূল্য।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3152794\n"
+"30\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149198\n"
+"31\n"
+"help.text"
+msgid "A security is purchased on 1999-02-15; the maturity date is 1999-03-01. Discount in per cent is 5.25%. The redemption value is 100. When calculating on basis 2 the price discount is as follows:"
+msgstr "একটি নিরাপত্তা ১৯৯৯-০২-১৫ এ ক্রয় করা হয়; মেয়াদপূর্তির তারিখ হলো ১৯৯৯-০৩-০১। শতাংশে ছাড় হলো ৫.২৫%। ত্রানমূল্য হলো ১০০। ২ ভিত্তিক গণনা করার সময় ছাড় হলো নিম্নরূপ:"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151178\n"
+"32\n"
+"help.text"
+msgid "=PRICEDISC(\"1999-02-15\"; \"1999-03-01\"; 0.0525; 100; 2) returns 99.79583."
+msgstr "=PRICEDISC(\"1999-02-15\"; \"1999-03-01\"; 0.0525; 100; 2) ৯৯.৭৯৫৮৩ প্রদান করে।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3154693\n"
+"help.text"
+msgid "<bookmark_value>PRICEMAT function</bookmark_value><bookmark_value>prices;interest-bearing securities</bookmark_value>"
+msgstr "<bookmark_value>PRICEMAT function</bookmark_value><bookmark_value>prices;interest-bearing securities</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154693\n"
+"33\n"
+"help.text"
+msgid "PRICEMAT"
+msgstr "PRICEMAT"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153906\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_PRICEMAT\">Calculates the price per 100 currency units of par value of a security, that pays interest on the maturity date.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_PRICEMAT\">একটি জামানতের সমহার মূল্যের প্রতি ১০০ মুদ্রা এককের মূল্য হিসাব করে, যা মেয়াদপূর্তির তারিখে সুদ প্রদান করে।</ahelp>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154933\n"
+"35\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155393\n"
+"36\n"
+"help.text"
+msgid "PRICEMAT(Settlement; Maturity; Issue; Rate; Yield; Basis)"
+msgstr "PRICEMAT(Settlement; Maturity; Issue; Rate; Yield; Basis)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153102\n"
+"37\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> হলো জামানত ক্রয়ের তারিখ।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150530\n"
+"38\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> হলো জামানতের মেয়াদপূর্তির (মেয়াদোত্তীর্ন) তারিখ।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149903\n"
+"39\n"
+"help.text"
+msgid "<emph>Issue</emph> is the date of issue of the security."
+msgstr "<emph>Issue</emph> হলো জামানত ইস্যুর তারিখ।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148828\n"
+"40\n"
+"help.text"
+msgid "<emph>Rate</emph> is the interest rate of the security on the issue date."
+msgstr "<emph>Rate</emph> হলো ইস্যুর তারিখে জামানতের সুদের হার।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3146993\n"
+"41\n"
+"help.text"
+msgid "<emph>Yield</emph> is the annual yield of the security."
+msgstr "<emph>Yield</emph> হলো জামানতের বার্ষিক আয়।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3150507\n"
+"42\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154289\n"
+"43\n"
+"help.text"
+msgid "Settlement date: February 15 1999, maturity date: April 13 1999, issue date: November 11 1998. Interest rate: 6.1 per cent, yield: 6.1 per cent, basis: 30/360 = 0."
+msgstr "জামানত ক্রয়ের তারিখ: ১৫ই ফেব্রুয়ারি ১৯৯৯, মেয়াদপূর্তির তারিখ: ১৩ই এপ্রিল ১৯৯৯, ইস্যু তারিখ: ১১ই নভেম্বর ১৯৯৮। সুদের হার: ৬.১ শতাংশ, আয়: ৬.১ শতাংশ, ভিত্তি: ৩০/৩৬০ = ০।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154905\n"
+"44\n"
+"help.text"
+msgid "The price is calculated as follows:"
+msgstr "নিম্নলিখিতভাবে মূল্য হিসাব করা হয়:"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3158409\n"
+"45\n"
+"help.text"
+msgid "=PRICEMAT(\"1999-02-15\";\"1999-04-13\";\"1998-11-11\"; 0.061; 0.061;0) returns 99.98449888."
+msgstr "=PRICEMAT(\"1999-02-15\";\"1999-04-13\";\"1998-11-11\"; 0.061; 0.061;0) ৯৯.৯৮৪৪৯৮৮৮ প্রদান করে।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3148448\n"
+"help.text"
+msgid "<bookmark_value>calculating; durations</bookmark_value><bookmark_value>durations;calculating</bookmark_value><bookmark_value>DURATION function</bookmark_value>"
+msgstr "<bookmark_value>calculating; durations</bookmark_value><bookmark_value>durations;calculating</bookmark_value><bookmark_value>DURATION function</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3148448\n"
+"280\n"
+"help.text"
+msgid "DURATION"
+msgstr "DURATION"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153056\n"
+"281\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_LAUFZEIT\">Calculates the number of periods required by an investment to attain the desired value.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_LAUFZEIT\">একটি বিনিয়োগের কাঙ্খিত মূল্য অর্জন করার জন্য প্রয়োজনীয় পর্যায়কাল সংখ্যা হিসাব করে।</ahelp>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3145421\n"
+"282\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148933\n"
+"283\n"
+"help.text"
+msgid "DURATION(Rate; PV; FV)"
+msgstr "DURATION(Rate; PV; FV)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148801\n"
+"284\n"
+"help.text"
+msgid "<emph>Rate</emph> is a constant. The interest rate is to be calculated for the entire duration (duration period). The interest rate per period is calculated by dividing the interest rate by the calculated duration. The internal rate for an annuity is to be entered as Rate/12."
+msgstr "<emph>হার</emph> হলো একটি ধ্রুবক। সুদের হার সম্পূর্ণ সময়ের জন্য (সময়কাল) হিসাব হতে পারে। প্রতি পর্যায়ে সুদের হার হিসাবকৃত সময় দ্বারা সুদের হার ভাগ করার মাধ্যমে গণনা করা হয়। একটি বর্ষিক আয়ের অভ্যন্তরীণ হার হার/১২ হিসেবে সন্নিবেশ করানো হবে।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147239\n"
+"285\n"
+"help.text"
+msgid "<emph>PV</emph> is the present (current) value. The cash value is the deposit of cash or the current cash value of an allowance in kind. As a deposit value a positive value must be entered; the deposit must not be 0 or <0."
+msgstr "<emph>PV</emph> হলো বর্তমান (সাম্প্রতিক) মান। ক্যাশ মান হলো ক্যাশ জমা অথবা শ্রেণীতে ভাতা প্রদানের বর্তমান ক্যাশ মান। জমার মান হিসেবে একটি ধনাত্বক মান অবশ্যই সন্নিবেশ করাতে হবে; জমা অবশ্যই ০ অথবা <০ হতে পারবে না।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147515\n"
+"286\n"
+"help.text"
+msgid "<emph>FV</emph> is the expected value. The future value determines the desired (future) value of the deposit."
+msgstr "<emph>FV</emph> হলো প্রত্যাশিত মান। ভবিষ্যত মান জমার কাঙ্খিত (ভবিষ্যত) মান নির্ধারণ করে।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3153579\n"
+"287\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148480\n"
+"288\n"
+"help.text"
+msgid "At an interest rate of 4.75%, a cash value of 25,000 currency units and a future value of 1,000,000 currency units, a duration of 79.49 payment periods is returned. The periodic payment is the resulting quotient from the future value and the duration, in this case 1,000,000/79.49=12,850.20."
+msgstr "সুদের হার ৪.৭৫% তে, ২৫,০০০ মুদ্রা এককের ক্যাশ মূল্য এবং ১,০০০,০০০ মুদ্রা একক একটি ভবিষ্যত মান, ৭৯.৪৯ পর্যায়কালের সময় ফলাফল প্রদান করে। পর্যায়ক্রমিক পরিশোধ হলো ভবিয্যত মান এবং সময় হতে ফলাফলকৃত ভগ্নাংশ, এই ক্ষেত্রে ১,০০০,০০০/৭৯.৪৯=১২,৮৫০.২০।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3148912\n"
+"help.text"
+msgid "<bookmark_value>calculating;linear depreciations</bookmark_value><bookmark_value>depreciations;linear</bookmark_value><bookmark_value>linear depreciations</bookmark_value><bookmark_value>straight-line depreciations</bookmark_value><bookmark_value>SLN function</bookmark_value>"
+msgstr "<bookmark_value>calculating;linear depreciations</bookmark_value><bookmark_value>depreciations;linear</bookmark_value><bookmark_value>linear depreciations</bookmark_value><bookmark_value>straight-line depreciations</bookmark_value><bookmark_value>SLN function</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3148912\n"
+"290\n"
+"help.text"
+msgid "SLN"
+msgstr "SLN"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149154\n"
+"291\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_LIA\">Returns the straight-line depreciation of an asset for one period.</ahelp> The amount of the depreciation is constant during the depreciation period."
+msgstr "<ahelp hid=\"HID_FUNC_LIA\">একটি পর্যায়কালের জন্য সম্পদের সরল-রৈখিক মূল্যমান হ্রাস প্রদান করে।</ahelp>মূল্যমান হ্রাসের পর্যায়কালে মূল্যমান হ্রাসের পরিমাণ অপরিবর্তিত।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3153240\n"
+"292\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3166456\n"
+"293\n"
+"help.text"
+msgid "SLN(Cost; Salvage; Life)"
+msgstr "SLN(Cost; Salvage; Life)"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3146955\n"
+"294\n"
+"help.text"
+msgid "<emph>Cost</emph> is the initial cost of an asset."
+msgstr "<emph>Cost</emph> হলো একটি সম্পদের প্রারম্ভিক মূল্য।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149796\n"
+"295\n"
+"help.text"
+msgid "<emph>Salvage</emph> is the value of an asset at the end of the depreciation."
+msgstr "<emph>Salvage</emph> মূল্যমান হ্রাসের শেষে সম্পদের মূল্য।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3166444\n"
+"296\n"
+"help.text"
+msgid "<emph>Life</emph> is the depreciation period determining the number of periods in the depreciation of the asset."
+msgstr "<emph>Life</emph> হলো মূল্যমান হ্রাসের পর্যায়কাল, যা সম্পদের মূল্যমান হ্রাসের মোট পর্যায়কাল সংখ্যা নির্ধারণ করে।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3155579\n"
+"297\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154098\n"
+"298\n"
+"help.text"
+msgid "Office equipment with an initial cost of 50,000 currency units is to be depreciated over 7 years. The value at the end of the depreciation is to be 3,500 currency units."
+msgstr "৫০,০০০ মুদ্রা একক মূল্যের অফিসের আসবাবপত্রের মান ৭ বছরের বেশি হলে মূল্যমান হ্রাস পাবে। অবচিতির শেষে মূল্য হবে ৩,৫০০ মুদ্রা একক।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153390\n"
+"299\n"
+"help.text"
+msgid "<item type=\"input\">=SLN(50000;3,500;84)</item> = 553.57 currency units. The periodic monthly depreciation of the office equipment is 553.57 currency units."
+msgstr "<item type=\"input\">=SLN(50000;3,500;84)</item> = ৫৫৩.৫৭ মুদ্রা একক। অফিস সজ্জার পর্যায়বৃত্ত মাসিক মূল্যমান হ্রাসের পরিমাণ ৫৫৩.৫৭ মুদ্রা একক।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3153739\n"
+"help.text"
+msgid "<bookmark_value>MDURATION function</bookmark_value><bookmark_value>Macauley duration</bookmark_value>"
+msgstr "<bookmark_value>MDURATION function</bookmark_value><bookmark_value>Macauley duration</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3153739\n"
+"217\n"
+"help.text"
+msgid "MDURATION"
+msgstr "MDURATION"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149923\n"
+"218\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_MDURATION\">Calculates the modified Macauley duration of a fixed interest security in years.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_MDURATION\">বছরে স্থির সুদ নিরাপত্তার সম্পাদিত Macauley স্থিতিকাল গণনা করে।</ahelp>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149964\n"
+"219\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148987\n"
+"220\n"
+"help.text"
+msgid "MDURATION(Settlement; Maturity; Coupon; Yield; Frequency; Basis)"
+msgstr "MDURATION(Settlement; Maturity; Coupon; Yield; Frequency; Basis)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148619\n"
+"221\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> হলো জামানত ক্রয়ের তারিখ।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149805\n"
+"222\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> হলো জামানতের মেয়াদপূর্তির (মেয়াদোত্তীর্ন) তারিখ।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154338\n"
+"223\n"
+"help.text"
+msgid "<emph>Coupon</emph> is the annual nominal rate of interest (coupon interest rate)"
+msgstr "<emph>Coupon</emph> হলো বার্ষিক নামমাত্র সুদের হার (কুপন সুদের হার)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148466\n"
+"224\n"
+"help.text"
+msgid "<emph>Yield</emph> is the annual yield of the security."
+msgstr "<emph>Yield</emph> হলো জামানতের বার্ষিক আয়।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149423\n"
+"225\n"
+"help.text"
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frequency</emph> হলো বার্ষিক সুদ প্রদান সংখ্যা (১, ২ বা ৪)।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154602\n"
+"226\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148652\n"
+"227\n"
+"help.text"
+msgid "A security is purchased on 2001-01-01; the maturity date is 2006-01-01. The nominal rate of interest is 8%. The yield is 9.0%. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how long is the modified duration?"
+msgstr "একটি জামানত ২০০১-০১-০১ তারিখে ক্রয় করা হয়েছিল; মেয়াদপূর্তির তারিখ হলো ২০০১-১১-০১। সুদের নামমাত্র হার হলো ৮%। আয় হলো ৯.০%। সুদ অর্ধ-বার্ষিক (সুদ প্রদান সংখ্যা ২) হারে সুদ পরিশোধ করা হয়। দৈনিক ব্যালেন্স সুদ হিসাব (ভিত্তি ৩) ব্যবহার করে, পরিবর্তিত সময়কাল কত হবে?"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145378\n"
+"228\n"
+"help.text"
+msgid "=MDURATION(\"2001-01-01\"; \"2006-01-01\"; 0.08; 0.09; 2; 3) returns 4.02 years."
+msgstr "=MDURATION(\"2001-01-01\"; \"2006-01-01\"; 0.08; 0.09; 2; 3) ৪.০২ বছর প্রদান করে।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3149242\n"
+"help.text"
+msgid "<bookmark_value>calculating;net present values</bookmark_value><bookmark_value>net present values</bookmark_value><bookmark_value>NPV function</bookmark_value>"
+msgstr "<bookmark_value>calculating;net present values</bookmark_value><bookmark_value>net present values</bookmark_value><bookmark_value>NPV function</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149242\n"
+"301\n"
+"help.text"
+msgid "NPV"
+msgstr "NPV"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145308\n"
+"302\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_NBW\">Returns the present value of an investment based on a series of periodic cash flows and a discount rate. To get the net present value, subtract the cost of the project (the initial cash flow at time zero) from the returned value.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_NBW\"> পর্যায়ক্রমিক অর্থ বহমানতার ক্রম এবং ছাড়ের হার ভিত্তিক বিনিয়োগের বর্তমান মান প্রদান করে। নিট বর্তমান মান পাওয়ার জন্য, ফলাফলের মান হতে পরিকল্পনার মূল্য বিয়োগ করুন(সময় শূন্যতে প্রাড়ম্ভিক অর্থ বহমানতা)।</ahelp>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149937\n"
+"303\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153321\n"
+"304\n"
+"help.text"
+msgid "NPV(Rate; Value1; Value2; ...)"
+msgstr "NPV(Rate; Value1; Value2; ...)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150630\n"
+"305\n"
+"help.text"
+msgid "<emph>Rate</emph> is the discount rate for a period."
+msgstr "<emph>Rate</emph> হলো একটি পর্যায়কালের মূল্যহ্রাসের হার।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150427\n"
+"306\n"
+"help.text"
+msgid "<emph>Value1;...</emph> are up to 30 values, which represent deposits or withdrawals."
+msgstr "<emph>Value1;...</emph> হলো সর্বোচ্চ ৩০টি মান, যা জমা বা উত্তোলনকে প্রকাশ করে।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3153538\n"
+"307\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154800\n"
+"308\n"
+"help.text"
+msgid "What is the net present value of periodic payments of 10, 20 and 30 currency units with a discount rate of 8.75%. At time zero the costs were payed as -40 currency units."
+msgstr "৮.৭৫% ছাড় সহকারে ১০,২০এবং ৩০ মুদ্রা এককের পর্যায়ক্রমিক পরিশোধের নিট বর্তমান মান কত। সমশ শূন্যতে মূল্য -৪০ মুদ্রা একক পরিশোধ করেছিল।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3143270\n"
+"309\n"
+"help.text"
+msgid "<item type=\"input\">=NPV(8.75%;10;20;30)</item> = 49.43 currency units. The net present value is the returned value minus the initial costs of 40 currency units, therefore 9.43 currency units."
+msgstr "<item type=\"input\">=NPV(8.75%;10;20;30)</item> = ৪৯.৪৩ মুদ্রা একক। নিট বর্তমান মান হলো পরিশোধিত মান বিয়োগ ৪০ মুদ্রা এককের প্রারম্ভিক মূল্য, যার ফলে ৯.৪৩ মুদ্রা একক।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3149484\n"
+"help.text"
+msgid "<bookmark_value>calculating;nominal interest rates</bookmark_value><bookmark_value>nominal interest rates</bookmark_value><bookmark_value>NOMINAL function</bookmark_value>"
+msgstr "<bookmark_value>calculating;nominal interest rates</bookmark_value><bookmark_value>nominal interest rates</bookmark_value><bookmark_value>NOMINAL function</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149484\n"
+"311\n"
+"help.text"
+msgid "NOMINAL"
+msgstr "NOMINAL"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149596\n"
+"312\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_NOMINAL\">Calculates the yearly nominal interest rate, given the effective rate and the number of compounding periods per year.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_NOMINAL\">বাৎসরিক নামমাত্র সুদের হার গণনা করে, কাজকর হার প্রদান করে এবং প্রতিবছর যৌগিক হওয়া সময়কাল। </ahelp>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3151252\n"
+"313\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3152769\n"
+"314\n"
+"help.text"
+msgid "NOMINAL(EffectiveRate; NPerY)"
+msgstr "NOMINAL(EffectiveRate; NPerY)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147521\n"
+"315\n"
+"help.text"
+msgid "<emph>EffectiveRate</emph> is the effective interest rate"
+msgstr "<emph>EffectiveRate</emph> হলো কার্যকর সুদের হার।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156334\n"
+"316\n"
+"help.text"
+msgid "<emph>NPerY</emph> is the number of periodic interest payments per year."
+msgstr "<emph>NPerY</emph> হলো প্রতি বছরে পর্যায়বৃত্ত সুদ পরিশোধের সংখ্যা।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154473\n"
+"317\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147091\n"
+"318\n"
+"help.text"
+msgid "What is the nominal interest per year for an effective interest rate of 13.5% if twelve payments are made per year."
+msgstr "১৩.৫% কার্যকর সুদের হারের জন্য নামমাত্র সুদের হার কত হবে, যদি প্রতি বছর সুদ পরিশোধ সংখ্যা বারো হয়।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154831\n"
+"319\n"
+"help.text"
+msgid "<item type=\"input\">=NOMINAL(13.5%;12)</item> = 12.73%. The nominal interest rate per year is 12.73%."
+msgstr "<item type=\"input\">=NOMINAL(13.5%;12)</item> = ১২.৭৩%। বার্ষিক নামমাত্র সুদের হার হলো ১২.৭৩%।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3155123\n"
+"help.text"
+msgid "<bookmark_value>NOMINAL_ADD function</bookmark_value>"
+msgstr "<bookmark_value>NOMINAL_ADD function</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3155123\n"
+"229\n"
+"help.text"
+msgid "NOMINAL_ADD"
+msgstr "NOMINAL_ADD"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148671\n"
+"230\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_NOMINAL\">Calculates the annual nominal rate of interest on the basis of the effective rate and the number of interest payments per annum.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_NOMINAL\">কার্যকর হার এবং বার্ষিক সুদ প্রদান সংখ্যার উপর ভিত্তি করে সুদের বার্ষিক নামমাত্র হার হিসাব করে।</ahelp>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3155611\n"
+"231\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156157\n"
+"232\n"
+"help.text"
+msgid "NOMINAL_ADD(EffectiveRate; NPerY)"
+msgstr "NOMINAL_ADD(EffectiveRate; NPerY)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153777\n"
+"233\n"
+"help.text"
+msgid "<emph>EffectiveRate</emph> is the effective annual rate of interest."
+msgstr "<emph>EffectiveRate</emph> হলো কার্যকর বার্ষিক সুদের হার।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150409\n"
+"234\n"
+"help.text"
+msgid "<emph>NPerY</emph> the number of interest payments per year."
+msgstr "<emph>NPerY</emph> বার্ষিক সুদ প্রদান সংখ্যা।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3146789\n"
+"235\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145777\n"
+"236\n"
+"help.text"
+msgid "What is the nominal rate of interest for a 5.3543% effective rate of interest and quarterly payment."
+msgstr "সুদের ৫.৩৫৪৩% কার্যকর হার এবং ত্রৈমাসিক পরিশোধের জন্য নামমাত্র সুদের হার কত।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156146\n"
+"237\n"
+"help.text"
+msgid "<item type=\"input\">=NOMINAL_ADD(5.3543%;4)</item> returns 0.0525 or 5.25%."
+msgstr "<item type=\"input\">=NOMINAL_ADD(5.3543%;4)</item> ০.০৫২৫ বা ৫.২৫% প্রদান করে।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3159087\n"
+"help.text"
+msgid "<bookmark_value>DOLLARFR function</bookmark_value><bookmark_value>converting;decimal fractions, into mixed decimal fractions</bookmark_value>"
+msgstr "<bookmark_value>DOLLARFR function</bookmark_value><bookmark_value>converting;decimal fractions, into mixed decimal fractions</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3159087\n"
+"208\n"
+"help.text"
+msgid "DOLLARFR"
+msgstr "DOLLARFR"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150593\n"
+"209\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_DOLLARFR\">Converts a quotation that has been given as a decimal number into a mixed decimal fraction.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_DOLLARFR\">দশমিক সংখ্যা হিসেবে প্রদত্ত উদ্ধৃতি চিহ্নকে মিশ্র দশমিক ভগ্নাংশে রূপান্তর করে।</ahelp>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3151106\n"
+"210\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3152959\n"
+"211\n"
+"help.text"
+msgid "DOLLARFR(DecimalDollar; Fraction)"
+msgstr "DOLLARFR(DecimalDollar; Fraction)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149558\n"
+"212\n"
+"help.text"
+msgid "<emph>DecimalDollar</emph> is a decimal number."
+msgstr "<emph>DecimalDollar</emph> হলো একটি দশমিক সংখ্যা।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153672\n"
+"213\n"
+"help.text"
+msgid "<emph>Fraction</emph> is a whole number that is used as the denominator of the decimal fraction."
+msgstr "<emph>Fraction</emph> হলো একটি পূর্ণ সংখ্যা, যা দশমিক ভগ্নাংশের হর হিসাবে ব্যবহৃত হয়।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3156274\n"
+"214\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153795\n"
+"215\n"
+"help.text"
+msgid "<item type=\"input\">=DOLLARFR(1.125;16)</item> converts into sixteenths. The result is 1.02 for 1 plus 2/16."
+msgstr "<item type=\"input\">=DOLLARFR(1.125;16)</item> ষোলতে রূপান্তর করে। ১ এবং ২/১৬ এর যোগফল ১.০২।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150995\n"
+"216\n"
+"help.text"
+msgid "<item type=\"input\">=DOLLARFR(1.125;8)</item> converts into eighths. The result is 1.1 for 1 plus 1/8."
+msgstr "<item type=\"input\">=DOLLARFR(1.125;8)</item> আটে রূপান্তর করে। ১ এবং ১/৮ এর যোগফল ১.১।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3154671\n"
+"help.text"
+msgid "<bookmark_value>fractions; converting</bookmark_value><bookmark_value>converting;decimal fractions, into decimal numbers</bookmark_value><bookmark_value>DOLLARDE function</bookmark_value>"
+msgstr "<bookmark_value>fractions; converting</bookmark_value><bookmark_value>converting;decimal fractions, into decimal numbers</bookmark_value><bookmark_value>DOLLARDE function</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154671\n"
+"199\n"
+"help.text"
+msgid "DOLLARDE"
+msgstr "DOLLARDE"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154418\n"
+"200\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_DOLLARDE\">Converts a quotation that has been given as a decimal fraction into a decimal number.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_DOLLARDE\">দশমিক ভগ্নাংশ হিসেবে প্রদত্ত উদ্ধৃতি চিহ্নকে দশমিক সংখ্যায় রূপান্তর করে।</ahelp>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3146124\n"
+"201\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150348\n"
+"202\n"
+"help.text"
+msgid "DOLLARDE(FractionalDollar; Fraction)"
+msgstr "DOLLARDE(FractionalDollar; Fraction)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154111\n"
+"203\n"
+"help.text"
+msgid "<emph>FractionalDollar</emph> is a number given as a decimal fraction."
+msgstr "<emph>FractionalDollar</emph> হলো একটি সংখ্যা, যা দশমিক ভগ্নাংশ হিসেবে প্রদান করা হয়েছে।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153695\n"
+"204\n"
+"help.text"
+msgid "<emph>Fraction</emph> is a whole number that is used as the denominator of the decimal fraction."
+msgstr "<emph>Fraction</emph> হলো একটি পূর্ণ সংখ্যা, যা দশমিক ভগ্নাংশের হর হিসাবে ব্যবহৃত হয়।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3153884\n"
+"205\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150941\n"
+"206\n"
+"help.text"
+msgid "<item type=\"input\">=DOLLARDE(1.02;16)</item> stands for 1 and 2/16. This returns 1.125."
+msgstr "<item type=\"input\">=DOLLARDE(1.02;16)</item> ১ এবং ২/১৬ কে বোঝায়। এটা ১.১২৫ প্রদান করে।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150830\n"
+"207\n"
+"help.text"
+msgid "<item type=\"input\">=DOLLARDE(1.1;8)</item> stands for 1 and 1/8. This returns 1.125."
+msgstr "<item type=\"input\">=DOLLARDE(1.1;8)</item> ১ এবং ১/৮ কে বোঝায়। এটা ১.১২৫ প্রদান করে।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3148974\n"
+"help.text"
+msgid "<bookmark_value>calculating;modified internal rates of return</bookmark_value><bookmark_value>modified internal rates of return</bookmark_value><bookmark_value>MIRR function</bookmark_value><bookmark_value>internal rates of return;modified</bookmark_value>"
+msgstr "<bookmark_value>calculating;modified internal rates of return</bookmark_value><bookmark_value>modified internal rates of return</bookmark_value><bookmark_value>MIRR function</bookmark_value><bookmark_value>internal rates of return;modified</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3148974\n"
+"321\n"
+"help.text"
+msgid "MIRR"
+msgstr "MIRR"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155497\n"
+"322\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_QIKV\">Calculates the modified internal rate of return of a series of investments.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_QIKV\">একটি ধারাবাহিক বিনিয়োগের ফিরতি পরিবর্তিত অভ্যন্তরীণ হার হিসাব করে।</ahelp>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154354\n"
+"323\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148399\n"
+"324\n"
+"help.text"
+msgid "MIRR(Values; Investment; ReinvestRate)"
+msgstr "MIRR(Values; Investment; ReinvestRate)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155896\n"
+"325\n"
+"help.text"
+msgid "<emph>Values</emph> corresponds to the array or the cell reference for cells whose content corresponds to the payments."
+msgstr "<emph>মান</emph> ঘরের জন্য অ্যারে অথবা ঘরের রেফারেন্স সংশ্লিষ্ট যার বিষয়বস্তু পরিশোধের সাথে সম্পর্কযুক্ত।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149998\n"
+"326\n"
+"help.text"
+msgid "<emph>Investment</emph> is the rate of interest of the investments (the negative values of the array)"
+msgstr "<emph>Investment</emph> বিনিয়োগের সুদের হার (অ্যারের ঋনাত্মক মান)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3159408\n"
+"327\n"
+"help.text"
+msgid "<emph>ReinvestRate</emph>:the rate of interest of the reinvestment (the positive values of the array)"
+msgstr "<emph>ReinvestRate</emph>: পুনঃবিনিয়োগের সুদের হার (অ্যারের ধনাত্মক মান)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154714\n"
+"328\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147352\n"
+"329\n"
+"help.text"
+msgid "Assuming a cell content of A1 = <item type=\"input\">-5</item>, A2 = <item type=\"input\">10</item>, A3 = <item type=\"input\">15</item>, and A4 = <item type=\"input\">8</item>, and an investment value of 0.5 and a reinvestment value of 0.1, the result is 94.16%."
+msgstr "একটি ঘর উপাদান A1 = <item type=\"input\">-৫</item>, A2 = <item type=\"input\">১০</item>, A3 = <item type=\"input\">১৫</item>, and A4 = <item type=\"input\">৮</item>, এবং একটি বিনিয়োগ মান ০.৫ এবং ০.১ এর পুনঃবিনিয়োগ মান ধরে নিয়ে, ফলাফল হলো ৯৪.১৬%।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3149323\n"
+"help.text"
+msgid "<bookmark_value>YIELD function</bookmark_value><bookmark_value>rates of return;securities</bookmark_value><bookmark_value>yields, see also rates of return</bookmark_value>"
+msgstr "<bookmark_value>YIELD function</bookmark_value><bookmark_value>rates of return;securities</bookmark_value><bookmark_value>yields, see also rates of return</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149323\n"
+"129\n"
+"help.text"
+msgid "YIELD"
+msgstr "YIELD"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150643\n"
+"130\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_YIELD\">Calculates the yield of a security.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_YIELD\">জামানতের আয় হিসাব করে।</ahelp>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149344\n"
+"131\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149744\n"
+"132\n"
+"help.text"
+msgid "YIELD(Settlement; Maturity; Rate; Price; Redemption; Frequency; Basis)"
+msgstr "YIELD(Settlement; Maturity; Rate; Price; Redemption; Frequency; Basis)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154526\n"
+"133\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> হলো জামানত ক্রয়ের তারিখ।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153266\n"
+"134\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> হলো জামানতের মেয়াদপূর্তির (মেয়াদোত্তীর্ণ) তারিখ।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151284\n"
+"135\n"
+"help.text"
+msgid "<emph>Rate</emph> is the annual rate of interest."
+msgstr "<emph>Rate</emph> হলো বার্ষিক সুদের হার।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147314\n"
+"136\n"
+"help.text"
+msgid "<emph>Price</emph> is the price (purchase price) of the security per 100 currency units of par value."
+msgstr "<emph>Price</emph> হলো সমহার মূল্যের প্রতি ১০০ মুদ্রা একক জামানতের মূল্য (ক্রয় মূল্য)।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145156\n"
+"137\n"
+"help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr "<emph>Redemption</emph> হলো সমহার মূল্যের প্রতি ১০০ মুদ্রা এককের পুনঃক্রয় মূল্য।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3159218\n"
+"138\n"
+"help.text"
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frequency</emph> হলো বার্ষিক সুদ প্রদান সংখ্য (১, ২ বা ৪)।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3147547\n"
+"139\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151214\n"
+"140\n"
+"help.text"
+msgid "A security is purchased on 1999-02-15. It matures on 2007-11-15. The rate of interest is 5.75%. The price is 95.04287 currency units per 100 units of par value, the redemption value is 100 units. Interest is paid half-yearly (frequency = 2) and the basis is 0. How high is the yield?"
+msgstr "একটি জামানত ১৯৯৯-০২-১৫ তারিখে ক্রয় করা হয়েছিল; মেয়াদপূর্তির তারিখ হলো ২০০৭-১১-১৫। সুদের হার হলো ৫.৭৫%। সমহার মূল্যের প্রতি ১০০ এককের মূল্য হলো ৯৫.০৪২৭৮ মুদ্রা একক, মূল্যমান হ্রাসের মান হলো ১০০ একক। অর্ধ-বার্ষিক (সুদ প্রদান সংখ্যা হলো ২) হারে সুদ পরিশোধ করা হয় এবং ভিত্তি হলো ০। আয় কি পরিমাণ হয়?"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154194\n"
+"141\n"
+"help.text"
+msgid "=YIELD(\"1999-02-15\"; \"2007-11-15\"; 0.0575 ;95.04287; 100; 2; 0) returns 0.065 or 6.50 per cent."
+msgstr "=YIELD(\"1999-02-15\"; \"2007-11-15\"; 0.0575 ;95.04287; 100; 2; 0) ০.০৬৫ বা ৬.৫০ শতাংশ প্রদান করে।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3150100\n"
+"help.text"
+msgid "<bookmark_value>YIELDDISC function</bookmark_value><bookmark_value>rates of return;non-interest-bearing securities</bookmark_value>"
+msgstr "<bookmark_value>YIELDDISC function</bookmark_value><bookmark_value>rates of return;non-interest-bearing securities</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3150100\n"
+"142\n"
+"help.text"
+msgid "YIELDDISC"
+msgstr "YIELDDISC"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150486\n"
+"143\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_YIELDDISC\">Calculates the annual yield of a non-interest-bearing security.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_YIELDDISC\">সুদহীন বহনকারী নিরাপত্তার বার্ষিক উৎপাদন গণনা করে।</ahelp>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149171\n"
+"144\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3159191\n"
+"145\n"
+"help.text"
+msgid "YIELDDISC(Settlement; Maturity; Price; Redemption; Basis)"
+msgstr "YIELDDISC(Settlement; Maturity; Price; Redemption; Basis)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150237\n"
+"146\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> হলো জামানত ক্রয়ের তারিখ।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3146924\n"
+"147\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> হলো জামানতের মেয়াদপূর্তির (মেয়াদোত্তীর্ণ) তারিখ।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151201\n"
+"148\n"
+"help.text"
+msgid "<emph>Price</emph> is the price (purchase price) of the security per 100 currency units of par value."
+msgstr "<emph>Price</emph> হলো সমহার মূল্যের প্রতি ১০০ মুদ্রা একক জামানতের মূল্য (ক্রয় মূল্য)।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156049\n"
+"149\n"
+"help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr "<emph>Redemption</emph> হলো সমহার মূল্যের প্রতি ১০০ মুদ্রা এককের পুনঃক্রয় মূল্য।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3154139\n"
+"150\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3163815\n"
+"151\n"
+"help.text"
+msgid "A non-interest-bearing security is purchased on 1999-02-15. It matures on 1999-03-01. The price is 99.795 currency units per 100 units of par value, the redemption value is 100 units. The basis is 2. How high is the yield?"
+msgstr "একটি নন- ইনটারেস্ট- বিয়ারিং নিরাপত্তা ১৯৯৯-০২-১৫ ক্রয় করা হয়েছিল। এইটি ১৯৯৯-০৩-০১ তে মেয়াদপূর্তি পায়। প্রতি ১০০ গড় মানে ৯৯.৭৯৫ মুদ্রা একক হলো মূল্য, ত্রান মূল্য হলো ১০০ একক। ভিত্তিটি হলো ২। উৎপাদন কি পরিমাণ বেশি হবে?"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155187\n"
+"152\n"
+"help.text"
+msgid "=YIELDDISC(\"1999-02-15\"; \"1999-03-01\"; 99.795; 100; 2) returns 0.052823 or 5.2823 per cent."
+msgstr "=YIELDDISC(\"1999-02-15\"; \"1999-03-01\"; 99.795; 100; 2) ০.০৫২৮২৩ বা ৫.২৮২৩ শতাংশ প্রদান করে।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3155140\n"
+"help.text"
+msgid "<bookmark_value>YIELDMAT function</bookmark_value><bookmark_value>rates of return;securities with interest paid on maturity</bookmark_value>"
+msgstr "<bookmark_value>YIELDMAT function</bookmark_value><bookmark_value>rates of return;securities with interest paid on maturity</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3155140\n"
+"153\n"
+"help.text"
+msgid "YIELDMAT"
+msgstr "YIELDMAT"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151332\n"
+"154\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_YIELDMAT\">Calculates the annual yield of a security, the interest of which is paid on the date of maturity.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_YIELDMAT\">জামানতের বার্ষিক আয়, মেয়াদপূর্তির তারিখে প্রদেয় সুদের পরিমাণ হিসাব করে।</ahelp>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3159100\n"
+"155\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3159113\n"
+"156\n"
+"help.text"
+msgid "YIELDMAT(Settlement; Maturity; Issue; Rate; Price; Basis)"
+msgstr "YIELDMAT(Settlement; Maturity; Issue; Rate; Price; Basis)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149309\n"
+"157\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> হলো জামানত ক্রয়ের তারিখ।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151381\n"
+"158\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> হলো জামানতের মেয়াদপূর্তির (মেয়াদোত্তীর্ণ) তারিখ।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153302\n"
+"159\n"
+"help.text"
+msgid "<emph>Issue</emph> is the date of issue of the security."
+msgstr "<emph>Issue</emph> হলো জামানত ইস্যুর তারিখ।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147140\n"
+"160\n"
+"help.text"
+msgid "<emph>Rate</emph> is the interest rate of the security on the issue date."
+msgstr "<emph>Rate</emph> হলো ইস্যু তারিখে জামানতের সুদের হার।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3151067\n"
+"161\n"
+"help.text"
+msgid "<emph>Price</emph> is the price (purchase price) of the security per 100 currency units of par value."
+msgstr "<emph>Price</emph> হলো সমহার মূল্যের প্রতি ১০০ মুদ্রা একক জামানতের মূল্য (ক্রয় মূল্য)।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3155342\n"
+"162\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3163717\n"
+"163\n"
+"help.text"
+msgid "A security is purchased on 1999-03-15. It matures on 1999-11-03. The issue date was 1998-11-08. The rate of interest is 6.25%, the price is 100.0123 units. The basis is 0. How high is the yield?"
+msgstr "একটি জামানত ১৯৯৯-০৩-১৫ তারিখে ক্রয় করা হয়েছিল; এটার মেয়াদ ১৯৯৯-১১-০৩ তারিখে পূর্ণ হয়। ইস্যুর তারিখ ছিল ১৯৯৮-১১-০৮। সুদের হার হলো ৬.২৫%। মূল্য হলো ১০০.০১২৩ একক। ভিত্তি হলো ০। আয় কি পরিমাণ হয়?"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155311\n"
+"164\n"
+"help.text"
+msgid "=YIELDMAT(\"1999-03-15\"; \"1999-11-03\"; \"1998-11-08\"; 0.0625; 100.0123; 0) returns 0.060954 or 6.0954 per cent."
+msgstr "=YIELDMAT(\"1999-03-15\"; \"1999-11-03\"; \"1998-11-08\"; 0.0625; 100.0123; 0) ০.০৬০৯৫৪ বা ৬.০৯৫৪ শতাংশ প্রদান করে।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3149577\n"
+"help.text"
+msgid "<bookmark_value>calculating;annuities</bookmark_value><bookmark_value>annuities</bookmark_value><bookmark_value>PMT function</bookmark_value>"
+msgstr "<bookmark_value>calculating;annuities</bookmark_value><bookmark_value>annuities</bookmark_value><bookmark_value>PMT function</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149577\n"
+"330\n"
+"help.text"
+msgid "PMT"
+msgstr "PMT"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148563\n"
+"331\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_RMZ\">Returns the periodic payment for an annuity with constant interest rates.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_RMZ\">একটি নির্দিষ্ট হারের সুদ অনুসারে বার্ষিক বৃত্তির পর্যায়বৃত্ত অর্থের পরিমাণ প্রদান করে।</ahelp>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3145257\n"
+"332\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147278\n"
+"333\n"
+"help.text"
+msgid "PMT(Rate; NPer; PV; FV; Type)"
+msgstr "PMT(Rate; NPer; PV; FV; Type)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3147291\n"
+"334\n"
+"help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
+msgstr "<emph>Rate</emph> হলো পর্যায়বৃত্ত সুদের হার।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148641\n"
+"335\n"
+"help.text"
+msgid "<emph>NPer</emph> is the number of periods in which annuity is paid."
+msgstr "<emph>NPer</emph> হলো পর্যায়কাল সংখ্যা, যাতে বার্ষিক বৃত্তি পরিশোধ করা হয়।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156360\n"
+"336\n"
+"help.text"
+msgid "<emph>PV</emph> is the present value (cash value) in a sequence of payments."
+msgstr "<emph>PV</emph> হলো পরিশোধের ক্রমানুসারে বর্তমান মূল্য (ক্যাশের পরিমাণ)।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154920\n"
+"337\n"
+"help.text"
+msgid "<emph>FV</emph> (optional) is the desired value (future value) to be reached at the end of the periodic payments."
+msgstr "<emph>FV</emph> (ঐচ্ছিক) হলো কাঙ্খিত মূল্য (ভবিষ্যৎ মান), পর্যায়বৃত্ত পরিশোধের শেষে যে মূল্য পাওয়া যাবে।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156434\n"
+"338\n"
+"help.text"
+msgid "<emph>Type</emph> (optional) is the due date for the periodic payments. Type=1 is payment at the beginning and Type=0 is payment at the end of each period."
+msgstr "<emph>Type</emph> (ঐচ্ছিক) হলো পর্যায়বৃত্ত পরিশোধের নির্ধারিত তারিখ। প্রতিটি পর্যায়কালের শুরুতে পরিশোধ করা হলে Type = 1 এবং শেষে হলে Type=0।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_idN11645\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3152358\n"
+"339\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154222\n"
+"340\n"
+"help.text"
+msgid "What are the periodic payments at a yearly interest rate of 1.99% if the payment time is 3 years and the cash value is 25,000 currency units. There are 36 months as 36 payment periods, and the interest rate per payment period is 1.99%/12."
+msgstr "১.৯৯% বাৎসরিক সুদের হারে পর্যায়ক্রমিক পরিশোধ কত যদি পরিশোধের সময় ৩ বছর হয় এবং অর্থ মূল্য হয় ২৫,০০০ ,মুদ্রা একক। ৩৬ পরিশোধ পর্যায়কাল হিসেবে ৩৬ মাস রয়েছে, এবং প্রতি পরিশোধ পর্যায়কালে সুদের হার হলো ১.৯৯%/ ১২।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155943\n"
+"341\n"
+"help.text"
+msgid "<item type=\"input\">=PMT(1.99%/12;36;25000)</item> = -715.96 currency units. The periodic monthly payment is therefore 715.96 currency units."
+msgstr "<item type=\"input\">=PMT(1.99%/12;36;25000)</item> = -715.96 মুদ্রা একক। সুতরাং পর্যায়বৃত্ত মাসিক প্রদেয় অর্থের পরিমাণ হলো ৭১৫.৯৬ মুদ্রা একক।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3155799\n"
+"help.text"
+msgid "<bookmark_value>TBILLEQ function</bookmark_value><bookmark_value>treasury bills;annual return</bookmark_value><bookmark_value>annual return on treasury bills</bookmark_value>"
+msgstr "<bookmark_value>TBILLEQ function</bookmark_value><bookmark_value>treasury bills;annual return</bookmark_value><bookmark_value>annual return on treasury bills</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3155799\n"
+"58\n"
+"help.text"
+msgid "TBILLEQ"
+msgstr "TBILLEQ"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154403\n"
+"59\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_TBILLEQ\">Calculates the annual return on a treasury bill ().</ahelp> A treasury bill is purchased on the settlement date and sold at the full par value on the maturity date, that must fall within the same year. A discount is deducted from the purchase price."
+msgstr "<ahelp hid=\"HID_AAI_FUNC_TBILLEQ\">একটি কোষাগার বিল () এর উপর বাৎসরিক প্রদান গনণা করে।</ahelp> একটি কোষাগার বিল পরিশোধের তারিখে ক্রয় করা হয় এবং মেয়াদপূর্তির তারিখে পূর্ণ গড় মানে বিক্রয় করা হয়েছে,যা অবশ্যই একই বছরের মধ্যে বিদ্যমান। ক্রয় মূল্য হতে ছাড়ের মান বিয়োগ করা হয়।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3155080\n"
+"60\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150224\n"
+"61\n"
+"help.text"
+msgid "TBILLEQ(Settlement; Maturity; Discount)"
+msgstr "TBILLEQ(Settlement; Maturity; Discount)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156190\n"
+"62\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> হলো জামানত ক্রয়ের তারিখ।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153827\n"
+"63\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> হলো জামানতের মেয়াদপূর্তির (মেয়াদোত্তীর্ণ) তারিখ।"
+
+#: 04060119.xhp
+#, fuzzy
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150310\n"
+"64\n"
+"help.text"
+msgid "<emph>Discount</emph> is the percentage discount on acquisition of the security."
+msgstr "<emph>Discount</emph> হলো জামানতের অধিগ্রহণ মূল্যের উপর শতকরা মূল্যহ্রাসের পরিমাণ।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3150324\n"
+"65\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153173\n"
+"66\n"
+"help.text"
+msgid "Settlement date: March 31 1999, maturity date: June 1 1999, discount: 9.14 per cent."
+msgstr "জামানত ক্রয়ের তারিখ: ৩১ই মার্চ ১৯৯৯, মেয়াদপূর্তির তারিখ: ১লা জুন ১৯৯৯, মূল্যহ্রাস: ৯.১৪ শতাংশ।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3153520\n"
+"67\n"
+"help.text"
+msgid "The return on the treasury bill corresponding to a security is worked out as follows:"
+msgstr "নিরাপত্তার সাথে সংশ্লিষ্ট কোষাগারের বিল প্রদান নিম্নরূপে কাজ করে:"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154382\n"
+"68\n"
+"help.text"
+msgid "=TBILLEQ(\"1999-03-31\";\"1999-06-01\"; 0.0914) returns 0.094151 or 9.4151 per cent."
+msgstr "=TBILLEQ(\"1999-03-31\";\"1999-06-01\"; 0.0914) ০.০৯৪১৫১ বা ৯.৪১৫১ শতাংশ প্রদান করে।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3151032\n"
+"help.text"
+msgid "<bookmark_value>TBILLPRICE function</bookmark_value><bookmark_value>treasury bills;prices</bookmark_value><bookmark_value>prices;treasury bills</bookmark_value>"
+msgstr "<bookmark_value>TBILLPRICE function</bookmark_value><bookmark_value>treasury bills;prices</bookmark_value><bookmark_value>prices;treasury bills</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3151032\n"
+"69\n"
+"help.text"
+msgid "TBILLPRICE"
+msgstr "TBILLPRICE"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3157887\n"
+"70\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_TBILLPRICE\">Calculates the price of a treasury bill per 100 currency units.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_TBILLPRICE\">প্রতি ১০০ মুদ্রা এককের ট্রেজারি বিলের মূল্য হিসাব করে।</ahelp>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3156374\n"
+"71\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3150284\n"
+"72\n"
+"help.text"
+msgid "TBILLPRICE(Settlement; Maturity; Discount)"
+msgstr "TBILLPRICE(Settlement; Maturity; Discount)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154059\n"
+"73\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> হলো জামানত ক্রয়ের তারিখ।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154073\n"
+"74\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> হলো জামানতের মেয়াদপূর্তির (মেয়াদোত্তীর্ণ) তারিখ।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145765\n"
+"75\n"
+"help.text"
+msgid "<emph>Discount</emph> is the percentage discount upon acquisition of the security."
+msgstr "<emph>Discount</emph> হলো জামানতের অধিগ্রহণ মূল্যের উপর শতকরা মূল্যহ্রাসের পরিমাণ।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3153373\n"
+"76\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3155542\n"
+"77\n"
+"help.text"
+msgid "Settlement date: March 31 1999, maturity date: June 1 1999, discount: 9 per cent."
+msgstr "জামানত ক্রয়ের তারিখ: ৩১ই মার্চ ১৯৯৯, মেয়াদপূর্তির তারিখ: ১লা জুন ১৯৯৯, মূল্যহ্রাস: ৯ শতাংশ।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154578\n"
+"78\n"
+"help.text"
+msgid "The price of the treasury bill is worked out as follows:"
+msgstr "নিম্নরূপে ট্রেজারি বিলের মূল্য বের করা হয়:"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3154592\n"
+"79\n"
+"help.text"
+msgid "=TBILLPRICE(\"1999-03-31\";\"1999-06-01\"; 0.09) returns 98.45."
+msgstr "=TBILLPRICE(\"1999-03-31\";\"1999-06-01\"; 0.09) ৯৮.৪৫ প্রদান করে।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"bm_id3152912\n"
+"help.text"
+msgid "<bookmark_value>TBILLYIELD function</bookmark_value><bookmark_value>treasury bills;rates of return</bookmark_value><bookmark_value>rates of return of treasury bills</bookmark_value>"
+msgstr "<bookmark_value>TBILLYIELD function</bookmark_value><bookmark_value>treasury bills;rates of return</bookmark_value><bookmark_value>rates of return of treasury bills</bookmark_value>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3152912\n"
+"80\n"
+"help.text"
+msgid "TBILLYIELD"
+msgstr "TBILLYIELD"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145560\n"
+"81\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_TBILLYIELD\">Calculates the yield of a treasury bill.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_TBILLYIELD\">ট্রেজারি বিলের আয় হিসাব করে।</ahelp>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3145578\n"
+"82\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156077\n"
+"83\n"
+"help.text"
+msgid "TBILLYIELD(Settlement; Maturity; Price)"
+msgstr "TBILLYIELD(Settlement; Maturity; Price)"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3156091\n"
+"84\n"
+"help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> হলো জামানত ক্রয়ের তারিখ।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3157856\n"
+"85\n"
+"help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> হলো জামানতের মেয়াদপূর্তির (মেয়াদোত্তীর্ণ) তারিখ।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3149627\n"
+"86\n"
+"help.text"
+msgid "<emph>Price</emph> is the price (purchase price) of the treasury bill per 100 currency units of par value."
+msgstr "<emph>Price</emph> হলো সমহার মূল্যের প্রতি ১০০ মুদ্রা একক ট্রেজারি বিলের মূল্য (ক্রয় মূল্য)।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"hd_id3149642\n"
+"87\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145178\n"
+"88\n"
+"help.text"
+msgid "Settlement date: March 31 1999, maturity date: June 1 1999, price: 98.45 currency units."
+msgstr "জামানত ক্রয়ের তারিখ: ৩১ই মার্চ ১৯৯৯, মেয়াদপূর্তির তারিখ: ১লা জুন ১৯৯৯, মূল্য: ৯৮.৪৫ মুদ্রা একক।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3145193\n"
+"89\n"
+"help.text"
+msgid "The yield of the treasury bill is worked out as follows:"
+msgstr "নিম্নরূপে ট্রেজারি বিলের আয় বের করা হয়:"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148528\n"
+"90\n"
+"help.text"
+msgid "=TBILLYIELD(\"1999-03-31\";\"1999-06-01\"; 98.45) returns 0.091417 or 9.1417 per cent."
+msgstr "=TBILLYIELD(\"1999-03-31\";\"1999-06-01\"; 98.45) ০.০৯১৪১৭ বা ৯.১৪১৭ শতাংশ প্রদান করে।"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3148546\n"
+"345\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060103.xhp\" name=\"Back to Financial Functions Part One\">Back to Financial Functions Part One</link>"
+msgstr "<link href=\"text/scalc/01/04060103.xhp\" name=\"Back to Financial Functions Part One\">আর্থিক ফাংশনের প্রথম অংশে ফিরে যান</link>"
+
+#: 04060119.xhp
+msgctxt ""
+"04060119.xhp\n"
+"par_id3146762\n"
+"346\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions Part Three\">Forward to Financial Functions Part Three</link>"
+msgstr "<link href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions Part Three\">আর্থিক ফাংশনের তৃতীয় অংশে অগ্রসর হোন</link>"
+
+#: 02190000.xhp
+msgctxt ""
+"02190000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Delete Manual Breaks"
+msgstr "স্বনির্ধারিত বিভাজক মুছে ফেলুন"
+
+#: 02190000.xhp
+msgctxt ""
+"02190000.xhp\n"
+"hd_id3150541\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02190000.xhp\" name=\"Delete Manual Breaks\">Delete Manual Break</link>"
+msgstr "<link href=\"text/scalc/01/02190000.xhp\" name=\"Delete Manual Breaks\">স্বনির্ধারিত বিভাজক মুছে ফেলুন</link>"
+
+#: 02190000.xhp
+msgctxt ""
+"02190000.xhp\n"
+"par_id3154365\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Choose the type of manual break that you want to delete.</ahelp>"
+msgstr "<ahelp hid=\".\">আপনি যে ধরনের স্বনির্ধারিত বিভাজক মুছে ফেলতে চান তা নির্বাচন করুন।</ahelp>"
+
+#: 05100200.xhp
+msgctxt ""
+"05100200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Split Cells"
+msgstr ""
+
+#: 05100200.xhp
+msgctxt ""
+"05100200.xhp\n"
+"hd_id3154654\n"
+"help.text"
+msgid "Split Cells"
+msgstr ""
+
+#: 05100200.xhp
+msgctxt ""
+"05100200.xhp\n"
+"par_id3083451\n"
+"help.text"
+msgid "<ahelp hid=\".\">Splits previously merged cells.</ahelp>"
+msgstr ""
+
+#: 05100200.xhp
+msgctxt ""
+"05100200.xhp\n"
+"par_id3154023\n"
+"help.text"
+msgid "Choose <emph>Format - Merge Cells - Split Cells</emph>"
+msgstr ""
+
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Columns"
+msgstr "কলাম"
+
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"bm_id3155628\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; inserting columns</bookmark_value><bookmark_value>inserting; columns</bookmark_value><bookmark_value>columns; inserting</bookmark_value>"
+msgstr "<bookmark_value>spreadsheets; inserting columns</bookmark_value><bookmark_value>inserting; columns</bookmark_value><bookmark_value>columns; inserting</bookmark_value>"
+
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"hd_id3155628\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04040000.xhp\" name=\"Columns\">Columns</link>"
+msgstr "<link href=\"text/scalc/01/04040000.xhp\" name=\"Columns\">কলাম</link>"
+
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"par_id3150791\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertColumns\">Inserts a new column to the left of the active cell.</ahelp> The number of columns inserted corresponds to the number of columns selected. The existing columns are moved to the right."
+msgstr "<ahelp hid=\".uno:InsertColumns\">সক্রিয় ঘরের বামে নতুন কলাম সন্নিবেশ করে।</ahelp> সন্নিবেশকৃত কলাম সংখ্যা নির্বাচিত কলাম সংখ্যার সাথে সঙ্গতিপূর্ণ। বিদ্যমান কলামসমূহ ডান দিকে সরানো হয়।"
+
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Group and Outline"
+msgstr "শ্রেণী এবং সীমারেখা"
+
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"bm_id3152350\n"
+"help.text"
+msgid "<bookmark_value>sheets; outlines</bookmark_value><bookmark_value>outlines; sheets</bookmark_value><bookmark_value>hiding; sheet details</bookmark_value><bookmark_value>showing; sheet details</bookmark_value><bookmark_value>grouping;cells</bookmark_value>"
+msgstr "<bookmark_value>sheets; outlines</bookmark_value><bookmark_value>outlines; sheets</bookmark_value><bookmark_value>hiding; sheet details</bookmark_value><bookmark_value>showing; sheet details</bookmark_value><bookmark_value>grouping;cells</bookmark_value>"
+
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"hd_id3152350\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12080000.xhp\" name=\"Group and Outline\">Group and Outline</link>"
+msgstr "<link href=\"text/scalc/01/12080000.xhp\" name=\"Group and Outline\">শ্রেণী এবং সীমারেখা</link>"
+
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"par_id3150793\n"
+"2\n"
+"help.text"
+msgid "You can create an outline of your data and group rows and columns together so that you can collapse and expand the groups with a single click."
+msgstr "আপনি আপনার তথ্যের একটি আউটলাইন তৈরি করতে পারবেন এবং সারি এবং কলাম একত্রে শ্রেণীবদ্ধ করে যাতে একটি একক ক্লিকের মাধ্যমে আপনি শ্রেণী গুটাতে এবং প্রসারিত করতে পারেন।"
+
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"hd_id3147229\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12080300.xhp\" name=\"Group\">Group</link>"
+msgstr "<link href=\"text/scalc/01/12080300.xhp\" name=\"Group\">শ্রেণীবদ্ধ করুন</link>"
+
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"hd_id3153188\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\">Ungroup</link>"
+msgstr "<link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\">শ্রেণী ভঙ্গ করুন</link>"
+
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"tit\n"
+"help.text"
+msgid "YEAR"
+msgstr "YEAR"
+
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"bm_id3153982\n"
+"help.text"
+msgid "<bookmark_value>YEAR function</bookmark_value>"
+msgstr "<bookmark_value>YEAR function</bookmark_value>"
+
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"hd_id3153982\n"
+"37\n"
+"help.text"
+msgid "<variable id=\"year\"><link href=\"text/scalc/01/func_year.xhp\">YEAR</link></variable>"
+msgstr "<variable id=\"year\"><link href=\"text/scalc/01/func_year.xhp\">YEAR</link></variable>"
+
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"par_id3147496\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_JAHR\">Returns the year as a number according to the internal calculation rules.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_JAHR\">অভ্যন্তরীণ গণনা নিয়ম অনুসারে বছরকে একটি সংখ্যা হিসেবে দেখায়।</ahelp>"
+
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"hd_id3146090\n"
+"39\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"par_id3154304\n"
+"40\n"
+"help.text"
+msgid "YEAR(Number)"
+msgstr "YEAR(সংখ্যা)"
+
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"par_id3156013\n"
+"41\n"
+"help.text"
+msgid "<emph>Number</emph> shows the internal date value for which the year is to be returned."
+msgstr "<emph>সংখ্যা</emph> অভ্যন্তরীণ তথ্য মান প্রদর্শন করে যার কারনে বছর ফলাফল প্রদান করে।"
+
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"hd_id3152797\n"
+"42\n"
+"help.text"
+msgid "Examples"
+msgstr "উদাহরণসমূহ"
+
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"par_id3145668\n"
+"43\n"
+"help.text"
+msgid "<item type=\"input\">=YEAR(1)</item> returns 1899"
+msgstr "<item type=\"input\">=YEAR(1)</item> ১৮৯৯ ফেরত পাঠায়"
+
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"par_id3151168\n"
+"44\n"
+"help.text"
+msgid "<item type=\"input\">=YEAR(2)</item> returns 1900"
+msgstr "<item type=\"input\">=YEAR(2)</item> ১৯৯০ ফেরত পাঠায়"
+
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"par_id3150115\n"
+"45\n"
+"help.text"
+msgid "<item type=\"input\">=YEAR(33333.33)</item> returns 1991"
+msgstr "<item type=\"input\">=YEAR(33333.33)</item> ১৯৯১ ফেরত পাঠায়"
+
+#: func_day.xhp
+msgctxt ""
+"func_day.xhp\n"
+"tit\n"
+"help.text"
+msgid "DAY"
+msgstr "DAY"
+
+#: func_day.xhp
+msgctxt ""
+"func_day.xhp\n"
+"bm_id3147317\n"
+"help.text"
+msgid "<bookmark_value>DAY function</bookmark_value>"
+msgstr "<bookmark_value>DAY function</bookmark_value>"
+
+#: func_day.xhp
+msgctxt ""
+"func_day.xhp\n"
+"hd_id3147317\n"
+"106\n"
+"help.text"
+msgid "<variable id=\"day\"><link href=\"text/scalc/01/func_day.xhp\">DAY</link></variable>"
+msgstr "<variable id=\"day\"><link href=\"text/scalc/01/func_day.xhp\">DAY</link></variable>"
+
+#: func_day.xhp
+msgctxt ""
+"func_day.xhp\n"
+"par_id3147584\n"
+"107\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TAG\">Returns the day of given date value.</ahelp> The day is returned as an integer between 1 and 31. You can also enter a negative date/time value."
+msgstr "<ahelp hid=\"HID_FUNC_TAG\">প্রদেয় তারিখ মানের দিন ফলাফল প্রদান করে।</ahelp> দিনটি ১ এবং ৩১ এর মধ্যে একটি পূর্ণ সংখ্যা হিসাবে ফলাফল প্রদান করে। আপনি একটি ঋনাত্বক মান/সময় মান সন্নিবেশ করাতে পারেন।"
+
+#: func_day.xhp
+msgctxt ""
+"func_day.xhp\n"
+"hd_id3150487\n"
+"108\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: func_day.xhp
+msgctxt ""
+"func_day.xhp\n"
+"par_id3149430\n"
+"109\n"
+"help.text"
+msgid "DAY(Number)"
+msgstr "DAY(সংখ্যা)"
+
+#: func_day.xhp
+msgctxt ""
+"func_day.xhp\n"
+"par_id3149443\n"
+"110\n"
+"help.text"
+msgid "<emph>Number</emph>, as a time value, is a decimal, for which the day is to be returned."
+msgstr "<emph>সংখ্যা</emph>, সময়ের মান হিসেবে, একটি দশমিক সংখ্যা, যার কারনে ফলাফল হিসেবে দিনটি প্রদান করে।"
+
+#: func_day.xhp
+#, fuzzy
+msgctxt ""
+"func_day.xhp\n"
+"hd_id3163809\n"
+"111\n"
+"help.text"
+msgid "Examples"
+msgstr "উদাহরণসমূহ"
+
+#: func_day.xhp
+msgctxt ""
+"func_day.xhp\n"
+"par_id3151200\n"
+"112\n"
+"help.text"
+msgid "DAY(1) returns 31 (since $[officename] starts counting at zero from December 30, 1899)"
+msgstr "DAY(1) ৩১ ফলাফল প্রদান করে ($[officename] ডিসেম্বর ৩০, ১৮৯৯ থেকে শূন্যতে গণনা শুরু করে)"
+
+#: func_day.xhp
+msgctxt ""
+"func_day.xhp\n"
+"par_id3154130\n"
+"113\n"
+"help.text"
+msgid "DAY(NOW()) returns the current day."
+msgstr "DAY(NOW()) বর্তমান দিন ফলাফল হিসেবে প্রদান করে।"
+
+#: func_day.xhp
+msgctxt ""
+"func_day.xhp\n"
+"par_id3159190\n"
+"114\n"
+"help.text"
+msgid "=DAY(C4) returns 5 if you enter 1901-08-05 in cell C4 (the date value might get formatted differently after you press Enter)."
+msgstr "=DAY(C4) ফলাফল ৫ প্রদান করে যদি আপনি ঘর C4 এ ১৯০১-০৮-০৫ সন্নিবেশ করান (আপনি Enter চাপার পর তারিখ মান ভিন্ন ভাবে বিন্যাসিত হতে পারে)।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"tit\n"
+"help.text"
+msgid "Spreadsheet Functions"
+msgstr "স্প্রেডশীট ফাংশন"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3148522\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; functions</bookmark_value> <bookmark_value>Function Wizard; spreadsheets</bookmark_value> <bookmark_value>functions; spreadsheets</bookmark_value>"
+msgstr "<bookmark_value>spreadsheets; functions</bookmark_value> <bookmark_value>Function Wizard; spreadsheets</bookmark_value> <bookmark_value>functions; spreadsheets</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3148522\n"
+"1\n"
+"help.text"
+msgid "Spreadsheet Functions"
+msgstr "স্প্রেডশীট ফাংশন"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3144508\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"tabelletext\">This section contains descriptions of the <emph>Spreadsheet</emph> functions together with an example.</variable>"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3146968\n"
+"help.text"
+msgid "<bookmark_value>ADDRESS function</bookmark_value>"
+msgstr "<bookmark_value>ADDRESS function</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3146968\n"
+"3\n"
+"help.text"
+msgid "ADDRESS"
+msgstr "ADDRESS"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3155762\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ADRESSE\">Returns a cell address (reference) as text, according to the specified row and column numbers.</ahelp> You can determine whether the address is interpreted as an absolute address (for example, $A$1) or as a relative address (as A1) or in a mixed form (A$1 or $A1). You can also specify the name of the sheet."
+msgstr "<ahelp hid=\"HID_FUNC_ADRESSE\">উল্লেখিত সারি এবং কলাম সংখ্যা অনুযায়ী, টেক্সট হিসেবে একটি ঘরের ঠিকানা (রেফারেন্স) প্রদান করে।</ahelp> ঠিকানাটি পরম ঠিকানা হিসেবে (যেমন, $A$1) বা আপেক্ষিক ঠিকানা (A1 হিসেবে) হিসেবে বা একটি মিশ্র ফরমে (A$1 বা $A1) ব্যাখ্যা করা যায় কিনা তা আপনি নির্ধারণ করতে পারবেন। আপনি শীটের নামও উল্লেখ করতে পারবেন।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1027200802301348\n"
+"help.text"
+msgid "For interoperability the ADDRESS and INDIRECT functions support an optional parameter to specify whether the R1C1 address notation instead of the usual A1 notation should be used."
+msgstr "পারস্পরিক ক্রিয়ার জন্য ADDRESS এবং INDIRECT ফাংশনটি একটি ঐচ্ছিক প্যারামিটার সমর্থন করে, সাধারণ A1 নোটাশনের পরিবর্তে R1C1 নোটেশন ব্যবহার হওয়া উচিত কিনা তা উল্লেখ করতে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1027200802301445\n"
+"help.text"
+msgid "In ADDRESS, the parameter is inserted as the fourth parameter, shifting the optional sheet name parameter to the fifth position."
+msgstr "ADDRESS এ, ঐচ্ছিক শীট নামের প্যারামিটারটি পঞ্চম স্থানে সরিয়ে, প্যারামিটারটি চতুর্থ প্যারামিটার হিসেবে সন্নিবেশ করা হয়েছে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id102720080230153\n"
+"help.text"
+msgid "In INDIRECT, the parameter is appended as the second parameter."
+msgstr "INDIRECT এ, প্যারামিটারটি দ্বিতীয় প্যারামিটার হিসাবে যোগ করা হয়েছে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id102720080230151\n"
+"help.text"
+msgid "In both functions, if the argument is inserted with the value 0, then the R1C1 notation is used. If the argument is not given or has a value other than 0, then the A1 notation is used."
+msgstr "উভয় ফাংশনে, যদি আর্গুমেন্টটি মান ০ সহ সন্নিবেশ করানো হয়, তবে R1C1 নোটেশন ব্যবহৃত হয়। যদি আর্গুমেন্টটি প্রদান করা না হয় বা ০ ব্যতীত অন্য মান দেওয়া হয়, তবে A1 নোটেশন ব্যবহৃত হয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1027200802301556\n"
+"help.text"
+msgid "In case of R1C1 notation, ADDRESS returns address strings using the exclamation mark '!' as the sheet name separator, and INDIRECT expects the exclamation mark as sheet name separator. Both functions still use the dot '.' sheet name separator with A1 notation."
+msgstr "R1C1 নোটেশনের ক্ষেত্রে, ADDRESS আশ্চর্যবোধক চিহ্ন '!' ব্যবহার করে শীট নামের বিভাজক হিসেবে ঠিকানার স্ট্রিং প্রদান করে, এবং INDIRECT শীট নামের বিভাজক হিসেবে আশ্চর্যবোধক চিহ্ন ব্যবহার করতে চায়। উভয় ফাংশন এখনও A1 নোটেশনের সাথে শীট নামের বিভাজক ডট '.' ব্যবহার করে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1027200802301521\n"
+"help.text"
+msgid "When opening documents from ODF 1.0/1.1 format, the ADDRESS functions that show a sheet name as the fourth paramater will shift that sheet name to become the fifth parameter. A new fourth parameter with the value 1 will be inserted."
+msgstr "যখন ODF 1.0/1.1 ফরম্যাট হতে নথি খোলা হয়, ADDRESS ফাংশন, যা চতুর্থ প্যারামিটার হিসেবে একটি শীটের নাম প্রদর্শন করে, তা শীটের নাম সরিয়ে পঞ্চম প্যারামিটারে পরিবর্তন করে। একটি নতুন চতুর্থ প্যারামিটার হিসেবে মান ১ সন্নিবেশ করা হবে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1027200802301650\n"
+"help.text"
+msgid "When storing a document in ODF 1.0/1.1 format, if ADDRESS functions have a fourth parameter, that parameter will be removed."
+msgstr "একটি নথি ODF 1.0/1.1 ফরম্যাটে সংরক্ষণ করার সময়, যদি ADDRESS ফাংশনের একটি চতুর্থ প্যারামিটার থাকে, ঐ প্যারামিটারটি অপসারণ করা হবে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id102720080230162\n"
+"help.text"
+msgid "Do not save a spreadsheet in the old ODF 1.0/1.1 format if the ADDRESS function's new fourth parameter was used with a value of 0."
+msgstr "যদি ADDRESS ফাংশনের নতুন চতুর্থ প্যারামিটার হিসেবে মান ০ ব্যবহার করা হয়ে থাকে, পুরনো ODF 1.0/1.1 ফরম্যাটে স্প্রেডশীটটি সংরক্ষণ করা হবে না।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1027200802301756\n"
+"help.text"
+msgid "The INDIRECT function is saved without conversion to ODF 1.0/1.1 format. If the second parameter was present, an older version of Calc will return an error for that function."
+msgstr "INDIRECT ফাংশন ODF 1.0/1.1 ফরম্যাটে রূপান্তর না করেই সংরক্ষণ করা হয়েছিল। যদি দ্বিতীয় প্যারামিটারটি উপস্থিত থাকে, ঐ ফাংশনটির জন্য পুরনো সংস্করণের Calc একটি ত্রুটি প্রদান করবে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3151196\n"
+"5\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154707\n"
+"6\n"
+"help.text"
+msgid "ADDRESS(Row; Column; Abs; A1; \"Sheet\")"
+msgstr "ADDRESS(Row; Column; Abs; A1; \"Sheet\")"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3147505\n"
+"7\n"
+"help.text"
+msgid "<emph>Row</emph> represents the row number for the cell reference"
+msgstr "<emph>সারি</emph> ঘরের রেফারেন্সের সারি সংখ্যা উল্লেখ করে থাকে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3145323\n"
+"8\n"
+"help.text"
+msgid "<emph>Column</emph> represents the column number for the cell reference (the number, not the letter)"
+msgstr "<emph>কলাম</emph> ঘরের রেফারেন্সের কলাম সংখ্যা প্রদান করে থাকে (সংখ্যা, অক্ষর নয়)"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153074\n"
+"9\n"
+"help.text"
+msgid "<emph>Abs</emph> determines the type of reference:"
+msgstr "<emph>Abs</emph> রেফারেন্সর ধরন নির্ধারণ করে:"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153298\n"
+"10\n"
+"help.text"
+msgid "1: absolute ($A$1)"
+msgstr "১: সম্পূর্ণ ($A$1)"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150431\n"
+"11\n"
+"help.text"
+msgid "2: row reference type is absolute; column reference is relative (A$1)"
+msgstr "২: সারির রেফারেন্সের ধরন হলো সম্পূর্ণ; কলাম রেফারেন্স হলো আপাক্ষিক (A$1)"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3146096\n"
+"12\n"
+"help.text"
+msgid "3: row (relative); column (absolute) ($A1)"
+msgstr "৩: সারি (আপেক্ষিক); কলাম (সম্পূর্ণ) ($A1)"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153334\n"
+"13\n"
+"help.text"
+msgid "4: relative (A1)"
+msgstr "৪: আপেক্ষিক (A1)"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1027200802465915\n"
+"help.text"
+msgid "<emph>A1</emph> (optional) - if set to 0, the R1C1 notation is used. If this parameter is absent or set to another value than 0, the A1 notation is used."
+msgstr "<emph>A1</emph> (ঐচ্ছিক) - যদি ০ তে নির্ধারিত হয়, R1C1 নোটেশন ব্যবহৃত হয়। যদি প্যারামিটারটি অনুপস্থিত থাকে অথবা ০ ব্যতীত অন্য একটি মানে নির্ধারিত থাকে, তাহলে A1 নোটেশনটি ব্যবহৃত হয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153962\n"
+"14\n"
+"help.text"
+msgid "<emph>Sheet</emph> represents the name of the sheet. It must be placed in double quotes."
+msgstr "<emph>Sheet</emph> শীটের নাম উল্লেখ করে। এটা অবশ্যই ডবল উদ্ধৃতি চিহ্নের মধ্যে রাখতে হবে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3147299\n"
+"15\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3148744\n"
+"16\n"
+"help.text"
+msgid "<item type=\"input\">=ADDRESS(1;1;2;;\"Sheet2\")</item> returns the following: Sheet2.A$1"
+msgstr "<item type=\"input\">=ADDRESS(1;1;2;;\"Sheet2\")</item> : Sheet2.A$1 প্রদান করে"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3159260\n"
+"17\n"
+"help.text"
+msgid "If the cell A1 in sheet 2 contains the value <item type=\"input\">-6</item>, you can refer indirectly to the referenced cell using a function in B2 by entering <item type=\"input\">=ABS(INDIRECT(B2))</item>. The result is the absolute value of the cell reference specified in B2, which in this case is 6."
+msgstr "যদি ঘর A1 পাতা২ তে <item type=\"input\">-৬</item> মান ধারণ করে, B2 তে একটি ফাংশন ব্যবহার করে <item type=\"input\">=ABS(INDIRECT(B2))</item> সন্নিবেশ করানোর মাধ্যমে আপনি পরোক্ষভাবে reference করা ঘর নির্দেশ করতে পারেন। B2 তে উল্লেখিত ঘর reerence এর পরম মান হলো ফলাফল, এই ক্ষেত্রে যা হলো ৬।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3150372\n"
+"help.text"
+msgid "<bookmark_value>AREAS function</bookmark_value>"
+msgstr "<bookmark_value>AREAS function</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3150372\n"
+"19\n"
+"help.text"
+msgid "AREAS"
+msgstr "AREAS"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150036\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BEREICHE\">Returns the number of individual ranges that belong to a multiple range.</ahelp> A range can consist of contiguous cells or a single cell."
+msgstr "<ahelp hid=\"HID_FUNC_BEREICHE\">পৃথক পরিসর সংখ্যা প্রদান করে, যা একাধিক পরিসরের অন্তর্ভুক্ত।</ahelp> একটি পরিসর নিকটস্থ ঘরসমূহ বা একক ঘর দ্বারা গঠিত হতে পারে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id061020090307073\n"
+"help.text"
+msgid "The function expects a single argument. If you state multiple ranges, you must enclose them into additional parentheses. Multiple ranges can be entered using the semicolon (;) as divider, but this gets automatically converted to the tilde (~) operator. The tilde is used to join ranges."
+msgstr "ফাংশনটি একটি একক আরগুমেন্ট প্রত্যাশা করে থাকে। আপনি যদি একাধিক পরিসর বর্ণনা করেন, তাহলে এদেরকে অবশ্যই একটি অতিরিক্ত জোড়া বন্ধনীর মধ্যে আবদ্ধ করতে হবে। বহু পরিসর একটি বিভাজক সেমিকোলন (;) ব্যবহার করে সন্নিবেশ করানো যায়, কিন্তু এটি স্বয়ংক্রিয়ভাবে টিল্ড (~) অপারেটরে রূপান্তরিত হয়। টিল্ড ব্যবহার করে পরিসরসমূহ একত্রিত করা যায়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3145222\n"
+"21\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3155907\n"
+"22\n"
+"help.text"
+msgid "AREAS(Reference)"
+msgstr "AREAS(Reference)"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153118\n"
+"23\n"
+"help.text"
+msgid "Reference represents the reference to a cell or cell range."
+msgstr "Reference ঘরের বা ঘরের পরিসরের রেফারেন্স উল্লেখ করে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3148891\n"
+"24\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149946\n"
+"25\n"
+"help.text"
+msgid "<item type=\"input\">=AREAS((A1:B3;F2;G1))</item> returns 3, as it is a reference to three cells and/or areas. After entry this gets converted to =AREAS((A1:B3~F2~G1))."
+msgstr "<item type=\"input\">=AREAS((A1:B3;F2;G1))</item> ফলাফল 3 প্রদান করে থাকে, যেহেতু এটি তিনটি ঘর এবং/অথবা এলাকার রেফারেন্স। সন্নিবেশ করানোর পর এটি =AREAS((A1:B3~F2~G1)) তে রূপান্তরিত হয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3146820\n"
+"26\n"
+"help.text"
+msgid "<item type=\"input\">=AREAS(All)</item> returns 1 if you have defined an area named All under <emph>Data - Define Range</emph>."
+msgstr "<item type=\"input\">=AREAS(All)</item> ১ প্রদান করে যদি আপনি All নামের একটি এলাকা <emph>ডাটা - পরিসর নির্ধারণ</emph> এর অধীনে নির্ধারণ কর থাকেন।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3148727\n"
+"help.text"
+msgid "<bookmark_value>DDE function</bookmark_value>"
+msgstr "<bookmark_value>DDE function</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3148727\n"
+"28\n"
+"help.text"
+msgid "DDE"
+msgstr "DDE"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149434\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DDE\">Returns the result of a DDE-based link.</ahelp> If the contents of the linked range or section changes, the returned value will also change. You must reload the spreadsheet or choose <emph>Edit - Links</emph> to see the updated links. Cross-platform links, for example from a <item type=\"productname\">%PRODUCTNAME</item> installation running on a Windows machine to a document created on a Linux machine, are not allowed."
+msgstr "<ahelp hid=\"HID_FUNC_DDE\">DDE-ভিত্তিক লিঙ্ক এর ফলাফল প্রদান করে।</ahelp> যদি লিঙ্ককৃত পরিসরের উপাদান অথবা অংশ পরিবর্তিত হয়, ফলাফল প্রদানকৃত মানটিও পরিবর্তিত হয়। আপনার অবশ্যই স্প্রেডশীটটি পুনঃস্থাপন করতে হবে অথবা আপডেট করা লিঙ্ক দেখার জন্য <emph>সম্পাদনা - লিঙ্ক</emph> পছন্দ করুন। ক্রস-প্ল্যাটফর্ম লিঙ্ক, উদাহরনস্বরূপ, লিনাক্স মেশিনে তৈরিকৃত একটি নথি উইন্ডোজ মাশিনে চালানো হচ্ছে এমন একটি <item type=\"productname\">%PRODUCTNAME</item>সংস্থাপন হতে, অনুমোদিত নয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3150700\n"
+"30\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3148886\n"
+"31\n"
+"help.text"
+msgid "DDE(\"Server\"; \"File\"; \"Range\"; Mode)"
+msgstr "DDE(\"Server\"; \"File\"; \"Range\"; Mode)"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154842\n"
+"32\n"
+"help.text"
+msgid "<emph>Server</emph> is the name of a server application. <item type=\"productname\">%PRODUCTNAME</item>applications have the server name \"Soffice\"."
+msgstr "<emph>Server</emph> হলো সার্ভার অ্যাপ্লিকেশনের নাম। <item type=\"productname\">%PRODUCTNAME</item> অ্যাপ্লিকেশনে \"Soffice\" নামের সার্ভার রয়েছে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153034\n"
+"33\n"
+"help.text"
+msgid "<emph>File</emph> is the complete file name, including path specification."
+msgstr "<emph>File</emph> হলো সম্পূর্ণ ফাইলের নাম, পাথের বিবরণী সহকারে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3147472\n"
+"34\n"
+"help.text"
+msgid "<emph>Range</emph> is the area containing the data to be evaluated."
+msgstr "<emph>পরিসর</emph> পরূক্ষা করার জন্য ডাটা সম্বলিত এলাকা।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3152773\n"
+"184\n"
+"help.text"
+msgid "<emph>Mode</emph> is an optional parameter that controls the method by which the DDE server converts its data into numbers."
+msgstr "<emph>Mode</emph> হলো একটি ঐচ্ছিক প্যারামিটার, যা এমন মেথড নিয়ন্ত্রণ করে, যা দ্বারা DDE সার্ভার নিজের ডাটাকে সংখ্যায় রূপান্তর করে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154383\n"
+"185\n"
+"help.text"
+msgid "<emph>Mode</emph>"
+msgstr "<emph>মোড</emph>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3145146\n"
+"186\n"
+"help.text"
+msgid "<emph>Effect</emph>"
+msgstr "<emph>প্রভাব</emph>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154558\n"
+"187\n"
+"help.text"
+msgid "0 or missing"
+msgstr "০ বা নেই"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3145596\n"
+"188\n"
+"help.text"
+msgid "Number format from the \"Default\" cell style"
+msgstr "\"পূর্বনির্ধারিত\" ঘরের শৈলীর সংখ্যা বিন্যাস"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3152785\n"
+"189\n"
+"help.text"
+msgid "1"
+msgstr "১"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154380\n"
+"190\n"
+"help.text"
+msgid "Data are always interpreted in the standard format for US English"
+msgstr "US ইংরেজীর জন্য ডাটা সর্বদা আদর্শ ফরম্যাটে ব্যাখ্যা করা হয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150279\n"
+"191\n"
+"help.text"
+msgid "2"
+msgstr "২"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153775\n"
+"192\n"
+"help.text"
+msgid "Data are retrieved as text; no conversion to numbers"
+msgstr "ডাটা টেক্সট হিসাবে উদ্ধার করা হয়; সংখ্যার কোনো রূপান্তর করা হবে না"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3149546\n"
+"35\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3148734\n"
+"36\n"
+"help.text"
+msgid "<item type=\"input\">=DDE(\"soffice\";\"c:\\office\\document\\data1.sxc\";\"sheet1.A1\")</item> reads the contents of cell A1 in sheet1 of the <item type=\"productname\">%PRODUCTNAME</item> Calc spreadsheet data1.sxc."
+msgstr "<item type=\"input\">=DDE(\"soffice\";\"c:\\\\office\\\\document\\\\data1.sxc\";\"sheet1.A1\")</item>, <item type=\"productname\">%PRODUCTNAME</item> ক্যালক স্প্রেডশীট data1.sxc এর শীট১ এর A1 ঘরের বিষয়বস্তু পাঠ করে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153081\n"
+"37\n"
+"help.text"
+msgid "<item type=\"input\">=DDE(\"soffice\";\"c:\\office\\document\\motto.sxw\";\"Today's motto\")</item> returns a motto in the cell containing this formula. First, you must enter a line in the motto.sxw document containing the motto text and define it as the first line of a section named <item type=\"literal\">Today's Motto</item> (in <item type=\"productname\">%PRODUCTNAME</item> Writer under <emph>Insert - Section</emph>). If the motto is modified (and saved) in the <item type=\"productname\">%PRODUCTNAME</item> Writer document, the motto is updated in all <item type=\"productname\">%PRODUCTNAME</item> Calc cells in which this DDE link is defined."
+msgstr "<item type=\"input\">=DDE(\"soffice\";\"c:\\\\office\\\\document\\\\motto.sxw\";\"Today's motto\")</item> এই সূত্রটি ধারণ করে ঘরে একটি নিয়ম ফলাফল প্রদান করে। প্রথমত, নিয়মাবলী টেক্সট ধারণকারী motto.sxw নথিতে আপনার অবশ্যই একটি লাইন সন্নিবেশ করাতে হবে এবং <item type=\"literal\">আজকের নিয়ম</item> ( <item type=\"productname\">%PRODUCTNAME</item> লেখনীতে <emph>অন্তর্ভুক্ত করুন - অংশ</emph>এর অধীনে) নামের একটি অংশের প্রথম লাইনে এইটিকে নির্ধারণ করতে হবে। যদি নিয়মটি সম্পাদিত হয় (এবং সংরক্ষিত) <item type=\"productname\">%PRODUCTNAME</item> লেখনী নথিতে, নিয়মটি সকল <item type=\"productname\">%PRODUCTNAME</item> Calc ঘরে আপডেট হবে যাতে DDE লিঙ্কটি নির্ধারিত হয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3153114\n"
+"help.text"
+msgid "<bookmark_value>ERRORTYPE function</bookmark_value>"
+msgstr "<bookmark_value>ERRORTYPE function</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153114\n"
+"38\n"
+"help.text"
+msgid "ERRORTYPE"
+msgstr "ERRORTYPE"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3148568\n"
+"39\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FEHLERTYP\">Returns the number corresponding to an <link href=\"text/scalc/05/02140000.xhp\" name=\"error value\">error value</link> occurring in a different cell.</ahelp> With the aid of this number, you can generate an error message text."
+msgstr "<ahelp hid=\"HID_FUNC_FEHLERTYP\">সংখ্যা ফলাফল <link href=\"text/scalc/05/02140000.xhp\" name=\"error value\">ত্রুটি মান</link>সংশ্লিষ্ট ভিন্ন ঘরে সংঘটিত প্রদান করে।</ahelp> এই সংখ্যার aid এর সাহায্যে, আপনি একটি ত্রুটি বার্তা টেক্সট উৎপাদন করতে পারবেন।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149877\n"
+"40\n"
+"help.text"
+msgid "The Status Bar displays the predefined error code from <item type=\"productname\">%PRODUCTNAME</item> if you click the cell containing the error."
+msgstr "আপনি যদি ত্রুটি রয়েছে এমন ঘরে ক্লিক করেন, স্ট্যাটাস বার <item type=\"productname\">%PRODUCTNAME</item> হতে পূর্বনির্ধারিত ত্রুটি কোড প্রদর্শন করে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3154327\n"
+"41\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3151322\n"
+"42\n"
+"help.text"
+msgid "ERRORTYPE(Reference)"
+msgstr "ERRORTYPE(Reference)"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150132\n"
+"43\n"
+"help.text"
+msgid "<emph>Reference</emph> contains the address of the cell in which the error occurs."
+msgstr "<emph>Reference</emph>-এ এমন একটি ঘরের ঠিকান রয়েছে, যেখানে ত্রুটি সংগঠিত হয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3145248\n"
+"44\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3146904\n"
+"45\n"
+"help.text"
+msgid "If cell A1 displays Err:518, the function <item type=\"input\">=ERRORTYPE(A1)</item> returns the number 518."
+msgstr "যদি A1 ঘর Err:518 প্রদর্শন করে, <item type=\"input\">=ERRORTYPE(A1)</item> ফাংশনটি ৫১৮ সংখ্যা প্রদান করে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3151221\n"
+"help.text"
+msgid "<bookmark_value>INDEX function</bookmark_value>"
+msgstr "<bookmark_value>INDEX function</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3151221\n"
+"47\n"
+"help.text"
+msgid "INDEX"
+msgstr "INDEX"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150268\n"
+"48\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_INDEX\">INDEX returns a sub range, specified by row and column number, or an optional range index. Depending on context, INDEX returns a reference or content.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_INDEX\">INDEX একটি উপ-পরিসর, সারি এবং কলাম নম্বর দ্বারা উল্লেখিত, বা একটি ঐচ্ছিক পরিসর ইনডেক্স প্রদান করে। প্রসঙ্গের উপর নির্ভর করে, INDEX একটি রেফারেন্স বা বিষয়বস্তু প্রদান করে।</ahelp>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3156063\n"
+"49\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149007\n"
+"50\n"
+"help.text"
+msgid "INDEX(Reference; Row; Column; Range)"
+msgstr "INDEX(Reference; Row; Column; Range)"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153260\n"
+"51\n"
+"help.text"
+msgid "<emph>Reference</emph> is a reference, entered either directly or by specifying a range name. If the reference consists of multiple ranges, you must enclose the reference or range name in parentheses."
+msgstr "<emph>Reference</emph> হলো একটি রেফারেন্স, যা হয় সরাসরি বা একটি পরিসরের নাম উল্লেখ করার মাধ্যমে সন্নিবেশ করা হয়েছে। যদি রেফারেন্সে একাধিক পরিসর থাকে, আপনাকে অবশ্যই প্রথম বন্ধনীর মধ্যে রেফারেন্স বা পরিসরের নাম রাখতে হবে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3145302\n"
+"52\n"
+"help.text"
+msgid "<emph>Row</emph> (optional) represents the row index of the reference range, for which to return a value. In case of zero (no specific row) all referenced rows are returned."
+msgstr "<emph>Row</emph> (ঐচ্ছিক) রেফারেন্স পরিসরের সারির ইনডেক্স উল্লেখ করে, যার জন্য একটি মান প্রদান করা হবে। শূন্যের ক্ষেত্রে (কোনো সুনির্দিষ্ট সারি নেই), সকল রেফারেন্সকৃত সারি প্রদান করা হয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154628\n"
+"53\n"
+"help.text"
+msgid "<emph>Column</emph> (optional) represents the column index of the reference range, for which to return a value. In case of zero (no specific column) all referenced columns are returned."
+msgstr "<emph>Column</emph> (ঐচ্ছিক) রেফারেন্স পরিসরের কলামের ইনডেক্স উল্লেখ করে, যার জন্য একটি মান প্রদান করা হবে। শূন্যের ক্ষেত্রে (কোনো সুনির্দিষ্ট কলাম নেই), সকল রেফারেন্সকৃত কলামে প্রদান করা হয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3155514\n"
+"54\n"
+"help.text"
+msgid "<emph>Range</emph> (optional) represents the index of the subrange if referring to a multiple range."
+msgstr "<emph>Range</emph> (ঐচ্ছিক) উপ-পরিসরের ইনডেক্স উল্লেখ করে, যদি একাধিক পরিসরকে নির্দেশ করা হয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3145264\n"
+"55\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3159112\n"
+"56\n"
+"help.text"
+msgid "<item type=\"input\">=INDEX(Prices;4;1)</item> returns the value from row 4 and column 1 of the database range defined in <emph>Data - Define</emph> as <emph>Prices</emph>."
+msgstr "<item type=\"input\">=INDEX(Prices;4;1)</item>, <emph>Prices</emph> হিসেবে <emph>ডাটা - নির্ধারণ করা হবে</emph> এ নির্ধারিত ডাটাবেস পরিসরের ৪ নং সারি এবং ১ নং কলাম হতে মান প্রদান করে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150691\n"
+"57\n"
+"help.text"
+msgid "<item type=\"input\">=INDEX(SumX;4;1)</item> returns the value from the range <emph>SumX</emph> in row 4 and column 1 as defined in <emph>Insert - Names - Define</emph>."
+msgstr "যেভাবে <emph>অন্তর্ভুক্ত করুন - নাম - সংজ্ঞায়িত করুন </emph> তে বর্ণনা করা হয়েছে <emph>সমষ্টিX</emph> সীমানা সারি ৪ এবং কলাম ১ হতে <item type=\"input\">=INDEX(SumX;4;1)</item> মান ফলাফল প্রদান করে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id4109012\n"
+"help.text"
+msgid "<item type=\"input\">=INDEX(A1:B6;1)</item> returns a reference to the first row of A1:B6."
+msgstr "<item type=\"input\">=INDEX(A1:B6;1)</item> A1:B6 এর প্রথম সারিতে রেফারেন্স প্রদান করে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id9272133\n"
+"help.text"
+msgid "<item type=\"input\">=INDEX(A1:B6;0;1)</item> returns a reference to the first column of A1:B6."
+msgstr "<item type=\"input\">=INDEX(A1:B6;0;1)</item> A1:B6 এর প্রথম কলামে রেফারেন্স প্রদান করে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3158419\n"
+"58\n"
+"help.text"
+msgid "<item type=\"input\">=INDEX((multi);4;1)</item> indicates the value contained in row 4 and column 1 of the (multiple) range, which you named under <emph>Insert - Names - Define</emph> as <emph>multi</emph>. The multiple range may consist of several rectangular ranges, each with a row 4 and column 1. If you now want to call the second block of this multiple range enter the number <item type=\"input\">2</item> as the <emph>range</emph> parameter."
+msgstr "<item type=\"input\">=INDEX((multi);4;1)</item> দ্বারা বিবিধ সীমার মধ্যে, সারি ৪ এবং কালম ১ এর মানগুলোকে বুঝায় যা <emph>সন্নিবেশ - নাম - সংজ্ঞা</emph> এর আওতায় <emph>বিবিধ</emph> হিসাবে নামকরণ করা হয়। বিবিধ সীমায়, প্রত্যেক সারি ৪ এবং কালম ১ দ্বারা তৈরি চতুস্কোনীয় সীমা থাকে। আপনি যদি এখন বিবিধ সীমার দ্বিতীয় ব্লকে কল করতে চান তবে <emph>সীমা</emph> পরিধি হিসাবে <item type=\"input\">২</item> নম্বর দিন।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3148595\n"
+"59\n"
+"help.text"
+msgid "<item type=\"input\">=INDEX(A1:B6;1;1)</item> indicates the value in the upper-left of the A1:B6 range."
+msgstr "<item type=\"input\">=INDEX(A1:B6;1;1)</item> A1:B6 পরিসরের উপরে বামের মান নির্দেশক।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id9960020\n"
+"help.text"
+msgid "<item type=\"input\">=INDEX((multi);0;0;2)</item> returns a reference to the second range of the multiple range."
+msgstr "<item type=\"input\">=INDEX((multi);0;0;2)</item> একাধিক পরিসরের দ্বিতীয় পরিসরে রেফারেন্স প্রদান করে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3153181\n"
+"help.text"
+msgid "<bookmark_value>INDIRECT function</bookmark_value>"
+msgstr "<bookmark_value>INDIRECT function</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153181\n"
+"62\n"
+"help.text"
+msgid "INDIRECT"
+msgstr "INDIRECT"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3147169\n"
+"63\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_INDIREKT\">Returns the <emph>reference</emph> specified by a text string.</ahelp> This function can also be used to return the area of a corresponding string."
+msgstr "<ahelp hid=\"HID_FUNC_INDIREKT\">একটি টেক্সট স্ট্রিং দ্বারা উল্লেখিত <emph>রেফারেন্স</emph> প্রদান করে।</ahelp> এই ফাংশনটি সংশ্লিষ্ট স্ট্রিংয়ের এলাকা প্রদান করতেও ব্যবহৃত করা হতে পারে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153717\n"
+"64\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149824\n"
+"65\n"
+"help.text"
+msgid "INDIRECT(Ref; A1)"
+msgstr "INDIRECT(Ref; A1)"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154317\n"
+"66\n"
+"help.text"
+msgid "<emph>Ref</emph> represents a reference to a cell or an area (in text form) for which to return the contents."
+msgstr "<emph>Ref</emph> একটি ঘর বা এলাকার (টেক্সট ফরমে) রেফারেন্স উল্লেখ করে, যার জন্য বিষয়বস্তু প্রদান করা হয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1027200802470312\n"
+"help.text"
+msgid "<emph>A1</emph> (optional) - if set to 0, the R1C1 notation is used. If this parameter is absent or set to another value than 0, the A1 notation is used."
+msgstr "<emph>A1</emph> (ঐচ্ছিক) - যদি ০ তে নির্ধারিত হয়, R1C1 নোটেশন ব্যবহৃত হয়। যদি প্যারামিটারটি অনুপস্থিত থাকে অথবা ০ ব্যতীত অন্য একটি মানে নির্ধারিত থাকে, তাহলে A1 নোটেশনটি ব্যবহৃত হয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN10CAE\n"
+"help.text"
+msgid "If you open an Excel spreadsheet that uses indirect addresses calculated from string functions, the sheet addresses will not be translated automatically. For example, the Excel address in INDIRECT(\"filename!sheetname\"&B1) is not converted into the Calc address in INDIRECT(\"filename.sheetname\"&B1)."
+msgstr "যদি আপনি একটি এক্সেল স্প্রেডশীট খোলেন যা স্ট্রিং ফাংশন হতে একটি পরোক্ষ ঠিকানা গণনা করে, পাতার ঠিকানাটি স্বয়ংক্রিয়ভাবে অনুবাদিত হবে না। উদাহরনস্বরূপ,INDIRECT(\"filename!sheetname\"&B1) তে এক্সেল ঠিকানাটি INDIRECT(\"filename.sheetname\"&B1) এ Calc ঠিকানার মধ্যে রূপান্তরিত হয় না।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3150389\n"
+"67\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150608\n"
+"68\n"
+"help.text"
+msgid "<item type=\"input\">=INDIRECT(A1)</item> equals 100 if A1 contains C108 as a reference and cell C108 contains a value of <item type=\"input\">100</item>."
+msgstr "<item type=\"input\">=INDIRECT(A1)</item> ১০০ এর সমান, যদি A1-এ রেফারেন্স হিসেবে C108 থাকে এবং C108 ঘরে <item type=\"input\">১০০</item> থাকে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3083286\n"
+"181\n"
+"help.text"
+msgid "<item type=\"input\">=SUM(INDIRECT(\"a1:\" & ADDRESS(1;3)))</item> totals the cells in the area of A1 up to the cell with the address defined by row 1 and column 3. This means that area A1:C1 is totaled."
+msgstr "<item type=\"input\">=SUM(INDIRECT(\"a1:\" & ADDRESS(1;3)))</item> সারি ১ এবং কলাম ৩ দ্বারা উল্লেখিত ঠিকানা দ্বারা ঘর পর্যন্ত A1 এর এলাকাতে ঘর সমষ্টি করুন। এর অড়্থ হলো A1:C1 সমষ্টিবদ্ধ করা হয়েছে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3154818\n"
+"help.text"
+msgid "<bookmark_value>COLUMN function</bookmark_value>"
+msgstr "<bookmark_value>COLUMN function</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3154818\n"
+"70\n"
+"help.text"
+msgid "COLUMN"
+msgstr "COLUMN"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149711\n"
+"193\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SPALTE\">Returns the column number of a cell reference.</ahelp> If the reference is a cell the column number of the cell is returned; if the parameter is a cell area, the corresponding column numbers are returned in a single-row <link href=\"text/scalc/01/04060107.xhp#wasmatrix\" name=\"array\">array</link> if the formula is entered <link href=\"text/scalc/01/04060107.xhp#somatrixformel\" name=\"as an array formula\">as an array formula</link>. If the COLUMN function with an area reference parameter is not used for an array formula, only the column number of the first cell within the area is determined."
+msgstr "<ahelp hid=\"HID_FUNC_SPALTE\">ঘর reference এর কলাম ক।রম প্রদান করে।</ahelp> যদি reference একটি ঘর হয় তাহলে ঘরের কলাম ক্রমটি প্রদান করে। যদি প্যারামিটারটি একটি ঘর এলাকা হয়, সংশ্লিষ্ট কলামটি একটি একক-সারি <link href=\"text/scalc/01/04060107.xhp#wasmatrix\" name=\"array\">বিন্যাস</link> তে প্রদান করে যদি সূত্রটি <link href=\"text/scalc/01/04060107.xhp#somatrixformel\" name=\"as an array formula\">বিন্যাস সূত্র হিসেবে</link>সন্নিবেশ করানো হয়। যদি এলাকা reference প্যারামিটার সহকারে একটি COLUMN ফাংশনটি একটি বিন্যাস সূত্রের জন্য ব্যবহৃত না হয়, এলাকার মধ্যে প্রথম ঘরের শুধুমাত্র কলাম ক্রম নির্ধারিত হয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3149283\n"
+"72\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149447\n"
+"73\n"
+"help.text"
+msgid "COLUMN(Reference)"
+msgstr "COLUMN(Reference)"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3156310\n"
+"74\n"
+"help.text"
+msgid "<emph>Reference</emph> is the reference to a cell or cell area whose first column number is to be found."
+msgstr "<emph>Reference</emph> হলো একটি ঘর বা ঘরের এলাকার রেফারেন্স, যার প্রথম কলাম নম্বর খোঁজা হবে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3155837\n"
+"194\n"
+"help.text"
+msgid "If no reference is entered, the column number of the cell in which the formula is entered is found. <item type=\"productname\">%PRODUCTNAME</item> Calc automatically sets the reference to the current cell."
+msgstr "যদি কোনো রেফারেন্স সন্নিবেশ করানো না হয়, সূত্রটি সন্নিবেশ করানো হয় এমন ঘরের কলাম নম্বর খোঁজা হয়। <item type=\"productname\">%PRODUCTNAME</item> ক্যালক স্বয়ংক্রিয়ভাবে বর্তমান ঘরে রেফারেন্স নির্ধারণ করে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3152932\n"
+"75\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3147571\n"
+"76\n"
+"help.text"
+msgid "<item type=\"input\">=COLUMN(A1)</item> equals 1. Column A is the first column in the table."
+msgstr "<item type=\"input\">=COLUMN(A1)</item> ১ এর সমান। কলাম A হলো সারণির প্রথম কলাম।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3147079\n"
+"77\n"
+"help.text"
+msgid "<item type=\"input\">=COLUMN(C3:E3)</item> equals 3. Column C is the third column in the table."
+msgstr "<item type=\"input\">=COLUMN(C3:E3)</item> ৩ এর সমান। কলাম C হলো সারণির তৃতীয় কলাম।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3146861\n"
+"195\n"
+"help.text"
+msgid "<item type=\"input\">=COLUMN(D3:G10)</item> returns 4 because column D is the fourth column in the table and the COLUMN function is not used as an array formula. (In this case, the first value of the array is always used as the result.)"
+msgstr "<item type=\"input\">=COLUMN(D3:G10)</item> ৪ প্রদান করে, কারণ কলাম D হলো টেবিলে চতুর্থ কলাম এবং COLUMN ফাংশনটি অ্যারে সূত্র হিসেবে ব্যবহৃত হয় না। (এই ক্ষেত্রে, অ্যারের প্রথম মান সবসময় ফলাফল হিসেবে ব্যবহৃত হয়।)"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3156320\n"
+"196\n"
+"help.text"
+msgid "<item type=\"input\">{=COLUMN(B2:B7)}</item> and <item type=\"input\">=COLUMN(B2:B7)</item> both return 2 because the reference only contains column B as the second column in the table. Because single-column areas have only one column number, it does not make a difference whether or not the formula is used as an array formula."
+msgstr "<item type=\"input\">{=COLUMN(B2:B7)}</item> এবং <item type=\"input\">=COLUMN(B2:B7)</item> উভয়ই ২ ফলাফল প্রদান করে কারণ reference টি শুধুমাত্র টেবিলে দ্বিতীয় কলাম হিসেবে B ধারণ করে। কারণ একক-এলাকার শুধুমাত্র একটি কলাম ক্রম রয়েছে, একটি বিন্যাস সূত্র হিসেবে সূত্রটি ব্যবহার হওয়া এবং না হওয়ার মধ্যে কোন পার্থক্য করে না।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150872\n"
+"197\n"
+"help.text"
+msgid "<item type=\"input\">=COLUMN()</item> returns 3 if the formula was entered in column C."
+msgstr "<item type=\"input\">=COLUMN()</item> ৩ প্রদান করে, যদি সূত্রটি C কলাম সন্নিবেশ করানো হয়ে থাকে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153277\n"
+"198\n"
+"help.text"
+msgid "<item type=\"input\">{=COLUMN(Rabbit)}</item> returns the single-row array (3, 4) if \"Rabbit\" is the named area (C1:D3)."
+msgstr "<item type=\"input\">{=COLUMN(Rabbit)}</item> একক-সারি অ্যারে (৩, ৪) প্রদান করে, যদি এলাকার (C1:D3) নাম \"Rabbit\" হয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3154643\n"
+"help.text"
+msgid "<bookmark_value>COLUMNS function</bookmark_value>"
+msgstr "<bookmark_value>COLUMNS function</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3154643\n"
+"79\n"
+"help.text"
+msgid "COLUMNS"
+msgstr "COLUMNS"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3151182\n"
+"80\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SPALTEN\">Returns the number of columns in the given reference.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SPALTEN\">প্রদত্ত রেফারেন্সে কলাম সংখ্যা প্রদান করে।</ahelp>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3149141\n"
+"81\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154047\n"
+"82\n"
+"help.text"
+msgid "COLUMNS(Array)"
+msgstr "COLUMNS(Array)"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154745\n"
+"83\n"
+"help.text"
+msgid "<emph>Array</emph> is the reference to a cell range whose total number of columns is to be found. The argument can also be a single cell."
+msgstr "<emph>Array</emph> হলো ঘরের পরিসরে রেফারেন্স, যার সর্বমোট কলাম সংখ্যা খোঁজা হবে। আর্গুমেন্ট একটি একক ঘরও হতে পারে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153622\n"
+"84\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149577\n"
+"200\n"
+"help.text"
+msgid "<item type=\"input\">=COLUMNS(B5)</item> returns 1 because a cell only contains one column."
+msgstr "<item type=\"input\">=COLUMNS(B5)</item> ১ প্রদান করে কারণ ঘরে শুধুমাত্র একটি কলাম বিদ্যমান।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3145649\n"
+"85\n"
+"help.text"
+msgid "<item type=\"input\">=COLUMNS(A1:C5)</item> equals 3. The reference comprises three columns."
+msgstr "<item type=\"input\">=COLUMNS(A1:C5)</item> ৩ এর সমান। রেফারেন্সটি তিনটি কলামের সমন্বয়ে গঠিত।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3155846\n"
+"201\n"
+"help.text"
+msgid "<item type=\"input\">=COLUMNS(Rabbit)</item> returns 2 if <item type=\"literal\">Rabbit</item> is the named range (C1:D3)."
+msgstr "<item type=\"input\">=COLUMNS(Rabbit)</item> ২ প্রদান করে, যদি <item type=\"literal\">Rabbit</item> একটি নামযুক্ত পরিসর (C1:D3) হয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3153152\n"
+"help.text"
+msgid "<bookmark_value>vertical search function</bookmark_value> <bookmark_value>VLOOKUP function</bookmark_value>"
+msgstr "<bookmark_value>vertical search function</bookmark_value> <bookmark_value>VLOOKUP function</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153152\n"
+"87\n"
+"help.text"
+msgid "VLOOKUP"
+msgstr "VLOOKUP"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149984\n"
+"88\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SVERWEIS\">Vertical search with reference to adjacent cells to the right.</ahelp> This function checks if a specific value is contained in the first column of an array. The function then returns the value in the same row of the column named by <item type=\"literal\">Index</item>. If the <item type=\"literal\">SortOrder</item> parameter is omitted or set to TRUE or one, it is assumed that the data is sorted in ascending order. In this case, if the exact <item type=\"literal\">SearchCriterion</item> is not found, the last value that is smaller than the criterion will be returned. If <item type=\"literal\">SortOrder</item> is set to FALSE or zero, an exact match must be found, otherwise the error <emph>Error: Value Not Available</emph> will be the result. Thus with a value of zero the data does not need to be sorted in ascending order."
+msgstr "<ahelp hid=\"HID_FUNC_SVERWEIS\">ডানে নিকটবর্তী ঘরে reference এর সাথে উল্লম্ব অনুসন্ধান করে।</ahelp> এই ফাংশনটি চেক করে যদি একটি বিন্যাসের প্রথম কলামে উল্লেখিত মানটি ধারণ করে। ফাংশনটি তারপর <item type=\"literal\">ইনডেক্স</item> নামের কলামের একই সারিতে মান প্রদান করে। যদি <item type=\"literal\">SortOrder</item> প্যারামিটারটি অবজ্ঞা করা হয় অথবা TRUE অথবা একে স্থির করা হয়, এইটি ধারনা করা হয় যে তথ্য আরোহী ক্রমানুসারে সজ।জিত হয়। এই ক্ষেত্রে, যদি সঠিক <item type=\"literal\">SearchCriterion</item> খুঁজে পাওয়া না যায়, শেষ মানটি যা শ্রেণীবিভাগ হতে ছোট তা প্রদান করবে। যদি <item type=\"literal\">SortOrder</item> FALSE অথবা শূন্যতে স্থির করা হয়, একটি সঠিক মিল অবশ্যই পাওয়া যাবে, অন্যথায় ত্রুটি <emph>ত্রুটি: মান প্রাপ্তিসাধ্য নয়</emph> ফলাফল হবে। সুতরাং শূন্যর একটি মান সহকারে তথ্যটির আরোহী ক্রমানুসারে সজ্জিত হওয়ার দরকার নেই।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3146898\n"
+"89\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150156\n"
+"90\n"
+"help.text"
+msgid "=VLOOKUP(SearchCriterion; Array; Index; SortOrder)"
+msgstr "=VLOOKUP(SearchCriterion; Array; Index; SortOrder)"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149289\n"
+"91\n"
+"help.text"
+msgid "<emph>SearchCriterion</emph> is the value searched for in the first column of the array."
+msgstr "<emph>SearchCriterion</emph> অ্যারের প্রথম কলামে যে মান অনুসন্ধান করা হবে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153884\n"
+"92\n"
+"help.text"
+msgid "<emph>Array</emph> is the reference, which is to comprise at least two columns."
+msgstr "<emph>Array</emph> হলো রেফারেন্স, যা কমপক্ষে দুইটি কলাম দ্বারা গঠিত হয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3156005\n"
+"93\n"
+"help.text"
+msgid "<emph>Index</emph> is the number of the column in the array that contains the value to be returned. The first column has the number 1."
+msgstr "<emph>Index</emph> হলো অ্যারের কলাম নম্বর, যাতে প্রদান করা হবে এমন মান রয়েছে। প্রথম কলামের নম্বর হলো ১।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3151208\n"
+"94\n"
+"help.text"
+msgid "<emph>SortOrder</emph> is an optional parameter that indicates whether the first column in the array is sorted in ascending order. Enter the Boolean value FALSE or zero if the first column is not sorted in ascending order. Sorted columns can be searched much faster and the function always returns a value, even if the search value was not matched exactly, if it is between the lowest and highest value of the sorted list. In unsorted lists, the search value must be matched exactly. Otherwise the function will return this message: <emph>Error: Value Not Available</emph>."
+msgstr "<emph>SortOrder</emph> হলো একটি ঐচ্ছিক প্যারামিটার যা বিন্যাসে প্রথক কলামটি আরোহী ক্রমানুসারে সজ্জিত হবে কিনা তা নির্দেশ করে। বুলিয়ান মান FALSE অথবা শূন্য সন্নিবেশ করান যদি প্রথম কলামটি আরোহী ক্রমানুসারে সজ্জিত না হয়। স্তরাকারে সজ্জিত কলাম অধিক দ্রুত অনুসন্ধান করা যায় এবং ফাংশনটি সবসময় একটি মান প্রদান করে, এমনকি যদি অনুসন্ধান মান সঠিকভাবে না মিলে, যদি এইটি সজ্জিত তালিকার সর্বনিম্ন এবং সর্বোচ্চ মানের মধ্যে বিদ্যমান থাকে। এলোমেলো তালিকাতে, অনুসন্ধান মান অবশ্যই সঠিকভাবে মিলতে হবে। অন্যথায় ফাংশনটি এই বার্তাটি প্রদান করবে: <emph>ত্রুটি: মান প্রাপ্তিসাধ্য নয়</emph>।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3147487\n"
+"95\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154129\n"
+"96\n"
+"help.text"
+msgid "You want to enter the number of a dish on the menu in cell A1, and the name of the dish is to appear as text in the neighboring cell (B1) immediately. The Number to Name assignment is contained in the D1:E100 array. D1 contains <item type=\"input\">100</item>, E1 contains the name <item type=\"input\">Vegetable Soup</item>, and so forth, for 100 menu items. The numbers in column D are sorted in ascending order; thus, the optional <item type=\"literal\">SortOrder</item> parameter is not necessary."
+msgstr "ঘর A1 এ মেনুর উপর আপনি ডিশের একটি ক্রম সন্নিবেশ করাতে চান, এবং তাৎ‍ক্ষণিকভাবে প্রতিবেশী ঘর (B1) এ টেক্সট হিসেবে ডিশের নাম আবির্ভূত হবে। নির্দেশিত নাম কাজের ক্রম D1:E100 বিন্যাসে ধরন করে। D1 <item type=\"input\">১০০</item> ধারণ করে, E1 <item type=\"input\">সব্জি সুপ</item> ধারণ করে, এবং ইত্যাকার, ১০০ মেনু উপাদানের জন্য। কলাম D তে ক্রম আরোহী ক্রমানুসারে সজ্জিত হয়; সুতরাং, ঐচ্ছিক <item type=\"literal\">SortOrder</item> প্যারামিটারটি প্রয়োজনীয় নয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3145663\n"
+"97\n"
+"help.text"
+msgid "Enter the following formula in B1:"
+msgstr "নিম্নলিখিত সূত্রটি B1 এ সন্নিবেশ করান:"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3151172\n"
+"98\n"
+"help.text"
+msgid "<item type=\"input\">=VLOOKUP(A1;D1:E100;2)</item>"
+msgstr "<item type=\"input\">=VLOOKUP(A1;D1:E100;2)</item>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149200\n"
+"99\n"
+"help.text"
+msgid "As soon as you enter a number in A1 B1 will show the corresponding text contained in the second column of reference D1:E100. Entering a nonexistent number displays the text with the next number down. To prevent this, enter FALSE as the last parameter in the formula so that an error message is generated when a nonexistent number is entered."
+msgstr "A1 B1 এ একটি ক্রম আপনি সন্নিবেশ করানোর সাথে সাথে D1:E100 reference এর দ্বিতীয় কলামে ধারণকৃত সংশ্লিষ্ট টেক্সট প্রদর্শন করে। অস্তিত্বহীন সংখ্যা সন্নিবেশ নিচের পরবর্তী সংখ্যা সহকারে টেক্সট প্রদর্শন করে। এইটি নিবৃত্ত করার জন্য,সূত্রের শেষ প্যারামিটার হিসেবে FALSE সন্নিবেশ করান যাতে একটি ত্রুটি বার্তা উৎ‍পাদিত হয় যখন একটি অস্তিত্বহীন সংখ্যা সন্নিবেশ করানো হয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3153905\n"
+"help.text"
+msgid "<bookmark_value>sheet numbers; looking up</bookmark_value> <bookmark_value>SHEET function</bookmark_value>"
+msgstr "<bookmark_value>sheet numbers; looking up</bookmark_value> <bookmark_value>SHEET function</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153905\n"
+"215\n"
+"help.text"
+msgid "SHEET"
+msgstr "SHEET"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150309\n"
+"216\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TABELLE\">Returns the sheet number of a reference or a string representing a sheet name.</ahelp> If you do not enter any parameters, the result is the sheet number of the spreadsheet containing the formula."
+msgstr "<ahelp hid=\"HID_FUNC_TABELLE\">একটি রেফারেন্সের শীট নম্বর বা শীটের নাম উল্লেখ করে এমন স্ট্রিং প্রদান করে।</ahelp> আপনি যদি কোনো প্যারামিটার সন্নিবেশ না করান, ফলাফল হিসেবে স্প্রেডশীটের এমন শীট নম্বর উল্লেখ করা হয়, যাতে সূত্র রয়েছে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3148564\n"
+"217\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153095\n"
+"218\n"
+"help.text"
+msgid "SHEET(Reference)"
+msgstr "SHEET(Reference)"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154588\n"
+"219\n"
+"help.text"
+msgid "<emph>Reference</emph> is optional and is the reference to a cell, an area, or a sheet name string."
+msgstr "<emph>Reference</emph> হলো ঐচ্ছিক এবং ঘর, এলাকা বা একটি শীট নামের স্ট্রিংয়ের রেফারেন্স।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3155399\n"
+"220\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3146988\n"
+"221\n"
+"help.text"
+msgid "<item type=\"input\">=SHEET(Sheet2.A1)</item> returns 2 if Sheet2 is the second sheet in the spreadsheet document."
+msgstr "<item type=\"input\">=SHEET(Sheet2.A1)</item> ২ প্রদান করে থাকে যদি পাতা২ স্প্রেডশীট নথির দ্বিতীয় পাতা হয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3148829\n"
+"help.text"
+msgid "<bookmark_value>number of sheets; function</bookmark_value> <bookmark_value>SHEETS function</bookmark_value>"
+msgstr "<bookmark_value>number of sheets; function</bookmark_value> <bookmark_value>SHEETS function</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3148829\n"
+"222\n"
+"help.text"
+msgid "SHEETS"
+msgstr "SHEETS"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3148820\n"
+"223\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TABELLEN\">Determines the number of sheets in a reference.</ahelp> If you do not enter any parameters, it returns the number of sheets in the current document."
+msgstr "<ahelp hid=\"HID_FUNC_TABELLEN\">রেফারেন্সের শীট সংখ্যা নির্ধারণ করে।</ahelp> যদি আপনি কোনো প্যারামিটার সন্নিবেশ না করান, এটা বর্তমান নথির শীট সংখ্যা প্রদান করে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3154220\n"
+"224\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150777\n"
+"225\n"
+"help.text"
+msgid "SHEETS(Reference)"
+msgstr "SHEETS(Reference)"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153060\n"
+"226\n"
+"help.text"
+msgid "<emph>Reference</emph> is the reference to a sheet or an area. This parameter is optional."
+msgstr "<emph>উল্লেখ</emph> হলো একটি শীট বা এলাকার রেফারেন্স। এই প্যারামিটারটি ঐচ্ছিক।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3149766\n"
+"227\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150507\n"
+"228\n"
+"help.text"
+msgid "<item type=\"input\">=SHEETS(Sheet1.A1:Sheet3.G12)</item> returns 3 if Sheet1, Sheet2, and Sheet3 exist in the sequence indicated."
+msgstr "<item type=\"input\">=SHEETS(Sheet1.A1:Sheet3.G12)</item> ৩ প্রদান করে, যদি নির্দেশিত ক্রমে শীট১, শীট২, এবং শীট৩ বিদ্যমান থাকে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3158407\n"
+"help.text"
+msgid "<bookmark_value>MATCH function</bookmark_value>"
+msgstr "<bookmark_value>MATCH function</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3158407\n"
+"101\n"
+"help.text"
+msgid "MATCH"
+msgstr "MATCH"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154896\n"
+"102\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VERGLEICH\">Returns the relative position of an item in an array that matches a specified value.</ahelp> The function returns the position of the value found in the lookup_array as a number."
+msgstr "<ahelp hid=\"HID_FUNC_VERGLEICH\">একটি অ্যারেতে আইটেমের আপেক্ষিক অবস্থান প্রদান করে, যা একটি সুনির্দিষ্ট মানের সাথে মিলে।</ahelp> ফাংশনটি নম্বর হিসেবে lookup_array-তে প্রাপ্ত মানের অবস্থান প্রদান করে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153834\n"
+"103\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3159152\n"
+"104\n"
+"help.text"
+msgid "MATCH(SearchCriterion; LookupArray; Type)"
+msgstr "MATCH(SearchCriterion; LookupArray; Type)"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149336\n"
+"105\n"
+"help.text"
+msgid "<emph>SearchCriterion</emph> is the value which is to be searched for in the single-row or single-column array."
+msgstr "<emph>SearchCriterion</emph> একক-সারি অথবা একক-কলামে যে মান অনুসন্ধান করা হবে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3159167\n"
+"106\n"
+"help.text"
+msgid "<emph>LookupArray</emph> is the reference searched. A lookup array can be a single row or column, or part of a single row or column."
+msgstr "<emph>LookupArray</emph> হলো রেফারেন্স, যা খোঁজা হয়েছিল। একটি লুকআপ অ্যারে একটি একক সারি বা কলাম হতে পারে, বা একক সারি বা কলামের অংশ হতে পারে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3147239\n"
+"107\n"
+"help.text"
+msgid "<emph>Type</emph> may take the values 1, 0, or -1. If Type = 1 or if this optional parameter is missing, it is assumed that the first column of the search array is sorted in ascending order. If Type = -1 it is assumed that the column in sorted in descending order. This corresponds to the same function in Microsoft Excel."
+msgstr "<emph>ধরন</emph> মান ১, ০, অথবা -১ গ্রহণ করতে পারে। যদি ধরন = ১ হয় অথবা যদি এই ঐচ্ছিক প্যারামিটার অনুপস্থিত থাকে, এইটি ধারনা করা হয় যে অনুসন্ধান বিন্যাসের প্রথম কলামটি আরোহী ক্রমানুসারে সজ্জিত হয়। যদি ধরন = -১ এইটি ধারনা করা হয় যে অনুসন্ধান বিন্যাসের প্রথম কলামটি অবরোহী ক্রমানুসারে সজ্জিত হয়। এইটি মাইক্রোসফ্ট এক্সেলে একই ফাংশনে সঙ্গতিপূর্ণ হয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154265\n"
+"231\n"
+"help.text"
+msgid "If Type = 0, only exact matches are found. If the search criterion is found more than once, the function returns the index of the first matching value. Only if Type = 0 can you search for regular expressions."
+msgstr "যদি ধরন = ০ হয়, শুধুমাত্র সঠিক মিল খুঁজে পাওয়া যাবে। যদি একবারের বেশি অনুসন্ধান শ্রেণীবিভাগ পাওয়া যায়, ফাংশনটি প্রথম মিলের মানের ইনডেক্স প্রদান করে।শুধুমাত্র যদি ধরন = ০ হয় আপনি কি রেগুলার এক্সপ্রেশনের জন্য অনুসন্ধান করতে পারেন?"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3147528\n"
+"232\n"
+"help.text"
+msgid "If Type = 1 or the third parameter is missing, the index of the last value that is smaller or equal to the search criterion is returned. This applies even when the search array is not sorted. For Type = -1, the first value that is larger or equal is returned."
+msgstr "যদি ধরন = ১ অথবা তৃতীয় প্যারামিটারটি অনুপস্থিত থাকে, সর্বশেষ মানের ইনডেক্সটি যা অনুসন্ধান শ্রেণীবিভাগের চেয়ে ছোট অথবা সমান তা প্রদান করে। এইটি প্রয়োগ করা হয় এমনকি যখন অনুসন্ধান বিন্যাসটি সজ্জিত হয় না। ধরন = -১ এর জন্য, প্রথম মান যা বড় অথবা সমান প্রদান করে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3155119\n"
+"108\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3155343\n"
+"109\n"
+"help.text"
+msgid "<item type=\"input\">=MATCH(200;D1:D100)</item> searches the area D1:D100, which is sorted by column D, for the value 200. As soon as this value is reached, the number of the row in which it was found is returned. If a higher value is found during the search in the column, the number of the previous row is returned."
+msgstr "<item type=\"input\">=MATCH(200;D1:D100)</item> এলাকা D1:D100 অনুসন্ধান করে, যা কলাম D দ্বারা সজ্জিত হয়, মান ২০০ এর জন্য। মানটিতে পৌঁছানোর সাথে সাথে, সারির ক্রম যার মধ্যে এইটি পাওয়া যায় তা প্রদান করে। যদি স্তম্বে অনুসন্ধান করার সময় একটি উচ্চতর মান পাওয়া যায়, পূর্বের সারির ক্রম প্রদান করে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3158430\n"
+"help.text"
+msgid "<bookmark_value>OFFSET function</bookmark_value>"
+msgstr "<bookmark_value>OFFSET function</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3158430\n"
+"111\n"
+"help.text"
+msgid "OFFSET"
+msgstr "OFFSET"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149167\n"
+"112\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VERSCHIEBUNG\">Returns the value of a cell offset by a certain number of rows and columns from a given reference point.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_VERSCHIEBUNG\">একটি প্রদত্ত রেফারেন্স হতে কিছু সারি এবং কলাম সংখ্যা দ্বারা ঘর অফসেটের মান প্রদান করে।</ahelp>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3146952\n"
+"113\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3159194\n"
+"114\n"
+"help.text"
+msgid "OFFSET(Reference; Rows; Columns; Height; Width)"
+msgstr "OFFSET(Reference; Rows; Columns; Height; Width)"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3152360\n"
+"115\n"
+"help.text"
+msgid "<emph>Reference</emph> is the reference from which the function searches for the new reference."
+msgstr "<emph>Reference</emph> হলো এমন একটি রেফারেন্স, যা হতে ফাংশন নতুন রেফারেন্স অনুসন্ধান করে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3156032\n"
+"116\n"
+"help.text"
+msgid "<emph>Rows</emph> is the number of rows by which the reference was corrected up (negative value) or down."
+msgstr "<emph>সারি</emph> হলো সারির সংখ্যা যা দ্বারা reference টি উপরে অথবা নিচে সঠিক (ঋনাত্বক মান) করা হয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3166458\n"
+"117\n"
+"help.text"
+msgid "<emph>Columns</emph> (optional) is the number of columns by which the reference was corrected to the left (negative value) or to the right."
+msgstr "<emph>Columns</emph> (ঐচ্ছিক) কলামের সংখ্যা, যা দ্বারা রেফারেন্স বামে (ঋনাত্মক মান) বা ডানে ঠিক করা হয়েছিল।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150708\n"
+"118\n"
+"help.text"
+msgid "<emph>Height</emph> (optional) is the vertical height for an area that starts at the new reference position."
+msgstr "<emph>Height</emph> (ঐচ্ছিক) হলো একটি এলাকার জন্য উল্লম্ব উচ্চতা, যা নতুন রেফারেন্স অবস্থানে শুরু হয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3147278\n"
+"119\n"
+"help.text"
+msgid "<emph>Width</emph> (optional) is the horizontal width for an area that starts at the new reference position."
+msgstr "<emph>Width</emph> (ঐচ্ছিক) হলো একটি এলাকার জন্য অনুভূমিক প্রস্থ, যা নতুন রেফারেন্স অবস্থানে শুরু হয়।"
+
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"par_id8662373\n"
+"help.text"
+msgid "Arguments <emph>Rows</emph> and <emph>Columns</emph> must not lead to zero or negative start row or column."
+msgstr "আর্গুমেন্টের <emph>Height</emph> এবং <emph>Width</emph> অবশ্যই সারি বা কলামের শূন্য অথবা ঋনাত্মক গণনার নেতৃত্ব দেয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id9051484\n"
+"help.text"
+msgid "Arguments <emph>Height</emph> and <emph>Width</emph> must not lead to zero or negative count of rows or columns."
+msgstr "আর্গুমেন্টের <emph>Height</emph> এবং <emph>Width</emph> অবশ্যই সারি বা কলামের শূন্য অথবা ঋনাত্মক গণনার নেতৃত্ব দেয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN1104B\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3155586\n"
+"120\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149744\n"
+"121\n"
+"help.text"
+msgid "<item type=\"input\">=OFFSET(A1;2;2)</item> returns the value in cell C3 (A1 moved by two rows and two columns down). If C3 contains the value <item type=\"input\">100</item> this function returns the value 100."
+msgstr "<item type=\"input\">=OFFSET(A1;2;2)</item> C3 ঘরে মান প্রদান করে (A1 দুইটি সারি বা দুইটি কলাম নিচে সরানো হয়েছে)। যদি C3 ঘরে <item type=\"input\">১০০</item> থাকে, ফাংশনটি ১০০ প্রদান করে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id7439802\n"
+"help.text"
+msgid "<item type=\"input\">=OFFSET(B2:C3;1;1)</item> returns a reference to B2:C3 moved down by 1 row and one column to the right (C3:D4)."
+msgstr "<item type=\"input\">=OFFSET(B2:C3;1;1)</item> B2:C3 এ রেফারেন্স প্রদান করে, যা এক সারি নিচে এবং এক কলাম ডানে (C3:D4) সরানো হয়েছে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3009430\n"
+"help.text"
+msgid "<item type=\"input\">=OFFSET(B2:C3;-1;-1)</item> returns a reference to B2:C3 moved up by 1 row and one column to the left (A1:B2)."
+msgstr "<item type=\"input\">=OFFSET(B2:C3;-1;-1)</item> B2:C3 তে একটি রেফারেন্স প্রদান করে যা বামে ১ সারি এবং এক কলাম (A1:B2) উপরে সরায়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id2629169\n"
+"help.text"
+msgid "<item type=\"input\">=OFFSET(B2:C3;0;0;3;4)</item> returns a reference to B2:C3 resized to 3 rows and 4 columns (B2:E4)."
+msgstr "<item type=\"input\">=OFFSET(B2:C3;0;0;3;4)</item> B2:C3 তে একটি রেফারেন্স প্রদান করে যা ৩ সারি এবং ৪ কলাম (B2:E4) এ পুনরায় আকৃতিপ্রাপ্ত হয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id6668599\n"
+"help.text"
+msgid "<item type=\"input\">=OFFSET(B2:C3;1;0;3;4)</item> returns a reference to B2:C3 moved down by one row resized to 3 rows and 4 columns (B2:E4)."
+msgstr "<item type=\"input\">=OFFSET(B2:C3;1;0;3;4)</item> B2:C3 এ রেফারেন্স প্রদান করে, যার আকার নিচের দিকে এক সারি বৃদ্ধি করে ৩টি সারি এবং ৪টি কলামে (B2:E4) পরিবর্তন করা হয়েছে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153739\n"
+"122\n"
+"help.text"
+msgid "<item type=\"input\">=SUM(OFFSET(A1;2;2;5;6))</item> determines the total of the area that starts in cell C3 and has a height of 5 rows and a width of 6 columns (area=C3:H7)."
+msgstr "<item type=\"input\">=SUM(OFFSET(A1;2;2;5;6))</item>, এলাকার পরিমাণ নির্ধারণ করে, যা C3 ঘর থেকে শুরু হয় এবং উচ্চতা ৫টি সারি বিশিষ্ট এবং প্রস্থ ৬টি কলাম বিশিষ্ট (এলাকা=C3:H7)।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3159273\n"
+"help.text"
+msgid "<bookmark_value>LOOKUP function</bookmark_value>"
+msgstr "<bookmark_value>LOOKUP function</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3159273\n"
+"123\n"
+"help.text"
+msgid "LOOKUP"
+msgstr "LOOKUP"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153389\n"
+"124\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VERWEIS\">Returns the contents of a cell either from a one-row or one-column range.</ahelp> Optionally, the assigned value (of the same index) is returned in a different column and row. As opposed to <link href=\"text/scalc/01/04060109.xhp\" name=\"VLOOKUP\">VLOOKUP</link> and <link href=\"text/scalc/01/04060109.xhp\" name=\"HLOOKUP\">HLOOKUP</link>, search and result vector may be at different positions; they do not have to be adjacent. Additionally, the search vector for the LOOKUP must be sorted ascending, otherwise the search will not return any usable results."
+msgstr "<ahelp hid=\"HID_FUNC_VERWEIS\">হয় এক-সারি অথবা এক-কলাম পরিসর হতে একটি ঘরের উপাদান প্রদান করে।</ahelp> ঐচ্ছিকভাবে, বরাদ্দকৃত মান (একই ইনডেক্সের) বিভিন্ন কলাম অথবা সারিতে প্রদান করে। বিপরীত হিসেবে <link href=\"text/scalc/01/04060109.xhp\" name=\"VLOOKUP\">VLOOKUP</link> এবং <link href=\"text/scalc/01/04060109.xhp\" name=\"HLOOKUP\">HLOOKUP</link>, অনুসন্ধান এবং ফলাফল ভেক্টর একটি ভিন্ন অবস্থানে থাকতে পারে; তাদের নিকটবর্তী হওয়ার কোন প্রয়োজন নেই। অতিরিক্ত হিসেবে,LOOKUP এর জন্য অনুসন্ধান ভেক্টর অবশ্যই আরোহী ক্রমানুসারে সজ্জিত হবে, অন্যথায় অনুসন্ধানটি কোন ব্যবহারযোগ্য ফলাফল প্রদান করবে না।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id4484084\n"
+"help.text"
+msgid "If LOOKUP cannot find the search criterion, it matches the largest value in the search vector that is less than or equal to the search criterion."
+msgstr "যদি LOOKUP অনুসন্ধান নির্ণায়ক খুঁজে না পায়, এটা অনুসন্ধান ভেক্টরের এমন সর্বোচ্চ মানের সাথে সমন্বয় করে, যা অনুসন্ধান নির্ণায়ক অপেক্ষা ছোট বা সমান।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3152947\n"
+"125\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154104\n"
+"126\n"
+"help.text"
+msgid "LOOKUP(SearchCriterion; SearchVector; ResultVector)"
+msgstr "LOOKUP(SearchCriterion; SearchVector; ResultVector)"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150646\n"
+"127\n"
+"help.text"
+msgid "<emph>SearchCriterion</emph> is the value to be searched for; entered either directly or as a reference."
+msgstr "<emph>SearchCriterion</emph> হলো এমন মান, যা খোঁজা হবে; যা হয় সরাসরি বা রেফারেন্স হিসেবে সন্নিবেশ করা হয়েছিল।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154854\n"
+"128\n"
+"help.text"
+msgid "<emph>SearchVector</emph> is the single-row or single-column area to be searched."
+msgstr "<emph>SearchVector</emph> হলো একক-সারি বা একক-কলাম এলাকা, যা অনুসন্ধান করা হবে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149925\n"
+"129\n"
+"help.text"
+msgid "<emph>ResultVector</emph> is another single-row or single-column range from which the result of the function is taken. The result is the cell of the result vector with the same index as the instance found in the search vector."
+msgstr "<emph>ResultVector</emph> হলো অন্য একটি একক-সারি বা একক-কলাম, যা হতে ফাংশনের ফলাফল গ্রহণ করা হয়। ফলাফলটি অনুসন্ধান ভেক্টরে পাওয়া উদাহারণের মতো একই ইনডেক্স সহ ফলাফল ভেক্টরের ঘর।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3148624\n"
+"130\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149809\n"
+"131\n"
+"help.text"
+msgid "<item type=\"input\">=LOOKUP(A1;D1:D100;F1:F100)</item> searches the corresponding cell in range D1:D100 for the number you entered in A1. For the instance found, the index is determined, for example, the 12th cell in this range. Then, the contents of the 12th cell are returned as the value of the function (in the result vector)."
+msgstr "<item type=\"input\">=LOOKUP(A1;D1:D100;F1:F100)</item>, A1 এ আপনার সন্নিবেশকৃত সংখ্যার জন্য D1:D100 পরিসরের সংশ্লিষ্ট ঘর অনুসন্ধান করে। খুঁজে পাওয়া উদাহরণের জন্য, ইনডেক্স নির্ধারণ করা হয়েছে, যেমন, এই পরিসরের ১২তম ঘর। তারপর, ১২তম ঘরের বিষয়বস্তু ফাংশনের মান হিসেবে প্রদান করা হয় (ফলাফল ভেক্টরে)।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3149425\n"
+"help.text"
+msgid "<bookmark_value>STYLE function</bookmark_value>"
+msgstr "<bookmark_value>STYLE function</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3149425\n"
+"133\n"
+"help.text"
+msgid "STYLE"
+msgstr "STYLE"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150826\n"
+"134\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VORLAGE\">Applies a style to the cell containing the formula.</ahelp> After a set amount of time, another style can be applied. This function always returns the value 0, allowing you to add it to another function without changing the value. Together with the CURRENT function you can apply a color to a cell regardless of the value. For example: =...+STYLE(IF(CURRENT()>3;\"red\";\"green\")) applies the style \"red\" to the cell if the value is greater than 3, otherwise the style \"green\" is applied. Both cell formats have to be defined beforehand."
+msgstr "<ahelp hid=\"HID_FUNC_VORLAGE\">সূত্র ধারণকারী ঘরে একটি শৈলী প্রয়োগ করে।</ahelp>সময়ের সেট পরিমানের পর, অন্য শৈলী প্রয়োগ করা যেতে পারে। এই ফাংশনটি সবসময় মান ০ প্রদান করে,মান পরিবর্তন ব্যতীত অন্য ফাংশনে এইটি সংযুক্তি অনুমোদন করে। CURRENT ফাংশনের সাথে আপনি ঘরে একটি বর্ণ মানের পরোয়া না করে প্রয়োগ করতে পারেন। উদাহরনস্বরূপ: =...+STYLE(IF(CURRENT()>3;\"red\";\"green\")) ঘরে শৈলী \"red\" প্রয়োগ করে যদি মান ৩ এর চাইতে বড় হয়,অন্যথায় শৈলী \"green\" প্রয়োগ করা হয়। পূর্বে উভয় ঘর বিন্যাস সংজ্ঞায়িত করতে হবে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3145373\n"
+"135\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149302\n"
+"136\n"
+"help.text"
+msgid "STYLE(\"Style\"; Time; \"Style2\")"
+msgstr "STYLE(\"Style\"; Time; \"Style2\")"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150596\n"
+"137\n"
+"help.text"
+msgid "<emph>Style</emph> is the name of a cell style assigned to the cell. Style names must be entered in quotation marks."
+msgstr "<emph>Style</emph> হলো ঘরে নির্ধারিত ঘরের শৈলীর নাম। শৈলীর নাম অবশ্যই উদ্ধৃতি চিহ্নের মধ্যে সন্নিবেশ করাতে হবে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3156149\n"
+"138\n"
+"help.text"
+msgid "<emph>Time</emph> is an optional time range in seconds. If this parameter is missing the style will not be changed after a certain amount of time has passed."
+msgstr "<emph>Time</emph> হলো ঐচ্ছিক সময় পরিসর, যা সেকেন্ডে নির্ধারিত। যদি এই প্যারামিটারটি অনুপস্থিত থাকে, একটি নির্দিষ্ট সময় অতিক্রম করার পরে শৈলীটি পরিবর্তিত হবে না।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149520\n"
+"139\n"
+"help.text"
+msgid "<emph>Style2</emph> is the optional name of a cell style assigned to the cell after a certain amount of time has passed. If this parameter is missing \"Default\" is assumed."
+msgstr "<emph>Style2</emph> হলো ঘর শৈলীর ঐচ্ছিক নাম, যা একটি নির্দিষ্ট সময় অতিক্রমের পর ঘরে নির্ধারণ করা হয়েছে। যদি এই প্যারামিটারটি অনুপস্থিত থাকে, \"Default\" হিসেবে ধরে নেওয়া হয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN111CA\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3159254\n"
+"140\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3151374\n"
+"141\n"
+"help.text"
+msgid "<item type=\"input\">=STYLE(\"Invisible\";60;\"Default\")</item> formats the cell in transparent format for 60 seconds after the document was recalculated or loaded, then the Default format is assigned. Both cell formats have to be defined beforehand."
+msgstr "<item type=\"input\">=STYLE(\"Invisible\";60;\"Default\")</item>, নথিটি পুনঃগণনা বা লোড করার পরে ৬০ সেকেন্ডের জন্য ঘরটি স্বচ্ছ বিন্যাসে বিন্যাস করে, তারপর পূর্বনির্ধারিত বিন্যাস নির্ধারণ করা হয়। উভয় ঘরের বিন্যাস আগেই নির্ধারণ করতে হবে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id8056886\n"
+"help.text"
+msgid "Since STYLE() has a numeric return value of zero, this return value gets appended to a string. This can be avoided using T() as in the following example"
+msgstr "যেহেতু STYLE() এর সংখ্যাসূচক প্রদান মান শূন্য রয়েছে, এই প্রদান মানটি স্ট্রিংয়ের সাথে সংযুক্ত করা হয়। নিম্নের উদাহরণের মতো T() ব্যবহার করে এটা পরিহার করা যেতে পারে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3668935\n"
+"help.text"
+msgid "<item type=\"input\">=\"Text\"&T(STYLE(\"myStyle\"))</item>"
+msgstr "<item type=\"input\">=\"Text\"&T(STYLE(\"myStyle\"))</item>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3042085\n"
+"help.text"
+msgid "See also CURRENT() for another example."
+msgstr "অন্য একটি উদাহরণের জন্য CURRENT() ও দেখুন।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3150430\n"
+"help.text"
+msgid "<bookmark_value>CHOOSE function</bookmark_value>"
+msgstr "<bookmark_value>CHOOSE function</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3150430\n"
+"142\n"
+"help.text"
+msgid "CHOOSE"
+msgstr "CHOOSE"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3143270\n"
+"143\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WAHL\">Uses an index to return a value from a list of up to 30 values.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_WAHL\">সর্বোচ্চ ৩০টি মানের তালিকা হতে একটি মান প্রদান করতে একটি ইনডেক্স ব্যবহার করে।</ahelp>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153533\n"
+"144\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3155425\n"
+"145\n"
+"help.text"
+msgid "CHOOSE(Index; Value1; ...; Value30)"
+msgstr "CHOOSE(Index; Value1; ...; Value30)"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3144755\n"
+"146\n"
+"help.text"
+msgid "<emph>Index</emph> is a reference or number between 1 and 30 indicating which value is to be taken from the list."
+msgstr "<emph>Index</emph> হলো একটি রেফারেন্স বা ১ এবং ৩০ এর মধ্যবর্তী একটি সংখ্যা, যা নির্দেশ করে যে কোন মানটি তালিকা থেকে নেয়া হবে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149939\n"
+"147\n"
+"help.text"
+msgid "<emph>Value1...Value30</emph> is the list of values entered as a reference to a cell or as individual values."
+msgstr "<emph>Value1...Value30</emph> হলো মানের তালিকা, যা ঘরের রেফারেন্স হিসেবে বা পৃথক মান হিসেবে সন্নিবেশ করা হয়েছিল।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3151253\n"
+"148\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150625\n"
+"149\n"
+"help.text"
+msgid "<item type=\"input\">=CHOOSE(A1;B1;B2;B3;\"Today\";\"Yesterday\";\"Tomorrow\")</item>, for example, returns the contents of cell B2 for A1 = 2; for A1 = 4, the function returns the text \"Today\"."
+msgstr "<item type=\"input\">=CHOOSE(A1;B1;B2;B3;\"Today\";\"Yesterday\";\"Tomorrow\")</item>, উদাহরণস্বরূপ, A1 = ২ হলে, B2 এর বিষয়বস্তু প্রদান করে; A1 = ৪ হলে, ফাংশনটি টেক্সট \"Today\" প্রদান করে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3151001\n"
+"help.text"
+msgid "<bookmark_value>HLOOKUP function</bookmark_value>"
+msgstr "<bookmark_value>HLOOKUP function</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3151001\n"
+"151\n"
+"help.text"
+msgid "HLOOKUP"
+msgstr "HLOOKUP"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3148688\n"
+"152\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WVERWEIS\">Searches for a value and reference to the cells below the selected area.</ahelp> This function verifies if the first row of an array contains a certain value. The function returns then the value in a row of the array, named in the <emph>Index</emph>, in the same column."
+msgstr "<ahelp hid=\"HID_FUNC_WVERWEIS\">নির্বাচিত এলাকার নিচে ঘরে একটি মান এবং reference এর জন্য অনুসন্ধান করে।</ahelp> এই ফাংশনটি যাচাই করে যদি বিন্যাসের প্রথম সারিটি একটি নির্দিষ্ট মান ধারণ করে। ফাংশনটি ফলাফল প্রদান করে তারপর বিন্যাসের সারির মান, <emph>ইনডেক্স</emph> তে নামাঙ্কিত করা হয়, একই কলামে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3154661\n"
+"153\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3146070\n"
+"154\n"
+"help.text"
+msgid "HLOOKUP(SearchCriteria; Array; Index; Sorted)"
+msgstr "HLOOKUP(SearchCriteria; Array; Index; Sorted)"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3148672\n"
+"155\n"
+"help.text"
+msgid "See also:<link href=\"text/scalc/01/04060109.xhp\" name=\"VLOOKUP\">VLOOKUP</link> (columns and rows are exchanged)"
+msgstr "আরও দেখুন:<link href=\"text/scalc/01/04060109.xhp\" name=\"VLOOKUP\">VLOOKUP</link> (কলাম এবং সারি বিনিময় করা হয়েছে)"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3147321\n"
+"help.text"
+msgid "<bookmark_value>ROW function</bookmark_value>"
+msgstr "<bookmark_value>ROW function</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3147321\n"
+"157\n"
+"help.text"
+msgid "ROW"
+msgstr "ROW"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154564\n"
+"203\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZEILE\">Returns the row number of a cell reference.</ahelp> If the reference is a cell, it returns the row number of the cell. If the reference is a cell range, it returns the corresponding row numbers in a one-column <link href=\"text/scalc/01/04060107.xhp#wasmatrix\" name=\"Array\">Array</link> if the formula is entered <link href=\"text/scalc/01/04060107.xhp#somatrixformel\" name=\"as an array formula\">as an array formula</link>. If the ROW function with a range reference is not used in an array formula, only the row number of the first range cell will be returned."
+msgstr "<ahelp hid=\"HID_FUNC_ZEILE\">ঘরের রেফারেন্সের সারি নম্বর প্রদান করে।</ahelp> যদি রেফারেন্সটি ঘর হয়, এটা ঘরের সারি নম্বর প্রদান করে। যদি রেফারেন্স ঘরের পরিসর হয়, এটা সংশ্লিষ্ট সারি নম্বর এক-কলামে প্রদান করে। <link href=\"text/scalc/01/04060107.xhp#wasmatrix\" name=\"Array\">অ্যারে</link>, যদি সূত্রটি <link href=\"text/scalc/01/04060107.xhp#somatrixformel\" name=\"as an array formula\">অ্যারে সূত্র হিসেবে</link> সন্নিবেশ করানো হয়। যদি পরিসরের রেফারেন্স যুক্ত ROW ফাংশনটি অ্যারে সূত্রে ব্যবহার করা না হয়, শুধুমাত্র প্রথম পরিসরের ঘরের সারি সংখ্যা প্রদান করা হবে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3158439\n"
+"159\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154916\n"
+"160\n"
+"help.text"
+msgid "ROW(Reference)"
+msgstr "ROW(Reference)"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3156336\n"
+"161\n"
+"help.text"
+msgid "<emph>Reference</emph> is a cell, an area, or the name of an area."
+msgstr "<emph>Reference</emph> হলো একটি ঘর, একটি এলাকা বা একটি এলাকার নাম।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3151109\n"
+"204\n"
+"help.text"
+msgid "If you do not indicate a reference, the row number of the cell in which the formula is entered will be found. <item type=\"productname\">%PRODUCTNAME</item> Calc automatically sets the reference to the current cell."
+msgstr "যদি আপনি একটি রেফারেন্স নির্দেশ না করেন, সূত্র সন্নিবেশ করা হয় এমন ঘরের সারি সংখ্যা খোঁজা হবে। <item type=\"productname\">%PRODUCTNAME</item> ক্যালক স্বয়ংক্রিয়ভাবে বর্তমান ঘরের রেফারেন্স নির্ধারণ করে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3155609\n"
+"162\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154830\n"
+"205\n"
+"help.text"
+msgid "<item type=\"input\">=ROW(B3)</item> returns 3 because the reference refers to the third row in the table."
+msgstr "<item type=\"input\">=ROW(B3)</item> ৩ প্রদান করে, কারণ রেফারেন্সটি টেবিলের তৃতীয় সারিকে উল্লেখ করে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3147094\n"
+"206\n"
+"help.text"
+msgid "<item type=\"input\">{=ROW(D5:D8)}</item> returns the single-column array (5, 6, 7, 8) because the reference specified contains rows 5 through 8."
+msgstr "<item type=\"input\">{=ROW(D5:D8)}</item> একক-কলাম অ্যারে (৫, ৬, ৭, ৮) প্রদান করে, কারণ উল্লেখিত রেফারেন্সে ৫ হতে ৮ পর্যন্ত সারি রয়েছে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153701\n"
+"207\n"
+"help.text"
+msgid "<item type=\"input\">=ROW(D5:D8)</item> returns 5 because the ROW function is not used as array formula and only the number of the first row of the reference is returned."
+msgstr "<item type=\"input\">=ROW(D5:D8)</item> ৫ প্রদান করে, কারণ ROW ফাংশনটি অ্যারে সূত্র হিসেবে ব্যবহৃত হয় না এবং শুধুমাত্র রেফারেন্সের প্রথম সারির সংখ্যা প্রদান করা হয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150996\n"
+"208\n"
+"help.text"
+msgid "<item type=\"input\">{=ROW(A1:E1)}</item> and <item type=\"input\">=ROW(A1:E1)</item> both return 1 because the reference only contains row 1 as the first row in the table. (Because single-row areas only have one row number it does not make any difference whether or not the formula is used as an array formula.)"
+msgstr "<item type=\"input\">{=ROW(A1:E1)}</item> এবং <item type=\"input\">=ROW(A1:E1)</item> উভয়ই 1 প্রদান করে থাকে কারণ রেফারেন্সটি সারণির প্রথম সারি হিসেবে সারি ১ ধারণ করে থাকে। (কারণ একক সারি এলাকার শুধুমাত্র একটি সারি সংখ্যা রয়েছে, সূত্রটি অ্যারে সূত্র হিসেবে ব্যবহার করা হলে বা না হলে কোন পার্থক্য হয় না।)"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153671\n"
+"209\n"
+"help.text"
+msgid "<item type=\"input\">=ROW()</item> returns 3 if the formula was entered in row 3."
+msgstr "<item type=\"input\">=ROW()</item> ৩ প্রদান করে, যদি সূত্রটি ৩নং সারিতে সন্নিবেশ করা হয়ে থাকে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153790\n"
+"210\n"
+"help.text"
+msgid "<item type=\"input\">{=ROW(Rabbit)}</item> returns the single-column array (1, 2, 3) if \"Rabbit\" is the named area (C1:D3)."
+msgstr "<item type=\"input\">{=ROW(Rabbit)}</item> একক-কলাম অ্যারে (১, ২, ৩) প্রদান করে, যদি এলাকার (C1:D3) নাম \"Rabbit\" হয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3145772\n"
+"help.text"
+msgid "<bookmark_value>ROWS function</bookmark_value>"
+msgstr "<bookmark_value>ROWS function</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3145772\n"
+"166\n"
+"help.text"
+msgid "ROWS"
+msgstr "ROWS"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3148971\n"
+"167\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZEILEN\">Returns the number of rows in a reference or array.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ZEILEN\">রেফারেন্স বা অ্যারেতে সারির সংখ্যা প্রদান করে।</ahelp>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3156051\n"
+"168\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154357\n"
+"169\n"
+"help.text"
+msgid "ROWS(Array)"
+msgstr "ROWS(Array)"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3155942\n"
+"170\n"
+"help.text"
+msgid "<emph>Array</emph> is the reference or named area whose total number of rows is to be determined."
+msgstr "<emph>Array</emph> হলো রেফারেন্স বা নামযুক্ত এলাকা, যার সর্বমোট সারি সংখ্যা নির্ধারণ করা হবে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3155869\n"
+"171\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154725\n"
+"212\n"
+"help.text"
+msgid "<item type=\"input\">=Rows(B5)</item> returns 1 because a cell only contains one row."
+msgstr "<item type=\"input\">=Rows(B5)</item> ১ প্রদান করে, কারণ একটি ঘরে শুধুমাত্র একটি সারি থাকে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150102\n"
+"172\n"
+"help.text"
+msgid "<item type=\"input\">=ROWS(A10:B12)</item> returns 3."
+msgstr "<item type=\"input\">=ROWS(A10:B12)</item> ৩ প্রদান করে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3155143\n"
+"213\n"
+"help.text"
+msgid "<item type=\"input\">=ROWS(Rabbit)</item> returns 3 if \"Rabbit\" is the named area (C1:D3)."
+msgstr "<item type=\"input\">=ROWS(Rabbit)</item> ৩ প্রদান করে, যদি এলাকার (C1:D3) নাম \"Rabbit\" হয়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id9959410\n"
+"help.text"
+msgid "<bookmark_value>HYPERLINK function</bookmark_value>"
+msgstr "<bookmark_value>HYPERLINK function</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN11798\n"
+"help.text"
+msgid "HYPERLINK"
+msgstr "HYPERLINK"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN117F1\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_HYPERLINK\">When you click a cell that contains the HYPERLINK function, the hyperlink opens.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_HYPERLINK\">আপনি যখন HYPERLINK ফাংশন রয়েছে এমন একটি ঘরে ক্লিক করেন, হাইপারলিংক খোলে যায়।</ahelp>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN11800\n"
+"help.text"
+msgid "If you use the optional <emph>CellText</emph> parameter, the formula locates the URL, and then displays the text or number."
+msgstr "আপনি যদি এচ্ছিক প্যারামিটার <emph>CellText</emph> ব্যবহার করেন, সূত্রটি URL নির্দেশ করে থাকে, এবং তারপর পাঠ্য অথবা সংখ্যা প্রদর্শন করে থাকে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN11803\n"
+"help.text"
+msgid "To open a hyperlinked cell with the keyboard, select the cell, press F2 to enter the Edit mode, move the cursor in front of the hyperlink, press Shift+F10, and then choose <emph>Open Hyperlink</emph>."
+msgstr "কীবোর্ড দিয়ে হাইপারলিংক যুক্ত ঘর খুলতে, ঘর নির্বাচন করুন, সম্পাদনা মোডে সন্নিবেশ করার জন্য F2 চাপুন, হাইপারলিংকের সামনে কার্সারটি নিয়ে যান, Shift+F10 চাপুন, এবং তারপর <emph>হাইপারলিংক খোলা হবে</emph> নির্বাচন করুন।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN1180A\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN1180E\n"
+"help.text"
+msgid "HYPERLINK(\"URL\") or HYPERLINK(\"URL\"; \"CellText\")"
+msgstr "HYPERLINK(\"URL\") অথবা HYPERLINK(\"URL\"; \"CellText\")"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN11811\n"
+"help.text"
+msgid "<emph>URL</emph> specifies the link target. The optional <emph>CellText</emph> parameter is the text or a number that is displayed in the cell and will be returned as the result. If the <emph>CellText</emph> parameter is not specified, the <emph>URL</emph> is displayed in the cell text and will be returned as the result."
+msgstr "<emph>URL</emph> লিঙ্ক লক্ষ্য উল্লেখ করে থাকে। ঐচ্ছিক <emph>CellText</emph> প্যারামিটারটি হলো একটি পাঠ্য অথবা সংখ্যা যা ঘরে প্রদর্শিত হয় এবং ফলাফল হিসেবে প্রদান করে থাকে। যদি <emph>CellText</emph> প্যারামিটারটি উল্লেখ করা না হয়, তাহলে <emph>URL</emph> টি একটি ঘরের পাঠ্যে প্রদর্শিত হয় এবং ফলাফল হিসেবে প্রদান হবে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id0907200912224576\n"
+"help.text"
+msgid "The number 0 is returned for empty cells and matrix elements."
+msgstr "ফাঁকা ঘর এবং ম্যাট্রিক্স এলিমেন্টের জন্য ০ প্রদান করে থাকে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN11823\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN11827\n"
+"help.text"
+msgid "<item type=\"input\">=HYPERLINK(\"http://www.example.org\")</item> displays the text \"http://www.example.org\" in the cell and executes the hyperlink http://www.example.org when clicked."
+msgstr "<item type=\"input\">=HYPERLINK(\"http://www.example.org\")</item>, ঘরে \"http://www.example.org\" টেক্সট প্রদর্শন করে এবং ক্লিক করা হলে http://www.example.org হাইপারলিংক কার্যকর করে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN1182A\n"
+"help.text"
+msgid "<item type=\"input\">=HYPERLINK(\"http://www.example.org\";\"Click here\")</item> displays the text \"Click here\" in the cell and executes the hyperlink http://www.example.org when clicked."
+msgstr "<item type=\"input\">=HYPERLINK(\"http://www.example.org\";\"Click here\")</item> ঘরে \"Click here\" টেক্সট প্রদর্শন করে এবং ক্লিক করা হলে http://www.example.org হাইপারলিংক কার্যকর করে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id0907200912224534\n"
+"help.text"
+msgid "=HYPERLINK(\"http://www.example.org\";12345) displays the number 12345 and executes the hyperlink http://www.example.org when clicked."
+msgstr "=HYPERLINK(\"http://www.example.org\";12345) ১২৩৪৫ প্রদর্শন করে হাইপারলিঙ্ক http://www.example.org ক্লিক করলে তা চালু করে থাকে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN1182D\n"
+"help.text"
+msgid "<item type=\"input\">=HYPERLINK($B4)</item> where cell B4 contains <item type=\"input\">http://www.example.org</item>. The function adds http://www.example.org to the URL of the hyperlink cell and returns the same text which is used as formula result."
+msgstr "<item type=\"input\">=HYPERLINK($B4)</item>, যেখানে B4 ঘরে <item type=\"input\">http://www.example.org</item> থাকে। ফাংশনটি হাইপারলিংক ঘরের URL এ http://www.example.org যোগ করে এবং সূত্রের ফলাফল হিসেবে ব্যাবহৃত একই টেক্সট প্রদান করে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN11830\n"
+"help.text"
+msgid "<item type=\"input\">=HYPERLINK(\"http://www.\";\"Click \") & \"example.org\"</item> displays the text Click example.org in the cell and executes the hyperlink http://www.example.org when clicked."
+msgstr "<item type=\"input\">=HYPERLINK(\"http://www.\";\"Click \") & \"example.org\"</item> ঘরের \"example.org ক্লিক করুন\" টেক্সট প্রদর্শন করে এবং ক্লিক করা হলে http://www.example.org হাইপারলিংক কার্যকর করে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id8859523\n"
+"help.text"
+msgid "<item type=\"input\">=HYPERLINK(\"#Sheet1.A1\";\"Go to top\")</item> displays the text Go to top and jumps to cell Sheet1.A1 in this document."
+msgstr "<item type=\"input\">=HYPERLINK(\"#Sheet1.A1\";\"Go to top\")</item>, \"Go to top\" টেক্সট প্রদর্শন করে এবং এই নথির Sheet1.A1 ঘরে গমন করে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id2958769\n"
+"help.text"
+msgid "<item type=\"input\">=HYPERLINK(\"file:///C:/writer.odt#Specification\";\"Go to Writer bookmark\")</item>displays the text Go to Writer bookmark, loads the specified text document and jumps to bookmark \"Specification\"."
+msgstr "<item type=\"input\">=HYPERLINK(\"file:///C:/writer.odt#Specification\";\"Go to Writer bookmark\")</item>Go to Writer bookmark লেখাটি প্রদান করে, উল্লেখিত পাঠ্য নথিটি লোড করে এবং বুকমার্ক \"Specification\" এ সরাসরি চলে যায়।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id7682424\n"
+"help.text"
+msgid "<bookmark_value>GETPIVOTDATA function</bookmark_value>"
+msgstr "<bookmark_value>GETPIVOTDATA function</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3747062\n"
+"help.text"
+msgid "GETPIVOTDATA"
+msgstr "GETPIVOTDATA"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3593859\n"
+"help.text"
+msgid "<ahelp hid=\".\">The GETPIVOTDATA function returns a result value from a pivot table. The value is addressed using field and item names, so it remains valid if the layout of the pivot table changes.</ahelp>"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id9741508\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id909451\n"
+"help.text"
+msgid "Two different syntax definitions can be used:"
+msgstr "দুইটি ভিন্ন সিনট্যাক্স সংজ্ঞা ব্যবহার করা যেতে পারে:"
+
+#: 04060109.xhp
+#, fuzzy
+msgctxt ""
+"04060109.xhp\n"
+"par_id1665089\n"
+"help.text"
+msgid "GETPIVOTDATA(TargetField; pivot table; [ Field 1; Item 1; ... ])"
+msgstr "GETPIVOTDATA(TargetField; DataPilot; [ Field 1; Item 1; ... ])"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id4997100\n"
+"help.text"
+msgid "GETPIVOTDATA(pivot table; Constraints)"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1672109\n"
+"help.text"
+msgid "The second syntax is assumed if exactly two parameters are given, of which the first parameter is a cell or cell range reference. The first syntax is assumed in all other cases. The Function Wizard shows the first syntax."
+msgstr "যদি দুইটি প্যারামিটার উল্লেখ করা হয়, দ্বিতীয় সিনট্যাক্সটি ধরে নেওয়া হয়েছে, যার প্রথম প্যারামিটার হলো ঘর বা ঘর পরিসরের রেফারেন্স। অন্য সব ক্ষেত্রে প্রথম সিনট্যাক্সটি ধরে নেওয়া হয়। ফাংশন উইজার্ডটি প্রথম সিনট্যাক্স প্রদর্শন করে।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id9464094\n"
+"help.text"
+msgid "First Syntax"
+msgstr "প্রথম সিনট্যাক্স"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id9302346\n"
+"help.text"
+msgid "<emph>TargetField</emph> is a string that selects one of the pivot table's data fields. The string can be the name of the source column, or the data field name as shown in the table (like \"Sum - Sales\")."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id8296151\n"
+"help.text"
+msgid "<emph>pivot table</emph> is a reference to a cell or cell range that is positioned within a pivot table or contains a pivot table. If the cell range contains several pivot tables, the table that was created last is used."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id4809411\n"
+"help.text"
+msgid "If no <emph>Field n / Item n</emph> pairs are given, the grand total is returned. Otherwise, each pair adds a constraint that the result must satisfy. <emph>Field n</emph> is the name of a field from the pivot table. <emph>Item n</emph> is the name of an item from that field."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id6454969\n"
+"help.text"
+msgid "If the pivot table contains only a single result value that fulfills all of the constraints, or a subtotal result that summarizes all matching values, that result is returned. If there is no matching result, or several ones without a subtotal for them, an error is returned. These conditions apply to results that are included in the pivot table."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id79042\n"
+"help.text"
+msgid "If the source data contains entries that are hidden by settings of the pivot table, they are ignored. The order of the Field/Item pairs is not significant. Field and item names are not case-sensitive."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id7928708\n"
+"help.text"
+msgid "If no constraint for a page field is given, the field's selected value is implicitly used. If a constraint for a page field is given, it must match the field's selected value, or an error is returned. Page fields are the fields at the top left of a pivot table, populated using the \"Page Fields\" area of the pivot table layout dialog. From each page field, an item (value) can be selected, which means only that item is included in the calculation."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3864253\n"
+"help.text"
+msgid "Subtotal values from the pivot table are only used if they use the function \"auto\" (except when specified in the constraint, see <item type=\"literal\">Second Syntax</item> below)."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3144016\n"
+"help.text"
+msgid "Second Syntax"
+msgstr "দ্বিতীয় সিনট্যাক্স"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id9937131\n"
+"help.text"
+msgid "<emph>pivot table</emph> has the same meaning as in the first syntax."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id5616626\n"
+"help.text"
+msgid "<emph>Constraints</emph> is a space-separated list. Entries can be quoted (single quotes). The whole string must be enclosed in quotes (double quotes), unless you reference the string from another cell."
+msgstr "<emph>সীমাবদ্ধতা</emph> হলো একটি ফাঁকা স্থান-বিভাজিত তালিকা। এন্ট্রি কোট (একক কোট) করা যেতে পারে। সম্পূর্ণ স্ট্রিংটি অবশ্যই কোট (ডাবল-কোট) দ্বারা আবদ্ধ করা হবে,যদি না আপনি অন্য ঘর হতে স্ট্রিংটি উল্লেখ না করেন।"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id4076357\n"
+"help.text"
+msgid "One of the entries can be the data field name. The data field name can be left out if the pivot table contains only one data field, otherwise it must be present."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id8231757\n"
+"help.text"
+msgid "Each of the other entries specifies a constraint in the form <item type=\"literal\">Field[Item]</item> (with literal characters [ and ]), or only <item type=\"literal\">Item</item> if the item name is unique within all fields that are used in the pivot table."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3168736\n"
+"help.text"
+msgid "A function name can be added in the form <emph>Field[Item;Function]</emph>, which will cause the constraint to match only subtotal values which use that function. The possible function names are Sum, Count, Average, Max, Min, Product, Count (Numbers only), StDev (Sample), StDevP (Population), Var (Sample), and VarP (Population), case-insensitive."
+msgstr "একটি ফাংশন একটি ফরম <emph>Field[Item;Function]</emph> তে সংযুক্ত করা যেতে পারে, যা শুধুমাত্র সাবটোটাল মানের সাথে সীমাবদ্ধতা মিল রাখার কারণ ঘটায় যা সেই ফাংশনটি ব্যবহার করে। সম্ভাব্য ফাংশনের নাম হলো Sum, Count, Average, Max, Min, Product, Count (শুদুমাত্র সংখ্যা), StDev (নমুনা), StDevP (জনসংখ্যা), Var (Sample), and VarP (জনসংখ্যা), অক্ষরের আকার-সংবেদনশীল।উ"
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Error Alert"
+msgstr "ত্রুটি সতর্কতা"
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"hd_id3153821\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12120300.xhp\" name=\"Error Alert\">Error Alert</link>"
+msgstr "<link href=\"text/scalc/01/12120300.xhp\" name=\"Error Alert\">ত্রুটি সতর্কতা</link>"
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"par_id3153379\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"SC:TABPAGE:TP_VALIDATION_ERROR\">Define the error message that is displayed when invalid data is entered in a cell.</ahelp>"
+msgstr "<ahelp hid=\"SC:TABPAGE:TP_VALIDATION_ERROR\">যখন অকার্যকর তথ্য একটি ঘরে সন্নিবেশ করানো হয় তখন আপনি যে ত্রুটি বার্তাটি প্রদর্শন করতে চান তা উল্লেখ করুন।</ahelp>"
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"par_id3154138\n"
+"25\n"
+"help.text"
+msgid "You can also start a macro with an error message. A sample macro is provided at the end of this page."
+msgstr "একটি ত্রুটি বার্তা সহ একটি ম্যাক্রোও শুরু করতে পারেন। পৃষ্ঠাটির শেষে একটি নমুনা ম্যাক্রো জোগান দেয়।"
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"hd_id3156280\n"
+"3\n"
+"help.text"
+msgid "Show error message when invalid values are entered."
+msgstr "যখন অকার্যকর মান সন্নিবেশ করানো হয় তখন ত্রুটি বার্তা প্রদর্শন করে।"
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"par_id3150768\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays the error message that you enter in the <emph>Contents</emph> area when invalid data is entered in a cell.</ahelp> If enabled, the message is displayed to prevent an invalid entry."
+msgstr ""
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"par_id3146984\n"
+"5\n"
+"help.text"
+msgid "In both cases, if you select \"Stop\", the invalid entry is deleted and the previous value is reentered in the cell. The same applies if you close the \"Warning\" and \"Information\" dialogs by clicking the <emph>Cancel </emph>button. If you close the dialogs with the <emph>OK</emph> button, the invalid entry is not deleted."
+msgstr "উভয় ক্ষেত্রে, যদি আপনি \"বন্ধ\" নির্বাচন করেন, অকার্যকর এন্ট্রিটি মুছে ফেলা হয় এবং পূর্বের মানটি ঘরে পুনঃরায় সন্নিবেশ করানো হয়। যদি আপনি \"সতর্ক সংকেত\" এবং \"তথ্য\" ডায়ালগ <emph>বাদ দিন</emph> বোতামটি ক্লিক করার মাধ্যমে বন্ধ করেন তাহলে একই এন্ট্রি প্রয়োগ হয়। যদি আপনি <emph>OK</emph> বোতাম দ্বারা ডায়ালগটি বন্ধ করেন তাহলে অকার্যকর এন্ট্রিটি মুছে ফেলা যাবে না।"
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"hd_id3152460\n"
+"6\n"
+"help.text"
+msgid "Contents"
+msgstr "প্রসঙ্গ"
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"hd_id3148646\n"
+"8\n"
+"help.text"
+msgid "Action"
+msgstr "কাজ"
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"par_id3151115\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:TP_VALIDATION_ERROR:LB_ACTION\">Select the action that you want to occur when invalid data is entered in a cell.</ahelp> The \"Stop\" action rejects the invalid entry and displays a dialog that you have to close by clicking <emph>OK</emph>. The \"Warning\" and \"Information\" actions display a dialog that can be closed by clicking <emph>OK</emph> or <emph>Cancel</emph>. The invalid entry is only rejected when you click <emph>Cancel</emph>."
+msgstr "<ahelp hid=\"SC:LISTBOX:TP_VALIDATION_ERROR:LB_ACTION\">কাজটি নির্বাচন করুন যা আপনি ঘরে অকার্যকর তথ্য সন্নিবেশ করানোর সময় ঘটাতে চান।</ahelp> \"বন্ধ করুন\" কাজটি অকার্যকর তথ্য এন্ট্রি বাতিল করে এবং একটি ডায়ালগ প্রদর্শন করে যা আপনি <emph>ঠিক আছে</emph> ক্লিক করার মাধ্যমে বন্ধ করতে হবে। \"সতর্ক সংকেত\" এবং \"তথ্য\" কাজটি একটি ডায়ালগ প্রদর্শন করে যা <emph>ঠিক আছে</emph> অথবা <emph>বাদ দিন</emph>ক্লিক করার মাধ্যমে বন্ধ করা যাবে। অকার্যকর তথ্যটি শুধুমাত্র তখনই বাতিল করা যাবে যখন আপনি <emph>বাদ দিন</emph> ক্লিক করেন।"
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"hd_id3156441\n"
+"10\n"
+"help.text"
+msgid "Browse"
+msgstr "ব্রাউজ"
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"par_id3153160\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:TP_VALIDATION_ERROR:BTN_SEARCH\">Opens the <link href=\"text/shared/01/06130000.xhp\" name=\"Macro\">Macro</link> dialog where you can select the macro that is executed when invalid data is entered in a cell. The macro is executed after the error message is displayed.</ahelp>"
+msgstr "<ahelp hid=\"SC:PUSHBUTTON:TP_VALIDATION_ERROR:BTN_SEARCH\"> <link href=\"text/shared/01/06130000.xhp\" name=\"Macro\">ম্যক্রো</link> ডায়ালগটি খোলে যেখানে আপনি ম্যক্রোটি নির্বাচন করেন যা ঘরে অকার্যকর তথ্য সন্নিবেশ করারনোর সময় চালিত হয়। ত।রুটি বার্তা প্রদর্শিত হওয়ার পরে ম্যক্রোটি চালিত হয়।</ahelp>"
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"hd_id3153876\n"
+"12\n"
+"help.text"
+msgid "Title"
+msgstr "শিরোনাম"
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"par_id3149410\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:TP_VALIDATION_ERROR:EDT_TITLE\">Enter the title of the macro or the error message that you want to display when invalid data is entered in a cell.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:TP_VALIDATION_ERROR:EDT_TITLE\">ম্যক্রোর শিরোনাম সন্নিবেশ করান অথবা একটি ত্রুটি বার্তা যা আপনি একটি ঘরে অকার্যকর তথ্য সন্নিবেশ করানোর সময় প্রদর্শন করতে চান।</ahelp>"
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"hd_id3154510\n"
+"14\n"
+"help.text"
+msgid "Error message"
+msgstr "ত্রুটি বার্তা"
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"par_id3149122\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MULTILINEEDIT:TP_VALIDATION_ERROR:EDT_ERROR\">Enter the message that you want to display when invalid data is entered in a cell.</ahelp>"
+msgstr "<ahelp hid=\"SC:MULTILINEEDIT:TP_VALIDATION_ERROR:EDT_ERROR\">যখন অকার্যকর তথ্য একটি ঘরে সন্নিবেশ করানো হয় তখন আপনি যে বার্তাটি প্রদর্শন করতে চান তা সন্নিবেশ করান।</ahelp>"
+
+#: 12120300.xhp
+msgctxt ""
+"12120300.xhp\n"
+"par_id3150752\n"
+"16\n"
+"help.text"
+msgid "<emph>Sample macro:</emph>"
+msgstr "<emph>নমুনা ম্যাক্রো:</emph>"
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Goal Seek"
+msgstr "লক্ষ্য খোঁজা"
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"hd_id3155629\n"
+"1\n"
+"help.text"
+msgid "Goal Seek"
+msgstr "লক্ষ্য খোঁজা"
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3145119\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"zielwertsuchetext\"><ahelp hid=\".uno:GoalSeekDialog\">Opens a dialog where you can solve an equation with a variable.</ahelp></variable> After a successful search, a dialog with the results opens, allowing you to apply the result and the target value directly to the cell."
+msgstr "<variable id=\"zielwertsuchetext\"><ahelp hid=\".uno:GoalSeekDialog\">একটি ডায়ালগ খোলে যেখানে আপনি একটি চলক ব্যবহার করে একটি সমীকরণ সমাধান করতে পারেন।</ahelp></variable> একটি সফল অনুসন্ধানের পর, আপনাকে ফলাফল এবং সরাসরি ঘরে লক্ষ্য মান প্রয়োগ করার অনুমোদন দিয়ে ফলাফল সহকারে একটি ডায়ালগ খোলে।"
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"hd_id3149656\n"
+"3\n"
+"help.text"
+msgid "Default"
+msgstr "পূর্বনির্ধারিত"
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3151211\n"
+"4\n"
+"help.text"
+msgid "In this section, you can define the variables in your formula."
+msgstr "এই পরিচ্ছেদে, আপনি আপনার সূত্রে চলক সংজ্ঞায়িত করতে পারেন।"
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"hd_id3150869\n"
+"5\n"
+"help.text"
+msgid "Formula cell"
+msgstr "সূত্র ঘর"
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3153194\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_SOLVER:ED_FORMULACELL\">In the formula cell, enter the reference of the cell which contains the formula. It contains the current cell reference.</ahelp> Click another cell in the sheet to apply its reference to the text box."
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_SOLVER:ED_FORMULACELL\">সূত্র ঘরে, ঘরের রেফারেন্সটি সন্নিবেশ করান যা সূত্র ধারণ করে। এইটি বর্তমান ঘর রেফারেন্স ধারণ করে। </ahelp> টেক্সট বাক্সে এর রেফারেন্স প্রয়োগ করার জন্য পাতার অন্য ঘরে ক্লিক করা হয়।"
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"hd_id3154685\n"
+"7\n"
+"help.text"
+msgid "Target value"
+msgstr "লক্ষ্য মান"
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3146984\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_SOLVER:ED_TARGETVAL\">Specifies the value you want to achieve as a new result.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_SOLVER:ED_TARGETVAL\">একটি নতুন ফলাফল হিসেবে অর্জন করতে চাওয়া মান উল্লেখ করে।</ahelp>"
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"hd_id3150012\n"
+"9\n"
+"help.text"
+msgid "Variable cell"
+msgstr "চলক ঘর"
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3147427\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_SOLVER:ED_VARCELL\">Specifies the reference for the cell that contains the value you want to adjust in order to reach the target.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_SOLVER:ED_VARCELL\">ঘরটির জন্য একটি reference উল্লেখ করে যা লক্ষ্যতে পৌঁছানোর জন্য আপনার বিন্যস্ত করতে চাওয়া মান ধারণ করে।</ahelp>"
+
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Functions by Category"
+msgstr "শ্রেণী ভিত্তিক ফাংশন"
+
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"bm_id3148575\n"
+"help.text"
+msgid "<bookmark_value>functions;listed by category</bookmark_value> <bookmark_value>categories of functions</bookmark_value> <bookmark_value>list of functions</bookmark_value>"
+msgstr "<bookmark_value>functions;listed by category</bookmark_value> <bookmark_value>categories of functions</bookmark_value> <bookmark_value>list of functions</bookmark_value>"
+
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3154944\n"
+"16\n"
+"help.text"
+msgid "Functions by Category"
+msgstr "শ্রেণী ভিত্তিক ফাংশন"
+
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"par_id3149378\n"
+"2\n"
+"help.text"
+msgid "This section describes the functions of $[officename] Calc. The various functions are divided into categories in the Function Wizard."
+msgstr "এই অংশটি $[officename] ক্যালকের ফাংশন বর্ণনা করে। ফাংশন উইজার্ডে বিভিন্ন ফাংশন শ্রেণীতে বিভক্ত।"
+
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"par_id0120200910234570\n"
+"help.text"
+msgid "You can find detailed explanations, illustrations, and examples of Calc functions <link href=\"http://help.libreoffice.org/Calc/Functions_by_Category\">in the LibreOffice WikiHelp</link>."
+msgstr ""
+
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3146972\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060101.xhp\" name=\"Database\">Database</link>"
+msgstr "<link href=\"text/scalc/01/04060101.xhp\" name=\"Database\">ডাটাবেস</link>"
+
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3155443\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060102.xhp\" name=\"Date & Time\">Date & Time</link>"
+msgstr "<link href=\"text/scalc/01/04060102.xhp\" name=\"Date & Time\">তারিখ এবং সময়</link>"
+
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3147339\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060103.xhp\" name=\"Financial\">Financial</link>"
+msgstr "<link href=\"text/scalc/01/04060103.xhp\" name=\"Financial\">আর্থিক</link>"
+
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3153963\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060104.xhp\" name=\"Information\">Information</link>"
+msgstr "<link href=\"text/scalc/01/04060104.xhp\" name=\"Information\">তথ্য</link>"
+
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3146316\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060105.xhp\" name=\"Logical\">Logical</link>"
+msgstr "<link href=\"text/scalc/01/04060105.xhp\" name=\"Logical\">যৌক্তিক</link>"
+
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3148485\n"
+"8\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060106.xhp\" name=\"Mathematical\">Mathematical</link>"
+msgstr "<link href=\"text/scalc/01/04060106.xhp\" name=\"Mathematical\">গাণিতিক</link>"
+
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3150363\n"
+"9\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060107.xhp\" name=\"Matrix\">Array</link>"
+msgstr "<link href=\"text/scalc/01/04060107.xhp\" name=\"Matrix\">অ্যারে</link>"
+
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3150208\n"
+"10\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060108.xhp\" name=\"Statistical\">Statistical</link>"
+msgstr "<link href=\"text/scalc/01/04060108.xhp\" name=\"Statistical\">পরিসংখ্যান সংক্রান্ত</link>"
+
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3166428\n"
+"11\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060109.xhp\" name=\"Spreadsheet\">Spreadsheet</link>"
+msgstr "<link href=\"text/scalc/01/04060109.xhp\" name=\"Spreadsheet\">স্প্রেডশীট</link>"
+
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3145585\n"
+"12\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060110.xhp\" name=\"Text\">Text</link>"
+msgstr "<link href=\"text/scalc/01/04060110.xhp\" name=\"Text\">টেক্সট</link>"
+
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"hd_id3156449\n"
+"13\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060111.xhp\" name=\"Add-in\">Add-in</link>"
+msgstr "<link href=\"text/scalc/01/04060111.xhp\" name=\"Add-in\">অ্যাড-ইন</link>"
+
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"par_id3150715\n"
+"14\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060199.xhp\" name=\"Operators\">Operators</link> are also available."
+msgstr "<link href=\"text/scalc/01/04060199.xhp\" name=\"Operators\">অপারেটর</link>ও বিদ্যমান।"
+
+#: 04060100.xhp
+msgctxt ""
+"04060100.xhp\n"
+"par_id0902200809540918\n"
+"help.text"
+msgid "<variable id=\"drking\"><link href=\"http://help.libreoffice.org/Calc/Functions_by_Category\">Calc Functions By Category</link> in the LibreOffice WikiHelp</variable>"
+msgstr ""
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"tit\n"
+"help.text"
+msgid "Filter"
+msgstr "পরিশোধক"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"hd_id3153970\n"
+"1\n"
+"help.text"
+msgid "Filter"
+msgstr "পরিশোধক"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3150448\n"
+"2\n"
+"help.text"
+msgid "Set the filtering options for the data."
+msgstr "তথ্যের জন্য পরিশোধক অপশন স্থির করুন।"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"hd_id3151043\n"
+"3\n"
+"help.text"
+msgid "Filter Criteria"
+msgstr "ফিল্টারের শ্রেণীবিভাগ"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3150440\n"
+"4\n"
+"help.text"
+msgid "You can define a default filter for the data by filtering, for example, field names, using a combination of logical expressions arguments."
+msgstr "পরিশোধন প্রক্রিয়ার মাধ্যমে তথ্যের জন্য একটি পূর্বনির্ধারিত পরিশোধক সজ্ঞায়িত করতে পারবেন, উদাহরনস্বরূপ, ক্ষেত্র নাম, লজিকাল এক্সপ্রেশন আরগুমেন্ট এর একটি"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"hd_id3159153\n"
+"5\n"
+"help.text"
+msgid "Operator"
+msgstr "অপারেটর"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3153093\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_PIVOTFILTER:LB_OP2\" visibility=\"visible\">Select a logical operator for the filter.</ahelp>"
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_PIVOTFILTER:LB_OP2\" visibility=\"visible\">ফিল্টারের জন্য একটি যৌক্তিক অপারেটর নির্বাচন করুন।</ahelp>"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"hd_id3152462\n"
+"7\n"
+"help.text"
+msgid "Field name"
+msgstr "ক্ষেত্রের নাম"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3155306\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_PIVOTFILTER:LB_FIELD3\" visibility=\"visible\">Select the field that you want to use in the filter. If field names are not available, the column labels are listed.</ahelp>"
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_PIVOTFILTER:LB_FIELD3\" visibility=\"visible\">ফিল্টারে ব্যবহার করতে চান এমন ক্ষেত্র নির্বাচন করুন। যদি ক্ষেত্র নাম প্রাপ্তিসাধ্য না হয়, কলাম লেবেল তালিকাবদ্ধ </ahelp>"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"hd_id3148575\n"
+"9\n"
+"help.text"
+msgid "Condition"
+msgstr "শর্ত"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3147394\n"
+"10\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\"SC:LISTBOX:RID_SCDLG_PIVOTFILTER:LB_COND3\">Select an operator to compare the <emph>Field name</emph> and <emph>Value</emph> entries.</ahelp>"
+msgstr "<ahelp visibility=\"visible\" hid=\"SC:LISTBOX:RID_SCDLG_PIVOTFILTER:LB_COND3\"> <emph>ক্ষেত্র নাম</emph> এবং <emph>মান</emph> এন্ট্রির মধ্য তুলনা করার জন্য একটি অপারেটর নির্বাচন করুন।</ahelp>"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3144764\n"
+"11\n"
+"help.text"
+msgid "The following operators are available:"
+msgstr "নিম্নবর্নিত অপারেটর প্রাপ্তিসাধ্য:"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3153415\n"
+"12\n"
+"help.text"
+msgid "<emph>Conditions:</emph>"
+msgstr "<emph>শর্ত:</emph>"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3150324\n"
+"13\n"
+"help.text"
+msgid "="
+msgstr "="
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3153714\n"
+"14\n"
+"help.text"
+msgid "equal"
+msgstr "সমান"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3154254\n"
+"15\n"
+"help.text"
+msgid "<"
+msgstr "<"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3154703\n"
+"16\n"
+"help.text"
+msgid "less than"
+msgstr "এর চাইতে ছোট"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3155335\n"
+"17\n"
+"help.text"
+msgid ">"
+msgstr ">"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3147003\n"
+"18\n"
+"help.text"
+msgid "greater than"
+msgstr "এর চাইতে বড়"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3153270\n"
+"19\n"
+"help.text"
+msgid "<="
+msgstr "<="
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3145257\n"
+"20\n"
+"help.text"
+msgid "less than or equal to"
+msgstr "এর চাইতে ছোট অথবা সমান"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3145134\n"
+"21\n"
+"help.text"
+msgid ">="
+msgstr ">="
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3151214\n"
+"22\n"
+"help.text"
+msgid "greater than or equal to"
+msgstr "এর চাইতে বড় অথবা সমান"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3150345\n"
+"23\n"
+"help.text"
+msgid "<>"
+msgstr "<>"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3159101\n"
+"24\n"
+"help.text"
+msgid "not equal to"
+msgstr "সমান নয়"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"hd_id3150886\n"
+"25\n"
+"help.text"
+msgid "Value"
+msgstr "মান"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3155506\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_PIVOTFILTER:ED_VAL3\" visibility=\"visible\">Select the value that you want to compare to the selected field.</ahelp>"
+msgstr "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_PIVOTFILTER:ED_VAL3\" visibility=\"visible\">নির্বাচিত ক্ষেত্রের সাথে তুলনা করতে চান এমন মান নির্বাচন করুন।</ahelp>"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"hd_id3146980\n"
+"27\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12090104.xhp\" name=\"More>>\">More>></link>"
+msgstr "<link href=\"text/scalc/01/12090104.xhp\" name=\"More>>\">অধিক>></link>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"tit\n"
+"help.text"
+msgid "Add-in Functions"
+msgstr "অ্যাড-ইন ফাংশন"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"bm_id3150870\n"
+"help.text"
+msgid "<bookmark_value>add-ins; functions</bookmark_value><bookmark_value>functions; add-in functions</bookmark_value><bookmark_value>Function Wizard; add-ins</bookmark_value>"
+msgstr "<bookmark_value>add-ins; functions</bookmark_value><bookmark_value>functions; add-in functions</bookmark_value><bookmark_value>Function Wizard; add-ins</bookmark_value>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3150870\n"
+"1\n"
+"help.text"
+msgid "Add-in Functions"
+msgstr "অ্যাড-ইন ফাংশন"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3147427\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"addintext\">The following describes and lists some of the available add-in functions. </variable>"
+msgstr "<variable id=\"addintext\">নিম্নলিখিতগুলো কিছু বিদ্যমান অ্যাড-ইন ফাংশন বর্ণনা করে এবং এদের তালিকা তৈরি করে। </variable>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3163713\n"
+"75\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060112.xhp#addinconcept\">Add-in concept</link>"
+msgstr "<link href=\"text/scalc/01/04060112.xhp#addinconcept\">অ্যাড-ইন ধারনা</link>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3146120\n"
+"5\n"
+"help.text"
+msgid "You will also find a <link href=\"text/scalc/01/04060112.xhp\">description of the $[officename] Calc add-in interface</link> in the Help. In addition, important functions and their parameters are described in the Help for the <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library </caseinline><defaultinline>$[officename] Calc add-in DLL</defaultinline></switchinline>."
+msgstr "আপনি সাহায্যে আরও একটি<link href=\"text/scalc/01/04060112.xhp\"> $[officename] Calc এড-ইন ইন্টারফেস এর বর্ণনা</link> খুঁজে পাবেন। অতিরিক্ত হিসেবে, জরুরি ফাংশন এবং তাদের প্যারামিটার সাহায্যে <switchinline select=\"sys\"><caseinline select=\"UNIX\">ভাগকৃত লাইব্রেরী </caseinline><defaultinline>$[officename] Calc এড-ইন DLL</defaultinline></switchinline> এর জন্য বিবৃত হয়।"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3151075\n"
+"7\n"
+"help.text"
+msgid "Add-ins supplied"
+msgstr "অ্যাড-ইন সরবরাহ করা হয়েছে"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3156285\n"
+"8\n"
+"help.text"
+msgid "$[officename] contains examples for the add-in interface of $[officename] Calc."
+msgstr "$[officename] ক্যালকের অ্যাড-ইন ইন্টারফেসের জন্য $[officename] এ উদাহরণ রয়েছে।"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3159267\n"
+"76\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060115.xhp\">Analysis Functions Part One</link>"
+msgstr "<link href=\"text/scalc/01/04060115.xhp\">ফাংশনের প্রথম অংশের বিশ্লেষণ</link>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3154703\n"
+"77\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060116.xhp\">Analysis Functions Part Two</link>"
+msgstr "<link href=\"text/scalc/01/04060116.xhp\">ফাংশনের দ্বিতীয় অংশের বিশ্লেষণ</link>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"bm_id3149566\n"
+"help.text"
+msgid "<bookmark_value>ISLEAPYEAR function</bookmark_value><bookmark_value>leap year determination</bookmark_value>"
+msgstr "<bookmark_value>ISLEAPYEAR function</bookmark_value><bookmark_value>leap year determination</bookmark_value>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3149566\n"
+"14\n"
+"help.text"
+msgid "ISLEAPYEAR"
+msgstr "ISLEAPYEAR"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3150297\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\".\">Determines whether a year is a leap year.</ahelp> If yes, the function will return the value 1 (TRUE); if not, it will return 0 (FALSE)."
+msgstr "<ahelp hid=\".\">একটি বছর অধিবর্ষ কিনা তা নির্ধারণ করে।</ahelp> যদি হ্যাঁ হয়, ফাংশনটি ১ (TRUE) প্রদান করবে; অন্যথায় ০ (FALSE) প্রদান করবে।"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3148487\n"
+"16\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3150205\n"
+"17\n"
+"help.text"
+msgid "ISLEAPYEAR(\"Date\")"
+msgstr "ISLEAPYEAR(\"Date\")"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3159239\n"
+"18\n"
+"help.text"
+msgid "<emph>Date</emph> specifies whether a given date falls within a leap year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
+msgstr "<emph>Date</emph> উল্লেখ করে যে প্রদত্ত তারিখটি অধিবর্ষের তারিখ কিনা। %PRODUCTNAME এর লোক্যাল সেটিং অনুসারে তারিখ প্যারামিটারটি অবশ্যই একটি কার্যকর তারিখ হবে।"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3149817\n"
+"19\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3150786\n"
+"20\n"
+"help.text"
+msgid "=ISLEAPYEAR(A1) returns 1, if A1 contains 1968-02-29, the valid date 29th of February 1968 in your locale setting."
+msgstr "=ISLEAPYEAR(A1) ১ প্রদান করে, যদি A1 এ ১৯৬৮-০২-২৯ থাকে, ২৯শে ফেব্রুয়ারী ১৯৬৮ আপনার লোক্যাল সেটিংয়ের কার্যকর তারিখ।"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_idN107E7\n"
+"help.text"
+msgid "You may also use =ISLEAPYEAR(\"1968-02-29\") or =ISLEAPYEAR(\"2/29/68\")."
+msgstr "আপনি =ISLEAPYEAR(\"1968-02-29\") বা ==ISLEAPYEAR(\"2/29/68\") ও ব্যবহার করতে পারেন।"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_idN107EA\n"
+"help.text"
+msgid "Never use =ISLEAPYEAR(2/29/68), because this would first evaluate 2 divided by 29 divided by 68, and then calculate the ISLEAPYEAR function from this small number as a serial date number."
+msgstr "কখনো =ISLEAPYEAR(2/29/68) ব্যবহার করবেন না, কারণ এইটি প্রথমে ৬৮ দ্বারা ভাজ্য ২৯ দ্বারা ভাজ্য ২ মূল্যায়ন করবে, এবং তারপর সিরিয়াল তারিখ ক্রম হিসেবে ছোট ক্রম থেকে ISLEAPYEAR ফাংশনটি গণনা করবে।"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"bm_id3154656\n"
+"help.text"
+msgid "<bookmark_value>YEARS function</bookmark_value><bookmark_value>number of years between two dates</bookmark_value>"
+msgstr "<bookmark_value>YEARS function</bookmark_value><bookmark_value>number of years between two dates</bookmark_value>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3154656\n"
+"21\n"
+"help.text"
+msgid "YEARS"
+msgstr "YEARS"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3150886\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DAI_FUNC_DIFFYEARS\">Calculates the difference in years between two dates.</ahelp>"
+msgstr "<ahelp hid=\"HID_DAI_FUNC_DIFFYEARS\">বছরের দুইটি তারিখের মধ্যে পার্থক্য হিসাব করে।</ahelp>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3154370\n"
+"23\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3146114\n"
+"24\n"
+"help.text"
+msgid "YEARS(StartDate; EndDate; Type)"
+msgstr "YEARS(StartDate; EndDate; Type)"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3145387\n"
+"25\n"
+"help.text"
+msgid "<emph>StartDate</emph> is the first date"
+msgstr "<emph>StartDate</emph> হলো প্রথম তারিখ"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3156290\n"
+"26\n"
+"help.text"
+msgid "<emph>EndDate</emph> is the second date"
+msgstr "<emph>EndDate</emph> হলো দ্বিতীয় তারিখ"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3152893\n"
+"27\n"
+"help.text"
+msgid "<emph>Type</emph> calculates the type of difference. Possible values are 0 (interval) and 1 (in calendar years)."
+msgstr "<emph>Type</emph> পার্থক্যের ধরন হিসাব করে। সম্ভাব্য মান হলো ০ (বিরতি) এবং ১ (ক্যালেন্ডারের বছরে)।"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"bm_id3152898\n"
+"help.text"
+msgid "<bookmark_value>MONTHS function</bookmark_value><bookmark_value>number of months between two dates</bookmark_value>"
+msgstr "<bookmark_value>MONTHS function</bookmark_value><bookmark_value>number of months between two dates</bookmark_value>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3152898\n"
+"28\n"
+"help.text"
+msgid "MONTHS"
+msgstr "MONTHS"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3153066\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DAI_FUNC_DIFFMONTHS\">Calculates the difference in months between two dates.</ahelp>"
+msgstr "<ahelp hid=\"HID_DAI_FUNC_DIFFMONTHS\">মাসের দুইটি তারিখের মধ্যে পার্থক্য হিসাব করে।</ahelp>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3151240\n"
+"30\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3146869\n"
+"31\n"
+"help.text"
+msgid "MONTHS(StartDate; EndDate; Type)"
+msgstr "MONTHS(StartDate; EndDate; Type)"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3145075\n"
+"32\n"
+"help.text"
+msgid "<emph>StartDate</emph> is the first date"
+msgstr "<emph>StartDate</emph> হলো প্রথম তারিখ"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3157981\n"
+"33\n"
+"help.text"
+msgid "<emph>EndDate</emph> is the second date"
+msgstr "<emph>EndDate</emph> হলো দ্বিতীয় তারিখ"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3150111\n"
+"34\n"
+"help.text"
+msgid "<emph>Type</emph> calculates the type of difference. Possible values include 0 (interval) and 1 (in calendar months)."
+msgstr "<emph>Type</emph> পরিবর্তনের ধরন হিসাব করে। সম্ভাব্য মানসমূহ ০ (বিরতি) এবং ১ (ক্যালেন্ডারের মাসে) অন্তর্ভুক্ত করে।"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"bm_id3159094\n"
+"help.text"
+msgid "<bookmark_value>ROT13 function</bookmark_value><bookmark_value>encrypting text</bookmark_value>"
+msgstr "<bookmark_value>ROT13 function</bookmark_value><bookmark_value>encrypting text</bookmark_value>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3159094\n"
+"35\n"
+"help.text"
+msgid "ROT13"
+msgstr "ROT13"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3146781\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DAI_FUNC_ROT13\">Encrypts a character string by moving the characters 13 positions in the alphabet.</ahelp> After the letter Z, the alphabet begins again (Rotation). By applying the encryption function again to the resulting code, you can decrypt the text."
+msgstr "<ahelp hid=\"HID_DAI_FUNC_ROT13\">বর্ণমালাতে ১৩ অবস্থান সরানোর মাধ্যমে একটি অক্ষর স্ট্রিং এনক্রিপ্ট করে।</ahelp> বর্ণ Z এর পরে, বর্ণমালাটি পুনরায় আরম্ভ হয় (আবর্তন)। ফলাফল কোডে পুনরায় এনক্রিপশন ফাংশনটি প্রয়োগ করা মাধ্যমে,আপনি টেক্সটি ডিক্রিপ্ট করতে পারেন।"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3150893\n"
+"37\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3159205\n"
+"38\n"
+"help.text"
+msgid "ROT13(Text)"
+msgstr "ROT13(Text)"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3153249\n"
+"39\n"
+"help.text"
+msgid "<emph>Text</emph> is the character string to be encrypted. ROT13(ROT13(Text)) decrypts the code."
+msgstr "<emph>Text</emph> হলো এমন অক্ষর স্ট্রিং, যা এনক্রিপ্ট করা হবে। ROT13(ROT13(Text)) কোড ডিক্রিপ্ট করে।"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"bm_id3151300\n"
+"help.text"
+msgid "<bookmark_value>DAYSINYEAR function</bookmark_value><bookmark_value>number of days; in a specific year</bookmark_value>"
+msgstr "<bookmark_value>DAYSINYEAR function</bookmark_value><bookmark_value>number of days; in a specific year</bookmark_value>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3151300\n"
+"43\n"
+"help.text"
+msgid "DAYSINYEAR"
+msgstr "DAYSINYEAR"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3143220\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DAI_FUNC_DAYSINYEAR\">Calculates the number of days of the year in which the date entered occurs.</ahelp>"
+msgstr "<ahelp hid=\"HID_DAI_FUNC_DAYSINYEAR\">প্রদত্ত তারিখের উপর ভিত্তি করে বছরের দিনের সংখ্যা গণনা করে।</ahelp>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3145358\n"
+"45\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3154651\n"
+"46\n"
+"help.text"
+msgid "DAYSINYEAR(Date)"
+msgstr "DAYSINYEAR(Date)"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3153803\n"
+"47\n"
+"help.text"
+msgid "<emph>Date</emph> is any date in the respective year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
+msgstr "<emph>Date</emph> হলো সংশ্লিষ্ট বছরের যেকোনো তারিখ। %PRODUCTNAME এর লোক্যাল সেটিং অনুসারে তারিখ প্যারামিটারটি অবশ্যই একটি কার্যকর তারিখ হবে।"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3153487\n"
+"48\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3153811\n"
+"49\n"
+"help.text"
+msgid "=DAYSINYEAR(A1) returns 366 days if A1 contains 1968-02-29, a valid date for the year 1968."
+msgstr "=DAYSINYEAR(A1), ৩৬৬ দিন প্রদান করে, যদি A1 এ ১৯৬৮-০২-২৯ থাকে, ১৯৬৮ সালের জন্য একটি সঠিক তারিখ।"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"bm_id3154737\n"
+"help.text"
+msgid "<bookmark_value>DAYSINMONTH function</bookmark_value><bookmark_value>number of days;in a specific month of a year</bookmark_value>"
+msgstr "<bookmark_value>DAYSINMONTH function</bookmark_value><bookmark_value>number of days;in a specific month of a year</bookmark_value>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3154737\n"
+"50\n"
+"help.text"
+msgid "DAYSINMONTH"
+msgstr "DAYSINMONTH"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3149316\n"
+"51\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DAI_FUNC_DAYSINMONTH\">Calculates the number of days of the month in which the date entered occurs.</ahelp>"
+msgstr "<ahelp hid=\"HID_DAI_FUNC_DAYSINMONTH\">প্রদত্ত তরিখের উপর ভিত্ত করে মাসের দিনের সংখ্যা গণনা করে।</ahelp>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3145114\n"
+"52\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3150955\n"
+"53\n"
+"help.text"
+msgid "DAYSINMONTH(Date)"
+msgstr "DAYSINMONTH(Date)"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3147501\n"
+"54\n"
+"help.text"
+msgid "<emph>Date</emph> is any date in the respective month of the desired year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
+msgstr "<emph>Date</emph> হলো উদ্দিষ্ট বছরেরর সংশ্লিষ্ট মাসের যেকোনো তারিখ। %PRODUCTNAME এর লোক্যাল সেটিং অনুসারে তারিখ প্যারামিটারটি অবশ্যই একটি কার্যকর তারিখ হবে।"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3149871\n"
+"55\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3155742\n"
+"56\n"
+"help.text"
+msgid "=DAYSINMONTH(A1) returns 29 days if A1 contains 1968-02-17, a valid date for February 1968."
+msgstr "=DAYSINMONTH(A1), ২৯ দিন প্রদান করে, যদি A1 এ ১৯৬৮-০২-১৭ থাকে, ১৯৬৮ সালের ফেব্রুয়ারী মাসের একটি সঠিক তারিখ।"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"bm_id3149048\n"
+"help.text"
+msgid "<bookmark_value>WEEKS function</bookmark_value><bookmark_value>number of weeks;between two dates</bookmark_value>"
+msgstr "<bookmark_value>WEEKS function</bookmark_value><bookmark_value>number of weeks;between two dates</bookmark_value>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3149048\n"
+"57\n"
+"help.text"
+msgid "WEEKS"
+msgstr "WEEKS"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3153340\n"
+"58\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DAI_FUNC_DIFFWEEKS\">Calculates the difference in weeks between two dates.</ahelp>"
+msgstr "<ahelp hid=\"HID_DAI_FUNC_DIFFWEEKS\">সপ্তাহের দুইটি তারিখের মধ্যে পার্থক্য হিসাব করে।</ahelp>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3150393\n"
+"59\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3147402\n"
+"60\n"
+"help.text"
+msgid "WEEKS(StartDate; EndDate; Type)"
+msgstr "WEEKS(StartDate; EndDate; Type)"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3151387\n"
+"61\n"
+"help.text"
+msgid "<emph>StartDate</emph> is the first date"
+msgstr "<emph>StartDate</emph> হলো প্রথম তারিখ"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3146324\n"
+"62\n"
+"help.text"
+msgid "<emph>EndDate</emph> is the second date"
+msgstr "<emph>EndDate</emph> হলো দ্বিতীয় তারিখ"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3166467\n"
+"63\n"
+"help.text"
+msgid "<emph>Type</emph> calculates the type of difference. The possible values are 0 (interval) and 1 (in numbers of weeks)."
+msgstr "<emph>Type</emph> পার্থক্যের ধরন গণনা করে। সম্ভাব্য মান হলো ০ (বিরতি) এবং ১ (সপ্তাহের সংখ্যায়)।"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"bm_id3145237\n"
+"help.text"
+msgid "<bookmark_value>WEEKSINYEAR function</bookmark_value><bookmark_value>number of weeks;in a specific year</bookmark_value>"
+msgstr "<bookmark_value>WEEKSINYEAR function</bookmark_value><bookmark_value>number of weeks;in a specific year</bookmark_value>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3145237\n"
+"64\n"
+"help.text"
+msgid "WEEKSINYEAR"
+msgstr "WEEKSINYEAR"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3147410\n"
+"65\n"
+"help.text"
+msgid "<ahelp hid=\"HID_DAI_FUNC_WEEKSINYEAR\">Calculates the number of weeks of the year in which the date entered occurs.</ahelp> The number of weeks is defined as follows: a week that spans two years is added to the year in which most days of that week occur."
+msgstr "<ahelp hid=\"HID_DAI_FUNC_WEEKSINYEAR\">বছরের সপ্তাহ সংখ্যা গণনা করে যাতে তারিখ অন্তর্ভুক্তি সংঘটিত হয়।</ahelp> সপ্তাহ সংখ্যা নিম্নরূপে সংজ্ঞায়িত হয়: একটি সপ্তাহ যা দুই বছর বিস্তার করে বছরে সংযুক্ত হয় যার মধ্যে সেই সপ্তাহের অধিকাংশ দিন সংঘটিত হয়।"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3149719\n"
+"66\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3145638\n"
+"67\n"
+"help.text"
+msgid "WEEKSINYEAR(Date)"
+msgstr "WEEKSINYEAR(Date)"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3149946\n"
+"68\n"
+"help.text"
+msgid "<emph>Date</emph> is any date in the respective year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
+msgstr "<emph>Date</emph> হলো সংশ্লিষ্ট বছরেরর যেকোনো তারিখ। %PRODUCTNAME এর লোক্যাল সেটিং অনুসারে তারিখ প্যারামিটারটি অবশ্যই একটি কার্যকর তারিখ হবে।"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3150037\n"
+"69\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3147614\n"
+"70\n"
+"help.text"
+msgid "WEEKSINYEAR(A1) returns 53 if A1 contains 1970-02-17, a valid date for the year 1970."
+msgstr "WEEKSINYEAR(A1) ৫৩ প্রদান করে, যদি A1 এ ১৯৭০-০২-১৭ থাকে, ১৯৭০ সালের জন্য একটি সঠিক তারিখ।"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3157901\n"
+"72\n"
+"help.text"
+msgid "Add-ins through %PRODUCTNAME API"
+msgstr "%PRODUCTNAME API এর মাধ্যমে অ্যাড-ইন"
+
+#: 04060111.xhp
+#, fuzzy
+msgctxt ""
+"04060111.xhp\n"
+"par_id3149351\n"
+"73\n"
+"help.text"
+msgid "Add-ins can also be implemented through the %PRODUCTNAME <link href=\"http://api.libreoffice.org/\">API</link>."
+msgstr "%PRODUCTNAME <link href=\"http://api.openoffice.org/\">API</link> এর মাধ্যমে অ্যাড-ইন বাস্তবায়ন করা যেতে পারে।"
+
+#: 12080600.xhp
+msgctxt ""
+"12080600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Remove"
+msgstr "মুছে ফেলুন"
+
+#: 12080600.xhp
+msgctxt ""
+"12080600.xhp\n"
+"hd_id3148947\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12080600.xhp\" name=\"Remove\">Remove</link>"
+msgstr "<link href=\"text/scalc/01/12080600.xhp\" name=\"Remove\">মুছে ফেলুন</link>"
+
+#: 12080600.xhp
+msgctxt ""
+"12080600.xhp\n"
+"par_id3149656\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ClearOutline\" visibility=\"visible\">Removes the outline from the selected cell range.</ahelp>"
+msgstr "<ahelp hid=\".uno:ClearOutline\" visibility=\"visible\">নির্বাচিত ঘর পরিসর হতে আউটলাইন সরয়ে ফেলে।</ahelp>"
+
+#: 12090000.xhp
+msgctxt ""
+"12090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Pivot Table"
+msgstr ""
+
+#: 12090000.xhp
+#, fuzzy
+msgctxt ""
+"12090000.xhp\n"
+"hd_id3150275\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12090000.xhp\" name=\"Pivot Table\">Pivot Table</link>"
+msgstr "<link href=\"text/scalc/01/05080000.xhp\" name=\"Print Ranges\">মুদ্রণ পরিসর</link>"
+
+#: 12090000.xhp
+msgctxt ""
+"12090000.xhp\n"
+"par_id3153562\n"
+"2\n"
+"help.text"
+msgid "A pivot table provides a summary of large amounts of data. You can then rearrange the pivot table to view different summaries of the data."
+msgstr ""
+
+#: 12090000.xhp
+#, fuzzy
+msgctxt ""
+"12090000.xhp\n"
+"hd_id3155923\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12090100.xhp\" name=\"Create\">Create</link>"
+msgstr "<link href=\"text/scalc/01/12090300.xhp\" name=\"Delete\">মুছে ফেলে</link>"
+
+#: 12090000.xhp
+#, fuzzy
+msgctxt ""
+"12090000.xhp\n"
+"par_idN105FB\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12090102.xhp\" name=\"Pivot table dialog\">Pivot table dialog</link>"
+msgstr "<link href=\"text/scalc/01/05080000.xhp\" name=\"Print Ranges\">মুদ্রণ পরিসর</link>"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Grouping"
+msgstr "গ্রুপবদ্ধকরণ"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "Grouping"
+msgstr "গ্রুপবদ্ধকরণ"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10551\n"
+"help.text"
+msgid "Grouping pivot tables displays the <emph>Grouping</emph> dialog for either values or dates."
+msgstr ""
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10568\n"
+"help.text"
+msgid "Start"
+msgstr "শুরু"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN1056C\n"
+"help.text"
+msgid "Specifies the start of the grouping."
+msgstr "শ্রনীবিভাগের শুরু উল্লেখ করে।"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN1056F\n"
+"help.text"
+msgid "Automatically"
+msgstr "স্বয়ংক্রিয়ভাবে"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10573\n"
+"help.text"
+msgid "Specifies whether to start grouping at the smallest value."
+msgstr "সর্বনিম্ন মানে গ্রুপবিভাগ শেষ করা হবে কিনা তা উল্লেখ করে।"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10576\n"
+"help.text"
+msgid "Manually at"
+msgstr "নিজহাতে ভাবে"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN1057A\n"
+"help.text"
+msgid "Specifies whether to enter the start value for grouping yourself."
+msgstr "নিজেকে গ্রুপবদ্ধ করার জন্য প্রথম মান সন্নিবেশ করানো হবে কিনা তা উল্লেখ করে।"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN1057D\n"
+"help.text"
+msgid "End"
+msgstr "শেষ"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10581\n"
+"help.text"
+msgid "Specifies the end of the grouping."
+msgstr "গ্রুপবদ্ধকরনের শেষাংশ উল্লেখ করে।"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10584\n"
+"help.text"
+msgid "Automatically"
+msgstr "স্বয়ংক্রিয়ভাবে"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10588\n"
+"help.text"
+msgid "Specifies whether to end grouping at the largest value."
+msgstr "সর্বোচ্চ মানে গ্রুপবিভাগ শেষ করা হবে কিনা তা উল্লেখ করে।"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN1058B\n"
+"help.text"
+msgid "Manually at"
+msgstr "নিজহাতে ভাবে"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN1058F\n"
+"help.text"
+msgid "Specifies whether to enter the end value for grouping yourself."
+msgstr "নিজেকে গ্রুপবদ্ধ করার জন্য সর্বশেষ মান সন্নিবেশ করানো হবে কিনা তা উল্লেখ করে।"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10592\n"
+"help.text"
+msgid "Group by"
+msgstr "গ্রুপবদ্ধ হয়"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10596\n"
+"help.text"
+msgid "Specifies the value range by which every group's limits are calculated."
+msgstr "মানের পরিসর উল্লেখ করে যা দ্বারা প্রতিটি গ্রুপের সীমা গণনা করা হয়।"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10599\n"
+"help.text"
+msgid "Number of days"
+msgstr "দিনের সংখ্যা"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN1059D\n"
+"help.text"
+msgid "In the case of grouping date values, specifies the number of days to group by."
+msgstr "গ্রুপবদ্ধ করণ তথ্য মানের ক্ষেত্রে, গ্রুপবদ্ধ করার জন্য দিন সংখ্যা উল্লেখ করে।"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN105A0\n"
+"help.text"
+msgid "Intervals"
+msgstr "বিরতি"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN105A4\n"
+"help.text"
+msgid "In the case of grouping date values, specifies the intervals to group by."
+msgstr "গ্রুপবদ্ধ করণ তথ্য মানের ক্ষেত্রে, গ্রুপবদ্ধ করার জন্য বিরতী উল্লেখ করে।"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN105B2\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/guide/datapilot_grouping.xhp#datapilot_grouping\"/>"
+msgstr "<embedvar href=\"text/scalc/guide/datapilot_grouping.xhp#datapilot_grouping\"/>"
+
+#: 06030700.xhp
+msgctxt ""
+"06030700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fill Mode"
+msgstr "পূর্ণ করা মোড"
+
+#: 06030700.xhp
+msgctxt ""
+"06030700.xhp\n"
+"bm_id3145119\n"
+"help.text"
+msgid "<bookmark_value>cells; trace fill mode</bookmark_value><bookmark_value>traces; precedents for multiple cells</bookmark_value>"
+msgstr "<bookmark_value>cells; trace fill mode</bookmark_value><bookmark_value>traces; precedents for multiple cells</bookmark_value>"
+
+#: 06030700.xhp
+msgctxt ""
+"06030700.xhp\n"
+"hd_id3145119\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030700.xhp\" name=\"Fill Mode\">Fill Mode</link>"
+msgstr "<link href=\"text/scalc/01/06030700.xhp\" name=\"Fill Mode\">পূর্ণ করা মোড</link>"
+
+#: 06030700.xhp
+msgctxt ""
+"06030700.xhp\n"
+"par_id3151246\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AuditingFillMode\">Activates the Fill Mode in the Detective. The mouse pointer changes to a special symbol, and you can click any cell to see a trace to the precedent cell.</ahelp> To exit this mode, press Escape or click the <emph>End Fill Mode</emph> command in the context menu."
+msgstr "<ahelp hid=\".uno:AuditingFillMode\">সনাক্তকরণে ভরাট মোড সক্রিয় করে। মাউস নির্য়েশকটি বিশেষ প্রতীকে পরিবর্তিত হয়, এবং আপনি পূর্ববর্তী ঘরে একটি ট্রেস দেখতে যেকোনো ঘরে ক্লিক করতে পারেন।</ahelp> এই মোড হতে বের হওয়ার জন্য, Escape চাপুন অথবা প্রসঙ্গ মেনুতে <emph>ভরাট মোড সমাপ্ত</emph> কমান্ডটি ক্লিক করুন।"
+
+#: 06030700.xhp
+msgctxt ""
+"06030700.xhp\n"
+"par_id3151211\n"
+"3\n"
+"help.text"
+msgid "The <emph>Fill Mode</emph> function is identical to the <link href=\"text/scalc/01/06030100.xhp\" name=\"Trace Precedent\">Trace Precedent</link> command if you call this mode for the first time. Use the context menu to select further options for the Fill Mode and to exit this mode."
+msgstr "যদি আপনি প্রথম বারের মত এই মোডটি ককল করেন তবে <emph>ভরাট মোড</emph> ফাংশনটি <link href=\"text/scalc/01/06030100.xhp\" name=\"Trace Precedent\">পূর্ব দৃষ্টান্ত চিহ্নিতকরণ</link> কমান্ডটির অনুরূপ হয়। ভরাট মোডের অতিরিক্ত অপশন নির্বাচন করতে অথবা এই মোড হতে বের হওয়ার জন্য প্রসঙ্গ মেনুটি ব্যবহার করা হয়।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"tit\n"
+"help.text"
+msgid "Statistical Functions Part Five"
+msgstr "পরিসংখ্যান সংক্রান্ত ফাংশনের পঞ্চম অংশ"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3147072\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"rz\"><link href=\"text/scalc/01/04060185.xhp\" name=\"Statistical Functions Part Five\">Statistical Functions Part Five</link></variable>"
+msgstr "<variable id=\"rz\"><link href=\"text/scalc/01/04060185.xhp\" name=\"Statistical Functions Part Five\">পরিসংখ্যান সংক্রান্ত ফাংশনের পঞ্চম অংশ</link></variable>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3155071\n"
+"help.text"
+msgid "<bookmark_value>RANK function</bookmark_value> <bookmark_value>numbers;determining ranks</bookmark_value>"
+msgstr "<bookmark_value>RANK function</bookmark_value> <bookmark_value>numbers;determining ranks</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3155071\n"
+"2\n"
+"help.text"
+msgid "RANK"
+msgstr "RANK"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153976\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_RANG\">Returns the rank of a number in a sample.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_RANG\">নমুনায় একটি সংখ্যার র‍্যাঙ্ক প্রদান করে।</ahelp>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3159206\n"
+"4\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153250\n"
+"5\n"
+"help.text"
+msgid "RANK(Value; Data; Type)"
+msgstr "RANK(Value; Data; Type)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154543\n"
+"6\n"
+"help.text"
+msgid "<emph>Value</emph> is the value, whose rank is to be determined."
+msgstr "<emph>মান</emph> হলো মান, যার র‍্যাঙ্ক নির্ধারণ করা হবে।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149130\n"
+"7\n"
+"help.text"
+msgid "<emph>Data</emph> is the array or range of data in the sample."
+msgstr "<emph>Data</emph> হলো নমুনাতে ডাটার অ্যারে অথবা পরিসর।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150215\n"
+"8\n"
+"help.text"
+msgid "<emph>Type</emph> (optional) is the sequence order."
+msgstr "<emph>ধরন</emph> (ঐচ্ছিক) হলো একটি ক্রমানুসার।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id9305398\n"
+"help.text"
+msgid "Type = 0 means descending from the last item of the array to the first (this is the default),"
+msgstr "Type = 0 অর্থ হলো অবরোহী, অ্যারের সর্বশেষ আইটেম হতে প্রথম আইটেম পর্যন্ত (এটা পূর্বনির্ধারিত),"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id9996948\n"
+"help.text"
+msgid "Type = 1 means ascending from the first item of the range to the last."
+msgstr "Type = 1 হলো আরোহী, পরিসরের প্রথম আইটেম হতে শেষ আইটেম পর্যন্ত।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3143223\n"
+"9\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3155919\n"
+"10\n"
+"help.text"
+msgid "<item type=\"input\">=RANK(A10;A1:A50)</item> returns the ranking of the value in A10 in value range A1:A50. If <item type=\"literal\">Value</item> does not exist within the range an error message is displayed."
+msgstr "<item type=\"input\">=RANK(A10;A1:A50)</item> A1:A50 মানের পরিসরে A10 এ মানের স্তরায়ন প্রদান করে। যদি <item type=\"literal\">মান</item> পরিসরের মধ্যে বিদ্যমান না থাকে একটি ত্রুটি বার্তা প্রদর্শন করে।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3153556\n"
+"help.text"
+msgid "<bookmark_value>SKEW function</bookmark_value>"
+msgstr "<bookmark_value>SKEW function</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3153556\n"
+"12\n"
+"help.text"
+msgid "SKEW"
+msgstr "SKEW"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153485\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SCHIEFE\">Returns the skewness of a distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SCHIEFE\">নিবেশনের বক্রতা প্রদান করে।</ahelp>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154733\n"
+"14\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3151191\n"
+"15\n"
+"help.text"
+msgid "SKEW(Number1; Number2; ...Number30)"
+msgstr "SKEW(Number1; Number2; ...Number30)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3155757\n"
+"16\n"
+"help.text"
+msgid "<emph>Number1, Number2...Number30</emph> are numerical values or ranges."
+msgstr "<emph>Number1, Number2...Number30</emph> সংখ্যাসূচক মান অথবা পরিসর।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3153297\n"
+"17\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3145118\n"
+"18\n"
+"help.text"
+msgid "<item type=\"input\">=SKEW(A1:A50)</item> calculates the value of skew for the data referenced."
+msgstr "<item type=\"input\">=SKEW(A1:A50)</item> রেফারেন্সকৃত ডাটার জন্য স্কিউ এর মান গণনা করা হয়।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3149051\n"
+"help.text"
+msgid "<bookmark_value>regression lines;FORECAST function</bookmark_value> <bookmark_value>extrapolations</bookmark_value> <bookmark_value>FORECAST function</bookmark_value>"
+msgstr "<bookmark_value>regression lines;FORECAST function</bookmark_value> <bookmark_value>extrapolations</bookmark_value> <bookmark_value>FORECAST function</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3149051\n"
+"20\n"
+"help.text"
+msgid "FORECAST"
+msgstr "FORECAST"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153290\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SCHAETZER\">Extrapolates future values based on existing x and y values.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SCHAETZER\">উপস্থিত x এবং y মানের উপর ভিত্তি করে ভবিষ্যত মান হিসাব করা হয়।</ahelp>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3151343\n"
+"22\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3147404\n"
+"23\n"
+"help.text"
+msgid "FORECAST(Value; DataY; DataX)"
+msgstr "FORECAST(Value; DataY; DataX)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3148743\n"
+"24\n"
+"help.text"
+msgid "<emph>Value</emph> is the x value, for which the y value on the linear regression is to be returned."
+msgstr "<emph>মান</emph> হলো x মান, যার জন্য রৈখিক নির্ভরণে বিদ্যমান y মান প্রদান করা হবে।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3146325\n"
+"25\n"
+"help.text"
+msgid "<emph>DataY</emph> is the array or range of known y's."
+msgstr "<emph>DataY</emph> হলো জ্ঞাত y এর অ্যারে অথবা পরিসর।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150536\n"
+"26\n"
+"help.text"
+msgid "<emph>DataX</emph> is the array or range of known x's."
+msgstr "<emph>DataX</emph> জ্ঞাত x এর অ্যারে অথবা পরিসর।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3147416\n"
+"27\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3157874\n"
+"28\n"
+"help.text"
+msgid "<item type=\"input\">=FORECAST(50;A1:A50;B1;B50)</item> returns the Y value expected for the X value of 50 if the X and Y values in both references are linked by a linear trend."
+msgstr "<item type=\"input\">=FORECAST(50;A1:A50;B1;B50)</item> X এর মান ৫০ এর জন্য কাঙ্খিত Y মান প্রদান করে থাকে যদি উভয় রেফারেন্সে X এবং Y মান একটি রৈখিক ট্রেন্ড দ্বারা লিঙ্ক করা থাকে।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3149143\n"
+"help.text"
+msgid "<bookmark_value>STDEV function</bookmark_value> <bookmark_value>standard deviations in statistics;based on a sample</bookmark_value>"
+msgstr "<bookmark_value>STDEV function</bookmark_value> <bookmark_value>standard deviations in statistics;based on a sample</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3149143\n"
+"30\n"
+"help.text"
+msgid "STDEV"
+msgstr "STDEV"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3146888\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_STABW\">Estimates the standard deviation based on a sample.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_STABW\">একটি নমুনার উপর ভিত্তি করে পরিমিত ব্যবধান অনুমান করে।</ahelp>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3146815\n"
+"32\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149946\n"
+"33\n"
+"help.text"
+msgid "STDEV(Number1; Number2; ...Number30)"
+msgstr "STDEV(Number1; Number2; ...Number30)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3157904\n"
+"34\n"
+"help.text"
+msgid "<emph>Number1, Number2, ... Number30</emph> are numerical values or ranges representing a sample based on an entire population."
+msgstr "<emph>Number1, Number2, ... Number30</emph> একটি সম্পূর্ণ সমগ্রক ভিত্তিক একটি নমুনা নির্দেশক সংখ্যাসূচক মান অথবা পরিসর।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3150650\n"
+"35\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149434\n"
+"36\n"
+"help.text"
+msgid "<item type=\"input\">=STDEV(A1:A50)</item> returns the estimated standard deviation based on the data referenced."
+msgstr "<item type=\"input\">=STDEV(A1:A50)</item> রেফারেন্সকৃত ডাটা ভিত্তিক মূল্যায়নকৃত পরিমিত ব্যবধান প্রদান করে থাকে।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3144745\n"
+"help.text"
+msgid "<bookmark_value>STDEVA function</bookmark_value>"
+msgstr "<bookmark_value>STDEVA function</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3144745\n"
+"186\n"
+"help.text"
+msgid "STDEVA"
+msgstr "STDEVA"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3151234\n"
+"187\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_STABWA\">Calculates the standard deviation of an estimation based on a sample.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_STABWA\">একটি নমুনার উপর ভিত্তি করে অনুমানের পরিমিত ব্যবধান গণনা করে।</ahelp>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3148884\n"
+"188\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3147422\n"
+"189\n"
+"help.text"
+msgid "STDEVA(Value1;Value2;...Value30)"
+msgstr "STDEVA(Value1;Value2;...Value30)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154547\n"
+"190\n"
+"help.text"
+msgid "<emph>Value1, Value2, ...Value30</emph> are values or ranges representing a sample derived from an entire population. Text has the value 0."
+msgstr "<emph>Value1, Value2, ...Value30</emph> হলো একটি সম্পূর্ণ সমগ্রক থেকে উৎপাদিত একটি নমুনা উপস্থাপনকারী মান অথবা পরিসর। টেক্সটের মান 0।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3155829\n"
+"191\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3148581\n"
+"192\n"
+"help.text"
+msgid "<item type=\"input\">=STDEVA(A1:A50)</item> returns the estimated standard deviation based on the data referenced."
+msgstr "<item type=\"input\">=STDEVA(A1:A50)</item> রেফারেন্সকৃত ডাটা ভিত্তিক মূল্যায়নকৃত পরিমিত ব্যবধান প্রদান করে থাকে।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3149734\n"
+"help.text"
+msgid "<bookmark_value>STDEVP function</bookmark_value> <bookmark_value>standard deviations in statistics;based on a population</bookmark_value>"
+msgstr "<bookmark_value>STDEVP function</bookmark_value> <bookmark_value>standard deviations in statistics;based on a population</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3149734\n"
+"38\n"
+"help.text"
+msgid "STDEVP"
+msgstr "STDEVP"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149187\n"
+"39\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_STABWN\">Calculates the standard deviation based on the entire population.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_STABWN\">সম্পূর্ণ সমগ্রকের উপর ভিত্তি করে পরিমিত ব্যবধান গণনা করে।</ahelp>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154387\n"
+"40\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154392\n"
+"41\n"
+"help.text"
+msgid "STDEVP(Number1;Number2;...Number30)"
+msgstr "STDEVP(Number1;Number2;...Number30)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3155261\n"
+"42\n"
+"help.text"
+msgid "<emph>Number 1,Number 2,...Number 30</emph> are numerical values or ranges representing a sample based on an entire population."
+msgstr "<emph>Number1, Number2, ... Number30</emph> একটি সম্পূর্ণ সমগ্রক ভিত্তিক একটি নমুনা নির্দেশক সংখ্যাসূচক মান অথবা পরিসর।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3145591\n"
+"43\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153933\n"
+"44\n"
+"help.text"
+msgid "<item type=\"input\">=STDEVP(A1:A50)</item> returns a standard deviation of the data referenced."
+msgstr "<item type=\"input\">=STDEVP(A1:A50)</item> রেফারেন্সকৃত ডাটার পরিমিত ব্যবধান প্রদান করে থাকে।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3154522\n"
+"help.text"
+msgid "<bookmark_value>STDEVPA function</bookmark_value>"
+msgstr "<bookmark_value>STDEVPA function</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154522\n"
+"194\n"
+"help.text"
+msgid "STDEVPA"
+msgstr "STDEVPA"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149549\n"
+"195\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_STABWNA\">Calculates the standard deviation based on the entire population.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_STABWNA\">সম্পূর্ণ সমগ্রকের উপর ভিত্তি করে পরিমিত ব্যবধান গণনা করে।</ahelp>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3155950\n"
+"196\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3146851\n"
+"197\n"
+"help.text"
+msgid "STDEVPA(Value1;Value2;...Value30)"
+msgstr "STDEVPA(Value1;Value2;...Value30)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153109\n"
+"198\n"
+"help.text"
+msgid "<emph>Value1,value2,...value30</emph> are values or ranges representing a sample derived from an entire population. Text has the value 0."
+msgstr "<emph>Value1,value2,...value30</emph> একটি সম্পূর্ণ সমগ্রক থেকে হিসাব করা একটি নমুনা নির্দেশক মান অথবা পরিসর। পাঠ্যের মান ০।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154506\n"
+"199\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3145163\n"
+"200\n"
+"help.text"
+msgid "<item type=\"input\">=STDEVPA(A1:A50)</item> returns the standard deviation of the data referenced."
+msgstr "<item type=\"input\">=STDEVPA(A1:A50)</item> রেফারেন্সকৃত ডাটার পরিমিত ব্যবধান প্রদান করে থাকে।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3155928\n"
+"help.text"
+msgid "<bookmark_value>STANDARDIZE function</bookmark_value> <bookmark_value>converting;random variables, into normalized values</bookmark_value>"
+msgstr "<bookmark_value>STANDARDIZE function</bookmark_value> <bookmark_value>converting;random variables, into normalized values</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3155928\n"
+"46\n"
+"help.text"
+msgid "STANDARDIZE"
+msgstr "STANDARDIZE"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149883\n"
+"47\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_STANDARDISIERUNG\">Converts a random variable to a normalized value.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_STANDARDISIERUNG\">একটি র‍্য়ান্ডম চলককে স্বাভাবিক মানে পরিবর্তন করে।</ahelp>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154330\n"
+"48\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150132\n"
+"49\n"
+"help.text"
+msgid "STANDARDIZE(Number; Mean; StDev)"
+msgstr "STANDARDIZE(Number; Mean; StDev)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3159139\n"
+"50\n"
+"help.text"
+msgid "<emph>Number</emph> is the value to be standardized."
+msgstr "<emph>সংখ্যা</emph> হলো আদর্শকরণ মান।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3145241\n"
+"51\n"
+"help.text"
+msgid "<emph>Mean</emph> is the arithmetic mean of the distribution."
+msgstr "<emph>গড়</emph> হলো নিবেশনের গাণিতিক গড়।"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3148874\n"
+"52\n"
+"help.text"
+msgid "<emph>StDev</emph> is the standard deviation of the distribution."
+msgstr "<emph>StDev</emph> হলো বিন্যাসের পরিমিত ব্যবধান।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3145351\n"
+"53\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3156067\n"
+"54\n"
+"help.text"
+msgid "<item type=\"input\">=STANDARDIZE(11;10;1)</item> returns 1. The value 11 in a normal distribution with a mean of 10 and a standard deviation of 1 is as much above the mean of 10, as the value 1 is above the mean of the standard normal distribution."
+msgstr "<item type=\"input\">=STANDARDIZE(11;10;1)</item> ফলাফল ১ প্রদান করে। গড় ১০ সহকারে একটি নরমাল ডিস্ট্রিবিউশনে মান হলো ১১ এবং ১ এর আদর্শ ভেদাংক গড় ১০ হতে অনেক বেশি, যেমন মান ১ আদর্শ নরমাল ডিস্ট্রিবিউশনের গড়ের বেশি।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3157986\n"
+"help.text"
+msgid "<bookmark_value>NORMSINV function</bookmark_value> <bookmark_value>normal distribution;inverse of standard</bookmark_value>"
+msgstr "<bookmark_value>NORMSINV function</bookmark_value> <bookmark_value>normal distribution;inverse of standard</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3157986\n"
+"56\n"
+"help.text"
+msgid "NORMSINV"
+msgstr "NORMSINV"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3151282\n"
+"57\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_STANDNORMINV\">Returns the inverse of the standard normal cumulative distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_STANDNORMINV\">বিপরীত আদর্শ পরিমিত ক্রমযোজিত বিন্যাস প্রদান করে।</ahelp>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3153261\n"
+"58\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154195\n"
+"59\n"
+"help.text"
+msgid "NORMINV(Number)"
+msgstr "NORMINV(Number)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3148772\n"
+"60\n"
+"help.text"
+msgid "<emph>Number</emph> is the probability to which the inverse standard normal distribution is calculated."
+msgstr "<emph>সংখ্যা</emph> হলো সম্ভাব্যতা যাতে বিপরীত পরিমিত স্বাভাবিক ক্রমযোজিত নিবেশন গণনা করা হয়।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3150934\n"
+"61\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149030\n"
+"62\n"
+"help.text"
+msgid "<item type=\"input\">=NORMSINV(0.908789)</item> returns 1.3333."
+msgstr "<item type=\"input\">=NORMSINV(0.908789)</item> ১.৩৩৩৩ প্রদান করে থাকে।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3147538\n"
+"help.text"
+msgid "<bookmark_value>NORMSDIST function</bookmark_value> <bookmark_value>normal distribution;statistics</bookmark_value>"
+msgstr "<bookmark_value>NORMSDIST function</bookmark_value> <bookmark_value>normal distribution;statistics</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3147538\n"
+"64\n"
+"help.text"
+msgid "NORMSDIST"
+msgstr "NORMSDIST"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150474\n"
+"65\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_STANDNORMVERT\">Returns the standard normal cumulative distribution function. The distribution has a mean of zero and a standard deviation of one.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_STANDNORMVERT\">আদর্শ পরিমিত ক্রমযোজিত বিন্যাস ফাংশন প্রদান করে। নিবেশনের গড় মান শূন্য এবং পরিমিত ব্যবধানের মান এক রয়েছে।</ahelp>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id8652302\n"
+"help.text"
+msgid "It is GAUSS(x)=NORMSDIST(x)-0.5"
+msgstr "এটা GAUSS(x)=NORMSDIST(x)-0.5"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3155083\n"
+"66\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3158411\n"
+"67\n"
+"help.text"
+msgid "NORMSDIST(Number)"
+msgstr "NORMSDIST(Number)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154950\n"
+"68\n"
+"help.text"
+msgid "<emph>Number</emph> is the value to which the standard normal cumulative distribution is calculated."
+msgstr "<emph>সংখ্যা</emph> হলো একটি মান যার পরিমিত স্বাভাবিক ক্রমযোজিত নিবেশন গণনা করা হয়।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3153228\n"
+"69\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3155984\n"
+"70\n"
+"help.text"
+msgid "<item type=\"input\">=NORMSDIST(1)</item> returns 0.84. The area below the standard normal distribution curve to the left of X value 1 is 84% of the total area."
+msgstr "<item type=\"input\">=NORMSDIST(1)</item>০.৮৪ প্রদান করে থাকে। X মান 1 এর বামে বিদ্যমান পরিমিত স্বাভাবিক ক্রমযোজিত নিবেশন বক্ররেখার নিচের এলাকাটি হলো মোট এলাকার ৮৪%।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3152592\n"
+"help.text"
+msgid "<bookmark_value>SLOPE function</bookmark_value>"
+msgstr "<bookmark_value>SLOPE function</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3152592\n"
+"72\n"
+"help.text"
+msgid "SLOPE"
+msgstr "SLOPE"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150386\n"
+"73\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_STEIGUNG\">Returns the slope of the linear regression line.</ahelp> The slope is adapted to the data points set in the y and x values."
+msgstr "<ahelp hid=\"HID_FUNC_STEIGUNG\">রৈখিক নির্ভরণ রেখার ঢাল প্রদান করে।</ahelp> y এবং x মানের ডাটা পয়েন্ট সেটের সাথে ঢালটি খাপ খাওয়ানো হয়।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154315\n"
+"74\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149819\n"
+"75\n"
+"help.text"
+msgid "SLOPE(DataY; DataX)"
+msgstr "SLOPE(DataY; DataX)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3083446\n"
+"76\n"
+"help.text"
+msgid "<emph>DataY</emph> is the array or matrix of Y data."
+msgstr "<emph>DataY</emph> হলো Y ডাটার অ্যারে অথবা ম্যাট্রিক্স।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3152375\n"
+"77\n"
+"help.text"
+msgid "<emph>DataX</emph> is the array or matrix of X data."
+msgstr "<emph>DataX</emph> X ডাটার অ্যারে অথবা ম্যাট্রিক্স।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3146061\n"
+"78\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3152480\n"
+"79\n"
+"help.text"
+msgid "<item type=\"input\">=SLOPE(A1:A50;B1:B50)</item>"
+msgstr "<item type=\"input\">=SLOPE(A1:A50;B1:B50)</item>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3155836\n"
+"help.text"
+msgid "<bookmark_value>STEYX function</bookmark_value> <bookmark_value>standard errors;statistical functions</bookmark_value>"
+msgstr "<bookmark_value>STEYX function</bookmark_value> <bookmark_value>standard errors;statistical functions</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3155836\n"
+"81\n"
+"help.text"
+msgid "STEYX"
+msgstr "STEYX"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149446\n"
+"82\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_STFEHLERYX\">Returns the standard error of the predicted y value for each x in the regression.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_STFEHLERYX\">নির্ভরণে প্রতিটি x এর জন্য অনুমেয় y মানের পরিমিত ত্রুটি প্রদান করে থাকে।</ahelp>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3147562\n"
+"83\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3151267\n"
+"84\n"
+"help.text"
+msgid "STEYX(DataY; DataX)"
+msgstr "STEYX(DataY; DataX)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3147313\n"
+"85\n"
+"help.text"
+msgid "<emph>DataY</emph> is the array or matrix of Y data."
+msgstr "<emph>DataY</emph> হলো Y ডাটার অ্যারে অথবা ম্যাট্রিক্স।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3156097\n"
+"86\n"
+"help.text"
+msgid "<emph>DataX</emph> is the array or matrix of X data."
+msgstr "<emph>DataX</emph> X ডাটার অ্যারে অথবা ম্যাট্রিক্স।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3145204\n"
+"87\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3156131\n"
+"88\n"
+"help.text"
+msgid "<item type=\"input\">=STEXY(A1:A50;B1:B50)</item>"
+msgstr "<item type=\"input\">=STEXY(A1:A50;B1:B50)</item>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3150873\n"
+"help.text"
+msgid "<bookmark_value>DEVSQ function</bookmark_value> <bookmark_value>sums;of squares of deviations</bookmark_value>"
+msgstr "<bookmark_value>DEVSQ function</bookmark_value> <bookmark_value>sums;of squares of deviations</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3150873\n"
+"90\n"
+"help.text"
+msgid "DEVSQ"
+msgstr "DEVSQ"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154748\n"
+"91\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SUMQUADABW\">Returns the sum of squares of deviations based on a sample mean.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SUMQUADABW\">একটি নমুনা গড় ভিত্তিক ব্যবধানের বর্গের সমষ্টি প্রদান করে থাকে।</ahelp>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3156121\n"
+"92\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3146790\n"
+"93\n"
+"help.text"
+msgid "DEVSQ(Number1; Number2; ...Number30)"
+msgstr "DEVSQ(Number1; Number2; ...Number30)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3155995\n"
+"94\n"
+"help.text"
+msgid "<emph>Number1, Number2, ...Number30</emph> numerical values or ranges representing a sample."
+msgstr "<emph>Number1, Number2, ...Number30</emph> একটি নমুনা নির্দেশক সংখ্যাসূচক মান অথবা পরিসর।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3150254\n"
+"95\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149136\n"
+"96\n"
+"help.text"
+msgid "<item type=\"input\">=DEVSQ(A1:A50)</item>"
+msgstr "<item type=\"input\">=DEVSQ(A1:A50)</item>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3149579\n"
+"help.text"
+msgid "<bookmark_value>TINV function</bookmark_value> <bookmark_value>inverse of t-distribution</bookmark_value>"
+msgstr "<bookmark_value>TINV function</bookmark_value> <bookmark_value>inverse of t-distribution</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3149579\n"
+"98\n"
+"help.text"
+msgid "TINV"
+msgstr "TINV"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3143232\n"
+"99\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TINV\">Returns the inverse of the t-distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TINV\">t-ডিস্ট্রিবিউশনের বিপরীত প্রদান করে।</ahelp>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3155101\n"
+"100\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149289\n"
+"101\n"
+"help.text"
+msgid "TINV(Number; DegreesFreedom)"
+msgstr "TINV(Number; DegreesFreedom)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154070\n"
+"102\n"
+"help.text"
+msgid "<emph>Number</emph> is the probability associated with the two-tailed t-distribution."
+msgstr "<emph>সংখ্যা</emph> হলো দুই-টেইল যুক্ত t-নিবেশনের সাথে সম্পর্কযুক্ত সম্ভাব্যতা।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3155315\n"
+"103\n"
+"help.text"
+msgid "<emph>DegreesFreedom</emph> is the number of degrees of freedom for the t-distribution."
+msgstr "<emph>DegreesFreedom</emph> t-নিবেশনের জন্য মান নির্বাচনের স্বাধীনতা মাত্রা সংখ্যা।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3153885\n"
+"104\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3156010\n"
+"105\n"
+"help.text"
+msgid "<item type=\"input\">=TINV(0.1;6)</item> returns 1.94"
+msgstr "<item type=\"input\">=TINV(0.1;6)</item> ১.৯৪ প্রদান করে থাকে"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3154129\n"
+"help.text"
+msgid "<bookmark_value>TTEST function</bookmark_value>"
+msgstr "<bookmark_value>TTEST function</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154129\n"
+"107\n"
+"help.text"
+msgid "TTEST"
+msgstr "TTEST"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3159184\n"
+"108\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TTEST\">Returns the probability associated with a Student's t-Test.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TTEST\">একজন ছাত্রের t-টেস্টের সাথে সম্পর্কিত সম্ভাব্যতা প্রদান করে।</ahelp>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3147257\n"
+"109\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3151175\n"
+"110\n"
+"help.text"
+msgid "TTEST(Data1; Data2; Mode; Type)"
+msgstr "TTEST(Data1; Data2; Mode; Type)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149202\n"
+"111\n"
+"help.text"
+msgid "<emph>Data1</emph> is the dependent array or range of data for the first record."
+msgstr "<emph>Data1</emph> হলো প্রথম রেকর্ডের জন্য ডাটার নির্ভরশীল অ্যারে অথবা পরিসর।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3145666\n"
+"112\n"
+"help.text"
+msgid "<emph>Data2</emph> is the dependent array or range of data for the second record."
+msgstr "<emph>Data2</emph> হলো দ্বিতীয় রেকর্ডের জন্য ডাটা নির্ভরশীল অ্যারে অথবা পরিসর।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153903\n"
+"113\n"
+"help.text"
+msgid "<emph>Mode</emph> = 1 calculates the one-tailed test, <emph>Mode</emph> = 2 the two- tailed test."
+msgstr "<emph>মোড</emph> = 1 হলে একক-টেইলযুক্ত পরীক্ষণ , <emph>মোড</emph> = 2 হলে দুই-টেইলযুক্ত পরীক্ষণ গণনা করা হয়।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3155327\n"
+"114\n"
+"help.text"
+msgid "<emph>Type</emph> is the kind of t-test to perform. Type 1 means paired. Type 2 means two samples, equal variance (homoscedastic). Type 3 means two samples, unequal variance (heteroscedastic)."
+msgstr "<emph>ধরন</emph> হলো সম্পাদনা করার জন্য এক প্রকারের t-টেস্ট। ধরন১ মানে হলো জোড়বদ্ধ। ধরন২ মানে হলো দুইটি নমুনা, সমান ভেদাংক (homoscedastic)। ধরন৩ মানে হলো দুইটি নমুনা, অসমান ভেদাংক (heteroscedastic)।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3159342\n"
+"115\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150119\n"
+"116\n"
+"help.text"
+msgid "<item type=\"input\">=TTEST(A1:A50;B1:B50;2;2)</item>"
+msgstr "<item type=\"input\">=TTEST(A1:A50;B1:B50;2;2)</item>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3154930\n"
+"help.text"
+msgid "<bookmark_value>TDIST function</bookmark_value> <bookmark_value>t-distribution</bookmark_value>"
+msgstr "<bookmark_value>TDIST function</bookmark_value> <bookmark_value>t-distribution</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154930\n"
+"118\n"
+"help.text"
+msgid "TDIST"
+msgstr "TDIST"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153372\n"
+"119\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TVERT\">Returns the t-distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TVERT\"> t-ডিস্ট্রিবিউশন প্রদান করে।</ahelp>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3149911\n"
+"120\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150521\n"
+"121\n"
+"help.text"
+msgid "TDIST(Number; DegreesFreedom; Mode)"
+msgstr "TDIST(Number; DegreesFreedom; Mode)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3146991\n"
+"122\n"
+"help.text"
+msgid "<emph>Number</emph> is the value for which the t-distribution is calculated."
+msgstr "<emph>সংখ্যা</emph> হলো একটি মান যার জন্য t- নিবেশন গণনা করা হয়।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3148824\n"
+"123\n"
+"help.text"
+msgid "<emph>DegreesFreedom</emph> is the number of degrees of freedom for the t-distribution."
+msgstr "<emph>DegreesFreedom</emph> t-নিবেশনের জন্য মান নির্বাচনের স্বাধীনতা মাত্রা সংখ্যা।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149340\n"
+"124\n"
+"help.text"
+msgid "<emph>Mode</emph> = 1 returns the one-tailed test, <emph>Mode</emph> = 2 returns the two-tailed test."
+msgstr "<emph>মোড</emph> = ১ এক-টেইলকৃত পরীক্ষণ প্রদান করে, <emph>মোড</emph> = ২ দুই-টেইলকৃত পরীক্ষণ প্রদান করে থাকে।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3159150\n"
+"125\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149773\n"
+"126\n"
+"help.text"
+msgid "<item type=\"input\">=TDIST(12;5;1)</item>"
+msgstr "<item type=\"input\">=TDIST(12;5;1)</item>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3153828\n"
+"help.text"
+msgid "<bookmark_value>VAR function</bookmark_value> <bookmark_value>variances</bookmark_value>"
+msgstr "<bookmark_value>VAR function</bookmark_value> <bookmark_value>variances</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3153828\n"
+"128\n"
+"help.text"
+msgid "VAR"
+msgstr "VAR"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3159165\n"
+"129\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VARIANZ\">Estimates the variance based on a sample.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_VARIANZ\">একটি নমুনার উপর ভিত্তি করে ভেদাংক অনুমান করে।</ahelp>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154286\n"
+"130\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153054\n"
+"131\n"
+"help.text"
+msgid "VAR(Number1; Number2; ...Number30)"
+msgstr "VAR(Number1; Number2; ...Number30)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3148938\n"
+"132\n"
+"help.text"
+msgid "<emph>Number1, Number2, ...Number30</emph> are numerical values or ranges representing a sample based on an entire population."
+msgstr "<emph>Value1,value2,...Value30</emph> হলো একটি সম্পূর্ণ সমগ্রক নির্দেশক ভিত্তিক একটি নমুনার সংখ্যাসূচক মান অথবা পরিসর।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3147233\n"
+"133\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153575\n"
+"134\n"
+"help.text"
+msgid "<item type=\"input\">=VAR(A1:A50)</item>"
+msgstr "<item type=\"input\">=VAR(A1:A50)</item>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3151045\n"
+"help.text"
+msgid "<bookmark_value>VARA function</bookmark_value>"
+msgstr "<bookmark_value>VARA function</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3151045\n"
+"202\n"
+"help.text"
+msgid "VARA"
+msgstr "VARA"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3155122\n"
+"203\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VARIANZA\">Estimates a variance based on a sample. The value of text is 0.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_VARIANZA\">একটি নমুনার উপর ভিত্তি করে ভেদাংক অনুমান করে। টেক্সেটের মান হলো ০।</ahelp>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3149176\n"
+"204\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149999\n"
+"205\n"
+"help.text"
+msgid "VARA(Value1; Value2; ...Value30)"
+msgstr "VARA(Value1; Value2; ...Value30)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3158421\n"
+"206\n"
+"help.text"
+msgid "<emph>Value1, Value2,...Value30</emph> are values or ranges representing a sample derived from an entire population. Text has the value 0."
+msgstr "<emph>Value1, Value2,...Value30</emph> সম্পূর্ণ সমগ্রক থেকে উৎপন্ন একটি নমুনা নির্দেশন মান অথবা পরিসর। পাঠ্যের মান ০।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3149160\n"
+"207\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154279\n"
+"208\n"
+"help.text"
+msgid "<item type=\"input\">=VARA(A1:A50)</item>"
+msgstr "<item type=\"input\">=VARA(A1:A50)</item>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3166441\n"
+"help.text"
+msgid "<bookmark_value>VARP function</bookmark_value>"
+msgstr "<bookmark_value>VARP function</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3166441\n"
+"136\n"
+"help.text"
+msgid "VARP"
+msgstr "VARP"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3159199\n"
+"137\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VARIANZEN\">Calculates a variance based on the entire population.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_VARIANZEN\">সম্পূর্ণ সমগ্রকের উপর ভিত্তি করে ভেদাংক গণনা করে।</ahelp>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3150706\n"
+"138\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3147282\n"
+"139\n"
+"help.text"
+msgid "VARP(Number1; Number2; ...Number30)"
+msgstr "VARP(Number1; Number2; ...Number30)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149793\n"
+"140\n"
+"help.text"
+msgid "<emph>Number1, Number2, ...Number30</emph> are numerical values or ranges representing an entire population."
+msgstr "<emph>Value1,value2,...Value30</emph> একটি সম্পূর্ণ সমগ্রক নির্দেশক সংখ্যাসূচক মান অথবা পরিসর।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3152939\n"
+"141\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153385\n"
+"142\n"
+"help.text"
+msgid "<item type=\"input\">=VARP(A1:A50)</item>"
+msgstr "<item type=\"input\">=VARP(A1:A50)</item>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3153688\n"
+"help.text"
+msgid "<bookmark_value>VARPA function</bookmark_value>"
+msgstr "<bookmark_value>VARPA function</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3153688\n"
+"210\n"
+"help.text"
+msgid "VARPA"
+msgstr "VARPA"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149109\n"
+"211\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VARIANZENA\">Calculates the variance based on the entire population. The value of text is 0.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_VARIANZENA\">সম্পূর্ণ সমগ্রকের উপর ভিত্তি করে ভেদাংক গণনা করে। টেক্সেটর মান হলো ০।</ahelp>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3152880\n"
+"212\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149967\n"
+"213\n"
+"help.text"
+msgid "VARPA(Value1; Value2; ...Value30)"
+msgstr "VARPA(Value1; Value2; ...Value30)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149920\n"
+"214\n"
+"help.text"
+msgid "<emph>Value1,value2,...Value30</emph> are values or ranges representing an entire population."
+msgstr "<emph>Value1,value2,...Value30</emph> একটি সম্পূর্ণ সমগ্রক নির্দেশক মান অথবা পরিসর।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154862\n"
+"215\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3156203\n"
+"216\n"
+"help.text"
+msgid "<item type=\"input\">=VARPA(A1:A50)</item>"
+msgstr "<item type=\"input\">=VARPA(A1:A50)</item>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3154599\n"
+"help.text"
+msgid "<bookmark_value>PERMUT function</bookmark_value> <bookmark_value>number of permutations</bookmark_value>"
+msgstr "<bookmark_value>PERMUT function</bookmark_value> <bookmark_value>number of permutations</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3154599\n"
+"144\n"
+"help.text"
+msgid "PERMUT"
+msgstr "PERMUT"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154334\n"
+"145\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VARIATIONEN\">Returns the number of permutations for a given number of objects.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_VARIATIONEN\">প্রদত্ত সংখ্যক বস্তুর জন্য বিন্যাস সংখ্যা প্রদান করে।</ahelp>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3149422\n"
+"146\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3148466\n"
+"147\n"
+"help.text"
+msgid "PERMUT(Count1; Count2)"
+msgstr "PERMUT(Count1; Count2)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3148656\n"
+"148\n"
+"help.text"
+msgid "<emph>Count1</emph> is the total number of objects."
+msgstr "<emph>Count1</emph> হলো বস্তুর মোট পরিমাণ।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150826\n"
+"149\n"
+"help.text"
+msgid "<emph>Count2</emph> is the number of objects in each permutation."
+msgstr "<emph>Count2</emph> প্রতিটি বিন্যাসে বস্তুর সংখ্যা।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3153351\n"
+"150\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150424\n"
+"151\n"
+"help.text"
+msgid "<item type=\"input\">=PERMUT(6;3)</item> returns 120. There are 120 different possibilities, to pick a sequence of 3 playing cards out of 6 playing cards."
+msgstr "<item type=\"input\">=PERMUT(6;3)</item> ১২০ প্রদান করে থাকে। ৬ টি তাস থেকে ৩ টি তাসের ক্রম বাছাই করার ১২০ টি সম্ভাব্যতা রয়েছে।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3143276\n"
+"help.text"
+msgid "<bookmark_value>PERMUTATIONA function</bookmark_value>"
+msgstr "<bookmark_value>PERMUTATIONA function</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3143276\n"
+"153\n"
+"help.text"
+msgid "PERMUTATIONA"
+msgstr "PERMUTATIONA"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3144759\n"
+"154\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VARIATIONEN2\">Returns the number of permutations for a given number of objects (repetition allowed).</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_VARIATIONEN2\">প্রদত্ত সংখ্যক বস্তুর জন্য বিন্যাস সংখ্যা প্রদান করে (পুনরাবৃত্ত অনুমোদিত)।</ahelp>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3145598\n"
+"155\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149298\n"
+"156\n"
+"help.text"
+msgid "PERMUTATIONA(Count1; Count2)"
+msgstr "PERMUTATIONA(Count1; Count2)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3156139\n"
+"157\n"
+"help.text"
+msgid "<emph>Count1</emph> is the total number of objects."
+msgstr "<emph>Count1</emph> হলো বস্তুর মোট পরিমাণ।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149519\n"
+"158\n"
+"help.text"
+msgid "<emph>Count2</emph> is the number of objects in each permutation."
+msgstr "<emph>Count2</emph> হলো প্রতিটি বিন্যাসে বস্তুর সংখ্যা।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3151382\n"
+"159\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153949\n"
+"160\n"
+"help.text"
+msgid "How often can 2 objects be selected from a total of 11 objects?"
+msgstr "মোট ১১টি বস্তু হতে ২টি বস্তু কতোবার নির্বাচন করা যাবে?"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3149233\n"
+"161\n"
+"help.text"
+msgid "<item type=\"input\">=PERMUTATIONA(11;2)</item> returns 121."
+msgstr "<item type=\"input\">=PERMUTATIONA(11;2)</item> ১২১ প্রদান করে থাকে।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150622\n"
+"162\n"
+"help.text"
+msgid "<item type=\"input\">=PERMUTATIONA(6;3)</item> returns 216. There are 216 different possibilities to put a sequence of 3 playing cards together out of six playing cards if every card is returned before the next one is drawn."
+msgstr "<item type=\"input\">=PERMUTATIONA(6;3)</item> ফলাফল ২১৬ প্রদান করে। ছয়টি তাস হতে ৩ টি তাসের একটি ক্রম রাখার জন্য ২১৬ সম্ভাব্যতা রয়েছে যদি পরবর্তী তাসটি নেয়ার পূর্বে প্রতিটি তাস ফেরত দিতে হয়।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3152952\n"
+"help.text"
+msgid "<bookmark_value>PROB function</bookmark_value>"
+msgstr "<bookmark_value>PROB function</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3152952\n"
+"164\n"
+"help.text"
+msgid "PROB"
+msgstr "PROB"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154110\n"
+"165\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WAHRSCHBEREICH\">Returns the probability that values in a range are between two limits.</ahelp> If there is no <item type=\"literal\">End</item> value, this function calculates the probability based on the principle that the Data values are equal to the value of <item type=\"literal\">Start</item>."
+msgstr "<ahelp hid=\"HID_FUNC_WAHRSCHBEREICH\"> দুইটি সীমানার মধ্যে একটি পরিসরে যে মান রয়েছে তার সম্ভাব্যতা প্রদান করে। </ahelp> যদি সেখানে কোন <item type=\"literal\">সমাপ্ত</item> মান না থাকে, ফাংশনটি মূলসূত্র ভিত্তিক সম্ভাব্যতা গণনা করে যে ডাটা মান <item type=\"literal\">শুরু</item> মানের সমান।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3146810\n"
+"166\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3147330\n"
+"167\n"
+"help.text"
+msgid "PROB(Data; Probability; Start; End)"
+msgstr "PROB(Data; Probability; Start; End)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154573\n"
+"168\n"
+"help.text"
+msgid "<emph>Data</emph> is the array or range of data in the sample."
+msgstr "<emph>তথ্য</emph> হলো নমুনাতে তথ্যের অ্যারে অথবা পরিসর।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3156334\n"
+"169\n"
+"help.text"
+msgid "<emph>Probability</emph> is the array or range of the corresponding probabilities."
+msgstr "<emph>সম্ভাব্যতা</emph> সংশ্লিষ্ট সম্ভাব্যতার অ্যারে অথবা পরিসর।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3151107\n"
+"170\n"
+"help.text"
+msgid "<emph>Start</emph> is the start value of the interval whose probabilities are to be summed."
+msgstr "<emph>শুরু</emph> হলো বিরতী শুরুর মান যার সম্ভাব্যতা যোগ করা হয়।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153694\n"
+"171\n"
+"help.text"
+msgid "<emph>End</emph> (optional) is the end value of the interval whose probabilities are to be summed. If this parameter is missing, the probability for the <emph>Start </emph>value is calculated."
+msgstr "<emph>End</emph> (ঐচ্ছিক) হলো বিরতির সর্বশেষ মান, যার সম্ভাব্যতার যোগফল বের করা হবে। যদি এই প্যারামিটারটি অনুপস্থিত থাকে, <emph>Start </emph>মানের সম্ভাব্যতা গণনা করা হয়।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3147574\n"
+"172\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153666\n"
+"173\n"
+"help.text"
+msgid "<item type=\"input\">=PROB(A1:A50;B1:B50;50;60)</item> returns the probability with which a value within the range of A1:A50 is also within the limits between 50 and 60. Every value within the range of A1:A50 has a probability within the range of B1:B50."
+msgstr "<item type=\"input\">=PROB(A1:A50;B1:B50;50;60)</item> সম্ভাব্যতা প্রদান করে যা দ্বারা A1:A50 এর একটি পরিসরের মধ্যে বিদ্যমান মান ৫০ এবং ৬০ এর সীমার মধ্যেও থাকে। A1:A50 এর পরিসরে প্রতিটি মানের B1:B50 এর পরিসরে থাকার সম্ভাব্যতা রয়েছে।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3150941\n"
+"help.text"
+msgid "<bookmark_value>WEIBULL function</bookmark_value>"
+msgstr "<bookmark_value>WEIBULL function</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3150941\n"
+"175\n"
+"help.text"
+msgid "WEIBULL"
+msgstr "WEIBULL"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154916\n"
+"176\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WEIBULL\">Returns the values of the Weibull distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_WEIBULL\">Weibull বিন্যাসের মান প্রদান করে।</ahelp>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id0305200911372767\n"
+"help.text"
+msgid "The Weibull distribution is a continuous probability distribution, with parameters Alpha > 0 (shape) and Beta > 0 (scale)."
+msgstr "Weibull হলো আলফা > 0 (আকৃতি) এবং বিটা > 0 (স্কেল) প্যারামিটার সহ একটি ধারাবাহিক সম্ভাব্যতা নিবেশন।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id0305200911372777\n"
+"help.text"
+msgid "If C is 0, WEIBULL calculates the probability density function."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id0305200911372743\n"
+"help.text"
+msgid "If C is 1, WEIBULL calculates the cumulative distribution function."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3159393\n"
+"177\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154478\n"
+"178\n"
+"help.text"
+msgid "WEIBULL(Number; Alpha; Beta; C)"
+msgstr "WEIBULL(Number; Alpha; Beta; C)"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3151317\n"
+"179\n"
+"help.text"
+msgid "<emph>Number</emph> is the value at which to calculate the Weibull distribution."
+msgstr "<emph>সংখ্যা</emph> Weibull নিবেশন গণনা করার জন্য একটি মান।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3158436\n"
+"180\n"
+"help.text"
+msgid "<emph>Alpha </emph>is the shape parameter of the Weibull distribution."
+msgstr "<emph>আলফা </emph>হলো Weibull বিন্যাসের আকৃতি প্যারামিটার।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154668\n"
+"181\n"
+"help.text"
+msgid "<emph>Beta</emph> is the scale parameter of the Weibull distribution."
+msgstr "<emph>বিটা</emph> হলো Weibull নিবেশনের স্কেল প্যারামিটার।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3154825\n"
+"182\n"
+"help.text"
+msgid "<emph>C</emph> indicates the type of function."
+msgstr ""
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3153794\n"
+"183\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id3146077\n"
+"184\n"
+"help.text"
+msgid "<item type=\"input\">=WEIBULL(2;1;1;1)</item> returns 0.86."
+msgstr "<item type=\"input\">=WEIBULL(2;1;1;1)</item> ০.৮৬ প্রদান করে থাকে।"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"par_id0305200911372899\n"
+"help.text"
+msgid "See also the <link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_WEIBULL_function\">Wiki page</link>."
+msgstr ""
+
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Input Help"
+msgstr "ইনপুট সহায়তা"
+
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"hd_id3156280\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12120200.xhp\" name=\"Input Help\">Input Help</link>"
+msgstr "<link href=\"text/scalc/01/12120200.xhp\" name=\"Input Help\">ইনপুট সহায়তা</link>"
+
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"par_id3147229\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"SC:TABPAGE:TP_VALIDATION_INPUTHELP\">Enter the message that you want to display when the cell or cell range is selected in the sheet.</ahelp>"
+msgstr "<ahelp hid=\"SC:TABPAGE:TP_VALIDATION_INPUTHELP\">যখন একটি ঘর অথবা ঘর পরিসর পাতাতে নির্বাচিত হয় তখন আপনি যে বার্তাটি প্রদর্শন করতে চান তা সন্নিবেশ করান।</ahelp>"
+
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"hd_id3146986\n"
+"3\n"
+"help.text"
+msgid "Show input help when cell is selected"
+msgstr "ঘর নির্বাচন করার সময় ইনপুট সহায়তা প্রদর্শিত হয়"
+
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"par_id3153363\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:TRISTATEBOX:TP_VALIDATION_INPUTHELP:TSB_HELP\">Displays the message that you enter in the <emph>Contents</emph> box when the cell or cell range is selected in the sheet.</ahelp>"
+msgstr "<ahelp hid=\"SC:TRISTATEBOX:TP_VALIDATION_INPUTHELP:TSB_HELP\">বার্তাটি প্রদর্শন করে যা আপনি <emph>উপাদান</emph> বাক্সে সন্নিবেশ করান যখন একটি ঘর অথবা ঘর পরিসর একটি পাতাতে নির্বাচিত হয়।</ahelp>"
+
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"par_id3154730\n"
+"5\n"
+"help.text"
+msgid "If you enter text in the <emph>Contents</emph> box of this dialog, and then select and clear this check box, the text will be lost."
+msgstr "যদি আপনি ডায়ালগের <emph>উপাদান</emph> বাক্সে একটি টেক্সট সন্নিবেশ করান এবং তারপর পরীক্ষা বাক্সটি নির্বাচন এবং পরিস্কার করেন, টেক্সটটি মুছে যাবে।"
+
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"hd_id3147394\n"
+"6\n"
+"help.text"
+msgid "Contents"
+msgstr "প্রসঙ্গ"
+
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"hd_id3149582\n"
+"8\n"
+"help.text"
+msgid "Title"
+msgstr "শিরোনাম"
+
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"par_id3149400\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:TP_VALIDATION_INPUTHELP:EDT_TITLE\">Enter the title that you want to display when the cell or cell range is selected.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:TP_VALIDATION_INPUTHELP:EDT_TITLE\">যখন একটি ঘর অথবা ঘর পরিসর নির্বাচিত হয় তখন আপনি যে শিরোনাম প্রদর্শন করতে চান তা সন্নিবেশ করান।</ahelp>"
+
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"hd_id3149121\n"
+"10\n"
+"help.text"
+msgid "Input help"
+msgstr "ইনপুট সহায়তা"
+
+#: 12120200.xhp
+msgctxt ""
+"12120200.xhp\n"
+"par_id3150752\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SC:MULTILINEEDIT:TP_VALIDATION_INPUTHELP:EDT_INPUTHELP\">Enter the message that you want to display when the cell or cell range is selected.</ahelp>"
+msgstr "<ahelp hid=\"SC:MULTILINEEDIT:TP_VALIDATION_INPUTHELP:EDT_INPUTHELP\">যখন একটি ঘর অথবা ঘর পরিসর নির্বাচিত হয় তখন আপনি যে বার্তাটি প্রদর্শন করতে চান তা সন্নিবেশ করান।</ahelp>"
+
+#: 02140400.xhp
+msgctxt ""
+"02140400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Left"
+msgstr "বামে"
+
+#: 02140400.xhp
+msgctxt ""
+"02140400.xhp\n"
+"hd_id3153896\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02140400.xhp\" name=\"Left\">Left</link>"
+msgstr "<link href=\"text/scalc/01/02140400.xhp\" name=\"Left\">বামে</link>"
+
+#: 02140400.xhp
+msgctxt ""
+"02140400.xhp\n"
+"par_id3150793\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FillLeft\" visibility=\"visible\">Fills a selected range of at least two columns with the contents of the far right cell.</ahelp>"
+msgstr "<ahelp hid=\".uno:FillLeft\" visibility=\"visible\">সর্বাপেক্ষা ডানের ঘরের বিষয়বস্তু দ্বারা কমপক্ষে দুইটি কলামের নির্বাচিত পরিসীমা ভরাট করে।</ahelp>"
+
+#: 02140400.xhp
+msgctxt ""
+"02140400.xhp\n"
+"par_id3156280\n"
+"3\n"
+"help.text"
+msgid "If a selected range has only one row, the content of the far right cell is copied into all other cells of the range. If several rows are selected, the far right cells are copied into the cells to the left."
+msgstr "যদি নির্বাচিত পরিসীমার শুধুমাত্র একটি সারি থাকে, পরিসীমার অন্য সব নির্বাচিত ঘরে সর্বাপেক্ষা ডান ঘরের বিষয়বস্তু অনুলিপি করা হয়। যদি একাধিক সারি নির্বাচন করা হয়, সর্বাপেক্ষা ডান ঘরের বিষয়বস্তু তাদের বামের ঘরসমূহে অনুলিপি করা হবে।"
+
+#: 04010200.xhp
+msgctxt ""
+"04010200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Column Break"
+msgstr "কলাম বিভাজক"
+
+#: 04010200.xhp
+msgctxt ""
+"04010200.xhp\n"
+"bm_id3155923\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; inserting column breaks</bookmark_value><bookmark_value>column breaks; inserting</bookmark_value><bookmark_value>inserting; manual column breaks</bookmark_value><bookmark_value>manual column breaks</bookmark_value>"
+msgstr "<bookmark_value>spreadsheets; inserting column breaks</bookmark_value><bookmark_value>column breaks; inserting</bookmark_value><bookmark_value>inserting; manual column breaks</bookmark_value><bookmark_value>manual column breaks</bookmark_value>"
+
+#: 04010200.xhp
+msgctxt ""
+"04010200.xhp\n"
+"hd_id3155923\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04010200.xhp\" name=\"Column Break\">Column Break</link>"
+msgstr "<link href=\"text/scalc/01/04010200.xhp\" name=\"Column Break\">কলাম বিভাজক</link>"
+
+#: 04010200.xhp
+msgctxt ""
+"04010200.xhp\n"
+"par_id3150447\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertColumnBreak\">Inserts a column break (vertical page break) to the left of the active cell.</ahelp>"
+msgstr "<ahelp hid=\".uno:InsertColumnBreak\">সক্রিয় ঘরের বামে একটি কলাম বিভাজক (উল্লম্ব পৃষ্ঠা বিভাজক) সন্নিবেশ করায়।</ahelp>"
+
+#: 04010200.xhp
+msgctxt ""
+"04010200.xhp\n"
+"par_id3145171\n"
+"3\n"
+"help.text"
+msgid "The manual column break is indicated by a dark blue vertical line."
+msgstr "একটি গাঢ় নীল উল্লম্ব রেখা দ্বারা স্বনির্বাচিত কলাম বিভাজক চিহ্নিত করা হয়।"
+
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Rows"
+msgstr "সারি"
+
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"bm_id3150541\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; inserting rows</bookmark_value><bookmark_value>rows; inserting</bookmark_value><bookmark_value>inserting; rows</bookmark_value>"
+msgstr "<bookmark_value>spreadsheets; inserting rows</bookmark_value><bookmark_value>rows; inserting</bookmark_value><bookmark_value>inserting; rows</bookmark_value>"
+
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"hd_id3150541\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04030000.xhp\" name=\"Rows\">Rows</link>"
+msgstr "<link href=\"text/scalc/01/04030000.xhp\" name=\"Rows\">সারি</link>"
+
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id3150767\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertRows\" visibility=\"visible\">Inserts a new row above the active cell.</ahelp> The number of rows inserted correspond to the number of rows selected. The existing rows are moved downward."
+msgstr "<ahelp hid=\".uno:InsertRows\" visibility=\"visible\">সক্রিয় ঘরের উপরে একটি নতুন সারি সন্নিবেশ করে।</ahelp> সন্নিবেশকৃত সারির সংখ্যা নির্বাচিত সারির সংখ্যার সাথে সঙ্গতিপূর্ণ। বিদ্যমান সারিসমূহ নিচের দিকে সরানো হয়।"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Header/Footer"
+msgstr "শীর্ষচরণ/পাদচরণ"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"bm_id3153360\n"
+"help.text"
+msgid "<bookmark_value>page styles; headers</bookmark_value> <bookmark_value>page styles; footers</bookmark_value> <bookmark_value>headers; defining</bookmark_value> <bookmark_value>footers; defining</bookmark_value> <bookmark_value>file names in headers/footers</bookmark_value> <bookmark_value>changing;dates, automatically</bookmark_value> <bookmark_value>dates;updating automatically</bookmark_value> <bookmark_value>automatic date updates</bookmark_value>"
+msgstr "<bookmark_value>page styles; headers</bookmark_value> <bookmark_value>page styles; footers</bookmark_value> <bookmark_value>headers; defining</bookmark_value> <bookmark_value>footers; defining</bookmark_value> <bookmark_value>file names in headers/footers</bookmark_value> <bookmark_value>changing;dates, automatically</bookmark_value> <bookmark_value>dates;updating automatically</bookmark_value> <bookmark_value>automatic date updates</bookmark_value>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3153360\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/02120100.xhp\" name=\"Header/Footer\">Header/Footer</link>"
+msgstr "<link href=\"text/scalc/01/02120100.xhp\" name=\"Header/Footer\">শীর্ষচরণ/পাদচরণ</link>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3150768\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SCPAGE_HFED_FL\">Defines or formats a header or footer for a Page Style.</ahelp>"
+msgstr "<ahelp hid=\"HID_SCPAGE_HFED_FL\">পৃষ্ঠা শৈলীর জন্য শীর্ষচরণ বা পাদচরণ নির্ধারণ বা ফরম্যাট করে।</ahelp>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3145748\n"
+"3\n"
+"help.text"
+msgid "Left Area"
+msgstr "বামের অংশ"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3147434\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_HF_FLL\">Enter the text to be displayed at the left side of the header or footer.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_HF_FLL\">শীর্ষচরণ বা পাদচরণের বাম পার্শ্বে প্রদর্শন করার জন্য টেক্সট সন্নিবেশ করান।</ahelp>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3148648\n"
+"5\n"
+"help.text"
+msgid "Center Area"
+msgstr "কেন্দ্রীয় অংশ"
+
+#: 02120100.xhp
+#, fuzzy
+msgctxt ""
+"02120100.xhp\n"
+"par_id3163710\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the text to be displayed at the center of the header or footer.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_HF_FLL\">শীর্ষচরণ বা পাদচরণের বাম পার্শ্বে প্রদর্শন করার জন্য টেক্সট সন্নিবেশ করান।</ahelp>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3154942\n"
+"7\n"
+"help.text"
+msgid "Right Area"
+msgstr "ডানের অংশ"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3147126\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_HF_FLR\">Enter the text to be displayed at the right side of the header or footer.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_HF_FLR\">শীর্ষচরণ বা পাদচরণের ডান পার্শ্বে প্রদর্শন করার জন্য টেক্সট সন্নিবেশ করান।</ahelp>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_idN10811\n"
+"help.text"
+msgid "Header/Footer"
+msgstr "শীর্ষচরণ/পাদচরণ"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_idN10815\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select a predefined header or footer from the list.</ahelp>"
+msgstr "<ahelp hid=\".\">তালিকা থেকে একটি পূর্বনির্ধারিত শীর্ষচরণ বা পাদচরণ নির্বাচন করুন।</ahelp>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3154729\n"
+"9\n"
+"help.text"
+msgid "Text attributes"
+msgstr "পাঠ্য বৈশিষ্ট্য"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3150717\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_HF_TEXT\">Opens a dialog to assign formats to new or selected text.</ahelp> The <emph>Text Attributes </emph>dialog contains the tab pages <link href=\"text/shared/01/05020100.xhp\" name=\"Font\">Font</link>, <link href=\"text/shared/01/05020200.xhp\" name=\"Font Effects\">Font Effects</link> and <link href=\"text/shared/01/05020500.xhp\" name=\"Font Position\">Font Position</link>."
+msgstr "<ahelp hid=\"HID_SC_HF_TEXT\">নতুন বা নির্বাচিত পাঠ্যে বিন্যাস নির্ধারণ করার জন্য একটি ডায়ালগ খোলা হয়।</ahelp><emph>পাঠ্য বৈশিষ্ট্য </emph>ডায়ালগে <link href=\"text/shared/01/05020100.xhp\" name=\"Font\">ফন্ট</link>, <link href=\"text/shared/01/05020200.xhp\" name=\"Font Effects\">ফন্টের আবহ</link> এবং <link href=\"text/shared/01/05020500.xhp\" name=\"Font Position\">ফন্টের অবস্থান</link> ট্যাব পৃষ্ঠাসমূহ ধারণ করে।"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3159266\n"
+"help.text"
+msgid "<image id=\"img_id3156386\" src=\"sc/res/text.png\" width=\"0.1874in\" height=\"0.1665in\"><alt id=\"alt_id3156386\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156386\" src=\"sc/res/text.png\" width=\"0.1874in\" height=\"0.1665in\"><alt id=\"alt_id3156386\">আইকন</alt></image>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3155336\n"
+"25\n"
+"help.text"
+msgid "Text Attributes"
+msgstr "পাঠ্য বৈশিষ্ট্য"
+
+#: 02120100.xhp
+#, fuzzy
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3145792\n"
+"11\n"
+"help.text"
+msgid "File Name"
+msgstr "ফাইলের নাম"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3150206\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_HF_FILE\">Inserts a file name placeholder in the selected area.</ahelp> Click to insert the title. Long-click to select either title, file name or path/file name from the submenu. If a title has not be assigned (see <emph>File - Properties</emph>), the file name will be inserted instead."
+msgstr "<ahelp hid=\"HID_SC_HF_FILE\">নির্বাচিত এলাকায় ফাইল নামের স্থানধারক সন্নিবেশ করায়।</ahelp> শিরোনাম সন্নিবেশ করাতে ক্লিক করুন। সাবমেনু থেকে শিরোনাম, ফাইলের নাম বা পাথ/ফাইলের যেকোনো একটি নির্বাচন করতে, দীর্ঘ-ক্লিক করুন। যদি কোনো শিরোনাম নির্ধারিত না থাকে (<emph>ফাইল - বৈশিষ্ট্য</emph> দেখুন), বিকল্পভাবে ফাইলের নাম সন্নিবেশ করা হবে।"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3150369\n"
+"help.text"
+msgid "<image id=\"img_id3150518\" src=\"res/folderop.png\" width=\"0.1665in\" height=\"0.1252in\"><alt id=\"alt_id3150518\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150518\" src=\"res/folderop.png\" width=\"0.1665in\" height=\"0.1252in\"><alt id=\"alt_id3150518\">আইকন</alt></image>"
+
+#: 02120100.xhp
+#, fuzzy
+msgctxt ""
+"02120100.xhp\n"
+"par_id3154487\n"
+"26\n"
+"help.text"
+msgid "File Name"
+msgstr "ফাইলের নাম"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3155812\n"
+"13\n"
+"help.text"
+msgid "Sheet Name"
+msgstr "শীটের নাম"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3148842\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_HF_TABLE\">Inserts a placeholder in the selected header/footer area, which is replaced by the sheet name in the header/footer of the actual document.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_HF_TABLE\">নির্বাচিত শীর্ষচরণ/পাদচরণ এলাকায় স্থানধারক সন্নিবেশ করায়, যা আসল নথির শীর্ষচরণ/পাদচরণের শীট নাম দ্বারা প্রতিস্থাপিত হয়।</ahelp>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3146870\n"
+"help.text"
+msgid "<image id=\"img_id3148870\" src=\"sc/res/table.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148870\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148870\" src=\"sc/res/table.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148870\">আইকন</alt></image>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3147071\n"
+"27\n"
+"help.text"
+msgid "Sheet Name"
+msgstr "শীটের নাম"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3144768\n"
+"15\n"
+"help.text"
+msgid "Page"
+msgstr "পৃষ্ঠা"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3154960\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_HF_PAGE\">Inserts a placeholder in the selected header/footer area, which is replaced by page numbering. This allows continuous page numbering in a document.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_HF_PAGE\">নির্বাচিত শীর্ষচরণ/পাদচরণ এলাকায় স্থানধারক সন্নিবেশ করায়, যা পৃষ্ঠার সংখ্যায়ন দ্বারা প্রতিস্থাপিত হয়। এটা নথির ধারাবাহিক পৃষ্ঠা সংখ্যায়ন অনুমোদন করে।</ahelp>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3151304\n"
+"help.text"
+msgid "<image id=\"img_id3155386\" src=\"sc/res/page.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155386\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155386\" src=\"sc/res/page.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155386\">আইকন</alt></image>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3150048\n"
+"28\n"
+"help.text"
+msgid "Page"
+msgstr "পৃষ্ঠা"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3146962\n"
+"17\n"
+"help.text"
+msgid "Pages"
+msgstr "পৃষ্ঠাসমূহ"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3153812\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_HF_PAGES\">Inserts a placeholder in the selected header/footer area, which is replaced by the total number of pages in the document.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_HF_PAGES\">নির্বাচিত শীর্ষচরণ/পাদচরণ এলাকায় স্থানধারক সন্নিবেশ করায়, যা নথির মোট পৃষ্ঠা সংখ্যা দ্বারা প্রতিস্থাপিত হয়।</ahelp>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3149315\n"
+"help.text"
+msgid "<image id=\"img_id3155757\" src=\"sc/res/pages.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155757\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155757\" src=\"sc/res/pages.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155757\">আইকন</alt></image>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3147499\n"
+"29\n"
+"help.text"
+msgid "Pages"
+msgstr "পৃষ্ঠাসমূহ"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3149050\n"
+"19\n"
+"help.text"
+msgid "Date"
+msgstr "তারিখ"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3153960\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_HF_DATE\">Inserts a placeholder in the selected header/footer area, which is replaced by the current date which will be repeated in the header/footer on each page of the document.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_HF_DATE\">নির্বাচিত শীর্ষচরণ/পাদচরণ এলাকায় স্থানধারক সন্নিবেশ করায়, যা এমন তারিখ দ্বারা প্রতিস্থাপিত হয়, যা নথির প্রতিটি পৃষ্ঠার শীর্ষচরণ/পাদচরণে পুনরাবৃত্তি করা হবে।</ahelp>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3147299\n"
+"help.text"
+msgid "<image id=\"img_id3150394\" src=\"sc/res/date.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150394\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150394\" src=\"sc/res/date.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150394\">আইকন</alt></image>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3150540\n"
+"30\n"
+"help.text"
+msgid "Date"
+msgstr "তারিখ"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"hd_id3147610\n"
+"21\n"
+"help.text"
+msgid "Time"
+msgstr "সময়"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3145638\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_HF_TIME\">Inserts a placeholder in the selected header/footer area, which is replaced by the current time in the header/footer on each page of the document.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_HF_TIME\">নির্বাচিত শীর্ষচরণ/পাদচরণ এলাকায় স্থানধারক সন্নিবেশ করায়, যা নথির প্রতিটি পৃষ্ঠার শীর্ষচরণ/পাদচরণের বর্তমান সময় দ্বারা প্রতিস্থাপিত হয়।</ahelp>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3153122\n"
+"help.text"
+msgid "<image id=\"img_id3146884\" src=\"sc/res/time.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146884\">Icon</alt></image>"
+msgstr "<image id=\"img_id3146884\" src=\"sc/res/time.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146884\">আইকন</alt></image>"
+
+#: 02120100.xhp
+msgctxt ""
+"02120100.xhp\n"
+"par_id3157904\n"
+"31\n"
+"help.text"
+msgid "Time"
+msgstr "সময়"
+
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet from file"
+msgstr "ফাইল থেকে শীট"
+
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_idN105C1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04050100.xhp\">Sheet from file</link>"
+msgstr "<link href=\"text/scalc/01/04050100.xhp\">ফাইল থেকে শীট</link>"
+
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_idN105D1\n"
+"help.text"
+msgid "<ahelp hid=\"26275\">Inserts a sheet from a different spreadsheet file.</ahelp>"
+msgstr "<ahelp hid=\"26275\">একটি ভিন্ন স্প্রেডশীট ফাইল থেকে শীট সন্নিবেশ করে।</ahelp>"
+
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_idN105F7\n"
+"help.text"
+msgid "Use the <link href=\"text/shared/01/01020000.xhp\">File - Open</link> dialog to locate the spreadsheet."
+msgstr "স্প্রেডশীটের অবস্থান চিহ্নিত করতে <link href=\"text/shared/01/01020000.xhp\">ফাইল - খুলুন</link> ডায়ালগ ব্যবহার করুন।"
+
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_idN10609\n"
+"help.text"
+msgid "In the <link href=\"text/scalc/01/04050000.xhp\">Insert Sheet</link> dialog, select the sheet that you want to insert."
+msgstr "<link href=\"text/scalc/01/04050000.xhp\">শীট সন্নিবেশ করান</link> ডায়ালগে, আপনি যে শীটটি সন্নিবেশ করাতে চান তা নির্বাচন করুন।"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"tit\n"
+"help.text"
+msgid "More"
+msgstr "আরও"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"hd_id3148492\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">More</link>"
+msgstr "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">অধিক</link>"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"par_id3159400\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"zusaetzetext\"><ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_SPEC_FILTER:BTN_MORE\">Shows additional filter options.</ahelp></variable>"
+msgstr "<variable id=\"zusaetzetext\"><ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_SPEC_FILTER:BTN_MORE\">অতিরিক্ত পরিশোধন অপশন প্রদর্শন করে।</ahelp></variable>"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"hd_id3150791\n"
+"3\n"
+"help.text"
+msgid "Options"
+msgstr "অপশন"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"hd_id3154138\n"
+"5\n"
+"help.text"
+msgid "Case sensitive"
+msgstr "অক্ষরের ছাঁদ সংবেদনশীল"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"par_id3147228\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_CASE\">Distinguishes between uppercase and lowercase letters when filtering the data.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_CASE\">যখন ডাটা পরিশোধন করে তখন বড় হাতের অক্ষর এবং ছোট হাতের অক্ষরের মধ্য পার্থক্য করে।</ahelp>"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"hd_id3154908\n"
+"7\n"
+"help.text"
+msgid "Range contains column labels"
+msgstr "পরিসর কলাম লেবেল ধারণ করে"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"par_id3153768\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_HEADER\">Includes the column labels in the first row of a cell range.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_HEADER\">একটি ঘর পরিসরের প্রথম সারিতে কলাম লেবেল অন্তর্ভুক্ত করে।</ahelp>"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"hd_id3155306\n"
+"9\n"
+"help.text"
+msgid "Copy results to"
+msgstr "তে ফলাফলের অনুলিপি করুন"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"par_id3154319\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_SPEC_FILTER:ED_COPY_AREA\">Select the check box, and then select the cell range where you want to display the filter results.</ahelp> You can also select a named range from the list."
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_SPEC_FILTER:ED_COPY_AREA\">চেক বাক্সটি নির্বাচন করুন, এবং তারপর ঘর পরিসরটি নির্বাচন করুন যেখানে আপনি পরিশোধন ফলাফল প্রদর্শন করতে চান।</ahelp> আপনি তালিকাটি হতে একটি নামাঙ্কিত পরিসরও নির্বাচন করিতে পারেন।"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"hd_id3145272\n"
+"11\n"
+"help.text"
+msgid "Regular expression"
+msgstr "রেগুলার এক্সপ্রেশন"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"par_id3152576\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_REGEXP\">Allows you to use wildcards in the filter definition.</ahelp> For a list of the regular expressions that $[officename] supports, click <link href=\"text/shared/01/02100001.xhp\" name=\"here\">here</link>."
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_REGEXP\">পরিশোধক বর্ণনাতে একটি ওয়াইল্ড কার্ডের ব্যবহার অনুমোদিত করে। </ahelp> একটি রেগুলার এক্সপ্রেশনের তালিকার জন্য যা $[officename] , click <link href=\"text/shared/01/02100001.xhp\" name=\"here\">here</link>."
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"par_id3149377\n"
+"33\n"
+"help.text"
+msgid "If the <emph>Regular Expressions</emph> check box is selected, you can use regular expressions in the Value field if the Condition list box is set to '=' EQUAL or '<>' UNEQUAL. This also applies to the respective cells that you reference for an advanced filter."
+msgstr "যদি <emph>রেগুলার এক্সপ্রেশন</emph> চেক বাক্সটি নির্বাচিত হয়, আপনি মান ক্ষেত্রে রেগুলার এক্সপ্রেশনটি ব্যবহার করতে পারেন যদি শর্ত তালিকা বাক্সটি '=' EQUAL অথবা '<>' UNEQUAL তে স্থির হয়। এইটি সম্পর্কযুক্ত ঘরেও প্রয়োগ হয় যঅ আপনি অগ্রসর একটি ফিল্টারের জন্য রেফারেন্স প্রদান করেন।"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"hd_id3149958\n"
+"34\n"
+"help.text"
+msgid "No duplication"
+msgstr "কোন প্রতিলিপি থাকবে না"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"par_id3153876\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_UNIQUE\">Excludes duplicate rows in the list of filtered data.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_UNIQUE\">পরিশোধন করা ডাটা তালিকাতে অনুরূপ সারি বাদ দেয়।</ahelp>"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"hd_id3154018\n"
+"40\n"
+"help.text"
+msgid "Keep filter criteria"
+msgstr "পরিশোধন শ্রেণীবিভাগ রাখুন"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"par_id3149123\n"
+"41\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_FILTER:BTN_DEST_PERS\">Select the <emph>Copy results to</emph> check box, and then specify the destination range where you want to display the filtered data. If this box is checked, the destination range remains linked to the source range. You must have defined the source range under <emph>Data - Define range</emph> as a database range.</ahelp> Following this, you can reapply the defined filter at any time as follows: click into the source range, then choose <emph>Data - Refresh Range</emph>."
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_FILTER:BTN_DEST_PERS\"> <emph>তে ফলাফল অনুলিপি করুন</emph> চেক বাক্সটি নিরট্বাচন করুন, এবং তারপর গন্তব্য পরিসর উল্লেখ করুন যেখানে আপনি পরিশোধন করা তথ্য প্রদর্শন করতে চান। যদি এই বাক্সটি টিক চিহ্ন দেয়া হয়, গন্তব্য পরিসরটির উৎস পরিসরের সাথে লিঙ্ক থাকবে। আপনার অবশ্যই ডাটাবেস পরিসর হিসাবে <emph>তথ্য - পরিসর নির্ধারণ করা</emph> এর অধীনে উৎস পরিসরটি নির্ধারণ করা হয়েছে।</ahelp> এইসমস্ত অনুসরণ করার মাধ্যমে,আপনি নিম্নরূপে যেকোনো সময় সংজ্ঞায়িত পরিশোধক পুনঃপ্রয়োগ করতে পারেন: উৎস পরিসরে ক্লিক করুন, তারপর <emph>তথ্য - পরিসর রিফ্রেশ করুন</emph> পছন্দ করুন।"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"hd_id3149018\n"
+"36\n"
+"help.text"
+msgid "Data range"
+msgstr "তথ্য পরিসর"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"par_id3150042\n"
+"37\n"
+"help.text"
+msgid "Displays the cell range or the name of the cell range that you want to filter."
+msgstr "ঘর পরিসর অথবা ঘর পরিসরের নাম প্রদর্শন করে যা আপনি পরিশোধন করতে চান।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"tit\n"
+"help.text"
+msgid "Statistical Functions Part One"
+msgstr "পরিসংখ্যান ফাংশনের প্রথম অংশ"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3146320\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"ae\"><link href=\"text/scalc/01/04060181.xhp\">Statistical Functions Part One</link></variable>"
+msgstr "<variable id=\"ae\"><link href=\"text/scalc/01/04060181.xhp\">পরিসংখ্যান ফাংশনের প্রথম অংশ</link></variable>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3145632\n"
+"help.text"
+msgid "<bookmark_value>INTERCEPT function</bookmark_value> <bookmark_value>points of intersection</bookmark_value> <bookmark_value>intersections</bookmark_value>"
+msgstr "<bookmark_value>INTERCEPT function</bookmark_value> <bookmark_value>points of intersection</bookmark_value> <bookmark_value>intersections</bookmark_value>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3145632\n"
+"2\n"
+"help.text"
+msgid "INTERCEPT"
+msgstr "INTERCEPT"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3146887\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ACHSENABSCHNITT\">Calculates the point at which a line will intersect the y-values by using known x-values and y-values.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ACHSENABSCHNITT\">একটি বিন্দু হিসাব করা হয় যেখানে জ্ঞাত x-মান এবং y-মান ব্যবহার করে একটি রেখা y-মান ছেদ করে থাকে।</ahelp>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3150374\n"
+"4\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149718\n"
+"5\n"
+"help.text"
+msgid "INTERCEPT(DataY; DataX)"
+msgstr "INTERCEPT(DataY; DataX)"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149947\n"
+"6\n"
+"help.text"
+msgid "<emph>DataY</emph> is the dependent set of observations or data."
+msgstr "<emph>DataY</emph> হলো ডাটা অথবা পর্যবেক্ষণের নির্ভরশীল সেট।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3147412\n"
+"7\n"
+"help.text"
+msgid "<emph>DataX</emph> is the independent set of observations or data."
+msgstr "<emph>DataX</emph> হলো পর্যবেক্ষণ অথবা ডাটার একটি স্বাধীন সেট।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3152983\n"
+"8\n"
+"help.text"
+msgid "Names, arrays or references containing numbers must be used here. Numbers can also be entered directly."
+msgstr "সংখ্যা রয়েছে এমন নাম, অ্যারে বা রেফারেন্স অবশ্যই এখানে ব্যবহার করা হবে। সংখ্যা সরাসরিও সন্নিবেশ করা যেতে পারে।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3157906\n"
+"9\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148728\n"
+"10\n"
+"help.text"
+msgid "To calculate the intercept, use cells D3:D9 as the y value and C3:C9 as the x value from the example spreadsheet. Input will be as follows:"
+msgstr "স্পর্শমাত্রা হিসাব করতে, উদাহরণ স্প্রেডশীট হতে y-এর মান হিসেবে D3:D9 ঘর এবং x-এর মান হিসেবে C3:C9 ঘর ব্যবহার করুন। ইনপুট নিম্নরূপ হবে:"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149013\n"
+"11\n"
+"help.text"
+msgid "<item type=\"input\">=INTERCEPT(D3:D9;C3:C9)</item> = 2.15."
+msgstr "<item type=\"input\">=INTERCEPT(D3:D9;C3:C9)</item> = 2.15."
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3148437\n"
+"help.text"
+msgid "<bookmark_value>COUNT function</bookmark_value> <bookmark_value>numbers;counting</bookmark_value>"
+msgstr "<bookmark_value>COUNT function</bookmark_value> <bookmark_value>numbers;counting</bookmark_value>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3148437\n"
+"13\n"
+"help.text"
+msgid "COUNT"
+msgstr "COUNT"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150700\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ANZAHL\">Counts how many numbers are in the list of arguments.</ahelp> Text entries are ignored."
+msgstr "<ahelp hid=\"HID_FUNC_ANZAHL\">আর্গুমেন্টের তালিকায় কি পরিমাণ সংখ্যা আছে তা গণনা করে।</ahelp> টেক্সট এন্ট্রি উপেক্ষা করা হয়।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3153930\n"
+"15\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148585\n"
+"16\n"
+"help.text"
+msgid "COUNT(Value1; Value2; ... Value30)"
+msgstr "COUNT(Value1; Value2; ... Value30)"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3155827\n"
+"17\n"
+"help.text"
+msgid "<emph>Value1; Value2, ...</emph> are 1 to 30 values or ranges representing the values to be counted."
+msgstr "<emph>Value1; Value2, ...</emph> হলো ১ থেকে ৩০ পর্যন্ত মান অথবা গণনা করা হবে এমন মান নির্দেশক পরিসর।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3149254\n"
+"18\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149953\n"
+"19\n"
+"help.text"
+msgid "The entries 2, 4, 6 and eight in the Value 1-4 fields are to be counted."
+msgstr "১-৪ নং ক্ষেত্রের ভুক্তি ২, ৪, ৬ এবং আট গণনা করা হবে।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154558\n"
+"20\n"
+"help.text"
+msgid "<item type=\"input\">=COUNT(2;4;6;\"eight\")</item> = 3. The count of numbers is therefore 3."
+msgstr "<item type=\"input\">=COUNT(2;4;6;\"eight\")</item> = 3। ফলে সংখ্যা গণনা মান হলো ৩।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3149729\n"
+"help.text"
+msgid "<bookmark_value>COUNTA function</bookmark_value> <bookmark_value>number of entries</bookmark_value>"
+msgstr "<bookmark_value>COUNTA function</bookmark_value> <bookmark_value>number of entries</bookmark_value>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3149729\n"
+"22\n"
+"help.text"
+msgid "COUNTA"
+msgstr "COUNTA"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150142\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ANZAHL2\">Counts how many values are in the list of arguments.</ahelp> Text entries are also counted, even when they contain an empty string of length 0. If an argument is an array or reference, empty cells within the array or reference are ignored."
+msgstr "<ahelp hid=\"HID_FUNC_ANZAHL2\">আর্গুমেন্টের তালিকায় কি পরিমাণ মান রয়েছে তা গণনা করে।</ahelp> টেক্সট এন্ট্রিও গণনা করা হয়, যদিও তারা ০ দৈর্ঘ্যের ফাঁকা স্ট্রিং ধারণ করে। যদি একটি আর্গুমেন্ট অ্যারে বা রেফারেন্স হয়, অ্যারে বা রেফারেন্স মধ্যবর্তী ফাঁকা ঘর উপেক্ষা করা হয়।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3148573\n"
+"24\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3153111\n"
+"25\n"
+"help.text"
+msgid "COUNTA(Value1; Value2; ... Value30)"
+msgstr "COUNTA(Value1; Value2; ... Value30)"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150001\n"
+"26\n"
+"help.text"
+msgid "<emph>Value1; Value2, ...</emph> are 1 to 30 arguments representing the values to be counted."
+msgstr "<emph>Value1; Value2, ...</emph> হলো ১ থেকে ৩০ পর্যন্ত আরগুমেন্ট যা গণনা করা হবে এমন মান নির্দেশ করে থাকে।।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3150334\n"
+"27\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154508\n"
+"28\n"
+"help.text"
+msgid "The entries 2, 4, 6 and eight in the Value 1-4 fields are to be counted."
+msgstr "১-৪ নং ক্ষেত্রের ভুক্তি ২, ৪, ৬ এবং আট গণনা করা হবে।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3158000\n"
+"29\n"
+"help.text"
+msgid "<item type=\"input\">=COUNTA(2;4;6;\"eight\")</item> = 4. The count of values is therefore 4."
+msgstr "<item type=\"input\">=COUNTA(2;4;6;\"eight\")</item> = 4। ফলে মানের গণনা হলো ৪।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3150267\n"
+"help.text"
+msgid "<bookmark_value>B function</bookmark_value> <bookmark_value>probabilities of samples with binomial distribution</bookmark_value>"
+msgstr "<bookmark_value>B function</bookmark_value> <bookmark_value>probabilities of samples with binomial distribution</bookmark_value>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3150267\n"
+"31\n"
+"help.text"
+msgid "B"
+msgstr "B"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3156061\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_B\">Returns the probability of a sample with binomial distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_B\">দ্বিপদী বিন্যাস দ্বারা একটি নমুনার সম্ভাব্যতা প্রদান করে।</ahelp>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3150659\n"
+"33\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148392\n"
+"34\n"
+"help.text"
+msgid "B(Trials; SP; T1; T2)"
+msgstr "B(Trials; SP; T1; T2)"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149002\n"
+"35\n"
+"help.text"
+msgid "<emph>Trials</emph> is the number of independent trials."
+msgstr "<emph>ট্রায়াল</emph> হলো স্বাধীন ট্রায়ালের সংখ্যা।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148875\n"
+"36\n"
+"help.text"
+msgid "<emph>SP</emph> is the probability of success on each trial."
+msgstr "<emph>SP</emph> হলো প্রতিটি সফল ট্রায়ালের সম্ভাব্যতা।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3145352\n"
+"37\n"
+"help.text"
+msgid "<emph>T1</emph> defines the lower limit for the number of trials."
+msgstr "<emph>T1</emph> ট্রায়াল সংখ্যার সর্বনিম্ন সীমা নির্ধারণ করে থাকে।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149538\n"
+"38\n"
+"help.text"
+msgid "<emph>T2</emph> (optional) defines the upper limit for the number of trials."
+msgstr "<emph>T2</emph> (ঐচ্ছিক) ট্রায়াল সংখ্যার জন্য সর্বোচ্চ সীমা নির্ধারণ করে থাকে।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3148768\n"
+"39\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154633\n"
+"40\n"
+"help.text"
+msgid "What is the probability with ten throws of the dice, that a six will come up exactly twice? The probability of a six (or any other number) is 1/6. The following formula combines these factors:"
+msgstr "একটি ডাইসের দশবার ছুঁড়ার সাহায্যে ছয় ঠিক দুইবার আসবে তার সম্ভাব্যতা কত? ছয় এর সম্ভাব্যতা (অথবা অন্য সংখ্যা) হলো ১/৬। নিম্নের সূত্রটি এই ফ্যাক্টরসমূহ একত্রিত করে:"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149393\n"
+"41\n"
+"help.text"
+msgid "<item type=\"input\">=B(10;1/6;2)</item> returns a probability of 29%."
+msgstr "<item type=\"input\">=B(10;1/6;2)</item> সম্ভাব্যতা মান ২৯% প্রদান করে থাকে।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3158416\n"
+"help.text"
+msgid "<bookmark_value>RSQ function</bookmark_value> <bookmark_value>determination coefficients</bookmark_value> <bookmark_value>regression analysis</bookmark_value>"
+msgstr "<bookmark_value>RSQ function</bookmark_value> <bookmark_value>determination coefficients</bookmark_value> <bookmark_value>regression analysis</bookmark_value>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3158416\n"
+"43\n"
+"help.text"
+msgid "RSQ"
+msgstr "RSQ"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154949\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BESTIMMTHEITSMASS\">Returns the square of the Pearson correlation coefficient based on the given values.</ahelp> RSQ (also called determination coefficient) is a measure for the accuracy of an adjustment and can be used to produce a regression analysis."
+msgstr "<ahelp hid=\"HID_FUNC_BESTIMMTHEITSMASS\">প্রদেয় মান ভিত্তিক পিয়ারসন সংশ্লেষন সহগের বর্গ প্রদান করে।</ahelp> RSQ (ডিটারমিনেশন সহগও বলা হয়) হলো একটি সমন্বয়সাধনের যথার্থতার জন্য পরিমাপ এবং নির্ভরন বিশ্লেষন উৎপাদন করতে ব্যবহৃত হতে পারে।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3152820\n"
+"45\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3155822\n"
+"46\n"
+"help.text"
+msgid "RSQ(DataY; DataX)"
+msgstr "RSQ(DataY; DataX)"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150470\n"
+"47\n"
+"help.text"
+msgid "<emph>DataY</emph> is an array or range of data points."
+msgstr "<emph>DataY</emph> হলো ডাটা পয়েন্টের অ্যারে অথবা পরিসর।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3153181\n"
+"48\n"
+"help.text"
+msgid "<emph>DataX</emph> is an array or range of data points."
+msgstr "<emph>DataX</emph> হলো ডাটা পয়েন্টের অ্যারে অথবা পরিসর।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3156258\n"
+"49\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3155991\n"
+"50\n"
+"help.text"
+msgid "<item type=\"input\">=RSQ(A1:A20;B1:B20)</item> calculates the determination coefficient for both data sets in columns A and B."
+msgstr "<item type=\"input\">=RSQ(A1:A20;B1:B20)</item> A এবং B কলামে বিদ্যমান উভয় ডাটা সেটের জন্য নির্ণায়ক সহগ গণনা করা হয়।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3145620\n"
+"help.text"
+msgid "<bookmark_value>BETAINV function</bookmark_value> <bookmark_value>cumulative probability density function;inverse of</bookmark_value>"
+msgstr "<bookmark_value>BETAINV function</bookmark_value> <bookmark_value>cumulative probability density function;inverse of</bookmark_value>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3145620\n"
+"52\n"
+"help.text"
+msgid "BETAINV"
+msgstr "BETAINV"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149825\n"
+"53\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BETAINV\">Returns the inverse of the cumulative beta probability density function.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_BETAINV\">ক্রমযোজিত বিটা সম্ভাব্যতা ঘনত্ব ফাংশনের বিপরীত মান প্রদান করে থাকে।</ahelp>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3152479\n"
+"54\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3156300\n"
+"55\n"
+"help.text"
+msgid "BETAINV(Number; Alpha; Beta; Start; End)"
+msgstr "BETAINV(Number; Alpha; Beta; Start; End)"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149266\n"
+"56\n"
+"help.text"
+msgid "<emph>Number</emph> is the value between <emph>Start</emph> and <emph>End</emph> at which to evaluate the function."
+msgstr "<emph>সংখ্যা</emph> হলো <emph>শুরু</emph> এবং <emph>সমাপ্ত</emph> এর মধ্যে একটি মান যাতে একটি ফাংশন নির্ণয় করা যায়।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149710\n"
+"57\n"
+"help.text"
+msgid "<emph>Alpha</emph> is a parameter to the distribution."
+msgstr "<emph>আলফা</emph> হলো নিবেশনে বিদ্যমান প্যারামিটার।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3156306\n"
+"58\n"
+"help.text"
+msgid "<emph>Beta</emph> is a parameter to the distribution."
+msgstr "<emph>বিটা</emph> হলো নিবেশনে বিদ্যমান প্যারামিটার।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150960\n"
+"59\n"
+"help.text"
+msgid "<emph>Start</emph> (optional) is the lower bound for <emph>Number</emph>."
+msgstr "<emph>শুরু</emph> (ঐচ্ছিক) হলো <emph>সংখ্যা</emph> এর জন্য সর্বনিম্ন সীমা।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3151268\n"
+"60\n"
+"help.text"
+msgid "<emph>End</emph> (optional) is the upper bound for <emph>Number</emph>."
+msgstr "<emph>সমাপ্ত</emph> (ঐচ্ছিক) হলো <emph>সংখ্যা</emph> এর জন্য সর্বোচ্চ সীমা।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_idN109DF\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3147077\n"
+"61\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3146859\n"
+"62\n"
+"help.text"
+msgid "<item type=\"input\">=BETAINV(0.5;5;10)</item> returns the value 0.33."
+msgstr "<item type=\"input\">=BETAINV(0.5;5;10)</item> ০.৩৩ মান প্রদান করে থাকে।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3156096\n"
+"help.text"
+msgid "<bookmark_value>BETADIST function</bookmark_value> <bookmark_value>cumulative probability density function;calculating</bookmark_value>"
+msgstr "<bookmark_value>BETADIST function</bookmark_value> <bookmark_value>cumulative probability density function;calculating</bookmark_value>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3156096\n"
+"64\n"
+"help.text"
+msgid "BETADIST"
+msgstr "BETADIST"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150880\n"
+"65\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BETAVERT\">Returns the beta function.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_BETAVERT\">বিটা ফাংশন প্রদান করে থাকে।</ahelp>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3150762\n"
+"66\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3147571\n"
+"67\n"
+"help.text"
+msgid "BETADIST(Number; Alpha; Beta; Start; End; Cumulative)"
+msgstr "BETADIST(Number; Alpha; Beta; Start; End; Cumulative)"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3156317\n"
+"68\n"
+"help.text"
+msgid "<emph>Number</emph> is the value between <emph>Start</emph> and <emph>End</emph> at which to evaluate the function."
+msgstr "<emph>সংখ্যা</emph> হলো <emph>শুরু</emph> এবং <emph>সমাপ্ত</emph> এর মধ্যে একটি মান যাতে একটি ফাংশন নির্ণয় করা যায়।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3156107\n"
+"69\n"
+"help.text"
+msgid "<emph>Alpha</emph> is a parameter to the distribution."
+msgstr "<emph>আলফা</emph> হলো নিবেশনে বিদ্যমান প্যারামিটার।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3153619\n"
+"70\n"
+"help.text"
+msgid "<emph>Beta</emph> is a parameter to the distribution."
+msgstr "<emph>বিটা</emph> হলো নিবেশনে বিদ্যমান প্যারামিটার।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150254\n"
+"71\n"
+"help.text"
+msgid "<emph>Start</emph> (optional) is the lower bound for <emph>Number</emph>."
+msgstr "<emph>শুরু</emph> (ঐচ্ছিক) হলো <emph>সংখ্যা</emph> এর জন্য সর্বনিম্ন সীমা।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149138\n"
+"72\n"
+"help.text"
+msgid "<emph>End</emph> (optional) is the upper bound for <emph>Number</emph>."
+msgstr "<emph>সমাপ্ত</emph> (ঐচ্ছিক) হলো <emph>সংখ্যা</emph> এর জন্য সর্বোচ্চ সীমা।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id012020091254453\n"
+"help.text"
+msgid "<emph>Cumulative</emph> (optional) can be 0 or False to calculate the probability density function. It can be any other value or True or omitted to calculate the cumulative distribution function."
+msgstr "সম্ভাব্যতা নিবেশন ফাংশন গণনা করার জন্য <emph>ক্রমযোজিত</emph> (ঐচ্ছিক) 0 অথবা False হতে পারে। এটি অন্য যেকোনো মান অথবা True হতে পারে অথবা ক্রমযোজিত নিবেশন ফাংশন গণনা করা উপেক্ষা করতে পারে।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_idN10AB3\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3145649\n"
+"73\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3156118\n"
+"74\n"
+"help.text"
+msgid "<item type=\"input\">=BETADIST(0.75;3;4)</item> returns the value 0.96"
+msgstr "<item type=\"input\">=BETADIST(0.75;3;4)</item> মান ০.৯৬ প্রদান করে থাকে।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3143228\n"
+"help.text"
+msgid "<bookmark_value>BINOMDIST function</bookmark_value>"
+msgstr "<bookmark_value>BINOMDIST function</bookmark_value>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3143228\n"
+"76\n"
+"help.text"
+msgid "BINOMDIST"
+msgstr "BINOMDIST"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3146897\n"
+"77\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_BINOMVERT\">Returns the individual term binomial distribution probability.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_BINOMVERT\">পৃথক টার্ম বাইনমিয়াল নিবেশন সম্ভাব্যতা প্রদান করে থাকে।</ahelp>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3149289\n"
+"78\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3156009\n"
+"79\n"
+"help.text"
+msgid "BINOMDIST(X; Trials; SP; C)"
+msgstr "BINOMDIST(X; Trials; SP; C)"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154304\n"
+"80\n"
+"help.text"
+msgid "<emph>X</emph> is the number of successes in a set of trials."
+msgstr "<emph>X</emph> হলো সফল ট্রায়াল সেটের সংখ্যা।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3147492\n"
+"81\n"
+"help.text"
+msgid "<emph>Trials</emph> is the number of independent trials."
+msgstr "<emph>ট্রায়াল</emph> হলো স্বাধীন ট্রায়ালের সংখ্যা।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3146085\n"
+"82\n"
+"help.text"
+msgid "<emph>SP</emph> is the probability of success on each trial."
+msgstr "<emph>SP</emph> হলো প্রতিটি সফল ট্রায়ালের সম্ভাব্যতা।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149760\n"
+"83\n"
+"help.text"
+msgid "<emph>C</emph> = 0 calculates the probability of a single event and <emph>C</emph> = 1 calculates the cumulative probability."
+msgstr "<emph>C</emph> = 0 হলে একক ইভেন্টের সম্ভাব্যতা গণনা করা হয় এবং <emph>C</emph> = 1 হলে ক্রমযোজিত সম্ভাব্যতা গণনা করা হয়।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3151171\n"
+"84\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3145666\n"
+"85\n"
+"help.text"
+msgid "<item type=\"input\">=BINOMDIST(A1;12;0.5;0)</item> shows (if the values <item type=\"input\">0</item> to <item type=\"input\">12</item> are entered in A1) the probabilities for 12 flips of a coin that <emph>Heads</emph> will come up exactly the number of times entered in A1."
+msgstr "<item type=\"input\">=BINOMDIST(A1;12;0.5;0)</item> (যদি <item type=\"input\">0</item> থেকে <item type=\"input\">12</item> পর্যন্ত মান A1 এ সন্নিবেশ করানো হয়) একটি মুদ্রার ১২ ফ্লিপের জন্য সম্ভাব্যতা প্রদর্শন করে থাকে, <emph>হেড</emph> A1 যে মান সন্নিবেশ করানো হয় ঠিক সেই সংখ্যকবার আসবে।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150120\n"
+"86\n"
+"help.text"
+msgid "<item type=\"input\">=BINOMDIST(A1;12;0.5;1)</item> shows the cumulative probabilities for the same series. For example, if A1 = <item type=\"input\">4</item>, the cumulative probability of the series is 0, 1, 2, 3 or 4 times <emph>Heads</emph> (non-exclusive OR)."
+msgstr "<item type=\"input\">=BINOMDIST(A1;12;0.5;1)</item> একই ক্রমের জন্য ক্রমানিসার সম্ভাব্যতা প্রদর্শন করে। উদাহরনস্বরূপ, যদি A1 = <item type=\"input\">৪</item> হয়, সিরিজের ক্রমানুসার সম্ভাব্যতা হলো ০, ১, ২, ৩ অথবা ৪ বার <emph>হেড</emph> ( নন-এক্সক্লুসিভ OR)।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id0119200902432928\n"
+"help.text"
+msgid "<bookmark_value>CHISQINV function</bookmark_value>"
+msgstr "<bookmark_value>CHISQINV function</bookmark_value>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id0119200902421451\n"
+"help.text"
+msgid "CHISQINV"
+msgstr "CHISQINV"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id0119200902421449\n"
+"help.text"
+msgid "<ahelp hid=\".\">Returns the inverse of CHISQDIST.</ahelp>"
+msgstr "<ahelp hid=\".\">CHISQDIST এর বিপরীত মান প্রদান করে থাকে।</ahelp>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id0119200902475241\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id0119200902475286\n"
+"help.text"
+msgid "<emph>Probability</emph> is the probability value for which the inverse of the chi-square distribution is to be calculated."
+msgstr "<emph>সম্ভাব্যতা</emph> হলো একটি সম্ভাব্যতা মান যার জন্য কাই বর্গীয় নিবেশনের বিপরীত মান গণনা করা হয়।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id0119200902475282\n"
+"help.text"
+msgid "<emph>Degrees Of Freedom</emph> is the degrees of freedom for the chi-square function."
+msgstr "<emph>Degrees Of Freedom</emph> chi-square ফাংশনের জন্য মান নির্বাচনের স্বাধীনতা মাত্রা।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3148835\n"
+"help.text"
+msgid "<bookmark_value>CHIINV function</bookmark_value>"
+msgstr "<bookmark_value>CHIINV function</bookmark_value>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3148835\n"
+"88\n"
+"help.text"
+msgid "CHIINV"
+msgstr "CHIINV"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149906\n"
+"89\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_CHIINV\">Returns the inverse of the one-tailed probability of the chi-squared distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_CHIINV\">কাই বর্গ নিবেশনের এক টেইলকৃত সম্ভাব্যতার বিপরীত মান প্রদান করে থাকে।</ahelp>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3159157\n"
+"90\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150504\n"
+"91\n"
+"help.text"
+msgid "CHIINV(Number; DegreesFreedom)"
+msgstr "CHIINV(Number; DegreesFreedom)"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154898\n"
+"92\n"
+"help.text"
+msgid "<emph>Number</emph> is the value of the error probability."
+msgstr "<emph>সংখ্যা</emph> হলো ত্রুটি সম্ভাব্যতার মান।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154294\n"
+"93\n"
+"help.text"
+msgid "<emph>DegreesFreedom</emph> is the degrees of freedom of the experiment."
+msgstr "<emph>Degrees Of Freedom</emph> পরীক্ষনের জন্য মান নির্বাচনের স্বাধীনতা মাত্রা।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3154208\n"
+"94\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150777\n"
+"130\n"
+"help.text"
+msgid "A die is thrown 1020 times. The numbers on the die 1 through 6 come up 195, 151, 148, 189, 183 and 154 times (observation values). The hypothesis that the die is not fixed is to be tested."
+msgstr "একটি ডাই ১০২০ বার ছুড়া হয়। ডাইয়ের ৬ হতে ১ সংখ্যা আসে ১৯৫, ১৫১, ১৪৮, ১৮৯, ১৮৩ এবং ১৫৪ বার (পর্যবেক্ষণ মান)। হাইপোথিসিস যে ডাইটি স্থির নয় পরীক্ষা করা হয়।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3153062\n"
+"131\n"
+"help.text"
+msgid "The Chi square distribution of the random sample is determined by the formula given above. Since the expected value for a given number on the die for n throws is n times 1/6, thus 1020/6 = 170, the formula returns a Chi square value of 13.27."
+msgstr "অবিন্যস্ত নমুনার Chi বর্গ ডিস্ট্রিবিউশন উপরে প্রদেয় সূত্র দ্বারা সংজ্ঞায়িত হয়। n থ্রোর জন্য ডাইতে প্রদেয় সংখ্যার কাঙ্খিত মান হলো n বার ১/৬, ফলে ১০২০/৬ =১৭০, সূত্রটি Chi বর্গ মান ১৩.২৭ প্রদান করে।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148806\n"
+"132\n"
+"help.text"
+msgid "If the (observed) Chi square is greater than or equal to the (theoretical) Chi square CHIINV, the hypothesis will be discarded, since the deviation between theory and experiment is too great. If the observed Chi square is less that CHIINV, the hypothesis is confirmed with the indicated probability of error."
+msgstr "যদি (পর্যবেক্ষণকৃত) Chi বর্গ (তত্ত্বীয়) Chi বর্গ CHIINV এর চাইতে বড় অথবা সমান হয়, হাইপোথিসিসটি বাতিল করা হবে, তত্ত্ব এবং পরীক্ষার মধ্যে ব্যবধাংক মান অনেক বড় হয়। যদি পর্যবেক্ষনকৃত Chi বর্গ CHIINV হতে বড় হয়, হাইপোথিসিসটি ত্রুটির নির্দেশিত সম্ভাব্যতা দ্বারা নিশ্চিত হয়।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149763\n"
+"95\n"
+"help.text"
+msgid "<item type=\"input\">=CHIINV(0.05;5)</item> returns 11.07."
+msgstr "<item type=\"input\">=CHIINV(0.05;5)</item> ১১.০৭ প্রদান করে থাকে।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3159142\n"
+"133\n"
+"help.text"
+msgid "<item type=\"input\">=CHIINV(0.02;5)</item> returns 13.39."
+msgstr "<item type=\"input\">=CHIINV(0.02;5)</item> ১৩.৩৯ প্রদান করে থাকে।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3158401\n"
+"134\n"
+"help.text"
+msgid "If the probability of error is 5%, the die is not true. If the probability of error is 2%, there is no reason to believe it is fixed."
+msgstr "যদি ত্রুটি সংঘটনের সম্ভাব্যতা ৫% হয়, তাহলে বিনষ্ট হওয়া true নয়। যদি ত্রুটি সংঘটনের সম্ভাব্যতা ২% হয়, তাহলে এটি নির্দিষ্ট বিশ্বাস করার কোন কারণ নেই।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3154260\n"
+"help.text"
+msgid "<bookmark_value>CHITEST function</bookmark_value>"
+msgstr "<bookmark_value>CHITEST function</bookmark_value>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3154260\n"
+"97\n"
+"help.text"
+msgid "CHITEST"
+msgstr "CHITEST"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3151052\n"
+"98\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_CHITEST\">Returns the probability of a deviance from a random distribution of two test series based on the chi-squared test for independence.</ahelp> CHITEST returns the chi-squared distribution of the data."
+msgstr "<ahelp hid=\"HID_FUNC_CHITEST\">স্বাধীনতার জন্য chi-বর্গ ভিত্তিক দুইটি টেস্ট সিরিজের একটি অবিন্যস্ত ডিস্ট্রিবিউশন হতে একটি ব্যবধাংকের সম্ভাব্যতা প্রদান করে।</ahelp> CHITEST একটি তথ্যের chi-বর্গ ডিস্ট্রিবিউশন প্রদান করে।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148925\n"
+"135\n"
+"help.text"
+msgid "The probability determined by CHITEST can also be determined with CHIDIST, in which case the Chi square of the random sample must then be passed as a parameter instead of the data row."
+msgstr "CHITEST দ্বারা নির্ধারিত সম্ভাব্যতা CHIDIST দ্বারাও নির্ধারণ করা যায়, যে ক্ষেত্রে র‍্যান্ডম নমুনার কাই বর্গ তথ্য সারির পরিবর্তে একটি প্যারামিটার হিসেবে পাস করে থাকে।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3154280\n"
+"99\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149162\n"
+"100\n"
+"help.text"
+msgid "CHITEST(DataB; DataE)"
+msgstr "CHITEST(DataB; DataE)"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3158421\n"
+"101\n"
+"help.text"
+msgid "<emph>DataB</emph> is the array of the observations."
+msgstr "<emph>DataB</emph> হলো পর্যবেক্ষনের অ্যারে।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3166453\n"
+"102\n"
+"help.text"
+msgid "<emph>DataE</emph> is the range of the expected values."
+msgstr "<emph>DataE</emph> হলো কাঙ্খিত মানের পরিসর।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3146946\n"
+"103\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154096\n"
+"136\n"
+"help.text"
+msgid "Data_B (observed)"
+msgstr "Data_B (পর্যবেক্ষণকৃত)"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3152948\n"
+"137\n"
+"help.text"
+msgid "Data_E (expected)"
+msgstr "Data_E (প্রত্যাশিত)"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3152876\n"
+"138\n"
+"help.text"
+msgid "1"
+msgstr "১"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3159279\n"
+"139\n"
+"help.text"
+msgid "<item type=\"input\">195</item>"
+msgstr "<item type=\"input\">১৯৫</item>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149105\n"
+"140\n"
+"help.text"
+msgid "<item type=\"input\">170</item>"
+msgstr "<item type=\"input\">১৭০</item>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149922\n"
+"141\n"
+"help.text"
+msgid "2"
+msgstr "২"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148621\n"
+"142\n"
+"help.text"
+msgid "<item type=\"input\">151</item>"
+msgstr "<item type=\"input\">১৫১</item>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148987\n"
+"143\n"
+"help.text"
+msgid "<item type=\"input\">170</item>"
+msgstr "<item type=\"input\">১৭০</item>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149417\n"
+"144\n"
+"help.text"
+msgid "3"
+msgstr "৩"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148661\n"
+"145\n"
+"help.text"
+msgid "<item type=\"input\">148</item>"
+msgstr "<item type=\"input\">১৪৮</item>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3151128\n"
+"146\n"
+"help.text"
+msgid "<item type=\"input\">170</item>"
+msgstr "<item type=\"input\">১৭০</item>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148467\n"
+"147\n"
+"help.text"
+msgid "4"
+msgstr "৪"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149237\n"
+"148\n"
+"help.text"
+msgid "<item type=\"input\">189</item>"
+msgstr "<item type=\"input\">১৮৯</item>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3145304\n"
+"149\n"
+"help.text"
+msgid "<item type=\"input\">170</item>"
+msgstr "<item type=\"input\">১৭০</item>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149927\n"
+"150\n"
+"help.text"
+msgid "5"
+msgstr "৫"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150630\n"
+"151\n"
+"help.text"
+msgid "<item type=\"input\">183</item>"
+msgstr "<item type=\"input\">১৮৩</item>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150423\n"
+"152\n"
+"help.text"
+msgid "<item type=\"input\">170</item>"
+msgstr "<item type=\"input\">১৭০</item>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3143275\n"
+"153\n"
+"help.text"
+msgid "6"
+msgstr "৬"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3144750\n"
+"154\n"
+"help.text"
+msgid "<item type=\"input\">154</item>"
+msgstr "<item type=\"input\">১৫৪</item>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3153947\n"
+"155\n"
+"help.text"
+msgid "<item type=\"input\">170</item>"
+msgstr "<item type=\"input\">১৭০</item>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149481\n"
+"104\n"
+"help.text"
+msgid "<item type=\"input\">=CHITEST(A1:A6;B1:B6)</item> equals 0.02. This is the probability which suffices the observed data of the theoretical Chi-square distribution."
+msgstr "<item type=\"input\">=CHITEST(A1:A6;B1:B6)</item> ০.০২ এর সমান। এটি একটি সম্ভাব্যতা যা তাত্ত্বিক কাই বর্গীয় নিবেশনের পর্যবেক্ষণকৃত তথ্যের জন্য পর্যাপ্ত।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3148690\n"
+"help.text"
+msgid "<bookmark_value>CHIDIST function</bookmark_value>"
+msgstr "<bookmark_value>CHIDIST function</bookmark_value>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3148690\n"
+"106\n"
+"help.text"
+msgid "CHIDIST"
+msgstr "CHIDIST"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3156338\n"
+"156\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_CHIVERT\">Returns the probability value from the indicated Chi square that a hypothesis is confirmed.</ahelp> CHIDIST compares the Chi square value to be given for a random sample that is calculated from the sum of (observed value-expected value)^2/expected value for all values with the theoretical Chi square distribution and determines from this the probability of error for the hypothesis to be tested."
+msgstr "<ahelp hid=\"HID_FUNC_CHIVERT\">নির্দেশিত Chi বর্গ হতে সম্ভাব্যতা মান প্রদান করে যে একটি হাইপোথিসিস নিশ্চিত হয়েছে।</ahelp> CHIDIST অবিন্যস্ত নমুনার জন্য প্রদেয় Chi বর্গ মান তুলনা করে যা তাত্ত্বিক Chi বর্গ ডিস্ট্রিবিউশন দ্বারা সকল মানের জন্য (পর্যবেক্ষনকৃত মান-কাঙ্খিত মান)^২/কাঙ্খিত মান এর সমষ্টি হতে গণনা করা হয় এবং পরীক্ষা করা হবে এমন হাইপোথিসিসের জন্য ত্রুটির এই সম্ভাব্যতা হতে নির্ধারণ করা হয়।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3151316\n"
+"157\n"
+"help.text"
+msgid "The probability determined by CHIDIST can also be determined by CHITEST."
+msgstr "CHIDIST দ্বারা নির্ধারিত সম্ভাব্যতা CHITEST দ্বারাও নির্ধারণ করা যেতে পারে।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3155123\n"
+"108\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3158439\n"
+"109\n"
+"help.text"
+msgid "CHIDIST(Number; DegreesFreedom)"
+msgstr "CHIDIST(Number; DegreesFreedom)"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3148675\n"
+"110\n"
+"help.text"
+msgid "<emph>Number</emph> is the chi-square value of the random sample used to determine the error probability."
+msgstr "<emph>সংখ্যা</emph> হলো ত্রুটির সম্ভাব্যতা নির্ধারণ করার জন্য ব্যবহৃত র‍্যান্ডম মানের কাই বর্গীয় মান।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3155615\n"
+"111\n"
+"help.text"
+msgid "<emph>DegreesFreedom</emph> are the degrees of freedom of the experiment."
+msgstr "<emph>Degrees Of Freedom</emph> পরীক্ষনের জন্য মান নির্বাচনের স্বাধীনতা মাত্রা।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3146787\n"
+"112\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3145774\n"
+"113\n"
+"help.text"
+msgid "<item type=\"input\">=CHIDIST(13.27; 5)</item> equals 0.02."
+msgstr "<item type=\"input\">=CHIDIST(13.27; 5)</item> ০.০২ এর সমান।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3156141\n"
+"158\n"
+"help.text"
+msgid "If the Chi square value of the random sample is 13.27 and if the experiment has 5 degrees of freedom, then the hypothesis is assured with a probability of error of 2%."
+msgstr "যদি র‍্যান্ডম নমুনার কাই বর্গ মান ১৩.২৭ হয় এবং যদি পরীক্ষণের মান নির্ণয়ের স্বাধীনতার মাত্রা ৫ হয়, তাহলে ২% ত্রুটি র সম্ভাব্যতা সহ হাইপোথিসিস নিশ্চিত করে থাকে।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id0119200902231887\n"
+"help.text"
+msgid "<bookmark_value>CHISQDIST function</bookmark_value><bookmark_value>chi-square distribution</bookmark_value>"
+msgstr "<bookmark_value>CHISQDIST function</bookmark_value><bookmark_value>chi-square distribution</bookmark_value>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id0119200901583452\n"
+"help.text"
+msgid "CHISQDIST"
+msgstr "CHISQDIST"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id0119200901583471\n"
+"help.text"
+msgid "<ahelp hid=\".\">Returns the value of the probability density function or the cumulative distribution function for the chi-square distribution.</ahelp>"
+msgstr "<ahelp hid=\".\">সম্ভাব্যতা ঘনত্ব ফাংশন অথবা কাই বর্গীয় নিবেশনের জন্য ক্রমযোজিত নিবেশন ফাংশন প্রদান করে থাকে।</ahelp>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id0119200902395520\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id0119200902395679\n"
+"help.text"
+msgid "CHISQDIST(Number; Degrees Of Freedom; Cumulative)"
+msgstr "CHISQDIST(Number; Degrees Of Freedom; Cumulative)"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id011920090239564\n"
+"help.text"
+msgid "<emph>Number</emph> is the number for which the function is to be calculated."
+msgstr "<emph>সংখ্যা</emph> হলো একটি মান যার জন্য ফাংশন গণনা করা হবে।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id0119200902395660\n"
+"help.text"
+msgid "<emph>Degrees Of Freedom</emph> is the degrees of freedom for the chi-square function."
+msgstr "<emph>Degrees Of Freedom</emph> chi-square ফাংশনের জন্য মান নির্বাচনের স্বাধীনতা মাত্রা।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id0119200902395623\n"
+"help.text"
+msgid "<emph>Cumulative</emph> (optional): 0 or False calculates the probability density function. Other values or True or omitted calculates the cumulative distribution function."
+msgstr "<emph>ক্রমযোজিত</emph> (ঐচ্ছিক): 0 অথবা False সম্ভাব্যতা ঘনত্ব ফাংশন গণনা করে থাকে। অন্য মান অথবা True অথবা বাদ দেওয়া মান ক্রমযোজিত নিবেশন ফাংশন গণনা করে থাকে।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"bm_id3150603\n"
+"help.text"
+msgid "<bookmark_value>EXPONDIST function</bookmark_value> <bookmark_value>exponential distributions</bookmark_value>"
+msgstr "<bookmark_value>EXPONDIST function</bookmark_value> <bookmark_value>exponential distributions</bookmark_value>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3150603\n"
+"115\n"
+"help.text"
+msgid "EXPONDIST"
+msgstr "EXPONDIST"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3149563\n"
+"116\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_EXPONVERT\">Returns the exponential distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_EXPONVERT\">সূচকীয় বিন্যাস প্রদান করে।</ahelp>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3153789\n"
+"117\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150987\n"
+"118\n"
+"help.text"
+msgid "EXPONDIST(Number; Lambda; C)"
+msgstr "EXPONDIST(Number; Lambda; C)"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154663\n"
+"119\n"
+"help.text"
+msgid "<emph>Number</emph> is the value of the function."
+msgstr "<emph>সংখ্যা</emph> হলো ফাংশনের মান।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3154569\n"
+"120\n"
+"help.text"
+msgid "<emph>Lambda</emph> is the parameter value."
+msgstr "<emph>ল্যামডা</emph> হলো প্যারামিটার মান।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3147332\n"
+"121\n"
+"help.text"
+msgid "<emph>C</emph> is a logical value that determines the form of the function. <emph>C = 0</emph> calculates the density function, and <emph>C = 1</emph> calculates the distribution."
+msgstr "<emph>C</emph> হলো একটি লজিক্যাল মান যা ফাংশনের গঠন নির্ধারণ করে থাকে। <emph>C = 0</emph> হলে ঘনত্ব ফাইশন গণনা করা হয়, এবং <emph>C = 1</emph> হলে নিবেশন গণনা করা হয়।"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3146133\n"
+"122\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3150357\n"
+"123\n"
+"help.text"
+msgid "<item type=\"input\">=EXPONDIST(3;0.5;1)</item> returns 0.78."
+msgstr "<item type=\"input\">=EXPONDIST(3;0.5;1)</item> ০.৭৮ প্রদান করে থাকে।"
+
+#: 12040400.xhp
+msgctxt ""
+"12040400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Remove Filter"
+msgstr "পরিশোধক সরিয়ে ফেলুন"
+
+#: 12040400.xhp
+msgctxt ""
+"12040400.xhp\n"
+"hd_id3153087\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12040400.xhp\" name=\"Remove Filter\">Remove Filter</link>"
+msgstr "<link href=\"text/scalc/01/12040400.xhp\" name=\"Remove Filter\">পরিশোধক সরিয়ে ফেলুন</link>"
+
+#: 12040400.xhp
+msgctxt ""
+"12040400.xhp\n"
+"par_id3154760\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DataFilterRemoveFilter\">Removes the filter from the selected cell range. To enable this command, click inside the cell area where the filter was applied.</ahelp>"
+msgstr "<ahelp hid=\".uno:DataFilterRemoveFilter\">নির্বাচিত ঘর পরিসর হতে পরিশোধকটি সরিয়ে নেয়। এই কমান্ডটি সক্রিয় করার জন্য, ঘর এলাকার অভ্যন্তরে ক্লিক করুন যেখানে পরিশোধক প্রয়োগ করা হয়েছিল।</ahelp>"
+
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"tit\n"
+"help.text"
+msgid "EDATE"
+msgstr "EDATE"
+
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"bm_id3151184\n"
+"help.text"
+msgid "<bookmark_value>EDATE function</bookmark_value>"
+msgstr "<bookmark_value>EDATE function</bookmark_value>"
+
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"hd_id3151184\n"
+"213\n"
+"help.text"
+msgid "<variable id=\"edate\"><link href=\"text/scalc/01/func_edate.xhp\">EDATE</link></variable>"
+msgstr "<variable id=\"edate\"><link href=\"text/scalc/01/func_edate.xhp\">EDATE</link></variable>"
+
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"par_id3150880\n"
+"214\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_EDATE\">The result is a date which is a number of m<emph>onths</emph> away from the <emph>start date</emph>. Only months are considered; days are not used for calculation.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_EDATE\">ফলাফলটি হলো একটি তারিখ যা <emph>শুরুর তারিখ</emph> হতে দূরে <emph>মাস</emph> এর সংখ্যা। শুধুমাত্র মাস বিবেচনা করা হয়; গণনার জন্য দিন ব্যবহার করা হয় না।</ahelp>"
+
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"hd_id3154647\n"
+"215\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"par_id3153212\n"
+"216\n"
+"help.text"
+msgid "EDATE(StartDate; Months)"
+msgstr "EDATE(শুরুর তারিখ; মাস)"
+
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"par_id3146860\n"
+"217\n"
+"help.text"
+msgid "<emph>StartDate</emph> is a date."
+msgstr "<emph>শুরুর তারিখ</emph> একটি তারিখ।"
+
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"par_id3152929\n"
+"218\n"
+"help.text"
+msgid "<emph>Months</emph> is the number of months before (negative) or after (positive) the start date."
+msgstr "<emph>মাস</emph> শুরুর তারিখের পূর্বে (নেগেটিভ) অথবা পরে (পজিটিভ) মাসের সংখ্যা।"
+
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"hd_id3151289\n"
+"219\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"par_id3155845\n"
+"220\n"
+"help.text"
+msgid "What date is one month prior to 3.31.2001?"
+msgstr "৩.৩১.২০০১ এর এক মাস পূর্বের তারিখ কোনটি?"
+
+#: func_edate.xhp
+msgctxt ""
+"func_edate.xhp\n"
+"par_id3155999\n"
+"221\n"
+"help.text"
+msgid "<item type=\"input\">=EDATE(3.31.2001;-1)</item> returns 2.28.2001."
+msgstr "<item type=\"input\">=EDATE(3.31.2001;-1)</item> ২.২৮.২০০১ ফলাফল প্রদান করে।"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sort Criteria"
+msgstr "সাজানোর শ্রেণীবিভাগ"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"bm_id3152350\n"
+"help.text"
+msgid "<bookmark_value>sorting; sort criteria for database ranges</bookmark_value>"
+msgstr "<bookmark_value>sorting; sort criteria for database ranges</bookmark_value>"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3152350\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12030100.xhp\" name=\"Sort Criteria\">Sort Criteria</link>"
+msgstr "<link href=\"text/scalc/01/12030100.xhp\" name=\"Sort Criteria\">সাজানোর শ্রেণীবিভাগ</link>"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3151385\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SCPAGE_SORT_FIELDS\">Specify the sorting options for the selected range.</ahelp>"
+msgstr "<ahelp hid=\"HID_SCPAGE_SORT_FIELDS\">নির্বাচিত পরিসরের জন্য একটি সাজানোর অপশন উল্লেখ করুন।</ahelp>"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3152462\n"
+"24\n"
+"help.text"
+msgid "Ensure that you include any row and column titles in the selection."
+msgstr "নির্বাচনে আপনি যেকোনো সারি অথবা কলাম অন্তর্ভুক্ত করেন তা নিশ্চিত করুন।"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3147428\n"
+"3\n"
+"help.text"
+msgid "Sort by"
+msgstr "দ্বারা সাজানো"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3155854\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SORT_FIELDS:LB_SORT1\">Select the column that you want to use as the primary sort key.</ahelp>"
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SORT_FIELDS:LB_SORT1\">কলামটি নির্বাচন করুন যা আপনি মুখ্য সাজানোর কী হিসাবে ব্যবহার করতে চান।</ahelp>"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3146121\n"
+"5\n"
+"help.text"
+msgid "Ascending"
+msgstr "আরোহী"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3148645\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_UP1\">Sorts the selection from the lowest value to the highest value. The sorting rules are given by the locale. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages."
+msgstr ""
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3155411\n"
+"7\n"
+"help.text"
+msgid "Descending"
+msgstr "অবরোহী ক্রমানুসারে"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3151075\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_DOWN1\">Sorts the selection from the highest value to the lowest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages."
+msgstr ""
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3154492\n"
+"9\n"
+"help.text"
+msgid "Then by"
+msgstr "তারপর দ্বারা"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3156283\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SORT_FIELDS:LB_SORT2\">Select the column that you want to use as the secondary sort key.</ahelp>"
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SORT_FIELDS:LB_SORT2\">কলামটি নির্বাচন করুন যা আপনি গৌন সাজানোর কী হিসাবে ব্যবহার করতে চান।</ahelp>"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3149413\n"
+"11\n"
+"help.text"
+msgid "Ascending"
+msgstr "আরোহী"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3154018\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_UP2\">Sorts the selection from the lowest value to the highest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
+msgstr ""
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3146972\n"
+"13\n"
+"help.text"
+msgid "Descending"
+msgstr "অবরোহী ক্রমানুসারে"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3145640\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_DOWN2\">Sorts the selection from the highest value to the lowest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
+msgstr ""
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3154756\n"
+"15\n"
+"help.text"
+msgid "Then by"
+msgstr "তারপর দ্বারা"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3147338\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SORT_FIELDS:LB_SORT3\">Select the column that you want to use as the third sort key.</ahelp>"
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SORT_FIELDS:LB_SORT3\">কলামটি নির্বাচন করুন যা আপনি তৃতীয় সাজানোর কী হিসাবে ব্যবহার করতে চান।</ahelp>"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3163808\n"
+"17\n"
+"help.text"
+msgid "Ascending"
+msgstr "আরোহী"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3155336\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_UP3\">Sorts the selection from the lowest value to the highest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
+msgstr ""
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3147364\n"
+"19\n"
+"help.text"
+msgid "Descending"
+msgstr "অবরোহী ক্রমানুসারে"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3149258\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_DOWN3\">Sorts the selection from the highest value to the lowest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
+msgstr ""
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3150300\n"
+"21\n"
+"help.text"
+msgid "Sort Ascending/Descending"
+msgstr "আরোহী/অবরোহী ক্রমানুসারে সাজানো"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3158212\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SortDescending\"><variable id=\"sytext\">Sorts the selection from the highest to the lowest value, or from the lowest to the highest value. Number fields are sorted by size and text fields by the order of the characters. You can define the sort rules on Data - Sort - Options.</variable></ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
+msgstr ""
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3159236\n"
+"25\n"
+"help.text"
+msgid "Icons on the <emph>Standard</emph> toolbar"
+msgstr "<emph>আদর্শ</emph> টুলবারের উপর আইকন"
+
+#: 04010100.xhp
+msgctxt ""
+"04010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Row Break"
+msgstr "সারি বিভাজক"
+
+#: 04010100.xhp
+msgctxt ""
+"04010100.xhp\n"
+"bm_id3153821\n"
+"help.text"
+msgid "<bookmark_value>sheets; inserting row breaks</bookmark_value><bookmark_value>row breaks; inserting</bookmark_value><bookmark_value>inserting; manual row breaks</bookmark_value><bookmark_value>manual row breaks</bookmark_value>"
+msgstr "<bookmark_value>sheets; inserting row breaks</bookmark_value><bookmark_value>row breaks; inserting</bookmark_value><bookmark_value>inserting; manual row breaks</bookmark_value><bookmark_value>manual row breaks</bookmark_value>"
+
+#: 04010100.xhp
+msgctxt ""
+"04010100.xhp\n"
+"hd_id3153821\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04010100.xhp\" name=\"Row Break\">Row Break</link>"
+msgstr "<link href=\"text/scalc/01/04010100.xhp\" name=\"Row Break\">সারি বিভাজক</link>"
+
+#: 04010100.xhp
+msgctxt ""
+"04010100.xhp\n"
+"par_id3149656\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertRowBreak\">Inserts a row break (horizontal page break) above the selected cell.</ahelp>"
+msgstr "<ahelp hid=\".uno:InsertRowBreak\">নির্বাচিত ঘরের উপরে একটি সারি বিভাজক (অনুভূমিক পৃষ্ঠা বিভাজক) সন্নিবেশ করায়।</ahelp>"
+
+#: 04010100.xhp
+msgctxt ""
+"04010100.xhp\n"
+"par_id3156422\n"
+"3\n"
+"help.text"
+msgid "The manual row break is indicated by a dark blue horizontal line."
+msgstr "একটি গাঢ় নীল অনুভূমিক রেখা দ্বারা স্বনির্বাচিত সারি বিভাজক চিহ্নিত করা হয়।"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"tit\n"
+"help.text"
+msgid "Database Functions"
+msgstr "ডাটাবেস ফাংশন"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3148946\n"
+"help.text"
+msgid "<bookmark_value>Function Wizard; databases</bookmark_value> <bookmark_value>functions; database functions</bookmark_value> <bookmark_value>databases; functions in $[officename] Calc</bookmark_value>"
+msgstr "<bookmark_value>Function Wizard; databases</bookmark_value> <bookmark_value>functions; database functions</bookmark_value> <bookmark_value>databases; functions in $[officename] Calc</bookmark_value>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3148946\n"
+"1\n"
+"help.text"
+msgid "Database Functions"
+msgstr "ডাটাবেস ফাংশন"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145173\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"datenbanktext\">This section deals with functions used with data organized as one row of data for one record. </variable>"
+msgstr "<variable id=\"datenbanktext\">একটি রেকর্ডের জন্য একটি সাারি হিসেবে সাজানো ডাটা নিয়ে এই অংশটি কাজ করে থতাকে। </variable>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154016\n"
+"186\n"
+"help.text"
+msgid "The Database category may be confused with a database integrated in $[officename]. However, there is no connection between a database in $[officename] and the Database category in $[officename] Calc."
+msgstr "$[officename] এ ইন্টিগ্রেটেড ডাটাবেসের সাথে ডাটাবেসের শ্রেণী মিলিয়ে ফেলতে পারেন। যাই হোক, $[officename]-এর ডাটাবেস এবং $[officename] ক্যালকের ডাটাবেস শ্রেণীর মধ্যে কোনো সংযোগ নেই।"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3150329\n"
+"190\n"
+"help.text"
+msgid "Example Data:"
+msgstr "উদাহরণ ডাটা:"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153713\n"
+"191\n"
+"help.text"
+msgid "The following data will be used in some of the function description examples:"
+msgstr "নিম্নের ডাটা কিছু ফাংশনের ব্যাখ্যার উদাহরণে ব্যবহৃত হবে:"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155766\n"
+"3\n"
+"help.text"
+msgid "The range A1:E10 lists the children invited to Joe's birthday party. The following information is given for each entry: column A shows the name, B the grade, then age in years, distance to school in meters and weight in kilograms."
+msgstr "A1: E10 পরিসরে জোর জন্মদিনে আমন্ত্রিত শিশুদের তালিকা তৈরি করা হয়। নিম্নলিখিত তথ্য প্রতিটি ভুক্তির জন্য দেওয়া হয়েছে: কলাম A নাম, B গ্রেড, তারপর বয়স বছরে, স্কুলের দূরত্ব মিটারে এবং ওজন কিলোগ্রামে প্রদর্শন করে।"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145232\n"
+"4\n"
+"help.text"
+msgid "A"
+msgstr "A"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3146316\n"
+"5\n"
+"help.text"
+msgid "B"
+msgstr "B"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150297\n"
+"6\n"
+"help.text"
+msgid "C"
+msgstr "C"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150344\n"
+"7\n"
+"help.text"
+msgid "D"
+msgstr "D"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150785\n"
+"8\n"
+"help.text"
+msgid "E"
+msgstr "E"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150090\n"
+"9\n"
+"help.text"
+msgid "1"
+msgstr "১"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3152992\n"
+"10\n"
+"help.text"
+msgid "<item type=\"input\">Name</item>"
+msgstr "<item type=\"input\">নাম</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155532\n"
+"11\n"
+"help.text"
+msgid "<item type=\"input\">Grade</item>"
+msgstr "<item type=\"input\">গ্রেড</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3156448\n"
+"12\n"
+"help.text"
+msgid "<item type=\"input\">Age</item>"
+msgstr "<item type=\"input\">বয়স</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154486\n"
+"13\n"
+"help.text"
+msgid "<item type=\"input\">Distance to School</item>"
+msgstr "<item type=\"input\">স্কুলের দূরত্ব</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3152899\n"
+"14\n"
+"help.text"
+msgid "<item type=\"input\">Weight</item>"
+msgstr "<item type=\"input\">ওজন</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153816\n"
+"15\n"
+"help.text"
+msgid "2"
+msgstr "২"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3151240\n"
+"16\n"
+"help.text"
+msgid "<item type=\"input\">Andy</item>"
+msgstr "<item type=\"input\">অ্যান্ডি</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3156016\n"
+"17\n"
+"help.text"
+msgid "<item type=\"input\">3</item>"
+msgstr "<item type=\"input\">৩</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145073\n"
+"18\n"
+"help.text"
+msgid "<item type=\"input\">9</item>"
+msgstr "<item type=\"input\">৯</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154956\n"
+"19\n"
+"help.text"
+msgid "<item type=\"input\">150</item>"
+msgstr "<item type=\"input\">১৫০</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153976\n"
+"20\n"
+"help.text"
+msgid "<item type=\"input\">40</item>"
+msgstr "<item type=\"input\">৪০</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150894\n"
+"21\n"
+"help.text"
+msgid "3"
+msgstr "৩"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3152870\n"
+"22\n"
+"help.text"
+msgid "<item type=\"input\">Betty</item>"
+msgstr "<item type=\"input\">বেটি</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149692\n"
+"23\n"
+"help.text"
+msgid "<item type=\"input\">4</item>"
+msgstr "<item type=\"input\">৪</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154652\n"
+"24\n"
+"help.text"
+msgid "<item type=\"input\">10</item>"
+msgstr "<item type=\"input\">১০</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149381\n"
+"25\n"
+"help.text"
+msgid "<item type=\"input\">1000</item>"
+msgstr "<item type=\"input\">১০০০</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153812\n"
+"26\n"
+"help.text"
+msgid "<item type=\"input\">42</item>"
+msgstr "<item type=\"input\">৪২</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3146965\n"
+"27\n"
+"help.text"
+msgid "4"
+msgstr "৪"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155596\n"
+"28\n"
+"help.text"
+msgid "<item type=\"input\">Charles</item>"
+msgstr "<item type=\"input\">চার্লস</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3147244\n"
+"29\n"
+"help.text"
+msgid "<item type=\"input\">3</item>"
+msgstr "<item type=\"input\">৩</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149871\n"
+"30\n"
+"help.text"
+msgid "<item type=\"input\">10</item>"
+msgstr "<item type=\"input\">১০</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155752\n"
+"31\n"
+"help.text"
+msgid "<item type=\"input\">300</item>"
+msgstr "<item type=\"input\">৩০০</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149052\n"
+"32\n"
+"help.text"
+msgid "<item type=\"input\">51</item>"
+msgstr "<item type=\"input\">৫১</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3146097\n"
+"33\n"
+"help.text"
+msgid "5"
+msgstr "৫"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3147296\n"
+"34\n"
+"help.text"
+msgid "<item type=\"input\">Daniel</item>"
+msgstr "<item type=\"input\">ডেনিয়েল</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150393\n"
+"35\n"
+"help.text"
+msgid "<item type=\"input\">5</item>"
+msgstr "<item type=\"input\">৫</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145236\n"
+"36\n"
+"help.text"
+msgid "<item type=\"input\">11</item>"
+msgstr "<item type=\"input\">১১</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150534\n"
+"37\n"
+"help.text"
+msgid "<item type=\"input\">1200</item>"
+msgstr "<item type=\"input\">১২০০</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150375\n"
+"38\n"
+"help.text"
+msgid "<item type=\"input\">48</item>"
+msgstr "<item type=\"input\">৪৮</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3159121\n"
+"39\n"
+"help.text"
+msgid "6"
+msgstr "৬"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150456\n"
+"40\n"
+"help.text"
+msgid "<item type=\"input\">Eva</item>"
+msgstr "<item type=\"input\">ইভা</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3146886\n"
+"41\n"
+"help.text"
+msgid "<item type=\"input\">2</item>"
+msgstr "<item type=\"input\">২</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149945\n"
+"42\n"
+"help.text"
+msgid "<item type=\"input\">8</item>"
+msgstr "<item type=\"input\">৮</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3157904\n"
+"43\n"
+"help.text"
+msgid "<item type=\"input\">650</item>"
+msgstr "<item type=\"input\">৬৫০</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149352\n"
+"44\n"
+"help.text"
+msgid "<item type=\"input\">33</item>"
+msgstr "<item type=\"input\">৩৩</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150028\n"
+"45\n"
+"help.text"
+msgid "7"
+msgstr "৭"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145826\n"
+"46\n"
+"help.text"
+msgid "<item type=\"input\">F</item><item type=\"input\">rank</item>"
+msgstr "<item type=\"input\"></item><item type=\"input\">ফ্রাংক</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150743\n"
+"47\n"
+"help.text"
+msgid "<item type=\"input\">2</item>"
+msgstr "<item type=\"input\">২</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154844\n"
+"48\n"
+"help.text"
+msgid "<item type=\"input\">7</item>"
+msgstr "<item type=\"input\">৭</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148435\n"
+"49\n"
+"help.text"
+msgid "<item type=\"input\">3</item><item type=\"input\">00</item>"
+msgstr "<item type=\"input\">৩</item><item type=\"input\">০০</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148882\n"
+"50\n"
+"help.text"
+msgid "<item type=\"input\">4</item><item type=\"input\">2</item>"
+msgstr "<item type=\"input\">৪</item><item type=\"input\">২</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150140\n"
+"51\n"
+"help.text"
+msgid "8"
+msgstr "৮"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3146137\n"
+"52\n"
+"help.text"
+msgid "<item type=\"input\">Greta</item>"
+msgstr "<item type=\"input\">গ্রেটা</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148739\n"
+"53\n"
+"help.text"
+msgid "<item type=\"input\">1</item>"
+msgstr "<item type=\"input\">১</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148583\n"
+"54\n"
+"help.text"
+msgid "<item type=\"input\">7</item>"
+msgstr "<item type=\"input\">৭</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154556\n"
+"55\n"
+"help.text"
+msgid "<item type=\"input\">200</item>"
+msgstr "<item type=\"input\">২০০</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155255\n"
+"56\n"
+"help.text"
+msgid "<item type=\"input\">36</item>"
+msgstr "<item type=\"input\">৩৬</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145141\n"
+"57\n"
+"help.text"
+msgid "9"
+msgstr "৯"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153078\n"
+"58\n"
+"help.text"
+msgid "<item type=\"input\">Harry</item>"
+msgstr "<item type=\"input\">হ্যারি</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149955\n"
+"59\n"
+"help.text"
+msgid "<item type=\"input\">3</item>"
+msgstr "<item type=\"input\">৩</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150005\n"
+"60\n"
+"help.text"
+msgid "<item type=\"input\">9</item>"
+msgstr "<item type=\"input\">৯</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155951\n"
+"61\n"
+"help.text"
+msgid "<item type=\"input\">1200</item>"
+msgstr "<item type=\"input\">১২০০</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145169\n"
+"62\n"
+"help.text"
+msgid "<item type=\"input\">44</item>"
+msgstr "<item type=\"input\">৪৪</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153571\n"
+"63\n"
+"help.text"
+msgid "10"
+msgstr "১০"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148761\n"
+"64\n"
+"help.text"
+msgid "<item type=\"input\">Irene</item>"
+msgstr "<item type=\"input\">আইরিন</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149877\n"
+"65\n"
+"help.text"
+msgid "<item type=\"input\">2</item>"
+msgstr "<item type=\"input\">২</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154327\n"
+"66\n"
+"help.text"
+msgid "<item type=\"input\">8</item>"
+msgstr "<item type=\"input\">৮</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155435\n"
+"67\n"
+"help.text"
+msgid "<item type=\"input\">1000</item>"
+msgstr "<item type=\"input\">১০০০</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145353\n"
+"68\n"
+"help.text"
+msgid "<item type=\"input\">42</item>"
+msgstr "<item type=\"input\">৪২</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150662\n"
+"69\n"
+"help.text"
+msgid "11"
+msgstr "১১"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150568\n"
+"70\n"
+"help.text"
+msgid "12"
+msgstr "১২"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149393\n"
+"71\n"
+"help.text"
+msgid "13"
+msgstr "১৩"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153544\n"
+"72\n"
+"help.text"
+msgid "<item type=\"input\">Name</item>"
+msgstr "<item type=\"input\">নাম</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3158414\n"
+"73\n"
+"help.text"
+msgid "<item type=\"input\">Grade</item>"
+msgstr "<item type=\"input\">গ্রেড</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3152820\n"
+"74\n"
+"help.text"
+msgid "<item type=\"input\">Age</item>"
+msgstr "<item type=\"input\">বয়স</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154866\n"
+"75\n"
+"help.text"
+msgid "<item type=\"input\">Distance to School</item>"
+msgstr "<item type=\"input\">স্কুলের দূরত্ব</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150471\n"
+"76\n"
+"help.text"
+msgid "<item type=\"input\">Weight</item>"
+msgstr "<item type=\"input\">ওজন</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153920\n"
+"77\n"
+"help.text"
+msgid "14"
+msgstr "১৪"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148429\n"
+"78\n"
+"help.text"
+msgid "<item type=\"input\">>600</item>"
+msgstr "<item type=\"input\">>৬০০</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3152588\n"
+"79\n"
+"help.text"
+msgid "15"
+msgstr "১৫"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3083286\n"
+"80\n"
+"help.text"
+msgid "16"
+msgstr "১৬"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3163823\n"
+"81\n"
+"help.text"
+msgid "<item type=\"input\">DCOUNT</item>"
+msgstr "<item type=\"input\">DCOUNT</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145083\n"
+"82\n"
+"help.text"
+msgid "<item type=\"input\">5</item>"
+msgstr "<item type=\"input\">৫</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149282\n"
+"83\n"
+"help.text"
+msgid "The formula in cell B16 is =DCOUNT(A1:E10;0;A13:E14)"
+msgstr "B16 ঘরের সূত্র হলো =DCOUNT(A1:E10;0;A13:E14)"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3150962\n"
+"192\n"
+"help.text"
+msgid "Database Function Parameters:"
+msgstr "ডাটাবেস ফাংশনের প্যারামিটার:"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155837\n"
+"84\n"
+"help.text"
+msgid "The following items are the parameter definitions for all database functions:"
+msgstr "নিম্নের আইটেমসমূহ সকল ডাটাবেস ফাংশনের জন্য প্যারামিটারের সংজ্ঞা:"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149453\n"
+"85\n"
+"help.text"
+msgid "<emph>Database</emph> is the cell range defining the database."
+msgstr "<emph>ডাটাবেস</emph> হলো ঘরের পরিসর, যা ডাটাবেস নির্ধারণ করে।"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3151272\n"
+"86\n"
+"help.text"
+msgid "<emph>DatabaseField</emph> specifies the column where the function operates on after the search criteria of the first parameter is applied and the data rows are selected. It is not related to the search criteria itself. Use the number 0 to specify the whole data range. <variable id=\"quotes\">To reference a column by means of the column header name, place quotation marks around the header name. </variable>"
+msgstr "<emph> DatabaseField</emph> কলাম উল্লেখ করে, যেখানে প্রথম প্যারামিটারের অনুসন্ধান নির্ণায়ক প্রয়োগ করার পরে ফাংশন পরিচালনা করা হয় এবং ডাটার সারি নির্বাচন করা হয়। এটা নিজে অনুসন্ধান নির্ণায়কের সাথে সম্পর্কিত নয়। সম্পূর্ণ ডাটা পরিসর উল্লেখ করতে ০ সংখ্যাটি ব্যবহার করুন।<variable id=\"quotes\"> কলামের শীর্ষচরণের নাম দ্বারা কলাম রেফারেন্স করতে, শীর্ষচরণের নামের উভয় পাশে উদ্ধৃতি চিহ্ন দিন।</variable>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3147083\n"
+"87\n"
+"help.text"
+msgid "<emph>SearchCriteria</emph> is the cell range containing search criteria. If you write several criteria in one row they are connected by AND. If you write the criteria in different rows they are connected by OR. Empty cells in the search criteria range will be ignored."
+msgstr "<emph>SearchCriteria</emph> হলো ঘরের পরিসীমা, যাতে অনুসন্ধান নির্ণায়ক রয়েছে। আপনি যদি একই সারিতে বিভিন্ন নির্ণায়ক লিখেন, তারা AND দ্বারা সংযুক্ত হবে। আপনি যদি নির্ণায়কটি বিভিন্ন সারিতে লিখেন, তারা OR দ্বারা সংযুক্ত হবে। অনুসন্ধান নির্ণায়ক পরিসীমার ফাঁকা ঘর উপেক্ষা করা হবে।"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3151188\n"
+"188\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\" name=\"Spreadsheet - Calculate\">%PRODUCTNAME Calc - Calculate</link> to define how $[officename] Calc acts when searching for identical entries."
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3882869\n"
+"help.text"
+msgid "See also the Wiki page about <link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Conditional_Counting_and_Summation\">Conditional Counting and Summation</link>."
+msgstr ""
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3150882\n"
+"help.text"
+msgid "<bookmark_value>DCOUNT function</bookmark_value> <bookmark_value>counting rows;with numeric values</bookmark_value>"
+msgstr "<bookmark_value>DCOUNT function</bookmark_value> <bookmark_value>counting rows;with numeric values</bookmark_value>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3150882\n"
+"88\n"
+"help.text"
+msgid "DCOUNT"
+msgstr "DCOUNT"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3156133\n"
+"89\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBANZAHL\">DCOUNT counts the number of rows (records) in a database that match the specified search criteria and contain numerical values.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_DBANZAHL\">ডাটাবেসের কি পরিমাণ সারি (প্রতিবেদন) উল্লেখিত অনুসন্ধান নির্ণায়কের সাথে মেলে এবং সংখ্যাসূচক মান ধারণ করে, DCOUNT সে সংখ্যা গণনা করে।</ahelp>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3156099\n"
+"90\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153218\n"
+"91\n"
+"help.text"
+msgid "DCOUNT(Database; DatabaseField; SearchCriteria)"
+msgstr "DCOUNT(Database; DatabaseField; SearchCriteria)"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153273\n"
+"187\n"
+"help.text"
+msgid "For the DatabaseField parameter you can enter a cell to specify the column, or enter the number 0 for the entire database. The parameter cannot be empty. <embedvar href=\"text/scalc/01/04060101.xhp#quotes\"/>"
+msgstr "DatabaseField প্যারামিটারের জন্য কলামটি উল্লেখ করতে আপনি একটি ঘর সন্নিবেশ করাতে পারেন, বা সম্পূর্ণ ডাটাবেসের জন্য ০ সংখ্যাটি সন্নিবেশ করান। প্যারামিটার ফাঁকা থাকতে পারবে না। <embedvar href=\"text/scalc/01/04060101.xhp#quotes\"/>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3154743\n"
+"92\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153623\n"
+"93\n"
+"help.text"
+msgid "In the example above (scroll up, please), we want to know how many children have to travel more than 600 meters to school. The result is to be stored in cell B16. Set the cursor in cell B16. Enter the formula <item type=\"input\">=DCOUNT(A1:E10;0;A13:E14)</item> in B16. The <emph>Function Wizard</emph> helps you to input ranges."
+msgstr "উপরের উদাহরণে (অনুগ্রহ করে, উপরে স্ক্রল করুন), কতজন শিশুকে স্কুলে আসতে ৬০০ মিটারের বেশি ভ্রমণ করতে হয়, আমরা তা জানতে চাই। ফলাফল B16 ঘরে সংরক্ষণ করা হবে। কার্সারটি B16 ঘরে রাখুন। B16 ঘরে <item type=\"input\">=DCOUNT(A1:E10;0;A13:E14)</item> সূত্রটি সন্নিবেশ করান। <emph>ফাংশন উইজার্ড</emph> আপনাকে পরিসীমা ইনপুট দিতে সহায়তা করে।"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149142\n"
+"94\n"
+"help.text"
+msgid "<emph>Database</emph> is the range of data to be evaluated, including its headers: in this case A1:E10. <emph>DatabaseField</emph> specifies the column for the search criteria: in this case, the whole database. <emph>SearchCriteria</emph> is the range where you can enter the search parameters: in this case, A13:E14."
+msgstr "<emph>ডাটাবেস</emph> হলো শিরোনাম সহ ডাটার পরিসর, যা মূল্যায়ন করা হবে: এই ক্ষেত্রে A1:E10। <emph>DatabaseField</emph> অনুসন্ধান নির্ণায়কের জন্য কলাম উল্লেখ করে: এই ক্ষেত্রে, সম্পূর্ণ ডাটাবেস। <emph>SearchCriteria</emph> হলো এমন পরিসর, যেখানে আপনি অনুসন্ধান প্যারামিটার সন্নিবেশ করাতে পারেন: এই ক্ষেত্রে, A13:E14।"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145652\n"
+"95\n"
+"help.text"
+msgid "To learn how many children in second grade are over 7 years of age, delete the entry >600 in cell D14 and enter <item type=\"input\">2</item> in cell B14 under Grade, and enter <item type=\"input\">>7</item> in cell C14 to the right. The result is 2. Two children are in second grade and over 7 years of age. As both criteria are in the same row, they are connected by AND."
+msgstr "দ্বিতীয় গ্রেডের কতজন শিশুর বয়স ৭ বছরের বেশী জানতে, D14 ঘরের >৬০০ ভুক্তিটি মুছে ফেলুন এবং B14 ঘরে গ্রেডের অধীনে <item type=\"input\"> ২</item>সন্নিবেশ করান, এবং ডান পাশের C14 ঘরে <item type=\"input\"> >৭</item> সন্নিবেশ করান। ফলাফল হলো ২। দ্বিতীয় গ্রেডের শিশুর সংখ্যা দুই এবং তাদের বয়স ৭ বছরের বেশী। যেহেতু উভয় নির্ণায়ক একই সারির, তারা AND দ্বারা সংযুক্ত।"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3156123\n"
+"help.text"
+msgid "<bookmark_value>DCOUNTA function</bookmark_value> <bookmark_value>records;counting in Calc databases</bookmark_value> <bookmark_value>counting rows;with numeric or alphanumeric values</bookmark_value>"
+msgstr "<bookmark_value>DCOUNTA function</bookmark_value> <bookmark_value>records;counting in Calc databases</bookmark_value> <bookmark_value>counting rows;with numeric or alphanumeric values</bookmark_value>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3156123\n"
+"97\n"
+"help.text"
+msgid "DCOUNTA"
+msgstr "DCOUNTA"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3156110\n"
+"98\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBANZAHL2\">DCOUNTA counts the number of rows (records) in a database that match the specified search conditions, and contain numeric or alphanumeric values.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_DBANZAHL2\">ডাটাবেসের কি পরিমাণ সারি (প্রতিবেদন) উল্লেখিত অনুসন্ধান শর্তের সাথে মেলে, এবং সংখ্যাসূচক বা আলফানিউমেরিক মান ধারণ করে, DCOUNTA সেই সংখ্যা গণনা করে।</ahelp>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3143228\n"
+"99\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3146893\n"
+"100\n"
+"help.text"
+msgid "DCOUNTA(Database; DatabaseField; SearchCriteria)"
+msgstr "DCOUNTA(Database; DatabaseField; SearchCriteria)"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3149751\n"
+"101\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153982\n"
+"102\n"
+"help.text"
+msgid "In the example above (scroll up, please), you can search for the number of children whose name starts with an E or a subsequent letter. Edit the formula in B16 to read <item type=\"input\">=DCOUNTA(A1:E10;\"Name\";A13:E14)</item>. Delete the old search criteria and enter <item type=\"input\">>=E</item> under Name in field A14. The result is 5. If you now delete all number values for Greta in row 8, the result changes to 4. Row 8 is no longer included in the count because it does not contain any values. The name Greta is text, not a value. Note that the DatabaseField parameter must point to a column that can contain values."
+msgstr "উপরের উদাহরণে (অনুগ্রহ করে স্ক্রল করে উপরে যান), আপনি E এবং পরবর্তী অক্ষর দ্বারা শুরু নামের শিশুর মোট সংখ্যার জন্য অনুসন্ধান করতে পারেন। <item type=\"input\">=DCOUNTA(A1:E10;\"Name\";A13:E14)</item> পাঠ করার জন্য B16 এ বিদ্যমান সূত্রসমূহ সম্পাদনা করুন। পুরনো অনুসন্ধান শ্রেণীবিভাগ মুছে ফেলুন এবং A14 এ নামের অধীনে <item type=\"input\">>=E</item> সন্নিবেশ করান। ফলাফল হলো ৫। আপনি যদি সারি ৮ এ গ্রেটার জন্য সকল সংখ্যা মান মুছে ফেলতে চান তাহলে ফলাফল ৪ এ পরিবর্তিত হবে। সারি ৮ আর গণনাতে বিদ্যমান থাকে না কারণ এটিতে কোন মান থাকে না। গ্রেটা নামটি একটি টেক্সট, মান নয়। নোট করুন যে, DatabaseField প্যারামিটারটি অবশ্যই মানযুক্ত একটি কলাম নির্দেশ করে থাকে।"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3147256\n"
+"help.text"
+msgid "<bookmark_value>DGET function</bookmark_value> <bookmark_value>cell contents;searching in Calc databases</bookmark_value> <bookmark_value>searching;cell contents in Calc databases</bookmark_value>"
+msgstr "<bookmark_value>DGET function</bookmark_value> <bookmark_value>cell contents;searching in Calc databases</bookmark_value> <bookmark_value>searching;cell contents in Calc databases</bookmark_value>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3147256\n"
+"104\n"
+"help.text"
+msgid "DGET"
+msgstr "DGET"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3152801\n"
+"105\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBAUSZUG\">DGET returns the contents of the referenced cell in a database which matches the specified search criteria.</ahelp> In case of an error, the function returns either #VALUE! for no row found, or Err502 for more than one cell found."
+msgstr "<ahelp hid=\"HID_FUNC_DBAUSZUG\">DGET ডাটাবেসের রেফারেন্সকৃত ঘরের বিষয়বস্তু প্রদান করে, যা উল্লেখিত অনুসন্ধান নির্ণায়কের সাথে মিলে।</ahelp> ত্রুটির ক্ষেত্রে, কোনো সারি পাওয়া না গেলে ফাংশনটি হয় #VALUE!, বা একাধিক ঘর পাওয়া গেলে Err502 প্রদান করে।"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3159344\n"
+"106\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154696\n"
+"107\n"
+"help.text"
+msgid "DGET(Database; DatabaseField; SearchCriteria)"
+msgstr "DGET(Database; DatabaseField; SearchCriteria)"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3153909\n"
+"108\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155388\n"
+"109\n"
+"help.text"
+msgid "In the above example (scroll up, please), we want to determine what grade a child is in, whose name was entered in cell A14. The formula is entered in cell B16 and differs slightly from the earlier examples because only one column (one database field) can be entered for <emph>DatabaseField</emph>. Enter the following formula:"
+msgstr "উপরের উদাহরণে (অনুগ্রহ করে, উপরে স্ক্রল করুন), আমরা এমন একটি শিশুর গ্রেড নির্ধারণ করতে চাই, যার নাম A14 ঘরে সন্নিবেশ করানো হয়েছিল। সূত্রটি B16 ঘরে সন্নিবেশ করা হয়েছে এবং পূর্ববর্তী উদাহরণ হতে কিছুটা ভিন্ন, কারণ <emph>DatabaseField</emph> এর জন্য শুধুমাত্র একটি কলাম (একটি ডাটাবেস ক্ষেত্র) সন্নিবেশ করা যেতে পারে। নিম্নের সূত্রটি সন্নিবেশ করান:"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153096\n"
+"110\n"
+"help.text"
+msgid "<item type=\"input\">=DGET(A1:E10;\"Grade\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DGET(A1:E10;\"Grade\";A13:E14)</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150524\n"
+"111\n"
+"help.text"
+msgid "Enter the name <item type=\"input\">Frank</item> in A14, and you see the result 2. Frank is in second grade. Enter <item type=\"input\">\"Age\"</item> instead of \"Grade\" and you will get Frank's age."
+msgstr "A14 ঘরে <item type=\"input\">ফ্র্যাঙ্ক</item> নামটি সন্নিবেশ করান, এবং আপনি ফলাফল ২ দেখবেন। ফ্র্যাঙ্ক দ্বিতীয় গ্রেডের। \"Grade\" এর পরিবর্তে <item type=\"input\">\"Age\"</item> সন্নিবেশ করান এবং আপনি ফ্র্যাঙ্কের বয়স পেয়ে যাবেন।"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148833\n"
+"112\n"
+"help.text"
+msgid "Or enter the value <item type=\"input\">11</item> in cell C14 only, and delete the other entries in this row. Edit the formula in B16 as follows:"
+msgstr "বা শুধুমাত্র C14 ঘরে <item type=\"input\">১১</item> সন্নিবেশ করান, এবং এই সারির অন্য ভুক্তিগুলো মুছে ফেলুন। নিম্নরূপে B16 ঘরের সূত্র সম্পাদনা করুন:"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149912\n"
+"113\n"
+"help.text"
+msgid "<item type=\"input\">=DGET(A1:E10;\"Name\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DGET(A1:E10;\"Name\";A13:E14)</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148813\n"
+"114\n"
+"help.text"
+msgid "Instead of the grade, the name is queried. The answer appears at once: Daniel is the only child aged 11."
+msgstr "গ্রেডের পরিবর্তে, নাম খোঁজা হয়েছিল। উত্তরটি তখনই পাওয়া যায়: একমাত্র ডেনিয়েলই ১১ বছরের শিশু।"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3149766\n"
+"help.text"
+msgid "<bookmark_value>DMAX function</bookmark_value> <bookmark_value>maximum values in Calc databases</bookmark_value> <bookmark_value>searching;maximum values in columns</bookmark_value>"
+msgstr "<bookmark_value>DMAX function</bookmark_value> <bookmark_value>maximum values in Calc databases</bookmark_value> <bookmark_value>searching;maximum values in columns</bookmark_value>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3149766\n"
+"115\n"
+"help.text"
+msgid "DMAX"
+msgstr "DMAX"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154903\n"
+"116\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBMAX\">DMAX returns the maximum content of a cell (field) in a database (all records) that matches the specified search conditions.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_DBMAX\">DMAX ডাটাবেসের (সকল রেকর্ড) ঘরের (ক্ষেত্র) অধিকাংশ বিষয়বস্তু প্রদান করে যা উল্লেখিত অনুসন্ধান শর্তের সাথে মিলে।</ahelp>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3150771\n"
+"117\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3159157\n"
+"118\n"
+"help.text"
+msgid "DMAX(Database; DatabaseField; SearchCriteria)"
+msgstr "DMAX(Database; DatabaseField; SearchCriteria)"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3145420\n"
+"119\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148442\n"
+"120\n"
+"help.text"
+msgid "To find out how much the heaviest child in each grade weighed in the above example (scroll up, please), enter the following formula in B16:"
+msgstr "উপরের উদাহরণে (অনুগ্রহ করে স্ক্রল করে উপরে যান) উল্লেখ্য প্রতিটি গ্রেডে কতজন শিশুর ওজন সবচেয়ে বেশী তা বের করার জন্য, নিচের সূত্রটি B16 এ সন্নিবেশ করান।"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148804\n"
+"121\n"
+"help.text"
+msgid "<item type=\"input\">=DMAX(A1:E10;\"Weight\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DMAX(A1:E10;\"Weight\";A13:E14)</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150510\n"
+"122\n"
+"help.text"
+msgid "Under Grade, enter <item type=\"input\">1, 2, 3,</item> and so on, one after the other. After entering a grade number, the weight of the heaviest child in that grade appears."
+msgstr "গ্রেডের অধীনে, <item type=\"input\">১,২,৩</item> ইত্যাদি সন্নিবেশ করান, একটার পরে অন্যটা। গ্রেডের সংখ্যা সন্নিবেশ করার পর, সেই গ্রেডের সবচেযে ভারী শিশুর ওজন উপস্থিত হয়।"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3159141\n"
+"help.text"
+msgid "<bookmark_value>DMIN function</bookmark_value> <bookmark_value>minimum values in Calc databases</bookmark_value> <bookmark_value>searching;minimum values in columns</bookmark_value>"
+msgstr "<bookmark_value>DMIN function</bookmark_value> <bookmark_value>minimum values in Calc databases</bookmark_value> <bookmark_value>searching;minimum values in columns</bookmark_value>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3159141\n"
+"123\n"
+"help.text"
+msgid "DMIN"
+msgstr "DMIN"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154261\n"
+"124\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBMIN\">DMIN returns the minimum content of a cell (field) in a database that matches the specified search criteria.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_DBMIN\">DMIN ডাটাবেসের ঘরের (ক্ষেত্র) নূন্যতম বিষয়বস্তু প্রদান করে, যা উল্লেখিত অনুসন্ধান নির্ণায়কের সাথে মিলে।</ahelp>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3147238\n"
+"125\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148479\n"
+"126\n"
+"help.text"
+msgid "DMIN(Database; DatabaseField; SearchCriteria)"
+msgstr "DMIN(Database; DatabaseField; SearchCriteria)"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3151050\n"
+"127\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148925\n"
+"128\n"
+"help.text"
+msgid "To find the shortest distance to school for the children in each grade in the above example (scroll up, please), enter the following formula in B16:"
+msgstr "উপরোক্ত উদাহরণ (অনুগ্রহ করে, উপরে স্রুল করুন) হতে প্রতিটি গ্রেডের শিশুর জন্য স্কুলে আসার সর্বনিম্ন দূরত্ব খুঁজে বের করতে, নিম্নের সূত্রটি B16 ঘরে সন্নিবেশ করান:"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149161\n"
+"129\n"
+"help.text"
+msgid "<item type=\"input\">=DMIN(A1:E10;\"Distance to School\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DMIN(A1:E10;\"Distance to School\";A13:E14)</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148917\n"
+"130\n"
+"help.text"
+msgid "In row 14, under Grade, enter <item type=\"input\">1, 2, 3,</item> and so on, one after the other. The shortest distance to school for each grade appears."
+msgstr "গ্রেডের অধীনে, ১৪ নং সারিতে, <item type=\"input\">১,২,৩</item> ইত্যাদি সন্নিবেশ করান, একটার পরে অন্যটা। প্রতিটি গ্রেডের জন্য স্কুলে আসার সর্বনিম্ন দুরত্ব প্রদর্শন করা হয়।"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3154274\n"
+"help.text"
+msgid "<bookmark_value>DAVERAGE function</bookmark_value> <bookmark_value>averages; in Calc databases</bookmark_value> <bookmark_value>calculating;averages in Calc databases</bookmark_value>"
+msgstr "<bookmark_value>DAVERAGE function</bookmark_value> <bookmark_value>averages; in Calc databases</bookmark_value> <bookmark_value>calculating;averages in Calc databases</bookmark_value>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3154274\n"
+"131\n"
+"help.text"
+msgid "DAVERAGE"
+msgstr "DAVERAGE"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3166453\n"
+"132\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBMITTELWERT\">DAVERAGE returns the average of the values of all cells (fields) in all rows (database records) that match the specified search criteria.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_DBMITTELWERT\">DAVERAGE সকল সারির (ডাটাবেস রেকর্ড) সকল ঘরের (ক্ষেত্র) মানের গড় প্রদান করে, যা উল্লেখিত অনুসন্ধান নির্ণায়কের সাথে মিলে।</ahelp>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3146955\n"
+"133\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150710\n"
+"134\n"
+"help.text"
+msgid "DAVERAGE(Database; DatabaseField; SearchCriteria)"
+msgstr "DAVERAGE(Database; DatabaseField; SearchCriteria)"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3152943\n"
+"135\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149104\n"
+"136\n"
+"help.text"
+msgid "To find the average weight of all children of the same age in the above example (scroll up, please), enter the following formula in B16:"
+msgstr "উপরোক্ত উদাহরণ (অনুগ্রহ করে, উপরে স্ক্রল করুন) হতে একই বয়সের সকল শিশুর গড় ওজন বের করতে, নিম্নোক্ত সূত্রটি B16 ঘরে সন্নিবেশ করান:"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153688\n"
+"137\n"
+"help.text"
+msgid "<item type=\"input\">=DAVERAGE(A1:E10;\"Weight\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DAVERAGE(A1:E10;\"Weight\";A13:E14)</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155587\n"
+"138\n"
+"help.text"
+msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. The average weight of all children of the same age appears."
+msgstr "গ্রেডের অধীনে, ১৪ নং সারিতে, <item type=\"input\">৭,৮,৯</item> ইত্যাদি সন্নিবেশ করান, একটার পরে অন্যটা। একই বয়সের সকল শিশুর গড় ওজন প্রদর্শিত হয়।"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3159269\n"
+"help.text"
+msgid "<bookmark_value>DPRODUCT function</bookmark_value> <bookmark_value>multiplying;cell contents in Calc databases</bookmark_value>"
+msgstr "<bookmark_value>DPRODUCT function</bookmark_value> <bookmark_value>multiplying;cell contents in Calc databases</bookmark_value>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3159269\n"
+"139\n"
+"help.text"
+msgid "DPRODUCT"
+msgstr "DPRODUCT"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3152879\n"
+"140\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBPRODUKT\">DPRODUCT multiplies all cells of a data range where the cell contents match the search criteria.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_DBPRODUKT\">DPRODUCT ডাটা পরিসরের এমন সকল ঘর গুণন করবে, যেখানে ঘরের বিষয়বস্তু অনুসন্ধান নির্ণায়কের সাথে মিলবে।</ahelp>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3149966\n"
+"141\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154854\n"
+"142\n"
+"help.text"
+msgid "DPRODUCT(Database; DatabaseField; SearchCriteria)"
+msgstr "DPRODUCT(Database; DatabaseField; SearchCriteria)"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3149802\n"
+"143\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148986\n"
+"144\n"
+"help.text"
+msgid "With the birthday party example above (scroll up, please), there is no meaningful application of this function."
+msgstr "উপরোক্ত জন্মদিন অনুষ্ঠানের উদাহরণে (অনুগ্রহ করে, উপরে স্ক্রল করুন), এই ফাংশনটির কোনো অর্থবহ অ্যাপ্লিকেশন নেই।"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3148462\n"
+"help.text"
+msgid "<bookmark_value>DSTDEV function</bookmark_value> <bookmark_value>standard deviations in databases;based on a sample</bookmark_value>"
+msgstr "<bookmark_value>DSTDEV function</bookmark_value> <bookmark_value>standard deviations in databases;based on a sample</bookmark_value>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3148462\n"
+"145\n"
+"help.text"
+msgid "DSTDEV"
+msgstr "DSTDEV"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154605\n"
+"146\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBSTDABW\">DSTDEV calculates the standard deviation of a population based on a sample, using the numbers in a database column that match the given conditions.</ahelp> The records are treated as a sample of data. That means that the children in the example represent a cross section of all children. Note that a representative result can not be obtained from a sample of less than one thousand."
+msgstr "<ahelp hid=\"HID_FUNC_DBSTDABW\">প্রদত্ত শর্তের সাথে মিলে, ডাটাবেস কলামের এমন সংখ্যা ব্যবহার করে, DSTDEV একটি নমুনার উপর ভিত্তি করে সমগ্রকের পরিমিত ব্যবধান হিসেব করে।</ahelp> রেকর্ডটি ডাটার নমুনা হিসেবে ব্যবহৃত হয়। এটা দ্বারা বুঝায় যে, এই উদাহরণের শিশুরা সকল শিশুর একটি ক্রস সেকশন উপস্থাপন করে। নোট রাখুন যে, এক হাজারের চেয়ে কম ডাটা সম্বলিত নমুনা থেকে নমুনাস্বরূপ ফলাফল পাওয়া যাবে না।"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3149427\n"
+"147\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148661\n"
+"148\n"
+"help.text"
+msgid "DSTDEV(Database; DatabaseField; SearchCriteria)"
+msgstr "DSTDEV(Database; DatabaseField; SearchCriteria)"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3153945\n"
+"149\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149934\n"
+"150\n"
+"help.text"
+msgid "To find the standard deviation of the weight for all children of the same age in the example (scroll up, please), enter the following formula in B16:"
+msgstr "উদাহরণ (অনুগ্রহ করে, উপরে স্ক্রল করুন) থেকে একই বয়সের সকল শিশুর ওজনের পরিমিত ব্যবধান খুঁজে বের করতে, নিম্নোক্ত সূত্রটি B16 ঘরে সন্নিবেশ করান:"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150630\n"
+"151\n"
+"help.text"
+msgid "<item type=\"input\">=DSTDEV(A1:E10;\"Weight\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DSTDEV(A1:E10;\"Weight\";A13:E14)</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153536\n"
+"152\n"
+"help.text"
+msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. The result shown is the standard deviation of the weight of all children of this age."
+msgstr "বয়সের অধীনে, ১৪ নং সারিতে, <item type=\"input\">৭,৮,৯</item> ইত্যাদি সন্নিবেশ করান, একটার পরে অন্যটা। প্রদর্শিত ফলাফল একই বয়সের সকল শিশুর ওজনের পরিমিত ব্যবধান।"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3150429\n"
+"help.text"
+msgid "<bookmark_value>DSTDEVP function</bookmark_value> <bookmark_value>standard deviations in databases;based on populations</bookmark_value>"
+msgstr "<bookmark_value>DSTDEVP function</bookmark_value> <bookmark_value>standard deviations in databases;based on populations</bookmark_value>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3150429\n"
+"153\n"
+"help.text"
+msgid "DSTDEVP"
+msgstr "DSTDEVP"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3145598\n"
+"154\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBSTDABWN\">DSTDEVP calculates the standard deviation of a population based on all cells of a data range which match the search criteria.</ahelp> The records from the example are treated as the whole population."
+msgstr "<ahelp hid=\"HID_FUNC_DBSTDABWN\">ডাটা পরিসরের সকল ঘরের উপর ভিত্তি করে DSTDEVP সমগ্রকের পরিমিত ব্যবধান হিসেব করে, যা প্রদত্ত নির্ণায়কের সাথে মিলে।</ahelp> উদাহরণ হতে প্রাপ্ত রেকর্ড সম্পূর্ণ সমগ্রক হিসাবে বিবেচনা করা হয়।"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3145307\n"
+"155\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149484\n"
+"156\n"
+"help.text"
+msgid "DSTDEVP(Database; DatabaseField; SearchCriteria)"
+msgstr "DSTDEVP(Database; DatabaseField; SearchCriteria)"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3153322\n"
+"157\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155431\n"
+"158\n"
+"help.text"
+msgid "To find the standard deviation of the weight for all children of the same age at Joe's birthday party (scroll up, please), enter the following formula in B16:"
+msgstr "জো'র জন্মদিনের অনুষ্ঠানে (অনুগ্রহ করে, উপরে স্ক্রল করুন) একই বয়সের সকল শিশুর ওজনের পরিমিত ব্যবধান খুঁজে বের করতে, নিম্নোক্ত সূত্রটি B16 ঘরে সন্নিবেশ করান:"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3148411\n"
+"159\n"
+"help.text"
+msgid "<item type=\"input\">=DSTDEVP(A1:E10;\"Weight\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DSTDEVP(A1:E10;\"Weight\";A13:E14)</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3143271\n"
+"160\n"
+"help.text"
+msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. The result is the standard deviation of the weight for all same-aged children whose weight was checked."
+msgstr "বয়সের অধীনে, ১৪ নং সারিতে, <item type=\"input\">৭,৮,৯</item> ইত্যাদি সন্নিবেশ করান, একটার পরে অন্যটা। ফলাফল হলো একই বয়সের সকল শিশুর ওজনের পরিমিত ব্যবধান, যাদের ওজন পরীক্ষা করা হয়েছিল।"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3154794\n"
+"help.text"
+msgid "<bookmark_value>DSUM function</bookmark_value> <bookmark_value>calculating;sums in Calc databases</bookmark_value> <bookmark_value>sums;cells in Calc databases</bookmark_value>"
+msgstr "<bookmark_value>DSUM function</bookmark_value> <bookmark_value>calculating;sums in Calc databases</bookmark_value> <bookmark_value>sums;cells in Calc databases</bookmark_value>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3154794\n"
+"161\n"
+"help.text"
+msgid "DSUM"
+msgstr "DSUM"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3149591\n"
+"162\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBSUMME\">DSUM returns the total of all cells in a database field in all rows (records) that match the specified search criteria.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_DBSUMME\">DSUM সকল সারিতে (রেকর্ড) একটি ডাটাবেস ক্ষেত্রে সমস্ত ঘরের মোট ফলাফল প্রদান করে যা উল্লেখিত অনুসন্ধান শ্রেণীবিভাগের সাথে মিলে।</ahelp>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3146128\n"
+"163\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150989\n"
+"164\n"
+"help.text"
+msgid "DSUM(Database; DatabaseField; SearchCriteria)"
+msgstr "DSUM(Database; DatabaseField; SearchCriteria)"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3159079\n"
+"165\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3152766\n"
+"166\n"
+"help.text"
+msgid "To find the length of the combined distance to school of all children at Joe's birthday party (scroll up, please) who are in second grade, enter the following formula in B16:"
+msgstr "জোর জন্মদিনে (অনুগ্রহ করে, উপরে স্ক্রল করুন) দ্বিতীয় গ্রেডের সকল শিশুর স্কুলে যাওয়ার মোট দূরত্ব বের করতে, নিম্নোক্ত সূত্রটি B16 ঘরে সন্নিবেশ করান:"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3151312\n"
+"167\n"
+"help.text"
+msgid "<item type=\"input\">=DSUM(A1:E10;\"Distance to School\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DSUM(A1:E10;\"Distance to School\";A13:E14)</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3150596\n"
+"168\n"
+"help.text"
+msgid "Enter <item type=\"input\">2</item> in row 14 under Grade. The sum (1950) of the distances to school of all the children who are in second grade is displayed."
+msgstr "গ্রেডের অধীনে ১৪ নং সারিতে <item type=\"input\">২</item>সন্নিবেশ করান। দ্বিতীয় গ্রেডের সকল শিশুর স্কুলে যাওয়ার মোট দূরত্ব (১৯৫০) প্রদর্শিত হয়।"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3155614\n"
+"help.text"
+msgid "<bookmark_value>DVAR function</bookmark_value> <bookmark_value>variances;based on samples</bookmark_value>"
+msgstr "<bookmark_value>DVAR function</bookmark_value> <bookmark_value>variances;based on samples</bookmark_value>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3155614\n"
+"170\n"
+"help.text"
+msgid "DVAR"
+msgstr "DVAR"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3154418\n"
+"171\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBVARIANZ\">DVAR returns the variance of all cells of a database field in all records that match the specified search criteria.</ahelp> The records from the example are treated as a sample of data. A representative result cannot be obtained from a sample population of less than one thousand."
+msgstr "<ahelp hid=\"HID_FUNC_DBVARIANZ\"> DVAR সকল রেকর্ড ডাটাবেস ক্ষেত্রের সকল ঘরের ভ্যারিয়েন্স প্রদান করে, যা উল্লেখিত অনুসন্ধান নির্ণায়কের সাথে মিলে।</ahelp> উদাহরণের রেকর্ড ডাটার নমুনা হিসেবে বিবেচনা করা হয়। এক হাজারের চেয়ে কম জনসংখ্যার নমুনা থেকে প্রতিনিধিত্বমূলক ফলাফল পাওয়া যাবে না।"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3154825\n"
+"172\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3156138\n"
+"173\n"
+"help.text"
+msgid "DVAR(Database; DatabaseField; SearchCriteria)"
+msgstr "DVAR(Database; DatabaseField; SearchCriteria)"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3151257\n"
+"174\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153701\n"
+"175\n"
+"help.text"
+msgid "To find the variance of the weight of all children of the same age of the above example (scroll up, please), enter the following formula in B16:"
+msgstr "উপরের উদাহরণ (অনুগ্রহ করে, উপর স্ক্রল করুন) হতে একই বয়সের সকল শিশুর ওজনের ভ্যারিয়েন্স খুঁজতে, নিম্নোক্ত সূত্রটি B16 ঘরে সন্নিবেশ করান:"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153676\n"
+"176\n"
+"help.text"
+msgid "<item type=\"input\">=DVAR(A1:E10;\"Weight\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DVAR(A1:E10;\"Weight\";A13:E14)</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153798\n"
+"177\n"
+"help.text"
+msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. You will see as a result the variance of the weight values for all children of this age."
+msgstr "বয়সের অধীনে, ১৪ নং সারিতে, <item type=\"input\">৭,৮,৯</item> ইত্যাদি সন্নিবেশ করান, একটার পরে অন্যটা। আপনি ফলাফল হিসেবে এই বয়সের সকল শিশুর ওজনের ভ্যারিয়েন্স দেখতে পাবেন।"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"bm_id3153880\n"
+"help.text"
+msgid "<bookmark_value>DVARP function</bookmark_value> <bookmark_value>variances;based on populations</bookmark_value>"
+msgstr "<bookmark_value>DVARP function</bookmark_value> <bookmark_value>variances;based on populations</bookmark_value>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3153880\n"
+"178\n"
+"help.text"
+msgid "DVARP"
+msgstr "DVARP"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155119\n"
+"179\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DBVARIANZEN\">DVARP calculates the variance of all cell values in a database field in all records that match the specified search criteria.</ahelp> The records are from the example are treated as an entire population."
+msgstr "<ahelp hid=\"HID_FUNC_DBVARIANZEN\">DVARP সকল রেকর্ডের ডাটাবেস ক্ষেত্রের সকল ঘরের মানের ভ্যারিয়েন্স প্রদান করে, যা উল্লেখিত অনুসন্ধান নির্ণায়কের সাথে মিলে।</ahelp> উদাহরণ থেকে প্রাপ্ত রেকর্ড একটি সম্পূর্ণ জনসংখ্যা হিসেবে বিবেচনা করা হয়।"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3145774\n"
+"180\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3153776\n"
+"181\n"
+"help.text"
+msgid "DVARP(Database; DatabaseField; SearchCriteria)"
+msgstr "DVARP(Database; DatabaseField; SearchCriteria)"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3151110\n"
+"182\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3147099\n"
+"183\n"
+"help.text"
+msgid "To find the variance of the weight for all children of the same age at Joe's birthday party (scroll up, please), enter the following formula in B16:"
+msgstr "জো'র জন্মদিনের অনুষ্ঠানে (অনুগ্রহ করে, উপরে স্ক্রল করুন) একই বয়সের সকল শিশুর ওজনের ভ্যারিয়েন্স খুঁজতে, নিম্নোক্ত সূত্রটি B16 ঘরে সন্নিবেশ করান:"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3147322\n"
+"184\n"
+"help.text"
+msgid "<item type=\"input\">=DVARP(A1:E10;\"Weight\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DVARP(A1:E10;\"Weight\";A13:E14)</item>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3146902\n"
+"185\n"
+"help.text"
+msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. The variance of the weight values for all children of this age attending Joe's birthday party appears."
+msgstr "বয়সের অধীনে, ১৪ নং সারিতে, <item type=\"input\">৭,৮,৯</item> ইত্যাদি সন্নিবেশ করান, একটার পরে অন্যটা। জো'র জন্মদিনের অনুষ্ঠানে উপস্থিত এই বয়সের সকল শিশুর ওজনের মানের ভ্যারিয়েন্স প্রদর্শিত হয়।"
+
+#: 05100100.xhp
+msgctxt ""
+"05100100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Merge Cells"
+msgstr "ঘর একত্রীকরণ"
+
+#: 05100100.xhp
+msgctxt ""
+"05100100.xhp\n"
+"hd_id3154765\n"
+"help.text"
+msgid "Merge Cells"
+msgstr "ঘর একত্রীকরণ"
+
+#: 05100100.xhp
+msgctxt ""
+"05100100.xhp\n"
+"par_id3147406\n"
+"help.text"
+msgid "<ahelp hid=\".\">Combines the contents of the selected cells into a single cell.</ahelp>"
+msgstr ""
+
+#: 05100100.xhp
+msgctxt ""
+"05100100.xhp\n"
+"par_id3154351\n"
+"help.text"
+msgid "Choose <emph>Format - Merge Cells - Merge Cells</emph>"
+msgstr ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Function Wizard"
+msgstr "ফাংশন উইজার্ড"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"bm_id3147426\n"
+"help.text"
+msgid "<bookmark_value>inserting functions; Function Wizard</bookmark_value><bookmark_value>functions;Function Wizard</bookmark_value><bookmark_value>wizards; functions</bookmark_value>"
+msgstr "<bookmark_value>inserting functions; Function Wizard</bookmark_value><bookmark_value>functions;Function Wizard</bookmark_value><bookmark_value>wizards; functions</bookmark_value>"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3147426\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilot: Functions\">Function Wizard</link>"
+msgstr "<link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilot: Functions\">ফাংশন উইজার্ড</link>"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3145271\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"funktionsautopilottext\"><ahelp hid=\".uno:FunctionDialog\">Opens the <emph>Function Wizard</emph>, which helps you to interactively create formulas.</ahelp></variable> Before you start the Wizard, select a cell or a range of cells from the current sheet, in order to determine the position at which the formula will be inserted."
+msgstr "<variable id=\"funktionsautopilottext\"><ahelp hid=\".uno:FunctionDialog\"><emph>ফাংশন উইজার্ড</emph> খোলে, যেটি আপনাকে সূত্র তৈরি করতে সহায়তা করে।</ahelp></variable> আপনি উইজার্ডটি শুরু করার পূর্বে, সূত্রটি কোন অবস্থানে সন্নিবেশ করা হবে নির্ধারণ করতে, বর্তমান শীট থেকে একটি ঘর বা এক সারি ঘর নির্বাচন করুন।"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id8007446\n"
+"help.text"
+msgid "You can download the complete ODFF (OpenDocument Format Formula) specification from the <link href=\"http://www.oasis-open.org/committees/documents.php?wg_abbrev=office-formula\">OASIS</link> web site."
+msgstr "আপনি <link href=\"http://www.oasis-open.org/committees/documents.php?wg_abbrev=office-formula\">OASIS</link> ওয়েব সাইট হতে সম্পূর্ণ ODFF (OpenDocument ফরম্যাট ফর্মুলা) বিবরণী ডাউনলোড করতে পারেন।"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3159153\n"
+"60\n"
+"help.text"
+msgid "The <emph>Function Wizard</emph> has two tabs: <emph>Functions</emph> is used to create formulas, and <emph>Structure</emph> is used to check the formula build."
+msgstr "<emph>ফাংশন উইজার্ড</emph> এর দুইটি ট্যাব আছে: সূত্র তৈরি করার জন্য <emph>ফাংশন</emph> ব্যবহার করা হয়, এবং সূত্রের গঠন পরীক্ষা করতে <emph>কাঠামো</emph> ব্যবহার করা হয়।"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3154490\n"
+"3\n"
+"help.text"
+msgid "Functions Tab"
+msgstr "ফাংশন ট্যাব"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3149378\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Categories and Functions\">List of Categories and Functions</link>"
+msgstr "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Categories and Functions\">শ্রেণী এবং ফাংশনের তালিকা</link>"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3154730\n"
+"36\n"
+"help.text"
+msgid "Category"
+msgstr "শ্রেণী"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3153417\n"
+"37\n"
+"help.text"
+msgid "<variable id=\"kategorienliste\"><ahelp hid=\"SC:LISTBOX:RID_SCTAB_FUNCTION:LB_CATEGORY\">Lists all the categories to which the different functions are assigned. Select a category to view the appropriate functions in the list field below.</ahelp> Select \"All\" to view all functions in alphabetical order, irrespective of category. \"Last Used\" lists the functions you have most recently used. </variable>"
+msgstr "<variable id=\"kategorienliste\"><ahelp hid=\"SC:LISTBOX:RID_SCTAB_FUNCTION:LB_CATEGORY\">সকল শ্রেণীর তালিকা তৈরি করে, যাতে বিভিন্ন ফাংশন নির্ধারণ করা হয়েছে। নিচের তালিকা ক্ষেত্রের একটি শ্রেণী নির্বাচন করে এর যথোচিত ফাংশন প্রদর্শন করুন।</ahelp> শ্রেণী বিবেচনা না করে, সকল ফাংশন বর্ণানুক্রমিকভাবে প্রদর্শন করতে \"সব\" নির্বাচন করুন। আপনি খুবই সম্প্রতি যে ফাংশন ব্যবহার করেছেন তা \"সর্বশেষ ব্যবহৃত\" এ তালিকাভুক্ত করে।</variable>"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3150749\n"
+"6\n"
+"help.text"
+msgid "Function"
+msgstr "ফাংশন"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3155445\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCTAB_FUNCTION:LB_FUNCTION\">Displays the functions found under the selected category. Double-click to select a function.</ahelp> A single-click displays a short function description."
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCTAB_FUNCTION:LB_FUNCTION\">নির্বাচিত শ্রেণীর অধীনে প্রাপ্ত ফাংশন প্রদর্শন করে। একটি ফাংশন নির্বাচন করতে ডবল-ক্লিক করুন।</ahelp> একক-ক্লিক ফাংশনের একটি ছোট ব্যাখ্যা প্রদর্শন করে।"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3159264\n"
+"8\n"
+"help.text"
+msgid "Array"
+msgstr "অ্যারে"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3149566\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_FORMULA:BTN_MATRIX\">Specifies that the selected function is inserted into the selected cell range as an array formula. </ahelp> Array formulas operate on multiple cells. Each cell in the array contains the formula, not as a copy but as a common formula shared by all matrix cells."
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_FORMULA:BTN_MATRIX\">সুনির্দিষ্টভাবে উল্লেখ করুন যে নির্বাচিত ফাংশন একটি অ্যারে সূত্র হিসেবে নির্বাচিত ঘরে সন্নিবেশ করা হয়। </ahelp>অ্যারে সূত্র একাধিক ঘরে পরিচালনা করা হয়। অ্যারের প্রতিটি ঘরে সূত্র রয়েছে, অনুলিপি হিসাবে নয় বরং অনুরূপ সূত্র হিসেবে, যা সকল ম্যট্রিক্স ঘর দ্বারা শেয়ার করা হয়েছে।"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3155959\n"
+"61\n"
+"help.text"
+msgid "The <emph>Array</emph> option is identical to the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter command, which is used to enter and confirm formulas in the sheet. The formula is inserted as a matrix formula indicated by two braces { }."
+msgstr "<emph>অ্যারে</emph> অপশন<switchinline select=\"sys\"><caseinline select=\"MAC\"> কমান্ড</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter কমান্ডের অনুরূপ, যা শীটে সূত্র সন্নিবেশ করাতে এবং নিশ্চিত করতে ব্যবহৃত হয়। দুইটি বক্রবন্ধনী { } দ্বারা নির্দেশিত সূত্রটি ম্যাট্রিক্স সূত্র হিসাবে সন্নিবেশ করা হয়।"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3152993\n"
+"40\n"
+"help.text"
+msgid "The maximum size of an array range is 128 by 128 cells."
+msgstr "অ্যারে পরিসীমার সর্বোচ্চ আকার হলো ১২৮x১২৮ ঘর।"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3150367\n"
+"41\n"
+"help.text"
+msgid "Argument Input Fields"
+msgstr "আর্গুমেন্ট ইনপুট ক্ষেত্র"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3145587\n"
+"15\n"
+"help.text"
+msgid "When you double-click a function, the argument input field(s) appear on the right side of the dialog. To select a cell reference as an argument, click directly into the cell, or drag across the required range on the sheet while holding down the mouse button. You can also enter numerical and other values or references directly into the corresponding fields in the dialog. When using <link href=\"text/scalc/01/04060102.xhp\" name=\"date entries\">date entries</link>, make sure you use the correct format. Click OK to insert the result into the spreadsheet."
+msgstr "আপনি যখন একটি ফাংশনে ডবল-ক্লিক করেন, আর্গুমেন্ট ইনপুট ক্ষেত্রসমূহ ডায়ালগের ডান দিকে প্রদর্শিত হয়। আর্গুমেন্ট হিসাবে একটি ঘরের রেফারেন্স নির্বাচন করতে, সরাসরি ঘরে ক্লিক করুন, বা মাউস বোতাম চেপে ধরে রাখার সময় শীটে প্রয়োজনীয় পরিসর পর্যন্ত টানুন। ডায়ালগের নির্ধারিত ক্ষেত্রে, আপনি সরাসরি সংখ্যাসূচক এবং অন্যান্য মান বা রেফারেন্স সন্নিবেশ করাতে পারেন। যখন <link href=\"text/scalc/01/04060102.xhp\" name=\"date entries\">তারিখ ভুক্তি</link> ব্যবহার করছেন, নিশ্চিত হোন যে আপনি সঠিক ফরম্যাট ব্যবহার করছেন। স্প্রেডশীটে ফলাফল অন্তর্ভুক্ত করতে ঠিকআছে ক্লিক করুন।"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3149408\n"
+"18\n"
+"help.text"
+msgid "Function Result"
+msgstr "ফাংশন ফলাফল"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3155809\n"
+"19\n"
+"help.text"
+msgid "As soon you enter arguments in the function, the result is calculated. This preview informs you if the calculation can be carried out with the arguments given. If the arguments result in an error, the corresponding <link href=\"text/scalc/05/02140000.xhp\" name=\"error code\">error code</link> is displayed."
+msgstr "আপনি যখনি ফাংশনে আর্গুমেন্ট সন্নিবেশ করান, ফলাফল হিসেব করা হয়। এই প্রাকদর্শনটি আপনাকে অবহিত করবে, যদি প্রদত্ত আর্গুমেন্ট দ্বারা হিসেব সম্পন্ন করা যায়। যদি আর্গুমেন্টের ফলাফল ত্রুটি যুক্ত হয়, সংশ্লিষ্ট <link href=\"text/scalc/05/02140000.xhp\" name=\"error code\">ত্রুটি কোড</link> প্রদর্শিত হয়।"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3148700\n"
+"23\n"
+"help.text"
+msgid "The required arguments are indicated by names in bold print."
+msgstr "প্রয়োজনীয় আর্গুমেন্ট গাঢ় নাম দ্বারা নির্দেশ করা হয়।"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3153064\n"
+"22\n"
+"help.text"
+msgid "f(x) (depending on the selected function)"
+msgstr "f(x) (নির্বাচিত ফাংশনের উপর নির্ভর করে)"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3157980\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_FAP_BTN_FX4\">Allows you to access a subordinate level of the <emph>Function Wizard</emph> in order to nest another function within the function, instead of a value or reference.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_FAP_BTN_FX4\">ফাংশনের মধ্যে অন্য একটি ফাংশন একত্রিত করার জন্য, মান অথবা রেফারেন্স ব্যতীত <emph>ফাংশন উইজার্ড</emph> এর একটি সাবরুটিন স্তর প্রয়োগ করা অনুমোদন করে।</ahelp>"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3145076\n"
+"25\n"
+"help.text"
+msgid "Argument/Parameter/Cell Reference (depending on the selected function)"
+msgstr "আর্গুমেন্ট/প্যারামিটার/ঘরের রেফারেন্স (নির্বাচিত ফাংশনের উপর নির্ভর করে)"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3159097\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_FORMULA:ED_REF\">The number of visible text fields depends on the function. Enter arguments either directly into the argument fields or by clicking a cell in the table.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_FORMULA:ED_REF\">দৃশ্যমান টেক্সট ক্ষেত্রের সংখ্যা ফাংশনের উপর নির্ভর করে। হয় সরাসরি আর্গুমেন্ট ক্ষেত্রে নয় টেবিলের একটি ঘরে ক্লিক করার মাধ্যমে আর্গুমেন্ট সন্নিবেশ করান।</ahelp>"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3154957\n"
+"51\n"
+"help.text"
+msgid "Result"
+msgstr "ফলাফল"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3150211\n"
+"52\n"
+"help.text"
+msgid "Displays the calculation result or an error message."
+msgstr "হিসেবের ফলাফল বা ত্রুটি বার্তা প্রদর্শন করে।"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3151304\n"
+"43\n"
+"help.text"
+msgid "Formula"
+msgstr "সূত্র"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3149898\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_FAP_FORMULA\">Displays the created formula. Type your entries directly, or create the formula using the wizard.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_FAP_FORMULA\">তৈরি সূত্র প্রদর্শন করে। আপনার ভুক্তি সরাসরি টাইপ করুন, বা উইজার্ড ব্যবহার করে সূত্র তৈরি করুন।</ahelp>"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3153249\n"
+"45\n"
+"help.text"
+msgid "Back"
+msgstr "পূর্ববর্তী"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3152869\n"
+"53\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_FORMULA:BTN_BACKWARD\">Moves the focus back through the formula components, marking them as it does so.</ahelp>"
+msgstr "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_FORMULA:BTN_BACKWARD\">সূত্রের কম্পোনেন্টের মাধ্যমে ফোকাস যেমন আছে তেমন হিসেবে চিহ্নিত করে, পিছনে সরিয়ে নেওয়া হয়।</ahelp>"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3146966\n"
+"56\n"
+"help.text"
+msgid "To select a single function from a complex formula consisting of several functions, double-click the function in the formula window."
+msgstr "একাধিক ফাংশন সম্বলিত জটিল সূত্র হতে একটি একক সূত্র নির্বাচন করতে, সূত্র উইন্ডোর ফাংশনে ডবল-ক্লিক করুন।"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3155762\n"
+"54\n"
+"help.text"
+msgid "Next"
+msgstr "পরবর্তী"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3149316\n"
+"55\n"
+"help.text"
+msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_FORMULA:BTN_FORWARD\">Moves forward through the formula components in the formula window.</ahelp> This button can also be used to assign functions to the formula. If you select a function and click the <emph>Next </emph>button, the selection appears in the formula window."
+msgstr "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_FORMULA:BTN_FORWARD\">সূত্র উইন্ডোতে সূত্রের কম্পোনেন্ট অনুসারে সামনে এগিয়ে যায়। </ahelp>সূত্রে ফাংশন নির্ধারণ করতেও এই বোতামটি ব্যবহার করা যায়। আপনি যদি একটি ফাংশন নির্বাচন করেন এবং <emph>পরবর্তী</emph>বোতামে ক্লিক করেন, নির্বাচনটি সূত্র উইন্ডোতে উপস্থিত হয়।"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3159262\n"
+"57\n"
+"help.text"
+msgid "Double-click a function in the selection window to transfer it to the formula window."
+msgstr "একটি ফাংশনকে নির্বাচন উইন্ডো থেকে সূত্র উইন্ডোতে স্থানান্তর করতে, ফাংশনে ডবল-ক্লিক করুন।"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3148745\n"
+"58\n"
+"help.text"
+msgid "Cancel"
+msgstr "বাতিল"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3147402\n"
+"59\n"
+"help.text"
+msgid "Closes the dialog without implementing the formula."
+msgstr "সূত্র বাস্তবায়ন না করেই ডায়ালগ বন্ধ করে।"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3150534\n"
+"32\n"
+"help.text"
+msgid "OK"
+msgstr "ঠিক আছে"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3153029\n"
+"33\n"
+"help.text"
+msgid "Ends the <emph>Function Wizard</emph>, and transfers the formula to the selected cells."
+msgstr "<emph>ফাংশন উইজার্ড</emph> বন্ধ করে, এবং সূত্রটি নির্বাচিত ঘরে স্থানান্তর করে।"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3156400\n"
+"34\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Categories and Functions\">List of Categories and Functions</link>"
+msgstr "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Categories and Functions\">শ্রেণী এবং ফাংশনের তালিকা</link>"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3147610\n"
+"47\n"
+"help.text"
+msgid "Structure tab"
+msgstr "কাঠামো ট্যাব"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3153122\n"
+"48\n"
+"help.text"
+msgid "On this page, you can view the structure of the function."
+msgstr "এই পৃষ্ঠায়, আপনি ফাংশনের কাঠামো প্রদর্শন করতে পারবেন।"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3149350\n"
+"4\n"
+"help.text"
+msgid "If you start the <emph>Function Wizard</emph> while the cell cursor is positioned in a cell that already contains a function, the <emph>Structure</emph> tab is opened and shows the composition of the current formula."
+msgstr "ফাংশন রয়েছে এমন একটি ঘরে যখন ঘরের কার্সার থাকে, তখন যদি আপনি<emph>ফাংশন উইজার্ড</emph> চালু করেন, <emph>কাঠামো</emph> ট্যাব খোলে যায় এবং বর্তমান সূত্রের উপাদান প্রদর্শিত হয়।"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3149014\n"
+"49\n"
+"help.text"
+msgid "Structure"
+msgstr "কাঠামো"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3150481\n"
+"50\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_FAP_STRUCT\">Displays a hierarchical representation of the current function.</ahelp> You can hide or show the arguments by a click on the plus or minus sign in front."
+msgstr "<ahelp hid=\"HID_SC_FAP_STRUCT\">বর্তমান ফাংশনের ক্রমাধিকারতন্ত্র ভিত্তিক উপস্থাপনা প্রদর্শন করে।</ahelp> সামনের যোগ বা বিয়োগ চিহ্নে ক্লিক করে, আপনি আর্গুমেন্ট আড়াল বা প্রদর্শন করতে পারেন।"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"par_id3148886\n"
+"63\n"
+"help.text"
+msgid "Blue dots denote correctly entered arguments. Red dots indicate incorrect data types. For example: if the SUM function has one argument entered as text, this is highlighted in red as SUM only permits number entries."
+msgstr "নীল ডট সঠিকভাবে সন্নিবেশকৃত আর্গুমেন্ট নির্দেশ করে। লাল ডট ভুল ডাটার ধরন নির্দেশ করে। উদাহরণস্বরূপ: যদি SUM ফাংশনের একটি আর্গুমেন্টে টেক্সট হিসাবে সন্নিবেশ করা হয়, এটা লাল রংয়ে হাইলাইট করা হবে, যেহেতু SUM শুধুমাত্র সংখ্যা ভুক্তি অনুমোদন করে।"
+
+#: 12080300.xhp
+msgctxt ""
+"12080300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Group"
+msgstr "শ্রেণী"
+
+#: 12080300.xhp
+msgctxt ""
+"12080300.xhp\n"
+"hd_id3153088\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12080300.xhp\" name=\"Group\">Group</link>"
+msgstr "<link href=\"text/scalc/01/12080300.xhp\" name=\"Group\">গ্রুপ</link>"
+
+#: 12080300.xhp
+msgctxt ""
+"12080300.xhp\n"
+"par_id3153821\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"gruppierung\"><ahelp hid=\".uno:Group\" visibility=\"visible\">Defines the selected cell range as a group of rows or columns.</ahelp></variable>"
+msgstr "<variable id=\"gruppierung\"><ahelp hid=\".uno:Group\" visibility=\"visible\">সারি অথবা কলামের গ্রুপ হিসাবে ঘর পরিসর নির্ধারণ করুন। </ahelp></variable>"
+
+#: 12080300.xhp
+msgctxt ""
+"12080300.xhp\n"
+"par_id3145069\n"
+"3\n"
+"help.text"
+msgid "When you group a cell range, and outline icon appears in the margins next to the group. To hide or show the group, click the icon. To ungroup the selection, choose <emph>Data – Outline -</emph> <link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\"><emph>Ungroup</emph></link>."
+msgstr "যখন আপনি একটি ঘর পরিসর শ্রেণীবদ্ধ করেন, এবং আইকন পরিসরচিহ্নিতকরণ রেখা পরবর্তী শ্রেণীর সীমানায় আবির্ভূত হয়।গ্রুপটি আড়াল অথবা প্রদর্শনের জন্য, আইকনটিতে ক্লিক করুন। নির্বাচন গ্রুপ ভঙ্গ করার জন্য, <emph>তথ্য – পরিসরচিহ্নিতকরণ রেখা -</emph> <link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\"><emph>গ্রুপভঙ্গ করণ</emph></link>পছন্দ করুন।"
+
+#: 12080300.xhp
+msgctxt ""
+"12080300.xhp\n"
+"hd_id3125863\n"
+"4\n"
+"help.text"
+msgid "Include"
+msgstr "অন্তর্ভুক্ত করুন"
+
+#: 12080300.xhp
+msgctxt ""
+"12080300.xhp\n"
+"hd_id3150448\n"
+"6\n"
+"help.text"
+msgid "Rows"
+msgstr "সারি"
+
+#: 12080300.xhp
+msgctxt ""
+"12080300.xhp\n"
+"par_id3153194\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_GROUP_ROWS\" visibility=\"visible\">Groups the selected rows.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_GROUP_ROWS\" visibility=\"visible\">নির্বাচিত সারি গ্রুপবদ্ধ করুন।</ahelp>"
+
+#: 12080300.xhp
+msgctxt ""
+"12080300.xhp\n"
+"hd_id3145786\n"
+"8\n"
+"help.text"
+msgid "Columns"
+msgstr "কলাম"
+
+#: 12080300.xhp
+msgctxt ""
+"12080300.xhp\n"
+"par_id3146984\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SC_GROUP_COLS\" visibility=\"visible\">Groups the selected columns.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_GROUP_COLS\" visibility=\"visible\">নির্বাচিত কলাম গ্রুপবদ্ধ করুন।</ahelp>"
+
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Optimal Column Width"
+msgstr "কলামের উপযুক্ত প্রস্থ"
+
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"bm_id3155628\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; optimal column widths</bookmark_value><bookmark_value>columns; optimal widths</bookmark_value><bookmark_value>optimal column widths</bookmark_value>"
+msgstr "<bookmark_value>spreadsheets; optimal column widths</bookmark_value><bookmark_value>columns; optimal widths</bookmark_value><bookmark_value>optimal column widths</bookmark_value>"
+
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3155628\n"
+"1\n"
+"help.text"
+msgid "Optimal Column Width"
+msgstr "কলামের উপযুক্ত প্রস্থ"
+
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3145068\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"optitext\"><ahelp hid=\".uno:SetOptimalColumnWidthDi\">Defines the optimal column width for selected columns.</ahelp></variable> The optimal column width depends on the longest entry within a column. You can choose from the available <link href=\"text/shared/00/00000003.xhp#metrik\" name=\"measurement units\">measurement units</link>."
+msgstr "<variable id=\"optitext\"><ahelp hid=\".uno:SetOptimalColumnWidthDi\">নির্বাচিত কলামের জন্য উপযুক্ত কলাম প্রস্থ নির্ধারণ করা হয়।</ahelp></variable> উপযুক্ত কলাম প্রস্থ সেই কলামের সবচেয়ে দীর্ঘ এন্ট্রির উপর নির্ভরশীল। আপনি উপস্থিত <link href=\"text/shared/00/00000003.xhp#metrik\" name=\"measurement units\">পরিমাপের একক</link> থেকে নির্বাচন করে পারেন।"
+
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3150767\n"
+"3\n"
+"help.text"
+msgid "Add"
+msgstr "যোগ"
+
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3150449\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SC:METRICFIELD:RID_SCDLG_COL_OPT:ED_VALUE\">Defines additional spacing between the longest entry in a column and the vertical column borders.</ahelp>"
+msgstr "<ahelp hid=\"SC:METRICFIELD:RID_SCDLG_COL_OPT:ED_VALUE\">একটি কলামে বিদ্যমান সবচেয়ে দীর্ঘ এন্ট্রি এবং উল্লম্ব কলাম সীমানার মধ্যে অতিরিক্ত ফাঁকা স্থান নির্ধারণ করা হয়। </ahelp>"
+
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3145785\n"
+"5\n"
+"help.text"
+msgid "Default value"
+msgstr "পূর্বনির্ধারিত মান"
+
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3146120\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_COL_OPT:BTN_DEFVAL\">Defines the optimal column width in order to display the entire contents of the column.</ahelp> The additional spacing for the optimal column width is preset to 0.1 in."
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_COL_OPT:BTN_DEFVAL\">কলামের সম্পূর্ণ বিষয়বস্তু প্রদর্শন করার জন্য উপযুক্ত কলাম প্রস্থ নির্ধারণ করা হয়।</ahelp> উপযুক্ত কলাম প্রস্থের জন্য অতিরিক্ত ফাঁকা স্থান ০.১ ইঞ্চিতে প্পনুঃনির্ধারণ করা হয়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"tit\n"
+"help.text"
+msgid "Mathematical Functions"
+msgstr "গাণিতিক ফাংশন"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3147124\n"
+"help.text"
+msgid "<bookmark_value>mathematical functions</bookmark_value><bookmark_value>Function Wizard; mathematical</bookmark_value><bookmark_value>functions; mathematical functions</bookmark_value><bookmark_value>trigonometric functions</bookmark_value>"
+msgstr "<bookmark_value>mathematical functions</bookmark_value><bookmark_value>Function Wizard; mathematical</bookmark_value><bookmark_value>functions; mathematical functions</bookmark_value><bookmark_value>trigonometric functions</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3147124\n"
+"1\n"
+"help.text"
+msgid "Mathematical Functions"
+msgstr "গাণিতিক ফাংশন"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154943\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"mathematiktext\">This category contains the <emph>Mathematical</emph> functions for Calc.</variable> To open the <emph>Function Wizard</emph>, choose <link href=\"text/scalc/01/04060000.xhp\" name=\"Insert - Function\"><emph>Insert - Function</emph></link>."
+msgstr "<variable id=\"mathematiktext\">এই শ্রেণীবিভাগটি Calc এর জন্য <emph>গাণিতিক</emph> ফাংশন ধারণ করে থাকে। </variable> <emph>ফাংশন উইজার্ড</emph> খোলার জন্য, <link href=\"text/scalc/01/04060000.xhp\" name=\"Insert - Function\"><emph>সন্নিবেশ - ফাংশন</emph></link> নির্বাচন করুন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3146944\n"
+"help.text"
+msgid "<bookmark_value>ABS function</bookmark_value><bookmark_value>absolute values</bookmark_value><bookmark_value>values;absolute</bookmark_value>"
+msgstr "<bookmark_value>ABS function</bookmark_value><bookmark_value>absolute values</bookmark_value><bookmark_value>values;absolute</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3146944\n"
+"33\n"
+"help.text"
+msgid "ABS"
+msgstr "ABS"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154546\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ABS\">Returns the absolute value of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ABS\">একটি সংখ্যার পরম মান প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154843\n"
+"35\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147475\n"
+"36\n"
+"help.text"
+msgid "ABS(Number)"
+msgstr "ABS(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3148438\n"
+"37\n"
+"help.text"
+msgid "<emph>Number</emph> is the number whose absolute value is to be calculated. The absolute value of a number is its value without the +/- sign."
+msgstr "<emph>সংখ্যা</emph> হলো এমন একটি সংখ্যা, যার পরম মান গণনা করা হবে। একটি সংখ্যার পরম মান হলো +/- চিহ্ন ব্যতীত একটি মান।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155823\n"
+"38\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152787\n"
+"39\n"
+"help.text"
+msgid "<item type=\"input\">=ABS(-56)</item> returns 56."
+msgstr "<item type=\"input\">=ABS(-56)</item> ৫৬ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3148752\n"
+"40\n"
+"help.text"
+msgid "<item type=\"input\">=ABS(12)</item> returns 12."
+msgstr "<item type=\"input\">=ABS(12)</item> ১২ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id320139\n"
+"help.text"
+msgid "<item type=\"input\">=ABS(0)</item> returns 0."
+msgstr "<item type=\"input\">=ABS(0)</item> ০ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3150896\n"
+"help.text"
+msgid "<bookmark_value>COUNTBLANK function</bookmark_value><bookmark_value>counting;empty cells</bookmark_value><bookmark_value>empty cells;counting</bookmark_value>"
+msgstr "<bookmark_value>COUNTBLANK function</bookmark_value><bookmark_value>counting;empty cells</bookmark_value><bookmark_value>empty cells;counting</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150896\n"
+"42\n"
+"help.text"
+msgid "COUNTBLANK"
+msgstr "COUNTBLANK"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155260\n"
+"43\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ANZAHLLEEREZELLEN\">Returns the number of empty cells.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ANZAHLLEEREZELLEN\">ফাঁকা ঘরের সংখ্যা প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145144\n"
+"44\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153931\n"
+"45\n"
+"help.text"
+msgid "COUNTBLANK(Range)"
+msgstr "COUNTBLANK(Range)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149512\n"
+"46\n"
+"help.text"
+msgid "Returns the number of empty cells in the cell range <emph>Range</emph>."
+msgstr "ঘরের পরিসর <emph>পরিসর</emph> এ ফাঁকা ঘরের সংখ্যা প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3146139\n"
+"47\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3148586\n"
+"48\n"
+"help.text"
+msgid "<item type=\"input\">=COUNTBLANK(A1:B2)</item> returns 4 if cells A1, A2, B1, and B2 are all empty."
+msgstr "যদি A1, A2, B1, এবং B2 ঘরসমূহ ফাঁকা থাকে, <item type=\"input\">=COUNTBLANK(A1:B2)</item> ৪ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3153114\n"
+"help.text"
+msgid "<bookmark_value>ACOS function</bookmark_value>"
+msgstr "<bookmark_value>ACOS function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153114\n"
+"50\n"
+"help.text"
+msgid "ACOS"
+msgstr "ACOS"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145163\n"
+"51\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARCCOS\">Returns the inverse trigonometric cosine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCCOS\">একটি সংখ্যার বিপরীত ত্রিকোনমিত্রিক কোসাইন প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153565\n"
+"52\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150020\n"
+"53\n"
+"help.text"
+msgid "ACOS(Number)"
+msgstr "ACOS(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3159134\n"
+"54\n"
+"help.text"
+msgid "This function returns the inverse trigonometric cosine of <emph>Number</emph>, that is the angle (in radians) whose cosine is Number. The angle returned is between 0 and PI."
+msgstr "ফাংশনটি <emph>সংখ্যা</emph> এর বিপরীত ত্রিকোনমিত্রিক কোসাইন প্রদান করে, যা এমন একটি কোণ (রেডিয়ানে) যার কোসাইন একটি সংখ্যা। ০ এবং PI এর মধ্যবর্তী একটি কোণ প্রদান করা হয়েছিল।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id679647\n"
+"help.text"
+msgid "To return the angle in degrees, use the DEGREES function."
+msgstr "কোণটি ডিগ্রীতে প্রদান করতে, DEGREES ফাংশন ব্যবহার করুন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3149882\n"
+"55\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150128\n"
+"56\n"
+"help.text"
+msgid "<item type=\"input\">=ACOS(-1)</item> returns 3.14159265358979 (PI radians)"
+msgstr "<item type=\"input\">=ACOS(-1)</item> ৩.১৪১৫৯২৬৫৩৫৮৯৭৯ (PI রেডিয়ান) প্রদান করে"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id8792382\n"
+"help.text"
+msgid "<item type=\"input\">=DEGREES(ACOS(0.5))</item> returns 60. The cosine of 60 degrees is 0.5."
+msgstr "<item type=\"input\">=DEGREES(ACOS(0.5))</item> ৬০ প্রদান করে। ৬০ ডিগ্রীর কোসাইন মান হলো ০.৫।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3145355\n"
+"help.text"
+msgid "<bookmark_value>ACOSH function</bookmark_value>"
+msgstr "<bookmark_value>ACOSH function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145355\n"
+"60\n"
+"help.text"
+msgid "ACOSH"
+msgstr "ACOSH"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157993\n"
+"61\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARCOSHYP\">Returns the inverse hyperbolic cosine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCOSHYP\">একটি সংখ্যার বিপরীত অধিবৃত্তিক কোসাইন প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145295\n"
+"62\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151017\n"
+"63\n"
+"help.text"
+msgid "ACOSH(Number)"
+msgstr "ACOSH(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149000\n"
+"64\n"
+"help.text"
+msgid "This function returns the inverse hyperbolic cosine of <emph>Number</emph>, that is the number whose hyperbolic cosine is Number."
+msgstr "ফাংশনটি <emph>সংখ্যা</emph> এর বিপরীত অধিবৃত্তিক কোসাইন প্রদান করে, যা এমন একটি কোণ, যার অধিবৃত্তিক কোসাইন একটি সংখ্যা।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6393932\n"
+"help.text"
+msgid "Number must be greater than or equal to 1."
+msgstr "সংখ্যা অবশ্যই ১ অপেক্ষা বড় বা সমান হতে হবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150566\n"
+"65\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145629\n"
+"66\n"
+"help.text"
+msgid "<item type=\"input\">=ACOSH(1)</item> returns 0."
+msgstr "<item type=\"input\">=ACOSH(1)</item> ০ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id951567\n"
+"help.text"
+msgid "<item type=\"input\">=ACOSH(COSH(4))</item> returns 4."
+msgstr "<item type=\"input\">=ACOSH(COSH(4))</item> ৪ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3149027\n"
+"help.text"
+msgid "<bookmark_value>ACOT function</bookmark_value>"
+msgstr "<bookmark_value>ACOT function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3149027\n"
+"70\n"
+"help.text"
+msgid "ACOT"
+msgstr "ACOT"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155818\n"
+"71\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARCCOT\">Returns the inverse cotangent (the arccotangent) of the given number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCCOT\">একটি প্রদত্ত সংখ্যার বিপরীত কোট্যানজেন্ট (আর্ক-কোট্যানজেন্ট) প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153225\n"
+"72\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158419\n"
+"73\n"
+"help.text"
+msgid "ACOT(Number)"
+msgstr "ACOT(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154948\n"
+"74\n"
+"help.text"
+msgid "This function returns the inverse trigonometric cotangent of <emph>Number</emph>, that is the angle (in radians) whose cotangent is Number. The angle returned is between 0 and PI."
+msgstr "এই ফাংশনটি <emph>সংখ্যা</emph> এর বিপরীত ত্রিকোনমিত্রিক কোট্যানজেন্ট প্রদান করে, যা এমন একটি কোণ (রেডিয়ানে), যার কোট্যানজেন্ট একটি সংখ্যা। ০ এবং PI এর মধ্যবর্তী একটি কোণ প্রদান করা হয়েছিল।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5834528\n"
+"help.text"
+msgid "To return the angle in degrees, use the DEGREES function."
+msgstr "কোণটি ডিগ্রীতে প্রদান করতে, DEGREES ফাংশন ব্যবহার করুন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3147538\n"
+"75\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155375\n"
+"76\n"
+"help.text"
+msgid "<item type=\"input\">=ACOT(1)</item> returns 0.785398163397448 (PI/4 radians)."
+msgstr "<item type=\"input\">=ACOT(1)</item> ০.৭৮৫৩৯৮১৬৩৩৯৭৪৪৮ (PI/4 রেডিয়ান) প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id8589434\n"
+"help.text"
+msgid "<item type=\"input\">=DEGREES(ACOT(1))</item> returns 45. The tangent of 45 degrees is 1."
+msgstr "<item type=\"input\">=DEGREES(ACOT(1))</item> ৪৫ প্রদান করে। ৪৫ ডিগ্রীর ট্যানজেন্ট হলো ১।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3148426\n"
+"help.text"
+msgid "<bookmark_value>ACOTH function</bookmark_value>"
+msgstr "<bookmark_value>ACOTH function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3148426\n"
+"80\n"
+"help.text"
+msgid "ACOTH"
+msgstr "ACOTH"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147478\n"
+"81\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARCOTHYP\">Returns the inverse hyperbolic cotangent of the given number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCOTHYP\">একটি প্রদত্ত সংখ্যার বিপরীত অধিবৃত্তিক কোট্যানজেন্ট প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152585\n"
+"82\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147172\n"
+"83\n"
+"help.text"
+msgid "ACOTH(Number)"
+msgstr "ACOTH(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3146155\n"
+"84\n"
+"help.text"
+msgid "This function returns the inverse hyperbolic cotangent of <emph>Number</emph>, that is the number whose hyperbolic cotangent is Number."
+msgstr "এই ফাংশনটি <emph>সংখ্যা</emph> এর বিপরীত অধিবৃত্তিক কোটেনজেন্ট প্রদান করে থাকে, যা একটি সংখ্যা এবং যার অধিবৃত্তিক কোটেনজেন্ট একটি সংখ্যা।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5818659\n"
+"help.text"
+msgid "An error results if Number is between -1 and 1 inclusive."
+msgstr "যদি সংখ্যাটি -১ এবং ১ এর মধ্যে থাকে, ত্রুটিযুক্ত ফলাফল পাওয়া যাবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3083452\n"
+"85\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150608\n"
+"86\n"
+"help.text"
+msgid "<item type=\"input\">=ACOTH(1.1)</item> returns inverse hyperbolic cotangent of 1.1, approximately 1.52226."
+msgstr "<item type=\"input\">=ACOTH(1.1)</item> ১.১ এর বিপরীত অধিবৃত্তিক কোট্যানজেন্ট প্রদান করে, আনুমানিক ১.৫২২২৬।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3145084\n"
+"help.text"
+msgid "<bookmark_value>ASIN function</bookmark_value>"
+msgstr "<bookmark_value>ASIN function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145084\n"
+"90\n"
+"help.text"
+msgid "ASIN"
+msgstr "ASIN"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156296\n"
+"91\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARCSIN\">Returns the inverse trigonometric sine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCSIN\">একটি সংখ্যার বিপরীত ত্রিকোনমিত্রিক সাইন ফলাফল প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3149716\n"
+"92\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156305\n"
+"93\n"
+"help.text"
+msgid "ASIN(Number)"
+msgstr "ASIN(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150964\n"
+"94\n"
+"help.text"
+msgid "This function returns the inverse trigonometric sine of <emph>Number</emph>, that is the angle (in radians) whose sine is Number. The angle returned is between -PI/2 and +PI/2."
+msgstr "এই ফাংশনটি <emph>সংখ্যা</emph> এর বিপরীত ত্রিকোনমিত্রিক সাইন প্রদান করে, যা এমন একটি কোন (রেডিয়ানে), যার সাইন একটি সংখ্যা। -PI/2 এবং +PI/2 এর মধ্যবর্তী কোণ প্রদান করা হয়েছিল।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id203863\n"
+"help.text"
+msgid "To return the angle in degrees, use the DEGREES function."
+msgstr "কোণ ডিগ্রীতে প্রদান করতে, DEGREES ফাংশন ব্যবহার করুন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3149448\n"
+"95\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156100\n"
+"96\n"
+"help.text"
+msgid "<item type=\"input\">=ASIN(0)</item> returns 0."
+msgstr "<item type=\"input\">=ASIN(0)</item> ০ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6853846\n"
+"help.text"
+msgid "<item type=\"input\">=ASIN(1)</item> returns 1.5707963267949 (PI/2 radians)."
+msgstr "<item type=\"input\">=ASIN(1)</item> ১.৫৭০৭৯৬৩২৬৭৯৪৯ (PI/২ রেডিয়ান) প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id8772240\n"
+"help.text"
+msgid "<item type=\"input\">=DEGREES(ASIN(0.5))</item> returns 30. The sine of 30 degrees is 0.5."
+msgstr "<item type=\"input\">=DEGREES(ASIN(0.5))</item> ৩০ প্রদান করে। ৩০ ডিগ্রীর সাইণ মান হলো ০.৫।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3151266\n"
+"help.text"
+msgid "<bookmark_value>ASINH function</bookmark_value>"
+msgstr "<bookmark_value>ASINH function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3151266\n"
+"100\n"
+"help.text"
+msgid "ASINH"
+msgstr "ASINH"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147077\n"
+"101\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARSINHYP\">Returns the inverse hyperbolic sine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARSINHYP\">একটি সংখ্যার বিপরীত অধিবৃত্তিক সাইন প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150763\n"
+"102\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150882\n"
+"103\n"
+"help.text"
+msgid "ASINH(Number)"
+msgstr "ASINH(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147621\n"
+"104\n"
+"help.text"
+msgid "This function returns the inverse hyperbolic sine of <emph>Number</emph>, that is the number whose hyperbolic sine is Number."
+msgstr "এই ফাংশনটি <emph>সংখ্যা</emph> এর বিপরীত অধিবৃত্তিক সাইন প্রদান করে, যা এমন একটি সংখ্যা, যার অধিবৃত্তিক সাইন একটি সংখ্যা।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153212\n"
+"105\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156120\n"
+"106\n"
+"help.text"
+msgid "<item type=\"input\">=ASINH(-90)</item> returns approximately -5.1929877."
+msgstr "<item type=\"input\">=ASINH(-90)</item> আনুমানিক -৫.১৯২৯৮৭৭ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id4808496\n"
+"help.text"
+msgid "<item type=\"input\">=ASINH(SINH(4))</item> returns 4."
+msgstr "<item type=\"input\">=ASINH(SINH(4))</item> ৪ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3155996\n"
+"help.text"
+msgid "<bookmark_value>ATAN function</bookmark_value>"
+msgstr "<bookmark_value>ATAN function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155996\n"
+"110\n"
+"help.text"
+msgid "ATAN"
+msgstr "ATAN"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149985\n"
+"111\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARCTAN\">Returns the inverse trigonometric tangent of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCTAN\">একটি সংখ্যার বিপরীত ত্রিকোনমিত্রিক ট্যানজেন্ট প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3151294\n"
+"112\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150261\n"
+"113\n"
+"help.text"
+msgid "ATAN(Number)"
+msgstr "ATAN(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147267\n"
+"114\n"
+"help.text"
+msgid "This function returns the inverse trigonometric tangent of <emph>Number</emph>, that is the angle (in radians) whose tangent is Number. The angle returned is between -PI/2 and PI/2."
+msgstr "এই ফাংশনটি <emph>সংখ্যা</emph> এর বিপরীত ত্রিকোনমিত্রিক ট্যানজেন্ট প্রদান করে, যা এমন একটি কোন (রেডিয়ানে), যার ট্যানজেন্ট একটি সংখ্যা। -PI/2 এবং PI/2 এর মধ্যবর্তী কোণ প্রদান করা হয়েছিল।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6293527\n"
+"help.text"
+msgid "To return the angle in degrees, use the DEGREES function."
+msgstr "কোণ ডিগ্রীতে প্রদান করতে, DEGREES ফাংশন ব্যবহার করুন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154054\n"
+"115\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143229\n"
+"116\n"
+"help.text"
+msgid "<item type=\"input\">=ATAN(1)</item> returns 0.785398163397448 (PI/4 radians)."
+msgstr "<item type=\"input\">=ATAN(1)</item> ০.৭৮৫৩৯৮১৬৩৩৯৭৪৪৮ (PI/4 রেডিয়ান) প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id8746299\n"
+"help.text"
+msgid "<item type=\"input\">=DEGREES(ATAN(1))</item> returns 45. The tangent of 45 degrees is 1."
+msgstr "<item type=\"input\">=DEGREES(ATAN(1))</item> ৪৫ প্রদান করে। ৪৫ ডিগ্রীর ট্যানজেন্ট হলো ১।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3153983\n"
+"help.text"
+msgid "<bookmark_value>ATAN2 function</bookmark_value>"
+msgstr "<bookmark_value>ATAN2 function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153983\n"
+"120\n"
+"help.text"
+msgid "ATAN2"
+msgstr "ATAN2"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154297\n"
+"121\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARCTAN2\">Returns the inverse trigonometric tangent of the specified x and y coordinates.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCTAN2\">উল্লেখিত x এবং y স্থানাংকের বিপরীত ত্রিকোনমিত্রিক ট্যানজেন্ট প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3149758\n"
+"122\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156013\n"
+"123\n"
+"help.text"
+msgid "ATAN2(NumberX; NumberY)"
+msgstr "ATAN2(NumberX; NumberY)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151168\n"
+"124\n"
+"help.text"
+msgid "<emph>NumberX</emph> is the value of the x coordinate."
+msgstr "<emph>NumberX</emph> হলো x স্থানাংকের মান।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152798\n"
+"125\n"
+"help.text"
+msgid "<emph>NumberY</emph> is the value of the y coordinate."
+msgstr "<emph>NumberY</emph> হলো y স্থানাংকের মান।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5036164\n"
+"help.text"
+msgid "ATAN2 returns the inverse trigonometric tangent, that is, the angle (in radians) between the x-axis and a line from point NumberX, NumberY to the origin. The angle returned is between -PI and PI."
+msgstr "ATAN2 বিপরীত ত্রিকোনমিত্রিক ট্যানজেন্ট প্রদান করে, যা হলো, x-অক্ষরেখা এবং NumberX, NumberY হতে মূলবিন্দু পর্যন্ত একটি লাইন এর মধ্যবর্তী কোণ (রেডিয়ান)। মূলের দিকে ক্রমY। -PI এবং PI এর মধ্যবর্তী কোণ প্রদান করা হয়েছিল।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3001800\n"
+"help.text"
+msgid "To return the angle in degrees, use the DEGREES function."
+msgstr "কোণ ডিগ্রীতে প্রদান করতে, DEGREES ফাংশন ব্যবহার করুন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145663\n"
+"126\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154692\n"
+"127\n"
+"help.text"
+msgid "<item type=\"input\">=ATAN2(20;20)</item> returns 0.785398163397448 (PI/4 radians)."
+msgstr "<item type=\"input\">=ATAN2(20;20)</item> ০.৭৮৫৩৯৮১৬৩৩৯৭৪৪৮ (PI/4 রেডিয়ান) প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1477095\n"
+"help.text"
+msgid "<item type=\"input\">=DEGREES(ATAN2(12.3;12.3))</item> returns 45. The tangent of 45 degrees is 1."
+msgstr "<item type=\"input\">=DEGREES(ATAN2(12.3;12.3))</item> ৪৫ প্রদান করে। ৪৫ ডিগ্রীর ট্যানজেন্ট হলো ১।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3155398\n"
+"help.text"
+msgid "<bookmark_value>ATANH function</bookmark_value>"
+msgstr "<bookmark_value>ATANH function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155398\n"
+"130\n"
+"help.text"
+msgid "ATANH"
+msgstr "ATANH"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3148829\n"
+"131\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ARTANHYP\">Returns the inverse hyperbolic tangent of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARTANHYP\">একটি সংখ্যার বিপরীত অধিবৃত্তিক ট্যানজেন্ট প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3146997\n"
+"132\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149912\n"
+"133\n"
+"help.text"
+msgid "ATANH(Number)"
+msgstr "ATANH(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150521\n"
+"134\n"
+"help.text"
+msgid "This function returns the inverse hyperbolic tangent of <emph>Number</emph>, that is the number whose hyperbolic tangent is Number."
+msgstr "এই ফাংশনটি <emph>সংখ্যা</emph> এর বিপরীত অধিবৃত্তিক ট্যানজেন্ট প্রদান করে, যা এমন একটি সংখ্যা, যার অধিবৃত্তিক ট্যানজেন্ট একটি সংখ্যা"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9357280\n"
+"help.text"
+msgid "Number must obey the condition -1 < number < 1."
+msgstr "সংখ্যাটি অবশ্যই -1 < number < 1 শর্তটি মেনে চলবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3148450\n"
+"135\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145419\n"
+"136\n"
+"help.text"
+msgid "<item type=\"input\">=ATANH(0)</item> returns 0."
+msgstr "<item type=\"input\">=ATANH(0)</item> ০ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3153062\n"
+"help.text"
+msgid "<bookmark_value>COS function</bookmark_value>"
+msgstr "<bookmark_value>COS function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153062\n"
+"149\n"
+"help.text"
+msgid "COS"
+msgstr "COS"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3148803\n"
+"150\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_COS\">Returns the cosine of the given angle (in radians).</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_COS\">প্রদত্ত কোণের (রেডিয়ানে) কোসাইন প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150779\n"
+"151\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154213\n"
+"152\n"
+"help.text"
+msgid "COS(Number)"
+msgstr "COS(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154285\n"
+"153\n"
+"help.text"
+msgid "Returns the (trigonometric) cosine of <emph>Number</emph>, the angle in radians."
+msgstr "<emph>সংখ্যা</emph> এর (ত্রিকোনমিত্রিক) কোসাইন প্রদান করে, কোণটি রেডিয়ানে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id831019\n"
+"help.text"
+msgid "To return the cosine of an angle in degrees, use the RADIANS function."
+msgstr "একটি কোনের কোসাইন ডিগ্রীতে প্রদান করতে, RADIANS ফাংশন ব্যবহার করুন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153579\n"
+"154\n"
+"help.text"
+msgid "Examples"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147240\n"
+"155\n"
+"help.text"
+msgid "<item type=\"input\">=COS(PI()/2)</item> returns 0, the cosine of PI/2 radians."
+msgstr "<item type=\"input\">=COS(PI()/2)</item> ০ প্রদান করে, PI/2 রেডিয়ানের কোসাইন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147516\n"
+"156\n"
+"help.text"
+msgid "<item type=\"input\">=COS(RADIANS(60))</item> returns 0.5, the cosine of 60 degrees."
+msgstr "<item type=\"input\">=COS(RADIANS(60))</item> ০.৫ প্রদান করে, ৬০ ডিগ্রীর কোসাইন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3154277\n"
+"help.text"
+msgid "<bookmark_value>COSH function</bookmark_value>"
+msgstr "<bookmark_value>COSH function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154277\n"
+"159\n"
+"help.text"
+msgid "COSH"
+msgstr "COSH"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3146946\n"
+"160\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_COSHYP\">Returns the hyperbolic cosine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_COSHYP\">একটি সংখ্যার অধিবৃত্তিক কোসাইন প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3149792\n"
+"161\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3166440\n"
+"162\n"
+"help.text"
+msgid "COSH(Number)"
+msgstr "COSH(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150710\n"
+"163\n"
+"help.text"
+msgid "Returns the hyperbolic cosine of <emph>Number</emph>."
+msgstr "<emph>সংখ্যা</emph> এর অধিবৃত্তিক কোসাইন প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153234\n"
+"164\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154099\n"
+"165\n"
+"help.text"
+msgid "<item type=\"input\">=COSH(0)</item> returns 1, the hyperbolic cosine of 0."
+msgstr "<item type=\"input\">=COSH(0)</item> ১ প্রদান করে, ০ এর অধিবৃত্তিক কোসাইন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3152888\n"
+"help.text"
+msgid "<bookmark_value>COT function</bookmark_value>"
+msgstr "<bookmark_value>COT function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152888\n"
+"169\n"
+"help.text"
+msgid "COT"
+msgstr "COT"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153679\n"
+"170\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_COT\">Returns the cotangent of the given angle (in radians).</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_COT\">প্রদত্ত কোণের (রেডিয়ানে) কোট্যানজেন্ট প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152943\n"
+"171\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154856\n"
+"172\n"
+"help.text"
+msgid "COT(Number)"
+msgstr "COT(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149969\n"
+"173\n"
+"help.text"
+msgid "Returns the (trigonometric) cotangent of <emph>Number</emph>, the angle in radians."
+msgstr "<emph>সংখ্যা</emph> এর (ত্রিকোনমিত্রিক) কোট্যানজেন্ট প্রদান করে, কোণটি রেডিয়ানে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3444624\n"
+"help.text"
+msgid "To return the cotangent of an angle in degrees, use the RADIANS function."
+msgstr "একটি কোণের কোট্যানজেন্ট ডিগ্রীতে প্রদান করতে, RADIANS ফাংশন ব্যবহার করুন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6814477\n"
+"help.text"
+msgid "The cotangent of an angle is equivalent to 1 divided by the tangent of that angle."
+msgstr "একটি কোনের কোটেনজেন্ট সেই কোনের টেনজেন্ট দ্বারা ভাগকৃত ১ এর মানের সমান।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3149800\n"
+"174\n"
+"help.text"
+msgid "Examples:"
+msgstr "উদাহরণ:"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3148616\n"
+"175\n"
+"help.text"
+msgid "<item type=\"input\">=COT(PI()/4)</item> returns 1, the cotangent of PI/4 radians."
+msgstr "<item type=\"input\">=COT(PI()/4)</item> ১ প্রদান করে, PI/4 রেডিয়ানের কোট্যানজেন্ট।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3148986\n"
+"176\n"
+"help.text"
+msgid "<item type=\"input\">=COT(RADIANS(45))</item> returns 1, the cotangent of 45 degrees."
+msgstr "<item type=\"input\">=COT(RADIANS(45))</item> ১ প্রদান করে, ৪৫ ডিগ্রীর কোট্যানজেন্ট।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3154337\n"
+"help.text"
+msgid "<bookmark_value>COTH function</bookmark_value>"
+msgstr "<bookmark_value>COTH function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154337\n"
+"178\n"
+"help.text"
+msgid "COTH"
+msgstr "COTH"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149419\n"
+"179\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_COTHYP\">Returns the hyperbolic cotangent of a given number (angle).</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_COTHYP\">একটি প্রদত্ত সংখ্যার (কোণ) অধিবৃত্তিক কোট্যানজেন্ট প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3149242\n"
+"180\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143280\n"
+"181\n"
+"help.text"
+msgid "COTH(Number)"
+msgstr "COTH(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154799\n"
+"182\n"
+"help.text"
+msgid "Returns the hyperbolic cotangent of <emph>Number</emph>."
+msgstr "<emph>সংখ্যা</emph> এর অধিবৃত্তিক কোট্যানজেন্ট প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155422\n"
+"183\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144754\n"
+"184\n"
+"help.text"
+msgid "<item type=\"input\">=COTH(1)</item> returns the hyperbolic cotangent of 1, approximately 1.3130."
+msgstr "<item type=\"input\">=COTH(1)</item> ১ এর অধিবৃত্তিক কোট্যানজেন্ট প্রদান করে, আনুমানিক ১.৩১৩০।"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id6110552\n"
+"help.text"
+msgid "<bookmark_value>CSC function</bookmark_value>"
+msgstr "<bookmark_value>ASC function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id9523234\n"
+"149\n"
+"help.text"
+msgid "CSC"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id4896433\n"
+"150\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_COSECANT\">Returns the cosecant of the given angle (in radians). The cosecant of an angle is equivalent to 1 divided by the sine of that angle</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3534032\n"
+"151\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id4571344\n"
+"152\n"
+"help.text"
+msgid "CSC(Number)"
+msgstr "COSH(Number)"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id9859164\n"
+"153\n"
+"help.text"
+msgid "Returns the (trigonometric) cosecant of <emph>Number</emph>, the angle in radians."
+msgstr "<emph>সংখ্যা</emph> এর (ত্রিকোনমিত্রিক) কোসাইন প্রদান করে, কোণটি রেডিয়ানে।"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3428494\n"
+"help.text"
+msgid "To return the cosecant of an angle in degrees, use the RADIANS function."
+msgstr "একটি কোনের কোসাইন ডিগ্রীতে প্রদান করতে, RADIANS ফাংশন ব্যবহার করুন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id2577161\n"
+"154\n"
+"help.text"
+msgid "Examples"
+msgstr "উদাহরণসমূহ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3736803\n"
+"155\n"
+"help.text"
+msgid "<item type=\"input\">=CSC(PI()/4)</item> returns approximately 1.4142135624, the inverse of the sine of PI/4 radians."
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id6016818\n"
+"156\n"
+"help.text"
+msgid "<item type=\"input\">=CSC(RADIANS(30))</item> returns 2, the cosecant of 30 degrees."
+msgstr "<item type=\"input\">=COS(RADIANS(60))</item> ০.৫ প্রদান করে, ৬০ ডিগ্রীর কোসাইন।"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id9288877\n"
+"help.text"
+msgid "<bookmark_value>CSCH function</bookmark_value>"
+msgstr "<bookmark_value>ASC function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id4325650\n"
+"159\n"
+"help.text"
+msgid "CSCH"
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id579916\n"
+"160\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_COSECANTHYP\">Returns the hyperbolic cosecant of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_COSHYP\">একটি সংখ্যার অধিবৃত্তিক কোসাইন প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id5336768\n"
+"161\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3108851\n"
+"162\n"
+"help.text"
+msgid "CSCH(Number)"
+msgstr "COSH(Number)"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id1394188\n"
+"163\n"
+"help.text"
+msgid "Returns the hyperbolic cosecant of <emph>Number</emph>."
+msgstr "<emph>সংখ্যা</emph> এর অধিবৃত্তিক কোসাইন প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id6037477\n"
+"164\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5426085\n"
+"165\n"
+"help.text"
+msgid "<item type=\"input\">=CSCH(1)</item> returns approximately 0.8509181282, the hyperbolic cosecant of 1."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3145314\n"
+"help.text"
+msgid "<bookmark_value>DEGREES function</bookmark_value><bookmark_value>converting;radians, into degrees</bookmark_value>"
+msgstr "<bookmark_value>DEGREES function</bookmark_value><bookmark_value>converting;radians, into degrees</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145314\n"
+"188\n"
+"help.text"
+msgid "DEGREES"
+msgstr "DEGREES"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149939\n"
+"189\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_DEG\">Converts radians into degrees.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_DEG\">রেডিয়ানকে ডিগ্রীতে রূপান্তর করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150623\n"
+"190\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145600\n"
+"191\n"
+"help.text"
+msgid "DEGREES(Number)"
+msgstr "DEGREES(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149484\n"
+"192\n"
+"help.text"
+msgid "<emph>Number</emph> is the angle in radians to be converted to degrees."
+msgstr "<emph>সংখ্যা</emph> হলো রেডিয়ানে নির্দেশিত একটি কোন যা ডিগ্রিতে রূপান্তর করা হয়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3669545\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3459578\n"
+"help.text"
+msgid "<item type=\"input\">=DEGREES(PI())</item> returns 180 degrees."
+msgstr "<item type=\"input\">=DEGREES(PI())</item> ১৮০ ডিগ্রী প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3148698\n"
+"help.text"
+msgid "<bookmark_value>EXP function</bookmark_value>"
+msgstr "<bookmark_value>EXP function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3148698\n"
+"198\n"
+"help.text"
+msgid "EXP"
+msgstr "EXP"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150592\n"
+"199\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_EXP\">Returns e raised to the power of a number.</ahelp> The constant e has a value of approximately 2.71828182845904."
+msgstr "<ahelp hid=\"HID_FUNC_EXP\">একটি সংখ্যার ঘাত মানে বৃদ্ধি করে e প্রদান করে থাকে। </ahelp> ধ্রুবক e এর আনুমানিক মান হলো 2.71828182845904।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150351\n"
+"200\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3146786\n"
+"201\n"
+"help.text"
+msgid "EXP(Number)"
+msgstr "EXP(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155608\n"
+"202\n"
+"help.text"
+msgid "<emph>Number</emph> is the power to which e is to be raised."
+msgstr "<emph>সংখ্যা</emph> হলো যে মানের ঘাত পর্যন্ত e এর মান বৃদ্ধি করা হবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154418\n"
+"203\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156340\n"
+"204\n"
+"help.text"
+msgid "<item type=\"input\">=EXP(1)</item> returns 2.71828182845904, the mathematical constant e to Calc's accuracy."
+msgstr "<item type=\"input\">=EXP(1)</item> 2.71828182845904 প্রদান করে থাকে, Calc এর নির্ভুলতা পর্যন্ত গাণিতিক ধ্রুবক e এর মান।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3145781\n"
+"help.text"
+msgid "<bookmark_value>FACT function</bookmark_value><bookmark_value>factorials;numbers</bookmark_value>"
+msgstr "<bookmark_value>FACT function</bookmark_value><bookmark_value>factorials;numbers</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145781\n"
+"208\n"
+"help.text"
+msgid "FACT"
+msgstr "FACT"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151109\n"
+"209\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FAKULTAET\">Returns the factorial of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_FAKULTAET\">একটি সংখ্যার উৎপাদক প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3146902\n"
+"210\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154661\n"
+"211\n"
+"help.text"
+msgid "FACT(Number)"
+msgstr "FACT(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152952\n"
+"212\n"
+"help.text"
+msgid "Returns Number!, the factorial of <emph>Number</emph>, calculated as 1*2*3*4* ... * Number."
+msgstr "সংখ্যা প্রদান করে!, <emph>সংখ্যা</emph> এর উৎপাদক, ১*২*৩*৪* ... * সংখ্যা হিসেবে গণনা করা হয়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3834650\n"
+"help.text"
+msgid "=FACT(0) returns 1 by definition."
+msgstr "সংজ্ঞানুসারে =FACT(0), ১ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id8429517\n"
+"help.text"
+msgid "The factorial of a negative number returns the \"invalid argument\" error."
+msgstr "ঋনাত্মক সংখ্যার উৎপাদক \"অকার্যকর আর্গুমেন্ট\" প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154569\n"
+"213\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154476\n"
+"216\n"
+"help.text"
+msgid "<item type=\"input\">=FACT(3)</item> returns 6."
+msgstr "<item type=\"input\">=FACT(3)</item> ৬ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147525\n"
+"214\n"
+"help.text"
+msgid "<item type=\"input\">=FACT(0)</item> returns 1."
+msgstr "<item type=\"input\">=FACT(0)</item> ১ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3159084\n"
+"help.text"
+msgid "<bookmark_value>INT function</bookmark_value><bookmark_value>numbers;rounding down to next integer</bookmark_value><bookmark_value>rounding;down to next integer</bookmark_value>"
+msgstr "<bookmark_value>INT function</bookmark_value><bookmark_value>numbers;rounding down to next integer</bookmark_value><bookmark_value>rounding;down to next integer</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3159084\n"
+"218\n"
+"help.text"
+msgid "INT"
+msgstr "INT"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158441\n"
+"219\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_GANZZAHL\">Rounds a number down to the nearest integer.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_GANZZAHL\">সংখ্যাকে নিচের দিকের কাছাকাছি পূর্ণসংখ্যায় রূপান্তর করা হয়।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3146132\n"
+"220\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156146\n"
+"221\n"
+"help.text"
+msgid "INT(Number)"
+msgstr "INT(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154117\n"
+"222\n"
+"help.text"
+msgid "Returns <emph>Number</emph> rounded down to the nearest integer."
+msgstr "কাছাকাছি একটি ইনটিজার পূর্ণসংখ্যায় <emph>সংখ্যা</emph> রূপান্তর করা হয়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id153508\n"
+"help.text"
+msgid "Negative numbers round down to the integer below."
+msgstr "ঋনাত্মক সংখ্যা নিচের পূর্ণসংখ্যায় রূপান্তর করা হয়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155118\n"
+"223\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156267\n"
+"224\n"
+"help.text"
+msgid "<item type=\"input\">=INT(5.7)</item> returns 5."
+msgstr "<item type=\"input\">=INT(5.7)</item> 5 প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147323\n"
+"225\n"
+"help.text"
+msgid "<item type=\"input\">=INT(-1.3)</item> returns -2."
+msgstr "<item type=\"input\">=INT(-1.3)</item> -২ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3150938\n"
+"help.text"
+msgid "<bookmark_value>EVEN function</bookmark_value><bookmark_value>numbers;rounding up/down to even integers</bookmark_value><bookmark_value>rounding;up/down to even integers</bookmark_value>"
+msgstr "<bookmark_value>EVEN function</bookmark_value><bookmark_value>numbers;rounding up/down to even integers</bookmark_value><bookmark_value>rounding;up/down to even integers</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150938\n"
+"227\n"
+"help.text"
+msgid "EVEN"
+msgstr "EVEN"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149988\n"
+"228\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_GERADE\">Rounds a positive number up to the next even integer and a negative number down to the next even integer.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_GERADE\">ধনাত্মক সংখ্যা উপরের পরবর্তী জোড় পূর্ণসংখ্যায় এবং ঋনাত্মক সংখ্যাকে নিচের পরবর্তী জোড় পূর্ণসংখ্যায় রূপান্তর করা হয়।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3148401\n"
+"229\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150830\n"
+"230\n"
+"help.text"
+msgid "EVEN(Number)"
+msgstr "EVEN(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153350\n"
+"231\n"
+"help.text"
+msgid "Returns <emph>Number</emph> rounded to the next even integer up, away from zero."
+msgstr "শূন্য থেকে দূরে একটি জোড় ইনটিজার পূর্ণসংখ্যায় রূপান্তরিত <emph>সংখ্যা</emph> প্রদান করা হয়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155508\n"
+"232\n"
+"help.text"
+msgid "Examples"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154361\n"
+"233\n"
+"help.text"
+msgid "<item type=\"input\">=EVEN(2.3)</item> returns 4."
+msgstr "<item type=\"input\">=EVEN(2.3)</item> ৪ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id8477736\n"
+"help.text"
+msgid "<item type=\"input\">=EVEN(2)</item> returns 2."
+msgstr "<item type=\"input\">=EVEN(2)</item> ২ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id159611\n"
+"help.text"
+msgid "<item type=\"input\">=EVEN(0)</item> returns 0."
+msgstr "<item type=\"input\">=EVEN(0)</item> ০ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6097598\n"
+"help.text"
+msgid "<item type=\"input\">=EVEN(-0.5)</item> returns -2."
+msgstr "<item type=\"input\">=EVEN(-0.5)</item> -২ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3147356\n"
+"help.text"
+msgid "<bookmark_value>GCD function</bookmark_value><bookmark_value>greatest common divisor</bookmark_value>"
+msgstr "<bookmark_value>GCD function</bookmark_value><bookmark_value>greatest common divisor</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3147356\n"
+"237\n"
+"help.text"
+msgid "GCD"
+msgstr "GCD"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152465\n"
+"238\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_GGT\">Returns the greatest common divisor of two or more integers.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_GGT\">দুই বা ততোধিক পূর্ণসংখ্যার লঘিষ্ট সাধারণ গুণনীয়ক প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id2769249\n"
+"help.text"
+msgid "The greatest common divisor is the positive largest integer which will divide, without remainder, each of the given integers."
+msgstr "গরিষ্ট সাধারণ গুণনীয়ক হলো একটি ধনাত্মক বৃহত্তর পূর্ণসংখ্যা, যা ভাগশেষ ব্যতীত প্রতিটি প্রদত্ত পূর্ণসংখ্যা ভাগ করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150643\n"
+"239\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154524\n"
+"240\n"
+"help.text"
+msgid "GCD(Integer1; Integer2; ...; Integer30)"
+msgstr "GCD(Integer1; Integer2; ...; Integer30)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149340\n"
+"241\n"
+"help.text"
+msgid "<emph>Integer1 To 30</emph> are up to 30 integers whose greatest common divisor is to be calculated."
+msgstr "<emph>১ হতে ৩০ পর্যন্ত পূর্ণসংখ্যা</emph> হলো সর্বোচ্চ ৩০টি পূর্ণসংখ্যা, যাদের গরিষ্ট সাধারণ গুণনীয়ক বের করা হবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3147317\n"
+"242\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151285\n"
+"243\n"
+"help.text"
+msgid "<item type=\"input\">=GCD(16;32;24) </item>gives the result 8, because 8 is the largest number that can divide 16, 24 and 32 without a remainder."
+msgstr "<item type=\"input\">=GCD(16;32;24) </item> এর ফলাফল ৮, কারণ ৮ হলো এমন একটি বৃহত্তর সংখ্যা, যা ১৬, ২৪ এবং ৩২ কে নিঃশেষে ভাগ করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1604663\n"
+"help.text"
+msgid "<item type=\"input\">=GCD(B1:B3)</item> where cells B1, B2, B3 contain <item type=\"input\">9</item>, <item type=\"input\">12</item>, <item type=\"input\">9</item> gives 3."
+msgstr "<item type=\"input\">=GCD(B1:B3)</item>, যেখানে B1, B2, B3 ঘরে <item type=\"input\">৯</item>, <item type=\"input\">১২</item>, <item type=\"input\">৯</item> রয়েছে, ৩ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3151221\n"
+"help.text"
+msgid "<bookmark_value>GCD_ADD function</bookmark_value>"
+msgstr "<bookmark_value>GCD_ADD function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3151221\n"
+"677\n"
+"help.text"
+msgid "GCD_ADD"
+msgstr "GCD_ADD"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153257\n"
+"678\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_GCD\"> The result is the greatest common divisor of a list of numbers.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_GCD\"> ফলাফলটি সংখ্যার তালিকার গরিষ্ট সাধারণ গুণনীয়ক।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3147548\n"
+"679\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156205\n"
+"680\n"
+"help.text"
+msgid "GCD_ADD(Number(s))"
+msgstr "GCD_ADD(Number(s))"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145150\n"
+"681\n"
+"help.text"
+msgid "<emph>Number(s)</emph> is a list of up to 30 numbers."
+msgstr "<emph>Number(s)</emph> হলো সর্বোচ্চ ৩০টি সংখ্যার তালিকা।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150239\n"
+"682\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3159192\n"
+"683\n"
+"help.text"
+msgid "<item type=\"input\">=GCD_ADD(5;15;25)</item> returns 5."
+msgstr "<item type=\"input\">=GCD_ADD(5;15;25)</item> ৫ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3156048\n"
+"help.text"
+msgid "<bookmark_value>ISEVEN function</bookmark_value><bookmark_value>even integers</bookmark_value>"
+msgstr "<bookmark_value>ISEVEN function</bookmark_value><bookmark_value>even integers</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3156048\n"
+"245\n"
+"help.text"
+msgid "ISEVEN"
+msgstr "ISEVEN"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149169\n"
+"246\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTGERADE\">Returns TRUE if the value is an even integer, or FALSE if the value is odd.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTGERADE\">মান যদি জোড় পূর্ণসংখ্যা হয়, TRUE প্রদান করা হয়, বা মান যদি বিজোড় হয়, FALSE প্রদান করা হয়।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3146928\n"
+"247\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151203\n"
+"248\n"
+"help.text"
+msgid "ISEVEN(Value)"
+msgstr "ISEVEN(Value)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150491\n"
+"249\n"
+"help.text"
+msgid "<emph>Value</emph> is the value to be checked."
+msgstr "<emph>Value</emph> হলো এমন মান, যা পরীক্ষা করা হবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3445844\n"
+"help.text"
+msgid "If Value is not an integer any digits after the decimal point are ignored. The sign of Value is also ignored."
+msgstr "মান যদি পূর্ণসংখ্যা না হয়, দশমিক বিন্দুর পরবর্তী যেকোনো সংখ্যা বাদ দেয়া হবে। মানের চিহ্নও বাদ দেয়া হবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154136\n"
+"250\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163813\n"
+"251\n"
+"help.text"
+msgid "<item type=\"input\">=ISEVEN(48)</item> returns TRUE"
+msgstr "<item type=\"input\">=ISEVEN(48)</item> TRUE প্রদান করে"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id8378856\n"
+"help.text"
+msgid "<item type=\"input\">=ISEVEN(33)</item> returns FALSE"
+msgstr "<item type=\"input\">=ISEVEN(33)</item> FALSE প্রদান করে"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id7154759\n"
+"help.text"
+msgid "<item type=\"input\">=ISEVEN(0)</item> returns TRUE"
+msgstr "<item type=\"input\">=ISEVEN(0)</item> TRUE প্রদান করে"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1912289\n"
+"help.text"
+msgid "<item type=\"input\">=ISEVEN(-2.1)</item> returns TRUE"
+msgstr "<item type=\"input\">=ISEVEN(-2.1)</item> TRUE প্রদান করে"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5627307\n"
+"help.text"
+msgid "<item type=\"input\">=ISEVEN(3.999)</item> returns FALSE"
+msgstr "<item type=\"input\">=ISEVEN(3.999)</item> FALSE প্রদান করে"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3156034\n"
+"help.text"
+msgid "<bookmark_value>ISODD function</bookmark_value><bookmark_value>odd integers</bookmark_value>"
+msgstr "<bookmark_value>ISODD function</bookmark_value><bookmark_value>odd integers</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3156034\n"
+"255\n"
+"help.text"
+msgid "ISODD"
+msgstr "ISODD"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155910\n"
+"256\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ISTUNGERADE\">Returns TRUE if the value is odd, or FALSE if the number is even.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTUNGERADE\">মান যদি বিজোড় হয়, TRUE প্রদান করে, বা সংখ্যাটি যদি জোড় হয়, FALSE প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3151006\n"
+"257\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151375\n"
+"258\n"
+"help.text"
+msgid "ISODD(value)"
+msgstr "ISODD(value)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155139\n"
+"259\n"
+"help.text"
+msgid "<emph>Value</emph> is the value to be checked."
+msgstr "<emph>Value</emph> হলো এমন একটি মান, যা পরীক্ষা করা হবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9027680\n"
+"help.text"
+msgid "If Value is not an integer any digits after the decimal point are ignored. The sign of Value is also ignored."
+msgstr "মান যদি পূর্ণসংখ্যা না হয়, দশমিক বিন্দুর পরবর্তী যেকোনো সংখ্যা বাদ দেয়া হবে। মানের চিহ্নও বাদ দেয়া হবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163723\n"
+"260\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155345\n"
+"261\n"
+"help.text"
+msgid "<item type=\"input\">=ISODD(33)</item> returns TRUE"
+msgstr "<item type=\"input\">=ISODD(33)</item> TRUE প্রদান করে"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9392986\n"
+"help.text"
+msgid "<item type=\"input\">=ISODD(48)</item> returns FALSE"
+msgstr "<item type=\"input\">=ISODD(48)</item> FALSE প্রদান করে"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5971251\n"
+"help.text"
+msgid "<item type=\"input\">=ISODD(3.999)</item> returns TRUE"
+msgstr "<item type=\"input\">=ISODD(3.999)</item> TRUE প্রদান করে"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id4136478\n"
+"help.text"
+msgid "<item type=\"input\">=ISODD(-3.1)</item> returns TRUE"
+msgstr "<item type=\"input\">=ISODD(-3.1)</item> TRUE প্রদান করে"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3145213\n"
+"help.text"
+msgid "<bookmark_value>LCM function</bookmark_value><bookmark_value>least common multiples</bookmark_value><bookmark_value>lowest common multiples</bookmark_value>"
+msgstr "<bookmark_value>LCM function</bookmark_value><bookmark_value>least common multiples</bookmark_value><bookmark_value>lowest common multiples</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145213\n"
+"265\n"
+"help.text"
+msgid "LCM"
+msgstr "LCM"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3146814\n"
+"266\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_KGV\">Returns the least common multiple of one or more integers.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_KGV\">এক বা একাধিক পূর্ণসংখ্যার লঘিষ্ট সাধারণ গুণিতক প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3148632\n"
+"267\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147279\n"
+"268\n"
+"help.text"
+msgid "LCM(Integer1; Integer2; ...; Integer30)"
+msgstr "LCM(Integer1; Integer2; ...; Integer30)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156348\n"
+"269\n"
+"help.text"
+msgid "<emph>Integer1 to 30</emph> are up to 30 integers whose lowest common multiple is to be calculated."
+msgstr "<emph>১ হতে ৩০ পর্যন্ত পূর্ণসংখ্যা</emph> হলো সর্বোচ্চ ৩০টি পূর্ণসংখ্যা, যাদের লঘিষ্ট সাধারণ গুণিতক বের করা হবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3156431\n"
+"270\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154914\n"
+"271\n"
+"help.text"
+msgid "If you enter the numbers <item type=\"input\">512</item>;<item type=\"input\">1024</item> and <item type=\"input\">2000</item> in the Integer 1;2 and 3 text boxes, 128000 will be returned as the result."
+msgstr "আপনি যদি ১;২ এবং ৩ নং টেক্সট বাক্সে <item type=\"input\">৫১২</item>;<item type=\"input\">১০২৪</item> এবং <item type=\"input\">২০০০</item> সংখ্যাসমূহ সন্নিবেশ করান, ফলাফল হিসেবে ১২৮০০০ প্রদান করবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3154230\n"
+"help.text"
+msgid "<bookmark_value>LCM_ADD function</bookmark_value>"
+msgstr "<bookmark_value>LCM_ADD function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154230\n"
+"684\n"
+"help.text"
+msgid "LCM_ADD"
+msgstr "LCM_ADD"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3149036\n"
+"685\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_LCM\"> The result is the lowest common multiple of a list of numbers.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_LCM\">ফলাফলটি হলো সংখ্যার তালিকার লঘিষ্ট সাধারণ গুণিতক।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153132\n"
+"686\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154395\n"
+"687\n"
+"help.text"
+msgid "LCM_ADD(Number(s))"
+msgstr "LCM_ADD(Number(s))"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3147377\n"
+"688\n"
+"help.text"
+msgid "<emph>Number(s)</emph> is a list of up to 30 numbers."
+msgstr "<emph>Number(s)</emph> হলো সর্বোচ্চ ৩০টি সংখ্যার তালিকা।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145122\n"
+"689\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145135\n"
+"690\n"
+"help.text"
+msgid "<item type=\"input\">=LCM_ADD(5;15;25)</item> returns 75."
+msgstr "<item type=\"input\">=LCM_ADD(5;15;25)</item> ৭৫ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3155802\n"
+"help.text"
+msgid "<bookmark_value>COMBIN function</bookmark_value><bookmark_value>number of combinations</bookmark_value>"
+msgstr "<bookmark_value>COMBIN function</bookmark_value><bookmark_value>number of combinations</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155802\n"
+"273\n"
+"help.text"
+msgid "COMBIN"
+msgstr "COMBIN"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3156172\n"
+"274\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_KOMBINATIONEN\">Returns the number of combinations for elements without repetition.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_KOMBINATIONEN\">পুনরাবৃত্ত ব্যতীত উপাদানের মিশ্রন সংখ্যা প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3156193\n"
+"275\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150223\n"
+"276\n"
+"help.text"
+msgid "COMBIN(Count1; Count2)"
+msgstr "COMBIN(Count1; Count2)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150313\n"
+"277\n"
+"help.text"
+msgid "<emph>Count1</emph> is the number of items in the set."
+msgstr "<emph>Count1</emph> হলো সেটের আইটেম সংখ্যা।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153830\n"
+"278\n"
+"help.text"
+msgid "<emph>Count2</emph> is the number of items to choose from the set."
+msgstr "<emph>Count2</emph> হলো আইটেমের সংখ্যা, যা সেট থেকে পছন্দ করতে হবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6807458\n"
+"help.text"
+msgid "COMBIN returns the number of ordered ways to choose these items. For example if there are 3 items A, B and C in a set, you can choose 2 items in 3 different ways, namely AB, AC and BC."
+msgstr "COMBIN এই উপাদানটি পছন্দ করার জন্য ক্রমবিন্যাস প্রক্রিয়ার ক্রমটি ফলাফল প্রদান করে। উদাহরনস্বরূপ যদি এইখানে ৩টি উপাদান A, B এবং C একটি সেটে থাকে, আপনি ৩ টি পৃথক উপায়ে ২টি উপাদান পছন্দ করতে পারেন, যার নাম AB, AC এবং BC হয়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id7414471\n"
+"help.text"
+msgid "COMBIN implements the formula: Count1!/(Count2!*(Count1-Count2)!)"
+msgstr "COMBIN যে সূত্রটি বাস্তবায়ন করে: Count1!/(Count2!*(Count1-Count2)!)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153171\n"
+"279\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153517\n"
+"280\n"
+"help.text"
+msgid "<item type=\"input\">=COMBIN(3;2)</item> returns 3."
+msgstr "<item type=\"input\">=COMBIN(3;2)</item> ৩ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3150284\n"
+"help.text"
+msgid "<bookmark_value>COMBINA function</bookmark_value><bookmark_value>number of combinations with repetitions</bookmark_value>"
+msgstr "<bookmark_value>COMBINA function</bookmark_value><bookmark_value>number of combinations with repetitions</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3150284\n"
+"282\n"
+"help.text"
+msgid "COMBINA"
+msgstr "COMBINA"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157894\n"
+"283\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_KOMBINATIONEN2\">Returns the number of combinations of a subset of items including repetitions.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_KOMBINATIONEN2\">পুনরাবৃত্ত সহ আইটেমের সাবসেটের মিশ্রন সংখ্যা প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145752\n"
+"284\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145765\n"
+"285\n"
+"help.text"
+msgid "COMBINA(Count1; Count2)"
+msgstr "COMBINA(Count1; Count2)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153372\n"
+"286\n"
+"help.text"
+msgid "<emph>Count1</emph> is the number of items in the set."
+msgstr "<emph>Count1</emph> হলো সেটের আইটেম সংখ্যা।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155544\n"
+"287\n"
+"help.text"
+msgid "<emph>Count2</emph> is the number of items to choose from the set."
+msgstr "<emph>Count2</emph> হলো আইটেমের সংখ্যা, যা সেট থেকে পছন্দ করতে হবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1997131\n"
+"help.text"
+msgid "COMBINA returns the number of unique ways to choose these items, where the order of choosing is irrelevant, and repetition of items is allowed. For example if there are 3 items A, B and C in a set, you can choose 2 items in 6 different ways, namely AA, AB, AC, BB, BC and CC."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id2052064\n"
+"help.text"
+msgid "COMBINA implements the formula: (Count1+Count2-1)! / (Count2!(Count1-1)!)"
+msgstr "COMBINA যে সূত্রটি বাস্তবায়ন করে: (Count1+Count2-1)! / (Count2!(Count1-1)!)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154584\n"
+"288\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152904\n"
+"289\n"
+"help.text"
+msgid "<item type=\"input\">=COMBINA(3;2)</item> returns 6."
+msgstr "<item type=\"input\">=COMBINA(3;2)</item> ৬ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3156086\n"
+"help.text"
+msgid "<bookmark_value>TRUNC function</bookmark_value><bookmark_value>decimal places;cutting off</bookmark_value>"
+msgstr "<bookmark_value>TRUNC function</bookmark_value><bookmark_value>decimal places;cutting off</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3156086\n"
+"291\n"
+"help.text"
+msgid "TRUNC"
+msgstr "TRUNC"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157866\n"
+"292\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_KUERZEN\">Truncates a number by removing decimal places.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_KUERZEN\">দশমিক স্থান অপসারণ করার মাধ্যমে একটি সংখ্যা ছোট করা হয়।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3148499\n"
+"293\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3148511\n"
+"294\n"
+"help.text"
+msgid "TRUNC(Number; Count)"
+msgstr "TRUNC(Number; Count)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150796\n"
+"295\n"
+"help.text"
+msgid "Returns <emph>Number</emph> with at most <emph>Count</emph> decimal places. Excess decimal places are simply removed, irrespective of sign."
+msgstr "সর্বোচ্চ <emph>Count</emph> দশমিক স্থান সহ <emph>Number</emph> প্রদান করে। চিহ্ন বিবেচনা না করে, অতিরিক্ত দশমিক স্থান পুরোপুরি অপসারণ করা হয়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3150816\n"
+"296\n"
+"help.text"
+msgid "<item type=\"literal\">TRUNC(Number; 0)</item> behaves as <item type=\"literal\">INT(Number)</item> for positive numbers, but effectively rounds towards zero for negative numbers."
+msgstr "<item type=\"literal\">TRUNC(Number; 0)</item> ধ্বনাত্মক সংখ্যার জন্য <item type=\"literal\">INT(Number)</item> হিসেবে আচরণ করে থাকে, কিন্তু ঋনাত্মক সংখ্যাকে কার্যকরভাবে পূর্ণসংখ্যা করে মান শূন্য করা হয়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3148548\n"
+"557\n"
+"help.text"
+msgid "The <emph>visible</emph> decimal places of the result are specified in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\">%PRODUCTNAME Calc - Calculate</link>."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152555\n"
+"297\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152569\n"
+"298\n"
+"help.text"
+msgid "<item type=\"input\">=TRUNC(1.239;2)</item> returns 1.23. The 9 is lost."
+msgstr "<item type=\"input\">=TRUNC(1.239;2)</item>, -১.২৩ প্রদান করে। ৯ হারিয়ে গিয়েছে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id7050080\n"
+"help.text"
+msgid "<item type=\"input\">=TRUNC(-1.234999;3)</item> returns -1.234. All the 9s are lost."
+msgstr "<item type=\"input\">=TRUNC(-1.234999;3)</item>, -১.২৩৪ প্রদান করে। সকল ৯ হারিয়ে গিয়েছে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3153601\n"
+"help.text"
+msgid "<bookmark_value>LN function</bookmark_value><bookmark_value>natural logarithm</bookmark_value>"
+msgstr "<bookmark_value>LN function</bookmark_value><bookmark_value>natural logarithm</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153601\n"
+"301\n"
+"help.text"
+msgid "LN"
+msgstr "LN"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154974\n"
+"302\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_LN\">Returns the natural logarithm based on the constant e of a number.</ahelp> The constant e has a value of approximately 2.71828182845904."
+msgstr "<ahelp hid=\"HID_FUNC_LN\">একটি সংখ্যার ধ্রুবক e ভিত্তিক স্বাভাবিক লগারিদমের মান প্রদান করে থাকে।</ahelp> ধ্রুবক e এর মান হলো প্রায় 2.71828182845904।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154993\n"
+"303\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155284\n"
+"304\n"
+"help.text"
+msgid "LN(Number)"
+msgstr "LN(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155297\n"
+"305\n"
+"help.text"
+msgid "<emph>Number</emph> is the value whose natural logarithm is to be calculated."
+msgstr "<emph>সংখ্যা</emph> হলো এমন একটি মান, যার স্বাভাবিক লগারিদম হিসেব করা হবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153852\n"
+"306\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153866\n"
+"307\n"
+"help.text"
+msgid "<item type=\"input\">=LN(3)</item> returns the natural logarithm of 3 (approximately 1.0986)."
+msgstr "<item type=\"input\">=LN(3)</item> ৩ এর স্বাভাবিক লগারিদম প্রদান করে, (আনুমানিক ১.০৯৮৬)।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5747245\n"
+"help.text"
+msgid "<item type=\"input\">=LN(EXP(321))</item> returns 321."
+msgstr "<item type=\"input\">=LN(EXP(321))</item> ৩২১ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3109813\n"
+"help.text"
+msgid "<bookmark_value>LOG function</bookmark_value><bookmark_value>logarithms</bookmark_value>"
+msgstr "<bookmark_value>LOG function</bookmark_value><bookmark_value>logarithms</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3109813\n"
+"311\n"
+"help.text"
+msgid "LOG"
+msgstr "LOG"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3109841\n"
+"312\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_LOG\">Returns the logarithm of a number to the specified base.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_LOG\">সুনির্দিষ্ট বেসে একটি সংখ্যার লগারিদম প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144719\n"
+"313\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144732\n"
+"314\n"
+"help.text"
+msgid "LOG(Number; Base)"
+msgstr "LOG(Number; Base)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144746\n"
+"315\n"
+"help.text"
+msgid "<emph>Number</emph> is the value whose logarithm is to be calculated."
+msgstr "<emph>Number</emph> হলো এমন একটি মান, যার লগারিদম হিসাব করা হবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152840\n"
+"316\n"
+"help.text"
+msgid "<emph>Base</emph> (optional) is the base for the logarithm calculation. If omitted, Base 10 is assumed."
+msgstr "<emph>ভিত্তি</emph> (ঐচ্ছিক) হলো লগারিদম গণনার ভিত্তি। বাদ দেয়া হলে, ভিত্তি ১০ ধরে নেওয়া হয়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152860\n"
+"317\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3154429\n"
+"318\n"
+"help.text"
+msgid "<item type=\"input\">=LOG(10;3)</item> returns the logarithm to base 3 of 10 (approximately 2.0959)."
+msgstr "<item type=\"input\">=LOG(10;3)</item> ৩ এর ১০ ভিত্তিক লগারিদম (প্রায় ২.০৯৫৯) প্রদান করে থাকে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5577562\n"
+"help.text"
+msgid "<item type=\"input\">=LOG(7^4;7)</item> returns 4."
+msgstr "<item type=\"input\">=LOG(7^4;7)</item> ৪ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3154187\n"
+"help.text"
+msgid "<bookmark_value>LOG10 function</bookmark_value><bookmark_value>base-10 logarithm</bookmark_value>"
+msgstr "<bookmark_value>LOG10 function</bookmark_value><bookmark_value>base-10 logarithm</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3154187\n"
+"322\n"
+"help.text"
+msgid "LOG10"
+msgstr "LOG10"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155476\n"
+"323\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_LOG10\">Returns the base-10 logarithm of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_LOG10\">একটি সংখ্যার ১০-ভিত্তিক লগারিদম প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155494\n"
+"324\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3159294\n"
+"325\n"
+"help.text"
+msgid "LOG10(Number)"
+msgstr "LOG10(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3159308\n"
+"326\n"
+"help.text"
+msgid "Returns the logarithm to base 10 of <emph>Number</emph>."
+msgstr "<emph>সংখ্যা</emph> এর ১০ ভিত্তিক লগারিদম প্রদান করে থাকে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3159328\n"
+"327\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157916\n"
+"328\n"
+"help.text"
+msgid "<item type=\"input\">=LOG10(5)</item> returns the base-10 logarithm of 5 (approximately 0.69897)."
+msgstr "<item type=\"input\">=LOG10(5)</item>, ৫ এর ১০-ভিত্তিক লগারিদম প্রদান করে, (আনুমানিক ০.৬৯৮৯৭)।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3152518\n"
+"help.text"
+msgid "<bookmark_value>CEILING function</bookmark_value><bookmark_value>rounding;up to multiples of significance</bookmark_value>"
+msgstr "<bookmark_value>CEILING function</bookmark_value><bookmark_value>rounding;up to multiples of significance</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152518\n"
+"332\n"
+"help.text"
+msgid "CEILING"
+msgstr "CEILING"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153422\n"
+"558\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_OBERGRENZE\">Rounds a number up to the nearest multiple of Significance.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_OBERGRENZE\">সিগনিফিকেন্সের বহুগুণনের কাছাকাছি একটি পূর্ণসংখ্যায় সংখ্যাটি রূপান্তর করা হয়।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3153440\n"
+"334\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153454\n"
+"335\n"
+"help.text"
+msgid "CEILING(Number; Significance; Mode)"
+msgstr "CEILING(Number; Significance; Mode)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3153467\n"
+"336\n"
+"help.text"
+msgid "<emph>Number</emph> is the number that is to be rounded up."
+msgstr "<emph>Number</emph> হলো এমন একটি সংখ্যা, যা উপরের পূর্ণসংখ্যায় রূপান্তর করা হবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155000\n"
+"337\n"
+"help.text"
+msgid "<emph>Significance</emph> is the number to whose multiple the value is to be rounded up."
+msgstr "<emph>সিগনিফিকেন্স</emph> হলো এমন একটি সংখ্যা যার বহুগুণন পর্যন্ত সংখ্যাকে তার চাইতে বড় পূর্ণংখ্যায় রূপান্তর করা হয়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155020\n"
+"559\n"
+"help.text"
+msgid "<emph>Mode</emph> is an optional value. If the Mode value is given and not equal to zero, and if Number and Significance are negative, then rounding is done based on the absolute value of Number. This parameter is ignored when exporting to MS Excel as Excel does not know any third parameter."
+msgstr "<emph>মোড</emph> হলো একটি ঐচ্ছিক মান। যদি মোড মান প্রদান করা হয় এবং শূন্যের সমান না হয়, এবং যদি সংখ্যা এবং সিগনিফিকেন্স ঋনাত্বক হয়, তারপর সংখ্যার পরম মানের উপর ভিত্তি করে পূর্ণসংখ্যায় পরিবর্তন সম্পাদিত হয়। এই প্যারামিটারটি অবজ্ঞা করা হয় যখন MS এক্সেলে এক্সপোর্ট করা হয় যাতে এক্সেল কোন তৃতীয় প্যারামিটার জানে না।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163792\n"
+"629\n"
+"help.text"
+msgid "If both parameters Number and Significance are negative and the Mode value is equal to zero or is not given, the results in $[officename] and Excel will differ after the import has been completed. If you export the spreadsheet to Excel, use Mode=1 to see the same results in Excel as in Calc."
+msgstr "যদি উভয় সংখ্যা এবং সিগনিফিক্যান্স ঋনাত্বক হয় এবং মোড মান শূন্যর সমান হয় অথবা প্রদান করা না হয়, $[officename] এবং এক্সেলে ফলাফল ইমপোর্ট সম্পন্ন হুয়ার পরে পার্থক্য দেখাবে। যদি আপনি এক্সেলে স্প্রেডশীটটি এক্সেপোর্ট করেন, calc এর ন্যায় এক।সেলে ফলাফলটি দেখার জন্য মোড=১ ব্যবহার করুন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145697\n"
+"338\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145710\n"
+"339\n"
+"help.text"
+msgid "<item type=\"input\">=CEILING(-11;-2)</item> returns -10"
+msgstr "<item type=\"input\">=CEILING(-11;-2)</item>, -১০ প্রদান করে"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145725\n"
+"340\n"
+"help.text"
+msgid "<item type=\"input\">=CEILING(-11;-2;0)</item> returns -10"
+msgstr "<item type=\"input\">=CEILING(-11;-2;0)</item>, -১০ প্রদান করে"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145740\n"
+"341\n"
+"help.text"
+msgid "<item type=\"input\">=CEILING(-11;-2;1)</item> returns -12"
+msgstr "<item type=\"input\">=CEILING(-11;-2;1)</item>, -১২ প্রদান করে"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3157762\n"
+"help.text"
+msgid "<bookmark_value>PI function</bookmark_value>"
+msgstr "<bookmark_value>PI function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3157762\n"
+"343\n"
+"help.text"
+msgid "PI"
+msgstr "PI"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157790\n"
+"344\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_PI\">Returns 3.14159265358979, the value of the mathematical constant PI to 14 decimal places.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_PI\">গাণিতিক ধ্রুবক PI এর ১৪ ঘর পর্যন্ত দশমিক মান ৩.১৪১৫৯২৬৫৩৫৮৯৭৯ প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3157809\n"
+"345\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157822\n"
+"346\n"
+"help.text"
+msgid "PI()"
+msgstr "PI()"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3157836\n"
+"347\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152370\n"
+"348\n"
+"help.text"
+msgid "<item type=\"input\">=PI()</item> returns 3.14159265358979."
+msgstr "<item type=\"input\">=PI()</item>, ৩.১৪১৫৯২৬৫৩৫৮৯৭৯ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3152418\n"
+"help.text"
+msgid "<bookmark_value>MULTINOMIAL function</bookmark_value>"
+msgstr "<bookmark_value>MULTINOMIAL function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152418\n"
+"635\n"
+"help.text"
+msgid "MULTINOMIAL"
+msgstr "MULTINOMIAL"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152454\n"
+"636\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_MULTINOMIAL\"> Returns the factorial of the sum of the arguments divided by the product of the factorials of the arguments.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_MULTINOMIAL\"> আরগুমেন্টের ফ্যাক্টোরিয়ালের গুণফল দ্বারা ভাগকৃত আরগুমেন্টের যোগফলের ফ্যাক্টরিয়াল ফলাফল প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155646\n"
+"637\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155660\n"
+"638\n"
+"help.text"
+msgid "MULTINOMIAL(Number(s))"
+msgstr "MULTINOMIAL(Number(s))"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155673\n"
+"639\n"
+"help.text"
+msgid "<emph>Number(s)</emph> is a list of up to 30 numbers."
+msgstr "<emph>Number(s)</emph> হলো সর্বোচ্চ 30টি সংখ্যার তালিকা।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155687\n"
+"640\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3155701\n"
+"641\n"
+"help.text"
+msgid "<item type=\"input\">=MULTINOMIAL(F11:H11)</item> returns 1260, if F11 to H11 contain the values <item type=\"input\">2</item>, <item type=\"input\">3</item> and <item type=\"input\">4</item>. This corresponds to the formula =(2+3+4)! / (2!*3!*4!)"
+msgstr "যদি F11 হতে H11ঘরে <item type=\"input\">২</item>, <item type=\"input\">৩</item> এবং <item type=\"input\">৪</item> মানসমূহ থাকে, <item type=\"input\">=MULTINOMIAL(F11:H11)</item> ১২৬০ প্রদান করে। এটা =(২+৩+৪)! / (২!*৩!*৪!) সূত্রের সাথে সংশ্লিষ্ট।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3155717\n"
+"help.text"
+msgid "<bookmark_value>POWER function</bookmark_value>"
+msgstr "<bookmark_value>POWER function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3155717\n"
+"350\n"
+"help.text"
+msgid "POWER"
+msgstr "POWER"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3159495\n"
+"351\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_POTENZ\">Returns a number raised to another number.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3159513\n"
+"352\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3159526\n"
+"353\n"
+"help.text"
+msgid "POWER(Base; Exponent)"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3159540\n"
+"354\n"
+"help.text"
+msgid "Returns <emph>Base</emph> raised to the power of <emph>Exponent</emph>."
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5081637\n"
+"help.text"
+msgid "The same result may be achieved by using the exponentiation operator ^:"
+msgstr "সূচকীয় অপারেটর ^ ব্যবহারের মাধ্যমে একই ফলাফল পাওয়া যাতে পারে:"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9759514\n"
+"help.text"
+msgid "<item type=\"literal\">Base^Exponent</item>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3159580\n"
+"356\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3159594\n"
+"357\n"
+"help.text"
+msgid "<item type=\"input\">=POWER(4;3)</item> returns 64, which is 4 to the power of 3."
+msgstr "<item type=\"input\">=POWER(4;3)</item> ৬৪ প্রদান করে, যা হলো ৪ এর ঘাত ৩।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1614429\n"
+"help.text"
+msgid "=4^3 also returns 4 to the power of 3."
+msgstr "=4^3 ও ৪ এর ঘাত ৩ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3152651\n"
+"help.text"
+msgid "<bookmark_value>SERIESSUM function</bookmark_value>"
+msgstr "<bookmark_value>SERIESSUM function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152651\n"
+"642\n"
+"help.text"
+msgid "SERIESSUM"
+msgstr "SERIESSUM"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152688\n"
+"643\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sums the first terms of a power series.</ahelp>"
+msgstr "<ahelp hid=\".\">ঘাত ধারার প্রথম সংখ্যাসমূহ সমষ্টিবদ্ধ করা হয়।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152708\n"
+"644\n"
+"help.text"
+msgid "SERIESSUM(x;n;m;coefficients) = coefficient_1*x^n + coefficient_2*x^(n+m) + coefficient_3*x^(n+2m) +...+ coefficient_i*x^(n+(i-1)m)"
+msgstr "SERIESSUM(x;n;m;coefficients) = coefficient_1*x^n + coefficient_2*x^(n+m) + coefficient_3*x^(n+2m) +...+ coefficient_i*x^(n+(i-1)m)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152724\n"
+"645\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_idN11BD9\n"
+"help.text"
+msgid "SERIESSUM(X; N; M; Coefficients)"
+msgstr "SERIESSUM(X; N; M; Coefficients)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152737\n"
+"646\n"
+"help.text"
+msgid "<emph>X</emph> is the input value for the power series."
+msgstr "<emph>X</emph> হলো ঘাতবিশিষ্ট ধারার ইনপুট মান।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144344\n"
+"647\n"
+"help.text"
+msgid "<emph>N</emph> is the initial power"
+msgstr "<emph>N</emph> হলো প্রাথমিক ঘাত"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144357\n"
+"648\n"
+"help.text"
+msgid "<emph>M</emph> is the increment to increase N"
+msgstr "<emph>M</emph> হলো N বৃদ্ধি করার বর্ধিত মান।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144370\n"
+"649\n"
+"help.text"
+msgid "<emph>Coefficients</emph> is a series of coefficients. For each coefficient the series sum is extended by one section."
+msgstr "<emph>Coefficients</emph> হলো সহগের ধারা। প্রতিটি সহগের জন্য, ধারার সমষ্টি একটি অংশে বর্ধিত করা হয়েছে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3144386\n"
+"help.text"
+msgid "<bookmark_value>PRODUCT function</bookmark_value><bookmark_value>numbers;multiplying</bookmark_value><bookmark_value>multiplying;numbers</bookmark_value>"
+msgstr "<bookmark_value>PRODUCT function</bookmark_value><bookmark_value>numbers;multiplying</bookmark_value><bookmark_value>multiplying;numbers</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144386\n"
+"361\n"
+"help.text"
+msgid "PRODUCT"
+msgstr "PRODUCT"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144414\n"
+"362\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_PRODUKT\">Multiplies all the numbers given as arguments and returns the product.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_PRODUKT\">আর্গুমেন্ট হিসেবে প্রদত্ত সকল সংখ্যা গুণ করা হয় এবং গুণফল প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144433\n"
+"363\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144446\n"
+"364\n"
+"help.text"
+msgid "PRODUCT(Number1; Number2; ...; Number30)"
+msgstr "PRODUCT(Number1; Number2; ...; Number30)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144460\n"
+"365\n"
+"help.text"
+msgid "<emph>Number1 to 30</emph> are up to 30 arguments whose product is to be calculated."
+msgstr "<emph>Number1 to 30</emph>> হলো সর্বোচ্চ ৩০টি আর্গুমেন্ট, যাদের গুণফল বের করা হবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1589098\n"
+"help.text"
+msgid "PRODUCT returns number1 * number2 * number3 * ..."
+msgstr "PRODUCT number1 * number2 * number3 * ... প্রদান করে"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144480\n"
+"366\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144494\n"
+"367\n"
+"help.text"
+msgid "<item type=\"input\">=PRODUCT(2;3;4)</item> returns 24."
+msgstr "<item type=\"input\">=PRODUCT(2;3;4)</item> ২৪ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3160340\n"
+"help.text"
+msgid "<bookmark_value>SUMSQ function</bookmark_value><bookmark_value>square number additions</bookmark_value><bookmark_value>sums;of square numbers</bookmark_value>"
+msgstr "<bookmark_value>SUMSQ function</bookmark_value><bookmark_value>square number additions</bookmark_value><bookmark_value>sums;of square numbers</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3160340\n"
+"369\n"
+"help.text"
+msgid "SUMSQ"
+msgstr "SUMSQ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3160368\n"
+"370\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_QUADRATESUMME\">If you want to calculate the sum of the squares of numbers (totaling up of the squares of the arguments), enter these into the text fields.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_QUADRATESUMME\">যদি আপনি সংখ্যার বর্গের যোগফল (আরগুমেন্টের বর্গের সমষ্টি করা)গণনা করতে চান, এইগুলি টেক্সট ক্ষেত্রে সন্নিবেশ করান।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3160388\n"
+"371\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3160402\n"
+"372\n"
+"help.text"
+msgid "SUMSQ(Number1; Number2; ...; Number30)"
+msgstr "SUMSQ(Number1; Number2; ...; Number30)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3160415\n"
+"373\n"
+"help.text"
+msgid "<emph>Number1 to 30</emph> are up to 30 arguments the sum of whose squares is to be calculated."
+msgstr "<emph>Number1 to 30</emph> হলো সর্বোচ্চ ৩০টি আর্গুমেন্ট, যাদের বর্গের যোগফল বের করা হবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3160436\n"
+"374\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3160449\n"
+"375\n"
+"help.text"
+msgid "If you enter the numbers <item type=\"input\">2</item>; <item type=\"input\">3</item> and <item type=\"input\">4</item> in the Number 1; 2 and 3 text boxes, 29 is returned as the result."
+msgstr "যদি আপনি ১; ২ এবং ৩ নং টেক্সট বাক্সে <item type=\"input\">২</item>; <item type=\"input\">৩</item> এবং <item type=\"input\">৪</item> সন্নিবেশ করান, ফলাফল হিসেবে ২৯ প্রদান করা হবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3158247\n"
+"help.text"
+msgid "<bookmark_value>MOD function</bookmark_value><bookmark_value>remainders of divisions</bookmark_value>"
+msgstr "<bookmark_value>MOD function</bookmark_value><bookmark_value>remainders of divisions</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3158247\n"
+"387\n"
+"help.text"
+msgid "MOD"
+msgstr "MOD"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158276\n"
+"388\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_REST\">Returns the remainder when one integer is divided by another.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_REST\">যখন একটি পূর্ণ সংখ্যা অন্য একটি দ্বারা ভাগ করা হয়, ভাগশেষ প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3158294\n"
+"389\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158308\n"
+"390\n"
+"help.text"
+msgid "MOD(Dividend; Divisor)"
+msgstr "MOD(Dividend; Divisor)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158321\n"
+"391\n"
+"help.text"
+msgid "For integer arguments this function returns Dividend modulo Divisor, that is the remainder when <emph>Dividend</emph> is divided by <emph>Divisor</emph>."
+msgstr "পূর্ণসংখ্যার আরগুমেন্টের জন্য এই ফাংশনটি ভাজ্য মডিউল ভাজক ফলাফল প্রদান করে, যা একটি অবশেষ যখন <emph>ভাজ্য</emph> <emph>ভাজক</emph> দ্বারা ভাগ হয়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158341\n"
+"392\n"
+"help.text"
+msgid "This function is implemented as <item type=\"literal\">Dividend - Divisor * INT(Dividend/Divisor)</item> , and this formula gives the result if the arguments are not integer."
+msgstr "এই ফাংশনটি <item type=\"literal\">Dividend - Divisor * INT(Dividend/Divisor))</item> হিসেবে বাস্তবায়ন করা হয়েছে , এবং যদি আর্গুমেন্ট পূর্ণসংখ্যা না হয়, এই সূত্রটি ফলাফল প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3158361\n"
+"393\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158374\n"
+"394\n"
+"help.text"
+msgid "<item type=\"input\">=MOD(22;3)</item> returns 1, the remainder when 22 is divided by 3."
+msgstr "<item type=\"input\">=MOD(22;3)</item> ১ প্রদান করে, ৩ দ্বারা ২২ কে ভাগ করলে যে ভাগশেষ পাওয়া যায়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1278420\n"
+"help.text"
+msgid "<item type=\"input\">=MOD(11.25;2.5)</item> returns 1.25."
+msgstr "<item type=\"input\">=MOD(11.25;2.5)</item> ১.২৫ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3144592\n"
+"help.text"
+msgid "<bookmark_value>QUOTIENT function</bookmark_value><bookmark_value>divisions</bookmark_value>"
+msgstr "<bookmark_value>QUOTIENT function</bookmark_value><bookmark_value>divisions</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144592\n"
+"652\n"
+"help.text"
+msgid "QUOTIENT"
+msgstr "QUOTIENT"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144627\n"
+"653\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_QUOTIENT\">Returns the integer part of a division operation.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_QUOTIENT\">ভাগ অপারেশনের পূর্ণসংখ্যার অংশটি প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144646\n"
+"654\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144659\n"
+"655\n"
+"help.text"
+msgid "QUOTIENT(Numerator; Denominator)"
+msgstr "QUOTIENT(Numerator; Denominator)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9038972\n"
+"help.text"
+msgid "Returns the integer part of <emph>Numerator</emph> divided by <emph>Denominator</emph>."
+msgstr "<emph>হর</emph> দ্বারা ভাগকৃত <emph>লব</emph> এর পূর্ণসংখ্যার অংশটি প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id7985168\n"
+"help.text"
+msgid "QUOTIENT is equivalent to <item type=\"literal\">INT(numerator/denominator)</item>, except that it may report errors with different error codes."
+msgstr "QUOTIENT হলো <item type=\"literal\">INT(numerator/denominator)</item> এর সমান, এটি বিভিন্ন ত্রুটি কোড সহ ত্রুটি রিপোর্ট করতে পারা ব্যতীত।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144674\n"
+"656\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144687\n"
+"657\n"
+"help.text"
+msgid "<item type=\"input\">=QUOTIENT(11;3)</item> returns 3. The remainder of 2 is lost."
+msgstr "<item type=\"input\">=QUOTIENT(11;3)</item> ৩ প্রদান করে। ২ এর ভাগশেষ হারিয়ে যায়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3144702\n"
+"help.text"
+msgid "<bookmark_value>RADIANS function</bookmark_value><bookmark_value>converting;degrees, into radians</bookmark_value>"
+msgstr "<bookmark_value>RADIANS function</bookmark_value><bookmark_value>converting;degrees, into radians</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144702\n"
+"377\n"
+"help.text"
+msgid "RADIANS"
+msgstr "RADIANS"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158025\n"
+"378\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_RAD\">Converts degrees to radians.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_RAD\">ডিগ্রীকে রেডিয়ানে রূপান্তর করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3158042\n"
+"379\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158055\n"
+"380\n"
+"help.text"
+msgid "RADIANS(Number)"
+msgstr "RADIANS(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158069\n"
+"381\n"
+"help.text"
+msgid "<emph>Number</emph> is the angle in degrees to be converted to radians."
+msgstr "<emph>Number</emph> হলো ডিগ্রীতে প্রদত্ত এমন একটি কোণ, যা রেডিয়ানে রূপান্তর করা হবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id876186\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3939634\n"
+"help.text"
+msgid "<item type=\"input\">=RADIANS(90)</item> returns 1.5707963267949, which is PI/2 to Calc's accuracy."
+msgstr "<item type=\"input\">=RADIANS(90)</item> 1.5707963267949 প্রদান করে থাকে, Calc এর নির্ভুল PI/2 এর মান।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3158121\n"
+"help.text"
+msgid "<bookmark_value>ROUND function</bookmark_value>"
+msgstr "<bookmark_value>ROUND function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3158121\n"
+"398\n"
+"help.text"
+msgid "ROUND"
+msgstr "ROUND"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158150\n"
+"399\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_RUNDEN\">Rounds a number to a certain number of decimal places.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_RUNDEN\">একটি নির্দিষ্ট সংখ্যক দশমিক স্থান পর্যন্ত একটি সংখ্যাকে পূর্ণসংখ্যায় রূপান্তর করা হয়।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3158169\n"
+"400\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158182\n"
+"401\n"
+"help.text"
+msgid "ROUND(Number; Count)"
+msgstr "ROUND(Number; Count)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3158196\n"
+"402\n"
+"help.text"
+msgid "Returns <emph>Number</emph> rounded to <emph>Count</emph> decimal places. If Count is omitted or zero, the function rounds to the nearest integer. If Count is negative, the function rounds to the nearest 10, 100, 1000, etc."
+msgstr "<emph>গণনা</emph> দশমিক স্থান পর্যন্ত পূর্ণ সংখ্যায় পরিবর্তীত <emph>সংখ্যা</emph> প্রদান করে থাকে। যদি গণনা অবজ্ঞা করা হয় অথবা শূন্য হয়, ফাংশনটি কাছাকাছি ইনটিজার পূর্ণ সংখ্যা হয়। যদি গণনা ঋনাত্মক হয়, ফাংশনটি কাছাকাছি পূর্ণসংখ্যা ১০, ১০০, ১০০০ ইত্যাটিতে পরিবরতীত হয়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id599688\n"
+"help.text"
+msgid "This function rounds to the nearest number. See ROUNDDOWN and ROUNDUP for alternatives."
+msgstr "এই ফাংশনটি একটি সংখ্যাকে কাছাকাছি পূর্ণসংখ্যায় রূপান্তর করে থাকে। বিকল্পের জন্য ROUNDDOWN এবং ROUNDUP দেখুন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145863\n"
+"404\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145876\n"
+"405\n"
+"help.text"
+msgid "<item type=\"input\">=ROUND(2.348;2)</item> returns 2.35"
+msgstr "<item type=\"input\">=ROUND(2.348;2)</item> ২.৩৫ প্রদান করে"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3145899\n"
+"406\n"
+"help.text"
+msgid "<item type=\"input\">=ROUND(-32.4834;3)</item> returns -32.483. Change the cell format to see all decimals."
+msgstr "<item type=\"input\">=ROUND(-32.4834;3)</item>, -৩২.৪৮৩ প্রদান করে। সকল দশমিক সংখ্যা দেখার জন্য ঘরের বিন্যাস পরিবর্তন করুন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1371501\n"
+"help.text"
+msgid "<item type=\"input\">=ROUND(2.348;0)</item> returns 2."
+msgstr "<item type=\"input\">=ROUND(2.348;0)</item> ২ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id4661702\n"
+"help.text"
+msgid "<item type=\"input\">=ROUND(2.5)</item> returns 3."
+msgstr "<item type=\"input\">=ROUND(2.5)</item> ৩ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id7868892\n"
+"help.text"
+msgid "<item type=\"input\">=ROUND(987.65;-2)</item> returns 1000."
+msgstr "<item type=\"input\">=ROUND(987.65;-2)</item> ১০০০ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3145991\n"
+"help.text"
+msgid "<bookmark_value>ROUNDDOWN function</bookmark_value>"
+msgstr "<bookmark_value>ROUNDDOWN function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3145991\n"
+"24\n"
+"help.text"
+msgid "ROUNDDOWN"
+msgstr "ROUNDDOWN"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3146020\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ABRUNDEN\">Rounds a number down, toward zero, to a certain precision.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ABRUNDEN\">একটি সংখ্যাকে দশমিকের পরে একটি নির্দিষ্ট ঘর পর্যন্ত, শূন্য মান হতে ছোট মানের পূর্ণসংখ্যায় রূপান্তর করা হয়।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3146037\n"
+"26\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3146051\n"
+"27\n"
+"help.text"
+msgid "ROUNDDOWN(Number; Count)"
+msgstr "ROUNDDOWN(Number; Count)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3146064\n"
+"28\n"
+"help.text"
+msgid "Returns <emph>Number</emph> rounded down (towards zero) to <emph>Count</emph> decimal places. If Count is omitted or zero, the function rounds down to an integer. If Count is negative, the function rounds down to the next 10, 100, 1000, etc."
+msgstr "দশমিক স্থান পর্যন্ত <emph>হিসাব</emph> করার জন্য একটি পূর্ণসংখ্যায় (শূন্যের কাছাকাছি) রূপান্তরিত <emph>সংখ্যা</emph> প্রদান করে থাকে। যদি সংখ্যাটি বাদ দেওয়া হয় অথবা শূন্য হয়, তাহলে ফাংশনটি ব্যবহার করে তুলনামুলক ছোট পূর্ণসংখ্যা ইনটিজারে রূপান্তর করা যায়। যদি সংখ্যাটি ঋনাত্মক হয়, তাহলে ফাংশনটি ব্যবহার করে পরবর্তী ১০, ১০০, ১০০০ ইত্যাদি পূর্ণসংখ্যায় রূপান্তর করা যায়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id2188787\n"
+"help.text"
+msgid "This function rounds towards zero. See ROUNDUP and ROUND for alternatives."
+msgstr "এই ফাংশনটি পূর্ণসংখ্যা শূন্যতে পরিবর্তন করে থাকে। বিকল্প হিসেবে ROUNDUP এবং ROUND দেখুন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163164\n"
+"30\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163178\n"
+"31\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDDOWN(1.234;2)</item> returns 1.23."
+msgstr "<item type=\"input\">=ROUNDDOWN(1.234;2)</item> ১.২৩ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5833307\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDDOWN(45.67;0)</item> returns 45."
+msgstr "<item type=\"input\">=ROUNDDOWN(45.67;0)</item> ৪৫ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id7726676\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDDOWN(-45.67)</item> returns -45."
+msgstr "<item type=\"input\">=ROUNDDOWN(-45.67)</item> -৪৫ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3729361\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDDOWN(987.65;-2)</item> returns 900."
+msgstr "<item type=\"input\">=ROUNDDOWN(987.65;-2)</item> ৯০০ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3163268\n"
+"help.text"
+msgid "<bookmark_value>ROUNDUP function</bookmark_value>"
+msgstr "<bookmark_value>ROUNDUP function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163268\n"
+"140\n"
+"help.text"
+msgid "ROUNDUP"
+msgstr "ROUNDUP"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163297\n"
+"141\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_AUFRUNDEN\">Rounds a number up, away from zero, to a certain precision.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_AUFRUNDEN\">একটি সংখ্যাকে দশমিকের পরে একটি নির্দিষ্ট ঘর পর্যন্ত, শূন্য হতে বড় মানের পূর্ণসংখ্যায় রূপান্তর করা হয়।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163315\n"
+"142\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163328\n"
+"143\n"
+"help.text"
+msgid "ROUNDUP(Number; Count)"
+msgstr "ROUNDUP(Number; Count)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163342\n"
+"144\n"
+"help.text"
+msgid "Returns <emph>Number</emph> rounded up (away from zero) to <emph>Count</emph> decimal places. If Count is omitted or zero, the function rounds up to an integer. If Count is negative, the function rounds up to the next 10, 100, 1000, etc."
+msgstr "<emph>গণনা</emph> ডেসিমেল স্থানে উপরের পূর্ণসংখ্যায় (শূন্য হতে দূরে) <emph> সংখ্যা</emph> ফলাফল প্রদান করে। যদি গণনা অবজ্ঞা করা অথবা শূন্য হয়, ফাংশনটি নিকটবর্তী উপরের পূর্ণসংখ্যাতে পরিণত হয়। যদি গণনা ঋনাত্বক হয়, ফাংশনটি নিকটবর্তী ১০,১০০, ১০০০, ইত্যাদিতে উপরের পূর্ণসংখ্যায় পরিবর্তিত হয়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9573961\n"
+"help.text"
+msgid "This function rounds away from zero. See ROUNDDOWN and ROUND for alternatives."
+msgstr "এই ফাংশনটি শূন্য হতে বড় একটি পূর্ণসংখ্যায় রূপান্তর করে থাকে। বিকল্প হিসেবে ROUNDDOWN এবং ROUND দেখুন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163381\n"
+"146\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144786\n"
+"147\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDUP(1.1111;2)</item> returns 1.12."
+msgstr "<item type=\"input\">=ROUNDUP(1.1111;2)</item> ১.১২ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id7700430\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDUP(1.2345;1)</item> returns 1.3."
+msgstr "<item type=\"input\">=ROUNDUP(1.2345;1)</item> ১.৩ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1180455\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDUP(45.67;0)</item> returns 46."
+msgstr "<item type=\"input\">=ROUNDUP(45.67;0)</item> ৪৬ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3405560\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDUP(-45.67)</item> returns -46."
+msgstr "<item type=\"input\">=ROUNDUP(-45.67)</item> -৪৬ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3409527\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDUP(987.65;-2)</item> returns 1000."
+msgstr "<item type=\"input\">=ROUNDUP(987.65;-2)</item> ১০০০ প্রদান করে।"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id5256537\n"
+"help.text"
+msgid "<bookmark_value>SEC function</bookmark_value>"
+msgstr "<bookmark_value>SKEW function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id5187204\n"
+"149\n"
+"help.text"
+msgid "SEC"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9954962\n"
+"150\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SECANT\">Returns the secant of the given angle (in radians). The secant of an angle is equivalent to 1 divided by the cosine of that angle</ahelp>"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id422243\n"
+"151\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id2055913\n"
+"152\n"
+"help.text"
+msgid "SEC(Number)"
+msgstr "SIN(Number)"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id9568170\n"
+"153\n"
+"help.text"
+msgid "Returns the (trigonometric) secant of <emph>Number</emph>, the angle in radians."
+msgstr "<emph>Number</emph> এর (ত্রিকোনমিত্রিক) সাইন প্রদান করে, কোণটি রেডিয়ানে।"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id9047465\n"
+"help.text"
+msgid "To return the secant of an angle in degrees, use the RADIANS function."
+msgstr "একটি কোণেরর সাইন ডিগ্রীতে প্রদান করতে, RADIANS ফাংশন ব্যবহার করুন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id9878918\n"
+"154\n"
+"help.text"
+msgid "Examples"
+msgstr "উদাহরণসমূহ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6935513\n"
+"155\n"
+"help.text"
+msgid "<item type=\"input\">=SEC(PI()/4)</item> returns approximately 1.4142135624, the inverse of the cosine of PI/4 radians."
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id3954287\n"
+"156\n"
+"help.text"
+msgid "<item type=\"input\">=SEC(RADIANS(60))</item> returns 2, the secant of 60 degrees."
+msgstr "<item type=\"input\">=COS(RADIANS(60))</item> ০.৫ প্রদান করে, ৬০ ডিগ্রীর কোসাইন।"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"bm_id840005\n"
+"help.text"
+msgid "<bookmark_value>SECH function</bookmark_value>"
+msgstr "<bookmark_value>SEARCH function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id8661934\n"
+"159\n"
+"help.text"
+msgid "SECH"
+msgstr ""
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id408174\n"
+"160\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SECANTHYP\">Returns the hyperbolic secant of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SINHYP\">একটি সংখ্যার অধিবৃত্তিক সাইন প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id875988\n"
+"161\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id4985391\n"
+"162\n"
+"help.text"
+msgid "SECH(Number)"
+msgstr "SINH(Number)"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id1952124\n"
+"163\n"
+"help.text"
+msgid "Returns the hyperbolic secant of <emph>Number</emph>."
+msgstr "<emph>Number</emph> এর অধিবৃত্তিক সাইন প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id9838764\n"
+"164\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+#, fuzzy
+msgctxt ""
+"04060106.xhp\n"
+"par_id1187764\n"
+"165\n"
+"help.text"
+msgid "<item type=\"input\">=SECH(0)</item> returns 1, the hyperbolic secant of 0."
+msgstr "<item type=\"input\">=SINH(0)</item> ০ প্রদান করে, ০ এর অধিবৃত্তিক সাইন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3144877\n"
+"help.text"
+msgid "<bookmark_value>SIN function</bookmark_value>"
+msgstr "<bookmark_value>SIN function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144877\n"
+"408\n"
+"help.text"
+msgid "SIN"
+msgstr "SIN"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144906\n"
+"409\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SIN\">Returns the sine of the given angle (in radians).</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SIN\">প্রদত্ত কোণের সাইন (রেডিয়ানে) প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144923\n"
+"410\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144937\n"
+"411\n"
+"help.text"
+msgid "SIN(Number)"
+msgstr "SIN(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144950\n"
+"412\n"
+"help.text"
+msgid "Returns the (trigonometric) sine of <emph>Number</emph>, the angle in radians."
+msgstr "<emph>Number</emph> এর (ত্রিকোনমিত্রিক) সাইন প্রদান করে, কোণটি রেডিয়ানে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id8079470\n"
+"help.text"
+msgid "To return the sine of an angle in degrees, use the RADIANS function."
+msgstr "একটি কোণেরর সাইন ডিগ্রীতে প্রদান করতে, RADIANS ফাংশন ব্যবহার করুন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3144969\n"
+"413\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3144983\n"
+"414\n"
+"help.text"
+msgid "<item type=\"input\">=SIN(PI()/2)</item> returns 1, the sine of PI/2 radians."
+msgstr "<item type=\"input\">=SIN(PI()/2)</item> ১ প্রদান করে, PI/2 রেডিয়ানের সাইন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3916440\n"
+"help.text"
+msgid "<item type=\"input\">=SIN(RADIANS(30))</item> returns 0.5, the sine of 30 degrees."
+msgstr "<item type=\"input\">=SIN(RADIANS(30))</item> ০.৫ প্রদান করে, ৩০ ডিগ্রীর সাইন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3163397\n"
+"help.text"
+msgid "<bookmark_value>SINH function</bookmark_value>"
+msgstr "<bookmark_value>SINH function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163397\n"
+"418\n"
+"help.text"
+msgid "SINH"
+msgstr "SINH"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163426\n"
+"419\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SINHYP\">Returns the hyperbolic sine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SINHYP\">একটি সংখ্যার অধিবৃত্তিক সাইন প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163444\n"
+"420\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163457\n"
+"421\n"
+"help.text"
+msgid "SINH(Number)"
+msgstr "SINH(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163471\n"
+"422\n"
+"help.text"
+msgid "Returns the hyperbolic sine of <emph>Number</emph>."
+msgstr "<emph>Number</emph> এর অধিবৃত্তিক সাইন প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163491\n"
+"423\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163504\n"
+"424\n"
+"help.text"
+msgid "<item type=\"input\">=SINH(0)</item> returns 0, the hyperbolic sine of 0."
+msgstr "<item type=\"input\">=SINH(0)</item> ০ প্রদান করে, ০ এর অধিবৃত্তিক সাইন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3163596\n"
+"help.text"
+msgid "<bookmark_value>SUM function</bookmark_value><bookmark_value>adding;numbers in cell ranges</bookmark_value>"
+msgstr "<bookmark_value>SUM function</bookmark_value><bookmark_value>adding;numbers in cell ranges</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163596\n"
+"428\n"
+"help.text"
+msgid "SUM"
+msgstr "SUM"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163625\n"
+"429\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SUMME\">Adds all the numbers in a range of cells.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SUMME\">একটি ঘরের পরিসরের সকল সংখ্যা যোগ করা হয়।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163643\n"
+"430\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163656\n"
+"431\n"
+"help.text"
+msgid "SUM(Number1; Number2; ...; Number30)"
+msgstr "SUM(Number1; Number2; ...; Number30)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163671\n"
+"432\n"
+"help.text"
+msgid "<emph>Number 1 to Number 30</emph> are up to 30 arguments whose sum is to be calculated."
+msgstr "<emph>Number 1 to Number 30</emph> হলো সর্বোচ্চ ৩০টি আর্গুমেন্ট, যাদের যোগফল হিসাব করা হবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163690\n"
+"433\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163704\n"
+"434\n"
+"help.text"
+msgid "If you enter the numbers <item type=\"input\">2</item>; <item type=\"input\">3 </item>and <item type=\"input\">4</item> in the Number 1; 2 and 3 text boxes, 9 will be returned as the result."
+msgstr "যদি আপনি ১; ২ এবং ৩ নং টেক্সট বাক্সে <item type=\"input\">২</item>; <item type=\"input\">৩</item> এবং <item type=\"input\">৪</item> সন্নিবেশ করান, ফলাফল হিসেবে ৯ প্রদান করবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151740\n"
+"556\n"
+"help.text"
+msgid "<item type=\"input\">=SUM(A1;A3;B5)</item> calculates the sum of the three cells. <item type=\"input\">=SUM (A1:E10)</item> calculates the sum of all cells in the A1 to E10 cell range."
+msgstr "<item type=\"input\">=SUM(A1;A3;B5)</item>, তিনটি ঘরের সমষ্টি হিসাব করে। <item type=\"input\">=SUM (A1:E10)</item>, A1 হতে E10 পর্যন্ত ঘরের পরিসরের সকল ঘরের সমষ্টি হিসাব করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151756\n"
+"619\n"
+"help.text"
+msgid "Conditions linked by AND can be used with the function SUM() in the following manner:"
+msgstr "AND দ্বারা সংযুক্ত শর্তাবলী, নিম্নবর্ণিত উপায়ে SUM() ফাংশনের সাথে ব্যবহার করা যেতে পারে:"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151774\n"
+"620\n"
+"help.text"
+msgid "Example assumption: You have entered invoices into a table. Column A contains the date value of the invoice, column B the amounts. You want to find a formula that you can use to return the total of all amounts only for a specific month, e.g. only the amount for the period >=2008-01-01 to <2008-02-01. The range with the date values covers A1:A40, the range containing the amounts to be totaled is B1:B40. C1 contains the start date, 2008<item type=\"input\">-01-01</item>, of the invoices to be included and C2 the date, 2008<item type=\"input\">-02-01</item>, that is no longer included."
+msgstr "উদাহরণ অনুমান: আপনি একটি টেবিলের দিকে চালান সন্নিবেশ করান। কলাম A চালান, কলাম B পরিমাণ ধারণ করে। আপনি একটি সূত্র খুঁজে পেতে চান যা আপনি শুধুমাত্র একটি সুনির্দিষ্ট মাসের জন্য সকল পরিমানের ফলাফল প্রদান করতে ব্যবহার করতে পারেন যেমন শুধুমাত্র পর্যায়কালের পরিমানের জন্য > =২০০৮-০১-০১ হতে <২০০৮-০২-০১ পর্যন্ত। তারিখের মান সহকারে পরিসরটি A1:A40 আবদ্ধ করে, সমষ্টি করা হবে এমন পরিমাণ ধারণকারী পরিসরটি হলো B1:B40। C1 শুরু করার তারিখ ধারণ করে, ২০০৮<item type=\"input\"> -০১-০১</item>, চালান অন্তর্ভুক্ত করার জন্য এবং C2 হলো তারিখ, ২০০৮<item type=\"input\"> -০২-০১</item>, যা আর অন্তর্ভুক্ত নয়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151799\n"
+"621\n"
+"help.text"
+msgid "Enter the following formula as an array formula:"
+msgstr "অ্যারের সূত্র হিসেবে নিম্নের সূত্রটি সন্নিবেশ করান:"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151813\n"
+"622\n"
+"help.text"
+msgid "<item type=\"input\">=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)</item>"
+msgstr "<item type=\"input\">=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)</item>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151828\n"
+"623\n"
+"help.text"
+msgid "In order to enter this as an array formula, you must press the Shift<switchinline select=\"sys\"><caseinline select=\"MAC\">+Command </caseinline><defaultinline>+ Ctrl</defaultinline></switchinline>+ Enter keys instead of simply pressing the Enter key to close the formula. The formula will then be shown in the <emph>Formula</emph> bar enclosed in braces."
+msgstr "এটিকে অ্যারে সূত্র হিসেবে সন্নিবেশ করানোর জন্য, আপনাকে অবশ্যই সূত্রটি বন্ধ করার জন্য শুধুমাত্র Enter কী চাপার পরিবর্তে Shift<switchinline select=\"sys\"><caseinline select=\"MAC\">+কমান্ড </caseinline><defaultinline>+ Ctrl</defaultinline></switchinline>+ Enter চাপুন। সূত্রটি পরে বন্ধনী দ্বারা আবদ্ধ অবস্থায় <emph>সূত্র</emph> বারে প্রদর্শিত হবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151869\n"
+"624\n"
+"help.text"
+msgid "{=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)}"
+msgstr "{=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)}"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151884\n"
+"625\n"
+"help.text"
+msgid "The formula is based on the fact that the result of a comparison is 1 if the criterion is met and 0 if it is not met. The individual comparison results will be treated as an array and used in matrix multiplication, and at the end the individual values will be totaled to give the result matrix."
+msgstr "সূত্রটি ঘটনাটি উপর ভিত্তি করে যা একটি তুলনার ফলাফল ১ হয় যদি শ্রেণীবিভাগটি দেখা পায় এবং ০ যদি এইটি দেখা না পায়। স্বতন্ত্র তুলনাটি ফলাফল একটি বিন্যাস হিসেবে ব্যবহৃত হয় এবং ম্যাট্রিক্স গুণনে ব্যবহার করেছিল, এবং সর্বশেষে স্বতন্ত্র মান ফলাফল ম্যাট্রিক্স প্রদান করতে সমষ্টিবদ্ধ করা হবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3151957\n"
+"help.text"
+msgid "<bookmark_value>SUMIF function</bookmark_value><bookmark_value>adding;specified numbers</bookmark_value>"
+msgstr "<bookmark_value>SUMIF function</bookmark_value><bookmark_value>adding;specified numbers</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3151957\n"
+"436\n"
+"help.text"
+msgid "SUMIF"
+msgstr "SUMIF"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3151986\n"
+"437\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Adds the cells specified by a given criteria.</ahelp> This function is used to browse a range when you search for a certain value."
+msgstr "<ahelp hid=\"HID_FUNC_SUMMEWENN\">একটি প্রদত্ত শ্রেণী দ্বারা উল্লেখিত ঘর যোগ করা হয়।</ahelp> আপনি যখন কিছু মান খুঁজবেন, একটি পরিসর ব্রাউজ করতে এই ফাংশনটি ব্যবহার করা হয়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152015\n"
+"438\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152028\n"
+"439\n"
+"help.text"
+msgid "SUMIF(Range; Criteria; SumRange)"
+msgstr "SUMIF(Range; Criteria; SumRange)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152043\n"
+"440\n"
+"help.text"
+msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
+msgstr "<emph>Range</emph> হলো এমন একটি পরিসর, যাতে নির্ণায়ক প্রয়োগ করা হবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152062\n"
+"441\n"
+"help.text"
+msgid "<emph>Criteria</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criteria is written into the formula, it has to be surrounded by double quotes."
+msgstr "<emph>শ্রেণীবিভাগ</emph> হলো একটি ঘর যাতে অনুসন্ধান শ্রেণীবিভাগ প্রদর্শিত হয়, অথবা নিজস্ব অনুসন্ধান শ্রেণীবিভাগ। যদি শ্রেণীবিভাগটি একটি সূত্রে লিখিত হয়, এইটি ডাবল-উক্তি দ্বারা পরিবেষ্টিত হয়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152083\n"
+"442\n"
+"help.text"
+msgid "<emph>SumRange</emph> is the range from which values are summed. If this parameter has not been indicated, the values found in the Range are summed."
+msgstr "<emph>SumRange</emph> হলো একটি পরিসর যেখান হতে মানের সমষ্টি করা হয়। যদি এই প্রতীক চিহ্নিত না হয়, পরিসরে প্রাপ্ত মানের সমষ্টি করা হয়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id8347422\n"
+"help.text"
+msgid "SUMIF supports the reference concatenation operator (~) only in the Criteria parameter, and only if the optional SumRange parameter is not given."
+msgstr "SUMIF reference সংযোজন অপারেটর (~) শুধুমাত্র শ্রেণীবিভাগ প্যারামিটারে সমর্থন করে, এবং শুধুমাত্র যদি ঐচ্ছিক SumRange প্যারামিটার প্রদান করা না হয়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152110\n"
+"443\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152148\n"
+"626\n"
+"help.text"
+msgid "To sum up only negative numbers: <item type=\"input\">=SUMIF(A1:A10;\"<0\")</item>"
+msgstr "শুধুমাত্র ঋনাত্মক সংখ্যার সমষ্টি বের করার জন্য: <item type=\"input\">=SUMIF(A1:A10;\"<0\")</item>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6670125\n"
+"help.text"
+msgid "<item type=\"input\">=SUMIF(A1:A10;\">0\";B1:10)</item> - sums values from the range B1:B10 only if the corresponding values in the range A1:A10 are >0."
+msgstr "<item type=\"input\">=SUMIF(A1:A10;\">0\";B1:10)</item> - B1:B10 পরিসরের মানসমূহ যোগ করে, শুধুমাত্র যদি A1:A10 পরিসরের সাথে সংশ্লিষ্ট মানসমূহ >০ হয়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6062196\n"
+"help.text"
+msgid "See COUNTIF() for some more syntax examples that can be used with SUMIF()."
+msgstr "আরও কিছু সিনট্যাক্স উদাহরণের জন্য COUNTIF() দেখুন, যা SUMIF() এর সাথে ব্যবহার করা যাতে পারে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3152195\n"
+"help.text"
+msgid "<bookmark_value>TAN function</bookmark_value>"
+msgstr "<bookmark_value>TAN function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152195\n"
+"446\n"
+"help.text"
+msgid "TAN"
+msgstr "TAN"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152224\n"
+"447\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TAN\">Returns the tangent of the given angle (in radians).</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TAN\">প্রদত্ত কোণের (রেডিয়ানে) ট্যানজেন্ট প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152242\n"
+"448\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152255\n"
+"449\n"
+"help.text"
+msgid "TAN(Number)"
+msgstr "TAN(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152269\n"
+"450\n"
+"help.text"
+msgid "Returns the (trigonometric) tangent of <emph>Number</emph>, the angle in radians."
+msgstr "<emph>Number</emph> (ত্রিকোনমিত্রিক) ট্যানজেন্ট প্রদান করে, কোণটি রেডিয়ানে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5752128\n"
+"help.text"
+msgid "To return the tangent of an angle in degrees, use the RADIANS function."
+msgstr "একটি কোণের ট্যানজেন্ট ডিগ্রীতে প্রদান করতে, RADIANS ফাংশন ব্যবহার করুন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3152287\n"
+"451\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3152301\n"
+"452\n"
+"help.text"
+msgid "<item type=\"input\">=TAN(PI()/4) </item>returns 1, the tangent of PI/4 radians."
+msgstr "<item type=\"input\">=TAN(PI()/4) </item> ১ প্রদান করে, PI/4 রেডিয়ানের ট্যানজেন্ট।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1804864\n"
+"help.text"
+msgid "<item type=\"input\">=TAN(RADIANS(45))</item> returns 1, the tangent of 45 degrees."
+msgstr "<item type=\"input\">=TAN(RADIANS(45))</item> ১ প্রদান করে, 45 ডিগ্রীর ট্যানজেন্ট।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3165434\n"
+"help.text"
+msgid "<bookmark_value>TANH function</bookmark_value>"
+msgstr "<bookmark_value>TANH function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3165434\n"
+"456\n"
+"help.text"
+msgid "TANH"
+msgstr "TANH"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165462\n"
+"457\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TANHYP\">Returns the hyperbolic tangent of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TANHYP\">একটি সংখ্যার অধিবৃত্তিক ট্যানজেন্ট প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3165480\n"
+"458\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165494\n"
+"459\n"
+"help.text"
+msgid "TANH(Number)"
+msgstr "TANH(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165508\n"
+"460\n"
+"help.text"
+msgid "Returns the hyperbolic tangent of <emph>Number</emph>."
+msgstr "<emph>Number</emph> এর অধিবৃত্তিক ট্যানজেন্ট প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3165527\n"
+"461\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165541\n"
+"462\n"
+"help.text"
+msgid "<item type=\"input\">=TANH(0)</item> returns 0, the hyperbolic tangent of 0."
+msgstr "<item type=\"input\">=TANH(0)</item> ০ প্রদান করে, ০ এর অধিবৃত্তিক ট্যানজেন্ট।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3165633\n"
+"help.text"
+msgid "<bookmark_value>AutoFilter function; subtotals</bookmark_value><bookmark_value>sums;of filtered data</bookmark_value><bookmark_value>filtered data; sums</bookmark_value><bookmark_value>SUBTOTAL function</bookmark_value>"
+msgstr "<bookmark_value>AutoFilter function; subtotals</bookmark_value><bookmark_value>sums;of filtered data</bookmark_value><bookmark_value>filtered data; sums</bookmark_value><bookmark_value>SUBTOTAL function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3165633\n"
+"466\n"
+"help.text"
+msgid "SUBTOTAL"
+msgstr "SUBTOTAL"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165682\n"
+"467\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_TEILERGEBNIS\">Calculates subtotals.</ahelp> If a range already contains subtotals, these are not used for further calculations. Use this function with the AutoFilters to take only the filtered records into account."
+msgstr "<ahelp hid=\"HID_FUNC_TEILERGEBNIS\">সাবটোটাল হিসাব করা হয়।</ahelp> যদি একটি পরিসরে ইতোমধ্যে সাবটোটাল থাকে, এগুলো পরবর্তী হিসাবের জন্য ব্যবহৃত হয় না। অ্যাকাউন্টে শুধুমাত্র পরিশোধিত রেকর্ড রাখার জন্য, AutoFilters এর সাথে এই ফাংশনটি ব্যবহার করুন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3165704\n"
+"495\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165717\n"
+"496\n"
+"help.text"
+msgid "SUBTOTAL(Function; Range)"
+msgstr "SUBTOTAL(Function; Range)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165731\n"
+"497\n"
+"help.text"
+msgid "<emph>Function</emph> is a number that stands for one of the following functions:"
+msgstr "<emph>Function</emph> হলো এমন একটি সংখ্যা, যা দ্বারা নিম্নের যেকোনো একটি ফাংশনকে বুঝায়:"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165782\n"
+"469\n"
+"help.text"
+msgid "Function index"
+msgstr "ফাংশন ইনডেক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165806\n"
+"470\n"
+"help.text"
+msgid "Function"
+msgstr "ফাংশন"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165833\n"
+"471\n"
+"help.text"
+msgid "1"
+msgstr "১"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165856\n"
+"472\n"
+"help.text"
+msgid "AVERAGE"
+msgstr "AVERAGE"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165883\n"
+"473\n"
+"help.text"
+msgid "2"
+msgstr "২"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165906\n"
+"474\n"
+"help.text"
+msgid "COUNT"
+msgstr "COUNT"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165933\n"
+"475\n"
+"help.text"
+msgid "3"
+msgstr "৩"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165956\n"
+"476\n"
+"help.text"
+msgid "COUNTA"
+msgstr "COUNTA"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165983\n"
+"477\n"
+"help.text"
+msgid "4"
+msgstr "৪"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3166006\n"
+"478\n"
+"help.text"
+msgid "MAX"
+msgstr "MAX"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3166033\n"
+"479\n"
+"help.text"
+msgid "5"
+msgstr "৫"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3166056\n"
+"480\n"
+"help.text"
+msgid "MIN"
+msgstr "MIN"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143316\n"
+"481\n"
+"help.text"
+msgid "6"
+msgstr "৬"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143339\n"
+"482\n"
+"help.text"
+msgid "PRODUCT"
+msgstr "PRODUCT"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143366\n"
+"483\n"
+"help.text"
+msgid "7"
+msgstr "৭"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143389\n"
+"484\n"
+"help.text"
+msgid "STDEV"
+msgstr "STDEV"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143416\n"
+"485\n"
+"help.text"
+msgid "8"
+msgstr "৮"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143439\n"
+"486\n"
+"help.text"
+msgid "STDEVP"
+msgstr "STDEVP"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143466\n"
+"487\n"
+"help.text"
+msgid "9"
+msgstr "৯"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143489\n"
+"488\n"
+"help.text"
+msgid "SUM"
+msgstr "SUM"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143516\n"
+"489\n"
+"help.text"
+msgid "10"
+msgstr "১০"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143539\n"
+"490\n"
+"help.text"
+msgid "VAR"
+msgstr "VAR"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143566\n"
+"491\n"
+"help.text"
+msgid "11"
+msgstr "১১"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143589\n"
+"492\n"
+"help.text"
+msgid "VARP"
+msgstr "VARP"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143606\n"
+"498\n"
+"help.text"
+msgid "<emph>Range</emph> is the range whose cells are included."
+msgstr "<emph>Range</emph> হলো এমন একটি পরিসর, যার ঘর অন্তর্ভুক্ত করা হয়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3143625\n"
+"499\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143638\n"
+"562\n"
+"help.text"
+msgid "You have a table in the cell range A1:B5 containing cities in column A and accompanying figures in column B. You have used an AutoFilter so that you only see rows containing the city Hamburg. You want to see the sum of the figures that are displayed; that is, just the subtotal for the filtered rows. In this case the correct formula would be:"
+msgstr "আপনার ঘর পরিডর A1:B5 তে একটি টেবিল রয়েছে: কলাম A তে শহর ধারণ করছে এবং স্তম্ব B5 তে পরিসংখ্যান বৈশিষ্ট্যমন্ডিত করে। আপনি একটি AutoFilter ব্যবহার করেছেন যাতে আপনি শহর হামবুর্গ ধারণ করে শুধুমাত্র সারি দেখতে পান। আপনি পরিসংখ্যানের সমষ্টি দেখতে চান যা প্রদর্শিত হয়; যেমন পরিশোধন করা সারির জন্য কেবল সাবটোটাল। এই ক্ষেত্রে সঠিক সূত্রটি হবে:"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143658\n"
+"563\n"
+"help.text"
+msgid "<item type=\"input\">=SUBTOTAL(9;B2:B5)</item>"
+msgstr "<item type=\"input\">=SUBTOTAL(9;B2:B5)</item>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3143672\n"
+"help.text"
+msgid "<bookmark_value>Euro; converting</bookmark_value><bookmark_value>EUROCONVERT function</bookmark_value>"
+msgstr "<bookmark_value>Euro; converting</bookmark_value><bookmark_value>EUROCONVERT function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3143672\n"
+"564\n"
+"help.text"
+msgid "EUROCONVERT"
+msgstr "EUROCONVERT"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143708\n"
+"565\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_UMRECHNEN\">Converts between old European national currency and to and from Euros.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_UMRECHNEN\">পুরানো ইউরোপিয় জাতীয় মূদ্রা ইউরোতে রূপান্তর করা হয়।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143731\n"
+"566\n"
+"help.text"
+msgid "<emph>Syntax</emph>"
+msgstr "<emph>সিনট্যাক্স</emph>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143748\n"
+"567\n"
+"help.text"
+msgid "EUROCONVERT(Value; \"From_currency\"; \"To_currency\", full_precision, triangulation_precision)"
+msgstr "EUROCONVERT(Value; \"From_currency\"; \"To_currency\", full_precision, triangulation_precision)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143763\n"
+"568\n"
+"help.text"
+msgid "<emph>Value</emph> is the amount of the currency to be converted."
+msgstr "<emph>Value</emph> হলো মুদ্রার পরিমাণ, যা রূপান্তর করা হবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143782\n"
+"569\n"
+"help.text"
+msgid "<emph>From_currency</emph> and <emph>To_currency</emph> are the currency units to convert from and to respectively. These must be text, the official abbreviation for the currency (for example, \"EUR\"). The rates (shown per Euro) were set by the European Commission."
+msgstr "<emph>From_currency</emph> এবং <emph>To_currency</emph> হলো পারস্পরিক রূপান্তরে মুদ্রার একক। এগুলো অবশ্যই পাঠ্য হতে হবে, মুদ্রার জন্য অফিসিয়াল সংক্ষিপ্তকরণ (যেমন, \"EUR\")। মুদ্রার হার (প্রতি Euro হিসেবে প্রদর্শিত) ইউরোপিয়ান কমিশন দ্বারা নির্ধারিত হয়েছে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id0119200904301810\n"
+"help.text"
+msgid "<emph>Full_precision</emph> is optional. If omitted or False, the result is rounded according to the decimals of the To currency. If Full_precision is True, the result is not rounded."
+msgstr "<emph>Full_precision</emph> হলো ঐচ্ছিক। যদি বাদ দেওয়া হয় অথবা False হয়, ফলাফলটি মুদ্রার দশমিক অনুসারে পূর্ণসংখ্যায় রূপান্তর করা হয়। যদি Full_precision True হয়, তাহলে ফলাফলটি পূর্ণ সংখ্যায় রূপান্তর করা হয় না।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id0119200904301815\n"
+"help.text"
+msgid "<emph>Triangulation_precision</emph> is optional. If Triangulation_precision is given and >=3, the intermediate result of a triangular conversion (currency1,EUR,currency2) is rounded to that precision. If Triangulation_precision is omitted, the intermediate result is not rounded. Also if To currency is \"EUR\", Triangulation_precision is used as if triangulation was needed and conversion from EUR to EUR was applied."
+msgstr "<emph>Triangulation_precision</emph> হলো ঐচ্ছিক। যদি Triangulation_precision প্রদান করা হয় এবং >=3 হয়, তাহলে ত্রিমুখী রূপান্তর (currency1,EUR,currency2) এর মধ্যবর্তী ফলাফল দশমিকের পরের সংখ্যা পর্যন্ত পূর্ণসংখ্যায় রূপান্তর করা হয়। যদি Triangulation_precision বাদ দেওয়া হয়, তাহলে মধ্যবর্তী ফলাফল পূর্ণসংখ্যায় রূপান্তর করা হয় না। আবার যদি To currency \"EUR\" হয়, তাহলে Triangulation_precision ব্যবহৃত হয়, যদিও ত্রিমুখীকরণ প্রয়োজন এবং EUR থেকে EUR রূপান্তর প্রয়োগ করা হয়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143819\n"
+"570\n"
+"help.text"
+msgid "<emph>Examples</emph>"
+msgstr "<emph>উদাহরণ</emph>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143837\n"
+"571\n"
+"help.text"
+msgid "<item type=\"input\">=EUROCONVERT(100;\"ATS\";\"EUR\")</item> converts 100 Austrian Schillings into Euros."
+msgstr "<item type=\"input\">=EUROCONVERT(100;\"ATS\";\"EUR\")</item> ১০০ অস্ট্রেলিয় শিলিং ইউরোতে রূপান্তর করা হয়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3143853\n"
+"572\n"
+"help.text"
+msgid "<item type=\"input\">=EUROCONVERT(100;\"EUR\";\"DEM\")</item> converts 100 Euros into German Marks."
+msgstr "<item type=\"input\">=EUROCONVERT(100;\"EUR\";\"DEM\")</item> ১০০ ইউরো জার্মান মার্কস এ রূপান্তর করা হয়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id0908200902090676\n"
+"help.text"
+msgid "<bookmark_value>CONVERT function</bookmark_value>"
+msgstr "<bookmark_value>CONVERT function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id0908200902074836\n"
+"help.text"
+msgid "CONVERT"
+msgstr "CONVERT"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id0908200902131122\n"
+"help.text"
+msgid "<ahelp hid=\".\">Converts a value from one unit of measurement to another unit of measurement. The conversion factors are given in a list in the configuration.</ahelp>"
+msgstr "<ahelp hid=\".\">পরিমাপের একটি একক থেকে পরিমাপের অন্য এককে একটি মান রূপান্তর করা হয়। রূপান্তরের ফ্যাক্টরটি কনফিগারেশনে বিদ্যমান একটি তালিকাতে প্রদান করা হয়।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id0908200902475420\n"
+"help.text"
+msgid "At one time the list of conversion factors included the legacy European currencies and the Euro (see examples below). We suggest using the new function EUROCONVERT for converting these currencies."
+msgstr "একটি সময়ে লিগেসি ইউরোপীয় মূদ্রা এবং ইউরো (নিচের উদাহরণটি দেখুন) যুক্ত কথোপকথন ফ্যাক্টরের তালিকা। এই মূদ্রা রূপান্তর করার জন্য নতুন ফাংশন EUROCONVERT ব্যবহার করার পরামর্শ প্রদান করা হলো।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id0908200902131071\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id0908200902131191\n"
+"help.text"
+msgid "CONVERT(value;\"text\";\"text\")"
+msgstr "CONVERT(value;\"text\";\"text\")"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id0908200902131152\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id090820090213112\n"
+"help.text"
+msgid "<item type=\"input\">=CONVERT(100;\"ATS\";\"EUR\")</item> returns the Euro value of 100 Austrian Schillings."
+msgstr "<item type=\"input\">=CONVERT(100;\"ATS\";\"EUR\")</item> ১০০ অস্ট্রেলিয় শিলিং এর ইউরো মান প্রদান করে থাকে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id0908200902475431\n"
+"help.text"
+msgid "=CONVERT(100;\"EUR\";\"DEM\") converts 100 Euros into German Marks."
+msgstr "=CONVERT(100;\"EUR\";\"DEM\") ১০০ ইউরো জার্মান মার্কে রূপান্তর করে থাকে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3157177\n"
+"help.text"
+msgid "<bookmark_value>ODD function</bookmark_value><bookmark_value>rounding;up/down to nearest odd integer</bookmark_value>"
+msgstr "<bookmark_value>ODD function</bookmark_value><bookmark_value>rounding;up/down to nearest odd integer</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3157177\n"
+"502\n"
+"help.text"
+msgid "ODD"
+msgstr "ODD"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157205\n"
+"503\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_UNGERADE\">Rounds a positive number up to the nearest odd integer and a negative number down to the nearest odd integer.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_UNGERADE\">একটি ধনাত্মক সংখ্যাকে উপরের কাছাকাছি বিজোড় পূর্ণসংখ্যায় এবং ঋনাত্মক সংখ্যাকে নিচের কাছাকাছি বিজোড় পূর্ণসংখ্যায় পরিবর্তন করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3157223\n"
+"504\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157237\n"
+"505\n"
+"help.text"
+msgid "ODD(Number)"
+msgstr "ODD(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157250\n"
+"506\n"
+"help.text"
+msgid "Returns <emph>Number</emph> rounded to the next odd integer up, away from zero."
+msgstr "শূন্য থেকে দূরে একটি বিজোড় ইনটিজার পূর্ণসংখ্যায় রূপান্তরিত <emph>সংখ্যা</emph> প্রদান করা হয়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3157270\n"
+"507\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157283\n"
+"508\n"
+"help.text"
+msgid "<item type=\"input\">=ODD(1.2)</item> returns 3."
+msgstr "<item type=\"input\">=ODD(1.2)</item> ৩ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id8746910\n"
+"help.text"
+msgid "<item type=\"input\">=ODD(1)</item> returns 1."
+msgstr "<item type=\"input\">=ODD(1)</item> ১ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9636524\n"
+"help.text"
+msgid "<item type=\"input\">=ODD(0)</item> returns 1."
+msgstr "<item type=\"input\">=ODD(0)</item> ১ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5675527\n"
+"help.text"
+msgid "<item type=\"input\">=ODD(-3.1)</item> returns -5."
+msgstr "<item type=\"input\">=ODD(-3.1)</item> -৫ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3157404\n"
+"help.text"
+msgid "<bookmark_value>FLOOR function</bookmark_value><bookmark_value>rounding;down to nearest multiple of significance</bookmark_value>"
+msgstr "<bookmark_value>FLOOR function</bookmark_value><bookmark_value>rounding;down to nearest multiple of significance</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3157404\n"
+"512\n"
+"help.text"
+msgid "FLOOR"
+msgstr "FLOOR"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157432\n"
+"513\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_UNTERGRENZE\">Rounds a number down to the nearest multiple of Significance.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_UNTERGRENZE\">একটি সংখ্যাকে কাছাকাছি Significance এর গুনিতকের নিচের দিকে পূর্ণ সংখ্যায় পরিবর্তন করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3157451\n"
+"514\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157464\n"
+"515\n"
+"help.text"
+msgid "FLOOR(Number; Significance; Mode)"
+msgstr "FLOOR(Number; Significance; Mode)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157478\n"
+"516\n"
+"help.text"
+msgid "<emph>Number</emph> is the number that is to be rounded down."
+msgstr "<emph>Number</emph> হলো এমন একটি সংখ্যা, যা নিচের কাছাকাছি পূর্ণসংখ্যায় পরিবর্তন করা হবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157497\n"
+"517\n"
+"help.text"
+msgid "<emph>Significance</emph> is the value to whose multiple the number is to be rounded down."
+msgstr "<emph>সিগনিফিকেন্স</emph> হলো এমন একটি সংখ্যা যার বহুগুণন পর্যন্ত সংখ্যাকে তার চাইতে ছোট পূর্ণংখ্যায় রূপান্তর করা হয়।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3157517\n"
+"561\n"
+"help.text"
+msgid "<emph>Mode</emph> is an optional value. If the Mode value is given and not equal to zero, and if Number and Significance are negative, then rounding is done based on the absolute value of the number. This parameter is ignored when exporting to MS Excel as Excel does not know any third parameter."
+msgstr "<emph>মোড</emph> হলো একটি ঐচ্ছিক মান। যদি মোড মান প্রদান করা হয় এবং শূন্যের সমান না হয়, এবং যদি সংখ্যা এবং সিগনিফিক্যান্স ঋণাত্মক হয়, তারপর সংখ্যার পরম মানের উপর ভিত্তি করে পূর্ণসংখ্যা করা হচ্ছে। এই প্যারামিটারটি উপেক্ষা করা হয় যখন এক্সেল হিসাবে MS এক্সেলে এক্সপোর্ট করা হয় যেকোনো তৃতীয় প্যারামিটার সম্পর্কে জানে না।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163894\n"
+"630\n"
+"help.text"
+msgid "If both parameters Number and Significance are negative, and if the Mode value is equal to zero or is not specified, then the results in $[officename] Calc and Excel will differ after exporting. If you export the spreadsheet to Excel, use Mode=1 to see the same results in Excel as in Calc."
+msgstr "যদি উভয় প্যারামিটার সংখ্যা এবং সিগনিফিক্যান্স ঋনাত্বক হয়, এবং মোড মান শূন্যের সমান হয় অথবা উল্লেখিত না হয়, তারপর $[officename] Calc এবং এক্সেলে এক্সপোর্ট করার পর ফলাফল ভিন্ন হয়। যদি আপনি এক্সেলে স্প্রেডশীট এক্সপোর্ট করেন, Calc এর ন্যায় এক্সেলে একই ফলাফল দেকার জন্য মোড=১ ব্যবহার করুন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3163932\n"
+"518\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163945\n"
+"519\n"
+"help.text"
+msgid "<item type=\"input\">=FLOOR( -11;-2)</item> returns -12"
+msgstr "<item type=\"input\">=FLOOR( -11;-2)</item> -১২ প্রদান করে"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163966\n"
+"520\n"
+"help.text"
+msgid "<item type=\"input\">=FLOOR( -11;-2;0)</item> returns -12"
+msgstr "<item type=\"input\">=FLOOR( -11;-2;0)</item> -১২ প্রদান করে"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3163988\n"
+"521\n"
+"help.text"
+msgid "<item type=\"input\">=FLOOR( -11;-2;1)</item> returns -10"
+msgstr "<item type=\"input\">=FLOOR( -11;-2;1)</item> -১০ প্রদান করে"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3164086\n"
+"help.text"
+msgid "<bookmark_value>SIGN function</bookmark_value><bookmark_value>algebraic signs</bookmark_value>"
+msgstr "<bookmark_value>SIGN function</bookmark_value><bookmark_value>algebraic signs</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164086\n"
+"523\n"
+"help.text"
+msgid "SIGN"
+msgstr "SIGN"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164115\n"
+"524\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_VORZEICHEN\">Returns the sign of a number. Returns 1 if the number is positive, -1 if negative and 0 if zero.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_VORZEICHEN\">একটি সংখ্যার চিহ্ন প্রদান করে। যদি সংখ্যাটি ধনাত্মক হয়, ১ প্রদান করে, যদি সংখ্যাটি ঋনাত্মক হয়, -১ প্রদান করে এবং যদি সংখ্যাটি শূন্য হয়, ০ প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164136\n"
+"525\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164150\n"
+"526\n"
+"help.text"
+msgid "SIGN(Number)"
+msgstr "SIGN(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164164\n"
+"527\n"
+"help.text"
+msgid "<emph>Number</emph> is the number whose sign is to be determined."
+msgstr "<emph>Number</emph> হলো এমন একটি সংখ্যা, যার চিহ্ন নির্ধারণ করতে হবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164183\n"
+"528\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164197\n"
+"529\n"
+"help.text"
+msgid "<item type=\"input\">=SIGN(3.4)</item> returns 1."
+msgstr "<item type=\"input\">=SIGN(3.4)</item> ১ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164212\n"
+"530\n"
+"help.text"
+msgid "<item type=\"input\">=SIGN(-4.5)</item> returns -1."
+msgstr "<item type=\"input\">=SIGN(-4.5)</item> -১ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3164252\n"
+"help.text"
+msgid "<bookmark_value>MROUND function</bookmark_value><bookmark_value>nearest multiple</bookmark_value>"
+msgstr "<bookmark_value>MROUND function</bookmark_value><bookmark_value>nearest multiple</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164252\n"
+"658\n"
+"help.text"
+msgid "MROUND"
+msgstr "MROUND"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164288\n"
+"659\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_MROUND\">Returns a number rounded to the nearest multiple of another number.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_MROUND\">অন্য একটি সংখ্যার কাছাকাছি গুণিতকের পূর্ণসংখ্যায় পরিবর্তিত সংখ্যা প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164306\n"
+"660\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164320\n"
+"661\n"
+"help.text"
+msgid "MROUND(Number; Multiple)"
+msgstr "MROUND(Number; Multiple)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3486434\n"
+"help.text"
+msgid "Returns <emph>Number</emph> rounded to the nearest multiple of <emph>Multiple</emph>."
+msgstr "<emph>Multiple</emph> এর কাছাকাছি গুণিতকে রূপান্তরিত <emph>Number</emph> প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3068636\n"
+"help.text"
+msgid "An alternative implementation would be <item type=\"literal\">Multiple * ROUND(Number/Multiple)</item>."
+msgstr "<item type=\"literal\">Multiple * ROUND(Number/Multiple)</item>, একটি বিকল্প পদ্ধতি হতে পারে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164333\n"
+"662\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164347\n"
+"663\n"
+"help.text"
+msgid "<item type=\"input\">=MROUND(15.5;3)</item> returns 15, as 15.5 is closer to 15 (= 3*5) than to 18 (= 3*6)."
+msgstr "<item type=\"input\">=MROUND(15.5;3)</item> ১৫ প্রদান করে, যেহেতু ১৫.৫, ১৮ অপেক্ষা (= ৩*৬) ১৫ এর কাছাকাছি (= ৩*৫)।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_idN14DD6\n"
+"help.text"
+msgid "<item type=\"input\">=MROUND(1.4;0.5)</item> returns 1.5 (= 0.5*3)."
+msgstr "<item type=\"input\">=MROUND(1.4;0.5)</item> ১.৫ (= ০.৫*৩) প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3164375\n"
+"help.text"
+msgid "<bookmark_value>SQRT function</bookmark_value><bookmark_value>square roots;positive numbers</bookmark_value>"
+msgstr "<bookmark_value>SQRT function</bookmark_value><bookmark_value>square roots;positive numbers</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164375\n"
+"532\n"
+"help.text"
+msgid "SQRT"
+msgstr "SQRT"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164404\n"
+"533\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_WURZEL\">Returns the positive square root of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_WURZEL\">একটি সংখ্যার ধনাত্মক বর্গমূল প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164424\n"
+"534\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164437\n"
+"535\n"
+"help.text"
+msgid "SQRT(Number)"
+msgstr "SQRT(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164451\n"
+"536\n"
+"help.text"
+msgid "Returns the positive square root of <emph>Number</emph>."
+msgstr "<emph>Number</emph> এর ধনাত্মক বর্গমূল প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6870021\n"
+"help.text"
+msgid "Number must be positive."
+msgstr "সংখ্যা অবশ্যই ধনাত্মক হবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164471\n"
+"537\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164484\n"
+"538\n"
+"help.text"
+msgid "<item type=\"input\">=SQRT(16)</item> returns 4."
+msgstr "<item type=\"input\">=SQRT(16)</item> ৪ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3591723\n"
+"help.text"
+msgid "<item type=\"input\">=SQRT(-16)</item> returns an <item type=\"literal\">invalid argument</item> error."
+msgstr "<item type=\"input\">=SQRT(-16)</item> একটি <item type=\"literal\">অকার্যকর আর্গুমেন্ট</item> ত্রুটি প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3164560\n"
+"help.text"
+msgid "<bookmark_value>SQRTPI function</bookmark_value><bookmark_value>square roots;products of Pi</bookmark_value>"
+msgstr "<bookmark_value>SQRTPI function</bookmark_value><bookmark_value>square roots;products of Pi</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164560\n"
+"665\n"
+"help.text"
+msgid "SQRTPI"
+msgstr "SQRTPI"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164596\n"
+"666\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_SQRTPI\">Returns the square root of (PI times a number).</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_SQRTPI\">(একটি সংখ্যার PI গুণ) এর বর্গমূল প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164614\n"
+"667\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164627\n"
+"668\n"
+"help.text"
+msgid "SQRTPI(Number)"
+msgstr "SQRTPI(Number)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1501510\n"
+"help.text"
+msgid "Returns the positive square root of (PI multiplied by <emph>Number</emph>)."
+msgstr "(<emph>Number</emph> দ্বারা PI গুণ করার ফলে প্রাপ্ত সংখ্যা) এর ধনাত্মক বর্গমূল প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9929197\n"
+"help.text"
+msgid "This is equivalent to <item type=\"literal\">SQRT(PI()*Number)</item>."
+msgstr "এটা <item type=\"literal\">SQRT(PI()*Number)</item> এর সমান।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164641\n"
+"669\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164654\n"
+"670\n"
+"help.text"
+msgid "<item type=\"input\">=SQRTPI(2)</item> returns the squareroot of (2PI), approximately 2.506628."
+msgstr "<item type=\"input\">=SQRTPI(2)</item> (2PI) এর বর্গমূল প্রদান করে, আনুমানিক ২.৫০৬৬২৮।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3164669\n"
+"help.text"
+msgid "<bookmark_value>random numbers; between limits</bookmark_value><bookmark_value>RANDBETWEEN function</bookmark_value>"
+msgstr "<bookmark_value>random numbers; between limits</bookmark_value><bookmark_value>RANDBETWEEN function</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164669\n"
+"671\n"
+"help.text"
+msgid "RANDBETWEEN"
+msgstr "RANDBETWEEN"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164711\n"
+"672\n"
+"help.text"
+msgid "<ahelp hid=\"HID_AAI_FUNC_RANDBETWEEN\">Returns an integer random number in a specified range.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_RANDBETWEEN\">একটি সুনির্দিষ্ট পরিসরের র‍্যান্ডম পূর্ণসংখ্যা প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164745\n"
+"673\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164758\n"
+"674\n"
+"help.text"
+msgid "RANDBETWEEN(Bottom; Top)"
+msgstr "RANDBETWEEN(Bottom; Top)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id7112338\n"
+"help.text"
+msgid "Returns an integer random number between integers <emph>Bottom</emph> and <emph>Top</emph> (both inclusive)."
+msgstr "<emph>Bottom</emph> এবং <emph>Top</emph> (উভয়ই সহ) পূর্ণসংখ্যার মধ্যবর্তী র‍্যান্ডম পূর্ণসংখ্যা প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id2855616\n"
+"help.text"
+msgid "This function produces a new random number each time Calc recalculates. To force Calc to recalculate manually press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9."
+msgstr "প্রতিবার Calc পুনঃহিসাব করার সময় এই ফাংশনটি একটি নতুন র‍্যান্ডম সংখ্যা তৈরি করে থাকে। স্বনির্ধারিতভাবে Calc বাধ্যতামূলকভাবে পুনরায় হিসাব করার জন্য Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9 চাপুন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id2091433\n"
+"help.text"
+msgid "To generate random numbers which never recalculate, copy cells containing this function, and use <item type=\"menuitem\">Edit - Paste Special</item> (with <item type=\"menuitem\">Paste All</item> and <item type=\"menuitem\">Formulas</item> not marked and <item type=\"menuitem\">Numbers</item> marked)."
+msgstr "কখনোই পুনঃগণনা করা হবে না এমন র‍্যান্ডম সংখ্যা তৈরি করতে, এই ফাংশন ধারণকারী ঘর অনুলিপি করুন, এবং <item type=\"menuitem\">সম্পাদনা - বিশেষ প্রতিলেপন</item> (<item type=\"menuitem\">সব প্রতিলেপন করা হবে</item> এবং <item type=\"menuitem\">সূত্র</item> অচিহ্নিত অবস্থায় এবং <item type=\"menuitem\">সংখ্যা</item> চিহ্নিত অবস্থায়) ব্যবহার করুন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164772\n"
+"675\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164785\n"
+"676\n"
+"help.text"
+msgid "<item type=\"input\">=RANDBETWEEN(20;30)</item> returns an integer of between 20 and 30."
+msgstr "<item type=\"input\">=RANDBETWEEN(20;30)</item>, ২০ এবং ৩০ এর মধ্যবর্তী একটি পূর্ণসংখ্যা প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3164800\n"
+"help.text"
+msgid "<bookmark_value>RAND function</bookmark_value><bookmark_value>random numbers;between 0 and 1</bookmark_value>"
+msgstr "<bookmark_value>RAND function</bookmark_value><bookmark_value>random numbers;between 0 and 1</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164800\n"
+"542\n"
+"help.text"
+msgid "RAND"
+msgstr "RAND"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164829\n"
+"543\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZUFALLSZAHL\">Returns a random number between 0 and 1.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ZUFALLSZAHL\">০ এবং ১ এর মধ্যবর্তী র‍্যান্ডম সংখ্যা প্রদান করে।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164870\n"
+"545\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164884\n"
+"546\n"
+"help.text"
+msgid "RAND()"
+msgstr "RAND()"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5092318\n"
+"help.text"
+msgid "This function produces a new random number each time Calc recalculates. To force Calc to recalculate manually press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9."
+msgstr "Calc এর প্রতিটি পুনঃগণনার জন্য এই ফাংশনটি একটি নতুন র‍্যান্ডম সংখ্যা উৎপাদন করে থাকে। নিজ হাতে পুনংগণনার জন্য বাধ্য করতে Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9 চাপুন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9312417\n"
+"help.text"
+msgid "To generate random numbers which never recalculate, copy cells each containing =RAND(), and use <item type=\"menuitem\">Edit - Paste Special</item> (with <item type=\"menuitem\">Paste All</item> and <item type=\"menuitem\">Formulas</item> not marked and <item type=\"menuitem\">Numbers</item> marked)."
+msgstr "কখনোই পুনঃগণনা করা হবেনা এমন র‍্যান্ডম সংখ্যা তৈরি করার জন্য, =RAND() ধারণকারী প্রতিটি ঘর অনুলিপি করুন, এবং <item type=\"menuitem\">সম্পাদনা - বিশেষ প্রতিলেপন</item> (<item type=\"menuitem\">সব প্রতিলেপন করা হবে</item> এবং <item type=\"menuitem\">সূত্র</item> অচিহ্নিত অবস্থায় এবং <item type=\"menuitem\">সংখ্যা</item> চিহ্নিত অবস্থায়) ব্যবহার করুন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id9089022\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id9569078\n"
+"help.text"
+msgid "<item type=\"input\">=RAND()</item> returns a random number between 0 and 1."
+msgstr "<item type=\"input\">=RAND()</item> ০ এবং ১ এর মধ্যবর্তী র‍্যান্ডম সংখ্যা প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id3164897\n"
+"help.text"
+msgid "<bookmark_value>COUNTIF function</bookmark_value><bookmark_value>counting;specified cells</bookmark_value>"
+msgstr "<bookmark_value>COUNTIF function</bookmark_value><bookmark_value>counting;specified cells</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164897\n"
+"547\n"
+"help.text"
+msgid "COUNTIF"
+msgstr "COUNTIF"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164926\n"
+"548\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ZAEHLENWENN\">Returns the number of cells that meet with certain criteria within a cell range.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ZAEHLENWENN\">ঘরের সংখ্যা প্রদান করে থাকে যা ঘরের পরিসরের মধ্যে একটি নির্দিষ্ট নির্ণায়কের সাথে মিলে যায়।</ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3164953\n"
+"549\n"
+"help.text"
+msgid "Syntax"
+msgstr "সিনট্যাক্স"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164967\n"
+"550\n"
+"help.text"
+msgid "COUNTIF(Range; Criteria)"
+msgstr "COUNTIF(Range; Criteria)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3164980\n"
+"551\n"
+"help.text"
+msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
+msgstr "<emph>Range</emph> হলো একটি পরিসর, যেটিতে নির্ণায়ক প্রয়োগ করা হবে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3165000\n"
+"552\n"
+"help.text"
+msgid "<emph>Criteria</emph> indicates the criteria in the form of a number, an expression or a character string. These criteria determine which cells are counted. You may also enter a search text in the form of a regular expression, e.g. b.* for all words that begin with b. You may also indicate a cell range that contains the search criterion. If you search for literal text, enclose the text in double quotes."
+msgstr "<emph>শ্রেণীবিভাগ</emph> একটি ক্রমের গধন, একটি এক্সপ্রেশন অথবা একটি অক্ষর স্ট্রিং এর গঠনে শ্রেণীবিভাগটি নির্দেশ করে। কোন ঘর গণনা করা হবে এই শ্রেণীবিভাগটি তা সংজ্ঞায়িত করে। একটি রেগুলার এক্সপ্রেশনের ফরমে একটি অনুসন্ধান শ্রেণীবিভাগ ও আপনি সন্নিবেশ করাতে পারেন, যেমন b.* সকল শব্দের জন্য যা b দ্বারা শুরু হয়। আপনি একটি ঘর পরিসরের দিকেও নির্দেশ করতে পারেন যা অনুসন্ধান শ্রেণীবিভাগ ধারণ করে। যদি আপনি আক্ষরিক টেক্সটের জন্য অনুসন্ধান করেন, টেক্সটি ডাবল উক্তি দ্বারা আবদ্ধ করুন।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id3165037\n"
+"553\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3166505\n"
+"627\n"
+"help.text"
+msgid "A1:A10 is a cell range containing the numbers <item type=\"input\">2000</item> to <item type=\"input\">2009</item>. Cell B1 contains the number <item type=\"input\">2006</item>. In cell B2, you enter a formula:"
+msgstr "A1:A10 হলো এমন ঘরের পরিসর, যা <item type=\"input\">২০০০</item> হতে <item type=\"input\">২০০৯</item> পর্যন্ত সংখ্যা ধারণ করে। B1ঘর <item type=\"input\">২০০৬</item> সংখ্যাটি ধারণ করে। B2 ঘরে, আপনি একটি সূত্র সন্নিবেশ করান:"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id3581652\n"
+"help.text"
+msgid "<item type=\"input\">=COUNTIF(A1:A10;2006)</item> - this returns 1"
+msgstr "<item type=\"input\">=COUNTIF(A1:A10;2006)</item> - এটা ১ প্রদান করে"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id708639\n"
+"help.text"
+msgid "<item type=\"input\">=COUNTIF(A1:A10;B1)</item> - this returns 1"
+msgstr "<item type=\"input\">=COUNTIF(A1:A10;B1)</item> - এটা ১ প্রদান করে"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id5169225\n"
+"help.text"
+msgid "<item type=\"input\">=COUNTIF(A1:A10;\">=2006\") </item>- this returns 4"
+msgstr "<item type=\"input\">=COUNTIF(A1:A10;\">=2006\") </item>- এইটি ৪ প্রদান করে"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id2118594\n"
+"help.text"
+msgid "<item type=\"input\">=COUNTIF(A1:A10;\"<\"&B1)</item> - when B1 contains <item type=\"input\">2006</item>, this returns 6"
+msgstr "<item type=\"input\">=COUNTIF(A1:A10;\"<\"&B1)</item> - যখন B1 <item type=\"input\">২০০৬</item> ধারণ করে, এটা ৬ প্রদান করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id166020\n"
+"help.text"
+msgid "<item type=\"input\">=COUNTIF(A1:A10;C2)</item> where cell C2 contains the text <item type=\"input\">>2006</item> counts the number of cells in the range A1:A10 which are >2006"
+msgstr "<item type=\"input\">=COUNTIF(A1:A10;C2)</item>, যেখানে C2 ঘরে <item type=\"input\">>২০০৬</item> টেক্সট রয়েছে, A1:A10 পরিসরের মধ্যে 2006 অপেক্ষা বড় টেক্সট ধারণকারী ঘর সংখ্যা গণনা করে।"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id6386913\n"
+"help.text"
+msgid "To count only negative numbers: <item type=\"input\">=COUNTIF(A1:A10;\"<0\")</item>"
+msgstr "শুধুমাত্র ঋনাত্মক সংখ্যা গণনা করার জন্য: <item type=\"input\">=COUNTIF(A1:A10;\"<0\")</item>"
+
+#: 06030400.xhp
+msgctxt ""
+"06030400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Remove Dependents"
+msgstr "নির্ভরকারী মুছে ফেলুন"
+
+#: 06030400.xhp
+msgctxt ""
+"06030400.xhp\n"
+"bm_id3147335\n"
+"help.text"
+msgid "<bookmark_value>cells; removing dependents</bookmark_value>"
+msgstr "<bookmark_value>cells; removing dependents</bookmark_value>"
+
+#: 06030400.xhp
+msgctxt ""
+"06030400.xhp\n"
+"hd_id3147335\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/06030400.xhp\" name=\"Remove Dependents\">Remove Dependents</link>"
+msgstr "<link href=\"text/scalc/01/06030400.xhp\" name=\"Remove Dependents\">নির্ভরকারী মুছে ফেলুন</link>"
+
+#: 06030400.xhp
+msgctxt ""
+"06030400.xhp\n"
+"par_id3148663\n"
+"2\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:ClearArrowDependents\">Deletes one level of tracer arrows created with <emph>Trace Dependents</emph>.</ahelp>"
+msgstr "<ahelp visibility=\"visible\" hid=\".uno:ClearArrowDependents\">রূপরেখা তীর চিহ্নের একটি লেভেল মুছে ফেলে যা <emph>ছাপ নির্ভরশীল</emph> দ্বারা তৈরি হয়।</ahelp>"
+
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Manual Break"
+msgstr "স্বনির্বাচিত বিভাজক"
+
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"bm_id3153192\n"
+"help.text"
+msgid "<bookmark_value>spreadsheets; inserting breaks in</bookmark_value><bookmark_value>inserting; breaks</bookmark_value><bookmark_value>page breaks; inserting in spreadsheets</bookmark_value>"
+msgstr "<bookmark_value>spreadsheets; inserting breaks in</bookmark_value><bookmark_value>inserting; breaks</bookmark_value><bookmark_value>page breaks; inserting in spreadsheets</bookmark_value>"
+
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"hd_id3153192\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04010000.xhp\" name=\"Manual Break\">Manual Break</link>"
+msgstr "<link href=\"text/scalc/01/04010000.xhp\" name=\"Manual Break\">স্বনির্বাচিত বিভাজক</link>"
+
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"par_id3125864\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">This command inserts manual row or column breaks to ensure that your data prints properly. You can insert a horizontal page break above, or a vertical page break to the left of, the active cell.</ahelp>"
+msgstr "<ahelp hid=\".\">আপনার ডাটা যথাযথভাবে মুদ্রণ করা হয় নিশ্চিত করতে, এই কমান্ডটি স্বনির্বাচিত সারি বা কলাম বিভাজক সন্নিবেশ করায়। আপনি সক্রিয় ঘরের উপরে অনুভূমিক পৃষ্ঠা বিভাজক, বা বামে উল্লম্ব পৃষ্ঠা বিভাজক সন্নিবেশ করাতে পারেন।</ahelp>"
+
+#: 04010000.xhp
+msgctxt ""
+"04010000.xhp\n"
+"par_id3155133\n"
+"3\n"
+"help.text"
+msgid "Choose <link href=\"text/scalc/01/02190000.xhp\" name=\"Edit - Delete Manual Break\">Edit - Delete Manual Break</link> to remove breaks created manually."
+msgstr "নিজের হাতে তৈরি বিভাজক অপসারণ করতে <link href=\"text/scalc/01/02190000.xhp\" name=\"Edit - Delete Manual Break\">সম্পাদনা - স্বনির্বাচিত বিভাজক মুছে ফেলা হবে</link> নির্বাচন করুন।"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Criteria"
+msgstr "শ্রেণীবিভাগ"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"bm_id1464278\n"
+"help.text"
+msgid "<bookmark_value>selection lists;validity</bookmark_value>"
+msgstr "<bookmark_value>selection lists;validity</bookmark_value>"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"hd_id3153032\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12120100.xhp\" name=\"Criteria\">Criteria</link>"
+msgstr "<link href=\"text/scalc/01/12120100.xhp\" name=\"Criteria\">শ্রেণীবিভাগ</link>"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3156327\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"SC:TABPAGE:TP_VALIDATION_VALUES\">Specify the validation rules for the selected cell(s).</ahelp>"
+msgstr "<ahelp hid=\"SC:TABPAGE:TP_VALIDATION_VALUES\">নির্বাচিত ঘর (সমূহ) এর জন্য কার্যকরকরণ আইন উল্লেখ করে। </ahelp>"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3155923\n"
+"4\n"
+"help.text"
+msgid "For example, you can define criteria such as: \"Numbers between 1 and 10\" or \"Texts that are no more than 20 characters\"."
+msgstr "উদাহরনস্বরূপ, আপনি শ্রেণীবিভাগ নির্ধারণ করতে পারেন যেমন: \"১ এবং ১০ এর মধ্যে সংখ্যা \" অথবা \"টেকস্ট যা ২০ অক্ষরের বেশি নয় \"।"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"hd_id3153896\n"
+"5\n"
+"help.text"
+msgid "Allow"
+msgstr "অনুমোদন"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3150400\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:TP_VALIDATION_VALUES:LB_ALLOW\">Click a validation option for the selected cell(s).</ahelp>"
+msgstr "<ahelp hid=\"SC:LISTBOX:TP_VALIDATION_VALUES:LB_ALLOW\">নির্বাচিত প্রকোষঠ(সমূহ) এর জন্য কার্যকরকরণ অপশন ক্লিক করুন।</ahelp>"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3148797\n"
+"17\n"
+"help.text"
+msgid "The following conditions are available:"
+msgstr "নিম্নলিখিত শর্তসমূহ প্রাপ্তিসাধ্য:"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3150447\n"
+"18\n"
+"help.text"
+msgid "Condition"
+msgstr "শর্ত"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3155854\n"
+"19\n"
+"help.text"
+msgid "Effect"
+msgstr "প্রভাব"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3153092\n"
+"20\n"
+"help.text"
+msgid "All values"
+msgstr "সমস্ত মান"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3155411\n"
+"21\n"
+"help.text"
+msgid "No limitation."
+msgstr "সীমাহীন।"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3147434\n"
+"22\n"
+"help.text"
+msgid "Whole number"
+msgstr "পূর্ণ সংখ্যা"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3154319\n"
+"23\n"
+"help.text"
+msgid "Only whole numbers corresponding to the condition."
+msgstr "শুধুমাত্র পূর্ণ সংখ্যা অবস্থার সাথে সম্পর্কিত।"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3145802\n"
+"24\n"
+"help.text"
+msgid "Decimal"
+msgstr "দশমিক"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3153160\n"
+"25\n"
+"help.text"
+msgid "All numbers corresponding to the condition."
+msgstr "সমস্ত সংখ্যা অবস্থার সাথে সম্পর্কিত।"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3149377\n"
+"26\n"
+"help.text"
+msgid "Date"
+msgstr "তারিখ"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3150718\n"
+"27\n"
+"help.text"
+msgid "All numbers corresponding to the condition. The entered values are formatted accordingly the next time the dialog is called up."
+msgstr "সমস্ত সংখ্যা অবস্থার সাথে সম্পর্কিত। সন্নিবেশকৃত মান পরবর্তী সময়ে ডায়ালগ কল করার ন্যায় বিন্যাসিত হয়।"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3146969\n"
+"28\n"
+"help.text"
+msgid "Time"
+msgstr "সময়"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3155066\n"
+"29\n"
+"help.text"
+msgid "All numbers corresponding to the condition. The entered values are formatted accordingly the next time the dialog is called up."
+msgstr "সমস্ত সংখ্যা অবস্থার সাথে সম্পর্কিত। সন্নিবেশকৃত মান পরবর্তী সময়ে ডায়ালগ কল করার ন্যায় বিন্যাসিত হয়।"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN106A0\n"
+"help.text"
+msgid "Cell range"
+msgstr "ঘরের পরিসর"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN106A5\n"
+"help.text"
+msgid "Allow only values that are given in a cell range. The cell range can be specified explicitly, or as a named database range, or as a named range. The range may consist of one column or one row of cells. If you specify a range of columns and rows, only the first column is used."
+msgstr "শুধুমাত্র ঘর পরিসরে প্রদান করা মান অনুমোদন করে। ঘর পরিসরটি স্পষ্টভাবে, অথবা একটি নামাঙ্কিত ডাটাবেস পরিসর হিসেবে অথবা একটি নামাঙ্কিত পরিসর হিসেবে উল্লেখ করা যাবে। পরিসরটি ঘরের একটি কলাম অথবা সারি নিয়ে গঠিত হতে পারে। যদি আপনি একটি কলাম অথবা সারির একটি পরিসর উল্লেখ করেন, শুধুমাত্র প্রথম কলামটি ব্যবহৃত হয়।"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN106AB\n"
+"help.text"
+msgid "List"
+msgstr "তালিকা"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN106B0\n"
+"help.text"
+msgid "Allow only values or strings specified in a list. Strings and values can be mixed. Numbers evaluate to their value, so if you enter the number 1 in the list, the entry 100% is also valid."
+msgstr "একটি তালিকাতে উল্লেখিত মান অথবা স্ট্রিং অনুমোদন করে। স্ট্রিং এবং মান একত্রিত হতে পারে। তাদের মানের মূল্যায়ন করার জন্য সংখ্যা, ফলে যদি আপনি একটি সংখ্যা ১ একটি তালিকাতে সন্নিবেশ করান, ১০০% এন্ট্রিটিও কার্যকর হবে।"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3154756\n"
+"30\n"
+"help.text"
+msgid "Text length"
+msgstr "টেক্সট এর দৈর্ঘ্য"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3147339\n"
+"31\n"
+"help.text"
+msgid "Entries whose length corresponds to the condition."
+msgstr "এন্ট্রি যার দৈর্ঘ্য অবস্থার সাথে সম্পৃক্ত থাকে।"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"hd_id3154704\n"
+"7\n"
+"help.text"
+msgid "Allow blank cells"
+msgstr "শূন্য ঘর অনুমোদন করুন"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3153967\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:TRISTATEBOX:TP_VALIDATION_VALUES:TSB_ALLOW_BLANKS\">In conjunction with <emph>Tools - Detective - Mark invalid Data</emph>, this defines that blank cells are shown as invalid data (disabled) or not (enabled).</ahelp>"
+msgstr "<ahelp hid=\"SC:TRISTATEBOX:TP_VALIDATION_VALUES:TSB_ALLOW_BLANKS\"> <emph>টুল - সনাক্তকারী - অকার্যকর তথ্য চিহ্নিত</emph> এর সাথে সংযুক্ত, এইটি সেই শূন্য ঘর উল্লেখ করে যা অকার্যকর তথ্য (নিষ্ক্রিয়) অথবা নয় (সক্রিয়) হিসাবে প্রদর্শিত হবে।</ahelp>"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN10709\n"
+"help.text"
+msgid "Show selection list"
+msgstr "নির্বাচন তালিকা প্রদর্শন করুন"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN1070D\n"
+"help.text"
+msgid "<ahelp hid=\"sc:CheckBox:TP_VALIDATION_VALUES:CB_SHOWLIST\">Shows a list of all valid strings or values to select from. The list can also be opened by selecting the cell and pressing Ctrl+D (Mac: Command+D).</ahelp>"
+msgstr "<ahelp hid=\"sc:CheckBox:TP_VALIDATION_VALUES:CB_SHOWLIST\">সমস্ত কার্যকর স্ট্রিং এর একটি তালিকা অথবা ফরম নির্বাচন করার জন্য প্রদর্শন করে। ঘরটি নির্বাচন করার মাধ্যমে এবং Ctrl+D (Mac: Command+D) চেপে তালিকাটিও খোলা যাবে।</ahelp>"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN10724\n"
+"help.text"
+msgid "Sort entries ascending"
+msgstr "আরোহী এন্ট্রি স্তরাকারে সাজান"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN10728\n"
+"help.text"
+msgid "<ahelp hid=\"sc:CheckBox:TP_VALIDATION_VALUES:CB_SORTLIST\">Sorts the selection list in ascending order and filters duplicates from the list. If not checked, the order from the data source is taken.</ahelp>"
+msgstr "<ahelp hid=\"sc:CheckBox:TP_VALIDATION_VALUES:CB_SORTLIST\">আরোহী ক্রমানুসারে নির্বাচন তালিকাটি সাজানো হয় এবং তালিকা হতে হুবহু পরিশোধন করে। যদি টিক চিহ্ন দেয়া না হয়, ডাটাসোর্স হতে একটি ক্রম গ্রহণ করা হয়।</ahelp>"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN1073F\n"
+"help.text"
+msgid "Source"
+msgstr "উৎস"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN10743\n"
+"help.text"
+msgid "<ahelp hid=\"sc:Edit:TP_VALIDATION_VALUES:EDT_MIN\">Enter the cell range that contains the valid values or text.</ahelp>"
+msgstr "<ahelp hid=\"sc:Edit:TP_VALIDATION_VALUES:EDT_MIN\">ঘর পরিসর সন্নিবেশ করান যা কার্যকর মান অথবা টেক্সট স্ট্রিং ধারণ করে।</ahelp>"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN1075A\n"
+"help.text"
+msgid "Entries"
+msgstr "এন্ট্রি"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_idN1075E\n"
+"help.text"
+msgid "<ahelp hid=\"sc:MultiLineEdit:TP_VALIDATION_VALUES:EDT_LIST\">Enter the entries that will be valid values or text strings.</ahelp>"
+msgstr "<ahelp hid=\"sc:MultiLineEdit:TP_VALIDATION_VALUES:EDT_LIST\">এন্ট্রি সন্নিবেশ করান যা কার্যকর মান অথবা টেক্সট স্ট্রিং হবে।</ahelp>"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"hd_id3163807\n"
+"9\n"
+"help.text"
+msgid "Data"
+msgstr "তারিখ"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3144502\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:TP_VALIDATION_VALUES:LB_VALUE\">Select the comparative operator that you want to use.</ahelp> The available operators depend on what you selected in the <emph>Allow </emph>box. If you select \"between\" or \"not between\", the <emph>Minimum</emph> and <emph>Maximum</emph> input boxes appear. Otherwise, only the <emph>Minimum</emph>, the <emph>Maximum, or the Value</emph> input boxes appear."
+msgstr "<ahelp hid=\"SC:LISTBOX:TP_VALIDATION_VALUES:LB_VALUE\"> তুলনামূলক অপারেটর নির্বাচন করুন যঅ আপনি ব্যবহার করতে চান।</ahelp> প্রাপ্তিসাধ্য অপারেটরসমূহ <emph>অনুমোদন </emph>বাক্সে আপনি কি নির্বাচন করলেন তার উপর নির্ভর করে। যদি আপনি \"দুয়ের মধ্যে\" অথবা \"দুয়ের মধ্যে নয়\" নির্বাচন করেন, তাহলে <emph>সর্বনিম্ন</emph> এবং <emph>সর্বোচ্চ</emph> ইনপুট বাক্সটি আবির্ভূত হয়। অন্যথায়, শুধুমাত্র <emph>সর্বনিম্ন</emph>টি , <emph>সর্বোচ্চ, অথবা মানটি</emph> ইনপুট বাক্সটি আবির্ভূত হয়।"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"hd_id3153782\n"
+"11\n"
+"help.text"
+msgid "Value"
+msgstr "মান"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3153266\n"
+"12\n"
+"help.text"
+msgid "Enter the value for the data validation option that you selected in the <emph>Allow </emph>box."
+msgstr "তথ্য কার্যকরকরণ অপশনের জন্য মান সন্নিবেশ করান যা আপনি <emph>অনুমোদন </emph> বাক্সে নির্বাচন করেন।"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"hd_id3149814\n"
+"13\n"
+"help.text"
+msgid "Minimum"
+msgstr "নূন্যতম"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3153199\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:TP_VALIDATION_VALUES:EDT_MIN\">Enter the minimum value for the data validation option that you selected in the <emph>Allow </emph>box.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:TP_VALIDATION_VALUES:EDT_MIN\">তথ্য কার্যকরকরণ অপশনের জন্য সর্বোনিম্ন মান সন্নিবেশ করান যা আপনি <emph>অনুমোদন </emph> বাক্সে নির্বাচন করেন।</ahelp>"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"hd_id3149035\n"
+"15\n"
+"help.text"
+msgid "Maximum"
+msgstr "অধিকাংশ"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"par_id3150089\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SC:EDIT:TP_VALIDATION_VALUES:EDT_MAX\">Enter the maximum value for the data validation option that you selected in the <emph>Allow </emph>box.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:TP_VALIDATION_VALUES:EDT_MAX\">তথ্য কার্যকরকরণ অপশনের জন্য সর্বোচ্চ মান সন্নিবেশ করান যা আপনি <emph>অনুমোদন </emph> বাক্সে নির্বাচন করেন।</ahelp>"
diff --git a/source/bn/helpcontent2/source/text/shared/02.po b/source/bn/helpcontent2/source/text/shared/02.po
index 3cfbb42a0b0..1b1699f0e94 100644
--- a/source/bn/helpcontent2/source/text/shared/02.po
+++ b/source/bn/helpcontent2/source/text/shared/02.po
@@ -4949,3 +4949,14188 @@ msgctxt ""
"help.text"
msgid "<link href=\"text/shared/02/01170901.xhp\" name=\"Combo Box / List Box Wizard: Table Selection\">Combo Box / List Box Wizard: Table Selection</link>"
msgstr "<link href=\"text/shared/02/01170901.xhp\" name=\"Combo Box / List Box Wizard: Table Selection\">কম্বো বাক্স / তালিকা বাক্স উইজার্ড: সারণি নির্বাচন</link>"
+
+#: 01170901.xhp
+msgctxt ""
+"01170901.xhp\n"
+"par_id3149716\n"
+"5\n"
+"help.text"
+msgid "Specifies a table from the available database tables that contains the data field whose content should be displayed as a list entry."
+msgstr "প্রাপ্তিসাধ্য ডাটাবেস সারণি হতে একটি সারণি উল্লেখ করুন যা তথ্য ক্ষেত্র ধারণ করে যার উপকরণ গুলো একটি তালিকা এন্ট্রিতে প্রদর্শিত হবে।"
+
+#: 01170901.xhp
+msgctxt ""
+"01170901.xhp\n"
+"par_id3153114\n"
+"8\n"
+"help.text"
+msgid "For list boxes, a table that can be linked with the current form table is indicated. The link table must have at least one field in common with the table of the current form. This makes it possible to establish an unambiguous reference."
+msgstr "তালিকা বাক্সের জন্য, একটি সারণি যা বর্তমান ফর্ম সারণির সাথে সংযুক্ত করা যেতে পারে তা শনাক্ত করা হয়েছে। সংযোগ সারণির অবশ্যই বর্তমান ফর্মের সারণির সাথে অত্যন্ত একটি ক্ষেত্রে মিল থাকতে হবে। এটি একটি আনঅ্যাম্বিগুয়াস রেফারেন্স প্রতিষ্ঠা করতে সম্ভব করে।"
+
+#: 01170901.xhp
+msgctxt ""
+"01170901.xhp\n"
+"par_id3155555\n"
+"9\n"
+"help.text"
+msgid "For combo boxes, there must be a relationship between the form table and the table containing the data to be displayed in the combo box."
+msgstr "কম্বো বাক্সের ক্ষেত্রে, গঠন সারণি এবং সারণিতে ধারণকৃত তথ্য যা একটি কম্বো বাক্সে প্রদর্শিত হবে মধ্যে অবশ্যই একটি সম্পর্ক থাকতে হবে।"
+
+#: 01170901.xhp
+msgctxt ""
+"01170901.xhp\n"
+"hd_id3147226\n"
+"6\n"
+"help.text"
+msgid "Table"
+msgstr "সারণি"
+
+#: 01170901.xhp
+msgctxt ""
+"01170901.xhp\n"
+"par_id3155338\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_LCW_CONTENTSELECTION_TABLE_LB_SELECTTABLE\">In the<emph> Table </emph>field, select the table containing the data field whose content should be displayed in the control field.</ahelp>"
+msgstr "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_LCW_CONTENTSELECTION_TABLE_LB_SELECTTABLE\"><emph> সারণি </emph>ক্ষেত্রে, ডাটা ক্ষেত্র ধারণ করে এমন সারণি নির্বাচন করুন যার উপাদানগুলো নিয়ন্ত্রণ ক্ষেত্রে প্রদর্শিত হবে।</ahelp>"
+
+#: 01170901.xhp
+msgctxt ""
+"01170901.xhp\n"
+"par_id3159233\n"
+"10\n"
+"help.text"
+msgid "The table given here appears in the <link href=\"text/shared/02/01170102.xhp\" name=\"Control properties\">Control properties</link> as an element of an SQL statement in the <emph>List Contents</emph> field."
+msgstr "এখানে প্রদত্ত সারণি <link href=\"text/shared/02/01170102.xhp\" name=\"Control properties\">নিযন্ত্রন বৈশিষ্ট্যবালীর</link> একটি SQL বিবরনের একটি উপাদান হিসেবে <emph>বিষযবস্তু তালিকা করুন</emph> ক্ষেত্রে আবির্ভূত হবে।"
+
+#: 07080000.xhp
+msgctxt ""
+"07080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Stop Loading"
+msgstr "লোড করা থামাচ্ছে"
+
+#: 07080000.xhp
+msgctxt ""
+"07080000.xhp\n"
+"hd_id3154228\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/07080000.xhp\" name=\"Stop Loading\">Stop Loading</link>"
+msgstr "<link href=\"text/shared/02/07080000.xhp\" name=\"Stop Loading\">লোড করা থামাচ্ছে</link>"
+
+#: 07080000.xhp
+msgctxt ""
+"07080000.xhp\n"
+"par_id3149495\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Stop\">Click to interrupt the current loading process, Ctrl-click (Mac: Command-click) to interrupt all loading processes.</ahelp>"
+msgstr "<ahelp hid=\".uno:Stop\">বর্তমান ধারণ করার প্রক্রিয়া বিঘ্নিত করতে, সব ধারণ করার প্রক্রিয়া ব্যাহত করতে Ctrl-ক্লিক করুন(Mac: কমান্ড-ক্লিক করুন)।</ahelp>"
+
+#: 05090000.xhp
+msgctxt ""
+"05090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Rotate"
+msgstr "পর্যায়ক্রমে আসা"
+
+#: 05090000.xhp
+msgctxt ""
+"05090000.xhp\n"
+"hd_id3154863\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/05090000.xhp\" name=\"Rotate\">Rotate</link>"
+msgstr "<link href=\"text/shared/02/05090000.xhp\" name=\"Rotate\">পর্যায়ক্রমে আসা</link>"
+
+#: 05090000.xhp
+msgctxt ""
+"05090000.xhp\n"
+"par_id3149119\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ToggleObjectRotateMode\">Rotates the selected object.</ahelp>"
+msgstr "<ahelp hid=\".uno:ToggleObjectRotateMode\">নির্বাচিত বস্তুটিকে ঘোরায়।</ahelp>"
+
+#: 05090000.xhp
+msgctxt ""
+"05090000.xhp\n"
+"par_id3149716\n"
+"5\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Select an object and click the<emph> Rotate</emph> icon on the<emph> Drawing</emph> toolbar. </caseinline><caseinline select=\"DRAW\">Select an object and click the Rotate icon on the Drawing toolbar. </caseinline><defaultinline>Select an object and click the<emph> Rotate</emph> icon on the <emph>Drawing Object Properties</emph> toolbar.</defaultinline></switchinline> Drag a corner handle of the object in the direction you want to rotate it."
+msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">একটি বস্তু নির্বাচন করুন এবং <emph> অংকন</emph> টুলবারে <emph> ঘূর্ণন</emph> আইকনে ক্লিক করুন। </caseinline><caseinline select=\"DRAW\">একটি বস্তু নির্বাচন করুন এবং অংকন টুলবারে ঘূর্ণন আইকনে ক্লিক করুন। </caseinline><defaultinline>একটি বস্তু নির্বাচন করুন এবং <emph> অংকন বৈশিষ্ট্য</emph> টুলবারে <emph> ঘূর্ণন</emph> আইকনে ক্লিক করুন।</defaultinline></switchinline> আপনি যে নির্দেশনায় ঘোরাতে চান বস্তুটির কর্ণার হ্যান্ডেল ধরে টেনে আনুন।"
+
+#: 05090000.xhp
+msgctxt ""
+"05090000.xhp\n"
+"par_id3152551\n"
+"help.text"
+msgid "<image id=\"img_id3154317\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3154317\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154317\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3154317\">আইকন</alt></image>"
+
+#: 05090000.xhp
+msgctxt ""
+"05090000.xhp\n"
+"par_id3153577\n"
+"4\n"
+"help.text"
+msgid "Rotate"
+msgstr "পর্যায়ক্রমে"
+
+#: 05090000.xhp
+msgctxt ""
+"05090000.xhp\n"
+"par_id3156113\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05230300.xhp\" name=\"Format - Position and Size - Rotate\"><emph>Format - Position and Size - Rotate</emph></link>."
+msgstr "<link href=\"text/shared/01/05230300.xhp\" name=\"Format - Position and Size - Rotate\"><emph>বিন্যাস - অবস্থান ও আকার - ঘোরানো</emph></link>."
+
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Explorer On/Off"
+msgstr "এক্সপ্লোরার চালু/বন্ধ"
+
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"hd_id3147588\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12000000.xhp\" name=\"Explorer On/Off\">Explorer On/Off</link>"
+msgstr "<link href=\"text/shared/02/12000000.xhp\" name=\"Explorer On/Off\">এক্সপ্লোরার চালু/বন্ধ</link>"
+
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"par_id3144740\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DSBrowserExplorer\">Turns on and off the view of the data source explorer.</ahelp> The <emph>Explorer On/Off</emph> icon is visible on the <link href=\"text/shared/main0212.xhp\" name=\"Database Bar\">Table Data bar</link>."
+msgstr ""
+
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"par_id3153114\n"
+"help.text"
+msgid "<image id=\"img_id3150710\" src=\"cmd/sc_dsbrowserexplorer.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150710\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150710\" src=\"cmd/sc_dsbrowserexplorer.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150710\">আইকন</alt></image>"
+
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"par_id3145136\n"
+"3\n"
+"help.text"
+msgid "Explorer On/Off"
+msgstr "এক্সপ্লোরার চালু/বন্ধ"
+
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"par_id3145345\n"
+"4\n"
+"help.text"
+msgid "In the data source explorer you see the data sources registered in $[officename] with their queries and tables."
+msgstr ""
+
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"par_id3159233\n"
+"53\n"
+"help.text"
+msgid "<emph>Establishing a connection</emph> - As soon as you select an individual table or query, a connection to the data source is established. Once the connection is opened, the name of the data source, the Queries or Tables entry, and the name of the query or table selected is shown in bold type."
+msgstr "<emph>একটি সংযোগ স্থাপন করছে</emph> -আপনি একটি স্বতন্ত্র সারণি বা কোয়েরি নির্বাচন করার সাথে সাথে, ডাটাসোর্সের সাথে একটি সংযোগ স্থাপিত হয়। একবার একটি সংযোগ খোলা হলে, নির্বাচিত ডাটাসোর্সের নাম, কোয়েরি বা সারণি এন্ট্রি, এবং সারণি এবং কোয়েরির নাম মোটা অক্ষরে দেখায়।"
+
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"par_id3154860\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Closes the connection to the data source. See <emph>%PRODUCTNAME Base - Connections</emph> in the Options dialog box.</ahelp>"
+msgstr ""
+
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"par_id3151379\n"
+"52\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">To rename an entry, call this command and enter the new name. You can also do this by selecting the entry and pressing F2. The database must support renaming, otherwise this command is not enabled.</ahelp>"
+msgstr ""
+
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"par_id273445\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the selected database file for editing.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">সম্পাদনার জন্য নির্বাচিত ডাটাবেস ফাইল খুলুন।</ahelp>"
+
+#: 12000000.xhp
+msgctxt ""
+"12000000.xhp\n"
+"par_id5943479\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to add/edit/remove a database file from the list of registered databases. The same dialog opens by choosing <emph>%PRODUCTNAME Base - Databases</emph> in the Options dialog box.</ahelp>"
+msgstr ""
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Standard Filter"
+msgstr "আদর্শ ফিল্টার"
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"hd_id3151097\n"
+"1\n"
+"help.text"
+msgid "Standard Filter"
+msgstr "আদর্শ ফিল্টার"
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"par_id3149716\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DataFilterStandardFilter\">Specifies the logical conditions to filter your table data.</ahelp> This dialog is available for spreadsheet documents, database tables and database forms. The dialog for databases does not contain the <emph>More Options</emph> button."
+msgstr "<ahelp hid=\".uno:DataFilterStandardFilter\">আপনার সারণির ডাটা পরিশোধনের জন্য লজিক্যাল শর্তাবলী উল্লেখ করা হয়।</ahelp> এই ডায়ালগটি স্প্রেডশীট নথি, ডাটাবেস সারণি এবং ডাটাবেস ফরমে বিদ্যমান থাকে। ডাটাবেসের জন্য ডায়ালগটিতে <emph>অধিক অপশন</emph> বোতামটি বিদ্যমান থাকে না।"
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"par_idN105EE\n"
+"help.text"
+msgid "<embedvar href=\"text/scalc/guide/filters.xhp#filters\"/>"
+msgstr "<embedvar href=\"text/scalc/guide/filters.xhp#filters\"/>"
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"hd_id3155555\n"
+"3\n"
+"help.text"
+msgid "Filter criteria"
+msgstr "বিভিন্ন প্রকারের পরিশোধক"
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"par_id3147834\n"
+"4\n"
+"help.text"
+msgid "You can define a filter by indicating the type of line, the name of the field, a logical condition and a value or a combination of arguments."
+msgstr "আপনি একটি ফিল্টারের লাইনের ধরন, ক্ষেত্রের নাম, একটি যৌক্তিক অবস্থা এবং একটি মান বা আর্গুমেন্টের একটি সংযুক্তি নির্দেশের মাধ্যমে একটি পরিশোধক ব্যাখ্যা করতে পারেন।"
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"hd_id3149751\n"
+"5\n"
+"help.text"
+msgid "Operator"
+msgstr "অপারেটর"
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"par_id3149177\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_LISTBOX_DLG_FILTERCRIT_LB_WHERECOND3\">For the following arguments, you can choose between the logical operators AND / OR.</ahelp>"
+msgstr "<ahelp hid=\"DBACCESS_LISTBOX_DLG_FILTERCRIT_LB_WHERECOND3\">নিম্নোক্ত আর্গুমেন্টের জন্য, আপনি যৌক্তিক অপারেটর AND / OR এর মাঝে একটিকে বেছে নিতে পারেন।</ahelp>"
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"hd_id3149182\n"
+"7\n"
+"help.text"
+msgid "Field name"
+msgstr "ক্ষেত্রের নাম"
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"par_id3149398\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_LISTBOX_DLG_FILTERCRIT_LB_WHEREFIELD3\">Specifies the field names from the current table to set them in the argument.</ahelp> You will see the column identifiers if no text is available for the field names."
+msgstr "<ahelp hid=\"DBACCESS_LISTBOX_DLG_FILTERCRIT_LB_WHEREFIELD3\">আর্গুমেন্টে নিযুক্ত করতে বর্তমান সারণি থেকে ক্ষেত্রের নাম উল্লেখ করে।</ahelp> যদি ক্ষেত্রের নামের জন্য কোন টেক্সট পাওয়া না যায় তবে আপনি কলাম নির্দেশক দেখতে পাবেন।"
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"hd_id3147653\n"
+"9\n"
+"help.text"
+msgid "Condition"
+msgstr "অবস্থা"
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"par_id3150254\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_LISTBOX_DLG_FILTERCRIT_LB_WHERECOMP3\">Specifies the <link href=\"text/shared/02/12090101.xhp\" name=\"comparative operators\">comparative operators</link> through which the entries in the <emph>Field name</emph> and <emph>Value</emph> fields can be linked.</ahelp>"
+msgstr "<ahelp hid=\"DBACCESS_LISTBOX_DLG_FILTERCRIT_LB_WHERECOMP3\"><link href=\"text/shared/02/12090101.xhp\" name=\"comparative operators\">তুলনাকারী অপারেটর</link> যা দ্বারা <emph>ক্ষেত্রের নাম</emph> এবং <emph>মান</emph> ক্ষেত্র সংযুক্ত করে তা উল্লেখ করে।</ahelp>"
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"hd_id3149166\n"
+"11\n"
+"help.text"
+msgid "Value"
+msgstr "মান"
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"par_id3149795\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_EDIT_DLG_FILTERCRIT_ET_WHEREVALUE3\">Specifies a value to filter the field.</ahelp>"
+msgstr "<ahelp hid=\"DBACCESS_EDIT_DLG_FILTERCRIT_ET_WHEREVALUE3\">ক্ষেত্রের একটি পরিশোধক মান ব্যাখ্যা করে।</ahelp>"
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"par_id3150976\n"
+"14\n"
+"help.text"
+msgid "The<emph> Value </emph>list box contains all possible values for the specified <emph>Field name</emph> . Choose the value to be used in the filter. You can also choose the <emph>- empty -</emph> or <emph>-not empty -</emph> entries.."
+msgstr "<emph> মান </emph>তালিকা বাক্স উল্লেখিত<emph>ক্ষেত্র নামের</emph> জন্য সম্ভাব্য সব মান ধারণ করে। ফিল্টারে ব্যবহৃতব্য মান নির্বাচন করুন। আপনি <emph>- খালি -</emph> বা <emph>-খালি নয় -</emph> এন্ট্রিও বেছে নিতে পারেন.."
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"par_id3156118\n"
+"15\n"
+"help.text"
+msgid "If you use the filter function in database tables or forms, then type the value in the <emph>Value </emph>text box to be used for filtering."
+msgstr "যদি আপনি ডাটাবেস সারণি বা ফরমে পরিশোধক ফাংশন ব্যবহার করেন, তবে পরিশোধন করার জন্য <emph>মান</emph> পরীক্ষণ বাক্সে মান দিতে পারেন।"
+
+#: 12090100.xhp
+msgctxt ""
+"12090100.xhp\n"
+"hd_id3153061\n"
+"13\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/12040201.xhp\" name=\"More Options\">More Options</link>"
+msgstr "<link href=\"text/scalc/01/12040201.xhp\" name=\"More Options\">আরও অপশন</link>"
+
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"tit\n"
+"help.text"
+msgid "Format Paintbrush"
+msgstr "চিত্রাঙ্কনের রঙের তুলি বিন্যাস করুন"
+
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN1056A\n"
+"help.text"
+msgid "<link href=\"text/shared/02/paintbrush.xhp\">Format Paintbrush</link>"
+msgstr "<link href=\"text/shared/02/paintbrush.xhp\">চিত্রাঙ্কনের রঙের তুলি বিন্যাস করুন</link>"
+
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN1057A\n"
+"help.text"
+msgid "<ahelp hid=\".\">First select some text or an object, then click this icon. Then click on or drag across other text or click an object to apply the same formatting.</ahelp>"
+msgstr "<ahelp hid=\".\">প্রথমে একটি বস্তু বা পাঠ্য নির্বাচন করুন, এরপর আইকনে ক্লিক করুন। এরপর অন্যান্য পাঠ্য ক্লিক করুন বা টেনে আনুন বা একটি বস্তু ক্লিক করুন একই বিন্যাস প্রয়োগের জন্য।</ahelp>"
+
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN10617\n"
+"help.text"
+msgid "Click the <emph>Format Paintbrush</emph> icon <image id=\"img_id3610034\" src=\"cmd/sc_formatpaintbrush.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3610034\">Icon</alt></image> on the <emph>Standard</emph> toolbar."
+msgstr "<emph>আদর্শ</emph> টুলবারের <emph>রংতুলি বিন্যাস</emph> আইকন <image id=\"img_id3610034\" src=\"cmd/sc_formatpaintbrush.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3610034\">আইকন</alt></image> এ ক্লিক করুন।"
+
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN10639\n"
+"help.text"
+msgid "<image id=\"img_id5406964\" src=\"cmd/sc_formatpaintbrush.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id5406964\">Icon</alt></image>"
+msgstr "<image id=\"img_id5406964\" src=\"cmd/sc_formatpaintbrush.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id5406964\">আইকন</alt></image>"
+
+#: paintbrush.xhp
+msgctxt ""
+"paintbrush.xhp\n"
+"par_idN10657\n"
+"help.text"
+msgid "Format Paintbrush"
+msgstr "চিত্রাঙ্কনের রঙের তুলি বিন্যাস করুন"
+
+#: more_controls.xhp
+msgctxt ""
+"more_controls.xhp\n"
+"tit\n"
+"help.text"
+msgid "More Controls"
+msgstr "আরও দেখুন"
+
+#: more_controls.xhp
+msgctxt ""
+"more_controls.xhp\n"
+"bm_id5941343\n"
+"help.text"
+msgid "<bookmark_value>more controls</bookmark_value><bookmark_value>group box creation</bookmark_value><bookmark_value>image button creation</bookmark_value><bookmark_value>image control creation</bookmark_value><bookmark_value>file selection button</bookmark_value><bookmark_value>date fields; creating</bookmark_value><bookmark_value>time fields; form functions</bookmark_value><bookmark_value>numerical fields in forms</bookmark_value><bookmark_value>formatted fields; form functions</bookmark_value><bookmark_value>currency field creation</bookmark_value><bookmark_value>pattern fields; form functions</bookmark_value><bookmark_value>table controls; form functions</bookmark_value><bookmark_value>grid controls; form functions</bookmark_value><bookmark_value>controls; focus</bookmark_value><bookmark_value>focus of controls</bookmark_value><bookmark_value>forms; focus after opening</bookmark_value><bookmark_value>automatic control focus</bookmark_value><bookmark_value>spin button creation</bookmark_value><bookmark_value>scrollbars;controls</bookmark_value><bookmark_value>Navigation bar;controls</bookmark_value>"
+msgstr "<bookmark_value>more controls</bookmark_value><bookmark_value>group box creation</bookmark_value><bookmark_value>image button creation</bookmark_value><bookmark_value>image control creation</bookmark_value><bookmark_value>file selection button</bookmark_value><bookmark_value>date fields; creating</bookmark_value><bookmark_value>time fields; form functions</bookmark_value><bookmark_value>numerical fields in forms</bookmark_value><bookmark_value>formatted fields; form functions</bookmark_value><bookmark_value>currency field creation</bookmark_value><bookmark_value>pattern fields; form functions</bookmark_value><bookmark_value>table controls; form functions</bookmark_value><bookmark_value>grid controls; form functions</bookmark_value><bookmark_value>controls; focus</bookmark_value><bookmark_value>focus of controls</bookmark_value><bookmark_value>forms; focus after opening</bookmark_value><bookmark_value>automatic control focus</bookmark_value><bookmark_value>spin button creation</bookmark_value><bookmark_value>scrollbars;controls</bookmark_value><bookmark_value>Navigation bar;controls</bookmark_value>"
+
+#: more_controls.xhp
+msgctxt ""
+"more_controls.xhp\n"
+"hd_id8389233\n"
+"help.text"
+msgid "<link href=\"text/shared/02/more_controls.xhp\">More Controls</link>"
+msgstr "<link href=\"text/shared/02/more_controls.xhp\">আরও নিয়ন্ত্রণ</link>"
+
+#: more_controls.xhp
+msgctxt ""
+"more_controls.xhp\n"
+"par_id1146275\n"
+"help.text"
+msgid "<ahelp hid=\".\">The More Controls toolbar opens when you click the More Controls icon on the <link href=\"text/shared/02/01170000.xhp\">Form Controls</link> toolbar.</ahelp>"
+msgstr "<ahelp hid=\".\">যখন আপনি আরও নিয়ন্ত্রণ টুলবারে ক্লিক করেন তখন আরও নিয়ন্ত্রণ টুলবার খোলে <link href=\"text/shared/02/01170000.xhp\">গঠন নিয়ন্ত্রণ</link> টুলবারে।</ahelp>"
+
+#: 20100000.xhp
+msgctxt ""
+"20100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Date"
+msgstr "তারিখ"
+
+#: 20100000.xhp
+msgctxt ""
+"20100000.xhp\n"
+"hd_id3146902\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">Date</link>"
+msgstr "<link href=\"text/shared/02/20100000.xhp\" name=\"Date\">তারিখ</link>"
+
+#: 20100000.xhp
+msgctxt ""
+"20100000.xhp\n"
+"par_id3154926\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:CurrentDate\" visibility=\"visible\">Displays the current date.</ahelp>"
+msgstr "<ahelp hid=\".uno:CurrentDate\" visibility=\"visible\">বর্তমান তারিখ প্রদর্শন করে।</ahelp>"
+
+#: 12110000.xhp
+msgctxt ""
+"12110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Form-based Filters"
+msgstr "ফরম বা আকার-ভিত্তিক পরিশোধক"
+
+#: 12110000.xhp
+msgctxt ""
+"12110000.xhp\n"
+"hd_id3147000\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"formfilter\"><link href=\"text/shared/02/12110000.xhp\" name=\"Form-based Filters\">Form-based Filters</link></variable>"
+msgstr "<variable id=\"formfilter\"><link href=\"text/shared/02/12110000.xhp\" name=\"Form-based Filters\">ফরম বা আকার-ভিত্তিক পরিশোধক</link></variable>"
+
+#: 12110000.xhp
+msgctxt ""
+"12110000.xhp\n"
+"par_id3154230\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"formfiltertext\"><ahelp hid=\".uno:FormFilter\">Prompts the database server to filter the visible data by specified criteria.</ahelp></variable>"
+msgstr "<variable id=\"formfiltertext\"><ahelp hid=\".uno:FormFilter\">উল্লেখিত বিচারধারা দিয়ে দৃশ্যমান তথ্য পরিশোধক করণ ডাটাবেস সার্ভারকে মনে করিয়ে দেয়।</ahelp></variable>"
+
+#: 12110000.xhp
+msgctxt ""
+"12110000.xhp\n"
+"par_id3152918\n"
+"3\n"
+"help.text"
+msgid "Unlike the normal search, which is activated by the <link href=\"text/shared/02/12100200.xhp\" name=\"Find Record\">Find Record</link> icon on the <emph>Form</emph> Bar, you can search more quickly by using the form-based filter. Usually a quick database server is charged with the search. Also, you can enter more complex search conditions."
+msgstr "স্বাভাবিক অনুসন্ধান থেকে ভিন্ন, যা <emph>ফর্ম</emph> বারে <link href=\"text/shared/02/12100200.xhp\" name=\"Find Record\"> রেকর্ড অনুসন্ধান</link> আইকন দ্বারা সক্রিয়, আপনি ফর্ম-ভিত্তিক পরিশোধক দিয়ে আরও দ্রুত অনুসন্ধান করতে পারেন। সাধারণভাবে একটি দ্রুত ডাটাবেস অনুসন্ধান হতে সহায়তা প্রাপ্ত। এছাড়াও, আপনি আরও জটিল অনুসন্ধান অবস্থা সন্নিবেশ করতে পারেন।"
+
+#: 12110000.xhp
+msgctxt ""
+"12110000.xhp\n"
+"par_id3153394\n"
+"help.text"
+msgid "<image id=\"img_id3147226\" src=\"cmd/sc_formfilter.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3147226\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147226\" src=\"cmd/sc_formfilter.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3147226\">আইকন</alt></image>"
+
+#: 12110000.xhp
+msgctxt ""
+"12110000.xhp\n"
+"par_id3149751\n"
+"4\n"
+"help.text"
+msgid "Form-based Filters"
+msgstr "ফরম বা আকার-ভিত্তিক পরিশোধক"
+
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Print File Directly"
+msgstr "সরাসরি ফাইল প্রিন্ট করুন"
+
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"bm_id3153539\n"
+"help.text"
+msgid "<bookmark_value>printing; directly</bookmark_value>"
+msgstr "<bookmark_value>printing; directly</bookmark_value>"
+
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"hd_id3153539\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01110000.xhp\" name=\"Print File Directly\">Print File Directly</link>"
+msgstr "<link href=\"text/shared/02/01110000.xhp\" name=\"Print File Directly\">সরাসরি ফাইল মুদ্রণ করুন</link>"
+
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"par_id3154398\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:PrintDefault\">Click the <emph>Print File Directly</emph> icon to print the active document with the current default print settings.</ahelp> These can be found in the <emph>Printer Setup</emph> dialog, which you can call with the <link href=\"text/shared/01/01140000.xhp\" name=\"Printer Settings\"><emph>Printer Settings</emph></link> menu command."
+msgstr "<ahelp hid=\".uno:PrintDefault\">বর্তমান পূর্বনির্ধারিত মুদ্রণ সেটিং নিয়ে সক্রিয় নথি মুদ্রণ করতে <emph>সরাসরি ফাইল মুদ্রণ </emph> আইকনে ক্লিক করুন।</ahelp> এটি <emph>প্রিন্টার সেটাপ</emph> ডায়ালগে খুঁজে পাওয়া যেতে পারে, যাকে আপনি <link href=\"text/shared/01/01140000.xhp\" name=\"Printer Settings\"><emph>প্রিন্টার সেটিং</emph></link> মেনু কমান্ড দিয়ে ডাকতে পারেন।"
+
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"par_id3147275\n"
+"3\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you select text or a graphic and click the <emph>Print File Direct</emph> icon, you are prompted to print the selection or the document. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">যদি আপনি পাঠ্য বা একটি গ্রাফিক নির্বাচন করেন এবং <emph>সরাসরি ফাইল মুদ্রণ</emph> আইকনে ক্লিক করেন, আপনাকে নির্বাচিতটি বা নথিটিকে মুদ্রণ করতে মনে করিয়ে দেয়া হবে। </caseinline></switchinline>"
+
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"par_id9547105\n"
+"help.text"
+msgid "If the current document uses a printer that is not the default printer for your operating system, the <emph>Print File Direct </emph>icon opens the <link href=\"text/shared/01/01130000.xhp\"><emph>Print</emph></link> dialog."
+msgstr "যদি বর্তমান নথিটি একটি প্রিন্টার ব্যবহার করে যা আপনার অপারেটিং সিস্টেমের জন্য পূর্বনির্ধারিত প্রিন্টার নয়, <emph>সরাসরি ফাইল মুদ্রণ করুন </emph>আইকন <link href=\"text/shared/01/01130000.xhp\"><emph>মুদ্রণ করুন</emph></link> ডায়ালগ খোলে।"
+
+#: 01110000.xhp
+msgctxt ""
+"01110000.xhp\n"
+"par_idN10679\n"
+"help.text"
+msgid "If the current document uses a printer that is not the default printer that was specified in the <link href=\"text/shared/guide/spadmin.xhp\">spadmin</link>, printer administration program, the <emph>Print File Direct </emph>icon opens the <link href=\"text/shared/01/01130000.xhp\"><emph>Print</emph></link> dialog."
+msgstr "যদি বর্তমান নথিটি একটি প্রিন্টার ব্যবহার করে যা <link href=\"text/shared/guide/spadmin.xhp\">spadmin</link> উল্লেখিত পূর্বনির্ধারিত প্রিন্টার না হয়, প্রিন্টার পরিচালনা প্রোগ্রাম, <emph>সরাসরি ফাইল মুদ্রণ </emph>আইকন <link href=\"text/shared/01/01130000.xhp\"><emph>মুদ্রণ</emph></link> ডায়ালগ খোলে।"
+
+#: 12140000.xhp
+msgctxt ""
+"12140000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data Source of Current Document"
+msgstr "বর্তমান নথির ডাটাসোর্স"
+
+#: 12140000.xhp
+msgctxt ""
+"12140000.xhp\n"
+"bm_id3151262\n"
+"help.text"
+msgid "<bookmark_value>data sources; displaying current</bookmark_value>"
+msgstr "<bookmark_value>data sources; displaying current</bookmark_value>"
+
+#: 12140000.xhp
+msgctxt ""
+"12140000.xhp\n"
+"hd_id3154682\n"
+"2\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12140000.xhp\" name=\"Data Source of Current Document\">Data Source of Current Document</link>"
+msgstr "<link href=\"text/shared/02/12140000.xhp\" name=\"Data Source of Current Document\">বর্তমান নথির ডাটাসোর্স</link>"
+
+#: 12140000.xhp
+msgctxt ""
+"12140000.xhp\n"
+"par_id3150247\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DataSourceBrowser/DocumentDataSource\">Displays, in the data source browser, the table that is linked to the current document.</ahelp>"
+msgstr "<ahelp hid=\".uno:DataSourceBrowser/DocumentDataSource\">ডাটাসোর্স ব্রাউজারে প্রদর্শন করে, সারণিগুলো যা বর্তমান নথির সাথে যুক্ত।</ahelp>"
+
+#: 12140000.xhp
+msgctxt ""
+"12140000.xhp\n"
+"par_id3155616\n"
+"help.text"
+msgid "<image id=\"img_id3147043\" src=\"cmd/sc_dsbdocumentdatasource.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147043\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147043\" src=\"cmd/sc_dsbdocumentdatasource.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147043\">আইকন</alt></image>"
+
+#: 12140000.xhp
+msgctxt ""
+"12140000.xhp\n"
+"par_id3155391\n"
+"4\n"
+"help.text"
+msgid "Data Source of Current Document"
+msgstr "বর্তমান নথির ডাটাসোর্স"
+
+#: 12140000.xhp
+msgctxt ""
+"12140000.xhp\n"
+"par_id3145211\n"
+"5\n"
+"help.text"
+msgid "Choose <emph>Edit - Exchange Database</emph> to select another table."
+msgstr "পছন্দ করুন <emph>সম্পাদনা করা - ডাটাবেস স্থানান্তর</emph> আরেকটি সারণি নির্বাচন করতে।"
+
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Decrease Indent"
+msgstr "ইনডেন্ট কমানো"
+
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"hd_id3154228\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/02130000.xhp\" name=\"Decrease Indent\">Decrease Indent</link>"
+msgstr "<link href=\"text/shared/02/02130000.xhp\" name=\"Decrease Indent\">ইনডেন্ট কমানো</link>"
+
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"par_id3150247\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DecrementIndent\">Click the <emph>Decrease Indent</emph> icon to reduce the left indent of the current paragraph or cell content and set it to the previous default tab position.</ahelp>"
+msgstr ""
+
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"par_id3154186\n"
+"7\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you previously increased the indentation for several collectively selected paragraphs, this command can decrease the indentation for all of the selected paragraphs.</caseinline><caseinline select=\"CALC\">The cell content refers to the current value under <link href=\"text/shared/01/05340300.xhp\" name=\"Format - Cell - Alignment\"><emph>Format - Cell - Alignment</emph></link>.</caseinline></switchinline>"
+msgstr ""
+
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"par_id3155338\n"
+"help.text"
+msgid "<image id=\"img_id3150506\" src=\"cmd/sc_decrementindent.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150506\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150506\" src=\"cmd/sc_decrementindent.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150506\">আইকন</alt></image>"
+
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"par_id3155942\n"
+"4\n"
+"help.text"
+msgid "Decrease Indent"
+msgstr "ইনডেন্ট কমানো"
+
+#: 02130000.xhp
+msgctxt ""
+"02130000.xhp\n"
+"par_id3153031\n"
+"6\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you click the <emph>Decrease Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, the indent for the selected paragraph is moved by the default tab stop that has been set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
+msgstr ""
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Selection Mode"
+msgstr "নির্বাচন মোড"
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"bm_id3148668\n"
+"help.text"
+msgid "<bookmark_value>selection modes in text</bookmark_value><bookmark_value>text; selection modes</bookmark_value><bookmark_value>extending selection mode</bookmark_value><bookmark_value>adding selection mode</bookmark_value><bookmark_value>block selection mode</bookmark_value>"
+msgstr ""
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"hd_id3148668\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/20050000.xhp\" name=\"Selection Mode\">Selection Mode</link>"
+msgstr "<link href=\"text/shared/02/20050000.xhp\" name=\"Selection Mode\">নির্বাচন মোড</link>"
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3146130\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:StatusSelectionMode\">Here you can switch between different selection modes.</ahelp>"
+msgstr ""
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3153894\n"
+"3\n"
+"help.text"
+msgid "When you click in the field, a popup menu comes up with the available options:"
+msgstr ""
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3149095\n"
+"5\n"
+"help.text"
+msgid "<emph>Mode</emph>"
+msgstr "<emph>মোড</emph>"
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3155941\n"
+"6\n"
+"help.text"
+msgid "<emph>Effect</emph>"
+msgstr ""
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3152780\n"
+"8\n"
+"help.text"
+msgid "Standard selection"
+msgstr ""
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3147209\n"
+"9\n"
+"help.text"
+msgid "Click in text where you want to position the cursor; click in a cell to make it the active cell. Any other selection is then deselected."
+msgstr "কার্সারটিকে পাঠ্যর যেস্থানে রাখতে চান সেখানে ক্লিক করুন; একটি ঘরকে সক্রিয় করতে ঘরে ক্লিক করুন। অন্য যেকোনো নির্বাচনকে অনির্বাচিত করুন।"
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3149580\n"
+"11\n"
+"help.text"
+msgid "Extending selection (<item type=\"keycode\">F8</item>)"
+msgstr ""
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3153717\n"
+"12\n"
+"help.text"
+msgid "Clicking in the text extends or crops the current selection."
+msgstr "ক্লিক করে বর্তমান নথি পাঠ্য বর্ধিত বা কেটে ছোট কটে।"
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3147620\n"
+"14\n"
+"help.text"
+msgid "Adding selection (<item type=\"keycode\">Shift+F8</item>)"
+msgstr ""
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id3154307\n"
+"15\n"
+"help.text"
+msgid "A new selection is added to an existing selection. The result is a multiple selection."
+msgstr "একটি নতুন নির্বাচন উপস্থিত নির্বাচনে যোগ করা হয়। এর ফলাফল হল বহুবিধ নির্বাচন।"
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id6971037\n"
+"help.text"
+msgid "Block selection (<item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F8</item>)"
+msgstr ""
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id5258644\n"
+"help.text"
+msgid "A block of text can be selected."
+msgstr "একটি ব্লক টেক্সট নির্বাচন করা যায়।"
+
+#: 20050000.xhp
+msgctxt ""
+"20050000.xhp\n"
+"par_id4441663\n"
+"help.text"
+msgid "On Windows systems, you can hold down the <item type=\"keycode\">Alt</item> key while dragging to select a block of text. You don't need to enter the block selection mode."
+msgstr "উইন্ডোজ সিস্টেমে, একটি ব্লক পাঠ্য নির্বাচন করে টেনে আনার সময় আপনি <item type=\"keycode\">Alt</item> কী ধরে রাখুন। ব্লক নির্বাচন মোড সন্নিবেশ করার কোন প্রয়োজন নেই আপনার।"
+
+#: 07070100.xhp
+msgctxt ""
+"07070100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit Data"
+msgstr "ডাটা, তথ্য সম্পাদনা করুন"
+
+#: 07070100.xhp
+msgctxt ""
+"07070100.xhp\n"
+"hd_id3144415\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/07070100.xhp\" name=\"Edit Data\">Edit Data</link>"
+msgstr "<link href=\"text/shared/02/07070100.xhp\" name=\"Edit Data\">ডাটা, তথ্য সম্পাদনা করুন</link>"
+
+#: 07070100.xhp
+msgctxt ""
+"07070100.xhp\n"
+"bm_id3144740\n"
+"help.text"
+msgid "<bookmark_value>read-only documents; database tables on/off </bookmark_value><bookmark_value>protected database tables</bookmark_value><bookmark_value>data; read-only</bookmark_value>"
+msgstr "<bookmark_value>read-only documents; database tables on/off </bookmark_value><bookmark_value>protected database tables</bookmark_value><bookmark_value>data; read-only</bookmark_value>"
+
+#: 07070100.xhp
+msgctxt ""
+"07070100.xhp\n"
+"par_id3144740\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Turns the edit mode for the current database table on or off.</ahelp>"
+msgstr "<ahelp hid=\".\">বর্তমান ডাটাবেসের জন্য সম্পাদনা মোড চালু বা বন্ধ করে।</ahelp>"
+
+#: 07070100.xhp
+msgctxt ""
+"07070100.xhp\n"
+"par_id3155805\n"
+"help.text"
+msgid "<image id=\"img_id3152801\" src=\"cmd/sc_editdoc.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152801\">Icon</alt></image>"
+msgstr "<image id=\"img_id3152801\" src=\"cmd/sc_editdoc.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152801\">আইকন</alt></image>"
+
+#: 07070100.xhp
+msgctxt ""
+"07070100.xhp\n"
+"par_id3149096\n"
+"3\n"
+"help.text"
+msgid "Edit Data"
+msgstr "ডাটা, তথ্য সম্পাদনা করুন"
+
+#: 07070100.xhp
+msgctxt ""
+"07070100.xhp\n"
+"hd_id3149388\n"
+"4\n"
+"help.text"
+msgid "Editing Databases in Networks"
+msgstr "নেটওয়ার্কে ডাটাবেস সম্পাদনা করছে"
+
+#: 07070100.xhp
+msgctxt ""
+"07070100.xhp\n"
+"par_id3147576\n"
+"5\n"
+"help.text"
+msgid "To make changes in a database used by more than one person, you must have the appropriate access rights. When you edit an external database, there is no intermediate storage by $[officename] of the changes made. They are sent directly to the database."
+msgstr "একাধিক ব্যবহারকারী দ্বারা ব্যবহৃত ডাটাবেজে পরিবর্তন করতে, আপনার অবশ্যই যথাযথ প্রবেশাধিকার থাকতে হবে। যখন আপনি বহিঃস্থ ডাটাবেস সম্পাদনা করেন, সেখানে পরিবর্তনগুলো সংরক্ষনে $[officename] কর্তৃক কোনো মধ্যবর্তী কোন ব্যবস্থা থাকেনা। এদের সরাসরি ডাটাবেজে পাঠানো হয়।"
+
+#: 20040000.xhp
+msgctxt ""
+"20040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Mode"
+msgstr "সন্নিবেশ মোড"
+
+#: 20040000.xhp
+msgctxt ""
+"20040000.xhp\n"
+"hd_id3149748\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/20040000.xhp\" name=\"Insert Mode\">Insert Mode</link>"
+msgstr "<link href=\"text/shared/02/20040000.xhp\" name=\"Insert Mode\">সন্নিবেশ মোড</link>"
+
+#: 20040000.xhp
+msgctxt ""
+"20040000.xhp\n"
+"par_id3152363\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertMode\">Displays the current insert mode. You can toggle between INSRT = insert and OVER = overwrite.</ahelp><switchinline select=\"appl\"><caseinline select=\"CALC\">This field is only active if the cursor is in the input line of the formula bar or in a cell. </caseinline></switchinline>"
+msgstr "<ahelp hid=\".uno:InsertMode\">বর্তমান সন্নিবেশ মোড প্রদর্শন করে। আপনি INSRT = insert এবং OVER = overwrite এর মাঝে টোগল করতে পারেন।</ahelp><switchinline select=\"appl\"><caseinline select=\"CALC\">এই ক্ষেত্রটি তখনই সক্রিয় হবে যখন কার্সারটি একটি সূত্র বার বা ঘরের ইনপুট লাইনে থাকে।</caseinline></switchinline>"
+
+#: 20040000.xhp
+msgctxt ""
+"20040000.xhp\n"
+"par_id3154422\n"
+"3\n"
+"help.text"
+msgid "Click in the field to toggle the modes (except in the $[officename] Basic IDE, where only the <emph>Insert</emph> mode is active). If the cursor is positioned in a text document, you may also use the Insert key (if available on your keyboard) to toggle the modes."
+msgstr "মোড টোগল করতে ক্ষেত্রে ক্লিক করুন ($[officename] Basic IDE বাদ দিয়ে, যেখানে শুধু <emph>সন্নিবেশ</emph> মোড সক্রিয়)। যদি কার্সারটিকে পাঠ্য নথিতে রাখা হয়, তবে আপনি টোগল মোডে কী সন্নিবেশ করতে পারেন (যদি আপনার কীবোর্ডে তা প্রাপ্তিসাধ্য হয়)।"
+
+#: 20040000.xhp
+msgctxt ""
+"20040000.xhp\n"
+"par_id3149177\n"
+"4\n"
+"help.text"
+msgid "<emph>Mode</emph>"
+msgstr "<emph>মোড</emph>"
+
+#: 20040000.xhp
+msgctxt ""
+"20040000.xhp\n"
+"par_id3155391\n"
+"5\n"
+"help.text"
+msgid "<emph>Result</emph>"
+msgstr "<emph>ফলাফল</emph>"
+
+#: 20040000.xhp
+msgctxt ""
+"20040000.xhp\n"
+"par_id3149388\n"
+"6\n"
+"help.text"
+msgid "INSRT"
+msgstr "INSRT"
+
+#: 20040000.xhp
+msgctxt ""
+"20040000.xhp\n"
+"par_id3147243\n"
+"7\n"
+"help.text"
+msgid "In the insert mode, new text is inserted at the cursor position and the following text is shifted to the right. The cursor is displayed as a vertical line."
+msgstr "সন্নিবেশ মোডে, কার্সার অবস্থানে নতুন পাঠ্য সন্নিবেশ করা হয় এবং নিম্নোক্ত পাঠ্যটি ডানে প্রতিস্থাপন করা হয়। কার্সারটি উল্লম্ব লাইন হিসেবে প্রদর্শিত হয়।"
+
+#: 20040000.xhp
+msgctxt ""
+"20040000.xhp\n"
+"par_id3148539\n"
+"8\n"
+"help.text"
+msgid "OVER"
+msgstr "এর উপর"
+
+#: 20040000.xhp
+msgctxt ""
+"20040000.xhp\n"
+"par_id3156327\n"
+"9\n"
+"help.text"
+msgid "In the overwrite mode, any existing text is replaced by new text. The cursor is displayed as a thick vertical line."
+msgstr "ঊর্ধ্বলিপি মোডে, উপস্থিত পাঠ্য নতুন পাঠ্য দ্বারা প্রতিস্থাপন হয়। কার্সারটি একটি পাতলা খাড়া লাইন হিসেবে প্রদর্শিত হয়।"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"tit\n"
+"help.text"
+msgid "Special Tips for Table Controls"
+msgstr "সারণি নিয়ন্ত্রনের জন্য বিশেষ পরামর্শ"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"bm_id3109850\n"
+"help.text"
+msgid "<bookmark_value>table controls; properties</bookmark_value><bookmark_value>controls; properties of table controls</bookmark_value><bookmark_value>table controls;keyboard-only edit mode</bookmark_value>"
+msgstr "<bookmark_value>table controls; properties</bookmark_value><bookmark_value>controls; properties of table controls</bookmark_value><bookmark_value>table controls;keyboard-only edit mode</bookmark_value>"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3109850\n"
+"124\n"
+"help.text"
+msgid "Special Tips for Table Controls"
+msgstr "সারণি নিয়ন্ত্রনের জন্য বিশেষ পরামর্শ"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3153539\n"
+"51\n"
+"help.text"
+msgid "You can define a table control to display the records as you like. In other words you can define data fields for displaying or editing data like in a database form."
+msgstr "আপনি আপনাকে হিসেবে রেকর্ড প্রদর্শন করতে একটি টেবিল নিয়ন্ত্রণ সংজ্ঞায়িত করতে পারেন পছন্দ করেন। অন্যান্য শব্দ আপনিতে একটি ডাটাবেস আকারে ের মত অথবা সম্পাদনা ডাটা প্রদর্শন করার জন্য ডাটা ক্ষেত্র সংজ্ঞায়িত করতে পারেন।"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3152372\n"
+"62\n"
+"help.text"
+msgid "The following fields are possible in a table control: text, date, time and currency field, numeric field, pattern field, check box and combo box. In the case of combined date/time fields, two columns are created automatically."
+msgstr "সারণি নিয়ন্ত্রণে নিম্নোক্ত ক্ষেত্রগুলো সম্ভব: পাঠ্য, তারিখ, সময় এবং মুদ্রা ক্ষেত্র, সংখ্যাসূচক ক্ষেত্র, প্যাটার্ন ক্ষেত্র, পরীক্ষা বাক্স এবং কম্বো বাক্স। যুক্ত তারিখ / সময় ক্ষেত্রের বেলায়, দুইটি কলাম স্বয়ংক্রিয়ভাবে তৈরি হবে।"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3159194\n"
+"125\n"
+"help.text"
+msgid "The number of selected lines, if any are selected, is in parentheses after the total number of records."
+msgstr "নির্বাচিত লাইনের সংখ্যা, যদি কোনটি নির্বাচিত হয়, কমা/ড্যাসে মোট সংখ্যা রেকর্ড হওয়ার পর।"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3155616\n"
+"52\n"
+"help.text"
+msgid "To insert columns into the table control, click in the column heads and bring up the context menu. The following commands are available:"
+msgstr "সারণি নিয়ন্ত্রণে কলাম সন্নিবেশ করতে, কলামের শীর্ষে ক্লিক করুন এবং প্রসঙ্গ মেনু নিয়ে আসুন। নিম্নোক্ত কমান্ডগুলো প্রাপ্তিসাধ্য:"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3150789\n"
+"53\n"
+"help.text"
+msgid "Insert Column"
+msgstr "কলাম সন্নিবেশ করুন"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3153750\n"
+"54\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_INSERTCOL\">Calls a submenu to select a data field to adopt it in the table control.</ahelp>"
+msgstr "<ahelp hid=\"SID_FM_INSERTCOL\">সারণি নিয়ন্ত্রণে একটি তথ্য ক্ষেত্র গ্রহনের জন্য নির্বাচন করতে একটি সাবমেনুকে ডাকে।</ahelp>"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3155552\n"
+"59\n"
+"help.text"
+msgid "Configure the table control using drag and drop: Open the data source browser and drag the desired fields out of the data source browser and on to the column heads of the table control. A pre-configured column is created."
+msgstr "টেনে নিয়ে যাওয়া এবং ফেলা ব্যবহার করে টেবিল নিয়ন্ত্রণ কনফিগার করুন: খোলা ডাটা উৎ‍স ব্রাউজার এবং প্রত্যাশিত ক্ষেত্র বাইরে এর ডাটা উৎ‍স ব্রাউজার টেনে নিয়ে যান এবং টেবিল নিয়ন্ত্রণের কলাম মাথার ওপর। একটি পূর্বে কনফিগার করা কলাম তৈরি করা হয়।"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3149827\n"
+"55\n"
+"help.text"
+msgid "Replace with"
+msgstr "এর সাথে প্রতিস্থাপন করুন"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3153345\n"
+"56\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_CHANGECOL\">Opens a submenu to select a data field to replace the data field selected in the table control.</ahelp>"
+msgstr "<ahelp hid=\"SID_FM_CHANGECOL\">সারণি নিয়ন্ত্রণে একটি তথ্য ক্ষেত্র গ্রহনের জন্য নির্বাচন করতে একটি সাবমেনু খোলে।</ahelp>"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3143267\n"
+"57\n"
+"help.text"
+msgid "Delete Column"
+msgstr "কলাম মুছে ফেলুন"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3157958\n"
+"58\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_DELETECOL\">Deletes the currently selected column.</ahelp>"
+msgstr "<ahelp hid=\"SID_FM_DELETECOL\">বর্তমানে নির্বাচিত কলাম মুছে ফেলুন।</ahelp>"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3147275\n"
+"73\n"
+"help.text"
+msgid "Column"
+msgstr "কলাম"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3152996\n"
+"74\n"
+"help.text"
+msgid "Opens the properties dialog of the selected column."
+msgstr "নির্বাচিত কলামের জন্য বৈশিষ্ট্য ডায়ালগ খোলে।"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3148539\n"
+"79\n"
+"help.text"
+msgid "Hide Columns"
+msgstr "কলাম লুকিয়ে ফেলুন"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3159157\n"
+"80\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_HIDECOL\">Hides the selected column.</ahelp> Its properties are not changed."
+msgstr "<ahelp hid=\"SID_FM_HIDECOL\">নির্বাচিত কলাম লুকিয়ে ফেলে।</ahelp> এর বৈশিষ্ট্য পরিবর্তিত হয়না।"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3150771\n"
+"81\n"
+"help.text"
+msgid "Show columns"
+msgstr "কলাম দেখাও"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3159400\n"
+"82\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_SHOWCOLS\">Calls a submenu where you can select the columns to show again.</ahelp> To show only one column, click the column name. You see only the first 16 hidden columns. If there are more hidden columns, choose the <emph>More</emph> command to call the <emph>Show Columns</emph> dialog."
+msgstr "<ahelp hid=\"SID_FM_SHOWCOLS\"> একটি সাবমেনু ডাক দেয় যেখানে আপনি পুনরায় দেখতে কলাম নির্বাচন করতে পারেন।</ahelp> কেবল এক কলাম দেখতে, কলাম নাম ক্লিক করুন। আপনি প্রথম ১৬ আড়াল কলাম কেবল দেখুন। যদি কলাম আরও বেশি গোপন করা হয়, নির্বাচন করুন<emph> আরও বেশি</emph> ডাক দিতে কমান্ড<emph> কলাম দেখান</emph> ডায়ালগ।"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3156193\n"
+"83\n"
+"help.text"
+msgid "More"
+msgstr "আরও"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3159269\n"
+"84\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_SHOWCOLS_MORE\">Calls the <emph>Show Columns</emph> dialog.</ahelp>"
+msgstr "<ahelp hid=\"SID_FM_SHOWCOLS_MORE\"> <emph>কলাম প্রদর্শন</emph> ডায়ালগ ডেকে আনে।</ahelp>"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3149763\n"
+"85\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVX_DLG_SHOWGRIDCOLUMNS:1\">In the <emph>Show Columns</emph> dialog you can select the columns to be shown. Hold down the Shift or Ctrl (Mac: Command) key to select multiple entries.</ahelp>"
+msgstr "<ahelp hid=\"SVX:LISTBOX:RID_SVX_DLG_SHOWGRIDCOLUMNS:1\"> <emph>কালম দেখাও</emph> ডায়ালগে আপনি দেখানোর জন্য কলাম নির্বাচন করতে পারেন। ধরে রাখুন Shift বা Ctrl (Mac: Command) কী একাধিক এন্ট্রি নির্বাচনের জন্য।</ahelp>"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3153561\n"
+"86\n"
+"help.text"
+msgid "All"
+msgstr "সব"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3150504\n"
+"87\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_SHOWALLCOLS\">Click <emph>All </emph>if you want to show all columns.</ahelp>"
+msgstr "<ahelp hid=\"SID_FM_SHOWALLCOLS\"> <emph>সব </emph> ক্লিক করুন, যদি আপনি সব কলাম প্রদর্শন করতে চান।</ahelp>"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3153349\n"
+"127\n"
+"help.text"
+msgid "Keyboard-only control of Table Controls"
+msgstr "সারণি নিয়ন্ত্রনে শুধু কিবোর্ড নিয়ন্ত্রণ"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3149416\n"
+"126\n"
+"help.text"
+msgid "If you use the keyboard only to travel through controls in your document, you will find one difference to the other types of controls: the Tab key does not move the cursor to the next control, but moves to the next column inside the table control. Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab to move to the next control, or press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab to move to the previous control."
+msgstr "যদি আপনি আপনার নথিতে নিয়ন্ত্রণ করার মধ্য দিয়ে ভ্রমণ করতে কীবোর্ড কেবল ব্যবহার করেন, আপনি নিয়ন্ত্রণ করের অন্যান্য ধরনে এক পার্থক্য খুঁজে পাবেন: ট্যাব চাবি পরবর্তী নিয়ন্ত্রণে কার্সার চলে না, টেবিল নিয়ন্ত্রণের ভেতরে পরবর্তী কলামে কিন্তু চলে। চাপুন<switchinline select=\"sys\"><caseinline select=\"MAC\"> কমান্ড</caseinline><defaultinline> Ctrl</defaultinline></switchinline> পরবর্তী নিয়ন্ত্রণে চলতে +ট্যাব, অথবা চাপুন Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\"> কমান্ড</caseinline><defaultinline> Ctrl</defaultinline></switchinline> পূর্ববর্তী নিয়ন্ত্রণে চলতে +ট্যাব।"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"hd_id3153062\n"
+"128\n"
+"help.text"
+msgid "To enter the special keyboard-only edit mode for Table Controls:"
+msgstr "সারণি নিয়ন্ত্রনের জন্য শুধু বিশেষ কিবোর্ড সম্পাদনা মোড সন্নিবেশ করতে:"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3144510\n"
+"129\n"
+"help.text"
+msgid "The form document must be in <link href=\"text/shared/02/01170500.xhp\" name=\"design mode\">design mode</link>."
+msgstr "ফরম নথিটিকে অবশ্যই <link href=\"text/shared/02/01170500.xhp\" name=\"design mode\">নকশা মোডে হতে হবে</link>।"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3154758\n"
+"130\n"
+"help.text"
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6 to select the document."
+msgstr "চাপুন <switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6 নথি নির্বাচন করতে।"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3161657\n"
+"131\n"
+"help.text"
+msgid "Press Shift+F4 to select the first control. If the Table Control is not the first control, press Tab until it is selected."
+msgstr "প্রথম নিয়ন্ত্রণ নির্বাচন করতে Shift+F4 চাপুন। যদি সারণি নিয়ন্ত্রণ প্রথম নিয়ন্ত্রণ না হয়, তবে নির্বাচিত ,না হওয়া পর্যন্ত ট্যাব চাপুন।"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3151056\n"
+"132\n"
+"help.text"
+msgid "Press Enter to enter the edit mode. The handles are shown farther out from the control border."
+msgstr "সম্পাদনা মোডে সন্নিবেশ করতে Enter চাপুন। হ্যান্ডেলগুলো নিয়ন্ত্রণ সীমানা হতে দূরে প্রদর্শীত হয়।"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3154938\n"
+"133\n"
+"help.text"
+msgid "In the edit mode, you can open the edit mode context menu by pressing Shift+F10."
+msgstr "সম্পাদনা মোডে, আপনি Shift+F10 চাপার মাধ্যমে সম্পাদনা মোডের প্রসঙ্গ মেনু খুলতে পারেন।"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3154365\n"
+"134\n"
+"help.text"
+msgid "If you want to edit columns, press Shift+Space to enter column edit mode. Now you can rearrange the order of columns with <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Arrow keys. The Delete key deletes the current column."
+msgstr "আপনি যদি আপনি কলাম সম্পাদনা করতে চান, কলাম সম্পাদনা মোডে সন্নিবেশ করতে চাপুন Shift+Space। এখন আপনি কলামের ক্রম <switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+তীর কী দিয়ে পুনরায় আয়োজন করতে পারেন। মুছে ফেলার কী বর্তমান কী মুছে ফেলে।"
+
+#: 01170004.xhp
+msgctxt ""
+"01170004.xhp\n"
+"par_id3145419\n"
+"135\n"
+"help.text"
+msgid "Press the Escape key to exit the edit mode."
+msgstr "সম্পাদনা মোড ত্যাগ করতে মুক্তি পাওয়া, পালিয়ে যাওয়া কী চাপুন।"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"tit\n"
+"help.text"
+msgid "Events"
+msgstr "অনুষ্ঠান"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"bm_id3148643\n"
+"help.text"
+msgid "<bookmark_value>controls; events</bookmark_value> <bookmark_value>events; controls</bookmark_value> <bookmark_value>macros; assigning to events in forms</bookmark_value>"
+msgstr "<bookmark_value>controls; events</bookmark_value> <bookmark_value>events; controls</bookmark_value> <bookmark_value>macros; assigning to events in forms</bookmark_value>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3148643\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170103.xhp\" name=\"Events\">Events</link>"
+msgstr "<link href=\"text/shared/02/01170103.xhp\" name=\"Events\">অনুষ্ঠান</link>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3152350\n"
+"2\n"
+"help.text"
+msgid "On the<emph> Events </emph>tab page you can link macros to events that occur in a form's control fields."
+msgstr "<emph> ইভেন্ট </emph>ট্যাব পৃষ্ঠায় আপনি ফরম নিয়ন্ত্রণ ক্ষেত্রে ঘটিত ম্যাক্রোকে ইভেন্টের সাথে সংযুক্ত করতে পারেন।"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3155419\n"
+"40\n"
+"help.text"
+msgid "When the event occurs, the linked macro will be called. To assign a macro to an event, press the <emph>...</emph> button. An <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05060700.xhp\" name=\"Assign Macro\">Assign Macro</link></caseinline><defaultinline>dialog</defaultinline></switchinline> opens."
+msgstr "যখন একটি ইভেন্ট ঘটে, সংযুক্ত ম্যাক্রোকে ডাকা হবে। ইভেন্টে একটি ম্যাক্রো নিযুক্ত করতে, <emph>...</emph> বোতাম চাপুন। একটি <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05060700.xhp\" name=\"Assign Macro\">ম্যাক্রো নিযুক্তকরণ</link></caseinline><defaultinline>ডায়ালগ</defaultinline></switchinline> খোলে।"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3149732\n"
+"3\n"
+"help.text"
+msgid "Depending on the control, different events are available. Only the available events for the selected control and context are listed on the <emph>Events</emph> tab page. The following events are defined:"
+msgstr "নিয়ন্ত্রনের উপর নির্ভর করে, বিভিন্ন্য ঘটনা বিদ্যমান। শুধুমাত্র নির্বাচিত নিয়ন্ত্রণ এবং বিষযবস্তুর ইভেন্ট <emph>ইভেন্ট</emph> ট্যাব পৃষ্ঠায় তালিকাভূক্ত করা হবে। নিম্নোক্ত ঘটনা নির্ধারণ করা হবে:"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3149191\n"
+"12\n"
+"help.text"
+msgid "Approve action"
+msgstr "কাজ অনুমোদন করা হবে"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3153717\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_APPROVEACTIONPERFORMED\">This event takes place before an action is triggered by clicking the control.</ahelp> For example, clicking a \"Submit\" button initiates a send action; however, the actual \"send\" process is started only when the <emph>When initiating</emph> event occurs. The <emph>Approve action</emph> event allows you to kill the process. If the linked method sends back FALSE, <emph>When initiating</emph> will not be executed."
+msgstr "<ahelp hid=\"HID_EVT_APPROVEACTIONPERFORMED\">একটি কন্ট্রোল ক্লিক করার মাধ্যমে একটি ক্রিয়া ট্রিগার করার পূর্বে এই ইভেন্টটি সংঘটিত হয়।</ahelp> যেমন, \"জমা প্রদান\"বোতামটি ক্লিক করার মাধ্যমে প্রেরনের কাজটি শুরু করা হয়; যদিও, পকৃত \"প্রেরণ\" প্রক্রিয়াটি <emph>শুরু করার সময়</emph> ইভেন্ট সংঘটনের সময় শুরু হয়ে থাকে। <emph>ক্রিয়া সমর্থন</emph> ইভেন্টের মাধ্যমে প্রক্রিয়াটি কিল করা যাবে। যদি সংযুক্ত প্রক্রিয়াটি FALSE ফেরত পাঠায়, তাহলে <emph>শুরু করার সময়</emph> চলবে না।"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3156024\n"
+"36\n"
+"help.text"
+msgid "Execute action"
+msgstr "ক্রিয়া কার্যকর করুন"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3145609\n"
+"37\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_ACTIONPERFORMED\">The <emph>Execute action</emph> event occurs when an action is started.</ahelp> For example, if you have a \"Submit\" button in your form, the send process represents the action to be initiated."
+msgstr "<ahelp hid=\"HID_EVT_ACTIONPERFORMED\">একটি ক্রিয়া শুরু হলে <emph>ক্রিয়া চালানো</emph> ইভেন্টটি সংঘটিত হয়ে থাকে।</ahelp>যেমন, যদি আপনার পরমে একটি \"জমা প্রদান\" বোতাম থাকে, তাহলে প্রেরণ প্রক্রিয়াটির মাধ্যমে শুরু করা হবে এমন কাজ নির্দেশ করা হবে।"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3156343\n"
+"41\n"
+"help.text"
+msgid "Changed"
+msgstr "পরিবর্তিত হয়েছে"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3148755\n"
+"42\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_CHANGED\">The<emph> Changed </emph>event takes place when the control loses the focus and the content of the control has changed since it lost the focus.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_CHANGED\">যখন নিয়ন্ত্রণ ফোকাস হারিয়ে ফেলবে তখন<emph> পরিবর্তীত </emph> ইভেন্ট সংঘঠিত হবে এবং নিযন্ত্রনের বিষয়বস্তু পরিবর্তীত হবে যেহুতু এটি ফোকাস হারিয়ে ফেলেছে।</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3153524\n"
+"10\n"
+"help.text"
+msgid "Text modified"
+msgstr "টেক্সট পরিবর্তিত হয়েছে"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3150495\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_TEXTCHANGED\">The<emph> Text modified </emph>event takes place if you enter or modify a text in an input field.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_TEXTCHANGED\"><emph> পাঠ্য পরিবর্তন </emph>অনুষ্ঠান তখনই ঘটে যখন আপনি একটি ইনপুট ক্ষেত্রে একটি পাঠ্য সন্নিবেশ করেন বা পরিবর্তন করেন।</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3154123\n"
+"8\n"
+"help.text"
+msgid "Item status changed"
+msgstr "উপকরণ অবস্থা পরিবর্তিত হয়েছে"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3150870\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_ITEMSTATECHANGED\" visibility=\"hidden\">The<emph> Item status changed </emph>event takes place if the status of the control field has changed.</ahelp> The<emph> Item status changed</emph> event takes place if he status of the control field has changed."
+msgstr "<ahelp hid=\"HID_EVT_ITEMSTATECHANGED\" visibility=\"hidden\"><emph> আইটেম অবস্থা পরিবর্তিত হয়েছে </emph>যদি নিয়ন্ত্রণ ক্ষেত্রের অবস্থা পরিবর্তিত হয় তবে অনুষ্ঠান সংঘটিত হয়।</ahelp><emph> আইটেম অবস্থা পরিবর্তিত হয়েছে </emph>যদি নিয়ন্ত্রণ ক্ষেত্রের অবস্থা পরিবর্তিত হয় তবে অনুষ্ঠান সংঘটিত হয়।"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3151176\n"
+"16\n"
+"help.text"
+msgid "When receiving focus"
+msgstr "যখন ফোকাস পাচ্ছে"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3154218\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_FOCUSGAINED\">The<emph> When receiving focus </emph>event takes place if a control field receives the focus.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_FOCUSGAINED\"><emph> যখন ফোকাস গ্রহণ করছে </emph>যদি একটি নিয়ন্ত্রণ ক্ষেত্র ফোকাস গ্রহণ করে তবে একটি অনুষ্ঠান সংঘটিত হয়।</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3150447\n"
+"18\n"
+"help.text"
+msgid "When losing focus"
+msgstr "যখন ফোকাস হারাচ্ছে"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3159252\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_FOCUSLOST\">The<emph> When losing focus </emph>event takes place if a control field looses the focus.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_FOCUSLOST\"><emph> যখন ফোকাস হারায় তখন </emph>অনুষ্ঠান সংঘটিত হয় যদি নিয়ন্ত্রণ ক্ষেত্র ফোকাস হারায়।</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3147287\n"
+"20\n"
+"help.text"
+msgid "Key pressed"
+msgstr "কী চাপা হয়েছে"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3152940\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_KEYTYPED\">The <emph>Key pressed </emph>event occurs when the user presses any key while the control has the focus.</ahelp> This event may be linked to a macro for checking entries."
+msgstr "<ahelp hid=\"HID_EVT_KEYTYPED\"> <emph>কী চাপা হয়েছে </emph>নিয়ন্ত্রণের ফোকাস থাকা অবস্থায় ব্যবহারকারী যেকোনো কী চাপলে অনুষ্ঠান সংঘটিত হয়।</ahelp> এই অনুষ্ঠানটি এন্ট্রি পরীক্ষা করার জন্য একটি ম্যাক্রোর সাথে যুক্ত থাকতে পারে।"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3154127\n"
+"43\n"
+"help.text"
+msgid "Key released"
+msgstr "কী ছাড়া হয়েছে"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3154150\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_KEYUP\">The<emph> Key released </emph>event occurs when the user releases any key while the control has the focus.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_KEYUP\"> <emph>কী ছেড়ে দেয়া হয়েছে </emph>নিয়ন্ত্রণের ফোকাস থাকা অবস্থায় ব্যবহারকারী যেকোনো কী ছেড়ে দিলে অনুষ্ঠান সংঘটিত হয়।</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3154921\n"
+"26\n"
+"help.text"
+msgid "Mouse inside"
+msgstr "ভিতরে মাউস"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3148618\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSEENTERED\">The<emph> Mouse inside </emph>event takes place if the mouse is inside the control field.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_MOUSEENTERED\"><emph> মাউস ভিতরে </emph>যদি মাউস নিয়ন্ত্রণ ক্ষেত্রের ভিতরে থাকে তবে অনুষ্ঠান সংঘটিত হয়।</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3148576\n"
+"30\n"
+"help.text"
+msgid "Mouse moved while key pressed"
+msgstr "কী চাপা হলে মাউস নড়ে"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3155411\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSEDRAGGED\">The<emph> Mouse moved while key pressed </emph>event takes place when the mouse is dragged while a key is pressed.</ahelp> An example is when, during drag-and-drop, an additional key determines the mode (move or copy)."
+msgstr "<ahelp hid=\"HID_EVT_MOUSEDRAGGED\">একটি কী চাপ দেওয়া অবস্থায় যখন মাউস টানা হয় তখন <emph> কী চাপ দেওয়া অবস্থায় মাউসের চলাচল </emph>ইভেন্ট সংঘঠিত হয়।</ahelp> একটি উদাহরণ হলো যখন, টানুন-এবং-ছাড়ুন এর সময়, একটি অতিরিক্ত কী ধরন নির্ধারণ করে (সরান অথবা অনুলিপি করুন)।"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3149262\n"
+"32\n"
+"help.text"
+msgid "Mouse moved"
+msgstr "মাউস সরানো হয়েছে"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3146975\n"
+"33\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSEMOVED\">The<emph> Mouse moved </emph>event occurs if the mouse moves over the control.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_MOUSEMOVED\"><emph> মাউস সরে যাওয়ার </emph>অনুষ্ঠান ঘটে যদি মাউস নিয়ন্ত্রণের উপর সরে।</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3159197\n"
+"22\n"
+"help.text"
+msgid "Mouse button pressed"
+msgstr "মাউস বোতাম চাপা হয়েছে"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3145271\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSEPRESSED\">The<emph> Mouse button pressed </emph>event occurs if the mouse button is pressed while the mouse pointer is on the control.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_MOUSEPRESSED\">মাউস পয়েন্টার নিয়ন্ত্রনে থাকার সময় মাউস বোতাম চাপা অবস্থায় থাকলে <emph> মাউস বোতাম চাপ দিয়েছিল </emph>ইভেন্ট সংঘঠিত হবে।</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_idN108BD\n"
+"help.text"
+msgid "Note that this event is also used for notifying requests for a popup context menu on the control."
+msgstr "খেয়াল করুন, কন্ট্রোলে একটি পপআপ প্রাসঙ্গিক-মেনুর প্রজ্ঞাপনের অনুরোধের জন্য এই ইভেন্ট ব্যবহৃত হয়।"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3148880\n"
+"24\n"
+"help.text"
+msgid "Mouse button released"
+msgstr "মাউস বোতাম ছাড়া হয়েছে"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3150659\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSERELEASED\">The<emph> Mouse button released </emph>event occurs if the mouse button is released while the mouse pointer is on the control.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_MOUSERELEASED\">মাউস পয়েন্টার নিয়ন্ত্রনে থাকার সময় মাউস বোতাম ছেড়ে দিলে <emph> মাউস বোতাম ছেড়ে দিন </emph>ইভেন্ট সংঘঠিত হবে।</ahelp>"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"hd_id3156286\n"
+"28\n"
+"help.text"
+msgid "Mouse outside"
+msgstr "মাউস বাইরে"
+
+#: 01170103.xhp
+msgctxt ""
+"01170103.xhp\n"
+"par_id3149582\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_MOUSEEXITED\">The<emph> Mouse outside </emph>event takes place when the mouse is outside the control field.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_MOUSEEXITED\"><emph> মাউস বাইরে </emph>যদি মাউস নিয়ন্ত্রণ ক্ষেত্রের বাইরে থাকে তবে অনুষ্ঠান সংঘটিত হয়।</ahelp>"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Control Properties"
+msgstr "নিয়ন্ত্রণ বৈশিষ্ট্য"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"bm_id3147102\n"
+"help.text"
+msgid "<bookmark_value>controls; properties of form controls</bookmark_value><bookmark_value>properties; form controls</bookmark_value>"
+msgstr "<bookmark_value>controls; properties of form controls</bookmark_value><bookmark_value>properties; form controls</bookmark_value>"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"hd_id3147102\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170100.xhp\" name=\"Control Properties\">Control Properties</link>"
+msgstr "<link href=\"text/shared/02/01170100.xhp\" name=\"Control Properties\">নিয়ন্ত্রণ বৈশিষ্ট্য</link>"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3145345\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"kontroll\"><ahelp hid=\".uno:ControlProperties\">Opens a dialog for editing the properties of a selected control.</ahelp></variable>"
+msgstr "<variable id=\"kontroll\"><ahelp hid=\".uno:ControlProperties\">নির্বাচিত নিয়ন্ত্রনের বৈশিষ্ট্য সম্পাদনা করার জন্য একটি ডায়ালগ খোলে।</ahelp></variable>"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3157910\n"
+"17\n"
+"help.text"
+msgid "<variable id=\"hinweis\">You can only call the<emph> Properties</emph> dialog when in the Design mode with a control selected. </variable>"
+msgstr "<variable id=\"hinweis\">আপনি শুধু<emph> বৈশিষ্ট্য</emph> ডায়ালগ ডাকতে পারেন যখন আপনি একটি নির্বাচিত নিয়ন্ত্রণে নকশা মোডে থাকেন। </variable>"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3153760\n"
+"3\n"
+"help.text"
+msgid "If you enter data in the <emph>Properties</emph> dialog, note that multiline input is possible for certain drop-down combo boxes. This concerns all fields in which an SQL statement can be entered, as well as the properties of text boxes or label fields. You can open these fields and enter text in the opened list. The following shortcut keys are valid:"
+msgstr "যদি আপনি <emph>বৈশিষ্ট্য</emph> ডায়ালগে তথ্য সন্নিবেশ করেন, খেয়াল করুন যে কিছু নিম্নপ্রসারণ কম্বো বাক্সের জন্য একাধিক লাইনের ইনপুট সম্ভব। এই হিসেবে সব SQL বিবরণ সন্নিবেশ করা যেতে পারে, একইভাবে পাঠ্য বাক্স বা মোড়ক বাক্সের বৈশিষ্ট্য সন্নিবেশ করা যেতে পারে। আপনি এই ক্ষেত্রগুলো খুলতে পারেন এবং খোলা তালিকায় পাঠ্য সন্নিবেশ করতে পারেন। নিম্নোক্ত শর্টকাটগুলো কার্যকর:"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3148686\n"
+"18\n"
+"help.text"
+msgid "Keys"
+msgstr "কী"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3155390\n"
+"19\n"
+"help.text"
+msgid "Effects"
+msgstr "প্রভাব"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3150504\n"
+"4\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down Arrow"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">অপশন</caseinline><defaultinline>Alt</defaultinline></switchinline>+নিচের তীর"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3150944\n"
+"5\n"
+"help.text"
+msgid "Opens the combo box"
+msgstr "কম্বো বাক্স খোলে"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3153627\n"
+"6\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Up Arrow"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">অপশন</caseinline><defaultinline>Alt</defaultinline></switchinline>+উপরের তীর"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3153063\n"
+"7\n"
+"help.text"
+msgid "Closes the combo box"
+msgstr "কম্বো বাক্স খোলে"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3159413\n"
+"8\n"
+"help.text"
+msgid "Shift+Enter"
+msgstr "Shift+Enter"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3152811\n"
+"9\n"
+"help.text"
+msgid "Inserts a new line."
+msgstr "একটি নতুন লাইন সন্নিবেশ করুন।"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3153379\n"
+"10\n"
+"help.text"
+msgid "Up Arrow"
+msgstr "উপরের তীর"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3153192\n"
+"11\n"
+"help.text"
+msgid "Places the cursor into the previous line."
+msgstr "পূর্বের লাইনে কার্সারটিকে স্থাপন করে।"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3152933\n"
+"12\n"
+"help.text"
+msgid "Down Arrow"
+msgstr "নিচের তীর"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3151041\n"
+"13\n"
+"help.text"
+msgid "Places the cursor into the next line."
+msgstr "পরের লাইনে কার্সারটিকে স্থাপন করে।"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3153178\n"
+"14\n"
+"help.text"
+msgid "Enter"
+msgstr "সন্নিবেশ করুন"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3147228\n"
+"15\n"
+"help.text"
+msgid "Completes the input in the field and places the cursor into the next field."
+msgstr "ক্ষেত্রে ইনপুট সম্পূর্ণ করে এবং পরবর্তী ক্ষেত্রে কার্সার স্থির করে।"
+
+#: 01170100.xhp
+msgctxt ""
+"01170100.xhp\n"
+"par_id3156422\n"
+"16\n"
+"help.text"
+msgid "As with list boxes or combo boxes, you can open or close the list with a mouse click at the arrow on the right end of the field. However, the input here can be entered either in the opened list or in the top text field. An exception is the properties that expect a list representation, for example, the property <emph>List Entries</emph>, which can be set for the control fields <emph>List Box</emph> and <emph>Combo Box</emph>. Here, you can only edit the entries when the field is opened."
+msgstr "তালিকা বাক্স বা কম্বো বাক্সের সাথে, ক্ষেত্রের ডান প্রান্তের তীরে মাউস ক্লিকের মাধ্যমে একটি তালিকা আপনি খুলতে বা বন্ধ করতে পারেন। যাইহোক, ইনপুট এখানে খোলা তালিকায় বা পাঠ্য ক্ষেত্রের শীর্ষে সন্নিবেশ করানো যেতে পারে। বৈশিষ্ট্যর একটি ব্যতিক্রম হল এটি তালিকা উপস্থাপনা আশা করে, উদাহরণসরুপ, <emph>তালিকাবদ্ধ এন্ট্রি</emph> বৈশিষ্ট্য, যা নিয়ন্ত্রণ ক্ষেত্রের <emph>তালিকা বাক্স</emph> এবং <emph>কম্বো বাক্সের</emph> জন্য নিযুক্ত করা যায়। এখানে যখন ক্ষেত্রটি খোলা থাকে শুধু তখনই আপনি এন্ট্রিগুলো সম্পাদনা করতে পারেন।"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Setting Indents, Margins, and Columns"
+msgstr "ইনডেন্ট, মার্জিন, এবং কলামের সেটিং"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"bm_id3148668\n"
+"help.text"
+msgid "<bookmark_value>margins; setting with the mouse</bookmark_value><bookmark_value>columns; setting with the mouse</bookmark_value><bookmark_value>paragraphs; indents, margins and columns</bookmark_value>"
+msgstr "<bookmark_value>margins; setting with the mouse</bookmark_value><bookmark_value>columns; setting with the mouse</bookmark_value><bookmark_value>paragraphs; indents, margins and columns</bookmark_value>"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"hd_id3148668\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/13020000.xhp\" name=\"Setting Indents, Margins, and Columns\">Setting Indents, Margins, and Columns</link>"
+msgstr "<link href=\"text/shared/02/13020000.xhp\" name=\"Setting Indents, Margins, and Columns\">ইনডেন্ট, মার্জিন, এবং কলামের সেটিং</link>"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3155364\n"
+"2\n"
+"help.text"
+msgid "You can define the indents and margins for the current paragraph, or for all selected paragraphs, using the mouse."
+msgstr "আপনি বর্তমান অনুচ্ছেদের জন্য ইনডেন্ট এবং মার্জিন ব্যাখ্যা করতে পারেন, বা মাউস ব্যবহার করে, সকল নির্বাচিত অনুচ্ছেদের জন্য তা করতে পারেন।"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3152594\n"
+"3\n"
+"help.text"
+msgid "If you split the page into columns, or the cursor is placed in a multiple-column text frame, you can change the column width and the column spacing by dragging them on the ruler with the mouse."
+msgstr "যদি আপনি পৃষ্ঠাটিকে কলামে বিভক্ত করেন, বা কার্সারটিকে একাধিক কলামের পাঠ্য ফ্রেমে রাখেন, আপনি কলামের প্রস্থ এবং কলামের স্থান ফাঁকা করা পরিবর্তন করতে পারেন রুলারে মাউস দিয়ে টেনে এনে।"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3154398\n"
+"4\n"
+"help.text"
+msgid "When an object, an image, or a draw object is selected, you will see the borders of the object in the ruler. You can change the borders by dragging them on the ruler with the mouse."
+msgstr "যখন একটি বস্তু, একটি ছবি, বা একটি অংকন বস্তু নির্বাচন করা হয়, তবে আপনি রুলারে বস্তুর পরিসরন দেখতে পাবেন। আপনি মাউস দিয়ে রুলারে টেনে আনার মাধ্যমে সীমানা পরিবর্তন করতে পারেন।"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3146130\n"
+"5\n"
+"help.text"
+msgid "If the cursor is placed in a table cell, you can change the indents for the contents of the cell by dragging them with the mouse on the ruler. You can change the boundary lines of the table on the ruler or by dragging the actual boundary line."
+msgstr "যদি একটি সারণি ঘরে কার্সারটি রাখা হয়, আপনি রুলারে ঘরের উপাদানগুলোকে টেনে এনে ইনডেন্ট পরিবর্তন করতে পারেন। আপনি সারণিতে রুলারের সীমানা লাইন পরিবর্তন করতে পারেন বা আসল সীমানা টেনে আনান মাধ্যমে পরিবর্তন করতে পারেন।"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3156136\n"
+"help.text"
+msgid "<image id=\"img_id3153750\" src=\"res/helpimg/linleft.png\" width=\"0.1665inch\" height=\"0.2291inch\"><alt id=\"alt_id3153750\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153750\" src=\"res/helpimg/linleft.png\" width=\"0.1665inch\" height=\"0.2291inch\"><alt id=\"alt_id3153750\">আইকন</alt></image>"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3150693\n"
+"6\n"
+"help.text"
+msgid "These icons mark the left indent for the first line of the current paragraph (top triangle) and the left indent for the other lines of the paragraph (bottom triangle)."
+msgstr "এই আইকনগুলো বর্তমান অনুচ্ছেদের (শীর্ষ ত্রিকোণ) প্রথম লাইনের জন্য বাম ইনডেন্ট চিহ্নিত করে এবং অনুচ্ছেদের (নিম্ন ত্রিকোণ) অন্যান্য লাইনের জন্য বাম ইনডেন্ট চিহ্নিত করে।"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3150774\n"
+"help.text"
+msgid "<image id=\"img_id3145071\" src=\"res/helpimg/linright.png\" width=\"0.3646inch\" height=\"0.2602inch\"><alt id=\"alt_id3145071\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145071\" src=\"res/helpimg/linright.png\" width=\"0.3646inch\" height=\"0.2602inch\"><alt id=\"alt_id3145071\">আইকন</alt></image>"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3166460\n"
+"7\n"
+"help.text"
+msgid "This icon on the right of the ruler marks the right indent of the current paragraph."
+msgstr "রুলারের ডান দিকের আইকনটি বর্তমান অনুচ্ছেদের ডান ইনডেন্ট চিহ্নিত করে।"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3146949\n"
+"8\n"
+"help.text"
+msgid "<emph>Task</emph>"
+msgstr "<emph>কাজ</emph>"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3153087\n"
+"9\n"
+"help.text"
+msgid "<emph>Procedure</emph>"
+msgstr "<emph>কার্যপ্রনালী</emph>"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3154143\n"
+"10\n"
+"help.text"
+msgid "Set left indent"
+msgstr "বামের ইনডেন্ট নিযুক্ত করুন"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3154307\n"
+"11\n"
+"help.text"
+msgid "Drag the bottom left mark to the right while pressing the mouse button"
+msgstr "মাউস বোতাম ধরে রেখে বাম নিম্ন চিহ্নিত করণটিকে ডানে টেনে আনুন"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3155449\n"
+"12\n"
+"help.text"
+msgid "Set left indent of first line"
+msgstr "প্রথম লাইনের বাম ইনডেন্ট নিযুক্ত করুন"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3145673\n"
+"13\n"
+"help.text"
+msgid "Drag the top left mark to the right while pressing the mouse button"
+msgstr "মাউস বোতাম ধরে রেখে বাম শীর্ষ চিহ্নিত করণটিকে ডানে টেনে আনুন"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3156156\n"
+"14\n"
+"help.text"
+msgid "Set right indent"
+msgstr "ডানের ইনডেন্ট নিযুক্ত করুন"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3153761\n"
+"15\n"
+"help.text"
+msgid "Drag the mark on the right to the left while pressing the mouse button"
+msgstr "মাউস বোতাম ধরে রেখে চিহ্নিত করণটিকে ডান থেকে বামে টেনে আনুন"
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3154760\n"
+"16\n"
+"help.text"
+msgid "In order to change the left indent starting with the second line of a paragraph, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, click the triangle on the bottom left, and drag it to the right."
+msgstr ""
+
+#: 13020000.xhp
+msgctxt ""
+"13020000.xhp\n"
+"par_id3148453\n"
+"17\n"
+"help.text"
+msgid "Tabs that have been set are not changed when indenting a paragraph. If the set tabs end up outside the margins of the paragraph, they are no longer displayed, but they still exist."
+msgstr "নিযুক্তকৃত ট্যাব একটি অনুচ্ছেদ নির্দেশ করার সময় পরিবর্তিত হয়না। যদি নিযুক্তকৃত ট্যাব অনুচ্ছেদেদ মার্জিনের বাইরে শেষ হয়, তবে তারা আর প্রদর্শিত হয়না, যদি তারা তখনও উপস্থিত থাকে।"
+
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Mail & News"
+msgstr "চিঠি এবং খবর"
+
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"hd_id3147102\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/09070200.xhp\" name=\"Mail News\">Mail & News</link>"
+msgstr "<link href=\"text/shared/02/09070200.xhp\" name=\"Mail News\">চিঠি এবং খবর</link>"
+
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"par_id3153049\n"
+"2\n"
+"help.text"
+msgid "On the <emph>Mail & News</emph> page in the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link> you can edit hyperlinks for e-mail or news addresses."
+msgstr "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">হাইপারলিংক ডায়ালগে</link><emph> চিঠি এবং খবর</emph> পৃষ্ঠায় আপনি ইমেল এবং নতুন ঠিকানার জন্য হাইপারলিংক সম্পাদনা করতে পারেন।"
+
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"hd_id3153528\n"
+"3\n"
+"help.text"
+msgid "Mail & News"
+msgstr "চিঠি এবং খবর"
+
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"hd_id3153748\n"
+"4\n"
+"help.text"
+msgid "E-mail"
+msgstr "ই-মেইল"
+
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"par_id3166460\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_RB_LINKTYP_MAIL\">Assigns the specified e-mail address to the hyperlink.</ahelp> Clicking the new hyperlink in the document will open a new message document, addressed to the receiver specified in the <emph>E-mail</emph> field."
+msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_RB_LINKTYP_MAIL\">হাইপারলিংকে উল্লেখিত বার্তা ঠিকানা নিযুক্ত করে।</ahelp> নথিতে একটি নতুন হাইপারলিংকে ক্লিক করলে একটি নতুন বার্তা নথি খুলবে, <emph>ই-মেইল</emph> ক্ষেত্রে উল্লেখিত প্রাপকের ঠিকানায়।"
+
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"hd_id3155628\n"
+"6\n"
+"help.text"
+msgid "News"
+msgstr "খবর"
+
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"par_id3149955\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_RB_LINKTYP_NEWS\">Assigns a news address to the hyperlink.</ahelp> Clicking the hyperlink in the document will open a new message document to the news group you entered in the <emph>Receiver</emph> field."
+msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_RB_LINKTYP_NEWS\">হাইপারলিংকে একটি নতুন ঠিকানা নিযুক্ত করে।</ahelp> Clicking the hyperlink in the document will open a new message document to the news group you entered in the <emph>Receiver</emph> field."
+
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"hd_id3149580\n"
+"8\n"
+"help.text"
+msgid "Receiver"
+msgstr "প্রাপক"
+
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"par_id3153665\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"HID_HYPERDLG_MAIL_PATH\">Specifies the full URL of the addressee, in the form mailto:name@provider.com or news:group.server.com.</ahelp> You can also use drag-and-drop."
+msgstr "<ahelp hid=\"HID_HYPERDLG_MAIL_PATH\">ঠিকানার পূর্ণ URL উল্লেখ করে, প্রতি চিঠি:name@provider.com বা news:group.server.com এই গঠনে</ahelp> আপনি নিম্নপ্রসারণ ও ব্যবহার করতে পারেন।"
+
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"hd_id3143270\n"
+"14\n"
+"help.text"
+msgid "Data Sources"
+msgstr "ডাটাসোর্স"
+
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"par_id3149514\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_IMAGEBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_BTN_ADRESSBOOK\">Hides or shows the data source browser.</ahelp> Drag the receiver's <emph>E-mail</emph> data field from the data source browser into the <emph>Receiver</emph> text field."
+msgstr "<ahelp hid=\"SVX_IMAGEBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_BTN_ADRESSBOOK\">ডাটাসোর্স ব্রাউজার লুকায় বা দেখায়।</ahelp> প্রাপকের <emph>ইমেইল</emph> ডাটাক্ষেত্র ডাটাসোর্স ব্রাউজার থেকে <emph>প্রাপকের</emph> টেক্সট ক্ষেত্রে টেনে আনে।"
+
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"hd_id3153332\n"
+"12\n"
+"help.text"
+msgid "Subject"
+msgstr "বিষয়"
+
+#: 09070200.xhp
+msgctxt ""
+"09070200.xhp\n"
+"par_id3153821\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_HYPERLINK_MAIL_ED_SUBJECT\">Specifies the subject that is inserted in the subject line of the new message document.</ahelp>"
+msgstr "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_HYPERLINK_MAIL_ED_SUBJECT\">বিষয় যা নতুন বার্তার নথির বিষয় লাইনে সন্নিবেশ করা হয়েছে তা উল্লেখ করে।</ahelp>"
+
+#: 24060000.xhp
+msgctxt ""
+"24060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Brightness"
+msgstr "উজ্জ্বলতা"
+
+#: 24060000.xhp
+msgctxt ""
+"24060000.xhp\n"
+"hd_id3153514\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24060000.xhp\" name=\"Brightness\">Brightness</link>"
+msgstr "<link href=\"text/shared/02/24060000.xhp\" name=\"Brightness\">উজ্জ্বলতা</link>"
+
+#: 24060000.xhp
+msgctxt ""
+"24060000.xhp\n"
+"par_id3152821\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GrafLuminance\" visibility=\"visible\">Specifies the brightness for the selected graphic object.</ahelp> Values from -100% (only black) to +100% (only white) are possible."
+msgstr "<ahelp hid=\".uno:GrafLuminance\" visibility=\"visible\">নির্বাচিত গ্রাফিক বস্তুর জন্য উজ্জ্বলতা উল্লেখ করে।</ahelp> মান -১০০% (শুধু কালো) হতে +১০০% (শুধু সাদা) পর্যন্ত সম্ভব।"
+
+#: 24060000.xhp
+msgctxt ""
+"24060000.xhp\n"
+"par_id3150808\n"
+"help.text"
+msgid "<image src=\"res/sc10863.png\" id=\"img_id3146130\"><alt id=\"alt_id3146130\">Icon</alt></image>"
+msgstr "<image src=\"res/sc10863.png\" id=\"img_id3146130\"><alt id=\"alt_id3146130\">আইকন</alt></image>"
+
+#: 24060000.xhp
+msgctxt ""
+"24060000.xhp\n"
+"par_id3154927\n"
+"3\n"
+"help.text"
+msgid "Brightness"
+msgstr "উজ্জ্বলতা"
+
+#: 07090000.xhp
+msgctxt ""
+"07090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Export Directly as PDF"
+msgstr "PDF হিসেবে সরাসরি নিয়ে আসছে"
+
+#: 07090000.xhp
+msgctxt ""
+"07090000.xhp\n"
+"hd_id3146946\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/07090000.xhp\" name=\"Export Directly as PDF\">Export Directly as PDF</link>"
+msgstr "<link href=\"text/shared/02/07090000.xhp\" name=\"Export Directly as PDF\">PDF হিসেবে সরাসরি নিয়ে আসছে</link>"
+
+#: 07090000.xhp
+msgctxt ""
+"07090000.xhp\n"
+"par_id3085157\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ExportDirectToPDF\" visibility=\"visible\">Exports the current document directly as PDF. No settings dialog is shown.</ahelp>"
+msgstr "<ahelp hid=\".uno:ExportDirectToPDF\" visibility=\"visible\">বর্তমান নথি সরাসরি PDF হিসেবে এক্সপোর্ট করে। কোন সেটিং ডায়ালগ দেখায় নয়।</ahelp>"
+
+#: 09030000.xhp
+msgctxt ""
+"09030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hyperlink"
+msgstr "হাইপারলিঙ্ক"
+
+#: 09030000.xhp
+msgctxt ""
+"09030000.xhp\n"
+"hd_id3154094\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/09030000.xhp\" name=\"Hyperlink\">Hyperlink</link>"
+msgstr "<link href=\"text/shared/02/09030000.xhp\" name=\"Hyperlink\">হাইপারলিঙ্ক</link>"
+
+#: 09030000.xhp
+msgctxt ""
+"09030000.xhp\n"
+"par_id3151100\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SetHyperlink\">Inserts a hyperlink from the current URL into your document.</ahelp> The <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link> address is taken from the entry in the <emph>Internet URLs </emph>combo box, and the name of the link is taken from the <emph>URL Name</emph> combo box."
+msgstr "<ahelp hid=\".uno:SetHyperlink\">আপনার নথিতে বর্তমান URL থেকে হাইপারলিংক সন্নিবেশ করে।</ahelp> <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link> ঠিকানা <emph>ইন্টারনেট URLs </emph>কম্বো বাক্স হতে নেয়া হয়, এবং নাম <emph>URL নাম</emph> কম্বো বাক্স হতে নেয়া হয়।"
+
+#: 09030000.xhp
+msgctxt ""
+"09030000.xhp\n"
+"par_id3149760\n"
+"3\n"
+"help.text"
+msgid "You can insert the <link href=\"text/shared/00/00000002.xhp#hyperlink\" name=\"hyperlink\">hyperlink</link> as text or as a button. Click the arrow next to the <emph>Hyperlink</emph> icon, then select <emph>As text</emph> or <emph>As button </emph>from the menu. The hyperlink is then inserted at the current cursor location."
+msgstr "আপনি <link href=\"text/shared/00/00000002.xhp#hyperlink\" name=\"hyperlink\">হাইপারলিংককে</link> টেক্সট বা বোতাম হিসেবে সন্নিবেশ করতে পারেন। <emph>হাইপারলিংক</emph> আইকনের পাশে ক্লিক করুন, এরপর মেনু হতে <emph>টেক্সট হিসেবে</emph> বা <emph>বোতাম হিসেবে </emph> নির্বাচন করুন। এরপর হাইপারলিংক বর্তমান কার্সার অবস্থানে সন্নিবেশ করা হয়।"
+
+#: 09030000.xhp
+msgctxt ""
+"09030000.xhp\n"
+"par_id3145345\n"
+"help.text"
+msgid "<image id=\"img_id3156426\" src=\"cmd/sc_chainframes.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156426\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156426\" src=\"cmd/sc_chainframes.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156426\">আইকন</alt></image>"
+
+#: 09030000.xhp
+msgctxt ""
+"09030000.xhp\n"
+"par_id3154824\n"
+"4\n"
+"help.text"
+msgid "Hyperlink"
+msgstr "হাইপারলিঙ্ক"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Find Record"
+msgstr "রেকর্ড খুঁজুন"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"bm_id3146936\n"
+"help.text"
+msgid "<bookmark_value>tables in databases; searching</bookmark_value> <bookmark_value>forms; browsing</bookmark_value> <bookmark_value>records; searching in databases</bookmark_value> <bookmark_value>searching; databases</bookmark_value> <bookmark_value>databases; searching records</bookmark_value>"
+msgstr "<bookmark_value>tables in databases; searching</bookmark_value> <bookmark_value>forms; browsing</bookmark_value> <bookmark_value>records; searching in databases</bookmark_value> <bookmark_value>searching; databases</bookmark_value> <bookmark_value>databases; searching records</bookmark_value>"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3146936\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"datensatzsuche\"><link href=\"text/shared/02/12100200.xhp\" name=\"Find Record\">Find Record</link></variable>"
+msgstr "<variable id=\"datensatzsuche\"><link href=\"text/shared/02/12100200.xhp\" name=\"Find Record\">রেকর্ড খুঁজুন</link></variable>"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3147588\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"suchentext\"><ahelp hid=\".uno:RecSearch\" visibility=\"hidden\">Searches database tables and forms.</ahelp> In forms or database tables, you can search through data fields, list boxes, and check boxes for specific values. </variable>"
+msgstr "<variable id=\"suchentext\"><ahelp hid=\".uno:RecSearch\" visibility=\"hidden\">ডাটাবেস সারণি এবং ফরম অনুসন্ধান করে।</ahelp>ফরম বা ডাটাবেজে, আপনি উল্লেখিত মানের জন্য ডাটা ক্ষেত্র, তালিকা বাক্স এবং পরীক্ষণ বাক্সে অনুসন্ধান চালাতে পারেন। </variable>"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3149355\n"
+"3\n"
+"help.text"
+msgid "When searching a table, the data fields of the current table are searched. When searching in a form, the data fields of the table linked with the form are searched."
+msgstr "একটি সারণি অনুসন্ধানের সময়, বর্তমান সারণির তথ্য ক্ষেত্র অনুসন্ধান করা হয়। একটি ফরম অনুসন্ধাণের সময়, সংযুক্ত সারণির তথ্য ক্ষেত্র অনুসন্ধান করা হয়।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153394\n"
+"111\n"
+"help.text"
+msgid "The search described here is carried out by <item type=\"productname\">%PRODUCTNAME</item>. If you want to use the SQL server to search in a database, then you should use the <link href=\"text/shared/02/12110000.xhp\" name=\"Form-based Filters\">Form-based Filters</link> icon on the <link href=\"text/shared/main0213.xhp\" name=\"Form Bar\">Form Bar</link>."
+msgstr "এখানে বর্ণিত অনুসন্ধান <item type=\"productname\">%PRODUCTNAME</item> থেকে পাওয়া যায়। যদি আপনি ডাটাবেজে অনুসন্ধাণের জন্য SQL সার্ভার ব্যবহার করতে চান, তবে আপনাকে <link href=\"text/shared/main0213.xhp\" name=\"Form Bar\">ফরম বারে</link> <link href=\"text/shared/02/12110000.xhp\" name=\"Form-based Filters\">ফরম-ভিত্তিক পরিশোধক</link> আইকন ব্যবহার করতে হবে।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3149095\n"
+"110\n"
+"help.text"
+msgid "The search function is also available for table controls. When calling the search function from a table control, you can search each column of the table control corresponding to the database columns of the linked database table."
+msgstr "সারণি কন্ট্রোলের জন্যও অনুসন্ধান ফাংশনটি পাওয়া যায়। সারণি কন্ট্রোল হতে একটি অনুসন্ধান ফাংশন ব্যবহারের সময়, আপনি সংযুক্ত ডাটাবেস সারণির ডাটাবেস কলামের সাথে সঙ্গতিপূর্ণ সারণি কন্ট্রোলের প্রত্যেকটি কলাম অনুসন্ধান করতে পারেন।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3143267\n"
+"112\n"
+"help.text"
+msgid "Search for"
+msgstr "যার জন্য অনুসন্ধান"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153527\n"
+"113\n"
+"help.text"
+msgid "Specifies the type of search."
+msgstr "অনুসন্ধানের ধরন ব্যাখ্যা করে।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3153683\n"
+"6\n"
+"help.text"
+msgid "Text:"
+msgstr "টেক্সট:"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3154823\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXDLG_SEARCHFORM_RB_SEARCHFORTEXT\">Enter the search term in the box or select it from the list.</ahelp> The text under the cursor is already copied into the <emph>Text</emph> combo box. Note that while running a search in a form, tabs and line breaks cannot be processed."
+msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXDLG_SEARCHFORM_RB_SEARCHFORTEXT\">বাক্সে একটি অনুসন্ধান শর্ত সন্নিবেশ করুন বা তালিকা থেকে নির্বাচন করুন।</ahelp> কারসারের নিচে থাকা পাঠ্যটি ইতোমধ্যে <emph>পাঠ্য</emph> কম্বো বাক্সে অনুলিপি করা হয়েছে। খেয়াল করুন, ফর্মে অনুসন্ধান চালানোর সময়, ট্যাব এবং লাইন বিরতি প্রয়োগ করা যায়না।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3148539\n"
+"8\n"
+"help.text"
+msgid "Your search terms will be saved as long as the table or the formula document is open. If you are running more than one search and you would like to repeat the search term, you can select a previously used search term from the combo box."
+msgstr "সারণি বা সূত্র নথি খোলার সাথে সাথে আপনার অনুসন্ধান শর্ত সংরক্ষিত হবে। যদি আপনি একাধিক অনুসন্ধান চালান এবং অনুসন্ধান শর্ত পুনরায় প্রয়োগ করতে চান, তবে আপনি কম্বো বাক্স থেকে পূর্বব্যবহৃত অনুসন্ধান শর্ত নির্বাচন করতে পারেন।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3153662\n"
+"114\n"
+"help.text"
+msgid "Field content is NULL"
+msgstr "ক্ষেত্রের উপাদান নাল"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153543\n"
+"115\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXDLG_SEARCHFORM_RB_SEARCHFORNULL\">Specifies that fields will be found that contain no data.</ahelp>"
+msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXDLG_SEARCHFORM_RB_SEARCHFORNULL\"> উল্লেখ করে যে ক্ষেত্র খুঁজে পাওয়া হবে যে কোনও ডাটা ধারণ করে না।</ahelp>"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3153717\n"
+"116\n"
+"help.text"
+msgid "Field content is not NULL"
+msgstr "ক্ষেত্রের উপাদান নাল নয়"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3143270\n"
+"117\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXDLG_SEARCHFORM_RB_SEARCHFORNOTNULL\">Specifies that fields will be found that contain data.</ahelp>"
+msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXDLG_SEARCHFORM_RB_SEARCHFORNOTNULL\">উল্লেখ করে যে ক্ষেত্র খুঁজে পাওয়া হবে যেটি ডাটা ধারণ করে।</ahelp>"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3156153\n"
+"9\n"
+"help.text"
+msgid "Where to search"
+msgstr "কোথায় খোঁজা হবে"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3149164\n"
+"10\n"
+"help.text"
+msgid "Specifies the fields for the search."
+msgstr "অনুসন্ধানের ক্ষেত্র ব্যাখ্যা করে।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3154564\n"
+"105\n"
+"help.text"
+msgid "Form"
+msgstr "আকার, ফরম"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3159176\n"
+"106\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXDLG_SEARCHFORM_LB_FORM\">Specifies the logical form in which you want the search to take place.</ahelp>"
+msgstr "<ahelp hid=\"SVX_LISTBOX_RID_SVXDLG_SEARCHFORM_LB_FORM\">যৌক্তিক গঠন উল্লেখ করে যাতে আপনি আপনার অনুসন্ধান রাখতে চান।</ahelp>"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3155434\n"
+"107\n"
+"help.text"
+msgid "The<emph> Form </emph>combo box is only visible if the current document is a form document with more than one logical form. It does not appear during a search in tables or queries."
+msgstr "<emph> ফর্ম </emph> কম্বো বাক্স তখনই দৃশ্যমান হয় যখন বর্তমান নথি একের অধিক যৌক্তিক ফর্ম নিয়ে একটি ফর্ম নথি। একটি সারণি বা কোয়েরিয় অনুসন্ধানের সময়"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3151384\n"
+"108\n"
+"help.text"
+msgid "Form documents may contain multiple logical forms. These are individual form components, which are each linked to a table."
+msgstr "গঠন নথি একাধিক যৌক্তক গঠন ধারণ করতে পারে। এগুলো স্বতন্ত্র গঠন উপকরণ, যেগুলো একটি সারণির সাথে যুক্ত।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3145086\n"
+"109\n"
+"help.text"
+msgid "The <emph>Form</emph> combo box contains the names of all logical forms for which controls exist."
+msgstr "<emph>গঠন</emph> কম্বো বাক্স সব যৌক্তিক গঠনের নাম ধারণ করে যার জন্য নিয়ন্ত্রণ উপস্থিত।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3159414\n"
+"11\n"
+"help.text"
+msgid "All Fields"
+msgstr "সব ক্ষেত্র"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153896\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_ALLFIELDS\">Searches through all fields.</ahelp> If you are running a search in a table, all fields in the table will be searched. If you are running a search in a form, all fields of the logical form (entered under <emph>Form</emph>) will be searched. If you are running a search in a table control field, all columns that are linked to a valid database table field will be searched."
+msgstr "<ahelp hid=\"HID_SEARCH_ALLFIELDS\"> সমস্ত ক্ষেত্রের মধ্য দিয়ে অনুসন্ধান।</ahelp> যদি আপনি একটি টেবিলে একটি অনুসন্ধান চালাচ্ছেন, টেবিলে সমস্ত ক্ষেত্র অনুসন্ধান করা হবে। যদি আপনি একটি আকারে একটি অনুসন্ধান চালাচ্ছেন, যৌক্তিক আকারের সমস্ত ক্ষেত্র (ের অধীনে ঢুকিয়েছিলেন<emph> আকার</emph>) অনুসন্ধান করা হবে। যদি আপনি একটি টেবিল নিয়ন্ত্রণ ক্ষেত্র, সমস্ত কলামে একটি অনুসন্ধান চালাচ্ছেন যে একটি কার্যকর ডাটাবেস টেবিল ক্ষেত্রে সংযোগ করা হয় অনুসন্ধান করা হয়।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3151054\n"
+"13\n"
+"help.text"
+msgid "Note that the fields of the current logical form do not have to be identical to the fields of the form document. If the form document contains fields that point to multiple data sources (that is, multiple logical forms), the <emph>All Fields</emph> option will only search for the fields linked to data sources in the form document."
+msgstr "নোট যে বর্তমান যৌক্তিক আকারের ক্ষেত্র আকার নথির ক্ষেত্রে অনুরূপ হতে না। যদি আকার নথিএকাধিক ডাটা উৎসতে সেই বিন্দুটি ধারণ করে ক্ষেত্রয় (সেইটি, একাধিক যৌক্তিক রূপ),<emph> সমস্ত ক্ষেত্র</emph> অপশন আকার নথিতে ডাটা উৎসতে ক্ষেত্রের জন্য কেবল অনুসন্ধান করবে সংযোগ করবে।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3150865\n"
+"15\n"
+"help.text"
+msgid "Single field"
+msgstr "একক ক্ষেত্র"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153360\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXDLG_SEARCHFORM_RB_SINGLEFIELD\">Searches through a specified data field.</ahelp>"
+msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXDLG_SEARCHFORM_RB_SINGLEFIELD\">একটি উল্লেখিত তথ্য ক্ষেত্রে অনুসন্ধান করে।</ahelp>"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3154365\n"
+"17\n"
+"help.text"
+msgid "Settings"
+msgstr "মানসমূহ"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3158408\n"
+"18\n"
+"help.text"
+msgid "Defines settings to control the search."
+msgstr "অনুসন্ধানের ক্ষেত্র ব্যাখ্যা করে।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3149809\n"
+"19\n"
+"help.text"
+msgid "Position"
+msgstr "অবস্থান"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3148673\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_POSITION\">Specifies the relationship of the search term and the field contents.</ahelp> The following options are available:"
+msgstr "<ahelp hid=\"HID_SEARCH_POSITION\">অনুসন্ধান শর্ত এবং ক্ষেত্র উপাদানের সম্পর্ক উল্লেখ করে।</ahelp> নিম্নোক্ত অপশনগুলো প্রাপ্তিসাধ্য:"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3156280\n"
+"21\n"
+"help.text"
+msgid "anywhere in the field"
+msgstr "ক্ষেত্রের যেকোনো জায়গায়"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3145744\n"
+"22\n"
+"help.text"
+msgid "Returns all fields containing the search pattern anywhere in the field."
+msgstr "ক্ষেত্রের যেকোনো জায়গায় অনুসন্ধান প্যাটার্ন ধারণকারী সব ক্ষেত্র ফিরিয়ে দেয়।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3148451\n"
+"23\n"
+"help.text"
+msgid "beginning of field"
+msgstr "ক্ষেত্রের শুরুতে"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3155429\n"
+"24\n"
+"help.text"
+msgid "Returns all fields containing the search pattern at the beginning of the field."
+msgstr "ক্ষেত্রের শুরুতে অনুসন্ধান প্যাটার্ন ধারণকারী সব ক্ষেত্র ফিরিয়ে দেয়।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3155131\n"
+"74\n"
+"help.text"
+msgid "end of field"
+msgstr "ক্ষেত্রের শেষে"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153726\n"
+"75\n"
+"help.text"
+msgid "Returns all fields containing the search pattern at the end of the field."
+msgstr "ক্ষেত্রের শেষে অনুসন্ধান প্যাটার্ন ধারণকারী সব ক্ষেত্র ফিরিয়ে দেয়।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3147317\n"
+"25\n"
+"help.text"
+msgid "entire field"
+msgstr "সম্পূর্ণ ক্ষেত্রে"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3154127\n"
+"26\n"
+"help.text"
+msgid "Returns all fields containing the search pattern as an exact match to the contents of the field."
+msgstr "ক্ষেত্রের উপকরণের সাথে মিল রেখে অনুসন্ধান প্যাটার্ন ধারণকারী সব ক্ষেত্র ফিরিয়ে দেয়।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3152886\n"
+"27\n"
+"help.text"
+msgid "If the <emph>Wildcard expression</emph> check box is marked, this function is not available."
+msgstr "যদি <emph>ওয়াইল্ডকার্ড প্রকাশ</emph> পরীক্ষা বাক্স চিহ্নিত করা হয়, এই ফাংশনটি প্রাপ্তিসাধ্য হয়না।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3149664\n"
+"28\n"
+"help.text"
+msgid "Apply field format"
+msgstr "ক্ষেত্র বিন্যাস প্রয়োগ করে"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3146975\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_FORMATTER\">Specifies that all field formats are considered when searching in the current document.</ahelp> Field formats are all visible formats that are created using the following possibilities:"
+msgstr "<ahelp hid=\"HID_SEARCH_FORMATTER\">উল্লেখ করে যে বর্তমান নথিতে অনুসন্ধানের সময় সব ক্ষেত্র বিন্যাস বিবেচনা করা হয়।</ahelp> ক্ষেত্র বিন্যাস হল সব দৃশ্যমান বিন্যাস যা নিম্নোক্ত সম্ভাবনা ব্যবহার করে তৈরি করা হয়েছে:"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3150103\n"
+"78\n"
+"help.text"
+msgid "in table design mode for field properties,"
+msgstr "ক্ষেত্র বৈশিষ্ট্যের জন্য সারণি ডিজাইন মোডে,"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3150488\n"
+"79\n"
+"help.text"
+msgid "in data source view on column formatting,"
+msgstr "কলাম বিন্যাসে ডাটা উৎসের প্রদর্শনে,"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3152941\n"
+"80\n"
+"help.text"
+msgid "in forms on control properties."
+msgstr "নিয়ন্ত্রণ বৈশিষ্ট্যের ফরমে,"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3156736\n"
+"81\n"
+"help.text"
+msgid "If the <emph>Apply field format</emph> box is marked, the data source view of the table or form is searched using the formatting set there. If the box is not marked, the database is searched using the formatting saved in the database."
+msgstr "যদি <emph>ক্ষেত্র বিন্যাস প্রয়োগ</emph> বাক্স চিহ্নিত করা হয়, তবে এখানে বিন্যাসণ সেট ব্যবহার করে একটি সারণি বা ফর্মের ডাটাসোর্স দর্শন অনুসন্ধান করা হয়। যদি বাক্সটিকে চিহ্নিত না করা হয়, তবে ডাটাবেজে সংরক্ষিত বিন্যাসণ দিয়ে ডাটাবেস সংরক্ষণ করা হয়।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3151280\n"
+"82\n"
+"help.text"
+msgid "Example:"
+msgstr "উদাহরণ:"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3149959\n"
+"83\n"
+"help.text"
+msgid "You have a date field, which is saved in \"DD.MM.YY\" format in the database (for example, 17.02.65). The format of the entry is changed in the data source view to \"DD MMM YYYY\" (17 Feb 1965). Following this example, a record containing February 17 is only found when the <emph>Apply field format</emph> option is on:"
+msgstr "একটি তারিখ ক্ষেত্র রয়েছে, যা ডাটাবেসে \"DD.MM.YY\" বিন্যাস হিসেবে সংরক্ষিত থাকে (যেমন, 17.02.65)। এন্ট্রির বিন্যাসটি ডাটা সোর্স প্রদর্শনের \"DD MMM YYYY\" (17 Feb 1965) তে পরিবর্তীত হয়। উদাহরণটির মত, February 17 ধারণকারী একটি রেকর্ড শুধুমাত্র <emph>ক্ষেত্রের বিন্যাস প্রয়োগ</emph> অপশনটি সক্রিয় থাকলে পাওয়া যাবে:"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3150593\n"
+"84\n"
+"help.text"
+msgid "Apply field format"
+msgstr "ক্ষেত্র বিন্যাস প্রয়োগ করে"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3145253\n"
+"85\n"
+"help.text"
+msgid "Search pattern"
+msgstr "প্যাটার্ন অনুসন্ধান"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3083279\n"
+"86\n"
+"help.text"
+msgid "on"
+msgstr "চালু"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3155850\n"
+"87\n"
+"help.text"
+msgid "\"Feb\" is returned, but not \"2\"."
+msgstr "\"ফেব্রু\" ফিরে এসেছে, \"২\" নয়।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3148590\n"
+"88\n"
+"help.text"
+msgid "off"
+msgstr "বন্ধ"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153418\n"
+"89\n"
+"help.text"
+msgid "\"2\" is returned, but not \"Feb\"."
+msgstr "\"২\" ফিরে এসেছে, \"ফেব্রু\" নয়।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3151321\n"
+"90\n"
+"help.text"
+msgid "It is recommended that you always search using field formatting."
+msgstr "এটি জোর দিয়ে বলা হয়েছে আপনি ক্ষেত্র বিন্যাস ব্যবহার করে সবসময় অনুসন্ধান করুন।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3149401\n"
+"91\n"
+"help.text"
+msgid "The following examples show possible issues when searching without field formatting. These issues depend on the database used and only occur for certain internal default formatting:"
+msgstr "নিম্নোক্ত উদাহরণগুলো ক্ষেত্র বিন্যাস ছাড়া অনুসন্ধানের সম্ভাব্য ইস্যু দেখায়। ডাটাবেস ব্যবহারের উপর এই ইস্যু নির্ভর করে এবং শুধু যখন নিশ্চিত কিছু আভ্যন্তরীণ পূর্বনির্ধারিত বিন্যাসণে ঘটে:"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3152971\n"
+"92\n"
+"help.text"
+msgid "Search results"
+msgstr "অনুসন্ধান ‌ফলাফল"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3154273\n"
+"93\n"
+"help.text"
+msgid "Cause"
+msgstr "কারণ"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153836\n"
+"94\n"
+"help.text"
+msgid "\"5\" returns \"14:00:00\" as a time"
+msgstr "\"৫\" ফিরিয়ে দেয় \"১৪:০০:০০\" সময় হিসেবে"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3156332\n"
+"95\n"
+"help.text"
+msgid "Time fields are not defined for dBASE databases and must be simulated. To internally display the time \"14:00:00\", a 5 is necessary."
+msgstr "dBASE ডাটাবেসের জন্য সময় ক্ষেত্র নির্ধারণ করা হয়নি এবং অবশ্যই তৈরি করে নিতে হবে। আভন্তরীণ ভাবে সময় \"14:00:00\" প্রদর্শন করতে, একটি 5 প্রয়োজনীয়।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3157965\n"
+"96\n"
+"help.text"
+msgid "\"00:00:00\" returns all records of a standard date field"
+msgstr "\"০০:০০:০০\" আদর্শ ডাটা ক্ষেত্রের সব রেকর্ড ফিরিয়ে দেয়"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3146081\n"
+"97\n"
+"help.text"
+msgid "The database stores a date value internally using a combined date/time field."
+msgstr "ডাটাবেসটি একটি মিলিত তারিখ/সময় ক্ষেত্র ব্যবহার করে আভ্যন্তরিণভাবে তারিখ মান সংরক্ষণ করে।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3155764\n"
+"98\n"
+"help.text"
+msgid "\"45.79\" does not return \"45.79\" although the <emph>entire field</emph> option is selected under <emph>Position</emph>."
+msgstr "\"45.79\", \"45.79\" ফিরিয়ে দেয় না যদিও <emph>সম্পূর্ণ ক্ষেত্র</emph> অপশনটি <emph>অবস্থানের</emph> অধীনে নির্বাচিত হয়।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3155518\n"
+"99\n"
+"help.text"
+msgid "The view shown does not match what is stored internally. For example, if value 45.789 is stored in the database as a field of type Number/Double and the shown formatting is set to display only two decimals, \"45.79\" is only returned in searches with field formatting."
+msgstr "দেখা দেখােনি মিলেছিল যার অভ্যন্তরীণভাবে সংরক্ষণ করা হয়। উদাহরণের জন্য, যদি মূল্য 45 789 ধরন Number/Doubleএর একটি ক্ষেত্র হিসেবে ডাটাবেসে সংরক্ষণ করা হয় এবং প্রদর্শিত ফরম্যাট করছে কেবল দুই দশমিক প্রদর্শন করতে নিযুক্ত করা হয়, \" 45 79 \" ক্ষেত্রের সঙ্গে অনুসন্ধানে কেবল ফিরে আসওয়া হচ্ছে ফরম্যাট করা হচ্ছে।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3148481\n"
+"100\n"
+"help.text"
+msgid "In this case, standard formatting is formatting that refers to the internally stored data. It is not always visible to the user, especially if it is used for simulating data types (for example, time fields in dBASE databases). This depends on the database used and the individual data type. Searching with field formatting is appropriate if you only want to find what is actually shown. This includes fields of type Date, Time, Date/Time and Number/Double."
+msgstr "এই খাপেটি, প্রমাণ ফরম্যাট করছে ফরম্যাট করছে যে অভ্যন্তরীণভাবে সঞ্চিত ডাটাতে উল্লেখ করে। এইটি ব্যবহারকারীতে সবসময় দৃশ্যমান নয়, বিশেষভাবে যদি এইটি ডাটা ধরন সিমুলেট করার জন্য ব্যবহার করা হয় (dBASE ডাটাবেসে উদাহরণ, সময় ক্ষেত্রের জন্য)। এইটি ডাটাবেস এবং স্বতন্ত্র ডাটা ধরনে নির্ভর করে ব্যবহার করে। ক্ষেত্র ফরম্যাট করছে উপযুক্তের সঙ্গে অনুসন্ধান করছে যদি আপনি খুঁজে পেতে কেবল চান যার প্রকৃতপক্ষে দেখাওয়া হয়। এইটি ধরন তারিখ, সময়, Date/Time এবং Number/Doubleএর ক্ষেত্র অন্তর্ভুক্ত করে।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3154507\n"
+"31\n"
+"help.text"
+msgid "However, searching without <emph>Apply field format </emph>is appropriate for larger databases with no formatting issues, because it is faster."
+msgstr "যাহোক, <emph>ক্ষেত্র বিন্যাস প্রয়োগ</emph> ব্যতীত অনুসন্ধান কোন বিন্যাসণ ইস্যু ছাড়া বড় ডাটাবেসের জন্য যথার্থ, কারণ এটি দ্রুততর।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153355\n"
+"118\n"
+"help.text"
+msgid "If you are searching the values of check boxes, and <emph>Apply field format</emph> is on, then you will receive a \"1\" for marked check boxes, a \"0\" for unmarked check boxes, and an empty string for undefined (tristate) check boxes. If the search has been carried out with <emph>Apply field format</emph> set to off, you will see the language-dependent default values \"TRUE\" or \"FALSE\"."
+msgstr "যদি আপনি পরীক্ষণ বাক্সের মান খুঁজতে থাকেন, <emph>ক্ষেত্র বিন্যাস প্রয়োগ</emph> চালু থাকে, তবে আপনি চিহ্নিত পরীক্ষণ বাক্সের জন্য \"1\" পাবেন, চিহ্নবিহীন পরীক্ষণ বাক্সের জন্য \"0\" পাবেন, সংজ্ঞাবিহীন (তিন অবস্থার) পরীক্ষণ বাক্সের জন্য একটি খালি স্ট্রিং পাবেন। যদি অনুসন্ধান <emph>ক্ষেত্র বিন্যাস প্রয়োগ</emph> এর সাথে বন্ধ করা হয়, তবে আপনি ভাষা-নির্ভর পূর্বনির্ধারিত মান \"TRUE\" বা \"FALSE\" দেখতে পাবেন।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3150995\n"
+"119\n"
+"help.text"
+msgid "If you use <emph>Apply field format</emph> when searching in list boxes, you find the text displayed in list boxes. If you do not use <emph>Apply field format,</emph> you will find the contents corresponding to the standard field format."
+msgstr "তালিকা বাক্সে আপনি যখন <emph>ক্ষেত্র বিন্যাস প্রয়োগ</emph> ব্যবহার করেন, আপনি তালিকা বাক্সে পাঠ্য প্রদর্শিত অবস্থায় খুঁজে পাবেন। যদি আপনি <emph>ক্ষেত্র বিন্যাস প্রয়োগ</emph> ব্যবহার না করেন, তবে আপনি দেখবেন যে উপাদানগুলো আদর্শ ক্ষেত্র বিন্যাসের অনুরূপ।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3150387\n"
+"32\n"
+"help.text"
+msgid "Match case"
+msgstr "নমুনা বা অবস্থার সাদৃশ্যতা মেলানো"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3159267\n"
+"33\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_CASE\">Specifies that upper and lower case are taken into consideration during the search.</ahelp>"
+msgstr "<ahelp hid=\"HID_SEARCH_CASE\">উল্লেখ করে যে, অনুসন্ধানের সময় বড় হাতের এবং ছোট হাতের অক্ষর বিবেচনা করা হয়।</ahelp>"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3145297\n"
+"34\n"
+"help.text"
+msgid "Search backwards"
+msgstr "আনুসন্ধান পেছানো"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3151249\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_BACKWARD\">Specifies that the search process will run in reverse direction, from the last to the first record.</ahelp>"
+msgstr "<ahelp hid=\"HID_SEARCH_BACKWARD\">উল্লেখ করে যে, অনুসন্ধান প্রক্রিয়া রেকর্ডের প্রথম থেকে শেষ পর্যন্ত উল্টোদিকে চলবে।</ahelp>"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3152484\n"
+"36\n"
+"help.text"
+msgid "From top / From bottom"
+msgstr "শীর্ষ হতে / তলদেশ হতে"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3156316\n"
+"37\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_STARTOVER\">Restarts the search. A forward search restarts with the first record. A backwards search restarts with the last record.</ahelp>"
+msgstr "<ahelp hid=\"HID_SEARCH_STARTOVER\">অনুসন্ধান পুনরায় শুরু করে। একটি অগ্রগামী প্রথম রেকর্ড হতে পুনরায় শুরু হতে। একটি নিম্নগামী অনুসন্ধান শেষ রেকর্ড হতে পুনরায় শুরু হয়।</ahelp>"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3163724\n"
+"38\n"
+"help.text"
+msgid "Wildcard expression"
+msgstr "ওয়াইল্ডকার্ড প্রকাশ"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3149255\n"
+"64\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_WILDCARD\" visibility=\"hidden\">Allows a search with a * or ? wildcard.</ahelp> You can use the following wildcards:"
+msgstr "<ahelp hid=\"HID_SEARCH_WILDCARD\" visibility=\"hidden\">একটি * বা ? ওয়াইল্ডকার্ড নিয়ে অনুসন্ধান অনুমোদন করে।</ahelp> আপনি নিম্নোক্ত ওয়াইল্ডকার্ড ব্যবহার করতে পারেন:"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3146317\n"
+"39\n"
+"help.text"
+msgid "Wildcards"
+msgstr "ওয়াইল্ডকার্ড"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3150298\n"
+"40\n"
+"help.text"
+msgid "Meaning"
+msgstr "অর্থ"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153919\n"
+"41\n"
+"help.text"
+msgid "Example"
+msgstr "উদাহরণ"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3158411\n"
+"42\n"
+"help.text"
+msgid "?"
+msgstr "?"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3148874\n"
+"43\n"
+"help.text"
+msgid "for exactly one arbitrary character"
+msgstr "একটি মাত্র অযৌক্তিক অক্ষরের জন্য"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3150365\n"
+"44\n"
+"help.text"
+msgid "\"?loppy\" returns \"Floppy\""
+msgstr "\"?loppy\" returns \"Floppy\""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3166426\n"
+"65\n"
+"help.text"
+msgid "\"M?ller\" returns, for example, Miller and Moller"
+msgstr "\"M?ller\" returns, for example, Miller and Moller"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3148803\n"
+"45\n"
+"help.text"
+msgid "*"
+msgstr "*"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3156138\n"
+"46\n"
+"help.text"
+msgid "for 0 or more arbitrary characters"
+msgstr "০ বা আরও অযৌক্তিক অক্ষরের জন্য"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3146135\n"
+"47\n"
+"help.text"
+msgid "\"*-*\" returns \"ZIP-Drive\" and \"CD-ROM\""
+msgstr "\"*-*\" returns \"ZIP-Drive\" and \"CD-ROM\""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3155582\n"
+"66\n"
+"help.text"
+msgid "\"M*er\" returns all entries starting with an \"M\" and ending in \"er\" (for example, Miller, Moller, Mather)"
+msgstr "\"M*er\" returns all entries starting with an \"M\" and ending in \"er\" (for example, Miller, Moller, Mather)"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3145762\n"
+"48\n"
+"help.text"
+msgid "If you want to search for the actual characters ? or *, preface them with a backslash: \"\\?\" or \"\\*\". However, this is only necessary when <emph>Wildcard expression</emph> is enabled. When the option is not enabled, the wildcard characters are processed like normal characters."
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3147130\n"
+"49\n"
+"help.text"
+msgid "Regular expression"
+msgstr "সমভাবে বিন্যস্ত, সুসংবদ্ধ প্রকাশ"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3150982\n"
+"50\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_REGULAR\">Searches with regular expressions.</ahelp> The same regular expressions that are supported here are also supported in the <item type=\"productname\">%PRODUCTNAME</item> <link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace dialog\">Find & Replace dialog</link>."
+msgstr ""
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3154718\n"
+"67\n"
+"help.text"
+msgid "Searching with regular expressions offers more options than searching with wildcard expressions. If you search with regular expressions, the following characters correspond to those used in searches with wildcards:"
+msgstr "রেগুলার এক্সপ্রেশন দিয়ে অনুসন্ধান ওয়াইল্ডকার্ড এক্সপ্রেশন দিয়ে অনুসন্ধানের চেয়ে অনেক বেশি অপশন প্রস্তাব করে। যদি আপনি রেগুলার এক্সপ্রেশন দিয়ে অনুসন্ধান চালান, নিম্নোক্ত অক্ষরগুলো ওয়াইল্ডকার্ড দিয়ে অনুসন্ধানে ব্যবহৃতগুলোর অনুরূপ হয়।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153705\n"
+"68\n"
+"help.text"
+msgid "Search with wildcard expression"
+msgstr "ওয়াইল্ড কার্ড প্রকাশের সাথে অনুসন্ধান"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3149209\n"
+"69\n"
+"help.text"
+msgid "Search with regular expressions"
+msgstr "রেগুলার প্রকাশের সাথে অনুসন্ধান"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3151045\n"
+"70\n"
+"help.text"
+msgid "?"
+msgstr "?"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3150384\n"
+"71\n"
+"help.text"
+msgid "."
+msgstr "."
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3153793\n"
+"72\n"
+"help.text"
+msgid "*"
+msgstr "*"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3150428\n"
+"73\n"
+"help.text"
+msgid ".*"
+msgstr ".*"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3150861\n"
+"101\n"
+"help.text"
+msgid "State"
+msgstr "অবস্থা"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3154477\n"
+"102\n"
+"help.text"
+msgid "The <emph>State</emph> line shows the records returned by the search. If the search reaches the end (or the beginning) of a table, the search is automatically continued at the other end."
+msgstr "<emph>অবস্থা</emph> লাইনগুলো অনুসন্ধান দ্বারা ফিরিয়ে দেয়া রেকর্ড দেখায়। যদি অনুসন্ধান একটি সারণির শেষে পৌছায় (বা শুরুতে), অনুসন্ধানটি স্বয়ংক্রিয়ভাবে আরেকপ্রান্তে চলে যায়।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3163720\n"
+"103\n"
+"help.text"
+msgid "In very large databases, finding the record in reverse search order can take some time. In this case, the status bar informs you that the records are still being counted."
+msgstr "অনেক বড় ডাটাবেজে, উল্টো অনুসন্ধান ক্রমে রেকর্ড অনুসন্ধান অনেক সময়সাপেক্ষ। এই অবস্থায়, স্ট্যাটাস বার আপনাকে জানান দেয় যে রেকর্ডগুলো গণনা করা হচ্ছে।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3147389\n"
+"51\n"
+"help.text"
+msgid "Search / Cancel"
+msgstr "অনুসন্ধান / বাতিল"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3154368\n"
+"52\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_BTN_SEARCH\" visibility=\"hidden\">Starts or cancels the search.</ahelp> If the search is successfully completed, the corresponding field in the table is highlighted. You can continue the search by clicking the <emph>Search</emph> button again. You can cancel a search process by clicking the <emph>Cancel</emph> button."
+msgstr "<ahelp hid=\"HID_SEARCH_BTN_SEARCH\" visibility=\"hidden\">অনুসন্ধান শুরু করে বা বাতিল করে।</ahelp> যদি অনুসন্ধান সফলভাবে সম্পূর্ণ হয়, তবে সারণির অনুরূপ ক্ষেত্র হাইলাইট হয়। আপনি <emph>অনুসন্ধান</emph> বোতাম পুনরায় ক্লিক করার মাধ্যমে অনুসন্ধান চালিয়ে যেতে পারেন। আপনি <emph>বাতিল</emph> বোতাম ক্লিক করার মাধ্যমে একটি অনুসন্ধান প্রক্রিয়া বাতিল করতে পারেন।"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"hd_id3145080\n"
+"53\n"
+"help.text"
+msgid "Close"
+msgstr "বন্ধ করুন"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3156166\n"
+"54\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SEARCH_BTN_CLOSE\">Closes the dialog. The settings of the last search will be saved until you quit <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
+msgstr "<ahelp hid=\"HID_SEARCH_BTN_CLOSE\">ডায়ালগ বন্ধ করে। আপনি প্রস্থান না করা পর্যন্ত সেটিং আপনার শেষ অনুসন্ধান সংরক্ষণ করবে<item type=\"productname\">%PRODUCTNAME</item>।</ahelp>"
+
+#: 12100200.xhp
+msgctxt ""
+"12100200.xhp\n"
+"par_id3151183\n"
+"104\n"
+"help.text"
+msgid "If several tables or forms are open, you can set different search options for each document. When you close the documents only the search options of the document last closed are saved."
+msgstr "যদি কয়েকটি সারণি এবং ফরম‌ খোলা, আপনি প্রত্যেক নথির জন্য ভিন্ন অনুসন্ধান অপশন নিযুক্ত করতে পারেন। যখন আপনি নথি বন্ধ করেন তখন শুধু সর্বশেষ বন্ধকৃত অনুসন্ধান অপশন সংরক্ষিত হয়।"
+
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Refresh"
+msgstr "রিফ্রেস"
+
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"hd_id3154926\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12050000.xhp\" name=\"Refresh\">Refresh</link>"
+msgstr "<link href=\"text/shared/02/12050000.xhp\" name=\"Refresh\">রিফ্রেস</link>"
+
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"par_id3156183\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Refresh\">Refreshes the displayed data.</ahelp> In a multi-user environment, refreshing the data ensures that it remains current."
+msgstr "<ahelp hid=\".uno:Refresh\">প্রদর্শিত তথ্য সতেজ করে।</ahelp> একাধিক-ব্যবহারকারী পরিবেশে, তথ্য সতেজকরণ নিশ্চিত করে যে এটি সাম্প্রতিক।"
+
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"par_id3147261\n"
+"help.text"
+msgid "<image id=\"img_id3153910\" src=\"cmd/sc_reload.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153910\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153910\" src=\"cmd/sc_reload.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153910\">আইকন</alt></image>"
+
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"par_id3145090\n"
+"3\n"
+"help.text"
+msgid "Refresh"
+msgstr "রিফ্রেস"
+
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"par_id3145345\n"
+"4\n"
+"help.text"
+msgid "Click the arrow next to the <emph>Refresh </emph>icon to open a submenu with the following commands:"
+msgstr "নিম্নোক্ত কমান্ড দিয়ে একটি সাবমেনু খুলতে <emph>সতেজ </emph> আইকনের পাশে আইকন ক্লিক করুন:"
+
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"par_id3156426\n"
+"5\n"
+"help.text"
+msgid "<emph>Refresh</emph> - Displays the refreshed contents of the database table."
+msgstr "<emph>রিফ্রেস</emph> - ডাটাবেস সারণির রিফ্রেসকৃত উপাদান প্রদর্শন করে।"
+
+#: 12050000.xhp
+msgctxt ""
+"12050000.xhp\n"
+"par_id3147088\n"
+"6\n"
+"help.text"
+msgid "<emph>Rebuild</emph> - <ahelp hid=\"HID_BROWSER_REFRESH_REBUILDVIEW\">Rebuilds the view of the database table. Use this command when you have changed the structure of the table.</ahelp>"
+msgstr "<emph>পুনরায় নির্মাণ</emph> - <ahelp hid=\"HID_BROWSER_REFRESH_REBUILDVIEW\">ডাটাবেস সারণির দর্শন পুনরায় নির্মাণ করে। আপনি যখন সারণির গঠন পরিবর্তন করেন তখন এই কমান্ড ব্যবহার করুন।</ahelp>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Graphic Filter Bar"
+msgstr "গ্রাফিক পরিশোধক বার"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3151299\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24010000.xhp\" name=\"Graphic Filter Bar\">Graphic Filter Bar</link>"
+msgstr "<link href=\"text/shared/02/24010000.xhp\" name=\"Graphic Filter Bar\">গ্রাফিক পরিশোধক বার</link>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3156183\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterToolbox\">This icon on the <emph>Picture</emph> bar opens the <emph>Graphic Filter</emph> bar, where you can use various filters on the selected picture.</ahelp>"
+msgstr "<ahelp hid=\".uno:GraphicFilterToolbox\"><emph>ছবি</emph> বারের আইকনটি <emph>গ্রাফিক ফিলটার</emph> বার খোলে, where you can use various filters on the selected picture.</ahelp>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3154673\n"
+"help.text"
+msgid "<image id=\"img_id3152924\" src=\"cmd/sc_graphicfiltertoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152924\">Icon</alt></image>"
+msgstr "<image id=\"img_id3152924\" src=\"cmd/sc_graphicfiltertoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152924\">আইকন</alt></image>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3155805\n"
+"3\n"
+"help.text"
+msgid "Filter"
+msgstr "পরিশোধক"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3155535\n"
+"help.text"
+msgid "Invert"
+msgstr "উল্টানো"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3145345\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterInvert\">Inverts the color values of a color image, or the brightness values of a grayscale image. Apply the filter again to revert the effect.</ahelp>"
+msgstr "<ahelp hid=\".uno:GraphicFilterInvert\">একটি রঙীন ছবির রং এর মান উল্টিয়ে দেয়, বা একটি গ্রেস্কেল ছবির উজ্জ্বলতার মান উল্টিয়ে দেয়। প্রভাবটিকে পুনরায় উল্টাতে একটি পরিশোধক প্রয়োগ করুন।</ahelp>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3153681\n"
+"help.text"
+msgid "<image id=\"img_id3145313\" src=\"cmd/sc_graphicfilterinvert.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145313\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145313\" src=\"cmd/sc_graphicfilterinvert.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145313\">আইকন</alt></image>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3147275\n"
+"6\n"
+"help.text"
+msgid "Invert"
+msgstr "উল্টানো"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3153541\n"
+"help.text"
+msgid "Smooth"
+msgstr "স্বচ্ছন্দ"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3159399\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterSmooth\">Softens or blurs the image by applying a low pass filter.</ahelp>"
+msgstr "<ahelp hid=\".uno:GraphicFilterSmooth\">ছবিটিকে লো পাস পরিশোধক ব্যবহার করে হালকা বা ঝাপসা করে।</ahelp>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3149514\n"
+"help.text"
+msgid "<image id=\"img_id3154285\" src=\"cmd/sc_graphicfiltersmooth.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154285\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154285\" src=\"cmd/sc_graphicfiltersmooth.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154285\">আইকন</alt></image>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3148492\n"
+"9\n"
+"help.text"
+msgid "Smooth"
+msgstr "স্বচ্ছন্দ"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3156329\n"
+"help.text"
+msgid "Sharpen"
+msgstr "ধারালো, তীব্রতর"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3153760\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterSharpen\">Sharpens the image by applying a high pass filter.</ahelp>"
+msgstr "<ahelp hid=\".uno:GraphicFilterSharpen\">হাইপাস ফিল্টার ব্যবহার করে ছবির তীক্ষ্ণতা বাড়ায়।</ahelp>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3153480\n"
+"help.text"
+msgid "<image id=\"img_id3156023\" src=\"cmd/sc_graphicfiltersharpen.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156023\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156023\" src=\"cmd/sc_graphicfiltersharpen.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156023\">আইকন</alt></image>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3147265\n"
+"12\n"
+"help.text"
+msgid "Sharpen"
+msgstr "ধারালো, তীব্রতর"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3148946\n"
+"help.text"
+msgid "Remove Noise"
+msgstr "গোলমাল সরিয়ে ফেলুন"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3150866\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterRemoveNoise\">Removes noise by applying a median filter.</ahelp>"
+msgstr "<ahelp hid=\".uno:GraphicFilterRemoveNoise\">একটি মিডিয়ান ফিল্টার ব্যবহার করে অতিশব্দ সরিয়ে ফেলে।</ahelp>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3154938\n"
+"help.text"
+msgid "<image id=\"img_id3153797\" src=\"cmd/sc_graphicfilterremovenoise.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153797\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153797\" src=\"cmd/sc_graphicfilterremovenoise.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153797\">আইকন</alt></image>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3149810\n"
+"15\n"
+"help.text"
+msgid "Remove Noise"
+msgstr "গোলমাল সরিয়ে ফেলুন"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3144760\n"
+"help.text"
+msgid "Solarization"
+msgstr "সৌরীয়করণ"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3159150\n"
+"74\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterSolarize\">Opens a dialog for defining solarization. Solarization refers to an effect that looks like what can happen when there is too much light during photo development. The colors become partly inverted.</ahelp>"
+msgstr "<ahelp hid=\".uno:GraphicFilterSolarize\">সৌরীয়করণ ব্যাখ্যার জন্য একটি ডায়ালগ খোলে। সৌরীয়করণ এমন একটি প্রভাব ব্যাখ্যা করে যা ছবি উন্নয়ণের সময় অতিরিক্ত আলোকপাতের ফলে তৈরি হয়। রং তখন আংশিকভাবে বিপরীত হয়।</ahelp>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3148453\n"
+"help.text"
+msgid "<image id=\"img_id3154329\" src=\"cmd/sc_graphicfiltersolarize.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154329\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154329\" src=\"cmd/sc_graphicfiltersolarize.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154329\">আইকন</alt></image>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3150439\n"
+"75\n"
+"help.text"
+msgid "Solarization"
+msgstr "সৌরীয়করণ"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3145785\n"
+"76\n"
+"help.text"
+msgid "Parameters"
+msgstr "প্যারামিটার"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3147352\n"
+"77\n"
+"help.text"
+msgid "Specifies the degree and type of solarization."
+msgstr "সৌরীয়করণের ডিগ্রী এবং ধরন ব্যাখ্যা করে।"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3153370\n"
+"78\n"
+"help.text"
+msgid "Threshold Value"
+msgstr "প্রারাম্ভ মান"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3083443\n"
+"79\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVX_GRFFILTER_DLG_SOLARIZE_DLG_FILTERSOLARIZE_MTR_THRESHOLD\">Specifies the degree of brightness, in percent, above which the pixels are to be solarized.</ahelp>"
+msgstr "<ahelp hid=\"SVX_METRICFIELD_RID_SVX_GRFFILTER_DLG_SOLARIZE_DLG_FILTERSOLARIZE_MTR_THRESHOLD\">উজ্জ্বলতার ডিগ্রী উল্লেখ করে, শতকরায়, কোন পিক্সেলকে সৌরীয়করণ করা হবে তার উপর নির্ভর করে।</ahelp>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3152596\n"
+"80\n"
+"help.text"
+msgid "Invert"
+msgstr "উল্টানো"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3146921\n"
+"81\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVX_GRFFILTER_DLG_SOLARIZE_DLG_FILTERSOLARIZE_CBX_INVERT\">Specifies to also invert all pixels.</ahelp>"
+msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SVX_GRFFILTER_DLG_SOLARIZE_DLG_FILTERSOLARIZE_CBX_INVERT\">সব পিক্সেলে উল্টানো উল্লেখ করে।</ahelp>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3150875\n"
+"help.text"
+msgid "Aging"
+msgstr "পুরাতন হয়ে যাওয়া"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3163712\n"
+"83\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterSepia\">All pixels are set to their gray values, and then the green and blue color channels are reduced by the amount you specify. The red color channel is not changed.</ahelp>"
+msgstr "<ahelp hid=\".uno:GraphicFilterSepia\">সব পিক্সেল তাদের গ্রে মানে নিযুক্ত হয়, এবং এরপর সবুজ এবং নীল রঙের চ্যানেলগুলো আপনার উল্লেখিত মান হতে কমে যায়। লাল রঙের চ্যানেল অপরিবর্তিত থাকে।</ahelp>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3153139\n"
+"help.text"
+msgid "<image id=\"img_id3159196\" src=\"cmd/sc_graphicfiltersepia.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159196\">Icon</alt></image>"
+msgstr "<image id=\"img_id3159196\" src=\"cmd/sc_graphicfiltersepia.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159196\">আইকন</alt></image>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3145365\n"
+"72\n"
+"help.text"
+msgid "Aging"
+msgstr "পুরাতন হয়ে যাওয়া"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3156443\n"
+"84\n"
+"help.text"
+msgid "Aging Degree"
+msgstr "পুরাতন হয়ে যাওয়া পরিমাপের একক, অংশ, ডিগ্রি"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3155411\n"
+"85\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVX_GRFFILTER_DLG_SEPIA_DLG_FILTERSEPIA_MTR_SEPIA\">Defines the intensity of aging, in percent. At 0% you see the gray values of all pixels. At 100% only the red color channel remains.</ahelp>"
+msgstr "<ahelp hid=\"SVX_METRICFIELD_RID_SVX_GRFFILTER_DLG_SEPIA_DLG_FILTERSEPIA_MTR_SEPIA\">পুরাতন হয়ে যাওয়ার তীব্রতা ব্যাখ্যা করে, শতকরায়। 0% তে আপনি সব পিক্সেলের গ্রে মান দেখতে পাবেন। ১০০% এ শুধু লাল চ্যানেল থাকে।</ahelp>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3146119\n"
+"help.text"
+msgid "Posterize"
+msgstr "পোস্টারায়ণ"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3147396\n"
+"87\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterPoster\">Opens a dialog to determine the number of poster colors.</ahelp> This effect is based on the reduction of the number of colors. It makes photos look like paintings."
+msgstr "<ahelp hid=\".uno:GraphicFilterPoster\">পোস্টার রং সংখ্যা নির্দেশকারী ডায়ালগ খোলে।</ahelp> রং সংখ্যা কমানোর উপর এই প্রভাব নির্ভর করে। এটি ছবিকে চিত্রকলায় পরিণত করে।"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3155851\n"
+"help.text"
+msgid "<image id=\"img_id3150658\" src=\"cmd/sc_graphicfilterposter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150658\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150658\" src=\"cmd/sc_graphicfilterposter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150658\">আইকন</alt></image>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3156284\n"
+"88\n"
+"help.text"
+msgid "Posterize"
+msgstr "পোস্টারায়ণ"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3156736\n"
+"89\n"
+"help.text"
+msgid "Poster Colors"
+msgstr "প্রাচীরপত্রের রং"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3151280\n"
+"90\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_NUMERICFIELD_RID_SVX_GRFFILTER_DLG_POSTER_DLG_FILTERPOSTER_NUM_POSTER\">Specifies the number of colors to which the image is to be reduced.</ahelp>"
+msgstr "<ahelp hid=\"SVX_NUMERICFIELD_RID_SVX_GRFFILTER_DLG_POSTER_DLG_FILTERPOSTER_NUM_POSTER\">ছবিটি যেসব রঙে কমানো হবে তা উল্লেখ করে।</ahelp>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3144767\n"
+"help.text"
+msgid "Pop Art"
+msgstr "কমিক চিত্রপরমপরা"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3153512\n"
+"92\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterPopart\">Converts an image to a pop-art format.</ahelp>"
+msgstr "<ahelp hid=\".uno:GraphicFilterPopart\">একটি ছবিকে পপ-অংকনে পরিবর্তিত করে।</ahelp>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3148495\n"
+"help.text"
+msgid "<image id=\"img_id3156437\" src=\"cmd/sc_graphicfilterpopart.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156437\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156437\" src=\"cmd/sc_graphicfilterpopart.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156437\">আইকন</alt></image>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3151207\n"
+"93\n"
+"help.text"
+msgid "Pop Art"
+msgstr "কমিক চিত্রপরমপরা"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3153003\n"
+"help.text"
+msgid "Charcoal Sketch"
+msgstr "কাঠ কয়লার নকশা"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3152971\n"
+"96\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterSobel\">Displays the image as a charcoal sketch. The contours of the image are drawn in black, and the original colors are suppressed.</ahelp>"
+msgstr "<ahelp hid=\".uno:GraphicFilterSobel\">ছবিটিকে একটি কাঠ কয়লার নকশা হিসেবে প্রদর্শন করে। ছবিটির বাইরের নকশা কালো রং এ আকাঁ হয়েছে, এবং আসল রং গোপন রাখা হয়েছে।</ahelp>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3150327\n"
+"help.text"
+msgid "<image id=\"img_id3154636\" src=\"cmd/sc_graphicfiltersobel.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154636\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154636\" src=\"cmd/sc_graphicfiltersobel.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154636\">আইকন</alt></image>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3163825\n"
+"97\n"
+"help.text"
+msgid "Charcoal Sketch"
+msgstr "কাঠ কয়লার নকশা"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3154360\n"
+"help.text"
+msgid "Relief"
+msgstr "নিবৃত্তি"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3153714\n"
+"120\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterRelief\">Displays a dialog for creating reliefs.</ahelp> You can choose the position of the imaginary light source that determines the type of shadow created, and how the graphic image looks in relief."
+msgstr "<ahelp hid=\".uno:GraphicFilterRelief\">উপশম তৈরি করতে ডায়ালগ প্রদর্শন করে।</ahelp> আপনি কাল্পনিক আলোকউৎসের অবস্থান পছন্দ করতে পারেন যা কোন ধরনের ছায়া তৈরি করা হবে তা নির্দেশ করে, এবং উপশমে গ্রাফিক ছবি কেমন দেখায় তা নির্দেশ করে।"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3154756\n"
+"help.text"
+msgid "<image id=\"img_id3154256\" src=\"cmd/sc_graphicfilterrelief.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154256\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154256\" src=\"cmd/sc_graphicfilterrelief.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154256\">আইকন</alt></image>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3150043\n"
+"100\n"
+"help.text"
+msgid "Relief"
+msgstr "নিবৃত্তি"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3166447\n"
+"101\n"
+"help.text"
+msgid "Light Source"
+msgstr "আলোর উৎস"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3145295\n"
+"102\n"
+"help.text"
+msgid "Specifies the light source position. A dot represents the light source."
+msgstr "সকল আলোর উৎসর অবস্থান উল্লেখ করে। একটি ডট আলোর উৎস উপস্থাপন করে।"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3146919\n"
+"help.text"
+msgid "Mosaic"
+msgstr "শিল্প বা শিল্পকর্মবিশেষ, মোজাইক"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3163807\n"
+"104\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GraphicFilterMosaic\">Joins small groups of pixels into rectangular areas of the same color.</ahelp> The larger the individual rectangles are, the fewer details the graphic image has."
+msgstr "<ahelp hid=\".uno:GraphicFilterMosaic\">একই রঙের আয়তকার এলাকায় পিক্সেলের ছোট ছোট গ্রুপকে যুক্ত করে।</ahelp> বৃহৎ গুলো হল আয়তকার, গ্রাফিক ছবির সংক্ষিপ্ত বিবরণ আছে।"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3146316\n"
+"help.text"
+msgid "<image id=\"img_id3155939\" src=\"cmd/sc_graphicfiltermosaic.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155939\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155939\" src=\"cmd/sc_graphicfiltermosaic.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155939\">আইকন</alt></image>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3155901\n"
+"105\n"
+"help.text"
+msgid "Mosaic"
+msgstr "শিল্প বা শিল্পকর্মবিশেষ, মোজাইক"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3153922\n"
+"106\n"
+"help.text"
+msgid "Element resolution"
+msgstr "উপাদান দৃঢ়তা, রেজুলেশন"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3150646\n"
+"107\n"
+"help.text"
+msgid "Determines the number of pixels to be joined into rectangles."
+msgstr "আয়তক্ষেত্রে কতসংখ্যক পিক্সেল যুক্ত হতে পারে তা নির্দেশ করে।"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3159336\n"
+"108\n"
+"help.text"
+msgid "Width"
+msgstr "প্রস্থ"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3150939\n"
+"109\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVX_GRFFILTER_DLG_MOSAIC_DLG_FILTERMOSAIC_MTR_WIDTH\">Defines the width of the individual tiles.</ahelp>"
+msgstr "<ahelp hid=\"SVX_METRICFIELD_RID_SVX_GRFFILTER_DLG_MOSAIC_DLG_FILTERMOSAIC_MTR_WIDTH\">প্রত্যেকটি টালির প্রস্থ ব্যাখ্যা করুন।</ahelp>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3150827\n"
+"110\n"
+"help.text"
+msgid "Height"
+msgstr "উচ্চতা"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3149735\n"
+"111\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVX_GRFFILTER_DLG_MOSAIC_DLG_FILTERMOSAIC_MTR_HEIGHT\">Defines the height of the individual tiles.</ahelp>"
+msgstr "<ahelp hid=\"SVX_METRICFIELD_RID_SVX_GRFFILTER_DLG_MOSAIC_DLG_FILTERMOSAIC_MTR_HEIGHT\">প্রত্যেকটি টালির উচ্চতা ব্যাখ্যা করুন।</ahelp>"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"hd_id3157972\n"
+"121\n"
+"help.text"
+msgid "Enhance edges"
+msgstr "প্রান্ত বর্ধিত করুন"
+
+#: 24010000.xhp
+msgctxt ""
+"24010000.xhp\n"
+"par_id3151216\n"
+"122\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVX_GRFFILTER_DLG_MOSAIC_DLG_FILTERMOSAIC_CBX_EDGES\">Enhances, or sharpens, the edges of the object.</ahelp>"
+msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SVX_GRFFILTER_DLG_MOSAIC_DLG_FILTERMOSAIC_CBX_EDGES\">বস্তুর প্রান্ত তীক্ষ্ণ বা বৃদ্ধি করে।</ahelp>"
+
+#: 12070300.xhp
+msgctxt ""
+"12070300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text"
+msgstr "টেক্সট"
+
+#: 12070300.xhp
+msgctxt ""
+"12070300.xhp\n"
+"hd_id3154873\n"
+"1\n"
+"help.text"
+msgid "Text"
+msgstr "টেক্সট"
+
+#: 12070300.xhp
+msgctxt ""
+"12070300.xhp\n"
+"bm_id3143284\n"
+"help.text"
+msgid "<bookmark_value>database contents; inserting as text</bookmark_value>"
+msgstr "<bookmark_value>database contents; inserting as text</bookmark_value>"
+
+#: 12070300.xhp
+msgctxt ""
+"12070300.xhp\n"
+"par_id3143284\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:DLG_AP_INSERT_DB_SEL:RB_AS_TEXT\" visibility=\"hidden\">Inserts data selected from the data source browser into the document as text.</ahelp> If you select the <emph>Text</emph> option in the <emph>Insert Database Columns</emph> dialog, the content of the data selected in the data source browser is inserted into the document as text. In the dialog, you can decide which database fields or columns are transferred, and how the text is formatted."
+msgstr "<ahelp hid=\"SW:RADIOBUTTON:DLG_AP_INSERT_DB_SEL:RB_AS_TEXT\" visibility=\"hidden\">ডাটা সোর্স ব্রাউজার থেকে নির্বাচিত ডাটা নথিতে টেক্সট হিসেবে সন্নিবেশ করায়।</ahelp>যদি আপনি <emph>ডাটাবেস কলাম সন্নিবেশ</emph> ডায়ালগ থেকে <emph>টেক্সট</emph> অপশন নির্বাচন করেন, তবে ডাটাসোর্স ব্রাউজার থেকে নির্বাচিত ডাটার উপাদান একটি নথিতে টেক্সট হিসেবে সন্নিবেশ করা হবে। কোন ডাটাবেস ক্ষেত্র বা কলাম স্থানান্তর করা হবে এবং কিভাবে টেক্সট বিন্যাস করা হবে, এই ডায়ালগে আপনি সে সম্পর্কে সিদ্ধান্ত নিতে পারেন।"
+
+#: 12070300.xhp
+msgctxt ""
+"12070300.xhp\n"
+"par_id3154289\n"
+"4\n"
+"help.text"
+msgid "If several records are selected when you choose the <emph>Data to Text</emph> function, the mail merge fields will be inserted according to the number of records."
+msgstr "<emph>ডাটা থেকে লেখা</emph> ফাংশন পছন্দ করার সময় যদি বহু রেকর্ড নির্বাচিত হয়, তবে রেকর্ডের নাম্বারের উপর ভিত্তি করে মেইল মার্জ ক্ষেত্র সন্নিবেশ করা হবে।"
+
+#: 12070300.xhp
+msgctxt ""
+"12070300.xhp\n"
+"hd_id3155392\n"
+"2\n"
+"help.text"
+msgid "Text"
+msgstr "টেক্সট"
+
+#: 12070300.xhp
+msgctxt ""
+"12070300.xhp\n"
+"par_id3143267\n"
+"5\n"
+"help.text"
+msgid "In the <emph>Text</emph> area, use the arrow button to select the database table columns into which you want to insert field contents."
+msgstr "<emph>পাঠ্য</emph> এলাকাতে, ডাটাবেস সারণি কলাম, যে কলামে আপনি ক্ষেত্র উপাদান সন্নিবেশ করতে চান তা নির্বাচন করতে তীর বোতাম ব্যবহার করুন।"
+
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Increase Spacing"
+msgstr "স্থান ফাঁকা করা বৃদ্ধি করা"
+
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"hd_id3154873\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/03110000.xhp\" name=\"Increase Spacing\">Increase Spacing</link>"
+msgstr "<link href=\"text/shared/02/03110000.xhp\" name=\"Increase Spacing\">স্থান ফাঁকা করা বৃদ্ধি করা</link>"
+
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"par_id3156211\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ParaspaceIncrease\">Click the<emph> Increase Spacing </emph>icon to increase the paragraph spacing above the selected paragraph.</ahelp>"
+msgstr "<ahelp hid=\".uno:ParaspaceIncrease\"> নির্বাচিত অনুচ্ছেদের উপরে অনুচ্ছেদ ফাঁকা স্থান বৃদ্ধি করতে <emph> ফাঁকা স্থান বৃদ্ধি </emph> আইকনে ক্লিক করুন।</ahelp>"
+
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"par_id3150178\n"
+"help.text"
+msgid "<image id=\"img_id3152425\" src=\"cmd/sc_paraspaceincrease.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152425\">Icon</alt></image>"
+msgstr "<image id=\"img_id3152425\" src=\"cmd/sc_paraspaceincrease.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152425\">আইকন</alt></image>"
+
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"par_id3156411\n"
+"3\n"
+"help.text"
+msgid "Increase Spacing"
+msgstr "স্থান ফাঁকা করা বৃদ্ধি করা"
+
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"par_id3155391\n"
+"4\n"
+"help.text"
+msgid "You can make additional adjustments to the spacing by selecting <link href=\"text/shared/01/05030100.xhp\" name=\"Format - Paragraph - Indents & Spacing\"><emph>Format - Paragraph - Indents & Spacing</emph></link>"
+msgstr "<link href=\"text/shared/01/05030100.xhp\" name=\"Format - Paragraph - Indents & Spacing\"><emph>বিন্যাস - অনুচ্ছেদ - ইনডেন্ট এবং স্পেসিং</emph>নির্বাচন করে আপনি ফাঁকা স্থানে অতিরিক্ত সামঞ্জস্য তৈরি করতে পারেন।</link>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Form Controls"
+msgstr "ফরম নিয়ন্ত্রণ"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"bm_id3154142\n"
+"help.text"
+msgid "<bookmark_value>form controls;toolbars</bookmark_value><bookmark_value>inserting; form fields</bookmark_value><bookmark_value>form fields</bookmark_value><bookmark_value>command button creation</bookmark_value><bookmark_value>buttons; form functions</bookmark_value><bookmark_value>controls; inserting</bookmark_value><bookmark_value>push buttons;creating</bookmark_value><bookmark_value>radio button creation</bookmark_value><bookmark_value>check box creation</bookmark_value><bookmark_value>labels; form functions</bookmark_value><bookmark_value>fixed text; form functions</bookmark_value><bookmark_value>text boxes;form functions</bookmark_value><bookmark_value>list box creation</bookmark_value><bookmark_value>picklist creation</bookmark_value><bookmark_value>drop-down lists in form functions</bookmark_value><bookmark_value>combo box creation</bookmark_value><bookmark_value>selecting;controls</bookmark_value><bookmark_value>controls; select mode</bookmark_value>"
+msgstr "<bookmark_value>form controls;toolbars</bookmark_value><bookmark_value>inserting; form fields</bookmark_value><bookmark_value>form fields</bookmark_value><bookmark_value>command button creation</bookmark_value><bookmark_value>buttons; form functions</bookmark_value><bookmark_value>controls; inserting</bookmark_value><bookmark_value>push buttons;creating</bookmark_value><bookmark_value>radio button creation</bookmark_value><bookmark_value>check box creation</bookmark_value><bookmark_value>labels; form functions</bookmark_value><bookmark_value>fixed text; form functions</bookmark_value><bookmark_value>text boxes;form functions</bookmark_value><bookmark_value>list box creation</bookmark_value><bookmark_value>picklist creation</bookmark_value><bookmark_value>drop-down lists in form functions</bookmark_value><bookmark_value>combo box creation</bookmark_value><bookmark_value>selecting;controls</bookmark_value><bookmark_value>controls; select mode</bookmark_value>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3154142\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170000.xhp\" name=\"Form Controls\">Form Controls</link>"
+msgstr "<link href=\"text/shared/02/01170000.xhp\" name=\"Form Controls\">ফরম নিয়ন্ত্রণ</link>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3151378\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"formulartext\"><ahelp hid=\".uno:Config\">The Form Controls toolbar contains tools that you need to create an interactive form.</ahelp></variable> You can use the toolbar to add controls to a form in a text, spreadsheet, presentation, or HTML document, for example a button that runs a macro."
+msgstr "<variable id=\"formulartext\"> <ahelp hid=\".uno:Config\"> প্রদত্ত ইংরেজী শব্দের নিয়ন্ত্রণ করে টুলবার সরঞ্জাম ধারণ করে যে আপনি একটি ক্রিয়া-প্রতিক্রিয়াশীল প্রদত্ত ইংরেজী শব্দের তৈরি করতে প্রয়োজন বোধ করুন।</ahelp></variable> আপনি একটি লেখা, স্প্রেডশীট, উপস্থাপনে একটি প্রদত্ত ইংরেজী শব্দেরে নিয়ন্ত্রণ করে যোগ করতে টুলবার ব্যবহার করতে পারেন, উদাহরণ একটি বাটনের জন্য অথবা HTML নথি, যে একটি ম্যাক্রো চালায়।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id1027200809391346\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">View - Toolbars - Form Controls</item>."
+msgstr "পছন্দ করুন <item type=\"menuitem\">প্রদর্শন - টুলবার - ফরম নিয়ন্ত্রণ</item>।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3147336\n"
+"68\n"
+"help.text"
+msgid "Icon on the <emph>Insert</emph> toolbar (you may need to enable this initially invisible icon):"
+msgstr "<emph>সন্নিবেশ</emph> টুলবারে আইকন (আপনাকে এই প্রাথমিকভাবে অদৃশ্য আইকনকে সক্রিয় করে নিতে হবে):"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3155341\n"
+"help.text"
+msgid "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150943\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150943\">আইকন</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3149670\n"
+"3\n"
+"help.text"
+msgid "Form Controls"
+msgstr "ফরম নিয়ন্ত্রণ"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN10B21\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/xforms.xhp\">XML Form documents</link> (XForms) use the same controls."
+msgstr "<link href=\"text/shared/guide/xforms.xhp\">XML ফরম নথি</link> (Xফরম) একই নিয়ন্ত্রণ ব্যবহার করে।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3152771\n"
+"45\n"
+"help.text"
+msgid "To create a form, open a document and use the Form Controls toolbar to add and define the form controls. If you want, you can also link the form to a database, so that you can use the controls to manipulate a database."
+msgstr "একটি গঠন তৈরি করতে, একটি নথি খুলুন এবং গঠন নিয়ন্ত্রণ যোগ করতে বা ব্যাখ্যা করতে গঠন নিয়ন্ত্রণ টুলবার ব্যবহার করুন। যদি আপনি চান, তবে আপনি গঠনটিকে একটি ডাটাবেসের সাথে যুক্ত করতে পারেন, যাতে করে একটি ডাটাবেস পরিচালনা করতে আপনি নিয়ন্ত্রণ ব্যবহার করতে পারেন।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3150791\n"
+"46\n"
+"help.text"
+msgid "When you create a form in an HTML document, you can use the form to send data over the Internet."
+msgstr "যখন আপনি HTML নথিতে একটি ফরম তৈরি করেন, তখন আপনি ইন্টারনেটের মাধ্যমে এই ফরম দিয়ে ডাটা পাঠাতে পারেন।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3145171\n"
+"47\n"
+"help.text"
+msgid "%PRODUCTNAME only exports the form properties that are supported by the HTML version that you export to. To specify the HTML version, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - HTML Compatibility</emph>."
+msgstr ""
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN10C39\n"
+"help.text"
+msgid "To add a control to a document"
+msgstr "একটি নথিতে নিয়ন্ত্রণ যোগ করতে"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154918\n"
+"4\n"
+"help.text"
+msgid "On the Form Controls toolbar, click the icon of the control that you want to add."
+msgstr "ফরম নিয়ন্ত্রণ টুলবারে, আপনি যে আইকন যোগ করতে চান সেখানে ক্লিক করুন।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN10C4D\n"
+"help.text"
+msgid "In the document, drag to create the control."
+msgstr "নথিতে, একটি নিয়ন্ত্রণ তৈরি করতে।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN10C50\n"
+"help.text"
+msgid "To create a square control field, hold down the Shift key while you drag."
+msgstr "একটি বর্গ নিয়ন্ত্রণ ক্ষেত্র তৈরি করতে, টেনে নেওয়ার সময় Shift কী ধরে রাখুন।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154127\n"
+"78\n"
+"help.text"
+msgid "To add a field from the field list of a table or query to a form, drag a cell into the form. In a text document, you can also drag a column header to add a field to a form. To include a label for the field, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift key down when you drag a column head."
+msgstr "আকারের দিকে একটি আকার, টেনে নিয়ে যাওয়া একটি কোষে একটি টেবিল অথবা অনুসন্ধানের ক্ষেত্র তালিকা থেকে একটি ক্ষেত্র যোগ করতে। একটি লেখা নথিতে, আপনি একটি আকারে একটি ক্ষেত্র যোগ করতে একটি কলাম শিরোনাম ও টেনে নিয়ে যেতে পারে। ক্ষেত্রের জন্য একটি লেবেল অন্তর্ভুক্ত করতে, ধরে রাখুন<switchinline select=\"sys\"><caseinline select=\"MAC\"> কমান্ড</caseinline><defaultinline> Ctrl</defaultinline></switchinline> +Shift কী নিচের দিকে যখন আপনি একটি কলাম প্রধান টেনে নিয়ে যান।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN10C87\n"
+"help.text"
+msgid "Modifying a Control"
+msgstr "একটি নিয়ন্ত্রণ পরিবর্তন করছে"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3148645\n"
+"5\n"
+"help.text"
+msgid "Right-click the control and choose <emph>Control</emph>. A dialog opens where you can define the properties of the control."
+msgstr "ডান ক্লিক করুন এবং <emph>নিয়ন্ত্রণ</emph> পছন্দ করুন। একটি ডায়ালগ খোলে যেখানে আপনি নিয়ন্ত্রনের বৈশিষ্ট্যগুলো ব্যাখ্যা করতে পারেন।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3153363\n"
+"163\n"
+"help.text"
+msgid "To specify a accelerator key for a control, add a tilde (~) in front of the character in the label for the control."
+msgstr "একটি নিয়ন্ত্রনের জন্য বেগবর্ধক চাবি ব্যাখ্যা করতে, নিয়ন্ত্রনের জন্য মোড়কে অক্ষরের কাছে একটি (~) চিহ্ন যোগ করুন।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3152792\n"
+"135\n"
+"help.text"
+msgid "You can drag and drop controls from one document to another document. You can also copy and paste controls between documents. When you insert a control from another document, $[officename] analyzes the data source, content type, and content properties of the control so that the control fits the logical structure in the target document. For example, a control that displays contents from an address book continues to display the same contents after you copy the control to a different document. You can view these properties on the <emph>Data</emph> tab page of the <emph>Form properties</emph> dialog."
+msgstr "আপনি অন্য একটি নথিতে এক নথি থেকে এবং ফেলা নিয়ন্ত্রণ করে টেনে নিয়ে যেতে পারেন। আপনি নথির মধ্যে এবং সাঁটা নিয়ন্ত্রণ করে ও কপি করতে পারেন। অন্য একটি নথি থেকে একটি নিয়ন্ত্রণ কখন আপনাকে ভিতরে ঢোকায়, $ [officename] ডাটা উৎ‍স, ভিতরের উপাদান ধরন বিশ্লেষণ করে, এবং নিয়ন্ত্রণের ভিতরের উপাদান বৈশিষ্ট্যাবলী সুতরাং যে নিয়ন্ত্রণ লক্ষ্য নথি যৌক্তিক ফ্রেম খাপ খায়। উদাহরণ, একটি নিয়ন্ত্রণের জন্য যে একটি ঠিকানা বই থেকে প্রদর্শন করে অভ্যন্তরস্থ বস্তু একটি আলাদা নথিত আপনাকে নিয়ন্ত্রণের পরে একই অভ্যন্তরস্থ বস্তু প্রদর্শন করতে চালিয়ে যায় কপি করে। আপনি এই বৈশিষ্ট্যাবলী দেখতে পারেন<emph> ডাটা</emph>এর ট্যাব পাতা<emph> আকার বৈশিষ্ট্যাবলী</emph> ডায়ালগ।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3154411\n"
+"24\n"
+"help.text"
+msgid "Select"
+msgstr "নির্বাচন"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3156106\n"
+"help.text"
+msgid "<image id=\"img_id3153516\" src=\"cmd/sc_drawselect.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153516\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153516\" src=\"cmd/sc_drawselect.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153516\">আইকন</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3150470\n"
+"25\n"
+"help.text"
+msgid "This icon switches the mouse pointer to the select mode, or deactivates this mode. The select mode is used to select the controls of the current form."
+msgstr "এই আইকনটি মাউস পয়েন্টারকে মোড নির্বাচনের দিকে নিয়ে যায়, বা এই মোডটিকে নিষ্ক্রিয় করে। এই নির্বাচন মোডটি বর্তমান গঠনের নিয়ন্ত্রণ নির্বাচনে ব্যবহার করা হয়।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3146914\n"
+"10\n"
+"help.text"
+msgid "Check Box"
+msgstr "পরীক্ষা বাক্স"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3148483\n"
+"help.text"
+msgid "<image id=\"img_id3156380\" src=\"cmd/sc_checkbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156380\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156380\" src=\"cmd/sc_checkbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156380\">আইকন</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3153927\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\".uno:CheckBox\">Creates a check box.</ahelp> Check boxes allow you to activate or deactivate a function in a form."
+msgstr "<ahelp hid=\".uno:CheckBox\">একটি পরীক্ষা বাক্স তৈরি করে।</ahelp> এই পরীক্ষা বাক্সটি ফরমে একটি ফাংশনকে সচল বা অচল করণ অনুমোদন করে।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3153794\n"
+"16\n"
+"help.text"
+msgid "Text Box"
+msgstr "টেক্সট বক্স"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3163665\n"
+"help.text"
+msgid "<image id=\"img_id3153266\" src=\"cmd/sc_edit.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153266\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153266\" src=\"cmd/sc_edit.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153266\">আইকন</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3158444\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Edit\">Creates a text box.</ahelp> Text boxes are fields in which the user can enter text. In a form, text boxes display data or allow for new data input."
+msgstr "<ahelp hid=\".uno:Edit\">একটি পাঠ্য বাক্স তৈরি করে।</ahelp> পাঠ্য বাক্স হল ক্ষেত্র যেখানে ব্যবহারকারী পাঠ্য সন্নিবেশ করতে পারেন। একটি গঠনে, পাঠ্য বাক্স তথ্য প্রদর্শন করে বা নতুন তথ্য ইনপুট অনুমোদন করে।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3151218\n"
+"124\n"
+"help.text"
+msgid "Formatted Field"
+msgstr "বিন্যাসকৃত ক্ষেত্র"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154836\n"
+"help.text"
+msgid "<image id=\"img_id3143277\" src=\"cmd/sc_formattedfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3143277\">Icon</alt></image>"
+msgstr "<image id=\"img_id3143277\" src=\"cmd/sc_formattedfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3143277\">আইকন</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3147547\n"
+"125\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FormattedField\">Creates a formatted field.</ahelp> A formatted field is a text box in which you can define how the inputs and outputs are formatted, and which limiting values apply."
+msgstr "<ahelp hid=\".uno:FormattedField\">একটি বিন্যাসকৃত ক্ষেত্র তৈরি করে।</ahelp> একটি বিন্যাসকৃত ক্ষেত্র হল একটি পাঠ্য বাক্স যেখানে আপনি ব্যাখ্যা করতে পারেন কিভাবে ইনপুট এবং আউটপুট বিন্যাস করা হয়েছে, কোন সীমীত মান প্রয়োগ করা হবে।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3155346\n"
+"126\n"
+"help.text"
+msgid "A formatted field has <link href=\"text/shared/02/01170002.xhp\" name=\"special control properties\">special control properties</link> (choose <emph>Format - Control</emph>)."
+msgstr "একটি বিন্যাসকৃত ক্ষেত্রের <link href=\"text/shared/02/01170002.xhp\" name=\"special control properties\">বিশেষ নিয়ন্ত্রণ বৈশিষ্ট্য</link> আছে (পছন্দ করুন <emph>বিন্যাস - নিয়ন্ত্রণ</emph>)।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3148774\n"
+"6\n"
+"help.text"
+msgid "Push Button"
+msgstr "ধাক্কা দেওয়া, ঠেলা দেওয়া বোতাম"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3145801\n"
+"help.text"
+msgid "<image id=\"img_id3151073\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151073\">Icon</alt></image>"
+msgstr "<image id=\"img_id3151073\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151073\">আইকন</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3147046\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Pushbutton\">Creates a push button.</ahelp> This function can be used to execute a command for a defined event, such as a mouse click."
+msgstr "<ahelp hid=\".uno:Pushbutton\">পুশ বোতাম তৈরি করে।</ahelp> এই ফাংশনটি একটি কমান্ড সম্পাদনা করতে ব্যবহার করা হয় একটি অনুষ্ঠান ব্যাখ্যা করতে, যেমন একটি মাউস ক্লিক।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154731\n"
+"138\n"
+"help.text"
+msgid "You can apply text and graphics to these buttons."
+msgstr "আপনি এই বোতামগুলোতে টেক্সট এবং গ্রাফিকস প্রয়োগ করতে পারেন।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3157844\n"
+"8\n"
+"help.text"
+msgid "Option Button"
+msgstr "অপশন বোতাম"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3152971\n"
+"help.text"
+msgid "<image id=\"img_id3152999\" src=\"cmd/sc_radiobutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152999\">Icon</alt></image>"
+msgstr "<image id=\"img_id3152999\" src=\"cmd/sc_radiobutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152999\">আইকন</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3149123\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\".uno:RadioButton\">Creates an option button.</ahelp> Option buttons enable the user to choose one of several options. Option buttons with the same functionality are given the same name (<link href=\"text/shared/02/01170101.xhp\" name=\"Name\"><emph>Name</emph></link><emph>property</emph>). Normally, they are given a <link href=\"text/shared/02/01170000.xhp\" name=\"group box\">group box</link>."
+msgstr "<ahelp hid=\".uno:RadioButton\">একটি অপশন বোতাম তৈরি করে।</ahelp> অপশন বোতাম অনেকগুলো অপশন থেকে ব্যবহারকারীকে একটি অপশন পছন্দ করতে সক্ষম করে। একটি ফাংশন সম্বলিত বোতামের নাম একই দেয়া হয়(<link href=\"text/shared/02/01170101.xhp\" name=\"Name\"><emph>নাম</emph></link><emph>বৈশিষ্ট্য</emph>)। সাধারণভাবে, এদেরকে একটি<link href=\"text/shared/02/01170000.xhp\" name=\"group box\">গ্রুপ বাক্সে</link> দেয়া হয়।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3156064\n"
+"18\n"
+"help.text"
+msgid "List Box"
+msgstr "তালিকা বাক্স"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154326\n"
+"help.text"
+msgid "<image id=\"img_id3154135\" src=\"cmd/sc_listbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154135\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154135\" src=\"cmd/sc_listbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154135\">আইকন</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3166428\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ListBox\">Creates a list box.</ahelp> A list box lets users select an entry from a list. If the form is linked to a database and the database connection is active, the<link href=\"text/shared/02/01170900.xhp\" name=\"List Box Wizard\"><emph>List Box Wizard</emph></link> will automatically appear after the list box is inserted in the document. This wizard helps you create the list box."
+msgstr "<ahelp hid=\".uno:ListBox\">একটি তালিকা বাক্স তৈরি করে।</ahelp> তালিকা বাক্স ব্যবহারকারীকে তালিকা হতে একটি এন্ট্রি নির্বাচন করতে দেয়। যদি গঠনটি একটি ডাটাবেসের সাথে যুক্ত থাকে এবং ডাটাবেস সংযোগটি যদি সক্রিয় থাকে, তবে<link href=\"text/shared/02/01170900.xhp\" name=\"List Box Wizard\"><emph>তালিকা বাক্স উইজার্ডটি</emph></link> তালিকা বাক্স সন্নিবেশ করার পর নথি স্বয়ংক্রিয় ভাবে উপস্থিত হবে। এই উইজার্ডটি আপনাকে তালিকা বাক্স তৈরিতে সাহায্য করে।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3147171\n"
+"20\n"
+"help.text"
+msgid "Combo Box"
+msgstr "কম্বো বাক্স"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3149981\n"
+"help.text"
+msgid "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">আইকন</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3149407\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ComboBox\">Creates a combo box.</ahelp> A combo box is a single-line list box with a drop-down list from which users choose an option. You can assign the \"read-only\" property to the combo box so that users cannot enter other entries than those found in the list. If the form is bound to a database and the database connection is active, the <link href=\"text/shared/02/01170900.xhp\" name=\"Combo Box Wizard\"><emph>Combo Box Wizard</emph></link> will automatically appear after you insert the combo box in the document."
+msgstr "<ahelp hid=\".uno:ComboBox\">একটি কম্বো বাক্স তৈরি করে।</ahelp> একটি কম্বো বাক্স নিম্নপ্রসারণ তালিকাসহ একটি একক লাইনের তালিকা বাক্স যা হতে ব্যবহারকারী একটি অপশন পছন্দ করতে পারেন। আপনি \"শুধু পড়া যায়\" বৈশিষ্ট্য যোগ করতে পারেন যাতে করে ব্যবহারকারী তালিকা ব্যতীত অন্য কোথাও হতে এন্ট্রি সন্নিবেশ করতে না পারে। যদি গঠনটি একটি ডাটাবেসের সাথে যুক্ত থাকে এবং ডাটাবেস সংযোগ যদি সক্রিয় থাকে, তবে <link href=\"text/shared/02/01170900.xhp\" name=\"Combo Box Wizard\"><emph>কম্বো বাক্স উইজার্ড</emph></link> স্বয়ংক্রিয় ভাবে আপনার নথিতে কম্বো বাক্স প্রবেশের পরে উপস্থিত হবে।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3145618\n"
+"12\n"
+"help.text"
+msgid "Label Field"
+msgstr "মোড়ক ক্ষেত্র"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3145295\n"
+"help.text"
+msgid "<image id=\"img_id3151017\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151017\">Icon</alt></image>"
+msgstr "<image id=\"img_id3151017\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151017\">আইকন</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3148534\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Label\">Creates a field for displaying text.</ahelp> These labels are only for displaying predefined text. Entries cannot be made in these fields."
+msgstr "<ahelp hid=\".uno:Label\">পাঠ্য প্রদর্শনের জন্য একটি ক্ষেত্র তৈরি করে।</ahelp> এই মোড়কগুলো শুধু পূর্বনির্ধারিত পাঠ্যর জন্য। এই ক্ষেত্রে এন্ট্রি করা যায়না।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN10CC6\n"
+"help.text"
+msgid "More Controls"
+msgstr "আরও নিয়ন্ত্রণ"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN10CDC\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/02/more_controls.xhp\"><emph>More Controls</emph></link> toolbar.</ahelp>"
+msgstr "<ahelp hid=\".\">খোলে <link href=\"text/shared/02/more_controls.xhp\"><emph>আরও নিয়ন্ত্রণ</emph></link> টুলবার।</ahelp>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN10CF7\n"
+"help.text"
+msgid "Form Design"
+msgstr "ফরম নকশা"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN10D0D\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/main0226.xhp\"><emph>Form Design</emph></link> toolbar.</ahelp>"
+msgstr "<ahelp hid=\".\">খোলে <link href=\"text/shared/main0226.xhp\"><emph>ফরম নকশা</emph></link> টুলবার।</ahelp>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11B57\n"
+"help.text"
+msgid "Wizards On/Off"
+msgstr "উইজার্ড চালু/বন্ধ"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11B65\n"
+"help.text"
+msgid "<image id=\"img_id6128727\" src=\"cmd/sc_usewizards.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id6128727\">Icon</alt></image>"
+msgstr "<image id=\"img_id6128727\" src=\"cmd/sc_usewizards.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id6128727\">আইকন</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11B76\n"
+"help.text"
+msgid "Turns on and turns off the automatic form controls wizards."
+msgstr "স্বয়ংক্রিয় ফরম নিয়ন্ত্রণ উইজার্ডকে চালু বা বন্ধ করে।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id6403088\n"
+"help.text"
+msgid "These wizards help you to enter the properties of list boxes, table controls, and other controls."
+msgstr "এই উইজার্ডগুলো তালিকা বাক্স, সারণি নিয়ন্ত্রণ, এবং অন্যান্য নিয়ন্ত্রনের বৈশিষ্ট্য প্রবেশে সহায়তা করে।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3149436\n"
+"134\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170001.xhp\" name=\"Context Menu Commands\">Context Menu Commands</link>"
+msgstr "<link href=\"text/shared/02/01170001.xhp\" name=\"Context Menu Commands\">প্রসঙ্গ মেনু কমান্ড</link>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11A56\n"
+"help.text"
+msgid "Spin Button"
+msgstr "ঘোরানো, ঘুর্ণন বোতাম"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11A64\n"
+"help.text"
+msgid "<image id=\"img_id7816400\" src=\"cmd/sc_spinbutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id7816400\">Icon</alt></image>"
+msgstr "<image id=\"img_id7816400\" src=\"cmd/sc_spinbutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id7816400\">আইকন</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11A75\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SpinButton\">Creates a spin button.</ahelp>"
+msgstr "<ahelp hid=\".uno:SpinButton\">একটি ঘোরানো, ঘুর্ণন বোতাম তৈরি করে।</ahelp>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id710776\n"
+"help.text"
+msgid "If you add a spin button to a Calc spreadsheet, you can use the Data tab page to create a two-way link between the spin button and a cell. As a result, when you change the contents of a cell, the contents of the spin button are updated. Conversely, if you change the value of the spin button, the contents of the cell are updated."
+msgstr "যদি আপনি একটি Calc স্প্রেডশীটে একটি ঘূর্ণন বাটন যোগ করেন, আপনি ঘূর্ণন বাটন এবং একটি কোষের মধ্যে একটি দুইদিকের সংযোগ তৈরি করতে ডাটা ট্যাব পাতা ব্যবহার করতে পারেন। একটি ফল হিসেবে, যখন আপনি একটি কোষের অভ্যন্তরস্থ বস্তু পরিবর্তন করে, ঘূর্ণন বাটনের অভ্যন্তরস্থ বস্তু আপডেট করা হয়। বিপরীতভাবে, যদি আপনি ঘূর্ণন বাটনের মান পরিবর্তন করেন, কোষের অভ্যন্তরস্থ বস্তু হালনাগাদ করা হয়।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11ABC\n"
+"help.text"
+msgid "Scrollbar"
+msgstr "স্ক্রলবার"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11ACA\n"
+"help.text"
+msgid "<image id=\"img_id8203985\" src=\"cmd/sc_scrollbar.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id8203985\">Icon</alt></image>"
+msgstr "<image id=\"img_id8203985\" src=\"cmd/sc_scrollbar.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id8203985\">আইকন</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11ADB\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ScrollBar\">Creates a scrollbar.</ahelp>"
+msgstr "<ahelp hid=\".uno:ScrollBar\">একটি স্ক্রলবার তৈরি করে।</ahelp>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11CA3\n"
+"help.text"
+msgid "You can specify the following properties for a scrollbar:"
+msgstr "একটি স্ক্রলবারের জন্য আপনি নিম্নোক্ত বৈশিষ্ট্যগুলো ব্যাখ্যা করতে পারেন:"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11CDA\n"
+"help.text"
+msgid "UI name"
+msgstr "UI নাম"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11CE0\n"
+"help.text"
+msgid "Semantics"
+msgstr "শব্দার্থবিজ্ঞান"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11CE7\n"
+"help.text"
+msgid "Scroll value min"
+msgstr "সর্বনিম্ন স্ক্রল মান"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11CED\n"
+"help.text"
+msgid "Specifies the minimum height or the minimum width of a scrollbar."
+msgstr "একটি স্ক্রলবারের নূন্যতম উচ্চতা বা নূন্যতম প্রস্থ ব্যাখ্যা করে।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11CF4\n"
+"help.text"
+msgid "Scroll value max"
+msgstr "সর্বোচ্চ স্ক্রল মান"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11CFA\n"
+"help.text"
+msgid "Specifies the maximum height or the maximum width of a scrollbar."
+msgstr "একটি স্ক্রলবারের সর্বোচ্চ উচ্চতা বা সর্বোচ্চ প্রস্থ ব্যাখ্যা করে।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D01\n"
+"help.text"
+msgid "Default scroll value"
+msgstr "পূর্বনির্ধারিত স্ক্রল মান"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D07\n"
+"help.text"
+msgid "Specifies the default value of a scrollbar, used when the form is reset."
+msgstr "যখন ফরমটি পুনরায় স্থাপিত হয়, তখন একটি স্ক্রলবারের পূর্বনির্ধারিত মান ব্যাখ্যা করে।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D0E\n"
+"help.text"
+msgid "Orientation"
+msgstr "স্থিতিবিন্যাস"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D14\n"
+"help.text"
+msgid "Specifies the orientation of a scrollbar, that is, horizontal or vertical."
+msgstr "একটি স্ক্রলবারের স্থিতিবিন্যাস ব্যাখ্যা করে, যেটি, অনুভূমিক বা খাড়া।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D1B\n"
+"help.text"
+msgid "Small change"
+msgstr "ছোট পরিবর্তন"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D21\n"
+"help.text"
+msgid "Specifies the minimum amount by which you can scroll a scrollbar, for example, by clicking an arrow."
+msgstr "একটি স্ক্রমবার দিয়ে আপনি কতখানি স্ক্রল করতে পারবেন তা উল্লেক করে"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D28\n"
+"help.text"
+msgid "Large change"
+msgstr "বড় পরিবর্তন"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D2E\n"
+"help.text"
+msgid "Specifies the amount that a large step scrolls a scrollbar, for example, when you click between the scrollbar thumb and a scrollbar arrow."
+msgstr "যে বড় ধাপ একটি স্ক্রলবারকে টেনে আনে তার পরিমাণ উল্লেখ করে, উদাহরণসরুপ, যখন আপনি স্ক্রলবার থাম্ব এবং স্ক্রলবার তীরের মাঝে ক্লিক করেন।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D35\n"
+"help.text"
+msgid "Delay"
+msgstr "কালক্ষেপ করা"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D3B\n"
+"help.text"
+msgid "Specifies the delay in milliseconds between scrollbar trigger events. For example, the delay that occurs when you click an arrow button on the scrollbar and hold down the mouse button."
+msgstr "স্ক্রলবার সূত্রপাত করা ঘটনার মধ্যে মিলি সেকেন্ডে বিলম্ব উল্লেখ করে। উদাহরণ, বিলম্ব যা আপনি যখন স্ক্রলবারে একটি তীর বাটন ক্লিক করেন এবং মাউস বাটন ধরে রাখার সময় ঘটে।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D42\n"
+"help.text"
+msgid "Symbol color"
+msgstr "প্রতীক রং"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D48\n"
+"help.text"
+msgid "Specifies the color of the arrows on the scrollbar."
+msgstr "স্ক্রলবারের তীরের রং ব্যাখ্যা করে।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D4F\n"
+"help.text"
+msgid "Visible Size"
+msgstr "দৃশ্যমান আকার"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D55\n"
+"help.text"
+msgid "Specifies the size of the scrollbar thumb in \"value units\". For example, a value of (\"Scroll value max.\" minus \"Scroll value min.\") / 2 results in a scrollbar thumb that occupies half of the scrollbar."
+msgstr "তে স্ক্রলবার বুড়ো আঙুলের মাপ উল্লেখ করে \" মূল্য একক \"। উদাহরণের জন্য,ের একটি মূল্য (\" স্ক্রোল মূল্য সর্বোচ্চ। \" বিয়োগ \" স্ক্রোল মূল্য মিনিট। \") একটি স্ক্রলবার বুড়ো আঙুলে / ২ ফলাফল যে স্ক্রলবারের অর্ধেক দখল করে।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D58\n"
+"help.text"
+msgid "To make the width of the scrollbar equal to the height of the scrollbar, set the Visible Size to zero."
+msgstr "স্ক্রলবারের উচ্চতার সমান প্রস্থ বানাতে, দৃশ্যমান আকারকে শূণ্যতে নিযুক্ত করুন।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11D63\n"
+"help.text"
+msgid "In a Calc spreadsheet, you can use the Data tab page to create a two-way link between a scrollbar and a cell."
+msgstr "একটি Calc স্প্রেডসীটে, আপনি একটি স্ক্রলবার এবং ঘরের মাঝে দুইদিকের সংযুক্তি তৈরি করতে তথ্য ট্যাব পৃষ্ঠা ব্যবহার করতে পারেন।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3153316\n"
+"22\n"
+"help.text"
+msgid "Image Button"
+msgstr "ছবির বোতাম"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3159622\n"
+"help.text"
+msgid "<image id=\"img_id3154378\" src=\"cmd/sc_imagebutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154378\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154378\" src=\"cmd/sc_imagebutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154378\">আইকন</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3148601\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Imagebutton\">Creates a button displayed as an image.</ahelp> Aside from the graphic representation, an image button has the same properties as a \"normal\" button."
+msgstr "<ahelp hid=\".uno:Imagebutton\">ছবি হিসেবে প্রদর্শনের জন্য একটি বোতাম তৈরি করে।</ahelp> গ্রাফিক উপস্থাপন থেকে সরে এসেপ, একটি ছবি বোতামের \"স্বাভাবিক\" বোতামের মতই বৈশিষ্ট্য আছে।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3159171\n"
+"49\n"
+"help.text"
+msgid "Image Control"
+msgstr "ছবির নিয়ন্ত্রণ"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3155869\n"
+"help.text"
+msgid "<image id=\"img_id3152381\" src=\"cmd/sc_objectcatalog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152381\">Icon</alt></image>"
+msgstr "<image id=\"img_id3152381\" src=\"cmd/sc_objectcatalog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152381\">আইকন</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3149596\n"
+"50\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ImageControl\">Creates an image control. It can only be used to add images from a database.</ahelp> In the form document, double-click one of these controls to open the <emph>Insert Graphic</emph> dialog to insert the image. There is also a context menu (not in design mode) with commands for inserting and deleting the image."
+msgstr "<ahelp hid=\".uno:ImageControl\">একটি ছবির নিয়ন্ত্রণ তৈরি করে। এটি শুধু ডাটাবেস হতে ছবি যোগ করতে ব্যবহার করা হয়।</ahelp> গঠন নথি, এর যেকোনো একটি নিয়ন্ত্রণে ডাবল-ক্লিক করে ছবি সন্নিবেশ করার জন্য <emph>গ্রাফিক সন্নিবেশ করুন</emph> ডায়ালগ খোলা যায়। এখানে আরও একটি সন্নিবেশ এবং মুছে ফেলার কমান্ড সম্বলিত প্রসঙ্গ মেনু (নকশা মোডে নয়) আছে।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3150318\n"
+"70\n"
+"help.text"
+msgid "Images from a database can be displayed in a form, and new images can be inserted in the database as long as the image control is not write-protected. The control must refer to a database field of the image type. Therefore, enter the data field into the properties window on the <emph>Data</emph> tab page."
+msgstr "একটি ডাটাবেস হতে প্রাপ্ত ছবি একটি গঠনে প্রদর্শিত হতে পারে, এবং যদি ডাটাবেজে ছবি নিয়ন্ত্রণ লিখন-নিয়ন্ত্রণ না হয়ে থাকে তবে একটি নতুন ছবি সন্নিবেশ করা যেতে পারে। এই নিয়ন্ত্রণটিকে অবশ্যই একটি ডাটাবেস ক্ষেত্রের ছবির ধরন নির্দেশ করতে হবে। সুতরাং, <emph>তথ্য</emph> ট্যাব পৃষ্ঠার বৈশিষ্ট্য উইন্ডোতে তথ্য ক্ষেত্র সন্নিবেশ করুন।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3156040\n"
+"29\n"
+"help.text"
+msgid "Date Field"
+msgstr "ডাটা ক্ষেত্র"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3149423\n"
+"help.text"
+msgid "<image id=\"img_id3150096\" src=\"cmd/sc_adddatefield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150096\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150096\" src=\"cmd/sc_adddatefield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150096\">আইকন</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3151312\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DateField\">Creates a date field.</ahelp> If the form is linked to a database, the date values can be adopted from the database."
+msgstr "<ahelp hid=\".uno:DateField\">তারিখ ক্ষেত্র তৈরি করে।</ahelp> যদি ফরমটি একটি ডাটাবেইজে যুক্ত থাকে, তারিখ মান ডাটাবেস থেকে গ্রহণ করা যায়।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3151302\n"
+"131\n"
+"help.text"
+msgid "If you assign the \"Dropdown\" property to the date field, the user can open a calendar to select a date under the date field. This also applies to a date field within a Table Control field."
+msgstr "যদি আপনি তথ্য ক্ষেত্রে \"নিম্নপ্রসারণ\" বৈশিষ্ট্য নিযুক্ত করেন, তবে ব্যবহারকারী তারিখ ক্ষেত্রের অধীনে একটি তারিখ নির্বাচন করতে একটি দিনপঞ্জি খুলতে পারে। এটি একটি সারণি নিয়ন্ত্রণ ক্ষেত্রের সাথে একটি তথ্য ক্ষেত্রেও প্রয়োগ করা হয়।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154395\n"
+"63\n"
+"help.text"
+msgid "Date fields can be easily edited by the user with the up arrow and down arrow keys. Depending on the cursor position, the day, month, or the year is can be increased or decreased using the arrow keys."
+msgstr "ব্যবহারকারী সহজেই উপরের তীর এবং নিচের তীর কীর সাহায্যে তারিখ ক্ষেত্র সম্পাদনা করতে পারেন। কার্সার অবস্থানের উপর নির্ভর করে, দিন, মাস, বা বছর কমানো বা বাড়ানো যায় তীর কী দ্বারা।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3153112\n"
+"132\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170003.xhp\" name=\"Specific Remarks on Date Fields\">Specific Remarks on Date Fields</link>."
+msgstr "<link href=\"text/shared/02/01170003.xhp\" name=\"Specific Remarks on Date Fields\">তারিখ ক্ষেত্রের উপর নির্দিষ্ট নির্দেশনা</link>।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3152369\n"
+"31\n"
+"help.text"
+msgid "Time Field"
+msgstr "সময় ক্ষেত্র"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3153687\n"
+"help.text"
+msgid "<image id=\"img_id3155949\" src=\"cmd/sc_timefield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155949\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155949\" src=\"cmd/sc_timefield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155949\">আইকন</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3155399\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\".uno:TimeField\">Creates a time field.</ahelp> If the form is linked to a database, the time values for the form can be adopted from the database."
+msgstr "<ahelp hid=\".uno:TimeField\">সময় ক্ষেত্র তৈরি করে।</ahelp> যদি ফরমটি একটি ডাটাবেইজে যুক্ত থাকে, সময় মান ডাটাবেস থেকে গ্রহণ করা যায়।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154764\n"
+"64\n"
+"help.text"
+msgid "Time fields can be easily edited by the user with the up and down arrow keys. Depending on the cursor position, the hours, minutes, or the seconds are increased or decreased using the arrow keys."
+msgstr "ব্যবহারকারী সহজেই উপরের তীর এবং নিচের তীর কীর সাহায্যে সময় ক্ষেত্র সম্পাদনা করতে পারেন। কার্সার অবস্থানের উপর নির্ভর করে, ঘন্টা, মিনিট, বা সেকেন্ড কমানো বা বাড়ানো যায় তীর কী দ্বারা।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3156186\n"
+"27\n"
+"help.text"
+msgid "File Selection"
+msgstr "ফাইল নির্বাচন"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3150531\n"
+"help.text"
+msgid "<image id=\"img_id3154344\" src=\"cmd/sc_filecontrol.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154344\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154344\" src=\"cmd/sc_filecontrol.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154344\">আইকন</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3149438\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FileControl\">Creates a button that enables file selection.</ahelp>"
+msgstr "<ahelp hid=\".uno:FileControl\">এমন একটি বোতাম তৈরি করে যা ফাইল নির্বাচন সক্রিয় করে।</ahelp>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3154652\n"
+"33\n"
+"help.text"
+msgid "Numerical Field"
+msgstr "সংখ্যাসূচক ক্ষেত্র"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3149396\n"
+"help.text"
+msgid "<image id=\"img_id3153012\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153012\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153012\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153012\">আইকন</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3145601\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\".uno:NumericField\">Creates a numerical field.</ahelp> If the form is linked to a database, the numerical values in the form can be adopted from the database."
+msgstr "<ahelp hid=\".uno:NumericField\">সংখ্যাসূচক ক্ষেত্র তৈরি করে।</ahelp> যদি ফরমটি একটি ডাটাবেইজে যুক্ত থাকে, সংখ্যাসূচক মান ডাটাবেস থেকে গ্রহণ করা যায়।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3153612\n"
+"35\n"
+"help.text"
+msgid "Currency Field"
+msgstr "কারেন্সী ক্ষেত্র"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3145324\n"
+"help.text"
+msgid "<image id=\"img_id3152866\" src=\"cmd/sc_currencyfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152866\">Icon</alt></image>"
+msgstr "<image id=\"img_id3152866\" src=\"cmd/sc_currencyfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152866\">আইকন</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3145115\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\".uno:CurrencyField\">Creates a currency field.</ahelp> If the form is linked to a database, the currency field contents for in the form can be adopted from the database."
+msgstr "<ahelp hid=\".uno:CurrencyField\">মুদ্রা ক্ষেত্র তৈরি করে।</ahelp> যদি ফরমটি একটি ডাটাবেইজে যুক্ত থাকে, মুদ্রা মান ডাটাবেস থেকে গ্রহণ করা যায়।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3148825\n"
+"37\n"
+"help.text"
+msgid "Pattern Field"
+msgstr "প্যাটার্ন ক্ষেত্র"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3149742\n"
+"help.text"
+msgid "<image id=\"img_id3148924\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148924\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148924\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148924\">আইকন</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3150122\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\".uno:PatternField\">Creates a pattern field.</ahelp> Pattern fields consist of an edit mask and a literal mask. The edit mask determines which data can be entered. The literal mask determines the contents of the pattern field when loading the form."
+msgstr "<ahelp hid=\".uno:PatternField\">একটি প্যাটার্ন ক্ষেত্র তৈরি করে।</ahelp> প্যাটার্ন ক্ষেত্র একটি সম্পাদনা মাস্ক এবং লিখন মাস্ক ধারণ করে। সম্পাদনা মাস্ক নির্দেশ করে যে কোন তথ্য সন্নিবেশ করা হবে। লিখন মাস্ক ক্ষেত্র লোড করার সময় প্যাটার্ন ক্ষেত্রের উপাদান নির্দেশ করে।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3152947\n"
+"67\n"
+"help.text"
+msgid "Please note that pattern fields are not exported into HTML format."
+msgstr "অনুগ্রহ করে নোট করুন যে এই প্যাটার্ন ক্ষেত্রটি HTML বিন্যাসে নিয়ে আসা হয়নি।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3145147\n"
+"14\n"
+"help.text"
+msgid "Group Box"
+msgstr "গ্রুপ বাক্স"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3159334\n"
+"help.text"
+msgid "<image id=\"img_id3153790\" src=\"cmd/sc_groupbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153790\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153790\" src=\"cmd/sc_groupbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153790\">আইকন</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154572\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GroupBox\">Creates a frame to visually group several controls.</ahelp> Group boxes allow you to group option buttons in a frame."
+msgstr "<ahelp hid=\".uno:GroupBox\">দৃশ্যত কয়েকটি নিয়ন্ত্রণকে গ্রুপভূক্ত করতে একটি ফ্রেম তৈরি করে।</ahelp> দলের বাক্স ফ্রেমে অপশন বাক্সগুলোকে গ্রুপভূক্ত করতে আপনাকে অনুমোদন করে।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3148394\n"
+"72\n"
+"help.text"
+msgid "If you insert a group frame into the document, the <link href=\"text/shared/autopi/01120000.xhp\" name=\"Group Element Wizard\">Group Element Wizard</link> starts, which allows you to easily create an option group."
+msgstr "If you insert a group frame into the document, the <link href=\"text/shared/autopi/01120000.xhp\" name=\"Group Element Wizard\">Group Element Wizard</link> starts, which allows you to easily create an option group."
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3150567\n"
+"65\n"
+"help.text"
+msgid "<emph>Note:</emph> When you drag a group box over already existing controls and then want to select a control, you have to first open the context menu of the group box and choose <emph>Arrange - Send to Back</emph>. Then select the control while pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>."
+msgstr "<emph> নোট:</emph> নিয়ন্ত্রণ করে এবং ইতিমধ্যে রয়েছে এমন একটি শ্রেণী বাক্স কখন আপনাকে টেনে নিয়ে যায় তারপর একটি নিয়ন্ত্রণ নির্বাচন করতে চান, আপনাকে শ্রেণী বাক্সের প্রথম প্রসঙ্গ মেনু খুলতে হবে এবং নির্বাচন করুন<emph> স্থির করুন- পিছনে পাঠান</emph>। তারপর চাপ দেওয়ার সময় নিয়ন্ত্রণ নির্বাচন করুন<switchinline select=\"sys\"><caseinline select=\"MAC\"> কমান্ড</caseinline><defaultinline> Ctrl</defaultinline></switchinline>।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3145615\n"
+"66\n"
+"help.text"
+msgid "Group boxes are used only for a visual effect. A functional grouping of option fields can be made through the name definition: under the <link href=\"text/shared/02/01170101.xhp\" name=\"Name\"><emph>Name</emph></link> properties of all option fields, enter the same name in order to group them."
+msgstr "গ্রুপ বাক্সগুলো শুধু একটি দৃষ্টি নির্ভর প্রভাবের জন্য ব্যবহার করা হয়। নামের সংজ্ঞার উপর ভিত্তি করে অপশন ক্ষেত্রের ফাংশনাল দলীয়করণ করা হয়: সব অপশন ক্ষেত্রের <link href=\"text/shared/02/01170101.xhp\" name=\"Name\"><emph>নাম</emph></link> বৈশিষ্ট্যের অধীনে, এদেরকে দলীয়করণ করতে একই নাম সন্নিবেশ করুন।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3157996\n"
+"39\n"
+"help.text"
+msgid "Table Control"
+msgstr "সারণি নিয়ন্ত্রণ"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3156402\n"
+"help.text"
+msgid "<image id=\"img_id3146324\" src=\"cmd/sc_grid.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146324\">Icon</alt></image>"
+msgstr "<image id=\"img_id3146324\" src=\"cmd/sc_grid.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146324\">আইকন</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154579\n"
+"40\n"
+"help.text"
+msgid "<ahelp hid=\".\">Creates a table control to display a database table.</ahelp> If you create a new table control, the <link href=\"text/shared/02/01170800.xhp\" name=\"Table Element Wizard\">Table Element Wizard</link> appears."
+msgstr "<ahelp hid=\".\">একটি ডাটাবেস সারণি প্রদর্শন করতে একটি সারণি নিয়ন্ত্রণ তৈরি করে।</ahelp> যদি আপনি একটি নতুন নিয়ন্ত্রণ তৈরি করেন, তবে<link href=\"text/shared/02/01170800.xhp\" name=\"Table Element Wizard\">সারণি উপকরণ উইজার্ড</link> উপস্থিত হয়।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3154697\n"
+"133\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170004.xhp\" name=\"Special Information about Table Controls\">Special information about Table Controls</link>."
+msgstr "<link href=\"text/shared/02/01170004.xhp\" name=\"Special Information about Table Controls\">সারণি নিয়ন্ত্রনের জন্য বিশেষ তথ্য</link>।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11B1E\n"
+"help.text"
+msgid "Navigation bar"
+msgstr "মূলপরিচালনার বার"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11B2C\n"
+"help.text"
+msgid "<image id=\"img_id5074922\" src=\"cmd/sc_navigationbar.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id5074922\">Icon</alt></image>"
+msgstr "<image id=\"img_id5074922\" src=\"cmd/sc_navigationbar.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id5074922\">আইকন</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11B3D\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_NAVIGATIONBAR\">Creates a navigation bar.</ahelp>"
+msgstr "<ahelp hid=\"SID_FM_NAVIGATIONBAR\">মূলপরিচালনা বার তৈরি করুন।</ahelp>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_idN11DB1\n"
+"help.text"
+msgid "The navigation bar allows you to move through the records of a database or a database form. The controls on this navigation bar work the same way as the controls on the default <link href=\"text/shared/main0213.xhp\">navigation bar</link> in $[officename]."
+msgstr "ন্যাভিগেটর বার আপনাকে একটি ডাটাবেস বা একটি ডাটাবেসের গঠনের রেকর্ডের উপর ভিত্তি করে সরাতে অনুমোদন করে। এই ন্যাভিগেটর বারের নিয়ন্ত্রণ $[officename] এর পূর্বনির্ধারিত <link href=\"text/shared/main0213.xhp\">ন্যাভিগেটর বারের</link> নিয়ন্ত্রণের মত করে একই ভাবে কাজ করে।"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"hd_id3146815\n"
+"136\n"
+"help.text"
+msgid "Automatic Control Focus"
+msgstr "স্বয়ংক্রিয় নিয়ন্ত্রণ অধিশ্রয়নবদ্ধকরা"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3150261\n"
+"help.text"
+msgid "<image id=\"img_id3149351\" src=\"cmd/sc_autocontrolfocus.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149351\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149351\" src=\"cmd/sc_autocontrolfocus.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149351\">আইকন</alt></image>"
+
+#: 01170000.xhp
+msgctxt ""
+"01170000.xhp\n"
+"par_id3109848\n"
+"137\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AutoControlFocus\">If<emph> Automatic Control Focus </emph>is activated, the first form control will be selected when you open the document. If the button is not activated, the text will be selected after opening. The <link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\">Tab Order</link> that you have specified determines which is the first form control.</ahelp>"
+msgstr "<ahelp hid=\".uno:AutoControlFocus\">যদি<emph> স্বয়ংক্রিয় নিয়ন্ত্রণ ফোকাস </emph>সক্রিয় হয়, তবে আপনি যখন নথিটি খুলছেন তখনই প্রথম গঠন নিয়ন্ত্রণটি নির্বাচন করা হয়। যদি বোতামটি সক্রিয় না থাকে, তবে পাঠ্যটি খোলার পরেই নির্বাচিত হবে। <link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\">ট্যাব ক্রম</link> যা আপনি উল্লেখ করেছেন যা প্রথম গঠন নিয়ন্ত্রণ নির্দেশ করে।</ahelp>"
+
+#: colortoolbar.xhp
+msgctxt ""
+"colortoolbar.xhp\n"
+"tit\n"
+"help.text"
+msgid "Color"
+msgstr "রং"
+
+#: colortoolbar.xhp
+msgctxt ""
+"colortoolbar.xhp\n"
+"hd_id8983733\n"
+"help.text"
+msgid "<link href=\"text/shared/02/colortoolbar.xhp\">Color</link>"
+msgstr "<link href=\"text/shared/02/colortoolbar.xhp\">রং</link>"
+
+#: colortoolbar.xhp
+msgctxt ""
+"colortoolbar.xhp\n"
+"par_id1676381\n"
+"help.text"
+msgid "<ahelp hid=\".\">With the Color toolbar you can edit some properties of the selected object.</ahelp>"
+msgstr "<ahelp hid=\".\">রং টুলবারের সাহায্যে আপনি নির্বাচিত বস্তুর কিছু বৈশিষ্ট্য সম্পাদনা করতে পারেন।</ahelp>"
+
+#: colortoolbar.xhp
+msgctxt ""
+"colortoolbar.xhp\n"
+"par_id5855281\n"
+"help.text"
+msgid "To open the Color toolbar, click the Color icon on the Picture toolbar."
+msgstr "রঙের টুলবার খুলতে, ছবির টুলবারে রং আইকনে ক্লিক করুন।"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Database Columns"
+msgstr "ডাটাবেস কলাম সন্নিবেশ করুন"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"hd_id3147000\n"
+"1\n"
+"help.text"
+msgid "Insert Database Columns"
+msgstr "ডাটাবেস কলাম সন্নিবেশ করুন"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3143284\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SbaBrwInsert\"><variable id=\"datenintext\">Inserts all fields of the marked record into the current document at the cursor position.</variable></ahelp> The icon is only visible if the current document is a text document or a spreadsheet."
+msgstr "<ahelp hid=\".uno:SbaBrwInsert\"><variable id=\"datenintext\">বর্তমান নথির কার্সার অবস্থানে চিহ্নিত রেকর্ডে সব ক্ষেত্র সন্নিবেশ করে।</variable></ahelp> আইকনটি তখনই দৃশ্যমান হয় যদি বর্তমান নথিটি একটি টেক্সট নথি বা স্প্রেডশীট হয়।"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3154186\n"
+"help.text"
+msgid "<image id=\"img_id3147291\" src=\"cmd/sc_sbabrwinsert.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147291\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147291\" src=\"cmd/sc_sbabrwinsert.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147291\">আইকন</alt></image>"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3153527\n"
+"3\n"
+"help.text"
+msgid "Data to Text"
+msgstr "ডাটা, তথ্য টেক্সটে"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3153577\n"
+"4\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">In the data source browser, select the record that you want to insert into the document and then click the <emph>Data to Text</emph> icon. The record is inserted in the document at the cursor position, with the contents of each individual field of the record copied to a table column. You can also select multiple records and transfer them into the document by clicking the <emph>Data to Text </emph>icon. Each individual record is then written to a new row.</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ডাটাসোর্স ব্রাউজারে, আপনি নথিতে যে রেকর্ড সন্নিবেশ করতে চান তা নির্বাচন করুন এবং <emph>ডাটা হতে টেক্সট</emph> আইকনে ক্লিক করুন। একটি সারণি কলামে রেকর্ডের প্রত্যেকটি রেকর্ডের অনুলিপি করা উপাদান সহ, রেকর্ডটি নথিতে বর্তমান কার্সার অবস্থানে সন্নিবেশ করা হয়। আপনি বহু রেকর্ড নির্বাচন করতে পারেন এবং <emph>ডাটা হতে টেক্সট </emph>আইকনে ক্লিক করে নথিতে পাঠাতে পারেন। প্রত্যেকটি রেকর্ডকে একটি নতুন সারিতে লেখা হয়।</caseinline></switchinline>"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3145345\n"
+"5\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">In the data source browser, select the records that you want to insert into the document and then click the <emph>Data to Text</emph> icon, or drag-and-drop data from the data source browser into the document. This opens the <emph>Insert Database Columns </emph>dialog. Select whether the data should be inserted as a <link href=\"text/shared/02/12070100.xhp\" name=\"table\">table</link>, as <link href=\"text/shared/02/12070200.xhp\" name=\"fields\">fields</link> or as <link href=\"text/shared/02/12070300.xhp\" name=\"text\">text</link>.</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ডাটাসোর্স ব্রাউজারে, আপনি যে রেকর্ড সন্নিবেশ করতে চান তা নির্বাচন করুন এবং <emph>ডাটা থেকে টেক্সট</emph> আইকনে ক্লিক করুন, বা ডাটাসোর্স ব্রাউজার হতে ডাটা নথিতে টেনে আনুন। এটি <emph>ডাটাবেস কলাম সন্নিবেশ </emph>ডায়ালগ খোলে। কোথায় ডাটা <link href=\"text/shared/02/12070100.xhp\" name=\"table\">সারণি</link>, <link href=\"text/shared/02/12070200.xhp\" name=\"fields\">ক্ষেত্র</link> বা <link href=\"text/shared/02/12070300.xhp\" name=\"text\">টেক্সট</link> হিসেবে সন্নিবেশ করা হবে তা নির্বাচন করা হয়।</caseinline></switchinline>"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3153031\n"
+"6\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The preferences you set in the<emph> Insert Database Columns </emph>dialog are saved and will be active the next time the dialog is called. This save process is independent of the database and can record the preferences for a maximum of 5 databases.</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph> ডাটাবেস কলাম সন্নিবেশ </emph>ডায়ালগে আপনার পছন্দ সংরক্ষিত হয় এবং পরবর্তীতে ডায়ালগ খুললে সক্রিয় হয়। এই সংরক্ষণ প্রক্রিয়া ডাটাবেস হতে স্বাধীন এবং সর্বোচ্চ ৫টি ডাটাবেসের জন্য পছন্দসই রেকর্ড সংরক্ষণ করতে পারেন।</caseinline></switchinline>"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"par_id3156326\n"
+"7\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If data is inserted into the document as a table, the table properties are not saved along with the data in the document. If you select the <emph>AutoFormat</emph> function for formatting the table, $[officename] will note the name of the format template. This template will then be used automatically if you insert data as a table again, unless the preferences have been changed.</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">যদি ডাটা নথিতে সারণি হিসেবে সন্নিবেশ করা হয়, তবে সারণি বৈশিষ্ট্য নথিতে ডাটা সহ সংরক্ষিত হয়না, যদি সারণি বিন্যাসের জন্য <emph>AutoFormat</emph> ফাংশন নির্বাচন করেন, তবে $[officename] বিন্যাস টেমপ্লেটের নাম নোট করে না। যদি আপনি আবারও সারণি হিসেবে ডাটা সন্নিবেশ করেন তবে স্বয়ংক্রিয়ভাবে এই টেমপ্লেট ব্যবহৃত হয়, নতুবা পছন্দ পরিবর্তিত হয়।</caseinline></switchinline>"
+
+#: 01170400.xhp
+msgctxt ""
+"01170400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Add Field"
+msgstr "ক্ষেত্র যোগ করুন"
+
+#: 01170400.xhp
+msgctxt ""
+"01170400.xhp\n"
+"hd_id3144436\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170400.xhp\" name=\"Add Field\">Add Field</link>"
+msgstr "<link href=\"text/shared/02/01170400.xhp\" name=\"Add Field\">ক্ষেত্র যোগ করুন</link>"
+
+#: 01170400.xhp
+msgctxt ""
+"01170400.xhp\n"
+"par_id3166460\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"text\"><ahelp hid=\".uno:AddField\">Opens a window where you can select a database field to add to the form or report.</ahelp></variable>"
+msgstr "<variable id=\"text\"><ahelp hid=\".uno:AddField\">একটি উইন্ডো খোলে যেখানে আপনি একটি গঠন বা প্রতিবেদন যোগ করতে একটি ডাটাবেস নির্বাচন করতে পারেন।</ahelp></variable>"
+
+#: 01170400.xhp
+msgctxt ""
+"01170400.xhp\n"
+"par_id3156114\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FIELD_SEL\">The field selection window lists all database fields of the table or query that was specified as the data source in the <link href=\"text/shared/02/01170201.xhp\" name=\"Form Properties\">Form Properties</link>.</ahelp>"
+msgstr "<ahelp hid=\"HID_FIELD_SEL\">ক্ষেত্র নির্বাচন উইন্ডো সারাণী অথবা কোয়েরির সব ডাটাবেস ক্ষেত্র তালিকাভূক্ত করে যা <link href=\"text/shared/02/01170201.xhp\" name=\"Form Properties\">ফর্ম বৈশিষ্ট্যাবলী তে ডাটা উৎস হিসেবে উল্লেখ করা হয়েছে</link>।</ahelp>"
+
+#: 01170400.xhp
+msgctxt ""
+"01170400.xhp\n"
+"par_id3147620\n"
+"4\n"
+"help.text"
+msgid "You can insert a field into the current document by dragging and dropping. A field is then inserted which contains a link to the database."
+msgstr "আপনি বর্তমান নথি টেনে এনে ফেলার মাধ্যমে একটি ক্ষেত্র যোগ করতে পারেন। একটি ক্ষেত্র তখন যোগ করা যায় যখন এটি ডাটাবেসের সাথে সংযুক্ত থাকে।"
+
+#: 01170400.xhp
+msgctxt ""
+"01170400.xhp\n"
+"par_id3153541\n"
+"5\n"
+"help.text"
+msgid "If you add fields to a form and you switch off the <link href=\"text/shared/02/01170500.xhp\" name=\"Design Mode\">Design Mode</link>, you can see that $[officename] adds a labeled input field for every inserted database field."
+msgstr "যদি আপনি একটি ফর্মে ক্ষেত্র যুক্ত করেন এবং আপনি <link href=\"text/shared/02/01170500.xhp\" name=\"Design Mode\">ডিজাইন ধরন</link>বন্ধ করে দেন, আপনি দেখতে পাবেন যে $[officename] প্রতিটি সন্নিবেশকৃত ডাটাবেস ক্ষেত্রের জন্য একটি লেবেলকৃত ইনপুট ক্ষেত্র যুক্ত করে।"
+
+#: 24100000.xhp
+msgctxt ""
+"24100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Crop"
+msgstr "কেঁটে ছোট করা"
+
+#: 24100000.xhp
+msgctxt ""
+"24100000.xhp\n"
+"hd_id3154044\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24100000.xhp\" name=\"Crop\">Crop</link>"
+msgstr "<link href=\"text/shared/02/24100000.xhp\" name=\"Crop\">কেঁটে ছোট করা</link>"
+
+#: 24100000.xhp
+msgctxt ""
+"24100000.xhp\n"
+"par_id3154863\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GrafAttrCrop\">Allows to crop the display of an inserted picture. Only the display gets cropped, the inserted picture is not changed.</ahelp> A picture must be selected to enable cropping."
+msgstr "<ahelp hid=\".uno:GrafAttrCrop\">প্রবেশিত কোন ছবির কেটে ফেলা অনুমোদন করে। শুধুমাত্র প্রদর্শনী কেটে ছোট করা হয়, কিন্তু প্রবেশিত ছবি পরিবর্তিত হয়না।</ahelp> কেটে ছোট করার জন্য অবশ্যই একটি ছবি নির্বাচন করতে হবে।"
+
+#: 24100000.xhp
+msgctxt ""
+"24100000.xhp\n"
+"par_id0514200804261097\n"
+"help.text"
+msgid "In Impress and Draw no dialog is shown when you click the icon, but you see eight cropping handles. Open the context menu of a selected picture and choose <item type=\"menuitem\">Crop Picture</item>, if you want to use the <link href=\"text/shared/01/05030800.xhp\">dialog</link> for cropping."
+msgstr "আপনি যখন আইকনে ক্লিক করেন তখন ইমপ্রেস এবং ড্রতে কোন ডায়ালগ দেখায় না, কিন্তু আপনি আটটি কেঁটে ফেলার হ্যান্ডেল দেখতে পান। নির্বাচিত ছবির প্রসঙ্গ মেনু খুলুন এবং পছন্দ করুন <item type=\"menuitem\">ছবি কেঁটে ফেলুন</item>, যদি আপনি ছবি কেঁটে ফেলতে <link href=\"text/shared/01/05030800.xhp\">ডায়ালগটি</link> ব্যবহার করতে চান।"
+
+#: 24100000.xhp
+msgctxt ""
+"24100000.xhp\n"
+"par_id0514200804261043\n"
+"help.text"
+msgid "<ahelp hid=\".\">Drag any of the eight cropping handles to crop the picture.</ahelp>"
+msgstr "<ahelp hid=\".\">ছবিটিকে কেটে ছোট করতে যেকোনো আটটি কেটে ছোট করার হ্যান্ডেল টেনে আনুন।</ahelp>"
+
+#: 24100000.xhp
+msgctxt ""
+"24100000.xhp\n"
+"par_id0522200809440491\n"
+"help.text"
+msgid "<image id=\"img_id0522200809434429\" src=\"cmd/sc_crop.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id0522200809434429\">icon</alt></image>"
+msgstr "<image id=\"img_id0522200809434429\" src=\"cmd/sc_crop.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id0522200809434429\">আইকন</alt></image>"
+
+#: 24100000.xhp
+msgctxt ""
+"24100000.xhp\n"
+"par_id3154927\n"
+"3\n"
+"help.text"
+msgid "Crop"
+msgstr "কেঁটে ছোট করা"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"tit\n"
+"help.text"
+msgid "Events"
+msgstr "অনুষ্ঠান"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"bm_id3150499\n"
+"help.text"
+msgid "<bookmark_value>forms; events</bookmark_value> <bookmark_value>events;in forms</bookmark_value>"
+msgstr "<bookmark_value>forms; events</bookmark_value> <bookmark_value>events;in forms</bookmark_value>"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3150499\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170202.xhp\" name=\"Events\">Events</link>"
+msgstr "<link href=\"text/shared/02/01170202.xhp\" name=\"Events\">অনুষ্ঠান</link>"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3147043\n"
+"2\n"
+"help.text"
+msgid "The<emph> Events </emph>tab page, allows you to assign a macro to certain events which occur in a form."
+msgstr "<emph> অনুষ্ঠান </emph>ট্যাব পৃষ্ঠা, কিছু অনুষ্ঠান যা গঠনে সংঘটিত হয় তাতে একটি ম্যাক্রো নিযুক্ত করণে আপনাকে অনুমোদন করে।"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3159233\n"
+"3\n"
+"help.text"
+msgid "To link an event with a macro, first write a macro that contains all the commands to be executed when the event happens. Then assign this macro to the respective event by clicking the <emph>... </emph>button beside the corresponding event. The<emph> Assign Macro </emph>dialog opens, where you can select the macro."
+msgstr "একটি ইভেন্টকে একটি ম্যাক্রোর সাথে লিংক করতে, প্রথমে একটি ম্যাক্রো লিখুন যা যখন ইভেন্টটি সংঘঠিত হবে তখন সম্পাদিত করার জন্য সব কমান্ড ধারণ করে। সংশ্লিষ্ট ইভেন্টের পাশে <emph>... </emph> বোতামে ক্লিক করে এরপর এই ম্যাক্রো নিজ নিজ ইভেন্টে বরাদ্দ করুন।<emph> ম্যাক্রো বরাদ্দ করুন </emph>ডায়ালগ খুলবে, যেখানে আপনি ম্যাক্রো নির্বাচন করতে পারবেন।"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3149182\n"
+"29\n"
+"help.text"
+msgid "The following actions can be configured individually, meaning that you can use your own dialogs to depict an action:"
+msgstr "নিম্নোক্ত কাজ স্বতন্ত্রভাবে কনফিগার করা যেতে পারে, এর মানে হল একটি কাজ চালাতে আপনার নিজস্ব একটি ডায়ালগ ব্যবহার করতে পারেন।"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3166460\n"
+"30\n"
+"help.text"
+msgid "Displaying an error message,"
+msgstr "একটি ত্রুটি বার্তা প্রদর্শন করছে,"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3152996\n"
+"31\n"
+"help.text"
+msgid "Confirming a delete process (for data records),"
+msgstr "মুছে ফেলার একটি প্রক্রিয়া নিশ্চিত করছে (ডাটা রেকর্ডের জন্য),"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3153541\n"
+"32\n"
+"help.text"
+msgid "Querying parameters,"
+msgstr "জিজ্ঞাসক প্যারামিটার,"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3155261\n"
+"33\n"
+"help.text"
+msgid "Checking input when saving a data record."
+msgstr "একটি ডাটা রেকর্ড সংরক্ষনের সময় ইনপুট পরীক্ষা করছে।"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3153127\n"
+"34\n"
+"help.text"
+msgid "For example, you can issue a \"confirm deletion\" request such as \"Really delete customer xyz?\" when deleting a data record."
+msgstr "উদাহরণস্বরূপ, একটি রেকর্ড মুছে ফেলার সময় আপনি \"মুছে ফেলা নিশ্চিতকরণ\" অনুরোধ যেমন, \"সত্যিই কি গ্রাহক xyz মুছে ফেলতে চান?\" এটি ইস্যু করতে পারেন।"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id0409200920562590\n"
+"help.text"
+msgid "The events that are shown in the Events dialog cannot be edited directly. You can delete an event from the list by pressing the Del key."
+msgstr "ইভেন্ট ডায়ালগে প্রদর্শিত ইভেন্টসমীহ সরাসরি সম্পাদনা করা যায় না। আপনি Del কী চাপার মাধ্যমে তালিকা থেকে একটি ইভেন্ট মুছে ফেলতে পারবেন।"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3150986\n"
+"4\n"
+"help.text"
+msgid "The following lists and describes all events in a form that can be linked to a macro:"
+msgstr "নিম্নোক্তটি একটি গঠনের সব অনুষ্ঠান তালিকাবদ্ধ এবং বর্ণনা করতে পারে যা একটি ম্যাক্রোতে যুক্ত থাকতে পারে:"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3147559\n"
+"17\n"
+"help.text"
+msgid "Before update"
+msgstr "হালনাগাদ করার আগে"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3149669\n"
+"56\n"
+"help.text"
+msgid "<ahelp hid=\".\">The Before update event occurs before the control content changed by the user is written into the data source.</ahelp> The linked macro can, for example, prevent this action by returning \"FALSE\"."
+msgstr "<ahelp hid=\".\">ব্যবহারকারী দ্বারা নিয়ন্ত্রণ বিষযবস্তু পরিবর্তন ডাটা উৎসে লেখার পূর্বে পূর্ববর্তী হালনাগাদ ইভেন্ট আবির্ভূত হয়।</ahelp> সংযুক্ত ম্যাক্রো করতে পারে, উদাহরণস্বরূপ, \"FALSE\" ফেরত দিয়ে এই কর্ম নিবৃত্ত করুন।"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3153779\n"
+"19\n"
+"help.text"
+msgid "After update"
+msgstr "হালনাগাদ করার পরে"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3153360\n"
+"57\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_AFTERUPDATE\">The After update event occurs after the control content changed by the user has been written into the data source.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_AFTERUPDATE\">ব্যবহারকারী দ্বারা নিয়ন্ত্রণ বিষযবস্তু পরিবর্তন ডাটা উৎসে লেখার পরে পরবর্তী হালনাগাদ ইভেন্ট আবির্ভূত হয়।</ahelp>"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3157909\n"
+"36\n"
+"help.text"
+msgid "Prior to reset"
+msgstr "পুনরায় স্থাপন করাতে প্রাধান্য"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3155390\n"
+"51\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_APPROVERESETTED\">The<emph> Prior to reset </emph>event occurs before a form is reset.</ahelp> The linked macro can, for example, prevent this action by returning \"FALSE\"."
+msgstr "<ahelp hid=\"HID_EVT_APPROVERESETTED\">একটি ফর্ম পনুঃনির্ধারণ করার আগে <emph> পূর্ব প্রতি পনুঃনির্ধারণ করুন </emph>ইভেন্ট আবির্ভূত হবে।</ahelp> সংযুক্ত ম্যাক্রো করতে পারে, উদাহরণস্বরূপ, \"FALSE\" ফেরত দিয়ে এই কর্ম নিবৃত্ত করুন।"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3149236\n"
+"52\n"
+"help.text"
+msgid "A form is reset if one of the following conditions is met:"
+msgstr "গঠনটি পুনরায় নিযুক্ত হয় যদি নিম্নোক্ত যেকোনো একটি শর্ত পূরণ করা হয়:"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3149164\n"
+"53\n"
+"help.text"
+msgid "The user presses an (HTML) button that is defined as a reset button."
+msgstr "ব্যবহারকারী একটি HTML বোতাম চাপে যা পুনরায় নিযুক্তকরণ বোতাম হিসেবে ব্যাখ্যাকৃত।"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3153666\n"
+"54\n"
+"help.text"
+msgid "A new and empty record is created in a form that is linked to a data source. For example, in the last record, the <emph>Next Record</emph> button may be pressed."
+msgstr "একটি নতুন এবং ফাঁকা রেকর্ড একটি ফর্মে তৈরি করা হবে যা একটি ডাটা উৎসের সাথে সংযুক্ত। উদাহরণস্বরূপ, শেষ রেকর্ডে, <emph>পরবর্তী রেকর্ড</emph> বোতাম সম্ভবত চাপা হবে।"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3156119\n"
+"37\n"
+"help.text"
+msgid "After resetting"
+msgstr "পুনরায় স্থাপন করার পর"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3148563\n"
+"55\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_RESETTED\">The<emph> After resetting </emph>event occurs after a form has been reset.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_RESETTED\"><emph> পুনরায় নিযুক্তকরণের পর </emph> অনুষ্ঠানটি একটি গঠন পুনরায় নিযুক্ত করণের পর ঘটে।</ahelp>"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3150870\n"
+"27\n"
+"help.text"
+msgid "Before submitting"
+msgstr "প্রদানের আগে"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3159152\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_SUBMITTED\">The<emph> Before submitting </emph>event occurs before the form data is sent.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_SUBMITTED\"><emph> জমা দেয়ার পূর্বের </emph>ঘটনা ঘটে ডাটা গঠন পাঠানোর আগে।</ahelp>"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3149167\n"
+"5\n"
+"help.text"
+msgid "When loading"
+msgstr "যখন লোড করা হচ্ছে"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3156423\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_LOADED\">The<emph> When loading </emph>event occurs directly after the form has been loaded.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_LOADED\">The<emph> When loading </emph>event occurs directly after the form has been loaded.</ahelp>"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3148451\n"
+"38\n"
+"help.text"
+msgid "Before reloading"
+msgstr "পুনরায় লোড করার আগে"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3154218\n"
+"39\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_RELOADING\">The<emph> Before reloading </emph>event occurs before the form is reloaded.</ahelp> The data content has not yet been refreshed."
+msgstr "<ahelp hid=\"HID_EVT_RELOADING\"><emph> পুনরায় ধারণকরার পূর্বে </emph>গঠন ধারণ করার পূর্বে অনুষ্ঠান ঘটে।</ahelp> ডাটা উপকরণ এখনও সতেজ করা হয়নি।"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3155102\n"
+"40\n"
+"help.text"
+msgid "When reloading"
+msgstr "যখন লোড করা হচ্ছে"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3157895\n"
+"41\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_RELOADED\">The<emph> When reloading </emph>event occurs directly after the form has been reloaded.</ahelp> The data content has already been refreshed."
+msgstr "<ahelp hid=\"HID_EVT_RELOADED\"><emph> যখন পুনরায় ধারণ করছে </emph>অনুষ্ঠানটি গঠন পুনরায় ধারণ করার পর সরাসরি সংঘটিত হয়।</ahelp> ডাটা উপকরণগুলো ইতোমধ্যে সতেজ করা হয়েছে।"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3152792\n"
+"42\n"
+"help.text"
+msgid "Before unloading"
+msgstr "আনলোড করার পূর্বে"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3152598\n"
+"43\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_UNLOADING\">The<emph> Before unloading </emph>event occurs before the form is unloaded; that is, separated from its data source.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_UNLOADING\"><emph> পুনরায় ধারণ করার পূর্বে </emph>গঠন আনলোডের পূর্বে অনুষ্ঠান ঘটে; যা, এর ডাটা সোর্স হতে বিচ্ছিন্ন।</ahelp>"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3154145\n"
+"44\n"
+"help.text"
+msgid "When unloading"
+msgstr "যখন আনলোড করা হচ্ছে"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3154638\n"
+"45\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_UNLOADED\">The<emph> When unloading </emph>event occurs directly after the form has been unloaded; that is, separated from its data source.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_UNLOADED\"><emph> যখন আনলোড করা হচ্ছে </emph>গঠন আনলোডের পরে অনুষ্ঠান সরাসরি ঘটে; যা, এটি এর ডাটা সোর্স হতে বিচ্ছিন্ন।</ahelp>"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3147426\n"
+"25\n"
+"help.text"
+msgid "Confirm deletion"
+msgstr "মুছে ফেলা নিশ্চিতকরণ"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3154988\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_CONFIRMDELETE\">The<emph> Confirm deletion </emph>event occurs as soon as data has been deleted from the form.</ahelp> For example, the linked macro can request confirmation in a dialog."
+msgstr "<ahelp hid=\"HID_EVT_CONFIRMDELETE\">যত শীঘ্রই ডাটা ফর্ম থেকে মুছে ফেলা হবে তখনই<emph> মোচন নিশ্চিতকরণ </emph> ইভেন্ট আবির্ভূত হবে।</ahelp> উদাহরণস্বরূপ, সংযুক্ত ম্যাক্রো একটি ডায়ালগ নিশ্চিতকরণের জন্য অনুরোধ করতে পারে।"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3149481\n"
+"46\n"
+"help.text"
+msgid "Before record action"
+msgstr "রেকর্ড কাজর আগে"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3156007\n"
+"58\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_APPROVEROWCHANGE\">The<emph> Before record action </emph>event occurs before the current record is changed.</ahelp> For example, the linked macro can request confirmation in a dialog."
+msgstr "<ahelp hid=\"HID_EVT_APPROVEROWCHANGE\">বর্তমান রেকর্ড পরিবর্তন হওয়ার পূর্বে <emph> রেকর্ড কর্মের পূর্বে </emph> ইভেন্ট আবির্ভূত হবে।</ahelp> উদাহরণস্বরূপ, সংযুক্ত ম্যাক্রো একটি ডায়ালগ নিশ্চিতকরণের জন্য অনুরোধ করতে পারে।"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3145749\n"
+"47\n"
+"help.text"
+msgid "After record action"
+msgstr "রেকর্ড কাজর পরে"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3146975\n"
+"59\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_ROWCHANGE\">The<emph> After record action </emph>event occurs directly after the current record has been changed.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_ROWCHANGE\"><emph> রেকর্ড কাজর পরে </emph>বর্তমান রেকর্ড পরিবর্তিত হওয়ার পর সরাসরি অনুষ্ঠান ঘটে।</ahelp>"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3154012\n"
+"48\n"
+"help.text"
+msgid "Before record change"
+msgstr "রেকর্ড পরিবর্তনের আগে"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3149664\n"
+"60\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_POSITIONING\">The<emph> Before record change </emph>event occurs before the current record pointer is changed.</ahelp> For example, the linked macro can prevent this action by returning \"FALSE\"."
+msgstr "<ahelp hid=\"HID_EVT_POSITIONING\">বর্তমান রেকর্ড পয়েন্টার পরিবর্তন হওয়ার পূর্বে <emph> রেকর্ড পরিবর্তনের পূর্বে </emph> ইভেন্ট আবির্ভূত হবে।</ahelp> উদাহরণস্বরূপ, সংযুক্ত ম্যাক্রো \"FALSE\" ফেরত দিয়ে এই কর্ম নিবৃত্ত করতে পারে।"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3157975\n"
+"49\n"
+"help.text"
+msgid "After record change"
+msgstr "রেকর্ড পরিবর্তনের পরে"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3154098\n"
+"61\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_POSITIONED\">The<emph> After record change </emph>event occurs directly after the current record pointer has been changed.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_POSITIONED\"><emph> রেকর্ড পরিবর্তনের পরে </emph>বর্তমান রেকর্ড পয়েন্টার পরিবর্তিত হওয়ার পর সরাসরি অনুষ্ঠান ঘটে।</ahelp>"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3151076\n"
+"50\n"
+"help.text"
+msgid "Fill parameters"
+msgstr "প্যারামিটার পূরণ করুন"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3147396\n"
+"62\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_APPROVEPARAMETER\">The<emph> Fill parameters </emph>event occurs when the form to be loaded has parameters that must be filled out.</ahelp> For example, the data source of the form can be the following SQL command:"
+msgstr "<ahelp hid=\"HID_EVT_APPROVEPARAMETER\"><emph> প্যারামিটার পূরণ করুন</emph> ইভেন্ট আবির্ভূত হয় যখন লোড করার জন্য ফর্মের প্যারামিটার আছে যা অবশ্যই পূর্ণ থাকতে হবে।</ahelp> উদাহরণস্বরূপ, ফর্মের ডাটা উৎস নিম্নোক্ত SQL কমান্ড হতে পারে:"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3148773\n"
+"63\n"
+"help.text"
+msgid "SELECT * FROM address WHERE name=:name"
+msgstr "SELECT * FROM address WHERE name=:name"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3149581\n"
+"64\n"
+"help.text"
+msgid "Here :name is a parameter that must be filled out when loading. The parameter is automatically filled out from the parent form if possible. If the parameter cannot be filled out, this event is called and a linked macro can fill out the parameter."
+msgstr "এখানে :নাম একটি প্যারামিটার যা লোড করার সময় অবশ্যই পূর্ণ থাকতে হবে। যদি সম্ভব হয় প্যারামিটার স্বয়ংক্রিয়ভাবে প্যারেন্ট থেকে পূর্ণ হবে। যদি প্যারামিটার পূর্ণ করা না যায়, এই ইভেন্ট ডাকা হয় এবং একটি সংযুক্ত ম্যাক্রো প্যারামিটার পূর্ণ করতে পারবে।"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id3146926\n"
+"9\n"
+"help.text"
+msgid "Error occurred"
+msgstr "ত্রুটি ঘটেছে"
+
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id3149485\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_EVT_ERROROCCURRED\">The<emph> Error occurred </emph>event is activated if an error occurs when accessing the data source.</ahelp> This applies to forms, list boxes and combo boxes."
+msgstr ""
+
+#: 24050000.xhp
+msgctxt ""
+"24050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Blue"
+msgstr "নীল"
+
+#: 24050000.xhp
+msgctxt ""
+"24050000.xhp\n"
+"hd_id3147588\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24050000.xhp\" name=\"Blue\">Blue</link>"
+msgstr "<link href=\"text/shared/02/24050000.xhp\" name=\"Blue\">নীল</link>"
+
+#: 24050000.xhp
+msgctxt ""
+"24050000.xhp\n"
+"par_id3155934\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GrafBlue\">Specifies the proportion of blue RGB color components for the selected graphic.</ahelp> Values from -100% (no blue) to +100% (full blue) are possible."
+msgstr "<ahelp hid=\".uno:GrafBlue\">নির্বাচিত গ্রাফিকের জন্য নীল RGB রং এর উপকরণের অনুপাত উল্লেখ করে।</ahelp> মান -১০০% (নীল নয়) হতে +১০০% (সম্পূর্ণ নীল) পর্যন্ত সম্ভব।"
+
+#: 24050000.xhp
+msgctxt ""
+"24050000.xhp\n"
+"par_id3152372\n"
+"help.text"
+msgid "<image id=\"img_id3149549\" src=\"res/sc10867.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149549\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149549\" src=\"res/sc10867.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149549\">আইকন</alt></image>"
+
+#: 24050000.xhp
+msgctxt ""
+"24050000.xhp\n"
+"par_id3154751\n"
+"3\n"
+"help.text"
+msgid "Blue"
+msgstr "নীল"
+
+#: 10100000.xhp
+msgctxt ""
+"10100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Close Window"
+msgstr ""
+
+#: 10100000.xhp
+#, fuzzy
+msgctxt ""
+"10100000.xhp\n"
+"hd_id3152895\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/10100000.xhp\" name=\"Close Window\">Close Window</link>"
+msgstr "<link href=\"text/shared/02/10100000.xhp\" name=\"Close\">বন্ধ</link>"
+
+#: 10100000.xhp
+msgctxt ""
+"10100000.xhp\n"
+"par_id3155934\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:CloseWin\">Closes the current window.</ahelp> Choose <emph>Window - Close Window</emph>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F4. In the page preview of $[officename] Writer and Calc, you can close the current window by clicking the <emph>Close Preview</emph> button."
+msgstr ""
+
+#: 10100000.xhp
+msgctxt ""
+"10100000.xhp\n"
+"par_id3147143\n"
+"5\n"
+"help.text"
+msgid "If additional views of the current document were opened by <emph>Window - New Window</emph>, this command will close only the current view."
+msgstr "যদি বর্তমান নথিতে অতিরিক্ত দর্শন <emph>উইন্ডো - নতুন উইন্ডো</emph> দ্বারা খোলা হয়, তবে এই কমান্ডটি শুধু বর্তমান দর্শণ বন্ধ করে।"
+
+#: 10100000.xhp
+msgctxt ""
+"10100000.xhp\n"
+"par_id3153910\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01050000.xhp\" name=\"Close the current document\">Close the current document</link>"
+msgstr "<link href=\"text/shared/01/01050000.xhp\" name=\"Close the current document\">বর্তমান নথি বন্ধ করুন</link>"
+
+#: flowcharts.xhp
+msgctxt ""
+"flowcharts.xhp\n"
+"tit\n"
+"help.text"
+msgid "Flowchart"
+msgstr "ফ্লোচার্ট"
+
+#: flowcharts.xhp
+msgctxt ""
+"flowcharts.xhp\n"
+"par_idN10557\n"
+"help.text"
+msgid "<link href=\"text/shared/02/flowcharts.xhp\">Flowchart</link>"
+msgstr "<link href=\"text/shared/02/flowcharts.xhp\">ফ্লোচার্ট</link>"
+
+#: flowcharts.xhp
+msgctxt ""
+"flowcharts.xhp\n"
+"par_idN10567\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Flowchart toolbar from which you can insert graphics into your document.</ahelp>"
+msgstr "<ahelp hid=\".\">প্রবাহচিত্র টুলবার খোলে যেখানে আপনি আপনার নথিতে গ্রাফিকস সন্নিবেশ করতে পারেন।</ahelp>"
+
+#: flowcharts.xhp
+msgctxt ""
+"flowcharts.xhp\n"
+"par_idN10597\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click an icon from the Flowchart toolbar, then drag in the document to draw the shape.</ahelp>"
+msgstr "<ahelp hid=\".\">প্রতীক আকারের টুলবারে ক্লিক করুন, এবং এরপর নথিতে আকৃতি আঁকার জন্য টেনে নিয়ে আসুন।</ahelp>"
+
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Borders"
+msgstr "সীমানা"
+
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"hd_id3143284\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/03130000.xhp\" name=\"Borders\">Borders</link>"
+msgstr "<link href=\"text/shared/02/03130000.xhp\" name=\"Borders\">সীমানা</link>"
+
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"par_id3153255\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SetBorderStyle\">Click the <emph>Borders</emph> icon to open the <emph>Borders</emph> toolbar, where you can modify the border of a sheet area or an object.</ahelp>"
+msgstr "<ahelp hid=\".uno:SetBorderStyle\"> <emph>পরিসরন</emph> টুলবার খুলতে <emph>সীমানা</emph> আইকনে ক্লিক করুন, যেখানে আপনি একটি শীট এলাকা বা বস্তুর সীমানা পরিবর্তন করতে পারেন।</ahelp>"
+
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"par_id3147261\n"
+"3\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"></caseinline><defaultinline>This object can be the border of a text frame, a graphic or a table. The icon will only be visible if a graphic, table, object or frame has been selected.</defaultinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\"></caseinline><defaultinline> এই বস্তুটি একটি পাঠ্য ফ্রেম, গ্রাফিক, বা সারণির সীমানা হতে পারে। যদি একটি গ্রাফিক, সারণি বা ফ্রেম নির্বাচিত হয় শুধু তখনই আইকনটি দৃশ্যমান হয়।</defaultinline></switchinline>"
+
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"par_id3147226\n"
+"6\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To apply a particular type of border to a single cell, position the cursor in the cell, open the <emph>Border</emph> toolbar and select a border. </caseinline><defaultinline>Whenever you insert graphics or tables, they already have a complete border. To remove that border, select the graphic object or the entire table and click the \"no border\" icon on the <emph>Border</emph> toolbar.</defaultinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">একটি একক ঘরে একটি বিশেষ ধরনের সীমানা প্রয়োগ করতে, ঘরে কার্সার রাখুন, <emph>সীমানা</emph> টুলবার খুলুন এবং একটি সীমানা নির্বাচন করুন। </caseinline><defaultinline>আপনি যখনই একটি গ্রাফিকস বা সারণি সন্নিবেশ করেন, এদের ইতোমধ্যে সীমানা রয়েছে। এই সীমানা সরাতে, গ্রাফিক বস্তু বা সম্পূর্ণ সারণি নির্বাচন করুন এবং <emph>সীমানা</emph> টুলবারে \"কোনো সীমানা নেই\" আইকনে ক্লিক করুন।</defaultinline></switchinline>"
+
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"par_id3147576\n"
+"help.text"
+msgid "<image id=\"img_id3149095\" src=\"cmd/sc_setborderstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149095\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149095\" src=\"cmd/sc_setborderstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149095\">আইকন</alt></image>"
+
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"par_id3152780\n"
+"4\n"
+"help.text"
+msgid "Borders"
+msgstr "সীমানা"
+
+#: 03130000.xhp
+msgctxt ""
+"03130000.xhp\n"
+"par_id3148990\n"
+"5\n"
+"help.text"
+msgid "Further information can be found in the Help in <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link>. You can also find information on how to <link href=\"text/shared/guide/border_table.xhp\" name=\"format a text table\">format a text table</link> with the <emph>Borders</emph> icon."
+msgstr "<link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>সীমানা</emph></link> সহায়তায় আরও তথ্য পাওয়া যাবে। আপনি <emph>সীমানা</emph> আইকন দিয়ে কিভাবে <link href=\"text/shared/guide/border_table.xhp\" name=\"format a text table\">একটি সারণি বিন্যাস করা যায়</link> সেসম্পর্কে তথ্য পাবেন।"
+
+#: 12130000.xhp
+msgctxt ""
+"12130000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data source as table"
+msgstr "সারণি হিসেবে ডাটাসোর্স"
+
+#: 12130000.xhp
+msgctxt ""
+"12130000.xhp\n"
+"bm_id3152895\n"
+"help.text"
+msgid "<bookmark_value>data sources; as tables</bookmark_value>"
+msgstr "<bookmark_value>data sources; as tables</bookmark_value>"
+
+#: 12130000.xhp
+msgctxt ""
+"12130000.xhp\n"
+"hd_id3152895\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12130000.xhp\" name=\"Data source as table\">Data source as table</link>"
+msgstr "<link href=\"text/shared/02/12130000.xhp\" name=\"Data source as table\">সারণি হিসেবে ডাটাসোর্স</link>"
+
+#: 12130000.xhp
+msgctxt ""
+"12130000.xhp\n"
+"par_id3163829\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ViewFormAsGrid\">Activates an additional table view when in the form view.</ahelp> When the<emph> Data source as table</emph> function is activated, you see the table in an area above the form."
+msgstr "<ahelp hid=\".uno:ViewFormAsGrid\">গঠন দর্শনে একটি অতিরিক্ত সারণি দর্শণ সক্রিয় করে।</ahelp> যখন<emph> সারণি হিসেবে ডাটাসোর্স </emph> ফাংশন সক্রিয় করা হয়, তখন আপনি গঠনে সারণিটি দেখতে পাবেন।"
+
+#: 12130000.xhp
+msgctxt ""
+"12130000.xhp\n"
+"par_id3093440\n"
+"help.text"
+msgid "<image id=\"img_id3156414\" src=\"cmd/sc_viewformasgrid.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156414\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156414\" src=\"cmd/sc_viewformasgrid.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156414\">আইকন</alt></image>"
+
+#: 12130000.xhp
+msgctxt ""
+"12130000.xhp\n"
+"par_id3152801\n"
+"3\n"
+"help.text"
+msgid "Data source as table"
+msgstr "সারণি হিসেবে ডাটাসোর্স"
+
+#: 12130000.xhp
+msgctxt ""
+"12130000.xhp\n"
+"par_id3147576\n"
+"4\n"
+"help.text"
+msgid "The table view and form view reflect the same data. Changes made in the table are also visible in the form, and changes to the form are visible in the table."
+msgstr "সারণি দর্শন এবং গঠন দর্শন একই তথ্য প্রতিফলন করে, সারণিতে সম্পাদিত পরিবর্তন গঠনে দৃশ্যমান, এবং গঠনে সম্পাদিত পরিবর্তন সারণিতে দৃশ্যমান।"
+
+#: 12130000.xhp
+msgctxt ""
+"12130000.xhp\n"
+"par_id3153748\n"
+"5\n"
+"help.text"
+msgid "If there are several logical forms in a document, the table is only able to show one at a time."
+msgstr "যদি একটি নথিতে একাধিক যৌক্তিক গঠন থাকে, সারণি কেবল একটিকে একবারে দেখাতে পারে।"
+
+#: 24070000.xhp
+msgctxt ""
+"24070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Contrast"
+msgstr "তুলনা, প্রতিতুলনা"
+
+#: 24070000.xhp
+msgctxt ""
+"24070000.xhp\n"
+"hd_id3154926\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24070000.xhp\" name=\"Contrast\">Contrast</link>"
+msgstr "<link href=\"text/shared/02/24070000.xhp\" name=\"Contrast\">তুলনা, প্রতিতুলনা</link>"
+
+#: 24070000.xhp
+msgctxt ""
+"24070000.xhp\n"
+"par_id3149495\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GrafContrast\" visibility=\"visible\">Specifies the contrast for viewing the selected graphic image.</ahelp> Values from -100% (no contrast at all) to +100% (full contrast) are possible."
+msgstr "<ahelp hid=\".uno:GrafContrast\" visibility=\"visible\">নির্বাচিত গ্রাফিক ছবি দেখার কনট্রাস্ট উল্লেখ করে।</ahelp> মান -১০০% (কোন কনট্রাস্ট নেই) হতে +১০০% (পূর্ণ কনট্রাস্ট) পর্যন্ত সম্ভব।"
+
+#: 24070000.xhp
+msgctxt ""
+"24070000.xhp\n"
+"par_id3156027\n"
+"help.text"
+msgid "<image src=\"res/sc10864.png\" id=\"img_id3154398\"><alt id=\"alt_id3154398\">Icon</alt></image>"
+msgstr "<image src=\"res/sc10864.png\" id=\"img_id3154398\"><alt id=\"alt_id3154398\">আইকন</alt></image>"
+
+#: 24070000.xhp
+msgctxt ""
+"24070000.xhp\n"
+"par_id3157991\n"
+"3\n"
+"help.text"
+msgid "Contrast"
+msgstr "তুলনা, প্রতিতুলনা"
+
+#: 03200000.xhp
+msgctxt ""
+"03200000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Change Anchor"
+msgstr "নোঙ্গর পরিবর্তন করুন"
+
+#: 03200000.xhp
+msgctxt ""
+"03200000.xhp\n"
+"bm_id3153323\n"
+"help.text"
+msgid "<bookmark_value>anchors; changing</bookmark_value>"
+msgstr "<bookmark_value>anchors; changing</bookmark_value>"
+
+#: 03200000.xhp
+msgctxt ""
+"03200000.xhp\n"
+"hd_id3153323\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
+msgstr "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">নোঙ্গর পরিবর্তন করুন</link>"
+
+#: 03200000.xhp
+msgctxt ""
+"03200000.xhp\n"
+"par_id3150499\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The<emph> Change Anchor </emph>icon is only visible when an object such as a graphic or control field<switchinline select=\"appl\"><caseinline select=\"WRITER\"> or frame</caseinline></switchinline> is selected."
+msgstr "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">নোঙ্গরকরণ অপশনের মধ্যে পরিবর্তন করার জন্য অনুমোদন প্রদান করে থাকে।</ahelp></variable> <emph> নোঙ্গর পরিবর্তন </emph> আইকনটি শুধুমাত্র তখনই দৃশ্যমান হয় যখন গ্রাফিক এবং কন্ট্রোল ক্ষেত্র<switchinline select=\"appl\"><caseinline select=\"WRITER\"> অথবা ফ্রেম</caseinline></switchinline> এর মত একটি বস্তু নির্বাচন করা হয়।"
+
+#: 03200000.xhp
+msgctxt ""
+"03200000.xhp\n"
+"par_id3155555\n"
+"3\n"
+"help.text"
+msgid "Further information about the anchoring is contained in the <link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\"><emph>Anchoring</emph></link> Help section."
+msgstr "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\"><emph>অ্যানকোরিং</emph></link> সহায়তা অংশ অ্যাংকোরিং সম্পর্কে আরও তথ্য ধারণ করে।"
+
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Remove Filter/Sorting"
+msgstr "পরিশোধক/সাজানো সরিয়ে ফেলুন"
+
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"hd_id3155069\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12040000.xhp\" name=\"Remove Filter/Sorting\">Remove Filter/Sorting</link>"
+msgstr "<link href=\"text/shared/02/12040000.xhp\" name=\"Remove Filter/Sorting\">পরিশোধক/সাজানো সরিয়ে ফেলুন</link>"
+
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"par_id3154094\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:RemoveFilterSort\" visibility=\"visible\">Cancels the filter settings and displays all of the records in the current table.</ahelp>"
+msgstr "<ahelp hid=\".uno:RemoveFilterSort\" visibility=\"visible\">পরিশোধক মানসমূহ বাতিল করে এবং বর্তমান সারণির সকল রেকর্ড প্রদর্শন করে।</ahelp>"
+
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"par_id3146130\n"
+"help.text"
+msgid "<image src=\"cmd/sc_removefilter.png\" id=\"img_id3151315\"><alt id=\"alt_id3151315\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_removefilter.png\" id=\"img_id3151315\"><alt id=\"alt_id3151315\">আইকন</alt></image>"
+
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"par_id3153750\n"
+"3\n"
+"help.text"
+msgid "Remove Filter/Sorting"
+msgstr "পরিশোধক/সাজানো সরিয়ে ফেলুন"
+
+#: 01171400.xhp
+msgctxt ""
+"01171400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Helplines While Moving"
+msgstr ""
+
+#: 01171400.xhp
+msgctxt ""
+"01171400.xhp\n"
+"hd_id3155599\n"
+"1\n"
+"help.text"
+msgid "Helplines While Moving"
+msgstr ""
+
+#: 01171400.xhp
+msgctxt ""
+"01171400.xhp\n"
+"par_id3149549\n"
+"help.text"
+msgid "<image id=\"img_id3149760\" src=\"cmd/sc_helplinesmove.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3149760\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149760\" src=\"cmd/sc_helplinesmove.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3149760\">আইকন</alt></image>"
+
+#: 01171400.xhp
+msgctxt ""
+"01171400.xhp\n"
+"par_id3153049\n"
+"4\n"
+"help.text"
+msgid "Helplines While Moving"
+msgstr ""
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Increase Indent"
+msgstr "ইনডেন্ট বাড়ানো"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"bm_id3148520\n"
+"help.text"
+msgid "<bookmark_value>paragraphs; increasing indents of</bookmark_value>"
+msgstr "<bookmark_value>paragraphs; increasing indents of</bookmark_value>"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"hd_id3148520\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/02140000.xhp\" name=\"Increase Indent\">Increase Indent</link>"
+msgstr "<link href=\"text/shared/02/02140000.xhp\" name=\"Increase Indent\">ইনডেন্ট বাড়ানো</link>"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3151330\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click the Increase Indent icon to increase the left indent of the current paragraph or cell content and set it to the next default tab position.</ahelp>"
+msgstr ""
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3149798\n"
+"17\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If several paragraphs are selected, the indentation of all selected paragraphs is increased.</caseinline><caseinline select=\"CALC\">The cell content refers to the current value under <link href=\"text/shared/01/05340300.xhp\" name=\"Format - Cell - Alignment\"><emph>Format - Cell - Alignment</emph></link>.</caseinline></switchinline>"
+msgstr ""
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3147576\n"
+"help.text"
+msgid "<image id=\"img_id3149388\" src=\"cmd/sc_incrementindent.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149388\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149388\" src=\"cmd/sc_incrementindent.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149388\">আইকন</alt></image>"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3166460\n"
+"4\n"
+"help.text"
+msgid "Increase Indent"
+msgstr "ইনডেন্ট বাড়ানো"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3152996\n"
+"5\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click the <emph>Increase Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key to move the indenting of the selected paragraph by the default tab distance set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
+msgstr ""
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3157910\n"
+"6\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Example:</caseinline></switchinline>"
+msgstr ""
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3153698\n"
+"7\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The indents of two paragraphs are moved with the <emph>Increase Indent</emph> function to a standard tab distance of 2 cm:</caseinline></switchinline>"
+msgstr ""
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3154047\n"
+"8\n"
+"help.text"
+msgid "Original indent"
+msgstr "আসল ইনডেন্ট"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3148492\n"
+"9\n"
+"help.text"
+msgid "Indent increased"
+msgstr "ইনডেন্ট বাড়ানো হয়েছে"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3153126\n"
+"10\n"
+"help.text"
+msgid "Indent increased by the amount with the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command key</caseinline><defaultinline>Ctrl key</defaultinline></switchinline>"
+msgstr "ইনডেন্ট বাড়ে <switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড কী</caseinline><defaultinline>Ctrl কী</defaultinline></switchinline> এর পরিমাণের উপর"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3155922\n"
+"11\n"
+"help.text"
+msgid "0.25 cm"
+msgstr "০.২৫ সেমি"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3147265\n"
+"12\n"
+"help.text"
+msgid "2 cm"
+msgstr "২ সেমি"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3149669\n"
+"13\n"
+"help.text"
+msgid "2.25 cm"
+msgstr "২.২৫ সেমি"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3161657\n"
+"14\n"
+"help.text"
+msgid "0.5 cm"
+msgstr "০.৫ সেমি"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3150791\n"
+"15\n"
+"help.text"
+msgid "2 cm"
+msgstr "২ সেমি"
+
+#: 02140000.xhp
+msgctxt ""
+"02140000.xhp\n"
+"par_id3154138\n"
+"16\n"
+"help.text"
+msgid "2.5 cm"
+msgstr "২.৫ সেমি"
+
+#: 01230000.xhp
+msgctxt ""
+"01230000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Styles and Formatting"
+msgstr "ধরন এবং বিন্যাস"
+
+#: 01230000.xhp
+msgctxt ""
+"01230000.xhp\n"
+"hd_id3154228\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01230000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link>"
+msgstr "<link href=\"text/shared/02/01230000.xhp\" name=\"Styles and Formatting\">ধরন এবং বিন্যাস</link>"
+
+#: 01230000.xhp
+msgctxt ""
+"01230000.xhp\n"
+"par_id3144436\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DesignerDialog\">Specifies whether to show or hide the Styles and Formatting window, which is where you can assign and organize Styles.</ahelp>"
+msgstr "<ahelp hid=\".uno:DesignerDialog\">উল্লেখ করে যে কোথায় শৈলী ও বিন্যাস উইন্ডো দেখানো বা আড়াল হবে, যেখানে আপনি শৈলী নিযুক্ত বা আয়োজিত করতে পারেন। </ahelp>"
+
+#: 01230000.xhp
+msgctxt ""
+"01230000.xhp\n"
+"par_id3153894\n"
+"4\n"
+"help.text"
+msgid "Each $[officename] application has its own Styles and Formatting window. Hence there are separate windows for <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"text documents\">text documents</link></caseinline><defaultinline>text documents</defaultinline></switchinline>, for <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"spreadsheets\">spreadsheets</link></caseinline><defaultinline>spreadsheets</defaultinline></switchinline> and for <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><defaultinline>presentations/drawing documents</defaultinline></switchinline>."
+msgstr "প্রত্যেক $[officename] অ্যাপ্লিকেশনের নিজস্ব শৈলী ও বিন্যাসণ উইন্ডো আছে। সুতরাং <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"text documents\">টেক্সট নথি</link></caseinline><defaultinline>টেক্সট নথির</defaultinline></switchinline> জন্য আলাদা উইন্ডো আছে, <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"spreadsheets\">স্প্রেডশীট</link></caseinline><defaultinline>স্প্রেডশীট</defaultinline></switchinline> এবং <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">উপস্থাপনা/অংকন নথি</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">উপস্থাপনা/অংকন নথি</link></caseinline><defaultinline>উপস্থাপনা/অংকন নথির</defaultinline></switchinline> জন্য আলাদা উইন্ডো আছে।"
+
+#: 01230000.xhp
+msgctxt ""
+"01230000.xhp\n"
+"par_id3143267\n"
+"help.text"
+msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">আইকন</alt></image>"
+
+#: 01230000.xhp
+msgctxt ""
+"01230000.xhp\n"
+"par_id3154750\n"
+"3\n"
+"help.text"
+msgid "Styles and Formatting"
+msgstr "ধরন এবং বিন্যাস"
+
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"tit\n"
+"help.text"
+msgid "List Box Wizard: Field Link"
+msgstr "তালিকা বাক্স উইজার্ড: ক্ষেত্রের লিংক"
+
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"hd_id3149119\n"
+"20\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170903.xhp\" name=\"List Box Wizard: Field Link\">List Box Wizard: Field Link</link>"
+msgstr "<link href=\"text/shared/02/01170903.xhp\" name=\"List Box Wizard: Field Link\">তালিকা বাক্স উইজার্ড: ক্ষেত্রের লিংক</link>"
+
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"par_id3159224\n"
+"15\n"
+"help.text"
+msgid "Indicates through which fields tables of values and list tables are linked."
+msgstr "কোন ক্ষেত্র সারণির মান এবং তালিকা সারণির মান যুক্ত তা নির্দেশ করে।"
+
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"par_id3150499\n"
+"27\n"
+"help.text"
+msgid "The value table is the table of the current form where the list field is inserted. The list table is the table whose data is to be shown in the list field. Both tables must be linked over a mutual data field. These links are to be entered on this page of the wizard. The field names must not necessarily be the same (this depends upon how the field names are defined in both tables), but both fields must have the same field type."
+msgstr "মান টেবিল বর্তমান ফর্মের টেবিল যেখানে তালিকা ক্ষেত্র সন্নিবেশ করানো হয়েছে। তালিকা টেবিল একটি টেবিল যার ডাটা তালিকা ক্ষেত্রে দেখানো হবে। উভয় টেবিল অবশ্যই একটি মিউচুয়াল ডাটা ক্ষেত্রে সংযুক্ত করতে হবে। এই লিংক উইজার্ডের পৃষ্ঠায় সন্নিবেশ করানো হবে। ক্ষেত্রের নাম একই রকম হওয়া প্রয়োজনীয় নয় ( কিভাবে উভয় সারণিতে ক্ষেত্র নির্ধারণ করা হয়েছে তার উপর এটি নির্ভরশীল), কিন্তু উভয় ক্ষেত্র অবশ্যই একই ক্ষেত্র ধরনের হতে হবে।"
+
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"hd_id3149180\n"
+"16\n"
+"help.text"
+msgid "Value table field"
+msgstr "মানের সারণি ক্ষেত্র"
+
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"par_id3150789\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_COMBOBOX_RID_PAGE_LCW_FIELDLINK_CMB_VALUELISTFIELD\">Specifies the current form data field which should be related to a field in the linked table.</ahelp> In addition, click the desired data field in the list field below."
+msgstr "<ahelp hid=\"DBP_COMBOBOX_RID_PAGE_LCW_FIELDLINK_CMB_VALUELISTFIELD\">Specifies the current form data field which should be related to a field in the linked table.</ahelp> In addition, click the desired data field in the list field below."
+
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"par_id3145669\n"
+"25\n"
+"help.text"
+msgid "In <link href=\"text/shared/02/01170102.xhp\" name=\"Control - Properties\">Control - Properties</link>, the specified field will appear as an entry in the <emph>Data</emph> tab page under <emph>Data field</emph>."
+msgstr "<link href=\"text/shared/02/01170102.xhp\" name=\"Control - Properties\">কন্ট্রোল - বৈশিষ্ট্যে</link>, উল্লেখিত ক্ষেত্রটি <emph>ডাটা ক্ষেত্রে</emph> <emph>ডাটা</emph> ট্যাব পৃষ্ঠার অধীনে একটি এন্ট্রি হিসেবে উপস্থিত হবে।"
+
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"hd_id3149827\n"
+"18\n"
+"help.text"
+msgid "List table field"
+msgstr "তালিকা সারণি ক্ষেত্র"
+
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"par_id3155391\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_COMBOBOX_RID_PAGE_LCW_FIELDLINK_CMB_TABLEFIELD\">Specifies the linked table data field, which is related to the specified value table field.</ahelp> In addition, click the data field in the lower list field."
+msgstr "<ahelp hid=\"DBP_COMBOBOX_RID_PAGE_LCW_FIELDLINK_CMB_TABLEFIELD\">উল্লেখিত মানের সারণি ক্ষেত্রের সাথে সম্পর্কিত সংযুক্ত সারণি ডাটা ক্ষেত্র উল্লেখ করে।</ahelp> মোটকথা, নিম্ন তালিকার ক্ষেত্রে ডাটা ক্ষেত্রে ক্লিক করুন।"
+
+#: 01170903.xhp
+msgctxt ""
+"01170903.xhp\n"
+"par_id3154823\n"
+"26\n"
+"help.text"
+msgid "In <link href=\"text/shared/02/01170102.xhp\" name=\"Control - Properties\">Control - Properties</link>, the specified field will appear in the <emph>Data</emph> tab page of a SQL statement under <emph>List Contents</emph>."
+msgstr "<link href=\"text/shared/02/01170102.xhp\" name=\"Control - Properties\">কন্ট্রোল - বৈশিষ্ট্যে</link>, উল্লেখিত ক্ষেত্রটি <emph>তালিকা উপাদানের</emph> অধীনে SQL স্টেটমেন্টের <emph>ডাটা</emph>ট্যাব পৃষ্ঠায় উপস্থিত হবে।"
+
+#: 03150000.xhp
+msgctxt ""
+"03150000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Border Color"
+msgstr "সীমানার রং"
+
+#: 03150000.xhp
+msgctxt ""
+"03150000.xhp\n"
+"hd_id3154873\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/03150000.xhp\" name=\"Border Color\">Border Color</link>"
+msgstr "<link href=\"text/shared/02/03150000.xhp\" name=\"Border Color\">সীমানার রং</link>"
+
+#: 03150000.xhp
+msgctxt ""
+"03150000.xhp\n"
+"par_id3163829\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FrameLineColor\">Click the <emph>Line Color (of the border)</emph> icon to open the <emph>Border Color</emph> toolbar, which enables you to change the border color of an object.</ahelp>"
+msgstr "<ahelp hid=\".uno:FrameLineColor\"><emph>সীমানার রং বা রঙীন সীমানা</emph> টুলবার খুলতে <emph>লাইন রং (সীমানার)</emph> আইকনে ক্লিক করুন, যা বস্তুর সীমানার রং পরিবর্তনে আপনাকে সক্ষম করে।</ahelp>"
+
+#: 03150000.xhp
+msgctxt ""
+"03150000.xhp\n"
+"par_id3153750\n"
+"help.text"
+msgid "<image id=\"img_id3147291\" src=\"cmd/sc_framelinecolor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147291\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147291\" src=\"cmd/sc_framelinecolor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147291\">আইকন</alt></image>"
+
+#: 03150000.xhp
+msgctxt ""
+"03150000.xhp\n"
+"par_id3156427\n"
+"3\n"
+"help.text"
+msgid "Line Color (of the border)"
+msgstr "লাইনের রং (সীমানার)"
+
+#: 03150000.xhp
+msgctxt ""
+"03150000.xhp\n"
+"par_id3154317\n"
+"4\n"
+"help.text"
+msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\">Borders</link> section in the Help."
+msgstr "আরও তথ্যের জন্য, সহায়তার <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\">সীমানা</link> অংশটি দেখুন।"
+
+#: 04210000.xhp
+msgctxt ""
+"04210000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Optimize"
+msgstr "গতি বা উৎপাদনশীলতা বৃদ্ধি করা"
+
+#: 04210000.xhp
+msgctxt ""
+"04210000.xhp\n"
+"hd_id3151185\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/04210000.xhp\" name=\"Optimize\">Optimize</link>"
+msgstr "<link href=\"text/shared/02/04210000.xhp\" name=\"Optimize\">গতি বা উৎপাদনশীলতা বৃদ্ধি করা</link>"
+
+#: 04210000.xhp
+msgctxt ""
+"04210000.xhp\n"
+"par_id3145412\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:OptimizeTable\">Opens a toolbar that contains functions for optimizing the rows and columns in a table.</ahelp>"
+msgstr "<ahelp hid=\".uno:OptimizeTable\">একটি সারণিতে কলাম এবং সারি কমানোর ফাংশন ধারণকারী টুলবার খোলে।</ahelp>"
+
+#: 04210000.xhp
+msgctxt ""
+"04210000.xhp\n"
+"par_id3155899\n"
+"help.text"
+msgid "<image id=\"img_id3149684\" src=\"cmd/sc_optimizetable.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3149684\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149684\" src=\"cmd/sc_optimizetable.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3149684\">আইকন</alt></image>"
+
+#: 04210000.xhp
+msgctxt ""
+"04210000.xhp\n"
+"par_id3143270\n"
+"4\n"
+"help.text"
+msgid "Optimize"
+msgstr "গতি বা উৎপাদনশীলতা বৃদ্ধি করা"
+
+#: 04210000.xhp
+msgctxt ""
+"04210000.xhp\n"
+"par_id3149485\n"
+"5\n"
+"help.text"
+msgid "You can select from the following functions:"
+msgstr "আপনি নিম্নোক্ত ফাংশন হতে নির্বাচন করতে পারেন:"
+
+#: 04210000.xhp
+msgctxt ""
+"04210000.xhp\n"
+"hd_id3153631\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05110200.xhp\" name=\"Optimal Height\">Optimal Height</link>"
+msgstr "<link href=\"text/swriter/01/05110200.xhp\" name=\"Optimal Height\">সর্বোচ্চ উচ্চতা</link>"
+
+#: 04210000.xhp
+msgctxt ""
+"04210000.xhp\n"
+"hd_id3145772\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05120200.xhp\" name=\"Optimal Column Width\">Optimal Column Width</link>"
+msgstr "<link href=\"text/swriter/01/05120200.xhp\" name=\"Optimal Column Width\">কলামের সর্বোচ্চ প্রস্থ</link>"
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sort Order"
+msgstr "সাজানোর ক্রম"
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"bm_id3147000\n"
+"help.text"
+msgid "<bookmark_value>sorting; databases</bookmark_value><bookmark_value>databases; sorting</bookmark_value>"
+msgstr "<bookmark_value>sorting; databases</bookmark_value><bookmark_value>databases; sorting</bookmark_value>"
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"hd_id3147000\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"sortierung\"><link href=\"text/shared/02/12100100.xhp\" name=\"Sort Order\">Sort Order</link></variable>"
+msgstr "<variable id=\"sortierung\"><link href=\"text/shared/02/12100100.xhp\" name=\"Sort Order\">সাজানোর ক্রম</link></variable>"
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"par_id3163829\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"sortierentext\"><ahelp hid=\".uno:OrderCrit\">Specifies the sort criteria for the data display.</ahelp></variable>"
+msgstr "<variable id=\"sortierentext\"><ahelp hid=\".uno:OrderCrit\">তথ্য প্রদর্শনীর জন্য সাজানোর শ্রেণীবিভাগ ব্যাখ্যা করে।</ahelp></variable>"
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"par_id3149549\n"
+"12\n"
+"help.text"
+msgid "While the functions <link href=\"text/shared/02/12010000.xhp\" name=\"Sort in Ascending Order\"><emph>Sort in Ascending Order</emph></link> and <link href=\"text/shared/02/12020000.xhp\" name=\"Sort in Descending Order\"><emph>Sort in Descending Order</emph></link> sort by one criterion only, you can combine several criteria in the<emph> Sort Order </emph>dialog."
+msgstr "যখন <link href=\"text/shared/02/12010000.xhp\" name=\"Sort in Ascending Order\"><emph>ঊর্ধক্রম সজ্জিতকরণ</emph></link> এবং <link href=\"text/shared/02/12020000.xhp\" name=\"Sort in Descending Order\"><emph>নিম্নক্রম সজ্জিতকরণ </emph></link> ফাংশন একই শ্রেণীবিভাগে সজ্জিত হয়, আপনি তখন <emph> সজ্জিতকরণ ক্রম </emph>ডায়ালগে একাধিক শ্রেণীবিভাগ মিলিত করতে পারেন।"
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"par_id3145136\n"
+"13\n"
+"help.text"
+msgid "You can remove a sorting that has been performed with the <link href=\"text/shared/02/12040000.xhp\" name=\"Remove Filter/Sorting\"><emph>Remove Filter/Sorting</emph></link> icon."
+msgstr "আপনি<link href=\"text/shared/02/12040000.xhp\" name=\"Remove Filter/Sorting\"><emph>পরিশোধক/সারিবদ্ধকরণ সরিয়ে ফেলা</emph></link> আইকন ব্যবহার করে একটি সারিবদ্ধকরণ মুছে ফেলতে পারেন।"
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"hd_id3148548\n"
+"4\n"
+"help.text"
+msgid "Sorting"
+msgstr "সাজাচ্ছে"
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"par_id3155941\n"
+"5\n"
+"help.text"
+msgid "Use this area to enter sorting criteria. If you enter additional sorting criteria under <emph>and then</emph>, the data matching the content of the higher-order criterion is ordered according to the next criterion."
+msgstr "শ্রেণীবিভাগে সজ্জিতকরণ সন্নিবেশ করতে এই এলাকা ব্যবহার করুন।"
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"par_id3148620\n"
+"14\n"
+"help.text"
+msgid "If you sort the field name \"First name\" in ascending order and the field name \"last name\" in descending order, all records will be sorted in ascending order by first name, and then within the first names, in descending order by last name."
+msgstr "যদি আপনি \"নামের প্রথমাংশ\" নামের ক্ষেত্রটি ঊর্ধক্রম অনুসারে সাজান এবং \"নামের শেষাংশ\" নামক ক্ষেত্রটি নিম্নক্রম অনুসারে সাজান, সব রেকর্ড ঊর্ধক্রম অনুসারে সজ্জিত হবে, অতঃপর, নামের প্রথমাংশসহ নামের শেষাংশ নিম্নক্রম অনুসারে সজ্জিত হবে।"
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"hd_id3145345\n"
+"6\n"
+"help.text"
+msgid "Field name"
+msgstr "ক্ষেত্রের নাম"
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"par_id3159233\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\".uno:OrderCrit\">Specifies the data field name whose content will determine the sort order.</ahelp>"
+msgstr "<ahelp hid=\".uno:OrderCrit\">তথ্য ক্ষেত্রের নাম উল্লেখ করে যার উপাদান সাজানোর ক্রম নির্দেশ করে।</ahelp>"
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"hd_id3150774\n"
+"8\n"
+"help.text"
+msgid "Order"
+msgstr "ক্রম"
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"par_id3149177\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\".uno:OrderCrit\">Specifies the sort order (either ascending or descending).</ahelp>"
+msgstr "<ahelp hid=\".uno:OrderCrit\">সাজানোর ক্রম ব্যাখ্যা করুন (হয় আরোহী নয়তো অবরোহী)।</ahelp>"
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"hd_id3147275\n"
+"10\n"
+"help.text"
+msgid "and then"
+msgstr "এবং এরপর"
+
+#: 12100100.xhp
+msgctxt ""
+"12100100.xhp\n"
+"par_id3166460\n"
+"11\n"
+"help.text"
+msgid "Specifies additional subordinate sort criteria from the other fields."
+msgstr "অন্যান্য ক্ষেত্র হতে অতিরিক্ত সাবরুটিন সাজানোর বিচারধারা উল্লেখ করো।"
+
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sort Descending"
+msgstr "অবরোহী সাজানো"
+
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"hd_id3154689\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12020000.xhp\" name=\"Sort Descending\">Sort Descending</link>"
+msgstr "<link href=\"text/shared/02/12020000.xhp\" name=\"Sort Descending\">অবরোহী সাজানো</link>"
+
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"par_id3149987\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SortDown\" visibility=\"hidden\">Sorts the data of the selected field in descending order.</ahelp> Text fields are sorted alphabetically, number fields are sorted by number."
+msgstr "<ahelp hid=\".uno:SortDown\" visibility=\"hidden\">নির্বাচিত ক্ষেত্রের তথ্য নিম্নক্রমঅনুসারে সাজায়।</ahelp>পাঠ্য ক্ষেত্র বর্ণনানুসারে সাজানো হয়, সংখ্যাসূচক ক্ষেত্র সংখ্যা দ্বারা সাজায়।"
+
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"par_id3149496\n"
+"help.text"
+msgid "<image id=\"img_id3153255\" src=\"cmd/sc_sortdescending.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153255\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153255\" src=\"cmd/sc_sortdescending.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153255\">আইকন</alt></image>"
+
+#: 12020000.xhp
+msgctxt ""
+"12020000.xhp\n"
+"par_id3144436\n"
+"3\n"
+"help.text"
+msgid "Sort Descending"
+msgstr "অবরোহী সাজানো"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Highlighting"
+msgstr "আলোকপাত করছে"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"hd_id3109850\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/02160000.xhp\" name=\"Highlighting\">Highlighting</link>"
+msgstr "<link href=\"text/shared/02/02160000.xhp\" name=\"Highlighting\">আলোকপাত করছে</link>"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3154927\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"zeichenhintergrundtext\"><ahelp hid=\".uno:BackColor\">Applies the current highlight color to the background of a text selection. If no text is selected, click the <emph>Highlighting</emph> icon, select the text that you want to highlight, and then click the <emph>Highlighting</emph> icon again. To change the highlight color, click the arrow next to the <emph>Highlighting</emph> icon, and then click the color that you want.</ahelp></variable>"
+msgstr "<variable id=\"zeichenhintergrundtext\"><ahelp hid=\".uno:BackColor\">একটি টেক্সট নির্বাচনের পটভূমিতে বর্তমান হাইলাইট রং প্রয়োগ করে। যদি কোন টেক্সট নির্বাচন করা না হয়, <emph>হাইলাইটিং</emph> আইকনে ক্লিক করুন, যে টেক্সটটি হাইলাইট করতে চান তা নির্বাচন করুন, এবং আবার <emph>হাইলাইটিং</emph> আইকনে ক্লিক করুন। হাইলাইট রং পরিবর্তন করতে, <emph>হাইলাইটিং</emph> আইকনের পাশের তীরে ক্লিক করুন, এবং এরপর আপনি যে রং চান তাতে ক্লিক করুন।</ahelp></variable>"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3152551\n"
+"help.text"
+msgid "<image id=\"img_id3149177\" src=\"cmd/sc_backcolor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149177\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149177\" src=\"cmd/sc_backcolor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149177\">আইকন</alt></image>"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3147210\n"
+"6\n"
+"help.text"
+msgid "Highlighting"
+msgstr "আলোকপাত করছে"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3166460\n"
+"7\n"
+"help.text"
+msgid "To Apply Highlighting"
+msgstr "আলোকপাত প্রয়োগ করতে"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_idN1072B\n"
+"help.text"
+msgid "On the <emph>Formatting</emph> bar, click the <emph>Highlighting</emph> icon."
+msgstr "<emph>বিন্যাস</emph> বারে, <emph>আলোকপাত</emph> আইকনে ক্লিক করুন।"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_idN10736\n"
+"help.text"
+msgid "To change the highlighting color, click the arrow next to the <emph>Highlighting</emph> icon, and then click the color that you want."
+msgstr "হাইলাইট করার রং পরিবর্তন করতে, <emph>হাইলাইটকরার</emph> আইকনের তীর ক্লিক করুন, এবং এরপর আপনি যে রং চান তা ক্লিক করুন।"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_idN1073E\n"
+"help.text"
+msgid "Select the text that you want to highlight."
+msgstr "আপনি যে টেক্সটটি হাইলাইট করতে চান তা নির্বাচন করুন।"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_idN10743\n"
+"help.text"
+msgid "To apply highlighting to a single word, double-click the word."
+msgstr "একক শব্দের উপর হাইলাইট করতে, শব্দটির উপর ডাবল ক্লিক করুন।"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_idN10757\n"
+"help.text"
+msgid "To turn off highlighting, press Esc."
+msgstr "হাইলাইট বন্ধ করতে, Esc চাপুন।"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_idN1075A\n"
+"help.text"
+msgid "To Remove Highlighting"
+msgstr "আলোকপাত মুছে ফেলতে"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_idN10760\n"
+"help.text"
+msgid "Select the highlighted text."
+msgstr "আলোকপাতকরা টেক্সট নির্বাচন করুন।"
+
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3149784\n"
+"5\n"
+"help.text"
+msgid "On the <emph>Formatting</emph> bar, click the arrow next to the <emph>Highlighting</emph> icon, and then click <emph>No Fill</emph>."
+msgstr "<emph>বিন্যাস</emph> বারে, <emph>হাইলাইট</emph> আইকন তীরে ক্লিক করুন, <emph>পূর্ণ হবে না</emph> আইকনে ক্লিক করুন।"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"tit\n"
+"help.text"
+msgid "General"
+msgstr "সাধারণ"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"bm_id3152551\n"
+"help.text"
+msgid "<bookmark_value>submitting forms</bookmark_value><bookmark_value>get method for form transmissions</bookmark_value><bookmark_value>post method for form transmissions</bookmark_value>"
+msgstr "<bookmark_value>submitting forms</bookmark_value><bookmark_value>get method for form transmissions</bookmark_value><bookmark_value>post method for form transmissions</bookmark_value>"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"hd_id3151100\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170201.xhp\" name=\"General\">General</link>"
+msgstr "<link href=\"text/shared/02/01170201.xhp\" name=\"General\">সাধারণ</link>"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3153539\n"
+"23\n"
+"help.text"
+msgid "A form is a text document or spreadsheet with different form controls. If you create a form for a Web page, the user can enter data into it to send over the Internet. The data from the form controls of a form is transmitted to a server by specifying a URL and can be processed on the server."
+msgstr "একটি আকার আলাদা আকার নিয়ন্ত্রণ করের সঙ্গে একটি লেখা নথি অথবা স্প্রেডশীট। যদি আপনি একটি ওয়েব পাতার জন্য একটি আকার তৈরি করেন, ব্যবহারকারী ইন্টারনেটের ওপর পাঠাতে এইটির দিকে ডাটা ঢোকেতে পারেন। একটি আকারের আকার নিয়ন্ত্রণ করে থেকে ডাটা একটি URL উল্লেখ করার মধ্যে একটি সার্ভারে প্রেরণ করা হয় এবং সার্ভার প্রসেস করা যাবে।"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"hd_id3149283\n"
+"20\n"
+"help.text"
+msgid "Name"
+msgstr "নাম"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3150789\n"
+"24\n"
+"help.text"
+msgid "Specifies a name for the form. This name is used to identify the form in the <link href=\"text/shared/02/01170600.xhp\" name=\"Form Navigator\">Form Navigator</link>."
+msgstr "গঠনের জন্য একটি নাম উল্লেখ করুন। এই নামটি <link href=\"text/shared/02/01170600.xhp\" name=\"Form Navigator\">গঠন দিকনির্দেশকে</link> গঠন চিহ্নিত করতে ব্যবহার করা হয়।"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"hd_id3152425\n"
+"33\n"
+"help.text"
+msgid "URL"
+msgstr "URL"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3147226\n"
+"34\n"
+"help.text"
+msgid "Specifies the URL to which the data of the completed form is to be transmitted."
+msgstr "ইউআরএলটি উল্লেখ করুন যেখানে সম্পূর্ণকৃত গঠনের তথ্য স্থানান্তর করা হবে।"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"hd_id3154751\n"
+"31\n"
+"help.text"
+msgid "Frame"
+msgstr "ফ্রেম"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3154823\n"
+"32\n"
+"help.text"
+msgid "Defines the target frame in which the loaded URL is to appear."
+msgstr "লক্ষ্য ফ্রেমের নাম ব্যাখ্যা করুন যেখানে লোডকৃত ইউআলএল দেখানো হবে।"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"hd_id3152551\n"
+"27\n"
+"help.text"
+msgid "Type of submission"
+msgstr "প্রদানের ধরন"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3155338\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_SUBMIT_METHOD\">Specifies the method to transfer the completed form information.</ahelp>"
+msgstr "<ahelp hid=\"HID_PROP_SUBMIT_METHOD\">সম্পূর্ণ গঠন তথ্য স্থানান্তরের পদ্ধতি উল্লেখ করে।</ahelp>"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3145065\n"
+"29\n"
+"help.text"
+msgid "Using the \"Get\" method, the data of every control is transmitted as an environment variable. They are appended to the URL in the form \"?Control1=Content1&Control2=Content2&...\"; the character string is analyzed by a program on the recipient's server."
+msgstr "ব্যবহার করছে \"পাওয়া\" পন্থা, প্রতি নিয়ন্ত্রণের ডাটা একটি পরিবেশ চলক হিসেবে প্রেরণ করা হয়। তাদেরকে আকারে ইউআরএলে সংযোজন করা হয় \" ?Control1=Content1&Control2=Content2&... \"; অক্ষর স্ট্রিং গ্রাহকের সার্ভারে একটি অনুষ্ঠানের দ্বারা বিশ্লেষণ করা হয়।"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3150443\n"
+"30\n"
+"help.text"
+msgid "Using the \"Post\" method, a document is created from the content of the form that is sent to the specified URL."
+msgstr "\"পোস্ট\" পদ্ধতি ব্যবহার করে, গঠনের উপকরণ যা একটি উল্লেখিত URL এ পাঠানো হয়েছিল তা হতে একটি নথি তৈরি করা হয়েছে।"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"hd_id3147275\n"
+"26\n"
+"help.text"
+msgid "Submission encoding"
+msgstr "প্রদান এনকোডিং"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3159147\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_SUBMIT_ENCODING\">Specifies the type for encoding the data transfer.</ahelp>"
+msgstr "<ahelp hid=\"HID_PROP_SUBMIT_ENCODING\">তথ্য স্থানান্তরের এনকোডিং এর জন্য ধরন উল্লেখ করে।</ahelp>"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"hd_id3155419\n"
+"36\n"
+"help.text"
+msgid "Data transfer of control information"
+msgstr "নিয়ন্ত্রণ তথ্যের ডাটা স্থানান্তর"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3153717\n"
+"37\n"
+"help.text"
+msgid "When sending a form, all controls available in $[officename] are taken into consideration. The name of the control and the corresponding value, if available, are transmitted."
+msgstr "যখন একটি ফর্ম পাঠায়, $[officename] তে বিদ্যমান সব নিয়ন্ত্রণ বিবেচনায় নেয়া হয়। যদি বিদ্যমান থাকে, তবে নিয়ন্ত্রণের নাম এবং অনুরূপ মান, প্রেরণ করা হয়।"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3153252\n"
+"50\n"
+"help.text"
+msgid "Which values are transmitted in each case depends on the respective control. For text fields, the visible entries are transmitted; for list boxes, the selected entries are transmitted; for check boxes and option fields, the associated reference values are transmitted if these fields were activated."
+msgstr "প্রতি ক্ষেত্রে যেসব মান প্রেরণ করা হবে তা প্রাসঙ্গিক নিয়ন্ত্রনের উপর নির্ভরশীল। টেক্সট ক্ষেত্রের জন্য, দৃশ্যমান এন্ট্রি প্রেরণ করা হবে; তালিকা বাক্সের জন্য, নির্বাচিত এন্ট্রি প্রেরণ করা হবে; পরীক্ষন বাক্স এবং অপশন ক্ষেত্রের জন্য, যদি এই ক্ষেত্রসমূহ সক্রিয় করা থাকে তবে সংশ্লিষ্ট রেফারেন্স মান প্রেরণ করা হবে।"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3150984\n"
+"51\n"
+"help.text"
+msgid "How this information is transmitted depends on the selected transfer method (Get or Post) and the coding (URL or Multipart). If the Get method and URL encoding are selected, for example, value pairs in the form <Name>=<Value> are sent."
+msgstr "এই তথ্যটি কিভাবে পাঠানো হবে তা পাঠানোর পদ্ধতি (Get বা Post) এবং কোডিং (URL বা Multipart) এর উপর নির্ভর করে। যদি Get পদ্ধতি এবং URL এনকোডিং নির্বাচন করা হয়, তবে উদাহরণস্বরূপ, ফর্মের যুগল মান <Name>=<Value> পাঠানো হয়।"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3157909\n"
+"52\n"
+"help.text"
+msgid "In addition to the controls that are recognized in HTML, $[officename] offers other controls. It should be noted that, for fields with a specific numerical format, the visible values are not transmitted but rather fixed default formats. The following table shows how the data of the $[officename]-specific controls is transmitted:"
+msgstr "নিয়ন্ত্রনের যোগফলস্বরূপ তা HTML এ শনাক্ত করা হয়, $[officename] অন্য নিয়ন্ত্রণ প্রস্তাব করে। এটি নোট করা প্রয়োজন যে, একটি সুনির্দিষ্ট সংখ্যাসূচক বিন্যাস সহ ক্ষেত্রে, দৃশ্যমান মান প্রেরণ করা হবে না কিন্তু বরং পূর্বনির্ধারিত বিন্যাসে স্থির করা হয়। নিম্নোক্ত সারণি দেখায় যে কিভাবে $[officename]-সুনির্দিষ্ট নিয়ন্ত্রণ প্রেরিত হয়:"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3153698\n"
+"38\n"
+"help.text"
+msgid "Control"
+msgstr "নিয়ন্ত্রণ"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3153562\n"
+"39\n"
+"help.text"
+msgid "Value Pair"
+msgstr "মানের যুগল"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3153823\n"
+"40\n"
+"help.text"
+msgid "Numeric field, currency field"
+msgstr "সংখ্যাসূচক ক্ষেত্র, কারেন্সী ক্ষেত্র"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3149734\n"
+"41\n"
+"help.text"
+msgid "A decimal separator is always displayed as a period."
+msgstr "পিরিয়ড হিসেবে দশমিক নির্দেশক সবসময় প্রদর্শিত হবে।"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3148563\n"
+"42\n"
+"help.text"
+msgid "Date field"
+msgstr "তারিখ ক্ষেত্র"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3146794\n"
+"43\n"
+"help.text"
+msgid "The date format is sent in a fixed format (MM-DD-YYYY), regardless of the user's local settings."
+msgstr "তারিখ বিন্যাস একটি নির্দিষ্ট বিন্যাসে (মাস-দিন-বছর) পাঠানো হয়, ব্যবহারকারী স্থানীয় বিন্যাসের তোয়াক্কা না করেই।"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3149670\n"
+"44\n"
+"help.text"
+msgid "Time field"
+msgstr "সময় ক্ষেত্র"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3153779\n"
+"45\n"
+"help.text"
+msgid "The time format is sent in a fixed format (HH:MM:SS), regardless of the user's local settings."
+msgstr "সময় বিন্যাস একটি নির্দিষ্ট বিন্যাসে (ঘন্টা-মিনিট-সেকেন্ড) পাঠানো হয়, ব্যবহারকারী স্থানীয় বিন্যাসের তোয়াক্কা না করেই।"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3153361\n"
+"46\n"
+"help.text"
+msgid "Pattern field"
+msgstr "প্যাটার্ন ক্ষেত্র"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3145419\n"
+"47\n"
+"help.text"
+msgid "The values of pattern fields are sent as text fields, that is, the value visible in the form is sent."
+msgstr "প্যাটার্ন ক্ষেত্রের মান পাঠ্য ক্ষেত্র হিসেবে পাঠানো হয়, যা, পাঠানো গঠনের মানে দৃশ্যমান হয়।"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3150767\n"
+"48\n"
+"help.text"
+msgid "Table control"
+msgstr "সারণি নিয়ন্ত্রণ"
+
+#: 01170201.xhp
+msgctxt ""
+"01170201.xhp\n"
+"par_id3152933\n"
+"49\n"
+"help.text"
+msgid "From the table control, the individual columns are always transmitted. The name of the control, the name of the column, and the value of the column are sent. Using the Get method with URL encoding, the transmission is done in the form <Name of the table control>.<Name of the column>=<Value>, for example, with the value being dependent on the column."
+msgstr "সারণি নিয়ন্ত্রণ থেকে, স্বতন্ত্র কলামগুলো সবসময় পাঠানো হয়। নিয়ন্ত্রণের নাম, কলামের নাম, এবং কলামের মান পাঠিয়ে দেয়। Get পদ্ধতি এবং URL এনকোডিং ব্যবহার করে ফর্মের প্রেরণ সম্পন্ন হয় <সারণি নিয়ন্ত্রণের নাম>.<কলামের নাম>=<Value>, উদাহরণস্বরূপ, কলামের উপর নির্ভরশীল মান ব্যবহার করে।"
+
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Document"
+msgstr "নথি"
+
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"hd_id3143284\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/09070300.xhp\" name=\"Document\">Document</link>"
+msgstr "<link href=\"text/shared/02/09070300.xhp\" name=\"Document\">নথি</link>"
+
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"par_id3154682\n"
+"2\n"
+"help.text"
+msgid "Hyperlinks to any document or targets in documents can be edited using the <emph>Document</emph> tab from the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link>."
+msgstr "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">হাইপারলিঙ্ক ডায়ালগ</link> হতে <emph>নথি</emph> ট্যাব ব্যবহার করে যেকোনো নথির বা লক্ষ্যবস্তুর নথি সম্পাদনা করা যায়।"
+
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"hd_id3150808\n"
+"3\n"
+"help.text"
+msgid "Document"
+msgstr "নথি"
+
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"hd_id3150710\n"
+"5\n"
+"help.text"
+msgid "Path"
+msgstr "পথ"
+
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"par_id9462263\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter a URL for the file that you want to open when you click the hyperlink. If you do not specify a target frame, the file opens in the current document or frame.</ahelp>"
+msgstr "<ahelp hid=\".\">হাইপারলিংক ক্লিক করার সময় আপনি যে ফাইলটি খুলতে চান তার জন্য URL সন্নিবেশ করুন। যদি আপনি একটি লক্ষ্য ফ্রেম উল্লেখ না করেন, তবে ফাইলটি বর্তমান নথি বা ফ্রেমে খুলবে।</ahelp>"
+
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"hd_id3145136\n"
+"6\n"
+"help.text"
+msgid "Open File"
+msgstr "ফাইল খুলুন"
+
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"par_id3149095\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_HYPERLINK_DOCUMENT:BTN_FILEOPEN\">Opens the <emph>Open dialog,</emph> where you can select a file.</ahelp>"
+msgstr "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_HYPERLINK_DOCUMENT:BTN_FILEOPEN\"> <emph>খোলা ডায়ালগ,</emph> খোলে যেখানে আপনি একটি ফাইল নির্বাচন করতে পারেন।</ahelp>"
+
+#: 09070300.xhp
+#, fuzzy
+msgctxt ""
+"09070300.xhp\n"
+"hd_id3149828\n"
+"8\n"
+"help.text"
+msgid "Target in document"
+msgstr "নথিতে লক্ষ্যবস্তু"
+
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"hd_id3145071\n"
+"10\n"
+"help.text"
+msgid "Target"
+msgstr "লক্ষ্যবস্তু"
+
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"par_id3146957\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_HYPERLINK_DOCUMENT:ED_TARGET_DOC\">Specifies a target for the hyperlink into the document specified under <emph>Path</emph>.</ahelp>"
+msgstr "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_HYPERLINK_DOCUMENT:ED_TARGET_DOC\">নথিতে <emph>পথের</emph> অধীনে হাইপারলিংকের জন্য একটি লক্ষ্য উল্লেখ করে।</ahelp>"
+
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"hd_id3147242\n"
+"12\n"
+"help.text"
+msgid "Target in Document"
+msgstr "নথিতে লক্ষ্যবস্তু"
+
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"par_id3149811\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_HYPERLINK_DOCUMENT:BTN_BROWSE\">Opens the <emph>Target in Document</emph> dialog.</ahelp>"
+msgstr "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_HYPERLINK_DOCUMENT:BTN_BROWSE\"> <emph>নথিতে লক্ষ্য</emph> ডায়ালগ খোলে।</ahelp>"
+
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"hd_id3153320\n"
+"14\n"
+"help.text"
+msgid "URL"
+msgstr "URL"
+
+#: 09070300.xhp
+msgctxt ""
+"09070300.xhp\n"
+"par_id3153880\n"
+"15\n"
+"help.text"
+msgid "Specifies the URL, which results from the entries in <emph>Path</emph> and <emph>Destination</emph>."
+msgstr "URL উল্লেখ করে, যা <emph>পথ</emph> এবং <emph>উদ্দিষ্ট্য অবস্থানের</emph> এন্ট্রি হতে আসে।"
+
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "AutoFilter"
+msgstr "AutoFilter"
+
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"hd_id3149495\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12030000.xhp\" name=\"AutoFilter\">AutoFilter</link>"
+msgstr "<link href=\"text/shared/02/12030000.xhp\" name=\"AutoFilter\">AutoFilter</link>"
+
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"par_id3148983\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AutoFilter\">Filters the records, based on the content of the currently selected data field.</ahelp>"
+msgstr "<ahelp hid=\".uno:AutoFilter\">বর্তমানে নির্বাচিত ক্ষেত্রের উপর ভিত্তি করে রেকর্ড পরিশোধক করে।</ahelp>"
+
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"par_id3151234\n"
+"help.text"
+msgid "<image id=\"img_id3147261\" src=\"cmd/sc_formfiltered.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147261\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147261\" src=\"cmd/sc_formfiltered.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147261\">আইকন</alt></image>"
+
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"par_id3147043\n"
+"3\n"
+"help.text"
+msgid "AutoFilter"
+msgstr "AutoFilter"
+
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"par_id3155355\n"
+"4\n"
+"help.text"
+msgid "Place the cursor in a field name whose content you want to filter and then click the <emph>AutoFilter</emph> icon. Only those records with content identical to the selected field name are visible."
+msgstr "যে ক্ষেত্রের উপাদান আপনি পরিশোধন করতে চান তাতে কার্সার রাখুন অতঃপর <emph>AutoFilter</emph> আইকনে ক্লিক করুন। নির্বাচিত ক্ষেত্রের নামে সাথে সম্পর্কিত উপাদান সম্বলিত রেকর্ডই শুধুমাত্র দৃশ্যমান হবে।"
+
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"par_id3159234\n"
+"5\n"
+"help.text"
+msgid "For example, to view all the customers from New York, click a field name with the entry \"New York\". AutoFilter then filters all customers from New York from the database."
+msgstr "উদাহরণসরূপ, নিউ ইয়র্কের সব গ্রাহক দেখতে, \"নিউ ইয়র্ক\" এন্ট্রির সাথে একটি ক্ষেত্রের নামে ক্লিক করুন। তখন AutoFilter ডাটাবেস থেকে নিউ ইয়র্কের সব গ্রাহক পরিশোধন করে।"
+
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"par_id3153577\n"
+"6\n"
+"help.text"
+msgid "You can remove the current AutoFilter with the <link href=\"text/shared/02/12040000.xhp\" name=\"Remove Filter/Sorting\">Remove Filter/Sorting</link> icon or with <emph>Data - Filter - Remove Filter</emph>."
+msgstr "আপনি <link href=\"text/shared/02/12040000.xhp\" name=\"Remove Filter/Sorting\">পরিশোধক/সারিবদ্ধকরণ সরিয়ে ফেলা</link> আইকন বা <emph>ডাটা - পরিশোধক - পরিশোধক সরানো</emph> দিয়ে বর্তমান AutoFilter সরিয়ে ফেলতে পারেন।"
+
+#: 12030000.xhp
+msgctxt ""
+"12030000.xhp\n"
+"par_id3145345\n"
+"7\n"
+"help.text"
+msgid "To filter with several field names simultaneously, click the <emph>Default Filter </emph>icon. The <link href=\"text/shared/02/12090000.xhp\" name=\"Default Filter dialog\">Default Filter</link> dialog appears, in which you can combine several filter criteria."
+msgstr "বহু ক্ষেত্র নামের সাথে একইসময়ে পরিশোধন করতে, <emph>পূর্বনির্ধারিত পরিশোধক </emph>আইকনে ক্লিক করুন। <link href=\"text/shared/02/12090000.xhp\" name=\"Default Filter dialog\">পূর্বনির্ধারিত পরিশোধক</link> ডায়ালগ উপস্থিত হয়, যেখানে একাধিক পরিশোধক শ্রেণীবিভাগ মিলিত করতে পারেন।"
+
+#: 10020000.xhp
+msgctxt ""
+"10020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Next Page"
+msgstr "পরের পৃষ্ঠা"
+
+#: 10020000.xhp
+msgctxt ""
+"10020000.xhp\n"
+"hd_id3156183\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/10020000.xhp\" name=\"Next Page\">Next Page</link>"
+msgstr "<link href=\"text/shared/02/10020000.xhp\" name=\"Next Page\">পরের পৃষ্ঠা</link>"
+
+#: 10020000.xhp
+msgctxt ""
+"10020000.xhp\n"
+"par_id3159224\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:NextPage\" visibility=\"visible\">Moves forward to the next page in the document.</ahelp> This function is only active when you select the <emph>Page Preview</emph> function on the <emph>File</emph> menu."
+msgstr "<ahelp hid=\".uno:NextPage\" visibility=\"visible\">নথির পরের পৃষ্ঠায় পাঠানো হয়।</ahelp> এই ফাংশন তখনই সক্রিয় হয় যখন আপনি <emph>ফাইল</emph> মেনুতে <emph>পৃষ্ঠার প্রাকদর্শন</emph> ফাংশন নির্বাচন করেন।"
+
+#: 10020000.xhp
+msgctxt ""
+"10020000.xhp\n"
+"par_id3154186\n"
+"help.text"
+msgid "<image src=\"cmd/sc_pagedown.png\" id=\"img_id3149346\"><alt id=\"alt_id3149346\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_pagedown.png\" id=\"img_id3149346\"><alt id=\"alt_id3149346\">আইকন</alt></image>"
+
+#: 10020000.xhp
+msgctxt ""
+"10020000.xhp\n"
+"par_id3153682\n"
+"3\n"
+"help.text"
+msgid "Next Page"
+msgstr "পরের পৃষ্ঠা"
+
+#: 03140000.xhp
+msgctxt ""
+"03140000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Line Style"
+msgstr "লাইন ধরন"
+
+#: 03140000.xhp
+msgctxt ""
+"03140000.xhp\n"
+"hd_id3146936\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/03140000.xhp\" name=\"Line Style\">Line Style</link>"
+msgstr "<link href=\"text/shared/02/03140000.xhp\" name=\"Line Style\">লাইনের ধরন</link>"
+
+#: 03140000.xhp
+msgctxt ""
+"03140000.xhp\n"
+"par_id3155577\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:LineStyle\">Click this icon to open the <emph>Line Style</emph> toolbar, where you can modify the border line style.</ahelp>"
+msgstr "<ahelp hid=\".uno:LineStyle\"> <emph>লাইন শৈলী</emph> টুলবার খুলতে এই আইকনে ক্লিক করুন, যেখানে আপনি সীমানা লাইন স্টাইল পরিবর্তন করতে পারেন।</ahelp>"
+
+#: 03140000.xhp
+msgctxt ""
+"03140000.xhp\n"
+"par_id3154926\n"
+"5\n"
+"help.text"
+msgid "This border can be the border of a frame, graphic or table. The <emph>Line Style</emph> icon will only be visible if a graphic, table, chart object or frame has been selected."
+msgstr "এই সীমানাটি একটি ফ্রেম, গ্রাফিক বা সারণির সীমানা হতে পারে। যদি একটি গ্রাফিক, সারণি, লেখচিত্র বস্তু বা ফ্রেম নির্বাচিত হয়, তবে <emph>লাইন শৈলী</emph> আইকন দৃশ্যমান হবে।"
+
+#: 03140000.xhp
+msgctxt ""
+"03140000.xhp\n"
+"par_id3153377\n"
+"help.text"
+msgid "<image id=\"img_id3147102\" src=\"cmd/sc_linestyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147102\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147102\" src=\"cmd/sc_linestyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147102\">আইকন</alt></image>"
+
+#: 03140000.xhp
+msgctxt ""
+"03140000.xhp\n"
+"par_id3154398\n"
+"3\n"
+"help.text"
+msgid "Line Style"
+msgstr "লাইনের ধরন"
+
+#: 03140000.xhp
+msgctxt ""
+"03140000.xhp\n"
+"par_id3153114\n"
+"4\n"
+"help.text"
+msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\">Borders</link> section of the Help."
+msgstr "আরও তথ্যের জন্য, সহায়তার <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\">সীমানা</link> অংশটি দেখুন।"
+
+#: 07070200.xhp
+msgctxt ""
+"07070200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Save Record"
+msgstr "রেকর্ড সংরক্ষণ করুন"
+
+#: 07070200.xhp
+msgctxt ""
+"07070200.xhp\n"
+"hd_id3147588\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/07070200.xhp\" name=\"Save Record\">Save Record</link>"
+msgstr "<link href=\"text/shared/02/07070200.xhp\" name=\"Save Record\">রেকর্ড সংরক্ষণ করুন</link>"
+
+#: 07070200.xhp
+msgctxt ""
+"07070200.xhp\n"
+"bm_id3163829\n"
+"help.text"
+msgid "<bookmark_value>records; saving</bookmark_value>"
+msgstr "<bookmark_value>records; saving</bookmark_value>"
+
+#: 07070200.xhp
+msgctxt ""
+"07070200.xhp\n"
+"par_id3163829\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Saves the current database table record.</ahelp> The<emph> Save Record </emph>icon is found on the <link href=\"text/shared/main0212.xhp\" name=\"Database Bar\">Table Data bar</link>"
+msgstr "<ahelp hid=\".\">বর্তমান ডাটাবেসের সারণি রেকর্ড সংরক্ষণ করে।</ahelp> <emph> রেকর্ড সংরক্ষণ </emph>আইকন <link href=\"text/shared/main0212.xhp\" name=\"Database Bar\">সারণি তথ্য বারে</link> পাওয়া যায়"
+
+#: 07070200.xhp
+msgctxt ""
+"07070200.xhp\n"
+"par_id3152372\n"
+"3\n"
+"help.text"
+msgid "Changes to the contents of a record are automatically saved as soon as you select another record. To save changes without selecting another record, click the <emph>Save Record</emph> icon."
+msgstr "একটি রেকর্ডের উপাদানের পরিবর্তন, আপনি আরেকটি রেকর্ড নির্বাচন করার সাথে সাথে স্বয়ংক্রিয় ভাবে সংরক্ষিত হবে। আরেকটি রেকর্ড নির্বাচন ব্যতীত পরিবর্তন সংরক্ষণ করতে, <emph>রেকর্ড সংরক্ষণ</emph> আইকনে ক্লিক করুন।"
+
+#: 09020000.xhp
+msgctxt ""
+"09020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Internet URLs"
+msgstr "ইন্টারনেট URL"
+
+#: 09020000.xhp
+msgctxt ""
+"09020000.xhp\n"
+"hd_id3154094\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/09020000.xhp\" name=\"Internet URLs\">Internet URLs</link>"
+msgstr "<link href=\"text/shared/02/09020000.xhp\" name=\"Internet URLs\">ইন্টারনেট URL</link>"
+
+#: 09020000.xhp
+msgctxt ""
+"09020000.xhp\n"
+"par_id3154873\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OFA_HYPERLINK_URL\">Allows you to either type a URL, or insert a URL from a document using drag-and-drop.</ahelp>"
+msgstr "<ahelp hid=\"HID_OFA_HYPERLINK_URL\">আপনাকে হয় একটি URL সন্নিবেশ করতে অনুমোদন করে, বা একটি নথি হতে টেনে এনে বসানো ব্যবহার করে একটি URL যোগ করতে পারেন।</ahelp>"
+
+#: 09020000.xhp
+msgctxt ""
+"09020000.xhp\n"
+"par_id3153894\n"
+"5\n"
+"help.text"
+msgid "You can edit the URL and insert it at the current cursor position in the active document with the <emph>Link</emph> icon. The <emph>Link</emph> icon can only be activated if the <emph>URL Name</emph> field contains text."
+msgstr "আপনি URL সম্পাদনা করতে পারেন এবং <emph>লিংক</emph> আইকন দিয়ে সক্রিয় নথিতে বর্তমান কার্সার অবস্থানে সন্নিবেশ করতে পারেন। <emph>লিংক</emph> আইকন তখনই সক্রিয় হয় যখন <emph>URL নাম</emph> ক্ষেত্রে টেক্সট থাকে।"
+
+#: 12120000.xhp
+msgctxt ""
+"12120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Apply Filter"
+msgstr "পরিশোধক প্রয়োগ করুন"
+
+#: 12120000.xhp
+msgctxt ""
+"12120000.xhp\n"
+"hd_id3149748\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12120000.xhp\" name=\"Apply Filter\">Apply Filter</link>"
+msgstr "<link href=\"text/shared/02/12120000.xhp\" name=\"Apply Filter\">পরিশোধক প্রয়োগ করুন</link>"
+
+#: 12120000.xhp
+msgctxt ""
+"12120000.xhp\n"
+"par_id3149495\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FormFiltered\" visibility=\"visible\">Switches between the filtered and unfiltered view of the table.</ahelp>"
+msgstr "<ahelp hid=\".uno:FormFiltered\" visibility=\"visible\">সারণির পরিশোধনকৃত এবং পরিশোধকবিহীন দর্শণের মাঝে পরিবর্তন করে।</ahelp>"
+
+#: 12120000.xhp
+msgctxt ""
+"12120000.xhp\n"
+"par_id3149999\n"
+"help.text"
+msgid "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3146130\"><alt id=\"alt_id3146130\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3146130\"><alt id=\"alt_id3146130\">আইকন</alt></image>"
+
+#: 12120000.xhp
+msgctxt ""
+"12120000.xhp\n"
+"par_id3145090\n"
+"3\n"
+"help.text"
+msgid "Apply Filter"
+msgstr "পরিশোধক প্রয়োগ করুন"
+
+#: 12120000.xhp
+msgctxt ""
+"12120000.xhp\n"
+"par_id3147226\n"
+"4\n"
+"help.text"
+msgid "The<emph> Apply Filter </emph>function retains <link href=\"text/shared/02/12110000.xhp\" name=\"form-based filters\">form-based filters</link> that have been set. You do not need to redefine them."
+msgstr "<emph> পরিশোধক প্রয়োগ </emph>ফাংশন ধারণ করে <link href=\"text/shared/02/12110000.xhp\" name=\"form-based filters\">গঠন-ভিত্তিক পরিশোধক</link> যা নিযুক্ত করা হয়েছে। এদের পুনরায় ব্যাখ্যা করার দরকার নেই।"
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fields"
+msgstr "ক্ষেত্র"
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"hd_id3149991\n"
+"1\n"
+"help.text"
+msgid "Fields"
+msgstr "ক্ষেত্র"
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"bm_id3149987\n"
+"help.text"
+msgid "<bookmark_value>database contents; inserting as fields</bookmark_value>"
+msgstr "<bookmark_value>database contents; inserting as fields</bookmark_value>"
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"par_id3149987\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SW_RADIOBUTTON_DLG_AP_INSERT_DB_SEL_RB_AS_FIELD\" visibility=\"hidden\">Inserts data selected from the data source browser into the document as fields.</ahelp> In the <emph>Insert Database Columns</emph> dialog, select the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\">Fields</link> to insert the selected data into the document as fields. These <link href=\"text/swriter/01/04090006.xhp\" name=\"database fields\">database fields</link> work as wildcards for the individual database columns and can be used for form letters. Click the <link href=\"text/shared/02/12080000.xhp\" name=\"Data to Fields\"><emph>Data to Fields</emph></link> icon to match the contents of the fields to the currently selected record."
+msgstr "<ahelp hid=\"SW_RADIOBUTTON_DLG_AP_INSERT_DB_SEL_RB_AS_FIELD\" visibility=\"hidden\">নথিতে ডাটাসোর্স ব্রাউজার থেকে নির্বাচিত ডাটা ক্ষেত্র হিসেবে সন্নিবেশ করে।</ahelp> <emph>ডাটাবেস কলাম সন্নিবেশ</emph> ডায়ালগে, নির্বাচিত ডাটা নথিতে ক্ষেত্র হিসেবে সন্নিবেশ করতে <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\">ক্ষেত্র</link> নির্বাচন করুন। এইসব <link href=\"text/swriter/01/04090006.xhp\" name=\"database fields\">ডাটাবজ ক্ষেত্র</link> প্রত্যেকটি ডাটাবেস কলামের জন্য ওয়াইল্ডকার্ড হিসেবে কাজ করে এবং এদেরকে ফরম বর্ণের জন্য ব্যবহার করা যেতে পারে। বর্তমানে নির্বাচিত রেকর্ডের সাথে ক্ষেত্রের উপাদানের মিল খুঁজে পেতে <link href=\"text/shared/02/12080000.xhp\" name=\"Data to Fields\"><emph>ডাটা থেকে ক্ষেত্র</emph></link> আইকনে ক্লিক করুন।"
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"par_id3153114\n"
+"9\n"
+"help.text"
+msgid "If several records are selected when you choose the <emph>Data to Text</emph> function, the mail merge fields will be inserted according to the number of records. Also, a field command such as \"Next record\" will be inserted automatically between individual field command blocks."
+msgstr "আপনি যখন <emph>ডাটা থেকে টেক্সট</emph> পছন্দ করেন তখন যদি বহু রেকর্ড নির্বাচিত হয়, মেইল মার্জ ক্ষেত্রটি রেকর্ডের নাম্বার অনুযায়ী সন্নিবেশ করবে। এছাড়াও, \"পরবর্তী রেকর্ড\" নামের একটি ক্ষেত্র কমান্ড প্রত্যেকটি ক্ষেত্র কমান্ড ব্লকের মাঝে স্বয়ংক্রিয়ভাবে সন্নিবেশ করবে।"
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"par_id3145090\n"
+"10\n"
+"help.text"
+msgid "The <emph>Insert Database Columns</emph> dialog lets you define which database fields to insert into the document and how to format the paragraphs."
+msgstr "<emph>ডাটাবেস কলাম সন্নিবেশ</emph> ডায়ালগ dialog lets you define which database fields to insert into the document and how to format the paragraphs."
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"hd_id3156136\n"
+"2\n"
+"help.text"
+msgid "Fields"
+msgstr "ক্ষেত্র"
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"par_id3147571\n"
+"11\n"
+"help.text"
+msgid "In the <emph>Fields</emph> area, use the arrow button to select the database table columns into which you want to insert field contents."
+msgstr "<emph>ক্ষেত্র</emph> এলাকাতে, ডাটাবেস সারণি কলাম, যে কলামে আপনি ক্ষেত্র উপাদান সন্নিবেশ করতে চান তা নির্বাচন করতে তীর বোতাম ব্যবহার করুন।"
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"hd_id3153345\n"
+"3\n"
+"help.text"
+msgid "Database columns"
+msgstr "ডাটাবেস কলাম"
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"par_id3155535\n"
+"12\n"
+"help.text"
+msgid "Lists all columns of the database table, which can be accepted in the selection list box to insert them into the document. <ahelp hid=\"SW_LISTBOX_DLG_AP_INSERT_DB_SEL_LB_TXT_DB_COLUMN\" visibility=\"visible\">Select the database columns that you want to insert it in the document.</ahelp>"
+msgstr "ডাটাবেস সারণির সব কলাম তালিকাবদ্ধ করে, যা একটি নথিতে সন্নিবেশ করানোর জন্য নির্বাচন তালিকা বাক্স দ্বারা গৃহীত। <ahelp hid=\"SW_LISTBOX_DLG_AP_INSERT_DB_SEL_LB_TXT_DB_COLUMN\" visibility=\"visible\">নথিতে প্রবশের জন্য আপনার পছন্দসই ডাটাবেস কলাম নির্বাচন করুন।</ahelp>"
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"hd_id3152551\n"
+"4\n"
+"help.text"
+msgid ">"
+msgstr ">"
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"par_id3145345\n"
+"13\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\"SW_IMAGEBUTTON_DLG_AP_INSERT_DB_SEL_IB_DBCOL_TOEDIT\">Moves the fields that you selected in the <emph>Database columns</emph> list box into the selection field.</ahelp> You can also double-click the entry to select it."
+msgstr "<ahelp visibility=\"visible\" hid=\"SW_IMAGEBUTTON_DLG_AP_INSERT_DB_SEL_IB_DBCOL_TOEDIT\">নির্বাচন ক্ষেত্রের <emph>ডাটাবেস কলাম</emph> তালিকা বাক্স থেকে নির্বাচন ক্ষেত্র সরায়।</ahelp> এন্ট্রি নির্বাচন করতে আপনি এতে ডাবল ক্লিকও করতে পারেন।"
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"hd_id3166411\n"
+"5\n"
+"help.text"
+msgid "Select"
+msgstr "নির্বাচন"
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"par_id3163802\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SW_MULTILINEEDIT_DLG_AP_INSERT_DB_SEL_ED_DB_TEXT\" visibility=\"visible\">Lists the database columns that you selected to be inserted into the document. You can also enter text here. This text will be also inserted into the document.</ahelp> The entries' order in the selection field corresponds to the data order in the document."
+msgstr "<ahelp hid=\"SW_MULTILINEEDIT_DLG_AP_INSERT_DB_SEL_ED_DB_TEXT\" visibility=\"visible\">নথিতে সন্নিবেশ করার জন্য আপনি যেসব ডাটাবেস কলাম নির্বাচন করেছেন তাদেরকে তালিকাবদ্ধ করে। আপনি এখানে টেক্সটও সন্নিবেশ করতে পারেন। এই টেক্সটগুলোকেও নথিতে সন্নিবেশ করা হবে।</ahelp> নির্বাচন ক্ষেত্র এন্ট্রিগুলোর ক্রম নথিতে ডাটার ক্রমের সাথে সঙ্গতিপূর্ণ।"
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"hd_id3153257\n"
+"7\n"
+"help.text"
+msgid "Paragraph Style"
+msgstr "অনুচ্ছেদ ধরন"
+
+#: 12070200.xhp
+msgctxt ""
+"12070200.xhp\n"
+"par_id3158430\n"
+"15\n"
+"help.text"
+msgid "By default, the inserted paragraphs are formatted with the current Paragraph Styles. This format corresponds to the \"none\" entry in the <emph>Paragraph Style</emph> list box. <ahelp hid=\"SW_LISTBOX_DLG_AP_INSERT_DB_SEL_LB_DB_PARA_COLL\" visibility=\"visible\">This is where you can select other Paragraph Styles to apply to the paragraph you want to insert into the document.</ahelp> The list box displays the available Paragraph Styles defined in <item type=\"productname\">%PRODUCTNAME</item> and managed in the <link href=\"text/swriter/01/05130000.xhp\" name=\"Style Catalog\">Style Catalog</link>."
+msgstr "পূর্বনির্ধারিত ভাবে, সন্নিবেশকৃত অনুচ্ছেদগুলো বর্তমান অনুচ্ছেদের স্টাইলের সাথে বিন্যাসিত। এই বিন্যাসটি <emph>অনুচ্ছেদ শৈলী</emph> তালিকা বাক্সর \"কোনটি নয়\" এন্ট্রির সাথে সঙ্গতিপূর্ণ। <ahelp hid=\"SW_LISTBOX_DLG_AP_INSERT_DB_SEL_LB_DB_PARA_COLL\" visibility=\"visible\">আপনি এখান থেকে আপনার নথিতে যে অনুচ্ছেদ সন্নিবেশ করতে চান তাতে প্রয়োগের জন্য অন্যান্য অনুচ্ছেদ শৈলী নির্বাচন করতে পারেন।</ahelp> তালিকা বাক্সটি <item type=\"productname\">%PRODUCTNAME</item>তে উল্লেখিত অনুচ্ছেদ শৈলী প্রদর্শণ করে এবং <link href=\"text/swriter/01/05130000.xhp\" name=\"Style Catalog\">শৈলী ক্যাটালগে</link> এদের ব্যবস্থাপনা করে।"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Show Draw Functions"
+msgstr "অংকন ফাংশন দেখাও"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"bm_id3150476\n"
+"help.text"
+msgid "<bookmark_value>Drawing bar</bookmark_value> <bookmark_value>lines; draw functions</bookmark_value> <bookmark_value>polygon drawing</bookmark_value> <bookmark_value>freeform lines; draw functions</bookmark_value> <bookmark_value>text boxes; positioning</bookmark_value> <bookmark_value>headings; entering as text box</bookmark_value> <bookmark_value>text objects; draw functions</bookmark_value> <bookmark_value>ticker text</bookmark_value> <bookmark_value>text; animating</bookmark_value> <bookmark_value>vertical callouts</bookmark_value> <bookmark_value>vertical text boxes</bookmark_value> <bookmark_value>cube drawing</bookmark_value> <bookmark_value>triangle drawing</bookmark_value> <bookmark_value>ellipse drawing</bookmark_value> <bookmark_value>rectangle drawing</bookmark_value> <bookmark_value>shapes</bookmark_value>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3152363\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01140000.xhp\" name=\"Show Draw Functions\">Show Draw Functions</link>"
+msgstr "<link href=\"text/shared/02/01140000.xhp\" name=\"Show Draw Functions\">অংকন ফাংশন দেখাও</link>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3150789\n"
+"72\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertDraw\">Click to open or close the <emph>Drawing </emph>bar, where you can add shapes, lines, text, and callouts to the current document.</ahelp>"
+msgstr "<ahelp hid=\".uno:InsertDraw\"><emph>অংকন </emph>বার খুলতে বা বন্ধ করতে ক্লিক করুন, যেখানে আপনি বর্তমান নথিতে আকার, পাঠ্য, লাইন, এবং কলআউট যোগ করতে পারেন।</ahelp>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN10849\n"
+"help.text"
+msgid "You can switch on and off the Drawing toolbar of Writer and Calc documents using an icon on the Standard toolbar."
+msgstr "আদর্শ টুলবারে একটি আইকন ব্যবহার করে রাইটার এবং Calc নথির অংকন টুলবার আপনি চালু বা বন্ধ করতে পারেন।"
+
+#: 01140000.xhp
+#, fuzzy
+msgctxt ""
+"01140000.xhp\n"
+"par_id3154288\n"
+"help.text"
+msgid "<image id=\"img_id3153683\" src=\"cmd/sc_insertdraw.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153683\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150943\">আইকন</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3153032\n"
+"10\n"
+"help.text"
+msgid "Show Draw Functions"
+msgstr "অংকন ফাংশন দেখাও"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN1089D\n"
+"help.text"
+msgid "You can show and hide the <emph>Visible Buttons</emph>. Click the arrow at the end of the toolbar to access the <emph>Visible Buttons</emph> command."
+msgstr "আপনি <emph>দৃশ্যমান বোতাম</emph>দেখাতে পারেন বা মুছে ফেলতে পারেন। <emph>দৃশ্যমান বোতাম</emph> কমান্ড চালু করতে টুলবারের প্রান্তের তীরে ক্লিক করুন।"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3149398\n"
+"11\n"
+"help.text"
+msgid "Selection"
+msgstr "নির্বাচন"
+
+#: 01140000.xhp
+#, fuzzy
+msgctxt ""
+"01140000.xhp\n"
+"par_id3147573\n"
+"help.text"
+msgid "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3153824\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153516\" src=\"cmd/sc_drawselect.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153516\">আইকন</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3150771\n"
+"12\n"
+"help.text"
+msgid "Lets you select objects in the current document. To select an object, click the object with the arrow. To select more than one object, drag a selection frame around the objects. To add an object to a selection, press Shift, and then click the object."
+msgstr "বর্তমান নথিতে আপনাকে বস্তুকে নির্বাচন করতে দেয়। একটি বস্তু নির্বাচন করতে, বস্তুটিকে তীর দিয়ে ক্লিক করুন। একের অধিক বস্তু নির্বাচন করতে, বস্তুর চারপাশে একটি নির্বাচন ফ্রেম টেনে আনুন। নির্বাচনে একটি বস্তু যোগ করতে, Shift চাপুন, এবং বস্তু ক্লিক করুন।"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3143270\n"
+"13\n"
+"help.text"
+msgid "Line"
+msgstr "লাইন"
+
+#: 01140000.xhp
+#, fuzzy
+msgctxt ""
+"01140000.xhp\n"
+"par_id3154897\n"
+"help.text"
+msgid "<image id=\"img_id3147618\" src=\"cmd/sc_line.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147618\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150943\">আইকন</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3155922\n"
+"64\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Line\">Draws a straight line where you drag in the current document. To constrain the line to 45 degrees, hold down Shift while you drag.</ahelp>"
+msgstr "<ahelp hid=\".uno:Line\">একটি সোজা লাইন আঁকে যেখানে আপনি আপনার বর্তমান নথি টেনে আনতে চান। লাইনটিকে ৪৫ ডিগ্রী পর্যন্ত আনতে, টানার সময় Shift চেপে ধরে রাখুন।</ahelp>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3153360\n"
+"71\n"
+"help.text"
+msgid "To enter text on a line, double-click the line and type or paste your text. The text direction corresponds to the direction you dragged to draw the line. To hide the line, select <emph>Invisible</emph> in the <emph>Line Style</emph> box on the <emph>Drawing Object Properties</emph> bar."
+msgstr "লাইনে একটি পাঠ্য সন্নিবেশ করতে, লাইনে ডাবল-ক্লিক করুন এবং আপনার পাঠ্য টাইপ বা পেস্ট করুন। লেখার দিকবিন্যাস আপনার আঁকার জন্য টেনে আনা লাইনের নির্দেশনার সাথে সম্পর্কিত। লাইনটি লুকাতে, নির্বাচন করুন <emph>অদৃশ্য</emph><emph>লাইন শৈলী</emph> বাক্সে <emph>অংকিত বস্তুর বৈশিষ্ট্য</emph> বারে।"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3152922\n"
+"16\n"
+"help.text"
+msgid "Rectangle"
+msgstr "আয়তক্ষেত্র"
+
+#: 01140000.xhp
+#, fuzzy
+msgctxt ""
+"01140000.xhp\n"
+"par_id3154125\n"
+"help.text"
+msgid "<image id=\"img_id3158407\" src=\"cmd/sc_rect.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3158407\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150943\">আইকন</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3147230\n"
+"65\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Rect\">Draws a rectangle where you drag in the current document. To draw a square, hold down Shift while you drag. Click where you want to place a corner of the rectangle, and drag to the size you want.</ahelp>"
+msgstr "<ahelp hid=\".uno:Rect\">বর্তমান নথিতে যেখানে আপনি টেনে আনেন একটি আয়তক্ষেত্র আকেঁ। বর্গক্ষেত্র আকঁতে, যখন আপনি টেনে আনার সময় Shift চেপে রাখুন। আপনি আয়তক্ষেত্রের একটি কোণ কোথায় রাখতে চান ক্লিক করুন, এবং আপনার পছন্দের আকার টেনে আনুন।</ahelp>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3153367\n"
+"20\n"
+"help.text"
+msgid "Ellipse"
+msgstr "উপবৃত্ত"
+
+#: 01140000.xhp
+#, fuzzy
+msgctxt ""
+"01140000.xhp\n"
+"par_id3156443\n"
+"help.text"
+msgid "<image id=\"img_id3153951\" src=\"cmd/sc_ellipse.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153951\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150943\">আইকন</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3159197\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Ellipse\">Draws an oval where you drag in the current document. Click where you want to draw the oval, and drag to the size you want. To draw a circle, hold down Shift while you drag.</ahelp>"
+msgstr "<ahelp hid=\".uno:Ellipse\">বর্তমান নথিতে যেখানে আপনি টেনে আনেন একটি উপবৃত্ত আকেঁ। আপনি আয়তক্ষেত্রের একটি কোণ কোথায় রাখতে চান ক্লিক করুন, এবং আপনার পছন্দের আকার টেনে আনুন। বৃত্ত আকঁতে, যখন আপনি টেনে আনার সময় Shift চেপে রাখুন।</ahelp>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3155308\n"
+"23\n"
+"help.text"
+msgid "Polygon"
+msgstr "বহুভুজ"
+
+#: 01140000.xhp
+#, fuzzy
+msgctxt ""
+"01140000.xhp\n"
+"par_id3154129\n"
+"help.text"
+msgid "<image id=\"img_id3152576\" src=\"cmd/sc_polygon_unfilled.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3152576\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150943\">আইকন</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3147214\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Polygon_Unfilled\">Draws a line composed of a series of straight line segments. Drag to draw a line segment, click to define the endpoint of the line segment, and then drag to draw a new line segment. Double-click to finish drawing the line. To create a closed shape, double-click the starting point of the line.</ahelp>"
+msgstr "<ahelp hid=\".uno:Polygon_Unfilled\"> আকেঁ একটি লাইন সরলরৈখিক লাইন সেগমেন্টের একটি ধারার একত্র করে গঠন করেছিল। একটি লাইন সেগমেন্ট আঁকতে টেনে নিয়ে যান, লাইন সেগমেন্টের প্রান্তবিন্দু সংজ্ঞায়িত করতে ক্লিক করুন, এবং তারপর একটি নতুন লাইন সেগমেন্ট আঁকতে টেনে নিয়ে যাওয়া। ড্রয়িং লাইন শেষ করতে পরপর দুই বার ক্লিক করা। একটি বদ্ধ আকৃতি তৈরি করতে, লাইনের শুরু করা হচ্ছে বিন্দু পরপর দুই বার ক্লিক করেছিল।</ahelp>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3154638\n"
+"47\n"
+"help.text"
+msgid "Hold the Shift key while drawing a polygon to position new points at 45 degree angles."
+msgstr "৪৫ ডিগ্রী কোণে নতুন বিন্দু অবস্থানে রাখতে একটি polygon আঁকার সময় Shift কী ধরুন।"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3154319\n"
+"48\n"
+"help.text"
+msgid "The <link href=\"text/shared/01/05270000.xhp\" name=\"Edit Points\">Edit Points</link> mode enables you to interactively modify the individual points of the polygon."
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Edit Points\">সম্পাদনা বিন্দু</link> মোড আপনাকে একটি বহুভূজে স্বতন্ত্র বিন্দু প্রতিক্রিয়াশীল ভাবে পরিবর্তন করতে সক্রিয় করে।"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3153279\n"
+"56\n"
+"help.text"
+msgid "Curve"
+msgstr "বাঁক, বক্রতা"
+
+#: 01140000.xhp
+#, fuzzy
+msgctxt ""
+"01140000.xhp\n"
+"par_id3153876\n"
+"help.text"
+msgid "<image id=\"img_id3149379\" src=\"cmd/sc_bezier_unfilled.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149379\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149388\" src=\"cmd/sc_incrementindent.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149388\">আইকন</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3148878\n"
+"57\n"
+"help.text"
+msgid "<variable id=\"kurvetext\"><ahelp hid=\".uno:Bezier_Unfilled\">Draws a smooth Bezier curve. Click where you want the curve to start, drag, release, and then move the pointer to where you want the curve to end and click. Move the pointer and click again to add a straight line segment to the curve. Double-click to finish drawing the curve. To create a closed shape, double click the starting point of the curve.</ahelp> The arc of the curve is determined by the distance you drag. </variable>"
+msgstr "<variable id=\"kurvetext\"> <ahelp hid=\".uno:Bezier_Unfilled\"> একটি মসৃণ Bezier বক্র আকেঁ। টেনে নিয়ে যাওয়া, মুক্তি দেওয়া শুরু করতে যেখানে আপনাকে বক্র ক্লিক করুন চান, এবং তারপরতে চাল পয়েন্টার যেখানে আপনি শেষ হতে বক্র চান এবং ক্লিক করুন। পয়েন্টার চলুন এবং বক্রে একটি সরলরৈখিক লাইন সেগমেন্ট যোগ করতে পুনরায় ক্লিক করুন। ড্রয়িং বক্র শেষ করতে পরপর দুই বার ক্লিক করা। একটি বদ্ধ আকৃতি তৈরি করতে, বক্রের ডাবল ক্লিক শুরু করা হচ্ছে বিন্দু।</ahelp> বক্রের চাপের দূরত্ব আপনারের দ্বারা নির্ধারণ করা হয় টেনে নিয়ে যাওয়া হয়।</variable>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3148587\n"
+"60\n"
+"help.text"
+msgid "Freeform Line"
+msgstr "লাইন হতে মুক্ত"
+
+#: 01140000.xhp
+#, fuzzy
+msgctxt ""
+"01140000.xhp\n"
+"par_id3155602\n"
+"help.text"
+msgid "<image id=\"img_id3154510\" src=\"cmd/sc_linetoolbox.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154510\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150943\">আইকন</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3154163\n"
+"61\n"
+"help.text"
+msgid "<variable id=\"freihandtext\"><ahelp hid=\".uno:Freeline_Unfilled\">Draws a freeform line where you drag in the current document. To end the line, release the mouse button. To draw a closed shape, release the mouse button near the starting point of the line.</ahelp></variable>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3147259\n"
+"27\n"
+"help.text"
+msgid "Arc"
+msgstr "চাপ"
+
+#: 01140000.xhp
+#, fuzzy
+msgctxt ""
+"01140000.xhp\n"
+"par_id3156359\n"
+"help.text"
+msgid "<image id=\"img_id3153710\" src=\"cmd/sc_arc.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153710\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150943\">আইকন</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3148482\n"
+"66\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Arc\">Draws an arc in the current document. To draw an arc, drag an oval to the size you want, and then click to define the starting point of the arc. Move your pointer to where you want to place the endpoint and click. You do not need to click on the oval. To draw an arc that is based on a circle, hold down Shift while you drag.</ahelp>"
+msgstr "<ahelp hid=\".uno:Arc\"> বর্তমান নথিতে একটি চাপ আঁকে। একটি চাপ আঁকতে, মাপ আপনিতে টেনে নিয়ে যাওয়া একটি ডিম্বাকৃতি চায়, এবং তারপর চাপএর শুরু করা হচ্ছে বিন্দু সংজ্ঞায়িত করতে ক্লিক করুন। তে আপনার পয়েন্টার চলুন যেখানে আপনি প্রান্তবিন্দু রাখতে চান এবং ক্লিক করুন। আপনি ডিম্বাকৃতিতে ক্লিক করতে প্রয়োজন বোধ করেন না। একটি চাপ আঁকতে যে একটি বৃত্তে ভিত্তি করা হয়, আপনি Shift ধরুন টেনে নিয়ে যান।</ahelp>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3153924\n"
+"30\n"
+"help.text"
+msgid "Ellipse Pie"
+msgstr "উপবৃত্তের অংশ"
+
+#: 01140000.xhp
+#, fuzzy
+msgctxt ""
+"01140000.xhp\n"
+"par_id3154363\n"
+"help.text"
+msgid "<image id=\"img_id3159186\" src=\"cmd/sc_pie.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3159186\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150943\">আইকন</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3156383\n"
+"67\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Pie\">Draws a filled shape that is defined by the arc of an oval and two radius lines in the current document. To draw an ellipse pie, drag an oval to the size you want, and then click to define the first radius line. Move your pointer to where you want to place the second radius line and click. You do not need to click on the oval. To draw a circle pie, hold down Shift while you drag.</ahelp>"
+msgstr "<ahelp hid=\".uno:Pie\">বর্তমান নথিতে একটি ভরাট আকৃতি আঁকে যা একটি ডিম্বাকৃতির চাপ এবং দুইটি ব্যাসার্ধ রেখা দ্বারা গঠিত। একটি পরাবৃত্তের পাই আকৃতির খন্ড আঁকতে, একটি ডিম্বাকৃতি আপনার পছন্দসই আকারে টেনে আনুন, অতঃপর ক্লিক করে প্রথম ব্যাসার্ধ লাইন নির্ধারণ করুন। আপনি যেখানে দ্বিতীয় ব্যাসার্ধ লাইন রাখতে চান পয়েন্টার সেখানে সরান এবং ক্লিক করুন। ডিম্বাকৃতিতে ক্লিক করার প্রয়োজন নেই। একটি বৃত্তের পাই আকৃতির খন্ড আকঁতে, টেনে আনার সময় Shift ধরে রাখুন।</ahelp>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3154964\n"
+"33\n"
+"help.text"
+msgid "Circle Segment"
+msgstr "বৃত্তের কর্তিতাংশ"
+
+#: 01140000.xhp
+#, fuzzy
+msgctxt ""
+"01140000.xhp\n"
+"par_id3151017\n"
+"help.text"
+msgid "<image id=\"img_id3147315\" src=\"cmd/sc_circlecut.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147315\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149388\" src=\"cmd/sc_incrementindent.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149388\">আইকন</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3149106\n"
+"68\n"
+"help.text"
+msgid "<ahelp hid=\".uno:CircleCut\">Draws a filled shape that is defined by the arc of a circle and a diameter line in the current document. To draw a circle segment, drag a circle to the size you want, and then click to define the starting point of the diameter line. Move your pointer to where you want to place the endpoint of the diameter line and click. You do not need to click on the circle. To draw an ellipse segment, hold down Shift while you drag.</ahelp>"
+msgstr "<ahelp hid=\".uno:CircleCut\">বর্তমান নথিতে একটি ভরাট আকৃতি আঁকে যা একটি বৃত্তের চাপ এবং একটি ডায়ামিটার লাইন দ্বারা গঠিত। একটি বৃত্তের অংশ আঁকতে, একটি বৃত্তকে আপনার পছন্দসই আকারে টেনে আনুন, অতঃপর ডায়ামিটারের প্রারম্ভিক বিন্দু নির্ধারণ করতে ক্লিক করুন। আপনি যেখানে একটি ডায়ামিটার লাইনের প্রান্তবিন্দু রাখতে তা সেখানে আপনার পয়েন্টার/নির্দেশিকা সরান এবং ক্লিক করুন। বৃত্তে ক্লিক করার প্রয়োজন নেই। একটি পরাবৃত্তের অংশ আঁকতে টেনে আনার সময় Shift ধরে রাখুন।</ahelp>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3145150\n"
+"36\n"
+"help.text"
+msgid "Text"
+msgstr "টেক্সট"
+
+#: 01140000.xhp
+#, fuzzy
+msgctxt ""
+"01140000.xhp\n"
+"par_id3145790\n"
+"help.text"
+msgid "<image id=\"img_id3155608\" src=\"cmd/sc_texttoolbox.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155608\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150943\">আইকন</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3154657\n"
+"69\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DrawText\">Draws a text box with horizontal text direction where you drag in the current document. Drag a text box to the size you want anywhere in the document, and then type or paste your text. Rotate the text box to get rotated text.</ahelp>"
+msgstr "<ahelp hid=\".uno:DrawText\"> অনুভূমিক লেখা দিকনির্দেশনার সঙ্গে একটি লেখা বাক্স আঁকা হয় যেখানে আপনি বর্তমান নথিতে টেনে নিয়ে যান। নথির মাপ আপনাকে একটি লেখা বাক্স যেখানে ইচ্ছা টেনে নিয়ে যান চান, এবং তারপর ধরন অথবা আপনার লেখা সাঁটন। আবর্তিত লেখা পেতে লেখা বাক্স আবর্তন করুন।</ahelp>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3158214\n"
+"62\n"
+"help.text"
+msgid "Text Animation"
+msgstr "টেক্সট অ্যানিমেশন"
+
+#: 01140000.xhp
+#, fuzzy
+msgctxt ""
+"01140000.xhp\n"
+"par_id3150380\n"
+"help.text"
+msgid "<image id=\"img_id3152580\" src=\"cmd/sc_text_marquee.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3152580\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150943\">আইকন</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3150826\n"
+"63\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Text_Marquee\" visibility=\"hidden\">Inserts animated text with horizontal text direction into the current document. Drag a text box, and then type or paste your text. To assign an animation effect, choose <emph>Format - Text - Text Animation</emph>.</ahelp><variable id=\"lauftext\">Inserts animated text with horizontal text direction into the current document. </variable>"
+msgstr "<ahelp hid=\".uno:Text_Marquee\" visibility=\"hidden\"> বর্তমান নথিতে অ্যানিমেটেড লেখা অনুভূমিক লেখা দিকনির্দেশনার মাধ্যমে সন্নিবেশ করান। একটি লেখা বাক্স টেনে নিয়ে যান, এবং তারপর ধরন অথবা আপনার লেখা সাঁটন। একটি অ্যানিমেশন প্রভাব বরাদ্দ করতে, নির্বাচন করুন<emph> ফরম্যাট- লেখা- লেখা অ্যানিমেশন</emph>।</ahelp><variable id=\"lauftext\"> বর্তমান নথির দিকে অনুভূমিক লেখা দিকনির্দেশনার সঙ্গে ভিতরে ঢোকান অ্যানিমেটেড লেখা।</variable>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3149966\n"
+"41\n"
+"help.text"
+msgid "Callouts"
+msgstr "কলআউট"
+
+#: 01140000.xhp
+#, fuzzy
+msgctxt ""
+"01140000.xhp\n"
+"par_id3153781\n"
+"help.text"
+msgid "<image id=\"img_id3145256\" src=\"cmd/sc_drawcaption.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3145256\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147276\" src=\"cmd/sc_sortascending.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147276\">আইকন</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3151274\n"
+"70\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DrawCaption\">Draws a line that ends in a rectangular callout with horizontal text direction from where you drag in the current document. Drag a handle of the callout to resize the callout. To add text, click the edge of the callout, and then type or paste your text. To change a rectangular callout to a rounded callout, drag the largest corner handle when the pointer changes to a hand.</ahelp>"
+msgstr "<ahelp hid=\".uno:DrawCaption\">একটি লাইন অঙ্কন করুন যা লেখার অনুভূমিক দিকবিন্যাস সহ আয়তক্ষেত্র কলআউটে শেষ হয় যেখান থেকে আপনি বর্তমান নথিতে টানতে পারেন। কলআউট পুন:আকৃতি করতে কলআউটের হ্যান্ডেল টানুন। টেক্সট যুক্ত করতে, একটি আয়তক্ষেত্রাকার কলআউটকে একটি বৃত্তীয় কলআউটে পরিবর্তন করতে, যখন পয়েন্টার হাতে পরিবর্তীত হয় তখন বৃহত্তর কর্নার হ্যান্ডেল টানুন।</ahelp>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN10E50\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">Points</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">বিন্দু</link>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN10E60\n"
+"help.text"
+msgid "Enables you to edit points on your drawing."
+msgstr "আপনার অংকনে সম্পাদনা বিন্দু সক্রিয় করে।"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN10E75\n"
+"help.text"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">From File</link>"
+msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">ফাইল হতে</link>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN10E95\n"
+"help.text"
+msgid "<link href=\"text/shared/3dsettings_toolbar.xhp\">Extrusion On/Off</link>"
+msgstr "<link href=\"text/shared/3dsettings_toolbar.xhp\">এক্সট্রুশন চালু/বন্ধ করুন</link>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN10EA5\n"
+"help.text"
+msgid "Switches the 3D effects on and off for the selected objects."
+msgstr "নির্বাচিত বস্তুর জন্য ত্রিমাত্রিক প্রভাব চালু বা বন্ধ করে।"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3149735\n"
+"75\n"
+"help.text"
+msgid "Vertical Callouts"
+msgstr "খাড়া কলআউট"
+
+#: 01140000.xhp
+#, fuzzy
+msgctxt ""
+"01140000.xhp\n"
+"par_id3156068\n"
+"help.text"
+msgid "<image id=\"img_id3154818\" src=\"cmd/sc_verticalcaption.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154818\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150943\">আইকন</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3150492\n"
+"76\n"
+"help.text"
+msgid "<ahelp hid=\".uno:VerticalCaption\">Draws a line that ends in a rectangular callout with vertical text direction from where you drag in the current document. Drag a handle of the callout to resize the callout. To add text, click the edge of the callout, and then type or paste your text. To change a rectangular callout to a rounded callout, drag the largest corner handle when the pointer changes to a hand. Only available when Asian language support is enabled.</ahelp>"
+msgstr "<ahelp hid=\".uno:VerticalCaption\"> আপনি যেখান থেকে বর্তমান নথিতে টেনে নিয়ে যান সেখান থেকে শুরু করে উল্লম্ব লেখা দিকনির্দেশনার সঙ্গে একটি আয়তক্ষেত্রাকার কলআউট যেখানে শেষ হওয়া পর্যন্ত একটি লাইন আঁকে। কলআউটটির পুনঃআকৃতি দান করতে কলআউটের একটি হাতল টেনে নিয়ে যান। লেখা যোগ করতে, কলআউটএর কিনারা ক্লিক করুন, এবং তারপর ধরন অথবা আপনার লেখা সাঁটুন। একটি আয়তক্ষেত্রাকার কলআউটকে বৃত্তাকার কলআউটে পরিবর্তন করার জন্য পয়েন্টার হাত চিহ্নে পরিবর্তিত হলে বৃহত্তম কোন হ্যান্ডল টেনে নিয়ে আসুন। কেবল প্রাপ্তিসাধ্য যখন এশীয় ভাষা সমর্থন সক্রিয় করা হয়।</ahelp>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3166437\n"
+"77\n"
+"help.text"
+msgid "Vertical Text"
+msgstr "খাড়া টেক্সট"
+
+#: 01140000.xhp
+#, fuzzy
+msgctxt ""
+"01140000.xhp\n"
+"par_id3146929\n"
+"help.text"
+msgid "<image id=\"img_id3154372\" src=\"cmd/sc_verticaltext.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154372\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150943\">আইকন</alt></image>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3152989\n"
+"78\n"
+"help.text"
+msgid "<ahelp hid=\".uno:VerticalText\">Draws a text box with vertical text direction where you click or drag in the current document. Click anywhere in the document, and then type or paste your text. You can also move the cursor to where you want to add the text, drag a text box, and then type or paste your text. Only available when Asian language support is enabled.</ahelp>"
+msgstr "<ahelp hid=\".uno:VerticalText\"> আপনার বর্তমান নথিতে ক্লিক করার অথবা টেনে নিয়ে যাওয়ার স্থানে উল্লম্ব লেখা দিকনির্দেশনার সঙ্গে একটি লেখা বাক্স আঁকা হয় । নথিতে যেখানে ইচ্ছা ক্লিক করুন, এবং তারপর টাইপ করুন অথবা আপনার লেখা সাঁটুন। আপনি যেখানে লেখা যোগ করতে চান সেখানেও কার্সারটি সরাতে পারেন, লেখার বাক্সটি টেনে নিয়ে যান, এবং তারপর টাইপ করুন অথবা আপনার লেখা সাঁটুন। যখন এশীয় ভাষা সমর্থন সক্রিয় করা হয় তখনই শুধুমাত্র করা যায়।</ahelp>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3155555\n"
+"74\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/insert_graphic_drawit.xhp\" name=\"Tips\">Tips for working with the <emph>Drawing </emph>bar.</link>"
+msgstr "<link href=\"text/shared/guide/insert_graphic_drawit.xhp\" name=\"Tips\"><emph>অংকন </emph>বারের সাহায্যে কাজ করার পরামর্শ প্রদান করে।</link>"
+
+#: 01170802.xhp
+msgctxt ""
+"01170802.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table Element Wizard: Field Selection"
+msgstr "সারণি উপাদান উইজার্ড: ক্ষেত্র নির্বাচন"
+
+#: 01170802.xhp
+msgctxt ""
+"01170802.xhp\n"
+"hd_id3155934\n"
+"13\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170802.xhp\" name=\"Table Element Wizard: Field Selection\">Table Element Wizard: Field Selection</link>"
+msgstr "<link href=\"text/shared/02/01170802.xhp\" name=\"Table Element Wizard: Field Selection\">সারণি উপাদান উইজার্ড: ক্ষেত্র নির্বাচন</link>"
+
+#: 01170802.xhp
+msgctxt ""
+"01170802.xhp\n"
+"par_id3150476\n"
+"10\n"
+"help.text"
+msgid "Specifies which fields in the table control field should be displayed."
+msgstr "উল্লেখ করে সারণি নিয়ন্ত্রণ ক্ষেত্রে কোন ক্ষেত্র দেখানো উচিত।"
+
+#: 01170802.xhp
+msgctxt ""
+"01170802.xhp\n"
+"hd_id3149346\n"
+"11\n"
+"help.text"
+msgid "Selected Fields"
+msgstr "নির্বাচিত ক্ষেত্র"
+
+#: 01170802.xhp
+msgctxt ""
+"01170802.xhp\n"
+"par_id3155941\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_GW_FIELDSELECTION_LB_SELECTED_FIELDS\">Displays the data fields that are accepted into the form field.</ahelp>"
+msgstr "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_GW_FIELDSELECTION_LB_SELECTED_FIELDS\">গঠন ক্ষেত্রে গৃহীত তথ্য ক্ষেত্র প্রদর্শিত করে।</ahelp>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Alignment"
+msgstr "সারিবদ্ধ করা"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3154228\n"
+"1\n"
+"help.text"
+msgid "Alignment"
+msgstr "সারিবদ্ধ করা"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3159201\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ObjectAlign\">Modifies the alignment of selected objects.</ahelp>"
+msgstr "<ahelp hid=\".uno:ObjectAlign\">নির্বাচিত বস্তুর সাজানো পরিবর্তন করে।</ahelp>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3155338\n"
+"help.text"
+msgid "<image id=\"img_id3153577\" src=\"cmd/sc_objectalign.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3153577\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153577\" src=\"cmd/sc_objectalign.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3153577\">আইকন</alt></image>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3143268\n"
+"4\n"
+"help.text"
+msgid "Alignment"
+msgstr "সারিবদ্ধ করা"
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"tit\n"
+"help.text"
+msgid "HTML Filters and Forms"
+msgstr "HTML পরিশোধক এবং ফরম"
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"bm_id3163829\n"
+"help.text"
+msgid "<bookmark_value>forms; HTML filters</bookmark_value>"
+msgstr "<bookmark_value>forms; HTML filters</bookmark_value>"
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"hd_id3163829\n"
+"1\n"
+"help.text"
+msgid "HTML Filters and Forms"
+msgstr "HTML পরিশোধক এবং ফরম"
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3147285\n"
+"2\n"
+"help.text"
+msgid "You can use all control elements and form events in HTML documents. There have been numerous events to date (for example, focus events), which have not been changed. They will continue to be imported and exported as ONFOCUS, ONBLUR, and so on for JavaScript and as SDONFOCUS, SDONBLUR, and so on for $[officename] Basic."
+msgstr "আপনি HTML নথিতে সব নিয়ন্ত্রণ উপাদান এবং গঠন অনুষ্ঠান ব্যবহার করতে পারেন। এখানে একাধিক সংখ্যার তারিখ অনুষ্ঠান আছে (উদাহরনসরুপ, ফোকাস অনুষ্ঠান), যা পরিবর্তিত হয়নি। তারা ONFOCUS, ONBLUR, হিসেবে ইমপোর্ট এবং এক্সপোর্ট হতে থাকবে এবং JavaScript এর জন্যও হবে এবং SDONFOCUS, SDONBLUR, জন্যও হবে এবং $[officename] Basic এর জন্যও হতে থাকবে।"
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3150616\n"
+"3\n"
+"help.text"
+msgid "Generic names that consist of the Listener interface and the method name of the event are used for all other events: An event registered as XListener::method is exported as"
+msgstr "সাধারণ নাম যা Listener ইন্টারফেস এবং ইভেন্টের পদ্ধতির নাম দ্বারা গঠিত তা অন্য সব ইভেন্টের জন্য ব্যবহৃত হয়: একটি ইভেন্ট রেজিষ্ট্রিকৃত XListener::পদ্ধতি পাঠানো হয়"
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3147571\n"
+"4\n"
+"help.text"
+msgid "SDEvent-XListener-method = \"/* event-code */\""
+msgstr "SDEvent-XListener-method = \"/* event-code */\""
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3152425\n"
+"5\n"
+"help.text"
+msgid "Note that the XListener- and method components of this option are case sensitive."
+msgstr "নোট করুন যে XListener- এবং এই অপশনের পদ্ধতি উপকরণ গুলো ছাঁদ সংবেদনশীল।"
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3153683\n"
+"6\n"
+"help.text"
+msgid "Event handling of controls is performed using the $[officename] API. If you assign an event to a control, an object registers itself internally as a \"Listener\" for a specific control event. To do this, the object must use a specific interface, for example the XFocusListener Interface, so that it can react to focus events. When the event occurs, the control then invokes a special method of the Listener interface when the control receives the focus. The internally registered object then invokes the JavaScript or $[officename] Basic code, which was assigned to the event."
+msgstr "$[officename] API ব্যবহার করে কন্ট্রোলের ইভেন্ট হ্যান্ডেলিং সম্পাদিত হয়। যদি আপনি একটি কন্ট্রোলে একটি ইভেন্ট বরাদ্দ করেন,একটি সুনির্দিষ্ট কন্ট্রোলের জন্য একটি বস্তু নিজেকে অভ্যন্তরীণভাবে একটি \"লিসেনার\" হিসেবে রেজিষ্ট্রার করে। এটি করতে, বস্তুর অবশ্যই একটি সুনির্দিষ্ট ইন্টারফেস ব্যবহার করতে হবে, উদাহরণস্বরূপ XFocusListener ইন্টারফেস, যাতে করে এটি ইভেন্ট ফোকাস করতে প্রতিক্রিয়া ব্যক্ত করতে পারে। যখন ইভেন্ট আবির্ভূত হবে, এরপর যখন কন্ট্রোল ফোকাস গ্রহণ করে তখন কন্ট্রোল লিসেনার ইন্টারফেসের একটি বিশেষ মেথড ইনভোক করে। অভ্যন্তরীণভাবে রেজিষ্ট্রীকৃত বস্তু এরপর JavaScript অথবা $[officename] বেসিক কোড ইনভোক করুন, যা ইভেন্টে বরাদ্দ করা হয়েছে।"
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3156410\n"
+"7\n"
+"help.text"
+msgid "The HTML filter now uses precisely these listener interfaces and method names so that it can import and export events as desired. You can register a focus event through"
+msgstr "HTML পরিশোধক এখন এই শ্রোতা ইন্টারফেস এবং পদ্ধতির নাম নির্ভূলভাবে ব্যবহার করে যাতে করে এটি প্রত্যাশিত হিসেবে ইভেন্ট আনতে এবং পাঠাতে পারে। আপনি একটি ফোকাস ইভেন্টের মাধ্যমে রেজিষ্ট্রার করতে পারেন।"
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3150506\n"
+"8\n"
+"help.text"
+msgid "<INPUT TYPE=text ONFOCUS=\"/* code */\""
+msgstr "<INPUT TYPE=text ONFOCUS=\"/* code */\""
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3154289\n"
+"9\n"
+"help.text"
+msgid "rather than through the"
+msgstr "এর চেয়ে বরং ভিতর দিয়ে"
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3155391\n"
+"10\n"
+"help.text"
+msgid "<INPUT TYPE=text SDEvent-XFocusListener-focusGained=\"/* code */\""
+msgstr "<INPUT TYPE=text SDEvent-XFocusListener-focusGained=\"/* code */\""
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3152996\n"
+"11\n"
+"help.text"
+msgid "register. Events can therefore be registered as desired, including those not offered in the list boxes. To define the script language of events, you can write the following line in the document header:"
+msgstr "রেজিষ্টার। অতএব ইভেন্ট প্রত্যাশিত হিসেবে নিবন্ধন করা যাবে, যা তালিকা বাক্সে প্রস্তাব করা হয়নি তা অন্তর্ভূক্ত। ইভেন্টের ষ্ক্রিপ্ট ভাষা সংজ্ঞাযিত করতে, আপনি নথি হেডারে নিম্নোক্ত লাইন লেখতে পারেন।"
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3150443\n"
+"12\n"
+"help.text"
+msgid "<META HTTP-EQUIV=\"content-script-type\" CONTENT=\"...\">"
+msgstr "<META HTTP-EQUIV=\"content-script-type\" CONTENT=\"...\">"
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3166410\n"
+"13\n"
+"help.text"
+msgid "As CONTENT you can, for example, use \"text/x-StarBasic\" for $[officename] Basic or a \"text/JavaScript\" for JavaScript. If no entry is made, JavaScript is assumed."
+msgstr "As CONTENT you can, for example, use \"text/x-StarBasic\" for $[officename] Basic or a \"text/JavaScript\" for JavaScript. If no entry is made, JavaScript is assumed."
+
+#: 01170700.xhp
+msgctxt ""
+"01170700.xhp\n"
+"par_id3146797\n"
+"14\n"
+"help.text"
+msgid "During exporting, the default script language will be defined based on the first module found in macro management. For events, only one language can be used per document."
+msgstr "পাঠানোর সময়, ম্যাক্রো ব্যবস্থাপনায় পাওয়া প্রথম মডিউলের উপর ভিত্তি করে পূর্নির্ধারিত ষ্ক্রিপ্ট ভাষা নির্ধারণ করা হবে। ইভেন্টের জন্য, প্রতি নথির জন্য কেবল একটি ভাষা ব্যবহৃত হতে পারে।"
+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Promote One Level"
+msgstr "এক স্তর উপরে উঠানো"
+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"hd_id3159225\n"
+"1\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/02/06060000.xhp\" name=\"Promote One Level\">Promote One Level</link></caseinline><defaultinline><link href=\"text/shared/02/06060000.xhp\" name=\"Promote\">Promote</link></defaultinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/02/06060000.xhp\" name=\"Promote One Level\">এক স্তর উপরে উঠানো</link></caseinline><defaultinline><link href=\"text/shared/02/06060000.xhp\" name=\"Promote\">উপরে উঠানো</link></defaultinline></switchinline>"
+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_id3149999\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:IncrementLevel\">Moves the selected paragraph up one level in the numbering or bullets hierarchy.</ahelp>"
+msgstr "<ahelp hid=\".uno:IncrementLevel\">সংখ্যায়ন এবং বুলেট স্তরবিন্যাসে নির্বাচিত অনুচ্ছেদে এক স্তর উপরে সরায়।</ahelp>"
+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_id3149205\n"
+"4\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The<emph> Promote One Level </emph>icon is on the <emph>Bullets and Numbering</emph> bar, which appears when the cursor is positioned on a numbering or bullets item. </caseinline><caseinline select=\"IMPRESS\">The<emph> Promote </emph>icon is on the <emph>Text Formatting</emph> bar, which appears when working in the outline view. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph> বুলেট এবং নাম্বারিং </emph>বারে <emph>এক স্তর উপরে ওঠানো</emph> আইকন, যখন কার্সারটিকে বুলেট এবং নাম্বারিং আইটেমে রাখা হয় তখন এটি দেখা যায়। </caseinline><caseinline select=\"IMPRESS\"> <emph>টেক্সট বিন্যাসণ </emph>বারে <emph>উচ্চ স্তরে ওঠানো</emph> বার, আউটলাইন দর্শণে কাজ করার সময় এটি দেখা যায়। </caseinline></switchinline>"
+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_id3149388\n"
+"help.text"
+msgid "<image id=\"img_id3155535\" src=\"cmd/sc_outlineleft.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155535\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155535\" src=\"cmd/sc_outlineleft.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155535\">আইকন</alt></image>"
+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_id3146958\n"
+"3\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Promote One Level </caseinline><defaultinline>Promote</defaultinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">এক স্তর উপরে উঠানো </caseinline><defaultinline>উপরে উঠানো</defaultinline></switchinline>"
+
+#: 01171100.xhp
+msgctxt ""
+"01171100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Wizards On/Off"
+msgstr "উইজার্ড চালু/বন্ধ"
+
+#: 01171100.xhp
+msgctxt ""
+"01171100.xhp\n"
+"hd_id3155934\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01171100.xhp\" name=\"Wizards On/Off\">Wizards On/Off</link>"
+msgstr "<link href=\"text/shared/02/01171100.xhp\" name=\"Wizards On/Off\">উইজার্ড চালু/বন্ধ</link>"
+
+#: 01171100.xhp
+msgctxt ""
+"01171100.xhp\n"
+"par_id3147143\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:UseWizards\">Specifies whether to start the wizard automatically when inserting a new control.</ahelp> This setting applies globally to all documents."
+msgstr "<ahelp hid=\".uno:UseWizards\">একটি নতুন নিয়ন্ত্রণ সন্নিবেশ করানো হলে উইজার্ড স্বয়ংক্রিয়ভাবে কখন শুরু হবে তা উল্লেখ করে।</ahelp> এই সেটিং সর্বত্র সবজায়গায় প্রয়োগ করা হয়।"
+
+#: 01171100.xhp
+msgctxt ""
+"01171100.xhp\n"
+"par_id3159201\n"
+"4\n"
+"help.text"
+msgid "There are wizards for inserting a list box or combo box, a table element and group boxes."
+msgstr "একটি তালিকা বাক্স বা কম্বো বাক্স, একটি সারণি উপাদান এবং গ্রুপবাক্স প্রবেশের জন্য উইজার্ডসমূহ।"
+
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fontwork Gallery"
+msgstr "ফন্টওয়ার্ক গ্যালারি"
+
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN10557\n"
+"help.text"
+msgid "<link href=\"text/shared/02/fontwork.xhp\">Fontwork Gallery</link>"
+msgstr "<link href=\"text/shared/02/fontwork.xhp\">ফন্টওয়ার্ক গ্যালারি</link>"
+
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN10567\n"
+"help.text"
+msgid "<ahelp hid=\".\">The icon opens the Fontwork Gallery from which you can insert graphical text art into your document.</ahelp>"
+msgstr "<ahelp hid=\".\">এই আইকনটি ফন্টওয়ার্ক গ্যালারী খোলে যেখানে আপনি আপনার নথিতে গ্রাফিক্যাল পাঠ্য আর্ট সন্নিবেশ করতে পারেন।</ahelp>"
+
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "Fontwork Gallery"
+msgstr "ফন্টওয়ার্ক গ্যালারি"
+
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN10595\n"
+"help.text"
+msgid "<ahelp hid=\".\">The Fontwork Gallery displays previews of Fontwork objects. To insert an object into your document, select the object, and then click OK.</ahelp>"
+msgstr "<ahelp hid=\".\">The Fontwork Gallery displays previews of Fontwork objects. To insert an object into your document, select the object, and then click OK.</ahelp>"
+
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN105AF\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/guide/fontwork.xhp#fontwork\"/>"
+msgstr "<embedvar href=\"text/shared/guide/fontwork.xhp#fontwork\"/>"
+
+#: fontwork.xhp
+msgctxt ""
+"fontwork.xhp\n"
+"par_idN10623\n"
+"help.text"
+msgid "<link href=\"text/shared/fontwork_toolbar.xhp\">Fontwork toolbar</link>"
+msgstr "<link href=\"text/shared/fontwork_toolbar.xhp\">Fontwork toolbar</link>"
+
+#: 01220000.xhp
+msgctxt ""
+"01220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Navigator"
+msgstr "মূলপরিচালক"
+
+#: 01220000.xhp
+msgctxt ""
+"01220000.xhp\n"
+"hd_id3155934\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01220000.xhp\" name=\"Navigator\">Navigator</link>"
+msgstr "<link href=\"text/shared/02/01220000.xhp\" name=\"Navigator\">মূলপরিচালক</link>"
+
+#: 01220000.xhp
+msgctxt ""
+"01220000.xhp\n"
+"par_id3148983\n"
+"2\n"
+"help.text"
+msgid "Click the<emph> Navigator On/Off </emph>icon to hide or show the <emph>Navigator</emph>."
+msgstr "<emph>ন্যাভিগেটর </emph> দেখাতে বা লুকাতে <emph>ন্যাভিগেটর চালু/বন্ধ </emph> আইকনে ক্লিক করুন।"
+
+#: 01220000.xhp
+msgctxt ""
+"01220000.xhp\n"
+"par_id3152594\n"
+"4\n"
+"help.text"
+msgid "You can also call the <emph>Navigator</emph> by selecting <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/02110000.xhp\" name=\"View - Navigator\">View - Navigator</link></caseinline><caseinline select=\"CALC\"><link href=\"text/scalc/01/02110000.xhp\" name=\"View - Navigator\">View - Navigator</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/02110000.xhp\" name=\"View - Navigator\">View - Navigator</link></caseinline><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/02110000.xhp\" name=\"View - Navigator\">View - Navigator</link></caseinline><defaultinline>View - Navigator</defaultinline></switchinline>"
+msgstr ""
+
+#: 01220000.xhp
+msgctxt ""
+"01220000.xhp\n"
+"par_id3153345\n"
+"help.text"
+msgid "<image id=\"img_id3149095\" src=\"cmd/sc_navigator.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149095\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149095\" src=\"cmd/sc_navigator.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149095\">আইকন</alt></image>"
+
+#: 01220000.xhp
+msgctxt ""
+"01220000.xhp\n"
+"par_id3155536\n"
+"3\n"
+"help.text"
+msgid "Navigator On/Off"
+msgstr "মূলপরিচালক চালু/বন্ধ"
+
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Arrow Style"
+msgstr "তীরের ধরন"
+
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"hd_id3148520\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/05020000.xhp\" name=\"Arrow Style\">Arrow Style</link>"
+msgstr "<link href=\"text/shared/02/05020000.xhp\" name=\"Arrow Style\">তীরের ধরন</link>"
+
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"par_id3155934\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:LineEndStyle\">Opens the <emph>Arrowheads</emph> toolbar. Use the symbols shown to define the style for the end of the selected line.</ahelp>"
+msgstr "<ahelp hid=\".uno:LineEndStyle\"> <emph>তীরের অগ্রভাগ</emph> টুলবার খোলে। নির্বাচিত লাইনের শেষে উল্লেখিত প্রতীক দিয়ে শৈলী বোঝানো হবে।</ahelp>"
+
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"par_id3150808\n"
+"4\n"
+"help.text"
+msgid "The <emph>Arrow Style</emph> icon is only displayed when you create a drawing with the drawing functions. For more information, see the <link href=\"text/shared/01/05200300.xhp\" name=\"Line Styles\"><emph>Line Styles</emph></link> section of the Help."
+msgstr "যখন আপনি অংকন ফাংশন দিয়ে একটি অংকন তৈরি করেন তখন <emph>তীর শৈলী</emph> আইকন প্রদর্শিত হয়। আরও তথ্যের জন্য, সহায়তার <link href=\"text/shared/01/05200300.xhp\" name=\"Line Styles\"><emph>লাইন শৈলী</emph></link> অংশটি দেখুন।"
+
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"par_id3148548\n"
+"help.text"
+msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">আইকন</alt></image>"
+
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"par_id3149096\n"
+"3\n"
+"help.text"
+msgid "Arrow Style"
+msgstr "তীরের ধরন"
+
+#: 01170801.xhp
+msgctxt ""
+"01170801.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table Element / List Box / Combo Box Wizard: Data"
+msgstr "সারণি উপকরণ / তালিকা বাক্স / কম্বো বাক্স উইজার্ড: ডাটা"
+
+#: 01170801.xhp
+msgctxt ""
+"01170801.xhp\n"
+"hd_id3153323\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170801.xhp\" name=\"Table Element / List Box / Combo Box Wizard: Data\">Table Element / List Box / Combo Box Wizard: Data</link>"
+msgstr "<link href=\"text/shared/02/01170801.xhp\" name=\"Table Element / List Box / Combo Box Wizard: Data\">সারণি উপকরণ / তালিকা বাক্স / কম্বো বাক্স উইজার্ড: ডাটা</link>"
+
+#: 01170801.xhp
+msgctxt ""
+"01170801.xhp\n"
+"par_id3150476\n"
+"4\n"
+"help.text"
+msgid "Select the data source and table to which the form field corresponds. If you insert the form field in a document that is already linked to a data source, this page becomes invisible."
+msgstr "গঠন ক্ষেত্রের সাথে সম্পর্কিত ডাটাসোর্স এবং সারণি নির্বাচন করুন। যদি আপনি একটি নথিতে গঠন ক্ষেত্র সন্নিবেশ করেন যা ইতোমধ্যে একটি তথ্য উৎসের সাথে যুক্ত থাকে, পৃষ্ঠাটি অদৃশ্য হয়ে যায়।"
+
+#: 01170801.xhp
+msgctxt ""
+"01170801.xhp\n"
+"hd_id3153894\n"
+"5\n"
+"help.text"
+msgid "Data source"
+msgstr "তথ্য বা ডাটা এর উৎস"
+
+#: 01170801.xhp
+msgctxt ""
+"01170801.xhp\n"
+"par_id3153114\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_TABLESELECTION_LB_DATASOURCE\">Specifies the data source that contains the desired table.</ahelp>"
+msgstr "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_TABLESELECTION_LB_DATASOURCE\">ডাটাসোর্স উল্লেখ করে যা আকাঙ্খিত সারণি ধারণ করে।</ahelp>"
+
+#: 01170801.xhp
+msgctxt ""
+"01170801.xhp\n"
+"hd_id3149346\n"
+"7\n"
+"help.text"
+msgid "Table"
+msgstr "সারণি"
+
+#: 01170801.xhp
+msgctxt ""
+"01170801.xhp\n"
+"par_id3150774\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_TABLESELECTION_LB_TABLE\">Specifies the desired table.</ahelp>"
+msgstr "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_TABLESELECTION_LB_TABLE\">আকাঙ্খিত সারণি ব্যাখ্যা করে।</ahelp>"
+
+#: 07010000.xhp
+msgctxt ""
+"07010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Load URL"
+msgstr "URL লোড করুন"
+
+#: 07010000.xhp
+msgctxt ""
+"07010000.xhp\n"
+"hd_id3149119\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/07010000.xhp\" name=\"Load URL\">Load URL</link>"
+msgstr "<link href=\"text/shared/02/07010000.xhp\" name=\"Load URL\">URL লোড করুন</link>"
+
+#: 07010000.xhp
+msgctxt ""
+"07010000.xhp\n"
+"par_id3155364\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Loads a document specified by an entered URL. You can type a new URL, edit an URL, or select one from the list. Displays the full path of the current document.</ahelp>"
+msgstr ""
+
+#: 07010000.xhp
+msgctxt ""
+"07010000.xhp\n"
+"par_idN108C6\n"
+"help.text"
+msgid "Enable Load URL with the Visible Buttons command (click the arrow at the end of the toolbar)."
+msgstr "দৃশ্যমান বোতাম কমান্ড দিয়ে URL লোড সক্রিয় করে (টুলবারের প্রান্তে তীরে ক্লিক করে)।"
+
+#: 18030000.xhp
+msgctxt ""
+"18030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "AutoSpellcheck On/Off"
+msgstr "AutoSpellcheck চালু/বন্ধ"
+
+#: 18030000.xhp
+msgctxt ""
+"18030000.xhp\n"
+"hd_id3155599\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/18030000.xhp\" name=\"AutoSpellcheck On/Off\">AutoSpellcheck On/Off</link>"
+msgstr "<link href=\"text/shared/02/18030000.xhp\" name=\"AutoSpellcheck On/Off\">AutoSpellcheck চালু/বন্ধ</link>"
+
+#: 18030000.xhp
+msgctxt ""
+"18030000.xhp\n"
+"par_id3150040\n"
+"help.text"
+msgid "<image src=\"cmd/sc_spellonline.png\" id=\"img_id3150808\"><alt id=\"alt_id3150808\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_spellonline.png\" id=\"img_id3150808\"><alt id=\"alt_id3150808\">আইকন</alt></image>"
+
+#: 18030000.xhp
+msgctxt ""
+"18030000.xhp\n"
+"par_id3147571\n"
+"2\n"
+"help.text"
+msgid "AutoSpellcheck On/Off"
+msgstr "AutoSpellcheck চালু/বন্ধ"
+
+#: 09060000.xhp
+msgctxt ""
+"09060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Target Frame"
+msgstr "লক্ষ্যবস্তুর ফ্রেম"
+
+#: 09060000.xhp
+msgctxt ""
+"09060000.xhp\n"
+"hd_id3152895\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/09060000.xhp\" name=\"Target Frame\">Target Frame</link>"
+msgstr "<link href=\"text/shared/02/09060000.xhp\" name=\"Target Frame\">লক্ষ্যবস্তুর ফ্রেম</link>"
+
+#: 09060000.xhp
+msgctxt ""
+"09060000.xhp\n"
+"par_id3156211\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OFA_HYPERLINK_TARGET\" visibility=\"visible\">Specifies the target frame type for the specified URL.</ahelp> A submenu opens with <link href=\"text/shared/01/01100500.xhp\" name=\"predefined frames\">predefined frames</link>."
+msgstr "<ahelp hid=\"HID_OFA_HYPERLINK_TARGET\" visibility=\"visible\">উল্লেখিত URL এর জন্য লক্ষ্য ফ্রেম ধরন উল্লেখ করে।</ahelp> একটি সাবমেনু <link href=\"text/shared/01/01100500.xhp\" name=\"predefined frames\">পূর্বউল্লেখিত ফ্রেমের</link> সাথে খোলে।"
+
+#: 09060000.xhp
+msgctxt ""
+"09060000.xhp\n"
+"par_id3149180\n"
+"help.text"
+msgid "<image src=\"res/target.png\" id=\"img_id3154186\"><alt id=\"alt_id3154186\">Icon</alt></image>"
+msgstr "<image src=\"res/target.png\" id=\"img_id3154186\"><alt id=\"alt_id3154186\">আইকন</alt></image>"
+
+#: 09060000.xhp
+msgctxt ""
+"09060000.xhp\n"
+"par_id3147834\n"
+"3\n"
+"help.text"
+msgid "Target Frame"
+msgstr "লক্ষ্যবস্তুর ফ্রেম"
+
+#: 10030000.xhp
+msgctxt ""
+"10030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "To Document Begin/First Page"
+msgstr "নথির শুরুতে/প্রথম পৃষ্ঠায়"
+
+#: 10030000.xhp
+msgctxt ""
+"10030000.xhp\n"
+"hd_id3149031\n"
+"1\n"
+"help.text"
+msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\"><link href=\"text/shared/02/10030000.xhp\" name=\"To Document Begin\">To Document Begin</link></caseinline> <defaultinline><link href=\"text/shared/02/10030000.xhp\" name=\"First Page\">First Page</link></defaultinline> </switchinline>"
+msgstr "<switchinline select=\"appl\"> <caseinline select=\"WRITER\"><link href=\"text/shared/02/10030000.xhp\" name=\"To Document Begin\">নথির শুরুতে</link></caseinline> <defaultinline><link href=\"text/shared/02/10030000.xhp\" name=\"First Page\">প্রথম পৃষ্ঠায়</link></defaultinline> </switchinline>"
+
+#: 10030000.xhp
+msgctxt ""
+"10030000.xhp\n"
+"par_id3153539\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:FirstPage\" visibility=\"visible\">Moves to the first page of the document.</ahelp> This function is only active when you select the <emph>Page Preview</emph> function on the <emph>File</emph> menu."
+msgstr "<ahelp hid=\".uno:FirstPage\" visibility=\"visible\">নথির প্রথম পৃষ্ঠায় যায়।</ahelp> এই ফাংশন তখনই সক্রিয় হয় যখন আপনি <emph>ফাইল</emph> মেনুতে <emph>পৃষ্ঠার প্রাকদর্শন</emph> ফাংশন নির্বাচন করেন।"
+
+#: 10030000.xhp
+msgctxt ""
+"10030000.xhp\n"
+"par_id3154751\n"
+"help.text"
+msgid "<image src=\"cmd/sc_gotostartofdoc.png\" id=\"img_id3147571\"><alt id=\"alt_id3147571\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_gotostartofdoc.png\" id=\"img_id3147571\"><alt id=\"alt_id3147571\">আইকন</alt></image>"
+
+#: 10030000.xhp
+msgctxt ""
+"10030000.xhp\n"
+"par_id3143268\n"
+"3\n"
+"help.text"
+msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\">To Document Begin</caseinline> <defaultinline>First Page</defaultinline> </switchinline>"
+msgstr "<switchinline select=\"appl\"> <caseinline select=\"WRITER\">নথির শুরুতে</caseinline> <defaultinline>প্রথম পৃষ্ঠায়</defaultinline> </switchinline>"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sort Ascending"
+msgstr "আরোহী সাজানো"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"hd_id3152594\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12010000.xhp\" name=\"Sort Ascending\">Sort Ascending</link>"
+msgstr "<link href=\"text/shared/02/12010000.xhp\" name=\"Sort Ascending\">আরোহী সাজানো</link>"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3150693\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Sorts the data of the selected field in ascending order. </ahelp>Text fields are sorted alphabetically, numerical fields are sorted by number."
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">নির্বাচিত ক্ষেত্রের তথ্য ঊর্ধ্বক্রমানুসারে সাজায়।</ahelp>পাঠ্য ক্ষেত্র বর্ণনানুসারে সাজানো হয়, সংখ্যাসূচক ক্ষেত্র সংখ্যা দ্বারা সাজায়।"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3154749\n"
+"help.text"
+msgid "<image id=\"img_id3147276\" src=\"cmd/sc_sortascending.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147276\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147276\" src=\"cmd/sc_sortascending.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147276\">আইকন</alt></image>"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3159158\n"
+"3\n"
+"help.text"
+msgid "Sort Ascending"
+msgstr "আরোহী সাজানো"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3154380\n"
+"4\n"
+"help.text"
+msgid "<variable id=\"selektionsortieren\">Data of the currently selected field are always sorted. A field is always selected as soon as you place the cursor in the field. To sort within tables, you can also click the corresponding column header. </variable>"
+msgstr "<variable id=\"selektionsortieren\">বর্তমানে নির্বাচিত ডাটা সবসময় সাজানো হয়। আপনি ক্ষেত্রে কার্সার রাখার সাথে সাথে একটি ক্ষেত্র সবসময় নির্বাচিত হয়। সারণি সাজাতে, আপনি সঙ্গতিপূর্ণ কলাম শীর্ষচরণ ক্লিক করতে পারেন। </variable>"
+
+#: 12010000.xhp
+msgctxt ""
+"12010000.xhp\n"
+"par_id3150504\n"
+"5\n"
+"help.text"
+msgid "<variable id=\"dialogsortieren\">To sort more than one data field, choose <emph>Data - Sort</emph>, then choose the <link href=\"text/shared/02/12100100.xhp\" name=\"Sort Criteria\">Sort Criteria</link> tab, where you can combine several sort criteria. </variable>"
+msgstr "<variable id=\"dialogsortieren\">একের অধিক ডাটা ক্ষেত্র সাজাতে, নির্বাচন করুন <emph>ডাটা - সাজানো</emph>, এরপর নির্বাচন করুন <link href=\"text/shared/02/12100100.xhp\" name=\"Sort Criteria\">সাজানোর শ্রেণীবিভাগ</link> ট্যাব, যেখানে আপনি বহু সাজানোর শ্রেণীবিভাগ মিলিত করতে পারবেন। </variable>"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Demote One Level"
+msgstr "এক স্তর নিচে নামানো"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"hd_id3148983\n"
+"1\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/02/06050000.xhp\" name=\"Demote One Level\">Demote One Level</link></caseinline><defaultinline><link href=\"text/shared/02/06050000.xhp\" name=\"Demote\">Demote</link></defaultinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/02/06050000.xhp\" name=\"Demote One Level\">এক স্তরের নামিয়ে দেয়া</link></caseinline><defaultinline><link href=\"text/shared/02/06050000.xhp\" name=\"Demote\">নামিয়ে দেয়া</link></defaultinline></switchinline>"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3147285\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DecrementLevel\">Moves the selected paragraph down one level in a numbering or bullets hierarchy.</ahelp>"
+msgstr "<ahelp hid=\".uno:DecrementLevel\">সংখ্যায়ন এবং বুলেট স্তরবিন্যাসে নির্বাচিত অনুচ্ছেদে এক স্তর নিচে সরায়।</ahelp>"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3149549\n"
+"4\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The<emph> Demote One Level </emph>icon is on the <emph>Bullets and Numbering</emph> bar, which appears when the cursor is positioned on a numbering or bullets item. </caseinline><caseinline select=\"IMPRESS\">The <emph>Demote </emph>icon is on the <emph>Text Formatting</emph> bar, which appears when working in the outline view. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph> বুলেট এবং নাম্বারিং </emph>বারে <emph>এক স্তর নিচে নামানো</emph> আইকন, যখন কার্সারটিকে বুলেট এবং নাম্বারিং আইটেমে রাখা হয় তখন এটি দেখা যায়। </caseinline><caseinline select=\"IMPRESS\"> <emph>টেক্সট বিন্যাসণ </emph>বারে <emph>নিম্নস্তরে নামানো</emph> বার, আউটলাইন দর্শণে কাজ করার সময় এটি দেখা যায়। </caseinline></switchinline>"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3146957\n"
+"help.text"
+msgid "<image id=\"img_id3143267\" src=\"cmd/sc_outlineright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3143267\">Icon</alt></image>"
+msgstr "<image id=\"img_id3143267\" src=\"cmd/sc_outlineright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3143267\">আইকন</alt></image>"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"par_id3149096\n"
+"3\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Demote One Level </caseinline><defaultinline>Demote</defaultinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">এক স্তর নিচে নামানো </caseinline><defaultinline>নিচে নামানো</defaultinline></switchinline>"
+
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Add Tables"
+msgstr "সারণি যোগ করুন"
+
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"bm_id3154788\n"
+"help.text"
+msgid "<bookmark_value>tables in databases; adding to queries</bookmark_value>"
+msgstr "<bookmark_value>tables in databases; adding to queries</bookmark_value>"
+
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"hd_id3154788\n"
+"1\n"
+"help.text"
+msgid "Add Tables"
+msgstr "সারণি যোগ করুন"
+
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"par_id3152821\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"tabellehinzufuegentext\"><ahelp hid=\"HID_JOINSH_ADDTAB_TABLELIST\" visibility=\"hidden\">Specifies the tables to be inserted into the design window.</ahelp> In the<emph> Add Tables </emph>dialog, select the tables you need for your current task. </variable> When creating a query or a new table presentation, select the corresponding table to which the query or table presentation should refer. When working with relational databases, select the tables between which you want to build relationships."
+msgstr "<variable id=\"tabellehinzufuegentext\"><ahelp hid=\"HID_JOINSH_ADDTAB_TABLELIST\" visibility=\"hidden\">নকশা উইন্ডোতে কোন সারণি সন্নিবেশ করা হবে তা উল্লেখ করে।</ahelp> <emph> সারণি যোগ </emph>ডায়ালগে, আপনার বর্তমান কাজের জন্য প্রয়োজনীয় সারণি নির্বাচন করতে পারেন। </variable> যখন একটি কোয়েরি বা নতুন সারণি উপস্থাপনা তৈরি করছে, তখন এর সম্পর্কিত সারণি নির্বাচন করুন যেখানে কোয়েরি বা সারণি উপস্থাপনা রেফার করা হবে। রিলেশনাল ডাটাবেসের সাথে কাজ করার সময় আপনি কোন সারণির মাঝে সম্পর্ক স্থাপন করতে চান তা নির্বাচন করুন।"
+
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"par_id3149760\n"
+"15\n"
+"help.text"
+msgid "The inserted tables appear in a separate window in the query design or relational windows, along with a list of the fields contained in the table. You can determine the size and order of this window."
+msgstr "প্রবেশিত সারণি, সারণিতে অবস্থিত সব ক্ষেত্রের তালিকা নিয়ে কোয়েরি নকশায় বা সম্পর্কিত উইন্ডোজে একটি আলাদা উইন্ডোতে উপস্থিত হয়। আপনি এই উইন্ডোর আকার এবং ক্রম নির্দেশ করতে পারেন।"
+
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"hd_id3154927\n"
+"5\n"
+"help.text"
+msgid "Table"
+msgstr "সারণি"
+
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"par_id030520091208059\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows only tables.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">শুধু টেবিল দেখানো হয়।</ahelp>"
+
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"par_id0305200912080616\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows only queries.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">শুধু কোয়েরি দেখানো হয়।</ahelp>"
+
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"hd_id3150713\n"
+"9\n"
+"help.text"
+msgid "Table name"
+msgstr "সারণি নাম"
+
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"par_id3156042\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_JOINSH_ADDTAB_TABLELIST\">Lists the available tables.</ahelp> To insert a table, select one from the list and click <emph>Add</emph>. You can also double-click the table name, and a window will be displayed containing the table fields at the top of the query design or the relational window."
+msgstr "<ahelp hid=\"HID_JOINSH_ADDTAB_TABLELIST\">প্রাপ্তিসাধ্য সারণিগুলো তালিকাবদ্ধ করে।</ahelp> একটি সারণি সন্নিবেশ করতে, তালিকা হতে একটি নির্বাচন করুন এবং <emph>যোগ</emph> ক্লিক করুন। আপনি সারণি নামে ডাবল-ক্লিকও করতে পারেন, এবং কোয়েরি নকশার শীর্ষে বা সম্পর্কিত উইন্ডোতে সারণি ক্ষেত্র ধারণকারী একটি উইন্ডো প্রদর্শন করে।"
+
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"hd_id3151226\n"
+"11\n"
+"help.text"
+msgid "Add"
+msgstr "যোগ করা"
+
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"par_id3153683\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"DBACCESS_PUSHBUTTON_DLG_JOIN_TABADD_PB_ADDTABLE\">Inserts the currently selected table.</ahelp>"
+msgstr "<ahelp hid=\"DBACCESS_PUSHBUTTON_DLG_JOIN_TABADD_PB_ADDTABLE\">বর্তমানে নির্বাচিত সারণি সন্নিবেশ করে।</ahelp>"
+
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"hd_id3153527\n"
+"13\n"
+"help.text"
+msgid "Close"
+msgstr "বন্ধ"
+
+#: 14020100.xhp
+msgctxt ""
+"14020100.xhp\n"
+"par_id3156410\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_JOINSH_ADDTAB_CLOSE\">Closes the <emph>Add Tables</emph> dialog.</ahelp>"
+msgstr "<ahelp hid=\"HID_JOINSH_ADDTAB_CLOSE\">বন্ধ করে <emph>সারণি যোগ</emph> ডায়ালগ।</ahelp>"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Form Navigator"
+msgstr "মূলপরিচালক ফরম"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"bm_id3143284\n"
+"help.text"
+msgid "<bookmark_value>controls;arranging in forms</bookmark_value><bookmark_value>forms;Navigator</bookmark_value><bookmark_value>Form Navigator</bookmark_value><bookmark_value>subforms; creating</bookmark_value><bookmark_value>controls; hidden</bookmark_value><bookmark_value>hidden controls in Form Navigator</bookmark_value>"
+msgstr "<bookmark_value>controls;arranging in forms</bookmark_value><bookmark_value>forms;Navigator</bookmark_value><bookmark_value>Form Navigator</bookmark_value><bookmark_value>subforms; creating</bookmark_value><bookmark_value>controls; hidden</bookmark_value><bookmark_value>hidden controls in Form Navigator</bookmark_value>"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"hd_id3143284\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170600.xhp\" name=\"Form Navigator\">Form Navigator</link>"
+msgstr "<link href=\"text/shared/02/01170600.xhp\" name=\"Form Navigator\">মূলপরিচালক ফরম</link>"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3149760\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ShowFmExplorer\">Opens the <emph>Form Navigator</emph>. The <emph>Form Navigator</emph> displays all forms and subforms of the current document with their respective controls.</ahelp>"
+msgstr "<ahelp hid=\".uno:ShowFmExplorer\"> <emph>গঠন ন্যাভিগেটর</emph> খোলে। <emph>গঠন ন্যাভিগেটর</emph> বর্তমান নথির সকল গঠন এবং সাবগঠন তাদের সম্পর্কিত নিয়ন্ত্রণসহ প্রদর্শন করে।</ahelp>"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3147399\n"
+"21\n"
+"help.text"
+msgid "When using several forms, the Form Navigator gives an overview of all forms, and also provides various functions for editing them."
+msgstr "যখন একাধিক গঠন ব্যবহার করছে, গঠন ন্যাভিগেটর সব গঠনের একটি সারসংক্ষেপ দেয়, এবং তাদেরকে সম্পাদনার জন্য বিভিন্ন ফাংশনের যোগান দেয়।"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3155552\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FORM_NAVIGATOR\">The <emph>Form Navigator</emph> contains a list of all created (logical) forms with the corresponding control fields.</ahelp> You can see whether a form contains control fields by the plus sign displayed before the entry. Click the plus sign to open the list of the form elements."
+msgstr "<ahelp hid=\"HID_FORM_NAVIGATOR\"> <emph>ফর্ম ন্যাভিগেটর</emph> সংশ্লিষ্ট নিয়ন্ত্রণ ক্ষেত্র সহ সব তৈরিকৃত (যৌক্তিক) ফর্মের তালিকা ধারণ করে।</ahelp> এন্ট্রির পূর্বে যোগ চিহ্ন দ্বারা একটি ফর্ম নিয়ন্ত্রণ ক্ষেত্র ধারণ করে কি না সেটি আপনি দেখতে পাবেন। ফর্ম উপাদানের তালিকা খুলতে যোগ চীহ্নে ক্লিক করুন।"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3146957\n"
+"4\n"
+"help.text"
+msgid "You can change how the different controls are arranged by dragging and dropping them in the <emph>Form Navigator</emph>. Select one or more controls and drag them into another form. Alternatively use <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+X or the context menu command <emph>Cut</emph> to move a control to the clipboard and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V or the command <emph>Insert</emph> to insert the control into another position."
+msgstr "আপনি <emph>গঠন দিকনির্দেশকে</emph> টেনে এনে ফেলার মাধ্যমে বিভিন্ন নিয়ন্ত্রণকে কিভাবে সাজানো হয় তা পরিবর্তন করতে পারেন। এক বা একাধিক নিয়ন্ত্রণ নির্বাচন করুন এবং এদেরকে আরেকটি গঠনে টেনে আনুন। বিকল্প হিসেবে ব্যবহার করুন <switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+X বা প্রসঙ্গ মেনু কমান্ড <emph>কেটে ফেলা</emph> একটি নিয়ন্ত্রণকে ক্লিপবোর্ডে নিয়ে যেতে এবং <switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V বা কমান্ড <emph>সন্নিবেশ করুন</emph> আরেকটি অবস্থানে নিয়ন্ত্রণটি সরাতে।"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3155892\n"
+"22\n"
+"help.text"
+msgid "To edit the name in the <emph>Form Navigator</emph>, click on the name and enter a new name, or use the command in the context menu."
+msgstr "<emph>গঠন নির্দেশকে</emph> নাম সম্পাদনা করতে, নামের উপর ক্লিক করুন এবং একটি নতুন নাম সন্নিবেশ করুন, বা প্রসঙ্গ মেনুর কমান্ড ব্যবহার করুন।"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3156347\n"
+"5\n"
+"help.text"
+msgid "If you select a control in the <emph>Form Navigator</emph>, the corresponding element is selected in the document."
+msgstr "যদি আপনি <emph>গঠন নির্দেশকে</emph> একটি নিয়ন্ত্রণ নির্বাচন করেন, তবে সম্পর্কিত উপাদান নথিতে নির্বাচিত হবে।"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3153662\n"
+"6\n"
+"help.text"
+msgid "If you call the context menu of a selected entry, the <emph>Form Navigator</emph> offers the following functions:"
+msgstr "যদি আপনি একটি নির্বাচিত এন্ট্রিতে প্রসঙ্গ মেনু ডাকেন, তখন <emph>ফ্রেম ন্যাভিগেটর</emph> নিম্নোক্ত ফাংশন প্রস্তাব করে:"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"hd_id3153252\n"
+"7\n"
+"help.text"
+msgid "New"
+msgstr "নতুন"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3153561\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_NEW\">Adds new elements to the form. The<emph> Add </emph>function can only be called if a form is selected in the <emph>Form Navigator</emph>.</ahelp>"
+msgstr "<ahelp hid=\"SID_FM_NEW\">গঠনে নতুন উপকরণ যোগ করে। <emph> যোগ </emph> ফাংশন তখনই ডাকা হয় যখন গঠনটি <emph>গঠন দিকনির্দেশকে</emph> নির্বাচন করা হয়।</ahelp>"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"hd_id3149763\n"
+"9\n"
+"help.text"
+msgid "Form"
+msgstr "ফরম"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3156117\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_NEW_FORM\">Creates a new form in the document. </ahelp> To create a <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">subform</link>, add the new form under the desired parent form."
+msgstr "<ahelp hid=\"SID_FM_NEW_FORM\">নথিতে নতুন গঠন তৈরি করে। </ahelp> একটি <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">সাবগঠন</link> তৈরি করতে, একটি আকাঙ্খিত অভিভাবক হতে নতুন গঠন যোগ করুন।"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"hd_id3155342\n"
+"11\n"
+"help.text"
+msgid "Hidden Control"
+msgstr "আড়াল নিয়ন্ত্রণ"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3158430\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_NEW_HIDDEN\">Creates a hidden control in the selected form that is not displayed on the screen. A hidden control serves to include data that is transmitted together with the form.</ahelp> It contains additional information or clarifying text that you can specify when creating the form through the <link href=\"text/shared/02/01170101.xhp\" name=\"Special Properties\">Special Properties</link> of the control. Select the entry of the hidden control in the <emph>Form Navigator</emph> and select the <emph>Properties</emph> command."
+msgstr "<ahelp hid=\"SID_FM_NEW_HIDDEN\">নির্বাচিত গঠনে একটি আড়াল নিয়ন্ত্রণ তৈরি করে যা পর্দায় দেখায় না। একটি আড়াল নিয়ন্ত্রণ গঠনের সাথে একত্রে প্রেরিত ডাটা সংযুক্ত করে।</ahelp> এটি অতিরিক্ত তথ্য বা প্রজ্ঞাপিত পাঠ্য ধারণ করে যা আপনি নিয়ন্ত্রণের <link href=\"text/shared/02/01170101.xhp\" name=\"Special Properties\">বিশেষ বৈশিষ্ট্য</link> ব্যবহারের মাধ্যমে তৈরি করছেন। <emph>গঠন দিকনির্দেশকে</emph> আড়াল নিয়ন্ত্রণের এন্ট্রি নির্বাচন করুন এবং <emph>বৈশিষ্ট্য</emph> কমান্ড নির্বাচন করুন।"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3159147\n"
+"19\n"
+"help.text"
+msgid "You can copy controls in the document through the clipboard (shortcut keys <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C for copying and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V for inserting). You can copy hidden controls in the <emph>Form Navigator</emph> by using drag-and-drop while keeping the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key pressed."
+msgstr "আপনি ক্লিপবোর্ডের মাধ্যমে নথির নিয়ন্ত্রণ অনুলিপি করতে পারেন (অনুলিপি করার জন্য শর্টকার্ট কী <switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C এবং সন্নিবেশ করানোর জন্য<switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V। <switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড</caseinline><defaultinline>Ctrl</defaultinline></switchinline> কী চাপা অবস্থায় আপনি টানুন-এবং-ছাড়ুন ব্যবহার করে <emph>ফর্ম ন্যাভিগেটর</emph>এ লুকায়িত নিয়ন্ত্রণ অনুলিপি করতে পারেন।"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3145068\n"
+"20\n"
+"help.text"
+msgid "Drag and drop to copy controls within the same document or between documents. Open another form document and drag the hidden control from the <emph>Form Navigator</emph> into the <emph>Form Navigator</emph> of the target document. Click a visible control directly in the document, rest the mouse for a moment so that a copy of the control is added to the drag-and-drop clipboard, then drag the copy into the other document. If you want a copy in the same document, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while dragging."
+msgstr ""
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"hd_id3152812\n"
+"13\n"
+"help.text"
+msgid "Delete"
+msgstr "মুছে ফেলুন"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3154938\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_DELETE\">Deletes the selected entry.</ahelp> This allows you to delete individual form components as well as whole forms with one mouse click."
+msgstr "<ahelp hid=\"SID_FM_DELETE\">নির্বাচিত এন্ট্রি মুছে ফেলে।</ahelp> এটি আপনাকে একটি মাউস ক্লিকের মাধ্যমে একক গঠন এর সাথে পুরো গঠন মুছে ফেলতে অনুমোদন করে।"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"hd_id3153799\n"
+"15\n"
+"help.text"
+msgid "Tab order"
+msgstr "ট্যাব ক্রম"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3156282\n"
+"16\n"
+"help.text"
+msgid "When a form is selected, it opens the <link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\"><emph>Tab Order</emph></link> dialog, where the indices for focusing the control elements on the Tab key are defined."
+msgstr "যখন একটি গঠন নির্বাচিত হয়, এটি <link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\"><emph>ট্যাব ক্রম</emph></link> ডায়ালগ খোলে, যেখানে ইনডেক্সগুলো সংগায়িত ট্যাব কী এর উপকরণের উপর ফোকাস করে।"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"hd_id3150869\n"
+"23\n"
+"help.text"
+msgid "Rename"
+msgstr "পুনরায় নামকরণ"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3145607\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SID_FM_RENAME_OBJECT\">Renames the selected object.</ahelp>"
+msgstr "<ahelp hid=\"SID_FM_RENAME_OBJECT\">নির্বাচিত বস্তুর পুনরায় নামকরণ করে।</ahelp>"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"hd_id3153194\n"
+"17\n"
+"help.text"
+msgid "Properties"
+msgstr "বৈশিষ্ট্য"
+
+#: 01170600.xhp
+msgctxt ""
+"01170600.xhp\n"
+"par_id3149766\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ShowPropertyBrowser\">Starts the <emph>Properties</emph> dialog for the selected entry.</ahelp> If a form is selected, the <link href=\"text/shared/02/01170200.xhp\" name=\"Form Properties\">Form Properties</link> dialog opens. If a control is selected, the <link href=\"text/shared/02/01170100.xhp\" name=\"Control Properties\">Control Properties</link> dialog opens."
+msgstr "<ahelp hid=\".uno:ShowPropertyBrowser\">নির্বাচিত এন্ট্রির জন্য <emph>বৈশিষ্ট্য</emph> ডায়ালগ খোলে।</ahelp> যদি একটি গঠন নির্বাচন করা হয়, তবে <link href=\"text/shared/02/01170200.xhp\" name=\"Form Properties\">গঠন বৈশিষ্ট্য</link> ডায়ালগ খোলে। যদি একটি নিয়ন্ত্রণ নির্বাচিত হয়, তবে <link href=\"text/shared/02/01170100.xhp\" name=\"Control Properties\">নিয়ন্ত্রণ বৈশিষ্ট্য</link> ডায়ালগ খোলে।"
+
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit File"
+msgstr "ফাইল সম্পাদনা করুন"
+
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"bm_id3153089\n"
+"help.text"
+msgid "<bookmark_value>write protection on/off</bookmark_value><bookmark_value>protected documents</bookmark_value><bookmark_value>documents; read-only</bookmark_value><bookmark_value>read-only documents; editing</bookmark_value><bookmark_value>cursor;in read-only text</bookmark_value><bookmark_value>read-only documents;cursor</bookmark_value><bookmark_value>Edit File icon</bookmark_value>"
+msgstr "<bookmark_value>write protection on/off</bookmark_value><bookmark_value>protected documents</bookmark_value><bookmark_value>documents; read-only</bookmark_value><bookmark_value>read-only documents; editing</bookmark_value><bookmark_value>cursor;in read-only text</bookmark_value><bookmark_value>read-only documents;cursor</bookmark_value><bookmark_value>Edit File icon</bookmark_value>"
+
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"hd_id3148520\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/07070000.xhp\" name=\"Edit File\">Edit File</link>"
+msgstr "<link href=\"text/shared/02/07070000.xhp\" name=\"Edit File\">ফাইল সম্পাদানা করুন</link>"
+
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id3153089\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:EditDoc\" visibility=\"hidden\">Enables you to edit a read-only document or database table.</ahelp> Use the<emph> Edit File</emph> icon to activate or deactivate the edit mode."
+msgstr "<ahelp hid=\".uno:EditDoc\" visibility=\"hidden\">একটি ডাটাবেস সারণি বা শুধু পাঠযোগ্য নথি সম্পাদনায় আপনাকে সক্রিয় করে।</ahelp>সম্পাদনা মোড সক্রিয় বা নিষ্ক্রিয় করতে <emph> ফাইল সম্পাদনা</emph> আইকন ব্যবহার করুন।"
+
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id3145090\n"
+"help.text"
+msgid "<image id=\"img_id3154751\" src=\"cmd/sc_editdoc.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154751\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154751\" src=\"cmd/sc_editdoc.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154751\">আইকন</alt></image>"
+
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id3150694\n"
+"3\n"
+"help.text"
+msgid "Edit File"
+msgstr "ফাইল সম্পাদনা করুন"
+
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id3147576\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_HELP_TEXT_SELECTION_MODE\">You can enable a selection cursor in a read-only text document or in the Help. Choose <emph>Edit - Select Text </emph>or open the context menu of a read-only document and choose <emph>Select Text</emph>. The selection cursor does not blink.</ahelp>"
+msgstr "<ahelp hid=\"HID_HELP_TEXT_SELECTION_MODE\">আপনি শুধু পড়া যায় এমন একটি নথিতে বা সহায়তায় নির্বাচন কার্সারটিকে সক্রিয় করতে পারেন। <emph>সম্পাদনা - পাঠ্য নির্বাচন </emph>নির্বাচন করুন বা একটি শুধু পড়া যায় এমন নথির প্রসঙ্গ মেনু খুলুন এবং<emph>পাঠ্য নির্বাচন</emph> নির্বাচন করুন। নির্বাচন কার্সারটি মিটিমিটি জ্বলে না।</ahelp>"
+
+#: 01170800.xhp
+msgctxt ""
+"01170800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table Element Wizard"
+msgstr "সারণি উপাদান উইজার্ড"
+
+#: 01170800.xhp
+msgctxt ""
+"01170800.xhp\n"
+"hd_id3150620\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170800.xhp\" name=\"Table Element Wizard\">Table Element Wizard</link>"
+msgstr "<link href=\"text/shared/02/01170800.xhp\" name=\"Table Element Wizard\">সারণি উপাদান উইজার্ড</link>"
+
+#: 01170800.xhp
+msgctxt ""
+"01170800.xhp\n"
+"par_id3155354\n"
+"2\n"
+"help.text"
+msgid "If you insert a table control in a document, the <emph>Table Element Wizard</emph> starts automatically. In this wizard, you can interactively specify which information is displayed in the table control."
+msgstr "যদি আপনি একটি নথিতে একটি সারণি নিয়ন্ত্রণ সন্নিবেশ করুন, <emph>সারণি উপাদান উইজার্ড</emph> স্বয়ংক্রিয় ভাবে চালু হয়। এই উইজার্ডে, আপনি সারণিতে কোন তথ্য প্রদর্শন করতে চান তা উল্লেখ করতে পারেন।"
+
+#: 01170800.xhp
+msgctxt ""
+"01170800.xhp\n"
+"par_id3154422\n"
+"13\n"
+"help.text"
+msgid "You can use the <link href=\"text/shared/02/01171100.xhp\" name=\"Wizards On/Off\"><emph>Wizards On/Off</emph></link> icon to keep the wizard from starting automatically."
+msgstr "উইজার্ড স্বয়ংক্রিয় ভাবে শুরু করতে আপনি <link href=\"text/shared/02/01171100.xhp\" name=\"Wizards On/Off\"><emph>উইজার্ড চালু/বন্ধ</emph></link> আইকন ব্যবহার করতে পারেন।"
+
+#: 02040000.xhp
+msgctxt ""
+"02040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text running from left to right"
+msgstr "পাঠ্য বাম থেকে ডানে যাচ্ছে"
+
+#: 02040000.xhp
+msgctxt ""
+"02040000.xhp\n"
+"hd_id3153255\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/02040000.xhp\" name=\"Text running from left to right\">Text running from left to right</link>"
+msgstr "<link href=\"text/shared/02/02040000.xhp\" name=\"Text running from left to right\">পাঠ্য বাম থেকে ডানে যাচ্ছে</link>"
+
+#: 02040000.xhp
+msgctxt ""
+"02040000.xhp\n"
+"par_id3153539\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:TextdirectionLeftToRigh\" visibility=\"visible\">Specifies the horizontal direction of the text.</ahelp>"
+msgstr "<ahelp hid=\".uno:TextdirectionLeftToRigh\" visibility=\"visible\">পাঠ্যর অনুভূমিক গতিপথ উল্লেখ করে।</ahelp>"
+
+#: 02040000.xhp
+msgctxt ""
+"02040000.xhp\n"
+"par_id3147291\n"
+"help.text"
+msgid "<image src=\"cmd/sc_textdirectionlefttoright.png\" id=\"img_id3155805\"><alt id=\"alt_id3155805\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_textdirectionlefttoright.png\" id=\"img_id3155805\"><alt id=\"alt_id3155805\">আইকন</alt></image>"
+
+#: 02040000.xhp
+msgctxt ""
+"02040000.xhp\n"
+"par_id3153749\n"
+"3\n"
+"help.text"
+msgid "Text direction from left to right"
+msgstr "বাম হতে ডানে লেখার দিকবিন্যাস"
+
+#: 24040000.xhp
+msgctxt ""
+"24040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Green"
+msgstr "সবুজ"
+
+#: 24040000.xhp
+msgctxt ""
+"24040000.xhp\n"
+"hd_id3154840\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24040000.xhp\" name=\"Green\">Green</link>"
+msgstr "<link href=\"text/shared/02/24040000.xhp\" name=\"Green\">সবুজ</link>"
+
+#: 24040000.xhp
+msgctxt ""
+"24040000.xhp\n"
+"par_id3143284\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GrafGreen\">Specifies the proportion of green RGB color components for the selected graphic object.</ahelp> Values from -100% (no green) to +100% (full green) are possible."
+msgstr "<ahelp hid=\".uno:GrafGreen\">নির্বাচিত গ্রাফিক বস্তুর জন্য সবুজ RGB রং এর উপকরণের অনুপাত উল্লেখ করে।</ahelp> মান -১০০% (সবুজ নয়) হতে +১০০% (সম্পূর্ণ সবুজ) পর্যন্ত সম্ভব।"
+
+#: 24040000.xhp
+msgctxt ""
+"24040000.xhp\n"
+"par_id3148585\n"
+"help.text"
+msgid "<image id=\"img_id3152594\" src=\"res/sc10866.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152594\">Icon</alt></image>"
+msgstr "<image id=\"img_id3152594\" src=\"res/sc10866.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152594\">আইকন</alt></image>"
+
+#: 24040000.xhp
+msgctxt ""
+"24040000.xhp\n"
+"par_id3156136\n"
+"3\n"
+"help.text"
+msgid "Green"
+msgstr "সবুজ"
+
+#: blockarrows.xhp
+msgctxt ""
+"blockarrows.xhp\n"
+"tit\n"
+"help.text"
+msgid "Block Arrows"
+msgstr "ব্লক তীর"
+
+#: blockarrows.xhp
+msgctxt ""
+"blockarrows.xhp\n"
+"par_idN1055A\n"
+"help.text"
+msgid "<link href=\"text/shared/02/blockarrows.xhp\">Block Arrows</link>"
+msgstr "<link href=\"text/shared/02/blockarrows.xhp\">ব্লক তীর</link>"
+
+#: blockarrows.xhp
+msgctxt ""
+"blockarrows.xhp\n"
+"par_idN1056A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Block Arrows toolbar from which you can insert graphics into your document.</ahelp>"
+msgstr "<ahelp hid=\".\">ব্লক তীর টুলবার খোলে যেখানে আপনি আপনার নথিতে গ্রাফিকস যোগ করতে পারেন।</ahelp>"
+
+#: blockarrows.xhp
+msgctxt ""
+"blockarrows.xhp\n"
+"par_idN1059A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click an icon from the Block Arrows toolbar, then drag in the document to draw the shape.</ahelp>"
+msgstr "<ahelp hid=\".\">ব্লক তীর টুলবার হতে একটি আইকনে ক্লিক করুন, এরপর নথিতে আকার আকঁতে টেনে আনুন।</ahelp>"
+
+#: blockarrows.xhp
+msgctxt ""
+"blockarrows.xhp\n"
+"par_idN1059D\n"
+"help.text"
+msgid "Some shapes have a special handle which you can drag to change properties of the shape. The mouse pointer changes to a hand symbol over these special handles."
+msgstr "কিছু আকারের একটি বিশেষ হ্যান্ডেল আছে যা দিয়ে আপনি আকারের বৈশিষ্ট্যে পরিবর্তন টেনে আনতে পারেন। মাউস পয়েন্টার এইসব বিশেষ হ্যান্ডেলের উপর দিয়ে একটি হাতের প্রতীকে পরিবর্তিত হয়।"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comparison Operators"
+msgstr "তুলনাকারক অপারেটর"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"bm_id3148983\n"
+"help.text"
+msgid "<bookmark_value>comparisons;operators in standard filter dialog</bookmark_value> <bookmark_value>operators;standard filters</bookmark_value> <bookmark_value>standard filters;comparison operators</bookmark_value> <bookmark_value>filters; comparison operators</bookmark_value> <bookmark_value>equal sign, see also operators</bookmark_value>"
+msgstr ""
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"hd_id3148983\n"
+"1\n"
+"help.text"
+msgid "Comparison Operators"
+msgstr "তুলনাকারক অপারেটর"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3155364\n"
+"2\n"
+"help.text"
+msgid "The following comparative operators can be set under <item type=\"menuitem\">Condition</item> in the <item type=\"menuitem\">Standard Filter</item> dialog."
+msgstr ""
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3145313\n"
+"3\n"
+"help.text"
+msgid "<emph>Comparative operator</emph>"
+msgstr ""
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3147089\n"
+"4\n"
+"help.text"
+msgid "<emph>Effect</emph>"
+msgstr ""
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3147209\n"
+"5\n"
+"help.text"
+msgid "Equal (=)"
+msgstr "সমান (=)"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3146797\n"
+"6\n"
+"help.text"
+msgid "Shows values equal to the condition."
+msgstr "এই অবস্থার সমান মান প্রদর্শন করে।"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3143271\n"
+"7\n"
+"help.text"
+msgid "Less than (<)"
+msgstr "অপেক্ষাকৃত ছোট (<)"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3153761\n"
+"8\n"
+"help.text"
+msgid "Shows values less than the condition."
+msgstr "এই অবস্থার কম মান প্রদর্শন করে।"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3146807\n"
+"9\n"
+"help.text"
+msgid "Greater than (>)"
+msgstr "অপেক্ষাকৃত বড় (>)"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3154852\n"
+"10\n"
+"help.text"
+msgid "Shows values greater than the condition."
+msgstr "এই অবস্থার চেয়ে বড় মান প্রদর্শন করে।"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3155342\n"
+"11\n"
+"help.text"
+msgid "Less than or equal to (< =)"
+msgstr "এর অপেক্ষা ছোট বা সমান (< =)"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3154381\n"
+"12\n"
+"help.text"
+msgid "Shows values that are less than or equal to the condition."
+msgstr "এই অবস্থার সমান বা কম মান প্রদর্শন করে।"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3153823\n"
+"13\n"
+"help.text"
+msgid "Greater than or equal to (> =)"
+msgstr "এর অপেক্ষা বড় বা সমান (> =)"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3154143\n"
+"14\n"
+"help.text"
+msgid "Shows values that are greater than or equal to the condition."
+msgstr "এই অবস্থার বড় বা সমান মান প্রদর্শন করে।"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3154811\n"
+"15\n"
+"help.text"
+msgid "Not equal (< >)"
+msgstr "এর সমান নয় (< >)"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3148944\n"
+"16\n"
+"help.text"
+msgid "Shows the values not equal to the condition."
+msgstr "এই অবস্থার মানের সমান নয় এটি প্রদর্শন করে।"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3149669\n"
+"17\n"
+"help.text"
+msgid "Largest"
+msgstr "সর্বাপেক্ষা বড়"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3159413\n"
+"18\n"
+"help.text"
+msgid "Shows the N (numeric value as parameter) largest values."
+msgstr "দেখায় যে N (সংখ্যাসূচক মান পরামিতি হিসেবে) সর্ববৃহৎ মান।"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3151054\n"
+"19\n"
+"help.text"
+msgid "Smallest"
+msgstr "সর্বাপেক্ষা ছোট"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3161657\n"
+"20\n"
+"help.text"
+msgid "Shows the N (numeric value as parameter) smallest values."
+msgstr "দেখায় যে N (সংখ্যাসূচক মান পরামিতি হিসেবে) সর্বকনিষ্ঠ মান।"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3150400\n"
+"21\n"
+"help.text"
+msgid "Largest %"
+msgstr "সর্বাপেক্ষা বড় %"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3161645\n"
+"22\n"
+"help.text"
+msgid "Shows the largest N% (numeric value as parameter) of the total values."
+msgstr "দেখায় যে মোট মানের সর্ববৃহৎ N% (সংখ্যাসূচক মান পরামিতি হিসেবে)।"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3149202\n"
+"23\n"
+"help.text"
+msgid "Smallest %"
+msgstr "সর্বাপেক্ষা ছোট %"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"par_id3151176\n"
+"24\n"
+"help.text"
+msgid "Shows the smallest N% (numeric value as parameter) of the entire values."
+msgstr "দেখায় যে সম্পূর্ণ মানের সর্বকনিষ্ঠ N% (সংখ্যাসূচক মান পরামিতি হিসেবে)।"
+
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Run SQL command directly"
+msgstr "সরাসরি SQL কমান্ড চালানো"
+
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"hd_id3151100\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\">Run SQL command directly</link>"
+msgstr "<link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\">সরাসরি SQL কমান্ড চালানো</link>"
+
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"par_id3155364\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SbaNativeSql\">In Native SQL mode you can enter SQL commands that are not interpreted by $[officename], but are instead passed directly to the data source.</ahelp> If you do not display these changes in the design view, you cannot change back to the design view."
+msgstr "<ahelp hid=\".uno:SbaNativeSql\">নেটিভ SQL মোডে আপনি $[officename] দ্বারা ব্যাখ্যাকৃত নয় এমন SQL কমান্ড সন্নিবেশ করতে পারেন, কিন্তু এর পরিবর্তে সরাসরি ডাটাসোর্সে পাঠানো হয়।</ahelp> যদি আপনি ডিজাইন দর্শনে এই পরিবর্তনগুলো প্রদর্শন না করেন, তবে আপনি পুনরায় ডিজাইন দর্শনে পরিবর্তন করতে পারবেননা।"
+
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"par_id3149999\n"
+"5\n"
+"help.text"
+msgid "For native SQL, the SQL string is forwarded directly to the connected database system without a previous evaluation by $[officename]. For example, if you access a database through an ODBC interface, the SQL string is passed to the ODBC driver and processed by it."
+msgstr "নেটিভ SQL এর জন্য, SQL স্ট্রিং, $[officename] দ্বারা পূর্ব মূল্যায়ন ব্যতীত সংযুক্ত ডাটাবেস সিস্টেমে সরাসরি পাঠানো হয়। উদাহরণস্বরূপ, যদি আপনি ODBC ইন্টারফেস দিয়ে একটি ডাটাবেজে তথ্য নিবেশ করেন বা সন্নিবেশ করেন, তবে SQL স্ট্রিং ODBC ড্রাইভারে পাঠানো হয় এবং এর দ্বারা প্রক্রিয়াজাত করা হয়।"
+
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"par_id3145136\n"
+"help.text"
+msgid "<image id=\"img_id3147226\" src=\"cmd/sc_sbanativesql.png\"><alt id=\"alt_id3147226\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147226\" src=\"cmd/sc_sbanativesql.png\"><alt id=\"alt_id3147226\">আইকন</alt></image>"
+
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"par_id3155893\n"
+"4\n"
+"help.text"
+msgid "Run SQL command directly"
+msgstr "সরাসরি SQL কমান্ড চালানো"
+
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"par_id3155535\n"
+"3\n"
+"help.text"
+msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"New Query Design\">New Query Design</link> are synchronized with the permitted changes through SQL."
+msgstr "স্বাভাবিক মোডে ফিরতে পুনরায় আইকনে ক্লিক করুন, যেখানে পরিবর্তনগুলো <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"New Query Design\">নতুন কোয়েরি নকশায়</link> SQL দ্বারা অনুমোদিত পরিবর্তনের সাথে সন্নিবেশিত থাকে।"
+
+#: 20030000.xhp
+msgctxt ""
+"20030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Zoom"
+msgstr "বড় বা ছোট করে দেখা"
+
+#: 20030000.xhp
+msgctxt ""
+"20030000.xhp\n"
+"bm_id3155619\n"
+"help.text"
+msgid "<bookmark_value>zooming; status bar</bookmark_value>"
+msgstr "<bookmark_value>zooming; status bar</bookmark_value>"
+
+#: 20030000.xhp
+msgctxt ""
+"20030000.xhp\n"
+"hd_id3155619\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/20030000.xhp\" name=\"Zoom\">Zoom</link>"
+msgstr "<link href=\"text/shared/02/20030000.xhp\" name=\"Zoom\">বড় বা ছোট করে দেখা</link>"
+
+#: 20030000.xhp
+msgctxt ""
+"20030000.xhp\n"
+"par_id3148983\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:StateZoom\">Specifies the current page display zoom factor.</ahelp>"
+msgstr "<ahelp hid=\".uno:StateZoom\">বর্তমান পৃষ্ঠার প্রদর্শনীর জুম ফ্যাক্টর ব্যাখ্যা করে।</ahelp>"
+
+#: 20030000.xhp
+msgctxt ""
+"20030000.xhp\n"
+"par_id3150935\n"
+"3\n"
+"help.text"
+msgid "Double-clicking this field opens the <link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Zoom</link> dialog, where you can change the current zoom factor."
+msgstr "এই ক্ষেত্রে ডাবল ক্লিকের মাধ্যমে <link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">জুম</link> ডায়ালগ খোলে, যেখানে আপনি বর্তমান জুম ফ্যাক্টর পরিবর্তন করতে পারেন।"
+
+#: 20030000.xhp
+msgctxt ""
+"20030000.xhp\n"
+"par_id3159194\n"
+"4\n"
+"help.text"
+msgid "Open the context menu on this field to see a selection of available zoom factors."
+msgstr "এই ক্ষেত্রে প্রাপ্তিসাধ্য জুম ফ্যাক্টরের নির্বাচন দেখতে একটি প্রসঙ্গ মেনু খোলে।"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Clear query"
+msgstr "প্রশ্ন, কোয়েরি পরিস্কার করুন"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"hd_id3146946\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/14020000.xhp\" name=\"Clear query\">Clear query</link>"
+msgstr "<link href=\"text/shared/02/14020000.xhp\" name=\"Clear query\">প্রশ্ন, কোয়েরি পরিস্কার করুন</link>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3155934\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DBClearQuery\" visibility=\"visible\">Clears the query and removes all tables from the design window.</ahelp>"
+msgstr "<ahelp hid=\".uno:DBClearQuery\" visibility=\"visible\">কোয়েরি মুছে ফেলে এবং নকশা উইন্ডো হতে সব সারণি সরিয়ে ফেলে।</ahelp>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154422\n"
+"help.text"
+msgid "<image src=\"cmd/sc_dbclearquery.png\" id=\"img_id3149205\"><alt id=\"alt_id3149205\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_dbclearquery.png\" id=\"img_id3149205\"><alt id=\"alt_id3149205\">আইকন</alt></image>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150789\n"
+"3\n"
+"help.text"
+msgid "Clear query"
+msgstr "প্রশ্ন, কোয়েরি পরিস্কার করুন"
+
+#: symbolshapes.xhp
+msgctxt ""
+"symbolshapes.xhp\n"
+"tit\n"
+"help.text"
+msgid "Symbol Shapes"
+msgstr "প্রতীকের আকার"
+
+#: symbolshapes.xhp
+msgctxt ""
+"symbolshapes.xhp\n"
+"par_idN1055A\n"
+"help.text"
+msgid "<link href=\"text/shared/02/symbolshapes.xhp\">Symbol Shapes</link>"
+msgstr "<link href=\"text/shared/02/symbolshapes.xhp\">প্রতীকের আকার</link>"
+
+#: symbolshapes.xhp
+msgctxt ""
+"symbolshapes.xhp\n"
+"par_idN1056A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Symbol Shapes toolbar from which you can insert graphics into your document.</ahelp>"
+msgstr "<ahelp hid=\".\">প্রতীক আকৃতির টুলবার খোলে যেখান থেকে আপনি আপনার নথিতে গ্রাফিকস সন্নিবেশ করতে পারেন।</ahelp>"
+
+#: symbolshapes.xhp
+msgctxt ""
+"symbolshapes.xhp\n"
+"par_idN105EB\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click an icon on the Symbol Shapes toolbar, and then drag in the document to draw the shape.</ahelp>"
+msgstr "<ahelp hid=\".\">প্রতীক আকারের টুলবারে ক্লিক করুন, এবং এরপর নথিতে আকৃতি আঁকার জন্য টেনে নিয়ে আসুন।</ahelp>"
+
+#: symbolshapes.xhp
+msgctxt ""
+"symbolshapes.xhp\n"
+"par_idN1059D\n"
+"help.text"
+msgid "Some shapes have a special handle which you can drag to change the properties of the shape. The mouse pointer changes to a hand symbol over these special handles."
+msgstr "কিছু আকারের একটি বিশেষ হ্যান্ডেল আছে যা দিয়ে আপনি আকারের বৈশিষ্ট্যে পরিবর্তন টেনে আনতে পারেন। মাউস পয়েন্টার এইসব বিশেষ হ্যান্ডেলের উপর দিয়ে একটি হাতের প্রতীকে পরিবর্তিত হয়।"
+
+#: 01170200.xhp
+msgctxt ""
+"01170200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Form Properties"
+msgstr "ফরম বৈশিষ্ট্য"
+
+#: 01170200.xhp
+msgctxt ""
+"01170200.xhp\n"
+"bm_id3147285\n"
+"help.text"
+msgid "<bookmark_value>forms; properties</bookmark_value><bookmark_value>properties; forms</bookmark_value>"
+msgstr "<bookmark_value>forms; properties</bookmark_value><bookmark_value>properties; forms</bookmark_value>"
+
+#: 01170200.xhp
+msgctxt ""
+"01170200.xhp\n"
+"hd_id3147285\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170200.xhp\" name=\"Form Properties\">Form Properties</link>"
+msgstr "<link href=\"text/shared/02/01170200.xhp\" name=\"Form Properties\">ফরম বৈশিষ্ট্য</link>"
+
+#: 01170200.xhp
+msgctxt ""
+"01170200.xhp\n"
+"par_id3147088\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"form\"><ahelp hid=\".uno:FormProperties\" visibility=\"visible\">In this dialog you can specify, among others, the data source and the events for the whole form.</ahelp></variable>"
+msgstr "<variable id=\"form\"><ahelp hid=\".uno:FormProperties\" visibility=\"visible\">এই সংলাপে আপনি পুরো আকারের জন্য অন্যান্য, ডাটা উৎ‍স এবং ইভেন্ট উল্লেখ করতে পারেন।</ahelp></variable>"
+
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Tab Order"
+msgstr "ট্যাব ক্রম"
+
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"hd_id3146959\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\">Tab Order</link>"
+msgstr "<link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\">ট্যাব ক্রম</link>"
+
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"par_id3150347\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"text\"><ahelp hid=\".uno:TabDialog\">In the<emph> Tab Order </emph>dialog you can modify the order in which control fields get the focus when the user presses the tab key.</ahelp></variable>"
+msgstr "<variable id=\"text\"><ahelp hid=\".uno:TabDialog\"><emph> ট্যাব ক্রম </emph> সংলাপে আপনি ক্রম পরিবর্তন করতে পারেন যেখানে ব্যবহারকারী ট্যাব কী চাপ দিলে নিয়ন্ত্রণ ক্ষেত্র ফোকাস পায়।</ahelp></variable>"
+
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"par_id3109850\n"
+"3\n"
+"help.text"
+msgid "If form elements are inserted into a document, <item type=\"productname\">%PRODUCTNAME</item> automatically determines in which order to move from one control to the next when using the Tab key. Every new control added is automatically placed at the end of this series. In the <emph>Tab Order</emph> dialog, you can adapt the order of this series to your individual needs."
+msgstr "যদি আকার উপাদান একটি নথি,এর দিকে ভিতরে ঢোকাওয়া হয়<item type=\"productname\"> %PRODUCTNAME</item> তে স্বয়ংক্রিয়ভাবে নির্ধারণ করে যেটি পরবর্তীতে এক নিয়ন্ত্রণ থেকে চলতে ধারায় ট্যাব কী ব্যবহার করে যখন। প্রতি নতুন নিয়ন্ত্রণ এই ধারাটির প্রান্তে স্বয়ংক্রিয়ভাবে যোগ করা হয়েছিল রাখা হয়েছিল। তে<emph> ট্যাব ধারা</emph> ডায়ালগ, আপনি আপনার স্বতন্ত্র প্রয়োজনে এই ধারাটির অর্ডার গ্রহণ করতে পারেন।"
+
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"par_id3155934\n"
+"12\n"
+"help.text"
+msgid "You can also define the index of a control through its specific properties by entering the desired value under <link href=\"text/shared/02/01170101.xhp\" name=\"Order\"><emph>Order</emph></link> in the <emph>Properties</emph> dialog of the control."
+msgstr "নিয়ন্ত্রনের <emph>বৈশিষ্ট্যাবলী</emph> সংলাপের <link href=\"text/shared/02/01170101.xhp\" name=\"Order\"><emph>ক্রমের</emph></link>অভ্যন্তরে কাঙ্খিত মান সন্নিবেশ করিয়ে আপনি একটি নিয়ন্ত্রনের ইনডেক্স ও এর সুনির্দিষ্ট বৈশিষ্ট্যাবলীর মাধ্যমে সংজ্ঞায়িত করতে পারেন।"
+
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"par_id3149760\n"
+"13\n"
+"help.text"
+msgid "A radio button inside a group can only be accessed by the Tab key when one of the radio buttons is set to \"selected\". If you have designed a group of radio buttons where no button is set to \"selected\", then the user will not be able to access the group or any of the radio buttons by keyboard."
+msgstr "যখন যেকোনো একটি রেডিও বোতাম \"নির্বাচিত\" অবস্থায় নির্ধারণ করা হবে তখন দলের একটি রেডিও বোতামে ট্যাব কী এর মাধ্যমে সন্নিবেশ করা যাবে। যদি আপনার একটি গ্রুপগত রেডিও বোতাম ডিজাইন করেন যেখানে কোনো বোতাম \"নির্বাচিত\" অবস্থায় নির্ধারণ করা হয়নি, তখন ব্যবহারকারী কিবোর্ডের মাধ্যমে দলে অথবা যেকোনো রেডিও বোতাম সন্নিবেশ করতে সক্ষম হবেন না।"
+
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"hd_id3149140\n"
+"4\n"
+"help.text"
+msgid "Controls"
+msgstr "নিয়ন্ত্রণ"
+
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"par_id3150789\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TABORDER_CONTROLS\">Lists all controls in the form. These controls can be selected with the tab key in the given order from top to bottom.</ahelp> Select a control from the <emph>Controls </emph>list to assign the desired position in the tab order."
+msgstr "<ahelp hid=\"HID_TABORDER_CONTROLS\">ফর্মে সব নিয়ন্ত্রণ তালিকাভূক্ত করুন। এই নিয়ন্ত্রণ ট্যাব কী এর মাধ্যমে উপর থেকে নীচ পর্যন্ত প্রদত্ত ক্রমে নির্বাচিত করা যাবে।</ahelp> ট্যাব ক্রমে কাঙ্খিত অবস্থান বরাদ্দ করতে<emph>নিয়ন্ত্রণ </emph> তালিকা থেকে একটি নিয়ন্ত্রণ নির্বাচন করুন।"
+
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"hd_id3153750\n"
+"6\n"
+"help.text"
+msgid "Move Up"
+msgstr "উপরে সরানো"
+
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"par_id3154751\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_TAB_ORDER_PB_MOVE_UP\">Click the<emph> Move Up</emph> button to shift the selected control one position higher in the tab order.</ahelp>"
+msgstr "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_TAB_ORDER_PB_MOVE_UP\">ট্যাব ক্রমে নির্বাচিত নিয়ন্ত্রণকে একধাপ উপরে সরাতে<emph> উপরে সরানো</emph> বোতামে ক্লিক করুন।</ahelp>"
+
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"hd_id3155339\n"
+"8\n"
+"help.text"
+msgid "Move Down"
+msgstr "নিচে সরানো"
+
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"par_id3154823\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_TAB_ORDER_PB_MOVE_DOWN\">Click the<emph> Move Down</emph> button to shift the selected control one position lower in the tab order.</ahelp>"
+msgstr "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_TAB_ORDER_PB_MOVE_DOWN\">ট্যাব ক্রমে নির্বাচিত নিয়ন্ত্রণকে একধাপ নিচে নামাতে<emph>নিচে নামানো</emph> বোতামে ক্লিক করুন।</ahelp>"
+
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"hd_id3154288\n"
+"10\n"
+"help.text"
+msgid "Automatic Sort"
+msgstr "স্বয়ংক্রিয় সাজানো"
+
+#: 01170300.xhp
+msgctxt ""
+"01170300.xhp\n"
+"par_id3153748\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_TAB_ORDER_PB_AUTO_ORDER\">Click the<emph> Automatic Sort</emph> button to automatically sort the controls according to their position in the document.</ahelp>"
+msgstr "<ahelp hid=\"SVX_PUSHBUTTON_RID_SVXDLG_TAB_ORDER_PB_AUTO_ORDER\">নথিতে নিয়ন্ত্রণগুলোকে তাদের নিজ নিজ অবস্থা অনুযায়ী সাজাতে<emph> স্বয়ংক্রিয় সাজানো</emph>বোতামে ক্লিক করুন। </ahelp>"
+
+#: 24080000.xhp
+msgctxt ""
+"24080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Gamma"
+msgstr "গামা, গ্রিক বর্ণমালার তৃতীয় বর্ণ"
+
+#: 24080000.xhp
+msgctxt ""
+"24080000.xhp\n"
+"hd_id3154100\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24080000.xhp\" name=\"Gamma\">Gamma</link>"
+msgstr "<link href=\"text/shared/02/24080000.xhp\" name=\"Gamma\">গামা, গ্রিক বর্ণমালার তৃতীয় বর্ণ</link>"
+
+#: 24080000.xhp
+msgctxt ""
+"24080000.xhp\n"
+"par_id3154873\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GrafGamma\">Specifies the gamma value for the view of the selected object, which affects the brightness of the midtone values.</ahelp> Values from 0.10 (minimum Gamma) to 10 (maximum Gamma) are possible."
+msgstr "<ahelp hid=\".uno:GrafGamma\">নির্বাচিত বস্তুর জন্য গামা মান উল্লেখ করে, কোন মানটি মধ্যবর্তী মানের উজ্জ্বলতাকে প্রভাবিত করে।</ahelp> মান ০.১০ (সর্বনিম্ন গামা) হতে ১০ (সর্বোচ্চ গামা) পর্যন্ত সম্ভব।"
+
+#: 24080000.xhp
+msgctxt ""
+"24080000.xhp\n"
+"par_id3149760\n"
+"help.text"
+msgid "<image id=\"img_id3159194\" src=\"res/sc10868.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3159194\">Icon</alt></image>"
+msgstr "<image id=\"img_id3159194\" src=\"res/sc10868.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3159194\">আইকন</alt></image>"
+
+#: 24080000.xhp
+msgctxt ""
+"24080000.xhp\n"
+"par_id3149798\n"
+"3\n"
+"help.text"
+msgid "Gamma"
+msgstr "গামা, গ্রিক বর্ণমালার তৃতীয় বর্ণ"
+
+#: 01170003.xhp
+msgctxt ""
+"01170003.xhp\n"
+"tit\n"
+"help.text"
+msgid "Special Tips for Date Fields"
+msgstr "তারিখ ক্ষেত্রের জন্য বিশেষ পরামর্শ"
+
+#: 01170003.xhp
+msgctxt ""
+"01170003.xhp\n"
+"bm_id3150445\n"
+"help.text"
+msgid "<bookmark_value>date fields; properties</bookmark_value>"
+msgstr "<bookmark_value>date fields; properties</bookmark_value>"
+
+#: 01170003.xhp
+msgctxt ""
+"01170003.xhp\n"
+"hd_id3150445\n"
+"77\n"
+"help.text"
+msgid "Special Tips for Date Fields"
+msgstr "তারিখ ক্ষেত্রের জন্য বিশেষ পরামর্শ"
+
+#: 01170003.xhp
+msgctxt ""
+"01170003.xhp\n"
+"par_id3154230\n"
+"75\n"
+"help.text"
+msgid "When you enter a year using two digits, the corresponding four digit value is determined by a setting in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - General</emph>. For example, if 1935 is set as the lower limiting value and you enter 34 as a date value, then the result is 2034 instead of 1934."
+msgstr ""
+
+#: 01170003.xhp
+msgctxt ""
+"01170003.xhp\n"
+"par_id3149205\n"
+"76\n"
+"help.text"
+msgid "The pre-set limit value will be saved for each document."
+msgstr "প্রতিটি নথিতে প্রি-সেট লিমিট ভ্যালু সংরক্ষিত হবে।"
+
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Graphics Mode"
+msgstr "গ্রাফিক মোড"
+
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"hd_id3149762\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24020000.xhp\" name=\"Graphics Mode\">Graphics Mode</link>"
+msgstr "<link href=\"text/shared/02/24020000.xhp\" name=\"Graphics Mode\">গ্রাফিক মোড</link>"
+
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"par_id3150255\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GrafMode\">Lists view attributes for the selected graphic object. The embedded or linked graphic object in the current file will not be changed, only the view of the object.</ahelp>"
+msgstr "<ahelp hid=\".uno:GrafMode\">নির্বাচিত গ্রাফিক বস্তুর জন্য প্রদর্শন বৈশিষ্ট্য তালিকাবদ্ধ করে। বর্তমান ফাইলের গ্রোথিত বা লিংককৃত বস্তু পরিবর্তিত হবে না, শুধু বস্তুর দর্শন পরিবর্তন হবে।</ahelp>"
+
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"par_id3150275\n"
+"help.text"
+msgid "<image id=\"img_id3154515\" src=\"res/helpimg/zellvor.png\" width=\"1.4098inch\" height=\"0.2799inch\" localize=\"true\"><alt id=\"alt_id3154515\">Cell Styles</alt></image>"
+msgstr "<image id=\"img_id3154515\" src=\"res/helpimg/zellvor.png\" width=\"1.4098inch\" height=\"0.2799inch\" localize=\"true\"><alt id=\"alt_id3154515\">ঘর ধরন</alt></image>"
+
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"par_id3150771\n"
+"3\n"
+"help.text"
+msgid "Graphics mode"
+msgstr "গ্রাফিক মোড"
+
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"hd_id3155262\n"
+"4\n"
+"help.text"
+msgid "Default"
+msgstr "পূর্বনির্ধারিত"
+
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"par_id3155434\n"
+"5\n"
+"help.text"
+msgid "The view of the graphic object is not changed."
+msgstr "গ্রাফিক বস্তুর প্রদর্শন পরিবর্তিত হয়নি।"
+
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"hd_id3147574\n"
+"6\n"
+"help.text"
+msgid "Grayscale"
+msgstr "ধূসর বা ছাই রঙা, গ্রেস্কেল"
+
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"par_id3153760\n"
+"7\n"
+"help.text"
+msgid "The graphic object is shown in grayscale. A color graphic object can become monochrome in grayscale. You can also use the color sliders to apply a uniform color to the monochrome graphic object."
+msgstr "গ্রাফিক বস্তুকে গ্রেস্কেলে দেখানো হয়। একটি রং গ্রাফিক বস্তু গ্রস্কেলে এক রঙা হয়ে যেতে পারে। আপনি এক রঙা গ্রাফিক বস্তুতে একটি পোষাকী রং প্রয়োগ করতে রং এর স্লাইডার ব্যবহার করতে পারে।"
+
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"hd_id3151246\n"
+"8\n"
+"help.text"
+msgid "Black and White"
+msgstr "কালো এবং সাদা"
+
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"par_id3153062\n"
+"9\n"
+"help.text"
+msgid "The graphic object is shown in black and white. All brightness values below 50% will appear black, all over 50% will appear white."
+msgstr "গ্রাফিক বস্তুকে সাদা কালোতে দেখানো হয়। সকল উজ্জ্বলতা মান যা ৫০% এর নিচে তা কালো হিসেবে উপস্থিত হবে, ৫০% এর উপরে সাদা হিসেবে উপস্থিত হবে।"
+
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"hd_id3146795\n"
+"10\n"
+"help.text"
+msgid "Watermark"
+msgstr "জলছাপ"
+
+#: 24020000.xhp
+msgctxt ""
+"24020000.xhp\n"
+"par_id3149670\n"
+"11\n"
+"help.text"
+msgid "The graphic object is raised in brightness and reduced in contrast so that it can be used in the background as a watermark."
+msgstr "গ্রাফিক বস্তুটির উজ্জ্বলতা বাড়ানো হয় এবং বৈশাদৃশ্য কমানো হয় যাতে করে এটিকে একটি জলছাপ হিসেবে পটভূমিতে ব্যবহার করা যায়।"
+
+#: 14020200.xhp
+msgctxt ""
+"14020200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Switch Design View On / Off"
+msgstr "ডিজাইন প্রদর্শন সুইচ চালু/বন্ধ"
+
+#: 14020200.xhp
+msgctxt ""
+"14020200.xhp\n"
+"hd_id3159411\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/14020200.xhp\" name=\"Switch Design View On / Off\">Switch Design View On / Off</link>"
+msgstr "<link href=\"text/shared/02/14020200.xhp\" name=\"Switch Design View On / Off\">ডিজাইন প্রদর্শন সুইচ চালু/বন্ধ</link>"
+
+#: 14020200.xhp
+msgctxt ""
+"14020200.xhp\n"
+"par_id3149495\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DBChangeDesignMode\">Displays the design view or the SQL view of the query.</ahelp>"
+msgstr "<ahelp hid=\".uno:DBChangeDesignMode\">ডিজাইন দর্শন বা SQL কোয়েরি প্রদর্শন করে।</ahelp>"
+
+#: 14020200.xhp
+msgctxt ""
+"14020200.xhp\n"
+"par_id3149140\n"
+"help.text"
+msgid "<image id=\"img_id3152918\" src=\"cmd/sc_dbchangedesignmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152918\">Icon</alt></image>"
+msgstr "<image id=\"img_id3152918\" src=\"cmd/sc_dbchangedesignmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152918\">আইকন</alt></image>"
+
+#: 14020200.xhp
+msgctxt ""
+"14020200.xhp\n"
+"par_id3147399\n"
+"3\n"
+"help.text"
+msgid "Switch Design View On / Off"
+msgstr "ডিজাইন প্রদর্শন সুইচ চালু/বন্ধ"
+
+#: 24090000.xhp
+msgctxt ""
+"24090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Transparency"
+msgstr "স্বচ্ছতা"
+
+#: 24090000.xhp
+msgctxt ""
+"24090000.xhp\n"
+"hd_id3159411\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/24090000.xhp\" name=\"Transparency\">Transparency</link>"
+msgstr "<link href=\"text/shared/02/24090000.xhp\" name=\"Transparency\">স্বচ্ছতা</link>"
+
+#: 24090000.xhp
+msgctxt ""
+"24090000.xhp\n"
+"par_id3150445\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:GrafTransparence\">Specifies the transparency in the graphic object.</ahelp> Values from 0% (fully opaque) to +100% (fully transparent) are possible."
+msgstr "<ahelp hid=\".uno:GrafTransparence\">গ্রাফিক বস্তুর স্বচ্ছতা উল্লেখ করে।</ahelp> মান 0% (fully opaque) হতে +100% (fully transparent) পর্যন্ত সম্ভব।"
+
+#: 24090000.xhp
+msgctxt ""
+"24090000.xhp\n"
+"par_id3154116\n"
+"help.text"
+msgid "<image id=\"img_id3152372\" src=\"res/sc10869.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152372\">Icon</alt></image>"
+msgstr "<image id=\"img_id3152372\" src=\"res/sc10869.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152372\">আইকন</alt></image>"
+
+#: 24090000.xhp
+msgctxt ""
+"24090000.xhp\n"
+"par_id3156302\n"
+"3\n"
+"help.text"
+msgid "Transparency"
+msgstr "স্বচ্ছতা"
+
+#: 19090000.xhp
+msgctxt ""
+"19090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "HTML Source"
+msgstr "HTML উৎস"
+
+#: 19090000.xhp
+msgctxt ""
+"19090000.xhp\n"
+"bm_id3154788\n"
+"help.text"
+msgid "<bookmark_value>HTML documents;source text</bookmark_value>"
+msgstr "<bookmark_value>HTML documents;source text</bookmark_value>"
+
+#: 19090000.xhp
+msgctxt ""
+"19090000.xhp\n"
+"hd_id3154788\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/19090000.xhp\" name=\"HTML Source\">HTML Source</link>"
+msgstr "<link href=\"text/shared/02/19090000.xhp\" name=\"HTML Source\">HTML উৎস</link>"
+
+#: 19090000.xhp
+msgctxt ""
+"19090000.xhp\n"
+"par_id3156183\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SourceView\">Displays the source text of the current HTML document. To view the HTML source of a new document, you must first save the new document as an HTML document.</ahelp>"
+msgstr "<ahelp hid=\".uno:SourceView\">বর্তমান HTML নথির উৎস পাঠ্য প্রদর্শন করে। নতুন নথির HTML উৎস দেখতে, আপনাকে প্রথমে নতুন নথিটিকে HTML নথি হিসেবে সংরক্ষণ করতে হবে।</ahelp>"
+
+#: 19090000.xhp
+msgctxt ""
+"19090000.xhp\n"
+"par_id3149760\n"
+"3\n"
+"help.text"
+msgid "In HTML Source mode, you can view and edit the <link href=\"text/shared/00/00000002.xhp#tags\" name=\"tags\">tags</link> of <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link>. Save the document as a plain text document. Assign an .html or .htm extension to designate the document as HTML."
+msgstr "HTML সোর্স মোডে, আপনি দেখতে এবং সম্পাদনা করতে পারেন <link href=\"text/shared/00/00000002.xhp#tags\" name=\"tags\">ট্যাগ</link> <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">এইচটিএমএলের</link>। পাঠ্যটিকে সরল পাঠ্য নথি হিসেবে সংরক্ষণ করুন। একটি নথিকে HTML হিসেবে উপস্থাপন করতে একটি .html বা .htm বর্ধিতাংশ নিযুক্ত করুন।"
+
+#: 06110000.xhp
+msgctxt ""
+"06110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Move Down"
+msgstr "নিচে সরানো"
+
+#: 06110000.xhp
+msgctxt ""
+"06110000.xhp\n"
+"hd_id3148520\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/06110000.xhp\" name=\"Move Down\">Move Down</link>"
+msgstr "<link href=\"text/shared/02/06110000.xhp\" name=\"Move Down\">নিচে সরানো</link>"
+
+#: 06110000.xhp
+msgctxt ""
+"06110000.xhp\n"
+"par_id3154228\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:MoveDown\">Positions the selected paragraph after the one below it.</ahelp>"
+msgstr "<ahelp hid=\".uno:MoveDown\">এক এইটি উপরের পরে নির্বাচিত অনুচ্ছেদ অবস্থানে রাখে।</ahelp>"
+
+#: 06110000.xhp
+msgctxt ""
+"06110000.xhp\n"
+"par_id3158405\n"
+"5\n"
+"help.text"
+msgid "If you have numbered paragraphs and click the<emph> Move Down </emph>icon, the numbers will be adjusted to the current order. <switchinline select=\"appl\"><caseinline select=\"WRITER\">The <emph>Move Down </emph>icon is only visible when the cursor is positioned in a bulleted or numbered list. </caseinline></switchinline><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">The <emph>Move Down </emph>icon appears on the <emph>Text Formatting</emph> Bar when you use the outline view. </caseinline></switchinline>"
+msgstr "যদি আপনার সংখ্যাচিহ্নিত অনুচ্ছেদ থাকে এবং<emph> নিচে নামানো </emph> আইকনে ক্লিক করেন, তবে নাম্বারটি বর্তমান ক্রমের সাথে সামঞ্জস্যপূর্ণ হয়। <switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>নিচে নামানো </emph> আইকনটি তখন দৃশ্যমান হয় যখন কার্সারটি বুলেট বা নাম্বারকৃত তালিকায় রাখা হয়।</caseinline></switchinline><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">যখন আপনি আউটলাইন দর্শন ব্যবহার করেন, তখন <emph>টেক্সট বিন্যাসণ </emph>বারে <emph>নিচে নামানো</emph> আইকনটি দেখা যায়।</caseinline></switchinline>"
+
+#: 06110000.xhp
+msgctxt ""
+"06110000.xhp\n"
+"par_id3149751\n"
+"4\n"
+"help.text"
+msgid "This function can be called by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Down Arrow."
+msgstr "এই ফাংশনটি <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Down Arrow চেপে ডাকা যায়।"
+
+#: 06110000.xhp
+msgctxt ""
+"06110000.xhp\n"
+"par_id3156426\n"
+"help.text"
+msgid "<image id=\"img_id3153577\" src=\"cmd/sc_outlinedown.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153577\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153577\" src=\"cmd/sc_outlinedown.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153577\">আইকন</alt></image>"
+
+#: 06110000.xhp
+msgctxt ""
+"06110000.xhp\n"
+"par_id3145212\n"
+"3\n"
+"help.text"
+msgid "Move Down"
+msgstr "নিচে সরানো"
+
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data to Fields"
+msgstr "ক্ষেত্রে ডাটা, তথ্য"
+
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"hd_id3149031\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12080000.xhp\" name=\"Data to Fields\">Data to Fields</link>"
+msgstr "<link href=\"text/shared/02/12080000.xhp\" name=\"Data to Fields\">ক্ষেত্রে ডাটা, তথ্য</link>"
+
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"par_id3150476\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DataSourceBrowser/InsertContent\">Updates the contents of the existing database fields by the marked records.</ahelp> The <emph>Data to Fields </emph>icon is only available if the current document is a text document."
+msgstr "<ahelp hid=\".uno:DataSourceBrowser/InsertContent\">চিহ্নিত রেকর্ড দিয়ে উপস্থিত ডাটাবেসের উপাদানগুলোকে হালনাগাদ করে।</ahelp> যদি বর্তমান নথিটি একটি পাঠ্য নথি হয় তবে শুধু তখনই <emph>ক্ষেত্র হতে ডাটা </emph> আইকনটি পাওয়া যায়।"
+
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"par_id3149205\n"
+"help.text"
+msgid "<image id=\"img_id3154398\" src=\"cmd/sc_dsbinsertcontent.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154398\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154398\" src=\"cmd/sc_dsbinsertcontent.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154398\">আইকন</alt></image>"
+
+#: 12080000.xhp
+msgctxt ""
+"12080000.xhp\n"
+"par_id3145669\n"
+"3\n"
+"help.text"
+msgid "Data to Fields"
+msgstr "ক্ষেত্রে ডাটা, তথ্য"
+
+#: 10010000.xhp
+msgctxt ""
+"10010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Previous Page"
+msgstr "পূর্বের পৃষ্ঠা"
+
+#: 10010000.xhp
+msgctxt ""
+"10010000.xhp\n"
+"hd_id3154228\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/10010000.xhp\" name=\"Previous Page\">Previous Page</link>"
+msgstr "<link href=\"text/shared/02/10010000.xhp\" name=\"Previous Page\">পূর্বের পৃষ্ঠা</link>"
+
+#: 10010000.xhp
+msgctxt ""
+"10010000.xhp\n"
+"par_id3150445\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:PreviousPage\" visibility=\"visible\">Moves back to the previous page in the document.</ahelp> This function is only active when you select the <emph>Page Preview</emph> function on the <emph>File</emph> menu."
+msgstr "<ahelp hid=\".uno:PreviousPage\" visibility=\"visible\">নথির পূর্বের পৃষ্ঠায় ফিরে যায়।</ahelp> এই ফাংশন তখনই সক্রিয় হয় যখন আপনি <emph>ফাইল</emph> মেনুতে <emph>পৃষ্ঠার প্রাকদর্শন</emph> ফাংশন নির্বাচন করেন।"
+
+#: 10010000.xhp
+msgctxt ""
+"10010000.xhp\n"
+"par_id3155552\n"
+"help.text"
+msgid "<image src=\"cmd/sc_pageup.png\" id=\"img_id3145090\"><alt id=\"alt_id3145090\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_pageup.png\" id=\"img_id3145090\"><alt id=\"alt_id3145090\">আইকন</alt></image>"
+
+#: 10010000.xhp
+msgctxt ""
+"10010000.xhp\n"
+"par_id3147577\n"
+"3\n"
+"help.text"
+msgid "Previous Page"
+msgstr "পূর্বের পৃষ্ঠা"
+
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Bullets On/Off"
+msgstr "বুলেট চালু/বন্ধ"
+
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"hd_id3154228\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/06120000.xhp\" name=\"Bullets On/Off\">Bullets On/Off</link>"
+msgstr "<link href=\"text/shared/02/06120000.xhp\" name=\"Bullets On/Off\">বুলেট চালু/বন্ধ</link>"
+
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"par_id3148520\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DefaultBullet\">Assigns bullet points to the selected paragraphs, or removes them from bulleted paragraphs.</ahelp>"
+msgstr "<ahelp hid=\".uno:DefaultBullet\">নির্বাচিত অনুচ্ছেদে বুলেট নিযুক্ত করে, বা অনুচ্ছেদ থেকে বুলেট তুলে ফেলে।</ahelp>"
+
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"par_id3155150\n"
+"6\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Bullet options such as type and position are defined in the <link href=\"text/shared/01/06050000.xhp\" name=\"Bullets and Numbering\"><emph>Bullets and Numbering</emph></link> dialog. To open this dialog, click the <emph>Bullets and Numbering</emph> icon on the <link href=\"text/swriter/main0206.xhp\" name=\"Bullets and Numbering Bar\">Bullets and Numbering Bar</link></caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">বুলেট অপশন যেমন ধরন এবং অবস্থান <link href=\"text/shared/01/06050000.xhp\" name=\"Bullets and Numbering\"><emph>বুলেট এবং নাম্বারিং</emph></link> ডায়ালগে নির্ধারিত হয়। ডায়ালগটি খুলতে, <link href=\"text/swriter/main0206.xhp\" name=\"Bullets and Numbering Bar\">বুলেট এবং নাম্বারিং বারে</link><emph>বুলেট এবং নাম্বারিং</emph> আইকনে ক্লিক করুন।</caseinline></switchinline>"
+
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"par_id3145669\n"
+"8\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Bullet options such as type and position are defined in the <link href=\"text/shared/01/06050000.xhp\" name=\"Bullets and Numbering\">Bullets and Numbering</link> dialog. To open this dialog, click the <emph>Bullets and Numbering</emph> icon on the <emph>Text Formatting</emph> Bar. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">বুলেট অপশন যেমন ধরন এবং অবস্থান <link href=\"text/shared/01/06050000.xhp\" name=\"Bullets and Numbering\">বুলেট এবং নাম্বারিং</link> ডায়ালগে উল্লেখ করা হয়েছে। ডায়ালগ খুলতে, <emph>টেক্সট বিন্যাসণ</emph> বারে <emph>বুলেট এবং নাম্বারিং</emph> বারে ক্লিক করুন। </caseinline></switchinline>"
+
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"par_id3147576\n"
+"3\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">In the <link href=\"text/swriter/01/03120000.xhp\" name=\"Web Layout\">Web Layout</link>, some numbering/bullet options are not available. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"> <link href=\"text/swriter/01/03120000.xhp\" name=\"Web Layout\">ওয়েব বিন্যাস বা লেআউটে</link>, কিছু সংখ্যায়ন/বুলেট প্রাপ্তিসাধ্য নয়। </caseinline></switchinline>"
+
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"par_id3154317\n"
+"5\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">The distance between the text and the left text frame and the position of the bullets can be determined in the dialog under <link href=\"text/shared/01/05030100.xhp\" name=\"Format - Paragraph\"><emph>Format - Paragraph</emph></link> by entering the left indent and the first-line indent. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">ডায়ালগে, পাঠ্য এবং পাঠ্যর বাম ফ্রেমের মধ্যবর্তী দূরত্ব নির্ধারণ করতে এবং বুলেটের অবস্থান নির্ধারণ করতে <link href=\"text/shared/01/05030100.xhp\" name=\"Format - Paragraph\"><emph>বিন্যাস - অনুচ্ছেদ</emph></link> এর অধীনে বাম ইনডেন্ট এবং প্রথম-লাইন ইনডেন্ট সন্নিবেশ করুন।</caseinline></switchinline>"
+
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"par_id3150355\n"
+"help.text"
+msgid "<image id=\"img_id3157909\" src=\"cmd/sc_defaultbullet.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3157909\">Icon</alt></image>"
+msgstr "<image id=\"img_id3157909\" src=\"cmd/sc_defaultbullet.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3157909\">আইকন</alt></image>"
+
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"par_id3149233\n"
+"4\n"
+"help.text"
+msgid "Bullets On/Off"
+msgstr "বুলেট চালু/বন্ধ"
+
+#: 01171200.xhp
+msgctxt ""
+"01171200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Display Grid"
+msgstr "প্রদর্শন গ্রিড"
+
+#: 01171200.xhp
+msgctxt ""
+"01171200.xhp\n"
+"hd_id3150476\n"
+"1\n"
+"help.text"
+msgid "Display Grid"
+msgstr "প্রদর্শন গ্রিড"
+
+#: 01171200.xhp
+msgctxt ""
+"01171200.xhp\n"
+"par_id3153750\n"
+"help.text"
+msgid "<image id=\"img_id3153049\" src=\"cmd/sc_gridvisible.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153049\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153049\" src=\"cmd/sc_gridvisible.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153049\">আইকন</alt></image>"
+
+#: 01171200.xhp
+msgctxt ""
+"01171200.xhp\n"
+"par_id3155536\n"
+"4\n"
+"help.text"
+msgid "Display Grid"
+msgstr "প্রদর্শন গ্রিড"
+
+#: 02050000.xhp
+msgctxt ""
+"02050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text running from top to bottom"
+msgstr "পাঠ্য শীর্ষ হতে নিম্নে যাচ্ছে"
+
+#: 02050000.xhp
+msgctxt ""
+"02050000.xhp\n"
+"hd_id3149119\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/02050000.xhp\" name=\"Text running from top to bottom\">Text running from top to bottom</link>"
+msgstr "<link href=\"text/shared/02/02050000.xhp\" name=\"Text running from top to bottom\">পাঠ্য শীর্ষ হতে নিম্নে যাচ্ছে</link>"
+
+#: 02050000.xhp
+msgctxt ""
+"02050000.xhp\n"
+"par_id3153089\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:TextdirectionTopToBotto\" visibility=\"visible\">Specifies the vertical direction of the text.</ahelp>"
+msgstr "<ahelp hid=\".uno:TextdirectionTopToBotto\" visibility=\"visible\">পাঠ্যর উল্লম্ব নির্দেশনা ব্যাখ্যা করে।</ahelp>"
+
+#: 02050000.xhp
+msgctxt ""
+"02050000.xhp\n"
+"par_id3154186\n"
+"help.text"
+msgid "<image src=\"cmd/sc_textdirectiontoptobottom.png\" id=\"img_id3154927\"><alt id=\"alt_id3154927\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_textdirectiontoptobottom.png\" id=\"img_id3154927\"><alt id=\"alt_id3154927\">আইকন</alt></image>"
+
+#: 02050000.xhp
+msgctxt ""
+"02050000.xhp\n"
+"par_id3149827\n"
+"3\n"
+"help.text"
+msgid "Text direction from top to bottom"
+msgstr "উপর থেকে নিচে লেখার দিকবিন্যাস"
+
+#: 14040000.xhp
+msgctxt ""
+"14040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Functions"
+msgstr "ফাংশন"
+
+#: 14040000.xhp
+msgctxt ""
+"14040000.xhp\n"
+"hd_id3153514\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">Functions</link>"
+msgstr "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">ফাংশন</link>"
+
+#: 14040000.xhp
+msgctxt ""
+"14040000.xhp\n"
+"par_id3159224\n"
+"2\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the \"Function\" row in the lower part of the design view of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link> window.</ahelp>"
+msgstr "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\"><link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">কোয়েরি নকশার</link> উইন্ডোতে নিম্ন অংশে \"ফাংশন\" সারি নকশা দর্শনে প্রদর্শন করে।</ahelp>"
+
+#: 14040000.xhp
+msgctxt ""
+"14040000.xhp\n"
+"par_id3149205\n"
+"help.text"
+msgid "<image src=\"cmd/sc_dbviewfunctions.png\" id=\"img_id3154399\"><alt id=\"alt_id3154399\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_dbviewfunctions.png\" id=\"img_id3154399\"><alt id=\"alt_id3154399\">আইকন</alt></image>"
+
+#: 14040000.xhp
+msgctxt ""
+"14040000.xhp\n"
+"par_id3145669\n"
+"3\n"
+"help.text"
+msgid "Functions"
+msgstr "ফাংশন"
+
+#: 12090000.xhp
+msgctxt ""
+"12090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Standard Filter"
+msgstr "আদর্শ পরিশোধক"
+
+#: 12090000.xhp
+msgctxt ""
+"12090000.xhp\n"
+"bm_id3109850\n"
+"help.text"
+msgid "<bookmark_value>default filters, see standard filters</bookmark_value> <bookmark_value>databases; standard filters</bookmark_value> <bookmark_value>standard filters;databases</bookmark_value>"
+msgstr ""
+
+#: 12090000.xhp
+msgctxt ""
+"12090000.xhp\n"
+"hd_id3109850\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12090000.xhp\" name=\"Standard Filter\">Standard Filter</link>"
+msgstr "<link href=\"text/shared/02/12090000.xhp\" name=\"Standard Filter\">আদর্শ পরিশোধক</link>"
+
+#: 12090000.xhp
+msgctxt ""
+"12090000.xhp\n"
+"par_id3143281\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"standardfilter\"><ahelp hid=\".uno:FilterCrit\">Allows you to set the filtering options.</ahelp></variable>"
+msgstr "<variable id=\"standardfilter\"><ahelp hid=\".uno:FilterCrit\">আপনাকে পরিশোধন করার অপশন নিযুক্তে অনুমোদন করে।</ahelp></variable>"
+
+#: 12090000.xhp
+msgctxt ""
+"12090000.xhp\n"
+"par_id3149549\n"
+"8\n"
+"help.text"
+msgid "Use the <emph>Standard Filter</emph> to refine and to combine <emph>AutoFilter </emph>search options."
+msgstr "<emph>AutoFilter </emph>অনুসন্ধান অপশন পুনরায়শোধন এবং মিলিত করতে <emph>আদর্শ পরিশোধক</emph> ব্যবহার করুন।"
+
+#: 12090000.xhp
+#, fuzzy
+msgctxt ""
+"12090000.xhp\n"
+"par_id3152801\n"
+"help.text"
+msgid "<image id=\"img_id3147291\" src=\"cmd/sc_formfiltered.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147291\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147261\" src=\"cmd/sc_formfiltered.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147261\">আইকন</alt></image>"
+
+#: 12090000.xhp
+msgctxt ""
+"12090000.xhp\n"
+"par_id3149183\n"
+"3\n"
+"help.text"
+msgid "Standard Filter"
+msgstr "আদর্শ পরিশোধক"
+
+#: 12090000.xhp
+msgctxt ""
+"12090000.xhp\n"
+"par_id3143267\n"
+"6\n"
+"help.text"
+msgid "$[officename] saves the current filter settings for the next time that you open this dialog."
+msgstr "$[officename], বর্তমান পরিশোধক সেটিং সংরক্ষণ করে যা পরবর্তীতে ডায়ালগ খোলার সময় কাজে লাগাতে পারেন।"
+
+#: 12090000.xhp
+msgctxt ""
+"12090000.xhp\n"
+"par_id3156410\n"
+"7\n"
+"help.text"
+msgid "To remove the current filter, click <link href=\"text/shared/02/12040000.xhp\" name=\"Remove Filter/Sorting\"><emph>Remove Filter/Sorting</emph></link> icon."
+msgstr "বর্তমান পরিশোধক সরিয়ে ফেলতে, ক্লিক করুন <link href=\"text/shared/02/12040000.xhp\" name=\"Remove Filter/Sorting\"><emph>সরিয়ে ফেলুন পরিশোধক/সাজানো</emph></link> আইকন।"
+
+#: 12090000.xhp
+msgctxt ""
+"12090000.xhp\n"
+"par_id3152996\n"
+"help.text"
+msgid "<link href=\"text/shared/02/12030000.xhp\" name=\"AutoFilter\">AutoFilter</link>"
+msgstr "<link href=\"text/shared/02/12030000.xhp\" name=\"AutoFilter\">AutoFilter</link>"
+
+#: 14070000.xhp
+msgctxt ""
+"14070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Distinct Values"
+msgstr "সহজে দৃষ্ট, সহজে চিহ্নিতকরণ যোগ্য মান"
+
+#: 14070000.xhp
+msgctxt ""
+"14070000.xhp\n"
+"bm_id3149991\n"
+"help.text"
+msgid "<bookmark_value>SQL; DISTINCT parameter</bookmark_value><bookmark_value>distinct values in SQL queries</bookmark_value>"
+msgstr "<bookmark_value>SQL; DISTINCT parameter</bookmark_value><bookmark_value>distinct values in SQL queries</bookmark_value>"
+
+#: 14070000.xhp
+msgctxt ""
+"14070000.xhp\n"
+"hd_id3149991\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">Distinct Values</link>"
+msgstr "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">সহজে চিহ্নিত করা যায় এমন মান</link>"
+
+#: 14070000.xhp
+msgctxt ""
+"14070000.xhp\n"
+"par_id3154894\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">SQL Query</link> in the current column by the parameter DISTINCT.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
+msgstr "<ahelp hid=\".uno:DBDistinctValues\"> DISTINCT পরামিতি দিয়ে বর্তমান কলাম বা কলামের <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">SQL কোয়েরির</link> তৈরিকৃত নির্বাচন বিবরণ বর্ধিত করে।</ahelp> ফলাফল হল পরিচয়জ্ঞাপক মান যেগুলো একাধিক লাইনে ঘটে সেগুলো শুধু একবারই তালিকাবদ্ধ হয়।"
+
+#: 14070000.xhp
+msgctxt ""
+"14070000.xhp\n"
+"par_id3149511\n"
+"help.text"
+msgid "<image id=\"img_id3156302\" src=\"cmd/sc_dbdistinctvalues.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3156302\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156302\" src=\"cmd/sc_dbdistinctvalues.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3156302\">আইকন</alt></image>"
+
+#: 14070000.xhp
+msgctxt ""
+"14070000.xhp\n"
+"par_id3147226\n"
+"3\n"
+"help.text"
+msgid "Distinct Values"
+msgstr "সহজে দৃষ্ট মান"
+
+#: 14050000.xhp
+msgctxt ""
+"14050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table Name"
+msgstr "সারণি নাম"
+
+#: 14050000.xhp
+msgctxt ""
+"14050000.xhp\n"
+"hd_id3149991\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">Table Name</link>"
+msgstr "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">সারণি নাম</link>"
+
+#: 14050000.xhp
+msgctxt ""
+"14050000.xhp\n"
+"par_id3154232\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays the \"Table\" row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>.</ahelp>"
+msgstr "<ahelp hid=\".\"><link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">কোয়েরি নকশার</link> নিম্ন অংশে \"সারণি\" সারি প্রদর্শন করে।</ahelp>"
+
+#: 14050000.xhp
+msgctxt ""
+"14050000.xhp\n"
+"par_id3154116\n"
+"help.text"
+msgid "<image id=\"img_id3149760\" src=\"cmd/sc_dbviewtablenames.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149760\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149760\" src=\"cmd/sc_dbviewtablenames.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149760\">আইকন</alt></image>"
+
+#: 14050000.xhp
+msgctxt ""
+"14050000.xhp\n"
+"par_id3157896\n"
+"3\n"
+"help.text"
+msgid "Table Name"
+msgstr "সারণি নাম"
+
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Decrease Spacing"
+msgstr "স্থান ফাঁকা করা কমানো"
+
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"hd_id3155934\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/03120000.xhp\" name=\"Decrease Spacing\">Decrease Spacing</link>"
+msgstr "<link href=\"text/shared/02/03120000.xhp\" name=\"Decrease Spacing\">স্থান ফাঁকা করা কমানো</link>"
+
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"par_id3147143\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ParaspaceDecrease\">Click the<emph> Decrease Spacing </emph>icon to decrease the paragraph spacing above the selected paragraph.</ahelp>"
+msgstr "<ahelp hid=\".uno:ParaspaceDecrease\">নির্বাচিত অনুচ্ছেদের উপরে অনুচ্ছেদ ফাঁকা স্থান হ্রাস করতে <emph> ফাঁকা স্থান হ্রাস </emph> আইকনে ক্লিক করুন।</ahelp>"
+
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"par_id3155555\n"
+"help.text"
+msgid "<image id=\"img_id3147834\" src=\"cmd/sc_paraspacedecrease.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147834\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147834\" src=\"cmd/sc_paraspacedecrease.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147834\">আইকন</alt></image>"
+
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"par_id3145211\n"
+"3\n"
+"help.text"
+msgid "Decrease Spacing"
+msgstr "স্থান ফাঁকা করা কমানো"
+
+#: 03120000.xhp
+msgctxt ""
+"03120000.xhp\n"
+"par_id3156410\n"
+"4\n"
+"help.text"
+msgid "You can make additional adjustments to the spacing by selecting <link href=\"text/shared/01/05030100.xhp\" name=\"Format - Paragraph - Indents & Spacing\"><emph>Format - Paragraph - Indents & Spacing</emph></link>"
+msgstr "<link href=\"text/shared/01/05030100.xhp\" name=\"Format - Paragraph - Indents & Spacing\"><emph>বিন্যাস - অনুচ্ছেদ - ইনডেন্ট এবং স্পেসিং</emph>নির্বাচন করে আপনি ফাঁকা স্থানে অতিরিক্ত সামঞ্জস্য তৈরি করতে পারেন।</link>"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"tit\n"
+"help.text"
+msgid "Context Menu of a Control Field"
+msgstr "একটি নিয়ন্ত্রণ ক্ষেত্রের প্রসঙ্গ মেনু"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3149294\n"
+"123\n"
+"help.text"
+msgid "Context Menu of a Control Field"
+msgstr "একটি নিয়ন্ত্রণ ক্ষেত্রের প্রসঙ্গ মেনু"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3147304\n"
+"88\n"
+"help.text"
+msgid "The context menu of a control field has the following commands."
+msgstr "নিয়ন্ত্রণ ক্ষেত্রের প্রসঙ্গ মেনুর নিম্নোক্ত কমান্ড আছে।"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3152771\n"
+"89\n"
+"help.text"
+msgid "Replace with"
+msgstr "এর দ্বারা প্রতিস্থাপিত"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3150400\n"
+"90\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ChangeControlType\" visibility=\"visible\">Calls a submenu where you can select a control type to replace the control selected in the document.</ahelp> As many properties as possible are adopted."
+msgstr "<ahelp hid=\".uno:ChangeControlType\" visibility=\"visible\">একটি সাবমেনুকে ডাকে যেখানে আপনি নথিতে নির্বাচিত নিয়ন্ত্রণ প্রতিস্থাপন করতে নির্বাচন করতে পারেন।</ahelp> যতটা সম্ভব বৈশিষ্ট্য গ্রহণ করা হয়।"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3154366\n"
+"91\n"
+"help.text"
+msgid "Text box"
+msgstr "টেক্সট বক্স"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3154217\n"
+"92\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToEdit\" visibility=\"visible\">The selected control is transformed into a text box.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToEdit\" visibility=\"visible\">নির্বাচিত নিয়ন্ত্রণটি একটি পরীক্ষা বাক্সে পরিবর্তিত হয়েছে।</ahelp>"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3154819\n"
+"93\n"
+"help.text"
+msgid "Button"
+msgstr "বোতাম"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3161646\n"
+"94\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToButton\" visibility=\"visible\">The selected control is transformed into a button.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToButton\" visibility=\"visible\">নির্বাচিত নিয়ন্ত্রণটি একটি বোতামে পরিবর্তিত হয়েছে।</ahelp>"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3144432\n"
+"95\n"
+"help.text"
+msgid "Label field"
+msgstr "মোড়ক ক্ষেত্র"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3151381\n"
+"96\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToFixed\" visibility=\"visible\">The selected control is transformed into a label.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToFixed\" visibility=\"visible\">নির্বাচিত নিয়ন্ত্রণটি একটি মোড়কে পরিবর্তিত হয়েছে।</ahelp>"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3125865\n"
+"97\n"
+"help.text"
+msgid "List Box"
+msgstr "তালিকা বাক্স"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3144761\n"
+"98\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToList\" visibility=\"visible\">The selected control is transformed into a list box.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToList\" visibility=\"visible\">নির্বাচিত নিয়ন্ত্রণটি একটি তালিকা বাক্সে পরিবর্তিত হয়েছে।</ahelp>"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3149810\n"
+"99\n"
+"help.text"
+msgid "Check Box"
+msgstr "পরীক্ষা বাক্স"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3145581\n"
+"100\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToCheckBox\" visibility=\"visible\">The selected control is transformed into a check box.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToCheckBox\" visibility=\"visible\">নির্বাচিত নিয়ন্ত্রণটি একটি পরীক্ষা বাক্সে পরিবর্তিত হয়েছে।</ahelp>"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3155429\n"
+"101\n"
+"help.text"
+msgid "Radio Button"
+msgstr "রেডিও বোতাম"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3153369\n"
+"102\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToRadio\" visibility=\"visible\">The selected control is transformed into an option button.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToRadio\" visibility=\"visible\">নির্বাচিত নিয়ন্ত্রণটি একটি অপশন বোতামে পরিবর্তিত হয়েছে।</ahelp>"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3155857\n"
+"103\n"
+"help.text"
+msgid "Combo Box"
+msgstr "কম্বো বাক্স"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3150012\n"
+"104\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToCombo\" visibility=\"visible\">The selected control is transformed into a combo box.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToCombo\" visibility=\"visible\">নির্বাচিত নিয়ন্ত্রণটি একটি কম্বো বাক্সে পরিবর্তিত হয়েছে।</ahelp>"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3145264\n"
+"105\n"
+"help.text"
+msgid "Image Button"
+msgstr "ছবি বোতাম"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3145273\n"
+"106\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToImageBtn\" visibility=\"visible\">The selected control is transformed into an image button.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToImageBtn\" visibility=\"visible\">নির্বাচিত নিয়ন্ত্রণটি একটি ছবি বোতামে পরিবর্তিত হয়েছে।</ahelp>"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3146976\n"
+"107\n"
+"help.text"
+msgid "File Selection"
+msgstr "ফাইল নির্বাচন"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3153140\n"
+"108\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToFileControl\" visibility=\"visible\">The selected control is transformed into a file selection.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToFileControl\" visibility=\"visible\">নির্বাচিত নিয়ন্ত্রণটি একটি ফাইল নির্বাচনে পরিবর্তিত হয়েছে।</ahelp>"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3147443\n"
+"109\n"
+"help.text"
+msgid "Date Field"
+msgstr "তারিখ ক্ষেত্র"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3152578\n"
+"110\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToDate\" visibility=\"visible\">The selected control is transformed into a date field.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToDate\" visibility=\"visible\">নির্বাচিত নিয়ন্ত্রণটি তারিখ ক্ষেত্রে পরিবর্তিত হয়েছে।</ahelp>"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3148647\n"
+"111\n"
+"help.text"
+msgid "Time Field"
+msgstr "সময় ক্ষেত্র"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3152940\n"
+"112\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToTime\" visibility=\"visible\">The selected control is transformed into a time field.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToTime\" visibility=\"visible\">নির্বাচিত নিয়ন্ত্রণটি একটি সময় ক্ষেত্রে পরিবর্তিত হয়েছে।</ahelp>"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3149667\n"
+"113\n"
+"help.text"
+msgid "Numerical Field"
+msgstr "সংখ্যাসূচক ক্ষেত্র"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3154321\n"
+"114\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToNumeric\" visibility=\"visible\">The selected control is transformed into a numerical field.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToNumeric\" visibility=\"visible\">নির্বাচিত নিয়ন্ত্রণটি একটি সংখ্যাসূচক ক্ষেত্রে পরিবর্তিত হয়েছে।</ahelp>"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3153160\n"
+"115\n"
+"help.text"
+msgid "Currency Field"
+msgstr "কারেন্সী ক্ষেত্র"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3153223\n"
+"116\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToCurrency\" visibility=\"visible\">The selected control is transformed into a currency field.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToCurrency\" visibility=\"visible\">নির্বাচিত নিয়ন্ত্রণটি একটি কারেন্সী ক্ষেত্রে পরিবর্তিত হয়েছে।</ahelp>"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3157977\n"
+"117\n"
+"help.text"
+msgid "Pattern Field"
+msgstr "প্যাটার্ন ক্ষেত্র"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3145646\n"
+"118\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToPattern\" visibility=\"visible\">The selected control is transformed into a pattern field.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToPattern\" visibility=\"visible\">নির্বাচিত নিয়ন্ত্রণটি একটি প্যাট্যার্ণ ক্ষেত্রে পরিবর্তিত হয়েছে।</ahelp>"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3148389\n"
+"119\n"
+"help.text"
+msgid "Image Control"
+msgstr "ছবি নিয়ন্ত্রণ"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3146927\n"
+"120\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToImageControl\" visibility=\"visible\">The selected control is transformed into an image control.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToImageControl\" visibility=\"visible\">নির্বাচিত নিয়ন্ত্রণটি একটি ছবি নিয়ন্ত্রনে পরিবর্তিত হয়েছে।</ahelp>"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"hd_id3149413\n"
+"121\n"
+"help.text"
+msgid "Formatted Field"
+msgstr "বিন্যাসকৃত ক্ষেত্র"
+
+#: 01170001.xhp
+msgctxt ""
+"01170001.xhp\n"
+"par_id3083281\n"
+"122\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ConvertToFormatted\" visibility=\"visible\">The selected control is transformed into a formatted field.</ahelp>"
+msgstr "<ahelp hid=\".uno:ConvertToFormatted\" visibility=\"visible\">নির্বাচিত নিয়ন্ত্রণটি একটি বিন্যাসিত ক্ষেত্রে পরিবর্তিত হয়েছে।</ahelp>"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data"
+msgstr "ডাটা"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"bm_id3145641\n"
+"help.text"
+msgid "<bookmark_value>controls; reference by SQL</bookmark_value><bookmark_value>bound fields; controls</bookmark_value><bookmark_value>controls; bound fields/list contents/linked cells</bookmark_value><bookmark_value>lists;data assigned to controls</bookmark_value><bookmark_value>cells;linked to controls</bookmark_value><bookmark_value>links;between cells and controls</bookmark_value><bookmark_value>controls;assigning data sources</bookmark_value>"
+msgstr "<bookmark_value>controls; reference by SQL</bookmark_value><bookmark_value>bound fields; controls</bookmark_value><bookmark_value>controls; bound fields/list contents/linked cells</bookmark_value><bookmark_value>lists;data assigned to controls</bookmark_value><bookmark_value>cells;linked to controls</bookmark_value><bookmark_value>links;between cells and controls</bookmark_value><bookmark_value>controls;assigning data sources</bookmark_value>"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"hd_id3155413\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170102.xhp\" name=\"Data\">Data</link>"
+msgstr "<link href=\"text/shared/02/01170102.xhp\" name=\"Data\">ডাটা</link>"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155306\n"
+"2\n"
+"help.text"
+msgid "The<emph> Data </emph>tab page allows you to assign a data source to the selected control."
+msgstr "<emph> তথ্য </emph>ট্যাব পৃষ্ঠা নির্বাচিত নিয়ন্ত্রণে ডাটাসোর্স নিযুক্তকরণে আপনাকে অনুমোদন করে।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3148773\n"
+"64\n"
+"help.text"
+msgid "For forms with database links, the associated database is defined in the <link href=\"text/shared/02/01170200.xhp\" name=\"Form Properties\">Form Properties</link>. You will find the functions for this on the <link href=\"text/shared/02/01170203.xhp\" name=\"Data\"><emph>Data</emph></link> tab page."
+msgstr "ডাটাবেস সংযুক্তিসহ ফর্মের জন্য, সহযোগী ডাটাবেস <link href=\"text/shared/02/01170200.xhp\" name=\"Form Properties\">ফর্ম বৈশিষ্ট্যে</link> ব্যাখ্যা করে। আপনি এর জন্য <link href=\"text/shared/02/01170203.xhp\" name=\"Data\"><emph>ডাটা</emph></link> ট্যাব পৃষ্ঠায় ফাংশন খুঁজে পাবেন।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3149377\n"
+"65\n"
+"help.text"
+msgid "The possible settings of the <emph>Data</emph> tab page of a control depend on the respective control. You will only see the options that are available for the current control and context. The following fields are available:"
+msgstr "একটি নিয়ন্ত্রণের<emph>ডাটা</emph> ট্যাব পৃষ্ঠার সম্ভাব্য সেটিং এর সম্পর্কিত নিয়ন্ত্রণের উপর নির্ভর করে। আপনি কেবলমাত্র বর্তমান নিয়ন্ত্রণ এবং প্রসঙ্গের জন্য প্রাপ্তিসাধ্য অপশনগুলো দেখতে পাবেন। নিম্নোক্ত ক্ষেত্রগুলো পাওয়া যায়:"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN108B4\n"
+"help.text"
+msgid "Reference value (off)"
+msgstr "সূত্র মান (বন্ধ)"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN108B8\n"
+"help.text"
+msgid "<ahelp hid=\".\">Check boxes and radio buttons in spreadsheets can be bound to cells in the current document. If the control is enabled, the value you enter in Reference value (on) is copied to the cell. If the control is disabled, the value from Reference value (off) is copied to the cell.</ahelp>"
+msgstr "<ahelp hid=\".\">পরীক্ষন বাক্স এবং স্প্রেডশীটের রেডিও বোতাম বর্তমান নথির কক্ষে পরিসর করা যাবে। যদি নিয়ন্ত্রণ সক্রিয় করা থাকে, রেফারেন্স মান এ আপনি যেই মান (চালু করুন) সন্নিবেশ করিয়েছেন তা কক্ষে অনুলিপি করা হবে। যদি নিয়ন্ত্রণ নিষ্ক্রিয় করা থাকে, রেফারেন্স মান (বন্ধ করুন) এর মান কক্ষে অনুলিপি করা হবে।</ahelp>"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"hd_id3159121\n"
+"71\n"
+"help.text"
+msgid "Reference value (on)"
+msgstr "প্রসঙ্গ মান (চালু)"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3163812\n"
+"141\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_REFVALUE\" visibility=\"hidden\">You can enter a reference value for the web form, which will be remitted to a server when sending the form. With database forms, the value entered is written in the database field, assigned to the control field.</ahelp> You can assign a reference value to option buttons and check boxes. The reference value will be remitted to a server when sending the web form. With database forms the value entered here will be written in the database assigned to the control field."
+msgstr "<ahelp hid=\"HID_PROP_REFVALUE\" visibility=\"hidden\"> আপনি ওয়েব আকারের জন্য একটি তথ্যসূত্র মূল্য ঢোকেতে পারেন, যেটি একটি সার্ভারে remitওয়া হবে যখন sending আকার। ডাটাবেস রূপের সঙ্গে, মূল্য ডাটাবেস ক্ষেত্রে ঢোকাওয়া হয়েছিল লেখা হয়েছিল, নিয়ন্ত্রণ ক্ষেত্রে বরাদ্দ করেছিল।</ahelp> আপনি অপশন বাটন এবং পরীক্ষা বাক্সে একটি তথ্যসূত্র মূল্য বরাদ্দ করতে পারেন। তথ্যসূত্র মূল্য একটি সার্ভারে remitওয়া হবে যখন sending ওয়েব আকার। ডাটাবেসের সঙ্গে নিয়ন্ত্রণ ক্ষেত্রে ডাটাবেসে মূল্য এখানে সংগঠিত করা হয় ঢোকাওয়া হয় লেখা হয় বরাদ্দ করা হয়।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3150225\n"
+"204\n"
+"help.text"
+msgid "<emph>Reference values for web forms</emph>"
+msgstr "<emph>ওয়েব গঠনের জন্য রেফারেন্স মান</emph>"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3147611\n"
+"205\n"
+"help.text"
+msgid "Reference values are useful if you design a web form and the information on the status of the control is to be transmitted to a server. If the control is clicked by the user, the corresponding reference value is sent to the server."
+msgstr "যদি আপনি একটি ওয়েব ফর্ম ডিজাইন করেন এবং নিয়ন্ত্রণের অবস্থা সংক্রান্ত তথ্য একটি সার্ভারে প্রেরণ করা হয় তবে রেফারেন্স মানটি উপকারে আসে। যদি ব্যবহারকারী নিয়ন্ত্রণটিকে ক্লিক করেন, তবে অনুরূপ রেফারেন্স মান সার্ভারে পাঠানো হয়।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3149570\n"
+"194\n"
+"help.text"
+msgid "For example, if you have two control fields for the options \"feminine\" and \"masculine\", and assign a reference value of 1 to the field \"feminine\" and the value 2 to the \"masculine\" field, the value 1 is transmitted to the server if a user clicks the \"feminine\" field and value 2 is sent if the \"masculine\" field is clicked."
+msgstr "উদাহরণস্বরূপ, যদি আপনার পছন্দ \"স্ত্রীলিঙ্গ\"এবং \"পুংলিঙ্গ\" এর জন্য দুই নিয়ন্ত্রণ থাকে, ক্ষেত্র \"স্ত্রীলিঙ্গ\" তে একটি রেফারেন্স মান ১ এবং \"পুংলিঙ্গ\" ক্ষেত্রে মান ২ বরাদ্দ করুন, যদি ব্যবহারকারী \"স্ত্রীলিঙ্গ\" ক্ষেত্রে ক্লিক করে তবে মান ১ সার্ভারে প্রেরণ করা হবে এবং \"পুংলিঙ্গ\" ক্ষেত্রে ক্লিক করা হলে মান ২ প্রেরণ করা হবে।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3150260\n"
+"206\n"
+"help.text"
+msgid "<emph>Reference values for database forms</emph>"
+msgstr "<emph>ডাটাভান্ডারের গঠনের জন্য রেফারেন্স মান</emph>"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3150654\n"
+"207\n"
+"help.text"
+msgid "For database forms, you can also characterize the status of an option or a check box by a reference value, storing it in the database. If you have a set of three options, for example \"in progress\", \"completed\", and \"resubmission\", with the respective reference values, \"ToDo\", \"OK\", and \"RS\", these reference values appear in the database if the respective option is clicked."
+msgstr "ডাটাবেস ফর্মের জন্য, আপনি একটি পছন্দের অবস্থা অথবা একটি রেফারেন্স মান সহ একটি পরীক্ষন বাক্স ও বৈশিষ্ট্য বর্ণনা করতে পারে। যদি আপনার তিন পছন্দের একটি সেট থাকে, উদাহরণস্বরূপ \"অগ্রগতিতে\", \"শেষ করেছিল\", এবং \"পুন:জমা\", প্রাসঙ্গিক রেফারেন্স মান সহ, \"ToDo\", \"ঠিক আছে\", এবং \"RS\", এই রেফারেন্স মান ডাটাবেসে আবির্ভূত হবে যদি প্রাসঙ্গিক পছন্দ চিহ্নিত করা থাকে।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"hd_id3148455\n"
+"5\n"
+"help.text"
+msgid "Data field"
+msgstr "ডাটা ক্ষেত্র"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155852\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_CONTROLSOURCE\" visibility=\"hidden\">Specifies the field of the data source table to which the control refers.</ahelp> With database forms, you can link controls with the data fields."
+msgstr "<ahelp hid=\"HID_PROP_CONTROLSOURCE\" visibility=\"hidden\">ডাটা সোর্স সারণির ক্ষেত্র উল্লেখ করে যার সাথে নিয়ন্ত্রণ সম্পর্কিত।</ahelp>ডাটাবেস গঠনের সাথে, আপনি ডাটা ক্ষেত্রের সাথে নিয়ন্ত্রণ যুক্ত করতে পারেন।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3153224\n"
+"75\n"
+"help.text"
+msgid "You have several possibilities:"
+msgstr "আপনার অনেক সম্ভাবনা আছে:"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3159110\n"
+"66\n"
+"help.text"
+msgid "First case: There is only one table in the form."
+msgstr "প্রথম ঘটনা: গঠনে শুধু একটি সারণি আছে।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3156356\n"
+"67\n"
+"help.text"
+msgid "Under <emph>Data field</emph>, specify the field of the data source table whose contents you want to be displayed."
+msgstr "<emph>ডাটা ক্ষেত্রের</emph> অধীনে, ডাটা উৎস সারণির যেসব উপকরণ আপনি দেখাতে চান তা প্রদর্শন করে।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3146898\n"
+"76\n"
+"help.text"
+msgid "Second case: The control belongs to a subform that is created by an SQL query."
+msgstr "দ্বিতীয় ঘটনা: সাবগঠনের অন্তর্ভূক্ত নিয়ন্ত্রণটি একটি SQL কোয়েরি দ্বারা তৈরি।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154273\n"
+"77\n"
+"help.text"
+msgid "Under <emph>Data field</emph>, specify the field of the SQL statement whose contents you want to be displayed."
+msgstr "<emph>ডাটা ক্ষেত্রের</emph> অধীনে, SQL বিবরণে যেসব উপকরণ আপনি দেখাতে চান তার ক্ষেত্র প্রদর্শন করে।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3153949\n"
+"78\n"
+"help.text"
+msgid "Third case: <link href=\"text/shared/02/01170900.xhp\" name=\"Combo Boxes\">Combo Boxes</link>"
+msgstr "তৃতীয় ঘটনা: <link href=\"text/shared/02/01170900.xhp\" name=\"Combo Boxes\">কম্বো বাক্স</link>"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3147494\n"
+"79\n"
+"help.text"
+msgid "For combo boxes, the field of the data source table in which the values entered or selected by the user should be stored is specified under <emph>Data field</emph>. The values displayed in the list of the combo box are based on an SQL statement, which is entered under <emph>List content</emph>."
+msgstr "কম্বো বাক্সের জন্য, ডাটা উৎস সারণির ক্ষেত্র যেখানে ব্যবহারকারী দ্বারা মান সন্নিবেশকৃত অথবা নির্বাচিত তা <emph>ডাটা ক্ষেত্র</emph> এর অধীনে জমা করা উচিত। কম্বো বাক্সের তালিকায় প্রদর্শিত মান একটি SQL বিবরণের উপর ভিত্তি করে, যা <emph>বিষয়বস্তু তালিকা করুন</emph> এর অধীনে সন্নিবেশ করা হয়েছে।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3145167\n"
+"68\n"
+"help.text"
+msgid "Fourth case: <link href=\"text/shared/02/01170900.xhp\" name=\"List Boxes\">List Boxes</link>"
+msgstr "চতুর্থ ঘটনা: <link href=\"text/shared/02/01170900.xhp\" name=\"List Boxes\">তালিকা বাক্স</link>"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3153764\n"
+"91\n"
+"help.text"
+msgid "The data source table does not contain the data to be displayed, but rather a table linked to the data source table through a common data field."
+msgstr "ডাটাসোর্স সারণি প্রদর্শনের জন্য ডাটা ধারণ করেনা, বরং একটি সাধারণ ডাটা ক্ষেত্রের মধ্যদিয়ে ডাটাসোর্স সারণিতে সংযুক্ত একটি সারণি ধারণ করে।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3149021\n"
+"69\n"
+"help.text"
+msgid "If you want a list box to display data from a table that is linked to the current data source table, under <emph>Data field</emph> specify the field of the data source table to which the content of the list box refers. Or you can specify the database field that controls the display of the data in the form. This data field provides the link to the other table if both tables can be linked through a common data field. It is usually a data field in which unique identification numbers are stored. The data field whose contents are displayed in the form is specified by an SQL statement under <emph>List content</emph>."
+msgstr "যদি আপনি একটি টেবিল থেকে ডাটা প্রদর্শন করতে একটি তালিকা বাক্স চান যার অধীনে বর্তমান ডাটা উৎ‍স টেবিল,তে সংযোগ করা হয়<emph> ডাটা ক্ষেত্র</emph> তে ডাটা উৎ‍স টেবিলের ক্ষেত্র উল্লেখ করুন তালিকা বাক্সের যেটি ভিতরের উপাদান উল্লেখ করে। অথবা আপনি ডাটাবেস ক্ষেত্র উল্লেখ করতে পারেন যে আকারে ডাটার প্রদর্শন করা নিয়ন্ত্রণ করেন। এই ডাটা অন্যান্য টেবিলে সংযোগ ক্ষেত্রয় জোগান দেয় যদি উভয় টেবিল একটি সাধারণ ডাটার মধ্য দিয়ে সংযোগ করা যাবে ক্ষেত্রওয়া হয়। এইটি তে একটি ডাটা সাধারণত ক্ষেত্রয় যেটি অনন্য পরিচয় সংখ্যা সংরক্ষণ করা হয়। ডাটা ক্ষেত্রের যার অভ্যন্তরস্থ বস্তুর অধীনে একটি SQL বক্তব্যের দ্বারা আকারে প্রদর্শন করা হয় উল্লেখ করা হয়<emph> তালিকা ভিতরের উপাদান</emph>"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3153924\n"
+"80\n"
+"help.text"
+msgid "List boxes work with references. They can either be implemented with linked tables by SQL statements (fourth case) or through value lists:"
+msgstr "তালিকা বাক্স রেফারেন্স দিয়ে কাজ করে। এদেরকে হয় SQL স্টেটমেন্ট (চতূর্থ কেস)দ্বারা সংযুক্ত সারণির সাথে বা মানের তালিকা দিয়ে বাস্তবায়ন করা যায়।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3145641\n"
+"58\n"
+"help.text"
+msgid "<emph>References through linked tables (SQL statements)</emph>"
+msgstr "<emph>লিংককৃত সারণিতে রেফারেন্স (SQL বিবরণ)</emph>"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3147341\n"
+"59\n"
+"help.text"
+msgid "If you want a list box to display data from a database table that is linked by a common data field to the table on which the form is based, the link field of the form table is specified under <emph>Data field</emph>."
+msgstr "যদি আপনি ডাটাবেস সারণি থেকে ডাটা প্রদর্শন করতে একটি তালিকা বাক্স চান যা সারণির একটি সাধারণ ডাটা ক্ষেত্রে সংযুক্ত যার উপর ফর্মের ভিত্তি,<emph>ডাটা ক্ষেত্র</emph> এর অধীনে ফর্ম সারণির সংযোগ ক্ষেত্র উল্লেখ করা হবে।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155174\n"
+"60\n"
+"help.text"
+msgid "The link is created with an SQL Select, which, if you selected \"SQL\" or \"Native SQL\", is specified under <emph>Type of list contents</emph> in the field <emph>List content</emph>. As an example, a table \"Orders\" is linked to the current form control, and in the database a table \"Customers\" is linked to the \"Orders\" table. You can use an SQL statement as follows:"
+msgstr "সংযোগ একটি SQL,এর সঙ্গে তৈরি করা হয় নির্বাচন করা হয় যেটি, যদি আপনি নির্বাচন করেছিলেন \" SQL \" অথবা \" স্থানীয় SQL \", এর অধীনে উল্লেখ করা হয়<emph> তালিকা অভ্যন্তরস্থ বস্তুর ধরন</emph> ক্ষেত্রে<emph> তালিকা ভিতরের উপাদান</emph>। একটি উদাহরণ হিসেবে, একটি টেবিল \" ধারা \" বর্তমান আকার নিয়ন্ত্রণে সংযোগ করা হয়, এবং ডাটাবেস একটি টেবিলে \" খদ্দের \" তে সংযোগ করা হয় \" ধারা \" টেবিল। আপনি অনুসরণ কর হিসেবে একটি SQL বক্তব্য ব্যবহার করতে পারেন:"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3148537\n"
+"70\n"
+"help.text"
+msgid "SELECT CustomerName, CustomerNo FROM Customers,"
+msgstr "SELECT CustomerName, CustomerNo FROM Customers,"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154967\n"
+"71\n"
+"help.text"
+msgid "where \"CustomerName\" is the data field from the linked table \"Customers\", and \"CustomerNo\" is the field of the table \"Customers\" that is linked to a field of the form table \"Orders\" specified under <emph>Data field</emph>."
+msgstr "যেখানে \"CustomerName\" সংযুক্ত সারণি \"Customers\" থেকে ডাটা ক্ষেত্র, এবং \"CustomerNo\" সারণি \"Customers\" এর ক্ষেত্র যা <emph>ডাটা ক্ষেত্র</emph> এর অধীনে উল্লেখিত ফর্ম সারণি \"Orders\" এর ক্ষেত্রের সাথে সংযুক্ত।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3163808\n"
+"55\n"
+"help.text"
+msgid "<emph>References Using Value Lists</emph>"
+msgstr "<emph>মানের তালিকা ব্যবহার করে রেফারেন্স</emph>"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3145295\n"
+"56\n"
+"help.text"
+msgid "For list boxes, you can use value lists. Value lists are lists that define reference values. In this way, the control in the form does not directly display the content of a database field, but rather values assigned in the value list."
+msgstr "তালিকা বাক্সের জন্য, আপনি মানের তালিকা ব্যবহার করতে পারেন। মানের তালিকা হল সেই তালিকা যা রেফারেন্স মান নির্ধারণ করে। এইভাবে, ফর্মের নিয়ন্ত্রণ সরাসরি একটি ডাটাবেসের উপাদানে প্রদর্শিত হয়না, বরং মানগুলো মানের তালিকায় নিযুক্ত করা হয়।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3151186\n"
+"57\n"
+"help.text"
+msgid "If you work with reference values of a value list, the contents of the data field that you specified under <emph>Data Field</emph> in the form are not visible, but rather the assigned values. If you chose \"Valuelist\" on the <emph>Data</emph> tab under <emph>Type of list contents</emph> and assigned a reference value to the visible list entries in the form under <emph>List entries</emph> (entered in the <link href=\"text/shared/02/01170101.xhp\" name=\"General\"><emph>General</emph></link> tab), then the reference values are compared with the data content of the given data field. If a reference value corresponds to the content of a data field, the associated list entries are displayed in the form."
+msgstr "যদি আপনি একটি মূল্য তালিকার তথ্যসূত্র মানের সঙ্গে কাজ করেন, ডাটার অভ্যন্তরস্থ বস্তু ক্ষেত্রন যে আপনি এর অধীনে উল্লেখ করেছিলেন<emph> ডাটা ক্ষেত্র</emph> আকারে দৃশ্যমান নয়, কিন্তু বরং বরাদ্দকৃত মান। যদি আপনি বেছে নিয়েছিলেন \" মূল্যতালিকা \"তে<emph> ডাটা</emph>এর অধীনে ট্যাব<emph> তালিকা অভ্যন্তরস্থ বস্তুর ধরন</emph> এবং এর অধীনে আকারে দৃশ্যমান তালিকা এন্ট্রিতে একটি তথ্যসূত্র মূল্য বরাদ্দ করেছিল<emph> তালিকা এন্ট্রি</emph> (তে ঢুকিয়েছিল<link href=\"text/shared/02/01170101.xhp\" name=\"General\"><emph> সাধারণ</emph></link> ট্যাব), তারপর তথ্যসূত্র মান প্রদত্ত ডাটার ডাটা ভিতরের উপাদানের সঙ্গে তুলনা করা হয় ক্ষেত্রওয়া হয়। যদি একটি তথ্যসূত্র মূল্য একটি ডাটার ভিতরের উপাদানে সঙ্গতিপূর্ণ হওয়ায় ক্ষেত্রয়, সহযোগী তালিকা এন্ট্রি আকারে প্রদর্শন করা হয়।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"hd_id3154664\n"
+"3\n"
+"help.text"
+msgid "Bound field"
+msgstr "পরিসর ক্ষেত্র"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3148475\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_BOUNDCOLUMN\" visibility=\"hidden\">Use an index to specify the table field or table SQL query to link to the field that is provided under <emph>Data field</emph>. Valid values for this property are 1, 2, 3, and so on.</ahelp>"
+msgstr "<ahelp hid=\"HID_PROP_BOUNDCOLUMN\" visibility=\"hidden\"> <emph>ডাটা ক্ষেত্র</emph> দ্বারা প্রাপ্ত সংযুক্ত ক্ষেত্রের একটি সারণি ক্ষেত্র বা SQL কোয়েরি উল্লেখ করতে একটি ইনডেক্স ব্যবহার করুন। এই বৈশিষ্ট্যের জন্য কার্যকর মান হল ১,২,৩, এবং আরও অনেক।</ahelp>"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10AD2\n"
+"help.text"
+msgid "If you delete the contents of the <emph>Bound field</emph> cell in the property browser, the first field of the result set is used to display and to exchange data."
+msgstr "যদি আপনি বৈশিষ্ট্য ব্রাউজারে <emph>বাউন্ড ফিল্ড</emph> ঘরের উপাদান মুছে ফেলতে চান, ফলাফল সেটের প্রথম ক্ষেত্র প্রদর্শণের জন্য এবং ডাটা স্থানান্তরের জন্য ব্যবহার করা হয়।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154588\n"
+"72\n"
+"help.text"
+msgid "This property for list boxes defines which data field of a linked table is displayed in the form."
+msgstr "তালিকা বাক্সের জন্য এই বৈশিষ্ট্য ফর্মের সংযুক্ত সারণিতে কোন ডাটা ক্ষেত্রে প্রদর্শিত হবে তা নির্ধারণ করে।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3151213\n"
+"38\n"
+"help.text"
+msgid "If a list box in the form is to display contents of a table linked to the form table, then define in the <emph>Type of list contents</emph> field if the display is determined by an SQL command or the (linked) table is accessed. With the <emph>Bound field</emph> property, you use an index to specify to which data field of the query or of the table the list field is linked."
+msgstr "আকারে যদি একটি তালিকা বাক্স আকার টেবিল,তে একটি টেবিলের অভ্যন্তরস্থ বস্তু প্রদর্শন করতে সংযোগ করে তারপর তে সংজ্ঞায়িত করুন<emph> তালিকা অভ্যন্তরস্থ বস্তুর ধরন</emph> ক্ষেত্র যদি প্রদর্শন করা একটি SQL কমান্ডের দ্বারা নির্ধারণ করা হয় অথবা (সংযুক্ত) টেবিল উপলব্ধি করা হয়। এর সঙ্গে<emph> বদ্ধ ক্ষেত্র</emph> বৈশিষ্ট্য, আপনি তে উল্লেখ করতে একটি সূচিপত্র ব্যবহার করুন যেটি ডাটা অনুসন্ধানের ক্ষেত্রন অথবা টেবিল তালিকা ক্ষেত্রের সংযোগ করা হয়।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3148427\n"
+"73\n"
+"help.text"
+msgid "The property <emph>Bound field</emph> is only for forms that are used to access more than one table. If the form is based on only one table, the field to be displayed in the form is specified directly under <emph>Data field</emph>. However, if you want the list box to display data from a table that is linked to the current table over a common data field, the linked data field is defined by the property <emph>Bound field</emph>."
+msgstr "বৈশিষ্ট্য<emph> বদ্ধ ক্ষেত্র</emph> রূপের জন্য কেবল যে এক টেবিলের চেয়ে আরও বেশি উপলব্ধি করতে ব্যবহার করা হয়। যদি আকার কেবল এক টেবিলে ভিত্তি করা হয়, হতে ক্ষেত্রের অধীনে আকারে প্রদর্শন কর সরাসরিভাবে উল্লেখ করা হয়<emph> ডাটা ক্ষেত্র</emph>। উপরন্তু, যদি আপনি একটি টেবিল থেকে ডাটা প্রদর্শন করতে তালিকা বাক্স চান যে একটি সাধারণ ডাটার ওপর বর্তমান টেবিলে সংযোগ করা হয় ক্ষেত্রওয়া হয়, সংযুক্ত ডাটা বৈশিষ্ট্যের দ্বারা ক্ষেত্রওয়া হয় নির্ধারণ করা হয়<emph> বদ্ধ ক্ষেত্র</emph>।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3150365\n"
+"39\n"
+"help.text"
+msgid "If you selected \"SQL\" under <emph>Type of list contents</emph>, the SQL command determines the index to be specified. Example: If you specify an SQL command such as \"SELECT Field1, Field2 FROM tablename\" under <emph>List content</emph>, refer to the following table:"
+msgstr "যদি আপনি নির্বাচন করেছিলেন \" SQL \"এর অধীনে<emph> তালিকা অভ্যন্তরস্থ বস্তুর ধরন</emph>, SQL কমান্ড হ উল্লেখ করতে সূচিপত্র নির্ধারণ করে। উদাহরণ: যদি আপনি একটি SQL কমান্ড যেমন উল্লেখ করেন \" tablename থেকে নির্বাচন Field1, Field2 \"ের অধীনে<emph> তালিকা ভিতরের উপাদান</emph>, নিম্নলিখিত টেবিলে উল্লেখ করুন:"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154716\n"
+"40\n"
+"help.text"
+msgid "Bound field"
+msgstr "পরিসর ক্ষেত্র"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3150666\n"
+"41\n"
+"help.text"
+msgid "Link"
+msgstr "লিংক"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154206\n"
+"42\n"
+"help.text"
+msgid "{empty}"
+msgstr "{খালি}"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3145257\n"
+"43\n"
+"help.text"
+msgid "The database field \"Field1\" is linked to the field specified under <emph>Data field</emph>."
+msgstr "ডাটাবেস ক্ষেত্র \"Field1\" <emph>তথ্য ক্ষেত্রে</emph> উল্লেখিত ক্ষেত্রের অধীনে যুক্ত।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3150887\n"
+"44\n"
+"help.text"
+msgid "1"
+msgstr "১"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3156064\n"
+"45\n"
+"help.text"
+msgid "The database field \"Field2\" is linked to the field specified under <emph>Data field</emph>."
+msgstr "ডাটাবেস ক্ষেত্র \"Field2\" <emph>তথ্য ক্ষেত্রে</emph> উল্লেখিত ক্ষেত্রের অধীনে যুক্ত।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154134\n"
+"46\n"
+"help.text"
+msgid "If you selected \"Table\" under <emph>Type of list contents</emph>, the table structure defines the index to be specified. Example: If a database table is selected under <emph>List content</emph>, refer to the following table:"
+msgstr "যদি আপনি নির্বাচন করেছিলেন \" টেবিল \"এর অধীনে<emph> তালিকা অভ্যন্তরস্থ বস্তুর ধরন</emph>, টেবিল ফ্রেম হ উল্লেখ করতে সূচিপত্র সংজ্ঞায়িত করে। উদাহরণ: যদি একটি ডাটাবেস টেবিল এর অধীনে নির্বাচন করা হয়<emph> তালিকা ভিতরের উপাদান</emph>, নিম্নলিখিত টেবিলে উল্লেখ করুন:"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155379\n"
+"47\n"
+"help.text"
+msgid "Bound field"
+msgstr "পরিসর ক্ষেত্র"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155529\n"
+"48\n"
+"help.text"
+msgid "Link"
+msgstr "লিংক"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155373\n"
+"49\n"
+"help.text"
+msgid "{empty}"
+msgstr "{খালি}"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154260\n"
+"50\n"
+"help.text"
+msgid "The 1st column of the table is linked to the field specified under <emph>Data field</emph>."
+msgstr "সারণিতে প্রথম কলাম <emph>তথ্য ক্ষেত্রে</emph> উল্লেখিত ক্ষেত্রের অধীনে যুক্ত।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3156448\n"
+"51\n"
+"help.text"
+msgid "1"
+msgstr "১"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154486\n"
+"52\n"
+"help.text"
+msgid "The 2nd column of the table is linked to the field specified under <emph>Data field</emph>."
+msgstr "সারণিতে দ্বিতীয় কলাম <emph>তথ্য ক্ষেত্রে</emph> উল্লেখিত ক্ষেত্রের অধীনে যুক্ত।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3149949\n"
+"53\n"
+"help.text"
+msgid "2"
+msgstr "২"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3146767\n"
+"54\n"
+"help.text"
+msgid "The 3rd column of the table is linked to the field specified under <emph>Data field</emph>."
+msgstr "সারণিতে তৃতীয় কলাম <emph>তথ্য ক্ষেত্রে</emph> উল্লেখিত ক্ষেত্রের অধীনে যুক্ত।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"hd_id3149772\n"
+"9\n"
+"help.text"
+msgid "Type of list contents"
+msgstr "তালিকাবদ্ধ উপাদানের ধরন"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154419\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_LISTSOURCETYPE\" visibility=\"hidden\">Determines the data to fill the lists in list and combo boxes.</ahelp> Determines the data to fill the lists in list and combo boxes."
+msgstr "<ahelp hid=\"HID_PROP_LISTSOURCETYPE\" visibility=\"hidden\">তালিকায় এবং কম্বো বাক্সে তালিকা তথ্যে পূরণ করতে তথ্য নির্দেশ করে।</ahelp>তালিকায় এবং কম্বো বাক্সে তালিকা তথ্যে পূরণ করতে তথ্য নির্দেশ করে।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3153326\n"
+"13\n"
+"help.text"
+msgid "With the \"Valuelist\" option, all entries entered in the <emph>List entries</emph> field of the <link href=\"text/shared/02/01170101.xhp\" name=\"General\"><emph>General</emph></link> tab appear in the control. For database forms, you can use reference values (see the <link href=\"text/shared/02/01170102.xhp\" name=\" References Using Value Lists\"><emph>References Using Value Lists</emph></link> section)."
+msgstr "\" Valuelist \" অপশনের সাথে, সমস্ত এন্ট্রি তে ঢুকিয়েছিল<emph> তালিকা এন্ট্রি</emph> ক্ষেত্র<link href=\"text/shared/02/01170101.xhp\" name=\"General\"><emph> সাধারণ</emph></link> ট্যাব নিয়ন্ত্রণে আবির্ভূত হয়। ডাটাবেস রূপের জন্য, আপনি তথ্যসূত্র মান ব্যবহার করতে পারেন (দেখুন<link href=\"text/shared/02/01170102.xhp\" name=\" References Using Value Lists\"><emph> মূল্য তালিকা ব্যবহার করে তথ্যসূত্র</emph></link> বিভাগ)।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3153067\n"
+"14\n"
+"help.text"
+msgid "If the content of the control is read from a database, you can determine the type of the data source with the other options. For example, you can choose between tables and queries."
+msgstr "যদি একটি নিয়ন্ত্রণের উপাদান একটি ডাটাবেক থেকে পড়া হয়, তবে আপনি অন্যান্য অপশন ব্যবহার করে ডাটাসোর্সের ধরন নির্ধারণ করতে পারেন। উদাহরণস্বরূপ, আপনি সারণি এবং কোয়েরি থেকে একটি বেছে নিতে পারেন।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"hd_id3153820\n"
+"7\n"
+"help.text"
+msgid "List content"
+msgstr "তালিকার উপাদান"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3159171\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_LISTSOURCE\">With database forms, specifies the data source for the list content of the form-element. This field can be used to define a value list for documents without a database connection.</ahelp>"
+msgstr "<ahelp hid=\"HID_PROP_LISTSOURCE\">ডাটাবেস ফর্ম দিয়ে, ফর্ম উপাদানের তালিকাবদ্ধ উপাদানের জন্য ডাটাসোর্স উল্লেখ করে। এই ক্ষেত্রটি ডাটাবেস সংযোগবিহীন নথির জন্য একটি মানের তালিকা নির্ধারণে ব্যবহার করা হয়।</ahelp>"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3168456\n"
+"15\n"
+"help.text"
+msgid "In the case of database forms, the data source determines the entries of the list or combo box. Depending on the selected type, you have a choice between different data sources under <emph>List content</emph>, provided that these objects exist in your database. All available database objects of the type selected under <emph>Type of list contents</emph> are offered here. If you have selected the \"Value List\" option as the type, you can use references for database forms. If the display of the control is controlled by an SQL command, the SQL statement is entered here."
+msgstr "ডাটাবেস রূপের খাপে, ডাটা উৎ‍স তালিকা অথবা কম্বো বাক্সের এন্ট্রি নির্ধারণ করে। নির্বাচিত ধরনে নির্ভর করছে, আপনার ের অধীনে আলাদা ডাটা উৎসের মধ্যে একটি পছন্দ রয়েছে<emph> তালিকা ভিতরের উপাদান</emph>, যে এই বস্তু আপনার ডাটাবেসে রয়েছে। ধরনের সমস্ত প্রাপ্তিসাধ্য ডাটাবেস বস্তু ের অধীনে নির্বাচন করেছিল<emph> তালিকা অভ্যন্তরস্থ বস্তুর ধরন</emph> এখানে প্রস্তাব দেওয়া হয়। যদি আপনি নির্বাচন করেছেন \" মূল্য তালিকা \" ধরন হিসেবে অপশন, আপনি ডাটাবেস রূপের জন্য তথ্যসূত্র ব্যবহার করতে পারেন। নিয়ন্ত্রণের যদি প্রদর্শন করা একটি SQL কমান্ডের দ্বারা নিয়ন্ত্রণ করা হয়, SQL বক্তব্য এখানে ঢোকাওয়া হয়।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155870\n"
+"81\n"
+"help.text"
+msgid "Examples of SQL statements:"
+msgstr "SQL বিবরণের উদাহরণ:"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3144504\n"
+"82\n"
+"help.text"
+msgid "For list boxes, an SQL statement may have the following form:"
+msgstr "তালিকা বাক্সের জন্য, একটি SQL বিবরণের নিম্নোক্ত ফরম থাকতে পারে:"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3156188\n"
+"83\n"
+"help.text"
+msgid "SELECT field1, field2 FROM table,"
+msgstr "সারণি হতে ক্ষেত্র১, ক্ষেত্র২ নির্বাচন করুন,"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155266\n"
+"84\n"
+"help.text"
+msgid "Here \"table\" is the table whose data is displayed in the list of the control (list table). \"field1\" is the data field that defines the visible entries in the form; its content is displayed in the list box. \"field2\" is the field of the list table that is linked to the form table (value table) through the field specified under <emph>Data field</emph> if <emph>Bound field</emph> = 1 was selected."
+msgstr "এখানে \" টেবিল \" টেবিল যার ডাটা নিয়ন্ত্রণের তালিকাতে প্রদর্শন করা হয় (তালিকা টেবিল)। \" field1 \" ডাটা ক্ষেত্রয় যে আকারে দৃশ্যমান এন্ট্রি সংজ্ঞায়িত করে; এর ভিতরের উপাদান তালিকা বাক্সে প্রদর্শন করা হয়। \" field২ \" তালিকা টেবিলের ক্ষেত্র যে আকার টেবিলে সংযোগ করা হয় (মূল্য টেবিল) ক্ষেত্রের মধ্য দিয়ে ের অধীনে উল্লেখ করেছিল<emph> ডাটা ক্ষেত্র</emph> যদি<emph> বদ্ধ ক্ষেত্র</emph> = ১ নির্বাচন করা হয়েছিল।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3145074\n"
+"85\n"
+"help.text"
+msgid "For combo boxes, an SQL statement may take the following form:"
+msgstr "কম্বো বাক্সের জন্য, SQL বিবরণ নিম্নোক্ত ফরম গ্রহণ করে:"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3150991\n"
+"86\n"
+"help.text"
+msgid "SELECT DISTINCT field FROM table,"
+msgstr "সারণি হতে চিহ্নিত ক্ষেত্র নির্বাচন করুন,"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154344\n"
+"87\n"
+"help.text"
+msgid "Here \"field\" is a data field from the list table \"table\" whose content is displayed in the list of the combo box."
+msgstr "এখানে \"ক্ষেত্র\" হল সারণি তালিকা \"সারণি\"থেকে একটি ডাটা ক্ষেত্র যার উপাদান কম্বো বাক্সের তালিকায় প্রদর্শিত হয়।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3149328\n"
+"74\n"
+"help.text"
+msgid "<emph>Value lists for HTML documents</emph>"
+msgstr "<emph>HTML নথির জন্য মানের তালিকা</emph>"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3156034\n"
+"16\n"
+"help.text"
+msgid "For HTML forms, you can enter a value list under <emph>List content</emph>. Select the option \"Valuelist\" under <emph>Type of list contents</emph>. The values entered here will not be visible in the form, and are used to assign values to the visible entries. The entries made under <emph>List content</emph> correspond to the HTML tag <OPTION VALUE=...>."
+msgstr "HTML রূপের জন্য, আপনি এর অধীনে একটি মূল্য তালিকা ঢোকেতে পারে<emph> তালিকা ভিতরের উপাদান</emph>। অপশন নির্বাচন করুন \" Valuelist \"এর অধীনে<emph> তালিকা অভ্যন্তরস্থ বস্তুর ধরন</emph>। মান আকারে দৃশ্যমান এখানে ঢোকেনি, এবং দৃশ্যমান এন্ট্রিতে মান বরাদ্দ করতে ব্যবহার করা হয়। এন্ট্রির অধীনে তৈরি করেছিল<emph> তালিকা ভিতরের উপাদান</emph> HTML ট্যাগে সঙ্গতিপূর্ণ হওয়ান<OPTION VALUE=...>।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154855\n"
+"17\n"
+"help.text"
+msgid "In the data transfer of a selected entry from a list box or a combo box, both the list of the values displayed in the form, which was entered on the <link href=\"text/shared/02/01170101.xhp\" name=\"General\"><emph>General</emph></link> tab under <emph>List entries</emph>, and the value list entered on the <emph>Data</emph> tab under <emph>List content</emph>, are taken into consideration: If a (non-empty) text is at the selected position in the value list (<OPTION VALUE=...>), it will be transmitted. Otherwise, the text displayed in the (<OPTION>) control is sent."
+msgstr "ডাটাতে একটি তালিকা বাক্স অথবা একটি কম্বো বাক্স থেকে একটি নির্বাচিত এন্ট্রির স্থানান্তর করে, মানের উভয় তালিকা আকারে প্রদর্শন করেছিল, যেটি ে ঢোকাওয়া হয়েছিল<link href=\"text/shared/02/01170101.xhp\" name=\"General\"><emph> সাধারণ</emph></link>এর অধীনে ট্যাব<emph> তালিকা এন্ট্রি</emph>, এবং মূল্য তালিকাতে ঢুকিয়েছিল<emph> ডাটা</emph>এর অধীনে ট্যাব<emph> তালিকা ভিতরের উপাদান</emph>, বিবেচনার দিকে গ্রহণ করা হয়: যদি একটি (খালি নয় এমন) লেখা মূল্য তালিকাতে নির্বাচিত অবস্থানে (<OPTION VALUE=...>), এইটি প্রেরণ করা হবে। অন্যথায়, লেখা তে প্রদর্শন করেছিল (<OPTION>) নিয়ন্ত্রণ পাঠাওয়া হয়।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3163377\n"
+"18\n"
+"help.text"
+msgid "If the value list is to contain an empty string, enter the value \"$$$empty$$$\" under <emph>List content</emph> at the corresponding position (note uppercase/lowercase). $[officename] interprets this input as an empty string and assigns it to the respective list entry."
+msgstr "যদি মান তালিকার একটি ফাঁকা ষ্ট্রিং ধারণ করে, enter the value \"$$$empty$$$\" under <emph>বিষয়বস্তু তালিকা করুন</emph> এর অধীনে সংশ্লিষ্ট অবস্থানে (বড় হাতের অক্ষর/ছোট হাতের অক্ষর নোট করুন) \"$$$empty$$$\" মান সন্নিবেশ করান। $[officename] এই ইনপুট একটি ফাঁকা ষ্ট্রিং এ অনুবাদ করে এবং এবং এটিকে নিজ নিজ তালিকা এন্ট্রিতে বরাদ্দ করুন।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3156309\n"
+"19\n"
+"help.text"
+msgid "The following table shows the connections between HTML, JavaScript, and the $[officename] field <emph>List content</emph> using an example list box named \"ListBox1\". In this case, \"Item\" designates a list entry visible in the form:"
+msgstr "\"ListBox1\" নামের একটি উদাহরণ তালিকা বাক্স ব্যবহার করে নিম্নোক্ত সারণি HTML, JavaScript, এবং $[officename] ক্ষেত্র <emph>তালিকা বিষয়বস্তু</emph> এর মাঝের সংযোগ প্রদর্শন করে। এই ক্ষেত্রে, \"আইটেম\" ফর্মে দৃশ্যমান একটি তালিকা এন্ট্রি মনোনীত করে:"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3159204\n"
+"20\n"
+"help.text"
+msgid "<emph>HTML Tag</emph>"
+msgstr "<emph>HTML ট্যাগ</emph>"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3152539\n"
+"21\n"
+"help.text"
+msgid "<emph>JavaScript</emph>"
+msgstr "<emph>JavaScript</emph>"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3158404\n"
+"22\n"
+"help.text"
+msgid "<emph>Entry in value list of the control (List content)</emph>"
+msgstr "<emph>নিয়ন্ত্রনের মানের তালিকায় এন্ট্রি (উপাদানের তালিকা)</emph>"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3151198\n"
+"23\n"
+"help.text"
+msgid "<emph>Transmitted data</emph>"
+msgstr "<emph>প্রেরিত ডাটা</emph>"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154668\n"
+"24\n"
+"help.text"
+msgid "<OPTION>Item"
+msgstr "<OPTION>উপকরণ"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154269\n"
+"25\n"
+"help.text"
+msgid "Not possible"
+msgstr "সম্ভব নয়"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3153109\n"
+"26\n"
+"help.text"
+msgid "\"\""
+msgstr "\"\""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154596\n"
+"27\n"
+"help.text"
+msgid "the visible list entry (\"ListBox1=Item\")"
+msgstr "the visible list entry (\"ListBox1=Item\")"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3146892\n"
+"28\n"
+"help.text"
+msgid "<OPTION VALUE=\"Value\">Item"
+msgstr "<OPTION VALUE=\"Value\">উপকরণ"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154604\n"
+"29\n"
+"help.text"
+msgid "ListBox1.options[0].value=\"Value\""
+msgstr "ListBox1.options[0].value=\"Value\""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3153689\n"
+"30\n"
+"help.text"
+msgid "\"Value\""
+msgstr "\"Value\""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3159226\n"
+"31\n"
+"help.text"
+msgid "The value assigned to the list entry (\"ListBox1=Value\")"
+msgstr "মানটি এন্ট্রির তালিকায় সন্নিবেশ করা হয়েছে (\"ListBox1=Value\")"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155944\n"
+"32\n"
+"help.text"
+msgid "<OPTION VALUE=\"\">Item"
+msgstr "<OPTION VALUE=\"\">উপকরণ"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3155147\n"
+"33\n"
+"help.text"
+msgid "ListBox1.options[0].value=\"\""
+msgstr "ListBox1.options[0].value=\"\""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3154763\n"
+"34\n"
+"help.text"
+msgid "\"$$$empty$$$\""
+msgstr "\"$$$empty$$$\""
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3151012\n"
+"35\n"
+"help.text"
+msgid "An empty string (\"ListBox1=\")"
+msgstr "একটি খালি স্ট্রিং (\"ListBox1=\")"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"hd_id3148901\n"
+"11\n"
+"help.text"
+msgid "Empty string is NULL"
+msgstr "খালি স্ট্রিংটি নাল"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3145357\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_EMPTY_IS_NULL\">Defines how an empty string input should be handled. If set to Yes, an input string of length zero will be treated as a value NULL. If set to No, any input will be treated as-is without any conversion.</ahelp>"
+msgstr "<ahelp hid=\"HID_PROP_EMPTY_IS_NULL\">কিভাবে একটি খালি স্ট্রিং ইনপুট নিয়ন্ত্রণ করা হবে তা নির্ধারণ করে। যদি হ্যাঁ নিযুক্ত করা হয়, তবে শূন্য মানের একটি ইনপুট স্ট্রিং কে NULL মান হিসেবে গন্য করা হয়। যদি না নিযুক্ত করা হয়, তবে ইনপুটটিকে কোন রকম পরিবর্তন ছাড়াই গন্য করা হয়।</ahelp>"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id0820200812403467\n"
+"help.text"
+msgid "An empty string is a string of length zero (\"\"). Normally, a value NULL is not the same as an empty string. In general, a term NULL is used to denote an undefined value, an unknown value, or \"no value has been entered yet.\""
+msgstr "একটি খালি স্ট্রিং হল শূন্য মানের স্ট্রিং (\"\")। স্বাভাবিকভাবে, একটি NULL মান একটি খালি স্ট্রিং মানের অনুরূপ নয়। সাধারণভাবে, NULL টার্মটি একটি অনির্ধারিত মান, অজানা মান, বা \"এখনও কোন মান সন্নিবেশ করানো হয়নি\" এমন মান নির্দেশ করতে ব্যবহার করা হয়।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id0820200812403455\n"
+"help.text"
+msgid "Database systems vary and they might handle a value NULL differently. Refer to documentations of the database that you are using."
+msgstr "ডাটাবেস সিস্টেম বিভিন্ন রকম হয় এবং একটি নাল মান বিভিন্নভাবে নিয়ন্ত্রণ করতে পারে। আপনার ব্যবহৃত ডাটাবেসের নথিতেশনের উপর রেফার করে।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"hd_id3161653\n"
+"88\n"
+"help.text"
+msgid "Filter proposal"
+msgstr "পরিশোধক প্রস্তাবনা"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_id3151221\n"
+"89\n"
+"help.text"
+msgid "<variable id=\"filtervorschlag\"><ahelp hid=\"HID_PROP_FILTERPROPOSAL\">While designing your form, you can set the \"Filter proposal\" property for each text box in the <emph>Data</emph> tab of the corresponding <emph>Properties</emph> dialog. In subsequent searches in the filter mode, you can select from all information contained in these fields.</ahelp> The field content can then be selected using the AutoComplete function. Note, however, that this function requires a greater amount of memory space and time, especially when used in large databases and should therefore be used sparingly. </variable>"
+msgstr "<variable id=\"filtervorschlag\"><ahelp hid=\"HID_PROP_FILTERPROPOSAL\"> আপনার আকার পরিকল্পনা করার সময়, আপনি নিযুক্ত করতে পারে \" পরিশোধক প্রস্তাবে \"তে প্রত্যেক লেখা বাক্সের জন্য বৈশিষ্ট্য<emph> ডাটা</emph> সংশ্লিষ্টের ট্যাব<emph> বৈশিষ্ট্যাবলী</emph> ডায়ালগ। পরিশোধক মোডে পরবর্তী অনুসন্ধানে, আপনি এই ক্ষেত্রে সমস্ত তথ্য থেকে নির্বাচন করতে পেরেছিলেন ধারণ করেছিলেন।</ahelp> ক্ষেত্র ভিতরের উপাদান তারপর AutoComplete কাজ নির্বাচন কর ব্যবহার করা হচ্ছে। নোট,, উপরন্তু যে এই কাজটি মেমরি স্থান এবং সময়ের একটি বৃহত্তর পরিমাণ প্রয়োজন বোধ করে, বিশেষভাবে যখন বড় ডাটাবেসে ব্যবহার করেছিল এবং এর অতএব ব্রাত্যভাবে ব্যবহার করা উচিত।</variable>"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10EE3\n"
+"help.text"
+msgid "Linked cell"
+msgstr "লিংককৃত ঘর"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10EE7\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_BOUND_CELL\">Specifies the reference to a linked cell on a spreadsheet. The live state or contents of the control are linked to the cell contents.</ahelp> The following tables list the controls and their corresponding link type:"
+msgstr "<ahelp hid=\"HID_PROP_BOUND_CELL\">একটি স্প্রেডশীটে একটি সংযুক্ত কক্ষের রেফারেন্স উল্লেখ করুন। লাইভ অবস্থা অথবা নিয়ন্ত্রনের বিষযবস্তু কক্ষের বিষযবস্তুর সাথে সংযুক্ত করা হবে।</ahelp> নিম্নোক্ত সারণি নিয়ন্ত্রণ এবং এদের সংশ্লিষ্ট সংযোগ ধরন তালিকা করে:"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10EF7\n"
+"help.text"
+msgid "Check box with linked cell"
+msgstr "লিংককৃত ঘরের সাথে পরীক্ষা বাক্স"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F04\n"
+"help.text"
+msgid "Action"
+msgstr "কাজ"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F0A\n"
+"help.text"
+msgid "Result"
+msgstr "ফলাফল"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F11\n"
+"help.text"
+msgid "Select the check box"
+msgstr "পরীক্ষা বাক্স নির্বাচন করুন"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F17\n"
+"help.text"
+msgid "TRUE is entered into the linked cell"
+msgstr "লিংককৃত ঘরে সত্য সন্নিবেশ করা হয়েছে"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F1E\n"
+"help.text"
+msgid "Deselect the check box"
+msgstr "পরীক্ষা বাক্সকে অনির্বাচিত করুন"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F24\n"
+"help.text"
+msgid "FALSE is entered into the linked cell"
+msgstr "লিংককৃত ঘরে মিথ্যা সন্নিবেশ করা হয়েছে"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F2B\n"
+"help.text"
+msgid "Tri-state check box is set to \"undetermined\" state"
+msgstr "ত্রি-অবস্থার পরীক্ষা বাক্স \"অনির্ধারিত\" অবস্থায় নিযুক্ত হয়"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F31\n"
+"help.text"
+msgid "#NV is entered into the linked cell"
+msgstr "#NV লিংককৃত ঘরে সন্নিবেশ করা হয়েছে"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F38\n"
+"help.text"
+msgid "Enter a number or a formula that returns a number in the linked cell"
+msgstr "এমন একটি নাম্বার বা সূত্র সন্নিবেশ করুন যা লিংককৃত ঘরে ফিরিয়ে দেয়"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F3E\n"
+"help.text"
+msgid "If entered value is TRUE or not 0: Check box is selected<br/>If entered value is FALSE or 0: Check box is deselected"
+msgstr "যদি প্রবেশিত মান TRUE বা 0 না হয়: পরীক্ষা বাক্স নির্বাচিত হয়<br/>যদি প্রবেশিত মান FALSE বা 0: পরীক্ষা বাক্স অনির্বাচিত"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F47\n"
+"help.text"
+msgid "Clear the linked cell, or enter text, or enter a formula that returns text or an error"
+msgstr "একটি লিংককৃত ঘর মুছে ফেলুন, বা একটি পাঠ্য সন্নিবেশ করুন, বা একটি সূত্র সন্নিবেশ করুন যা একটি পাঠ্য বা ত্রুটি ফিরিয়ে দেয়"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F4D\n"
+"help.text"
+msgid "Check box is set to \"undetermined\" state if it is a tri-state check box, else check box is deselected."
+msgstr "পরীক্ষা বাক্স \"অনির্দেশিত\" অবস্থায় নিযুক্ত হয় যদি এটি একটি ত্রি-অবস্থার পরীক্ষা বাক্স হয়, নতুবা পরীক্ষা বাক্সটি অনির্বাচিত হবে।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11023\n"
+"help.text"
+msgid "Select the box. The Reference value box contains text."
+msgstr "বাক্সটি নির্বাচন করুন। প্রসঙ্গ মানের বাক্স টেক্সট ধারণ করে।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1103A\n"
+"help.text"
+msgid "The text from the Reference value box is copied to the cell."
+msgstr "প্রসঙ্গ মানের বাক্স হতে সব ঘরে টেক্সট অনুলিপি করা হয়েছে।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11040\n"
+"help.text"
+msgid "Deselect the box. The Reference value box contains text."
+msgstr "বাক্সটিকে তালিকা হতে বাদ দিন। প্রসঙ্গ মান বাক্স টেক্সট ধারণ করে।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11008\n"
+"help.text"
+msgid "An empty string is copied to the cell."
+msgstr "ঘরে একটি খালি স্ট্রিং অনুলিপি করা হয়।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1104B\n"
+"help.text"
+msgid "The Reference value box contains text. Enter the same text into the cell."
+msgstr "প্রসঙ্গ মান বাক্স টেক্সট ধারণ করে। ঘরে একই টেক্সট সন্নিবেশ করুন।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11050\n"
+"help.text"
+msgid "The check box is selected."
+msgstr "পরীক্ষাবাক্সটি নির্বাচিত হয়েছে।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11056\n"
+"help.text"
+msgid "The Reference value box contains text. Enter another text into the cell."
+msgstr "প্রসঙ্গ মান বাক্স টেক্সট ধারণ করে। ঘরে আরেকটি টেক্সট সন্নিবেশ করুন।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1105B\n"
+"help.text"
+msgid "The check box is deselected."
+msgstr "পরীক্ষা বাক্সটি অনির্বাচিত হয়েছে।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F58\n"
+"help.text"
+msgid "Option button (radio button) with linked cell"
+msgstr "লিংককৃত ঘরের সাথে অপশন বোতাম (রেডিও বোতাম)"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F65\n"
+"help.text"
+msgid "Action"
+msgstr "কাজ"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F6B\n"
+"help.text"
+msgid "Result"
+msgstr "ফলাফল"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F72\n"
+"help.text"
+msgid "Select the option button"
+msgstr "অপশন বোতাম নির্বাচন করুন"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F78\n"
+"help.text"
+msgid "TRUE is entered into the linked cell"
+msgstr "লিংককৃত ঘরে সত্য সন্নিবেশ করা হয়েছে"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F7F\n"
+"help.text"
+msgid "Option button is deselected by selecting another option button"
+msgstr "অন্য"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F85\n"
+"help.text"
+msgid "FALSE is entered into the linked cell"
+msgstr "লিংককৃত ঘরে মিথ্যা সন্নিবেশ করা হয়েছে"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F8C\n"
+"help.text"
+msgid "Enter a number or a formula that returns a number in the linked cell"
+msgstr "এমন একটি নাম্বার বা সূত্র সন্নিবেশ করুন যা লিংককৃত ঘরে ফিরিয়ে দেয়"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F92\n"
+"help.text"
+msgid "If entered value is TRUE or not 0: Option button is selected<br/>If entered value is FALSE or 0: Option button is deselected"
+msgstr "যদি প্রবেশিত মান TRUE বা 0 না হয়: অপশন বোতাম নির্বাচিত হবে<br/>যদি প্রবেশিত মান FALSE বা 0 হয়: অপশন বোতাম অনির্বাচিত হবে"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10F9B\n"
+"help.text"
+msgid "Clear the linked cell, or enter text, or enter a formula that returns text or an error"
+msgstr "একটি লিংককৃত ঘর মুছে ফেলুন, বা একটি পাঠ্য সন্নিবেশ করুন, বা একটি সূত্র সন্নিবেশ করুন যা একটি পাঠ্য বা ত্রুটি ফিরিয়ে দেয়"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FA1\n"
+"help.text"
+msgid "Option button is deselected"
+msgstr "অপশন বোতামকে অনির্বাচিত করা হয়েছে"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110EF\n"
+"help.text"
+msgid "Click the option button. The Reference value box contains text."
+msgstr "অপশন বোতাম ক্লিক করুন। প্রসঙ্গ মান বাক্স টেক্সট ধারণ করে।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110F4\n"
+"help.text"
+msgid "The text from the Reference value box is copied to the cell."
+msgstr "প্রসঙ্গ মানের বাক্স হতে সব ঘরে টেক্সট অনুলিপি করা হয়েছে।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110FA\n"
+"help.text"
+msgid "Click another option button of the same group. The Reference value box contains text."
+msgstr "একই দলের অন্যএকটি অপশন বোতামে ক্লিক করুন। রেফারেন্স মানের বাক্স পাঠ্য ধারণ করে।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110EA\n"
+"help.text"
+msgid "An empty string is copied to the cell."
+msgstr "ঘরে একটি খালি স্ট্রিং অনুলিপি করা হয়।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11105\n"
+"help.text"
+msgid "The Reference value box contains text. Enter the same text into the cell."
+msgstr "প্রসঙ্গ মান বাক্স টেক্সট ধারণ করে। ঘরে একই টেক্সট সন্নিবেশ করুন।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1110A\n"
+"help.text"
+msgid "The option button is selected."
+msgstr "অপশন বোতাম নির্বাচিত হয়েছে।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11110\n"
+"help.text"
+msgid "The Reference value box contains text. Enter another text into the cell."
+msgstr "প্রসঙ্গ মান বাক্স টেক্সট ধারণ করে। ঘরে আরেকটি টেক্সট সন্নিবেশ করুন।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11115\n"
+"help.text"
+msgid "The option button is cleared."
+msgstr "অপশন বোতাম মুছে ফেলা হয়েছে।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FAC\n"
+"help.text"
+msgid "Text box with linked cell"
+msgstr "লিংককৃত ঘরের সাথে টেক্সট বাক্স"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FB9\n"
+"help.text"
+msgid "Action"
+msgstr "কাজ"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FBF\n"
+"help.text"
+msgid "Result"
+msgstr "ফলাফল"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FC6\n"
+"help.text"
+msgid "Enter text into the text box"
+msgstr "টেক্সট বাক্সে টেক্সট সন্নিবেশ করুন"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FCC\n"
+"help.text"
+msgid "Text is copied into the linked cell"
+msgstr "লিংককৃত ঘরে টেক্সট অনুলিপি করা হয়েছে"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FD3\n"
+"help.text"
+msgid "Clear the text box"
+msgstr "টেক্সট বাক্স পরিস্কার করুন"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FD9\n"
+"help.text"
+msgid "Linked cell is cleared"
+msgstr "লিংককৃত ঘর পরিস্কার করুন"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FE0\n"
+"help.text"
+msgid "Enter text or a number in the linked cell"
+msgstr "লিংককৃত ঘরে টেক্সট বা সংখ্যা সন্নিবেশ করুন"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FE6\n"
+"help.text"
+msgid "Text or number is copied into the text box"
+msgstr "টেক্সট বাক্সে টেক্সট বা সংখ্যা অনুলিপি করা হয়েছে"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FED\n"
+"help.text"
+msgid "Enter a formula into the linked cell"
+msgstr "লিংককৃত ঘরে একটি সূত্র সন্নিবেশ করুন"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FF3\n"
+"help.text"
+msgid "Formula result is copied into the text box"
+msgstr "টেক্সট বাক্সে সূত্র ফলাফল অনুলিপি করা হয়েছে"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN10FFA\n"
+"help.text"
+msgid "Clear the linked cell"
+msgstr "লিংককৃত ঘর পরিস্কার করুন"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11000\n"
+"help.text"
+msgid "Text box is cleared"
+msgstr "টেক্সট বাক্স পরিস্কার করা হয়েছে"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1100B\n"
+"help.text"
+msgid "Numerical field and formatted field with linked cell"
+msgstr "লিংককৃত ঘরের সাথে সংখ্যাসূচক এবং বিন্যাসকৃত ক্ষেত্র"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11018\n"
+"help.text"
+msgid "Action"
+msgstr "কাজ"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1101E\n"
+"help.text"
+msgid "Result"
+msgstr "ফলাফল"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11025\n"
+"help.text"
+msgid "Enter a number into the field"
+msgstr "ক্ষেত্রে একটি সংখ্যা সন্নিবেশ করুন"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1102B\n"
+"help.text"
+msgid "Number is copied into the linked cell"
+msgstr "লিংককৃত ঘরে সংখ্যা অনুলিপি করা হয়েছে"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11032\n"
+"help.text"
+msgid "Clear the field"
+msgstr "ক্ষেত্র পরিস্কার করুন"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11038\n"
+"help.text"
+msgid "Value 0 is set in the linked cell"
+msgstr "লিংককৃত ঘরে ০ মান নিযুক্ত করা হয়েছে"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1103F\n"
+"help.text"
+msgid "Enter a number or a formula that returns a number in the linked cell"
+msgstr "একটি সংখ্যা বা সূত্র সন্নিবেশ করুন যা লিংককৃত ঘরে একটি সংখ্যা ফিরিয়ে দেয়"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11045\n"
+"help.text"
+msgid "Number is copied into the field"
+msgstr "ক্ষেত্রে সংখ্যা অনুলিপি করা হয়েছে"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1104C\n"
+"help.text"
+msgid "Clear the linked cell, or enter text, or enter a formula that returns text or an error"
+msgstr "একটি লিংককৃত ঘর মুছে ফেলুন, বা একটি পাঠ্য সন্নিবেশ করুন, বা একটি সূত্র সন্নিবেশ করুন যা একটি পাঠ্য বা ত্রুটি ফিরিয়ে দেয়"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11052\n"
+"help.text"
+msgid "Value 0 is set in the field"
+msgstr "ক্ষেত্রে ০ মান নিযুক্ত করা হয়েছে"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1105D\n"
+"help.text"
+msgid "List box with linked cell"
+msgstr "লিংককৃত ঘরে তালিকা বাক্স"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11060\n"
+"help.text"
+msgid "List boxes support two different linking modes, see the property \"Contents of the linked cell\"."
+msgstr "তালিকা বাক্স দুটি ভিন্ন যুক্তকরণ মোড সমর্থন করে, \"লিংককৃত ঘরের উপকরণের\" বৈশিষ্ট্য দেখুন।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11066\n"
+"help.text"
+msgid "Linked contents: Synchronize the text contents of the selected list box entry with the cell contents."
+msgstr "লিংককৃত উপাদান: নির্বাচিত তালিকা বাক্স এন্ট্রি ঘর সহ পাঠ্য উপাদান সমকালীন করুন।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1106A\n"
+"help.text"
+msgid "Linked selection position: The position of the single selected item in the list box is synchronized with the numerical value in the cell."
+msgstr "সংযুক্ত নির্বাচন অবস্থান: তালিকা বাক্সে একটি নির্বাচিত আইটেমের অবস্থান, ঘরের সংখ্যা অনুসারে পরিবর্তিত হবে।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11077\n"
+"help.text"
+msgid "Action"
+msgstr "কাজ"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1107D\n"
+"help.text"
+msgid "Result"
+msgstr "ফলাফল"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11084\n"
+"help.text"
+msgid "Select a single list item"
+msgstr "একটি একক উপকরণ তালিকা নির্বাচন করুন"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1108A\n"
+"help.text"
+msgid "Contents are linked: Text of the item is copied into the linked cell."
+msgstr "উপকরণগুলো লিংককৃত: আইটেমের পাঠ্য লিংককৃত ঘরে অনুলিপিকৃত।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1108D\n"
+"help.text"
+msgid "Selection is linked: Position of the selected item is copied into the linked cell. For example, if the third item is selected, the number 3 will be copied."
+msgstr "সংযুক্ত নির্বাচন: নির্বাচিত আইটেমের অবস্থান একটি সংযুক্ত ঘরে অনুলিপি করা হয়েছে। উদাহরণসরুপ, যদি তৃতীয় আইটেম নির্বাচিত হয়, তবে ৩ অনুলিপি করা হবে।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11094\n"
+"help.text"
+msgid "Select several list items"
+msgstr "একাধিক উপকরণ তালিকা নির্বাচন করুন"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1109A\n"
+"help.text"
+msgid "#NV is entered into the linked cell"
+msgstr "#NV লিংককৃত ঘরে সন্নিবেশ করা হয়েছে"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110A1\n"
+"help.text"
+msgid "Deselect all list items"
+msgstr "সব উপকরণ তালিকা হতে বাদ দিন"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110A7\n"
+"help.text"
+msgid "Contents are linked: Linked cell is cleared"
+msgstr "উপকরণগুলো লিংককৃত: লিংককৃত ঘর মুছে ফেলা হয়েছে"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110AA\n"
+"help.text"
+msgid "Selection is linked: Value 0 is entered in the linked cell"
+msgstr "নির্বাচন লিংককৃত: লিংককৃত ঘরে ০ মান সন্নিবেশ করা হয়েছে"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110B1\n"
+"help.text"
+msgid "Enter text or a number into the linked cell"
+msgstr "লিংককৃত ঘরে সংখ্যা বা টেক্সট সন্নিবেশ করা হয়েছে"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110B7\n"
+"help.text"
+msgid "Contents are linked: Find and select an equal list item"
+msgstr "উপকরণ লিংককৃত: একটি সমান উপকরণ তালিকা খুঁজুন এবং নির্বাচন করুন"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110BA\n"
+"help.text"
+msgid "Selection is linked: The list item at the specified position (starting with 1 for the first item) is selected. If not found, all items are deselected."
+msgstr "সংযুক্ত নির্বাচন: উল্লেখিত অবস্থানে (প্রথম আইটেম ১ দিয়ে শুরু হয়) তালিকা আইটেম নির্বাচিত হয়েছে। যদি না পাওয়া যায়, তবে সব আইটেম অনির্বাচিত হয়ে যায়।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110C1\n"
+"help.text"
+msgid "Enter a formula into the linked cell"
+msgstr "লিংককৃত ঘরে একটি সূত্র সন্নিবেশ করুন"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110C7\n"
+"help.text"
+msgid "Find and select a list item that matches the formula result and link mode"
+msgstr "একটি আইটেম তালিকা অনুসন্ধান করে এবং নির্বাচন করে যা সূত্র ফলাফল এবং লিংক মোডের সাথে মিলে।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110CE\n"
+"help.text"
+msgid "Clear the linked cell"
+msgstr "লিংককৃত ঘর পরিস্কার করুন"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110D4\n"
+"help.text"
+msgid "Deselect all items in the list box"
+msgstr "তালিকা বাক্স হতে সব উপকরণ বাতিল করুন"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110DB\n"
+"help.text"
+msgid "Change the contents of the list source range"
+msgstr "উৎস পরিসরের তালিকার উপাদান পরিবর্তন করুন"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110E1\n"
+"help.text"
+msgid "List box items are updated according to the change. The selection is preserved. This may cause an update to the linked cell."
+msgstr "তালিকা বাক্স আইটেম পরিবর্তন অনুসারে হালনাগাদ হয়। নির্বাচনটি সংরক্ষিত। এটি সংযুক্ত ঘরের হালনাগাদ ঘটাতে পারে।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110EC\n"
+"help.text"
+msgid "Combo box with linked cell"
+msgstr "লিংককৃত ঘরের সাথে কম্বো বাক্স"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110F9\n"
+"help.text"
+msgid "Action"
+msgstr "কাজ"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN110FF\n"
+"help.text"
+msgid "Result"
+msgstr "ফলাফল"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11106\n"
+"help.text"
+msgid "Enter text into the edit field of the combo box, or select an entry from the drop-down list"
+msgstr "কম্বো বাক্সের সম্পাদনা ক্ষেত্রে একটি পাঠ্য সন্নিবেশ করুন, বা নিম্ন-প্রসারণ তালিকা হতে একটি এন্ট্রি নির্বাচন করুন"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1110C\n"
+"help.text"
+msgid "Text is copied into the linked cell"
+msgstr "লিংককৃত ঘরে টেক্সট অনুলিপি করা হয়েছে"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11113\n"
+"help.text"
+msgid "Clear the edit field of the combo box"
+msgstr "কম্বো বাক্সের সম্পাদনা ক্ষেত্র মুছে ফেলুন"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11119\n"
+"help.text"
+msgid "Linked cell is cleared"
+msgstr "লিংককৃত ঘর পরিস্কার করা হয়েছে"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11120\n"
+"help.text"
+msgid "Enter text or a number into the linked cell"
+msgstr "লিংককৃত ঘরে সংখ্যা বা টেক্সট সন্নিবেশ করা হয়েছে"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11126\n"
+"help.text"
+msgid "Text or number is copied into the edit field of the combo box"
+msgstr "কম্বো বাক্সের সম্পাদনা ক্ষেত্রে টেক্সট বা সংখ্যা অনুলিপি করা হয়েছে"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1112D\n"
+"help.text"
+msgid "Enter a formula into the linked cell"
+msgstr "লিংককৃত ঘরে একটি সূত্র সন্নিবেশ করুন"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11133\n"
+"help.text"
+msgid "Formula result is copied into the edit field of the combo box"
+msgstr "কম্বো বাক্সের সম্পাদনা ক্ষেত্রে সূত্র ফলাফল অনুলিপি করা হয়েছে"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1113A\n"
+"help.text"
+msgid "Clear the linked cell"
+msgstr "লিংককৃত ঘর পরিস্কার করুন"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11140\n"
+"help.text"
+msgid "Edit field of the combo box is cleared"
+msgstr "কম্বো বাক্সের সম্পাদনা ক্ষেত্র মুছে ফেলা হয়েছে"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11147\n"
+"help.text"
+msgid "Change the contents of the list source range"
+msgstr "উৎস পরিসরের তালিকার উপাদান পরিবর্তন করুন"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1114D\n"
+"help.text"
+msgid "Drop-down list items are updated according to the change. The edit field of the combo box and the linked cell are not changed."
+msgstr "নিম্ন-প্রসারণ তালিকার উপাদানগুলো পরিবর্তন অনুসারে হালনাগাদ হয়। কম্বো বাক্সের সম্পাদনা ক্ষেত্র এবং লিংককৃত ঘর পরিবর্তিত হয়না।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11163\n"
+"help.text"
+msgid "Contents of the linked cell"
+msgstr "লিংককৃত ঘরের উপাদান"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11167\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_CELL_EXCHANGE_TYPE\">Select the mode of linking a list box with a linked cell on a spreadsheet.</ahelp>"
+msgstr "<ahelp hid=\"HID_PROP_CELL_EXCHANGE_TYPE\">স্প্রেডসীটে একটি তালিকা বাক্সকে একটি লিংককৃত ঘরের সাথে যুক্ত করার মোড নির্বাচন করুন।</ahelp>"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN11179\n"
+"help.text"
+msgid "Linked contents: Synchronize the text contents of the selected list box entry with the cell contents. Select \"The selected entry\""
+msgstr "সংযুক্ত উপকরণ: নির্বাচিত তালিকা বাক্স এন্ট্রির পাঠ্য উপকরণ অনুসারে ঘর উপকরণ পরিবর্তন করুন। \"নির্বাচিত এন্ট্রি\" নির্বাচন করুন।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1117D\n"
+"help.text"
+msgid "Linked selection position: The position of the single selected item in the list box is synchronized with the numerical value in the cell. Select \"Position of the selected entry\""
+msgstr "সংযুক্ত নির্বাচন অবস্থান: তালিকা বাক্সে একটি নির্বাচিত আইটেমের অবস্থান, ঘরের সংখ্যা অনুসারে পরিবর্তিত হবে। \"নির্বাচিত এন্ট্রির অবস্থান\" নির্বাচন করুন।"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN1118B\n"
+"help.text"
+msgid "Source cell range"
+msgstr "উৎস ঘরের পরিসর"
+
+#: 01170102.xhp
+msgctxt ""
+"01170102.xhp\n"
+"par_idN111A1\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PROP_LIST_CELL_RANGE\">Enter a cell range that contains the entries for a list box or combo box on a spreadsheet.</ahelp> If you enter a multi-column range, only the contents of the leftmost column are used to fill the control."
+msgstr "<ahelp hid=\"HID_PROP_LIST_CELL_RANGE\">একটি ঘর পরিসর সন্নিবেশ করান যা একটি স্প্রেডশীটে একটি তালিকা বাক্স অথবা কম্বো বাক্সের ভূক্তি ধারণ করে। </ahelp> যদি আপনি একটি বহু-কলাম সারি সন্নিবেশ করান, শুধুমাত্র সর্ববাম কলামের বিষয়বস্তু নিয়ন্ত্রণ পূরণ করতে ব্যবহৃত হবে।"
+
+#: 01170902.xhp
+msgctxt ""
+"01170902.xhp\n"
+"tit\n"
+"help.text"
+msgid "Combo/List Box Wizard: Field Selection"
+msgstr "কম্বো/তালিকা বাক্স উইজার্ড: ক্ষেত্র নির্বাচন"
+
+#: 01170902.xhp
+msgctxt ""
+"01170902.xhp\n"
+"hd_id3153323\n"
+"14\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170902.xhp\" name=\"Combo/List Box Wizard: Field Selection\">Combo/List Box Wizard: Field Selection</link>"
+msgstr "<link href=\"text/shared/02/01170902.xhp\" name=\"Combo/List Box Wizard: Field Selection\">কম্বো/তালিকা বাক্স উইজার্ড: ক্ষেত্র নির্বাচন</link>"
+
+#: 01170902.xhp
+msgctxt ""
+"01170902.xhp\n"
+"par_id3154228\n"
+"9\n"
+"help.text"
+msgid "Select the data field specified in the table on the previous page, whose contents should be displayed in the list or combo box."
+msgstr "পূর্বের পৃষ্ঠায় সারণিতে উল্লেখিত ডাটা ক্ষেত্র নির্বাচন করুন, যা উপাদান তালিকা বা কম্বো বাক্সে প্রদর্শিত হবে।"
+
+#: 01170902.xhp
+msgctxt ""
+"01170902.xhp\n"
+"hd_id3153894\n"
+"10\n"
+"help.text"
+msgid "Available Fields"
+msgstr "প্রাপ্তিসাধ্য ক্ষেত্র"
+
+#: 01170902.xhp
+msgctxt ""
+"01170902.xhp\n"
+"par_id3093440\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_LCW_CONTENTSELECTION_FIELD_LB_SELECTFIELD\">Displays all table fields chosen on the previous Wizard page.</ahelp>"
+msgstr "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_LCW_CONTENTSELECTION_FIELD_LB_SELECTFIELD\">পূর্ববর্তী উইজার্ড পৃষ্ঠায় পছন্দকৃত সব সারণি ক্ষেত্র প্রদর্শিত করে।</ahelp>"
+
+#: 01170902.xhp
+msgctxt ""
+"01170902.xhp\n"
+"hd_id3145669\n"
+"12\n"
+"help.text"
+msgid "Display Field"
+msgstr "প্রদর্শন ক্ষেত্র"
+
+#: 01170902.xhp
+msgctxt ""
+"01170902.xhp\n"
+"par_id3145136\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_EDIT_RID_PAGE_LCW_CONTENTSELECTION_FIELD_ET_DISPLAYEDFIELD\">Specifies the field whose data are to be shown in the combo or list boxes.</ahelp>"
+msgstr "<ahelp hid=\"DBP_EDIT_RID_PAGE_LCW_CONTENTSELECTION_FIELD_ET_DISPLAYEDFIELD\">সেসব ক্ষেত্র উল্লেখ করে যার তথ্য কম্বো বা তালিকা বাক্সে প্রদর্শিত হয়।</ahelp>"
+
+#: 01170902.xhp
+msgctxt ""
+"01170902.xhp\n"
+"par_id3145345\n"
+"19\n"
+"help.text"
+msgid "The field name given here appears in the <link href=\"text/shared/02/01170102.xhp\" name=\"Control properties\">Control properties</link> as an element of an SQL statement in the <emph>List Contents</emph> field."
+msgstr "এখানে প্রদত্ত ক্ষেত্রের নাম <link href=\"text/shared/02/01170102.xhp\" name=\"Control properties\">নিযন্ত্রন বৈশিষ্ট্যাবলীর</link> একটি SQL বিবরনের একটি উপাদান হিসেবে <emph>বিষযবস্তু তালিকা করুন</emph> ক্ষেত্রে আবির্ভূত হবে।"
+
+#: 14060000.xhp
+msgctxt ""
+"14060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Alias"
+msgstr "উপনাম"
+
+#: 14060000.xhp
+msgctxt ""
+"14060000.xhp\n"
+"hd_id3150758\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Alias</link>"
+msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">উপনাম</link>"
+
+#: 14060000.xhp
+msgctxt ""
+"14060000.xhp\n"
+"par_id3148731\n"
+"2\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the \"Alias\" row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>.</ahelp>"
+msgstr "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\"> <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">কোয়েরি নকশার</link> নিম্ন অংশে \"উপনাম\" সারি প্রদর্শন করে।</ahelp>"
+
+#: 14060000.xhp
+msgctxt ""
+"14060000.xhp\n"
+"par_id3150808\n"
+"help.text"
+msgid "<image src=\"cmd/sc_dbviewaliases.png\" id=\"img_id3151315\"><alt id=\"alt_id3151315\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_dbviewaliases.png\" id=\"img_id3151315\"><alt id=\"alt_id3151315\">আইকন</alt></image>"
+
+#: 14060000.xhp
+msgctxt ""
+"14060000.xhp\n"
+"par_id3151234\n"
+"3\n"
+"help.text"
+msgid "Alias"
+msgstr "উপনাম"
+
+#: 20060000.xhp
+msgctxt ""
+"20060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Document Modification"
+msgstr "নথি পরিবর্তন"
+
+#: 20060000.xhp
+msgctxt ""
+"20060000.xhp\n"
+"hd_id3147477\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/20060000.xhp\" name=\"Document Modification\">Document Modification</link>"
+msgstr "<link href=\"text/shared/02/20060000.xhp\" name=\"Document Modification\">নথি পরিবর্তন</link>"
+
+#: 20060000.xhp
+msgctxt ""
+"20060000.xhp\n"
+"par_id3148731\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"SID_MODIFYSTATUS\">If changes to the document have not yet been saved, a \"*\" is displayed in this field on the Status Bar. This also applies to new, not yet saved documents.</ahelp>"
+msgstr "<ahelp hid=\"SID_MODIFYSTATUS\">যদি নথিতে এখনও পরিবর্তনটি সংরক্ষণ না করা হয়, একটি \"*\" অবস্থা বারে প্রদর্শিত হবে। এটি নতুন নথি, এখনও সংরক্ষিত হয়নি এমন নথিতে প্রয়োগ করে।</ahelp>"
+
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Font Name"
+msgstr "অক্ষরের নাম"
+
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"bm_id3148983\n"
+"help.text"
+msgid "<bookmark_value>fonts; specifying several</bookmark_value><bookmark_value>alternative fonts</bookmark_value><bookmark_value>characters; alternative fonts</bookmark_value>"
+msgstr ""
+
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"hd_id3150808\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/02020000.xhp\" name=\"Font Name\">Font Name</link>"
+msgstr "<link href=\"text/shared/02/02020000.xhp\" name=\"Font Name\">অক্ষরের নাম</link>"
+
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"par_id3156414\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"schriftarttext\"><ahelp hid=\".uno:CharFontName\">Allows you to select a font name from the list or enter a font name directly.</ahelp></variable>"
+msgstr "<variable id=\"schriftarttext\"><ahelp hid=\".uno:CharFontName\">তালিকা হতে একটি অক্ষরের নাম নির্বাচন করতে বা সরাসরি একটি অক্ষরের নাম সন্নিবেশ করতে আপনাকে অনুমোদন করে।</ahelp></variable>"
+
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"par_id3153750\n"
+"10\n"
+"help.text"
+msgid "You can enter several fonts, separated by semicolons. $[officename] uses each named font in succession if the previous fonts are not available."
+msgstr "সেমিকোলন দিয়ে পৃথক করে আপনি একাধিক অক্ষর সন্নিবেশ করতে পারেন"
+
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"par_id3153394\n"
+"11\n"
+"help.text"
+msgid "Any font changes apply to the selected text or word in which the cursor is positioned. If no text has been selected, the font applies to text typed afterwards."
+msgstr "নির্বাচিত টেক্সট বা শব্দে যেখানে কার্সার রাখা আছে সেখানে যেকোনো অক্ষর পরিবর্তন প্রয়োগ করা যায়। যদি কোন টেক্সট নির্বাচন না করা হয়, তবে পরবর্তীত লিখিত টেক্সটে প্রয়োগ করা হবে।"
+
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"par_id3155941\n"
+"8\n"
+"help.text"
+msgid "The last five font names that have been selected are shown in the top part of the combo box, if you have marked the <emph>Font history</emph> field in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - View</emph>. As soon as you close your document, the normal alphabetic numbering of the installed fonts will be recreated."
+msgstr ""
+
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"par_id3145315\n"
+"help.text"
+msgid "<image id=\"img_id3154810\" src=\"res/helpimg/swh00055.png\" width=\"1.25in\" height=\"0.2398in\"><alt id=\"alt_id3154810\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154810\" src=\"res/helpimg/swh00055.png\" width=\"1.25in\" height=\"0.2398in\"><alt id=\"alt_id3154810\">আইকন</alt></image>"
+
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"par_id3150085\n"
+"3\n"
+"help.text"
+msgid "Font Name"
+msgstr "অক্ষরের নাম"
+
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"par_id3156024\n"
+"4\n"
+"help.text"
+msgid "In $[officename] you see the available fonts only if a printer is installed as the default printer in your system. <switchinline select=\"sys\"><caseinline select=\"UNIX\">With the <link href=\"text/shared/guide/spadmin.xhp\" name=\"spadmin\">spadmin</link> program you can define a printer as the default printer. </caseinline><defaultinline>In order to install a printer as the default printer please refer to your operating system documentation.</defaultinline></switchinline>"
+msgstr "যদি আপনার সিস্টেমে একটি প্রিন্টার পূর্বনির্ধারিত প্রিন্টার হিসেবে ইনস্টল করা থাকে তবে $[officename]তে আপনি সম্ভাব্য অক্ষরগুলো দেখেন। <switchinline select=\"sys\"><caseinline select=\"UNIX\"><link href=\"text/shared/guide/spadmin.xhp\" name=\"spadmin\">spadmin</link> প্রোগ্রাম দিয়ে আপনি একটি প্রিন্টারকে পূর্বনির্ধারিত প্রিন্টার হিসেবে নির্ধারণ করতে করেন। </caseinline><defaultinline>একটি প্রিন্টারকে পূর্বনির্ধারিত প্রিন্টার হিসেবে ইনস্টল করতে অনুগ্রহ করে আপনার অপারেটিং সিস্টেমের নথিপত্র দেখুন বা প্রস্তাব করুন।</defaultinline></switchinline>"
+
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"par_id3148550\n"
+"7\n"
+"help.text"
+msgid "<variable id=\"vorschautext\">You can see the name of the fonts formatted in their respective font if you mark the <emph>Preview in fonts lists</emph> field in <link href=\"text/shared/optionen/01010800.xhp\" name=\"$[officename] - View\">$[officename] - View</link> in the Options dialog box.</variable>"
+msgstr ""
+
+#: 02020000.xhp
+msgctxt ""
+"02020000.xhp\n"
+"par_id3154125\n"
+"6\n"
+"help.text"
+msgid "If you receive an error message that states that certain fonts have not been found, you can install them with <emph>$[officename] Setup</emph> in the <emph>Repair</emph> mode if it is a $[officename] font."
+msgstr "যদি আপনি কিছু অক্ষর পাওয়া যায়নি এমন একটি ত্রুটি বার্তা পান, যদি এটি $[officename] অক্ষর/ফন্ট হয় তবে <emph>মেরামত</emph> মোডে <emph>$[officename] সেটাপ</emph> দিয়ে এদেরকে আপনি ইনস্টল করতে পারেন।"
+
+#: 20020000.xhp
+msgctxt ""
+"20020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Current Page Style"
+msgstr "বর্তমান পৃষ্ঠার ধরন"
+
+#: 20020000.xhp
+msgctxt ""
+"20020000.xhp\n"
+"bm_id3083278\n"
+"help.text"
+msgid "<bookmark_value>page styles;editing/applying with statusbar</bookmark_value>"
+msgstr "<bookmark_value>page styles;editing/applying with statusbar</bookmark_value>"
+
+#: 20020000.xhp
+msgctxt ""
+"20020000.xhp\n"
+"hd_id3083278\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/20020000.xhp\" name=\"Current Page Style\">Current Page Style</link>"
+msgstr "<link href=\"text/shared/02/20020000.xhp\" name=\"Current Page Style\">বর্তমান পৃষ্ঠার ধরন</link>"
+
+#: 20020000.xhp
+msgctxt ""
+"20020000.xhp\n"
+"par_id3148731\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:LayoutStatus\">Displays the current Page Style. Double-click to edit the style, right-click to select another style.</ahelp>"
+msgstr "<ahelp hid=\".uno:LayoutStatus\">বর্তমান পৃষ্ঠার ধরন প্রদর্শন করে। ধরন সম্পাদনা করতে ডাবল-ক্লিক করুন, আরেকটি ধরন নির্বাচন করতে ডান-ক্লিক করুন।</ahelp>"
+
+#: 20020000.xhp
+msgctxt ""
+"20020000.xhp\n"
+"par_id3149283\n"
+"3\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Double-click the<emph> Page Style field </emph>to open the <link href=\"text/swriter/01/05040000.xhp\" name=\"Page Style\">Page Style</link> dialog, in which you can edit the style for the current page. In the context menu of this field, you can apply a Page Style. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ডাবল ক্লিকের মাধ্যমে<emph> পৃষ্ঠা শৈলী ক্ষেত্র</emph><link href=\"text/swriter/01/05040000.xhp\" name=\"Page Style\">পৃষ্ঠা শৈলী</link> ডায়ালগ খোলে যেখানে আপনি বর্তমান পৃষ্ঠার জন্য পৃষ্ঠা শৈলী নির্বাচন করতে পারেন। এই ক্ষেত্রের প্রসঙ্গ মেনুতে, আপনি একটি পৃষ্ঠা শৈলী প্রয়োগ করতে পারেন। </caseinline></switchinline>"
+
+#: 20020000.xhp
+msgctxt ""
+"20020000.xhp\n"
+"par_id3151234\n"
+"4\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Double-click the <emph>Page Style</emph> field to open the <link href=\"text/scalc/01/05070000.xhp\" name=\"Page Style\">Page Style</link> dialog, in which you can edit the style for the current page. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ডাবল ক্লিকের মাধ্যমে<emph> পৃষ্ঠা শৈলী </emph>ক্ষেত্র <link href=\"text/scalc/01/05070000.xhp\" name=\"Page Style\">পৃষ্ঠা শৈলী</link> ডায়ালগ খোলে যেখানে আপনি বর্তমান পৃষ্ঠার জন্য পৃষ্ঠা শৈলী নির্বাচন করতে পারেন। </caseinline></switchinline>"
+
+#: 20020000.xhp
+msgctxt ""
+"20020000.xhp\n"
+"par_id3149346\n"
+"5\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Double-click this field to open the <link href=\"text/simpress/01/05120000.xhp\" name=\"Page Style\">Slide Design</link> dialog in which you can select the style for the current slide. You can select a different paper format or background. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/05120000.xhp\" name=\"Page Style\">স্লাইডের নকশা</link> ডায়ালগটি খোলার জন্য এই ক্ষেত্রে ডবল ক্লিক করুন যার মধ্যে আপনি বর্তমান স্লাইডের জন্য শৈলীটি নির্বাচন করতে পারেন। আপনি একটি কাগজের অথবা পটভূমির একটি ভিন্ন বিন্যাস নির্বাচন করতে পারেন। </caseinline></switchinline>"
+
+#: 20020000.xhp
+msgctxt ""
+"20020000.xhp\n"
+"par_id3147008\n"
+"6\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Double-click this field to open the <link href=\"text/simpress/01/05120000.xhp\" name=\"Page Style\">Slide Design</link> dialog in which you select the style for the current page. You can select a different paper format or background. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"><link href=\"text/simpress/01/05120000.xhp\" name=\"Page Style\">স্লাইডের নকশা</link> ডায়ালগটি খোলার জন্য এই ক্ষেত্রে ডবল ক্লিক করুন যার মধ্যে আপনি বর্তমান স্লাইডের জন্য শৈলীটি নির্বাচন করতে পারেন। আপনি একটি কাগজের অথবা পটভূমির একটি ভিন্ন বিন্যাস নির্বাচন করতে পারেন। </caseinline></switchinline>"
+
+#: 20090000.xhp
+msgctxt ""
+"20090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Time"
+msgstr "সময়"
+
+#: 20090000.xhp
+msgctxt ""
+"20090000.xhp\n"
+"hd_id3152823\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/20090000.xhp\" name=\"Time\">Time</link>"
+msgstr "<link href=\"text/shared/02/20090000.xhp\" name=\"Time\">সময়</link>"
+
+#: 20090000.xhp
+msgctxt ""
+"20090000.xhp\n"
+"par_id3151299\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:CurrentTime\" visibility=\"visible\">Displays the current time.</ahelp>"
+msgstr "<ahelp hid=\".uno:CurrentTime\" visibility=\"visible\">বর্তমান সময় প্রদর্শন করে।</ahelp>"
+
+#: 01170002.xhp
+msgctxt ""
+"01170002.xhp\n"
+"tit\n"
+"help.text"
+msgid "Special properties of a formatted field"
+msgstr "একটি বিন্যাসিত ক্ষেত্রের বিশেষ বৈশিষ্ট্য"
+
+#: 01170002.xhp
+msgctxt ""
+"01170002.xhp\n"
+"bm_id3150774\n"
+"help.text"
+msgid "<bookmark_value>formatted fields; properties</bookmark_value><bookmark_value>fields; formatted fields</bookmark_value><bookmark_value>controls; formatted fields</bookmark_value>"
+msgstr "<bookmark_value>formatted fields; properties</bookmark_value><bookmark_value>fields; formatted fields</bookmark_value><bookmark_value>controls; formatted fields</bookmark_value>"
+
+#: 01170002.xhp
+msgctxt ""
+"01170002.xhp\n"
+"hd_id3150774\n"
+"131\n"
+"help.text"
+msgid "Special properties of a formatted field"
+msgstr "একটি বিন্যাসিত ক্ষেত্রের বিশেষ বৈশিষ্ট্য"
+
+#: 01170002.xhp
+msgctxt ""
+"01170002.xhp\n"
+"par_id3156410\n"
+"127\n"
+"help.text"
+msgid "<emph>Formatting</emph>: You can set the <emph>Formatting </emph>property by clicking the <emph>... </emph>button in the <emph>Formatting</emph> line of the <emph>Properties: Formatted Field</emph> dialog. The <emph>Number Format</emph> dialog appears."
+msgstr "<emph> ফরম্যাট করছে</emph>: আপনি নিযুক্ত করতে পারেন<emph> ফরম্যাট করছে</emph> ক্লিক করার মধ্যে বৈশিষ্ট্য<emph>...</emph>তে বাটন<emph> ফরম্যাট করছে</emph>এর লাইন<emph> বৈশিষ্ট্যাবলী: ফরম্যাটকৃত ক্ষেত্র</emph> ডায়ালগ।<emph> সংখ্যা ফরম্যাট</emph> ডায়ালগ উপস্থিত হয়।"
+
+#: 01170002.xhp
+msgctxt ""
+"01170002.xhp\n"
+"par_id3150443\n"
+"128\n"
+"help.text"
+msgid "If the formatted field is connected to the text field of a database, the entries in this field will be treated as text. If the formatted field is connected to a field of the database that can be displayed as a number, the input is treated as numbers. The date and time are also handled internally as numbers."
+msgstr "যদি ফরম্যাটকৃত ক্ষেত্র একটি ডাটাবেসের লেখা ক্ষেত্রে সংযোগ করা হয়, এই ক্ষেত্রে এন্ট্রিটি লেখা হিসেবে গণনা করা হবে। যদি ফরম্যাটকৃত ক্ষেত্র ডাটাবেসের একটি ক্ষেত্রে সংযোগ করা হয় যে একটি সংখ্যা হিসেবে প্রদর্শন করা যাবে, ইনপুট সংখ্যা হিসেবে চিকিৎসা করা হয়। তারিখ এবং সময় সংখ্যা হিসেবে ও অভ্যন্তরীণভাবে পরিচালনা করা হয়।"
+
+#: 01170002.xhp
+msgctxt ""
+"01170002.xhp\n"
+"par_id3150976\n"
+"129\n"
+"help.text"
+msgid "<emph>Min. value</emph> and <emph>Max. value</emph>: You can enter the minimum and maximum numeric value for a formatted field. The min and max values determine the output of existing data (Example: Min. value is 5, the connected database field contains the integer value 3. The output is 5, but the value in the database is not modified) and the input of new data (Example: Max. value is 10 and you enter 20. The input is corrected and 10 is written in the database). If the fields are not filled in for <emph>Min. value </emph>and <emph>Max. value</emph>, no limits will be applied. For formatted fields that are connected to a database text field, these two values and the <emph>Default value</emph> do not apply."
+msgstr "<emph>Min. value</emph> and <emph>Max. value</emph>: You can enter the minimum and maximum numeric value for a formatted field. The min and max values determine the output of existing data (Example: Min. value is 5, the connected database field contains the integer value 3. The output is 5, but the value in the database is not modified) and the input of new data (Example: Max. value is 10 and you enter 20. The input is corrected and 10 is written in the database). If the fields are not filled in for <emph>Min. value </emph>and <emph>Max. value</emph>, no limits will be applied. For formatted fields that are connected to a database text field, these two values and the <emph>Default value</emph> do not apply."
+
+#: 01170002.xhp
+msgctxt ""
+"01170002.xhp\n"
+"par_id3153665\n"
+"130\n"
+"help.text"
+msgid "<emph>Default value</emph>: This value is set for new records as the default value."
+msgstr "<emph>পূর্বনির্ধারিত মান</emph>: এই মানটি নতুন রেকর্ডের পূর্বনির্ধারিত মান হিসেবে নিযুক্ত হয়।"
+
+#: 02030000.xhp
+msgctxt ""
+"02030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Font Size"
+msgstr "অক্ষরের আকার"
+
+#: 02030000.xhp
+msgctxt ""
+"02030000.xhp\n"
+"hd_id3085157\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/02030000.xhp\" name=\"Font Size\">Font Size</link>"
+msgstr "<link href=\"text/shared/02/02030000.xhp\" name=\"Font Size\">অক্ষরের আকার</link>"
+
+#: 02030000.xhp
+msgctxt ""
+"02030000.xhp\n"
+"par_id3150014\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"schriftgroessetext\"><ahelp hid=\".uno:FontHeight\" visibility=\"visible\">Allows you to choose between different font sizes from the list, or to enter a size manually.</ahelp></variable>"
+msgstr "<variable id=\"schriftgroessetext\"><ahelp hid=\".uno:FontHeight\" visibility=\"visible\">তালিকা হতে বিভিন্ন রকমের অক্ষর আকার হতে আকার পছন্দ করতে, বা স্বনির্বাচিত ভাবে একটি আকার প্রবেশ করতে আপনাকে অনুমোদন করে।</ahelp></variable>"
+
+#: 02030000.xhp
+msgctxt ""
+"02030000.xhp\n"
+"par_id3153255\n"
+"help.text"
+msgid "<image src=\"res/helpimg/swh00056.png\" id=\"img_id3109850\" localize=\"true\"><alt id=\"alt_id3109850\">Icon</alt></image>"
+msgstr "<image src=\"res/helpimg/swh00056.png\" id=\"img_id3109850\" localize=\"true\"><alt id=\"alt_id3109850\">আইকন</alt></image>"
+
+#: 02030000.xhp
+msgctxt ""
+"02030000.xhp\n"
+"par_id3159194\n"
+"4\n"
+"help.text"
+msgid "Font Size"
+msgstr "অক্ষরের আকার"
+
+#: 02030000.xhp
+msgctxt ""
+"02030000.xhp\n"
+"par_id3153049\n"
+"help.text"
+msgid "<image src=\"res/helpimg/swh00056.png\" id=\"img_id3154751\" localize=\"true\"><alt id=\"alt_id3154751\">Icon</alt></image>"
+msgstr "<image src=\"res/helpimg/swh00056.png\" id=\"img_id3154751\" localize=\"true\"><alt id=\"alt_id3154751\">আইকন</alt></image>"
+
+#: 02030000.xhp
+msgctxt ""
+"02030000.xhp\n"
+"par_id3145314\n"
+"3\n"
+"help.text"
+msgid "Font Size"
+msgstr "অক্ষরের আকার"
+
+#: 02010000.xhp
+msgctxt ""
+"02010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Apply Style"
+msgstr "ধরন প্রয়োগ করুন"
+
+#: 02010000.xhp
+msgctxt ""
+"02010000.xhp\n"
+"hd_id3148520\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/02010000.xhp\" name=\"Apply Style\">Apply Style</link>"
+msgstr "<link href=\"text/shared/02/02010000.xhp\" name=\"Apply Style\">ধরন প্রয়োগ করুন</link>"
+
+#: 02010000.xhp
+msgctxt ""
+"02010000.xhp\n"
+"par_id3155351\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:StyleApply\">Assigns a style to the current paragraph, selected paragraphs, or to a selected object.</ahelp>"
+msgstr "<ahelp hid=\".uno:StyleApply\">বর্তমান অনুচ্ছেদে, নির্বাচিত অনুচ্ছেদে, বা নির্বাচিত বস্তুতে একটি ধরন নিযুক্ত করে।</ahelp>"
+
+#: 02010000.xhp
+msgctxt ""
+"02010000.xhp\n"
+"par_idN10621\n"
+"help.text"
+msgid "To reset the selected objects to the default paragraph style, select Clear formatting. Select More to open the Styles and Formatting window."
+msgstr "পূর্বনির্ধারিত অনুচ্ছেদের শৈলী অনুসারে নির্বাচিত বস্তুসমূহ পনুঃনির্ধারণ করতে, \"বিন্যাস মুছে ফেলুন\" নির্বাচন করুন। শৈলী ও বিন্যাস উইন্ডো খোলার জন্য আরও কিছু নির্বাচন করুন।"
+
+#: 02010000.xhp
+msgctxt ""
+"02010000.xhp\n"
+"par_id3155552\n"
+"help.text"
+msgid "<image id=\"img_id3152801\" src=\"res/helpimg/zellvor.png\" width=\"1.0402in\" height=\"0.2098in\" localize=\"true\"><alt id=\"alt_id3152801\">Apply Style</alt></image>"
+msgstr "<image id=\"img_id3152801\" src=\"res/helpimg/zellvor.png\" width=\"1.0402in\" height=\"0.2098in\" localize=\"true\"><alt id=\"alt_id3152801\">শৈলী প্রয়োগ</alt></image>"
+
+#: 02010000.xhp
+msgctxt ""
+"02010000.xhp\n"
+"par_id3145345\n"
+"3\n"
+"help.text"
+msgid "Apply Style"
+msgstr "ধরন প্রয়োগ করুন"
+
+#: 08010000.xhp
+msgctxt ""
+"08010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Document Information"
+msgstr "নথির তথ্য"
+
+#: 08010000.xhp
+msgctxt ""
+"08010000.xhp\n"
+"hd_id3153383\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/08010000.xhp\" name=\"Document Information\">Document Information</link>"
+msgstr "<link href=\"text/shared/02/08010000.xhp\" name=\"Document Information\">নথির তথ্য</link>"
+
+#: 08010000.xhp
+msgctxt ""
+"08010000.xhp\n"
+"par_id3155271\n"
+"2\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:StatusGetTitle\">Displays information about the active <item type=\"productname\">%PRODUCTNAME</item> Basic document.</ahelp> The names of the document, the library, and the module are displayed, separated by dots."
+msgstr "<ahelp visibility=\"visible\" hid=\".uno:StatusGetTitle\">সক্রিয় <item type=\"productname\">%PRODUCTNAME</item> প্রাথমিক নথি সম্পর্কে তথ্য প্রদর্শণ করে।</ahelp> নথির নাম, লাইব্রেরী, এবং মডিউল প্রদর্শিত হয়, যা ডট দ্বারা পৃথক করা হয়।"
+
+#: 13010000.xhp
+msgctxt ""
+"13010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Setting Tabs"
+msgstr "মানসমূহের ট্যাব"
+
+#: 13010000.xhp
+msgctxt ""
+"13010000.xhp\n"
+"hd_id3148668\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/13010000.xhp\" name=\"Setting Tabs\">Setting Tabs</link>"
+msgstr "<link href=\"text/shared/02/13010000.xhp\" name=\"Setting Tabs\">মানসমূহের ট্যাব</link>"
+
+#: 13010000.xhp
+msgctxt ""
+"13010000.xhp\n"
+"par_id3154873\n"
+"2\n"
+"help.text"
+msgid "On the ruler, set the tabs for the current paragraph, or all selected paragraphs, using the mouse."
+msgstr "রুলারে, মাউস ব্যবহার করে, বর্তমান অনুচ্ছেদ বা সকল নির্বাচিত অনুচ্ছেদের জন্য ট্যাব নিযুক্ত করুন।"
+
+#: 13010000.xhp
+msgctxt ""
+"13010000.xhp\n"
+"par_id3148520\n"
+"3\n"
+"help.text"
+msgid "Initially the default tabs are shown on the horizontal ruler. Once you set a tab, only the default tabs to the right of the tab that you have set are available."
+msgstr "প্রাথমিকভাবে পূর্বনির্ধারিত ট্যাব অনুভূমিক রুলারে প্রদর্শিত হয়। আপনি একবার একটি ট্যাব নিযুক্ত করলে, শুধু ট্যাবের ডান দিকে আপনি যেসব ট্যাব নিযুক্ত করেছেন তা প্রাপ্তিসাধ্য হবে।"
+
+#: basicshapes.xhp
+msgctxt ""
+"basicshapes.xhp\n"
+"tit\n"
+"help.text"
+msgid "Basic Shapes"
+msgstr "প্রাথমিক আকার"
+
+#: basicshapes.xhp
+msgctxt ""
+"basicshapes.xhp\n"
+"par_idN10557\n"
+"help.text"
+msgid "<link href=\"text/shared/02/basicshapes.xhp\">Basic Shapes</link>"
+msgstr "<link href=\"text/shared/02/basicshapes.xhp\">প্রাথমিক আকার</link>"
+
+#: basicshapes.xhp
+msgctxt ""
+"basicshapes.xhp\n"
+"par_idN10567\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Basic Shapes toolbar which you can use to insert graphics into your document.</ahelp>"
+msgstr "<ahelp hid=\".\">প্রাথমিক আকার টুলবার খোলে যেখানে আপনি আপনার নথিতে গ্রাফিকস যোগ করতে পারেন।</ahelp>"
+
+#: basicshapes.xhp
+msgctxt ""
+"basicshapes.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click an icon on the Basic Shapes toolbar, and then drag in the document to draw the shape.</ahelp>"
+msgstr "<ahelp hid=\".\">প্রাথমিক আকার টুলবারে একটি আইকনে ক্লিক করুন, এবং এরপর আকার আকঁতে তা নথিতে টেনে আনুন।</ahelp>"
+
+#: basicshapes.xhp
+msgctxt ""
+"basicshapes.xhp\n"
+"par_idN10594\n"
+"help.text"
+msgid "Some shapes have a handle which you can drag to change the properties of the shape. The mouse pointer changes to a hand symbol over these special handles."
+msgstr "কিছু আকারের একটি বিশেষ হ্যান্ডেল আছে যা দিয়ে আপনি আকারের বৈশিষ্ট্যে পরিবর্তন টেনে আনতে পারেন। মাউস পয়েন্টার এইসব বিশেষ হ্যান্ডেলের উপর দিয়ে একটি হাতের প্রতীকে পরিবর্তিত হয়।"
+
+#: callouts.xhp
+msgctxt ""
+"callouts.xhp\n"
+"tit\n"
+"help.text"
+msgid "Callouts"
+msgstr "কলআউট"
+
+#: callouts.xhp
+msgctxt ""
+"callouts.xhp\n"
+"bm_id9298379\n"
+"help.text"
+msgid "<bookmark_value>callouts; drawings</bookmark_value><bookmark_value>speech bubbles</bookmark_value>"
+msgstr "<bookmark_value>callouts; drawings</bookmark_value><bookmark_value>speech bubbles</bookmark_value>"
+
+#: callouts.xhp
+msgctxt ""
+"callouts.xhp\n"
+"par_idN1055A\n"
+"help.text"
+msgid "<link href=\"text/shared/02/callouts.xhp\">Callouts</link>"
+msgstr "<link href=\"text/shared/02/callouts.xhp\">কলআউট</link>"
+
+#: callouts.xhp
+msgctxt ""
+"callouts.xhp\n"
+"par_idN1056A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Callouts toolbar from which you can insert graphics into your document.</ahelp>"
+msgstr "<ahelp hid=\".\">একটি কলআউট টুলবার খোলে যেখানে আপনি আপনার নথিতে গ্রাফিকস যোগ করতে পারেন।</ahelp>"
+
+#: callouts.xhp
+msgctxt ""
+"callouts.xhp\n"
+"par_idN10594\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click an icon from the Callouts toolbar, then drag in the document to draw the shape.</ahelp>"
+msgstr "<ahelp hid=\".\">কলআউট টুলবার হতে একটি আইকনে ক্লিক করুন, এরপর নথিতে একটি আকার আকঁতে একে টেনে আনুন।</ahelp>"
+
+#: callouts.xhp
+msgctxt ""
+"callouts.xhp\n"
+"par_idN10597\n"
+"help.text"
+msgid "Some shapes have a special handle which you can drag to change properties of the shape. The mouse pointer changes to a hand symbol over these special handles."
+msgstr "কিছু আকারের একটি বিশেষ হ্যান্ডেল আছে যা দিয়ে আপনি আকারের বৈশিষ্ট্যে পরিবর্তন টেনে আনতে পারেন। মাউস পয়েন্টার এইসব বিশেষ হ্যান্ডেলের উপর দিয়ে একটি হাতের প্রতীকে পরিবর্তিত হয়।"
+
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"tit\n"
+"help.text"
+msgid "Combo Box Wizard: Database Field"
+msgstr "কম্বো বাক্স উইজার্ড: ডাটাবেস ক্ষেত্র"
+
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"hd_id3144740\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01170904.xhp\" name=\"Combo Box Wizard: Database Field\">Combo Box Wizard: Database Field</link>"
+msgstr "<link href=\"text/shared/02/01170904.xhp\" name=\"Combo Box Wizard: Database Field\">কম্বো বাক্স উইজার্ড: ডাটাবেস ক্ষেত্র</link>"
+
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"par_id3153323\n"
+"2\n"
+"help.text"
+msgid "With the combination fields, you can either save the value of a field in a database or display this value in a form."
+msgstr "সংযুক্তি ক্ষেত্রে, আপনি হয় ক্ষেত্রের মান ডাটাবেজে সংরক্ষণ করতে পারেন বা একটি গঠনে এই মানগুলো প্রদর্শন করতে পারেন।"
+
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"par_id3155150\n"
+"12\n"
+"help.text"
+msgid "The user values entered in the combination field or selected in the list can be saved in the database table that is accessed in the form. Note that the saving of values in another table is not possible. If the values are not to be saved in a database, they will be saved only in the form. This is especially helpful in HTML forms, where the user's entered or selected values are to be assigned to a server."
+msgstr "সংমিশ্রণ ক্ষেত্রে বা তালিকায় সন্নিবেশকৃত ব্যবহারকারী মান যা ডাটাবেস সারণিতে সংরক্ষণ করা যায়, যা ফরমে সন্নিবেশ করা যায়। খেয়াল করুন যে, অন্য আরেকটি সারণিতে সংরক্ষণ সম্ভব নয়। যদি মান ডাটাবেজে সংরক্ষিত না হয় তবে শুধু ফরমে সংরক্ষিত হবে। এটি বিশেষ ভাবে HTML ফরমে উপকারী, যেখানে ব্যবহারকারী যে মান সন্নিবেশ বা নির্বাচন করে তা একটি সার্ভারে নিযুক্ত করা হয়।"
+
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"hd_id3149760\n"
+"3\n"
+"help.text"
+msgid "Do you want to save the value in a database field?"
+msgstr "আপনি কি ডাটাবেস ক্ষেত্রের মান সংরক্ষণ করতে চান?"
+
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"par_id3150178\n"
+"4\n"
+"help.text"
+msgid "Two options are available for this question:"
+msgstr "এই প্রশ্নের জন্য দুইটি অপশন প্রাপ্তিসাধ্য:"
+
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"hd_id3153394\n"
+"5\n"
+"help.text"
+msgid "Yes, I want to save it in the following database field"
+msgstr "হ্যাঁ, আমি নিম্নোক্ত ডাটাবেস সংরক্ষণ করতে চাই"
+
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"par_id3147043\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_RADIOBUTTON_RID_PAGE_OPTION_DBFIELD_RB_STOREINFIELD_YES\">Specifies whether the user's entered or selected combination field value should be saved in a database field.</ahelp> Several database table fields are offered which can be accessed in the current form."
+msgstr "<ahelp hid=\"DBP_RADIOBUTTON_RID_PAGE_OPTION_DBFIELD_RB_STOREINFIELD_YES\">ব্যবহারকারী দ্বারা প্রবেশিত বা নির্বাচিত সংযুক্ত ক্ষেত্রের মান ডাটাবেস ক্ষেত্রে কোথায় সংরক্ষণ করা হবে উল্লেখ করে।</ahelp> বহু ডাটাবেস সারণি প্রস্তাবিত যা বর্তমান ফরমে তথ্য নিবেশ করতে পারে।"
+
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"par_id3145212\n"
+"11\n"
+"help.text"
+msgid "In <link href=\"text/shared/02/01170102.xhp\" name=\"Control - Properties\">Control - Properties</link> the selected field appears as an entry in the <emph>Data</emph> tab page under <emph>Data field</emph>."
+msgstr "In <link href=\"text/shared/02/01170102.xhp\" name=\"Control - Properties\">কন্ট্রোল - বৈশিষ্ট্যে</link>, উল্লেখিত ক্ষেত্রটি <emph>ডাটা ক্ষেত্রে</emph> <emph>ডাটা</emph> ট্যাব পৃষ্ঠার অধীনে একটি এন্ট্রি হিসেবে উপস্থিত হবে।"
+
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"hd_id3149177\n"
+"7\n"
+"help.text"
+msgid "List field"
+msgstr "তালিকা ক্ষেত্র"
+
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"par_id3147008\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_OPTION_DBFIELD_LB_STOREINFIELD\">Specifies the data field where the combination field value should be saved.</ahelp>"
+msgstr "<ahelp hid=\"DBP_LISTBOX_RID_PAGE_OPTION_DBFIELD_LB_STOREINFIELD\">তথ্য ক্ষেত্র উল্লেখ করে যেখানে মিশ্রিত ক্ষেত্র মান সংরক্ষণ করা হবে।</ahelp>"
+
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"hd_id3148538\n"
+"9\n"
+"help.text"
+msgid "No, I only want to save the value in the form"
+msgstr "না, আমি শুধু গঠনে মান সংরক্ষণ করতে চাই"
+
+#: 01170904.xhp
+msgctxt ""
+"01170904.xhp\n"
+"par_id3149398\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"DBP_RADIOBUTTON_RID_PAGE_OPTION_DBFIELD_RB_STOREINFIELD_NO\">Specifies that the value of this combination field will not be written in the database and will only be saved in the form.</ahelp>"
+msgstr "<ahelp hid=\"DBP_RADIOBUTTON_RID_PAGE_OPTION_DBFIELD_RB_STOREINFIELD_NO\">ডাটাবেজে এই সংযুক্তি ক্ষেত্রের মান লিখিত হবেনা এবং শুধু এই ফরমে সংরক্ষিত হবে।</ahelp>"
diff --git a/source/bn/helpcontent2/source/text/shared/optionen.po b/source/bn/helpcontent2/source/text/shared/optionen.po
index d56d09e878b..8c3b085d037 100644
--- a/source/bn/helpcontent2/source/text/shared/optionen.po
+++ b/source/bn/helpcontent2/source/text/shared/optionen.po
@@ -7788,3 +7788,8278 @@ msgctxt ""
"help.text"
msgid "User-defined dictionaries"
msgstr "ব্যবহারকারী-নির্দিষ্ট অভিধান"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3155419\n"
+"62\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CLB_EDIT_MODULES_DICS\">Lists the available user dictionaries.</ahelp> Mark the user dictionaries that you want to use for spellcheck and hyphenation."
+msgstr "<ahelp hid=\"HID_CLB_EDIT_MODULES_DICS\">সহজলভ্য ব্যবহারকারী ডিরেক্টরির তালিকা তৈরি করুন।</ahelp> ব্যবহারকারী অভিধান চিহ্নিত করুন যা আপনি বানান-পরীক্ষণ অথবা হাইফেন প্রদানের জন্য ব্যবহার করতে চান।"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3144511\n"
+"63\n"
+"help.text"
+msgid "New"
+msgstr "নতুন"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3146794\n"
+"64\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_DICS_NEW_DIC\">Opens the <emph>New Dictionary</emph> dialog, in which you can name a new user-defined dictionary or dictionary of exceptions and specify the language.</ahelp>"
+msgstr "<ahelp hid=\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_DICS_NEW_DIC\"><emph>নতুন অভিধান</emph> ডায়ালগ খোলে, যেখানে আপনি নতুন ব্যবহারকারী-সুনির্দিষ্ট অভিধান বা এক্সসেপশনের অভিধানের নাম দিতে পারেন এবং ভাষাটি সুনির্দিষ্ট করুন।</ahelp>"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3151054\n"
+"65\n"
+"help.text"
+msgid "New Dictionary"
+msgstr "নতুন অভিধান"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3153360\n"
+"66\n"
+"help.text"
+msgid "In the <emph>Dictionary</emph> section you can name a new user-defined dictionary or dictionary of exceptions and specify the language."
+msgstr "<emph>অভিধান</emph> অংশে আপনি নতুন ব্যবহারকারী-সুনির্দিষ্ট অভিধান অথবা এক্সসেপশনের অভিধানের নাম দিতে পারেন এবং ভাষা উল্লেখ করুন।"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3150398\n"
+"67\n"
+"help.text"
+msgid "Name"
+msgstr "নাম"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3153192\n"
+"68\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SFXDLG_NEWDICT:ED_DICTNAME\">Specifies the name of the new custom dictionary.</ahelp> The file extension \"*.DIC\" is automatically appended."
+msgstr "<ahelp hid=\"SVX:EDIT:RID_SFXDLG_NEWDICT:ED_DICTNAME\">নতুন পছন্দসই অভিধানের নাম উল্লেখ করা হয়।</ahelp> ফাইলের \"*.DIC\" বর্ধিতাংশ স্বয়ংক্রিয়ভাবে সংযুক্ত করা হয়েছে।"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3150767\n"
+"69\n"
+"help.text"
+msgid "Language"
+msgstr "ভাষা"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3148920\n"
+"70\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SFXDLG_NEWDICT:LB_DICTLANG\">By selecting a certain language you can limit the use of the custom dictionary.</ahelp> By selecting <emph>All</emph> the custom dictionary is used independently of the current language."
+msgstr "<ahelp hid=\"SVX:LISTBOX:RID_SFXDLG_NEWDICT:LB_DICTLANG\">একটি নিশ্চিত ভাষা নির্বাচন করার মাধ্যমে আপনি পছন্দসই অভিধানের ব্যবহার সীমাবদ্ধ করতে পারেন।</ahelp><emph>সকল</emph> পছন্দ করার মাধ্যমে পছন্দসই ডিরেক্টরি বর্তমান ভাষায় স্বাধীনভাবে ব্যবহৃত হয়।"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3153106\n"
+"71\n"
+"help.text"
+msgid "Exceptions (-)"
+msgstr "এক্সসেপশন (-)"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3149561\n"
+"72\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SFXDLG_NEWDICT:BTN_EXCEPT\">Specifies whether you wish to avoid certain words in your documents.</ahelp> In this way, you can create a custom dictionary of all the words to be avoided. If this exception dictionary is activated, during spellchecking you receive a corresponding note about any words which should be avoided."
+msgstr "<ahelp hid=\"SVX:CHECKBOX:RID_SFXDLG_NEWDICT:BTN_EXCEPT\">আপনার নথিতে আপনি কিছু শব্দ উপেক্ষা করতে আগ্রহী কিনা তা সুনির্দিষ্ট করে।</ahelp> এইভাবে, আপনি উপেক্ষাকৃত সকল শব্দের একটি পছন্দসই অভিধান তৈরি করতে পারেন। এই এক্সসেপশন অভিধান যদি সক্রিয় হয়, আপনি বানান-পরীক্ষণের সময় উপেক্ষা করতে হবে এমন যেকোনো শব্দ সম্পর্কে সঙ্গতিপূর্ণ নোট গ্রহণ করবেন।"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3145785\n"
+"73\n"
+"help.text"
+msgid "Edit"
+msgstr "সম্পাদনা করুন"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3152576\n"
+"74\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_DICS_EDIT_DIC\">Opens the <emph>Edit custom dictionary</emph> dialog, in which you can add to your custom dictionary or edit existing entries.</ahelp>"
+msgstr "<ahelp hid=\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_DICS_EDIT_DIC\"><emph>পছন্দসই অভিধান সম্পাদনা করুন</emph> ডায়ালগ খোলে, যেখানে আপনি আপনার পছন্দসই অভিধান যুক্ত করতে পারেন অথবা বিদ্যমান এন্ট্রি সম্পাদনা করতে পারেন।</ahelp>"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3147436\n"
+"75\n"
+"help.text"
+msgid "In the <emph>Edit custom dictionary </emph>dialog you have the option to enter new terms or edit existing entries. If you edit an exception dictionary, the dialog has the added facility of defining an exception for a word. During the spellcheck this exception is then listed as a suggestion."
+msgstr "<emph>পছন্দসই অভিধান সম্পাদনা করুন </emph>ডায়ালগে আপনার নতুন শর্তাবলী সন্নিবেশ করার এবং বিদ্যমান এন্ট্রি সম্পাদনা করার অপশন আছে। আপনি যদি একটি এক্সসেপশন অভিধান সম্পাদনা করেন, শব্দের জন্য একটি এক্সসেপশন নির্ধারণ করতে ডায়ালগের অতিরিক্ত সুবিধা আছে। বানান-পরীক্ষণের সময় পরামর্শ হিসেবে অতঃপর এই এক্সসেপশনটি তালিকাভুক্ত করা হয়।"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3145750\n"
+"76\n"
+"help.text"
+msgid "When a dictionary is edited, a check is made on the status of the file. If the file is write-protected, it cannot be changed. The buttons <emph>New</emph> and <emph>Delete</emph> are then deactivated."
+msgstr "যখন অভিধান সম্পাদনা করা হয়েছে, ফাইলের অবস্থায় একটি পরীক্ষণ সম্পন্ন করা হয়েছে। ফাইলটি যদি লিখন-সুরক্ষিত হয়, এটা পরিবর্তন করা যায় না। <emph>নতুন</emph> এবং <emph>মুছে ফেলুন</emph> বোতাম তারপর নিষ্ক্রিয় করা হয়।"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3150116\n"
+"77\n"
+"help.text"
+msgid "Book"
+msgstr "বই"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3147394\n"
+"78\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SFXDLG_EDITDICT:LB_ALLDICTS\">Specifies the book to be edited.</ahelp>"
+msgstr "<ahelp hid=\"SVX:LISTBOX:RID_SFXDLG_EDITDICT:LB_ALLDICTS\">সম্পাদনা করার বই সুনির্দিষ্ট করে।</ahelp>"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3154730\n"
+"79\n"
+"help.text"
+msgid "<variable id=\"ignore\">The <emph>IgnoreAllList (All) </emph>includes all words that have been marked with <emph>Ignore</emph> during spellcheck. This list is valid only for the current spellcheck. </variable>"
+msgstr "<variable id=\"ignore\"><emph>সকল তালিকা উপেক্ষা করুন (সকল) </emph>সকল শব্দ অন্তর্ভুক্ত করে যা বানান-পরীক্ষণের সময় <emph>উপেক্ষা করুন</emph> দ্বারা চিহ্নিত করা হয়। এই তালিকা বর্তমান বানান-পরীক্ষণের জন্য কার্যকর। </variable>"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3154757\n"
+"80\n"
+"help.text"
+msgid "The <emph>IgnoreAllList</emph> entry cannot be selected and cannot be deleted. Only the words included as content can be deleted. This happens automatically each time that $[officename] is closed."
+msgstr "<emph>সকল তালিকা উপেক্ষা করুন</emph> এন্ট্রি নির্বাচন বা মুছে ফেলা যায় না। শুধুমাত্র বস্তু হিসেবে অন্তর্ভুক্ত শব্দ মুছে ফেলা যায়। প্রত্যেক বার $[officename] বন্ধ করার সময় এটা স্বয়ংক্রিয়ভাবে সংঘটিত হয়।"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3149018\n"
+"81\n"
+"help.text"
+msgid "Language"
+msgstr "ভাষা"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3154255\n"
+"82\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SFXDLG_EDITDICT:LB_DICTLANG\">Assigns a new language to the current custom dictionary.</ahelp>"
+msgstr "<ahelp hid=\"SVX:LISTBOX:RID_SFXDLG_EDITDICT:LB_DICTLANG\">বর্তমান পছন্দসই অভিধানে নতুন ভাষা বরাদ্দ করা হয়।</ahelp>"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3151189\n"
+"83\n"
+"help.text"
+msgid "Word"
+msgstr "শব্দ"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3151252\n"
+"84\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SFXDLG_EDITDICT:ED_WORD\">You can type a new word for inclusion in the dictionary. In the list below you will see the contents of the current custom dictionary.</ahelp> If you select a word from this list it is displayed in the text field. If you type a word with a trailing = character, such as \"AutoComplete=\", the word is never automatically hyphenated and no hyphenation is suggested. Typing \"Auto=Complete\" results in the word being hyphenated, or a hyphenation suggested, where you insert the = sign."
+msgstr "<ahelp hid=\"SVX:EDIT:RID_SFXDLG_EDITDICT:ED_WORD\">অভিধানে অর্ন্তভুক্তির জন্য আপনি নতুন শব্দ টাইপ করতে পারেন। তালিকার নিম্নে আপনি বর্তমান পছন্দসই অভিধানের বস্তু দেখবেন।</ahelp> আপনি যদি তালিকা হতে শব্দ নির্বাচন করেন তবে এটা পাঠ ক্ষেত্রে প্রদর্শিত হয়। আপনি যদি = বর্ণচিহ্নের চিহ্নরেখা যুক্ত শব্দ টাইপ করেন, যেমন \"AutoComplete=\"। শব্দে কখনোই স্বয়ংক্রিয়ভাবে হাইফেন যুক্ত করা হয় না এবং হাইফেনের কোনো ব্যবহার সুপারিশ করা হয় না। \"Auto=Complete\" টাইপ করার ফলে শব্দে হাইফেন যুক্ত করা হয়, বা হাইফেনের ব্যবহার সুপারিশ করা হয়, যেখানে আপনি = চিহ্ন সন্নিবেশ করান।"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3155175\n"
+"85\n"
+"help.text"
+msgid "Suggestion"
+msgstr "পরামর্শ"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3147323\n"
+"86\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SFXDLG_EDITDICT:ED_REPLACE\">This input field is only available if you are editing an exception dictionary. The field shows the alternative suggestion for the current word in the \"Word\" text box.</ahelp>"
+msgstr "<ahelp hid=\"SVX:EDIT:RID_SFXDLG_EDITDICT:ED_REPLACE\">আপনি যদি একটি এক্সসেপশন অভিধান সম্পাদনা করেন তবে শুধুমাত্র এই ইনপুট ক্ষেত্র সহজলভ্য হয়। এই ক্ষেত্র বর্তমান শব্দের জন্য \"শব্দ\" পাঠ বাক্সে বিকল্প পরামর্শ প্রদর্শন করে থাকে।</ahelp>"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3147361\n"
+"88\n"
+"help.text"
+msgid "New"
+msgstr "নতুন"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3163808\n"
+"89\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SFXDLG_EDITDICT:PB_NEW_REPLACE\">Adds the word in the <emph>Word </emph>text field to your current custom dictionary. The word in the <emph>Suggestion </emph>field is also added when working with exception dictionaries.</ahelp>"
+msgstr "<ahelp hid=\"SVX:PUSHBUTTON:RID_SFXDLG_EDITDICT:PB_NEW_REPLACE\">আপনার বর্তমান পছন্দসই অভিধানের <emph>শব্দ </emph>পাঠ ক্ষেত্রে শব্দটি যুক্ত করা হয়। এক্সসেপশন অভিধানের সাথে কাজ করার সময় <emph>পরামর্শ </emph>ক্ষেত্রের শব্দও যুক্ত করা হয়।</ahelp>"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3145790\n"
+"91\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Removes the marked word from the current custom dictionary.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">বর্তমান পছন্দসই অভিধান হতে চিহ্নিত শব্দ অপসারণ করা হয়।</ahelp>"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3151277\n"
+"93\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the selected dictionary after a confirmation, provided it is not write-protected.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">এটা লিখন-সুরক্ষিত নয় নিশ্চিত হওয়ার পরে নির্বাচিত অভিধান মুছে ফেলা হয়।</ahelp>"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3149032\n"
+"39\n"
+"help.text"
+msgid "Options"
+msgstr "অপশন"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3145259\n"
+"40\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CLB_LINGU_OPTIONS\">Defines the options for the spellcheck and hyphenation.</ahelp>"
+msgstr "<ahelp hid=\"HID_CLB_LINGU_OPTIONS\">বানান-পরীক্ষণ এবং হাইফেন প্রদানের জন্য অপশন নির্ধারণ করা হয়।</ahelp>"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3149965\n"
+"41\n"
+"help.text"
+msgid "Edit"
+msgstr "সম্পাদনা করুন"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3153231\n"
+"42\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_OPTIONS_EDIT\">If you want to change a value, select the entry and then click <emph>Edit</emph>.</ahelp> You will see a dialog for entering a new value."
+msgstr "<ahelp hid=\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_OPTIONS_EDIT\">আপনি যদি মান পরিবর্তন করতে চান, এন্ট্রিটি নির্বাচন করুন এবং তারপর <emph>সম্পাদনা</emph> ক্লিক করুন।</ahelp> আপনি নতুন মান সন্নিবেশ করানোর জন্য একটি ডায়ালগ দেখতে পাবেন।"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3150983\n"
+"43\n"
+"help.text"
+msgid "Check uppercase words"
+msgstr "বড় হাতের অক্ষর যুক্ত শব্দ পরীক্ষা করুন"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3152582\n"
+"44\n"
+"help.text"
+msgid "Specifies that capitalization is checked during spellcheck."
+msgstr "বানান-পরীক্ষণের সময় বড় হাতের অক্ষরে রূপান্তর পরীক্ষা করা হয়, তা উল্লেখ করা হয়।"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3150826\n"
+"45\n"
+"help.text"
+msgid "Check words with numbers."
+msgstr "নম্বর যুক্ত শব্দ পরীক্ষা করুন।"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3150208\n"
+"46\n"
+"help.text"
+msgid "Specifies that words that contain numbers as well as letters are to be checked."
+msgstr "বর্ণের পাশাপাশি নম্বর ধারণ করে এমন শব্দ যে পরীক্ষা করা হবে তা সুনির্দিষ্ট করে।"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3166424\n"
+"49\n"
+"help.text"
+msgid "Check special regions"
+msgstr "বিশেষ এলাকা পরীক্ষা করুন"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3150345\n"
+"50\n"
+"help.text"
+msgid "Specifies that special regions, such as drawing text, are checked during spellcheck."
+msgstr "অঙ্কন পাঠের মতো বিশেষ অঞ্চল, বানান-পরীক্ষণের সময় পরীক্ষা করা হয় তা উল্লেখ করা হয়।"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3166429\n"
+"21\n"
+"help.text"
+msgid "Check spelling as you type"
+msgstr "টাইপ করার সময় বানান পরীক্ষা করুন"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3155531\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"automatisch\"><ahelp hid=\".uno:SpellOnline\">Automatically checks spelling as you type, and underlines errors.</ahelp></variable>"
+msgstr "<variable id=\"automatisch\"><ahelp hid=\".uno:SpellOnline\">আপনি যখন টাইপ করেন তখন বানান, এবং নিম্নরেখার ত্রুটি স্বয়ংক্রিয়ভাবে পরীক্ষা করা হয়।</ahelp></variable>"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3156291\n"
+"32\n"
+"help.text"
+msgid "Typing errors are highlighted in the document with a red underline. If you place the cursor over a word marked in this way, you can open the context menu to obtain a list of corrections. Select a correction to replace the word. If you make the same mistake again while editing the document, it will be marked as an error again."
+msgstr "নথিতে টাইপের ত্রুটি লাল নিম্নরেখা দ্বারা প্রনির্দেশ করা হয়। আপনি যদি এইভাবে চিহ্নিত একটি শব্দের উপর কার্সার অবস্থিত করেন, সংশোধনের তালিকা পেতে আপনি প্রসঙ্গ তালিকা খুলতে পারেন। শব্দটি প্রতিস্থাপন করতে একটি সংশোধন নির্বাচন করুন। আপনি নথিটি সম্পাদনা করার সময় যদি পুনরায় একই ভুল করেন, এটা পুনরায় একটি ত্রুটি হিসেবে চিহ্নিত করা হবে।"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3153815\n"
+"23\n"
+"help.text"
+msgid "To place the word pair in the <link href=\"text/shared/01/06040200.xhp\" name=\"AutoCorrect replacement table\">AutoCorrect replacement table</link>, open the <link href=\"text/shared/01/06040500.xhp\" name=\"AutoCorrect context menu\">AutoCorrect context menu</link> and choose <emph>AutoCorrect</emph>. Make your selection from the submenu. The word is replaced and at the same time the word pair is placed in the replacement table."
+msgstr "<link href=\"text/shared/01/06040200.xhp\" name=\"AutoCorrect replacement table\">স্বয়ংক্রিয় সংশোধন প্রতিস্থাপন টেবিল</link> শব্দের জোড় স্থাপন করার জন্য, <link href=\"text/shared/01/06040500.xhp\" name=\"AutoCorrect context menu\">স্বয়ংক্রিয় সংশোধন প্রসঙ্গ মেনু</link> খোলা হয় এবং <emph>স্বয়ংক্রিয় সংশোধন</emph>নির্বাচন করা হয়। সাবমেনু হতে নির্বাচন করা যাবে। শব্দটি প্রতিস্থাপিত হয় এবং সেই সময়ে শব্দ জোড়া প্রতিস্থাপন টেবিলে স্থাপিত হয়।"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3150111\n"
+"53\n"
+"help.text"
+msgid "Minimal number of characters for hyphenation"
+msgstr "হাইফেন প্রদানের জন্য নূন্যতম সংখ্যক বর্ণচিহ্ন"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3150316\n"
+"54\n"
+"help.text"
+msgid "Specifies the minimum number of characters required for automatic hyphenation to be applied. <ahelp hid=\"HID_LNGDLG_NUM_PREBREAK\" visibility=\"hidden\"> Type the minimum number of characters that must come before or after the hyphen.</ahelp>"
+msgstr "স্বয়ংক্রিয় হাইফেন প্রদানের জন্য প্রয়োজনীয় সর্বনিম্ন সংখ্যক বর্ণচিহ্ন প্রয়োগ করতে সুনির্দিষ্ট করে। <ahelp hid=\"HID_LNGDLG_NUM_PREBREAK\" visibility=\"hidden\"> বর্ণচিহ্নের সর্বনিম্ন সংখ্যা টাইপ করুন যা অবশ্যই হাইফেনের আগে অথবা পরে আসবে।</ahelp>"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3148823\n"
+"11\n"
+"help.text"
+msgid "Characters before line break"
+msgstr "রেখা বিরতির পূর্বের বর্ণচিহ্ন"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3156029\n"
+"12\n"
+"help.text"
+msgid "Sets the minimum number of characters of the word to be hyphenated that must remain at the end of the line."
+msgstr "রেখার শেষে যে হাইফেন অবস্থান করে তা প্রদান করার জন্য শব্দের বর্ণচিহ্নের সর্বনিম্ন সংখ্যা নির্ধারণ করা হয়।"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3154956\n"
+"13\n"
+"help.text"
+msgid "Characters after line break"
+msgstr "রেখা বিভাজকের পরের অক্ষর"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3149439\n"
+"14\n"
+"help.text"
+msgid "Specifies the minimum number of characters of a hyphenated word required at the next line."
+msgstr "পরবর্তী রেখায় হাইফেন যুক্ত শব্দের প্রয়োজনীয় সর্বনিম্ন সংখ্যক বর্ণচিহ্ন সুনির্দিষ্ট করা হয়।"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3156337\n"
+"15\n"
+"help.text"
+msgid "Hyphenate without inquiry"
+msgstr "অনুসন্ধান ব্যাতিত হাইফেন প্রদান করুন"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3151130\n"
+"16\n"
+"help.text"
+msgid "Specifies that you will never be asked for a manual hyphenation. If the field is not marked, when a word is not recognized you will be presented with a dialog for entering hyphens."
+msgstr "আপনাকে কখনো নিজ হাতে হাইফেন প্রদান করতে বলা হবে না তা সুনির্দিষ্টভাবে উল্লেখ করুন। ক্ষেত্রটি যদি চিহ্নিত করা না হয়, শব্দ শনাক্ত না করার সময় আপনি হাইফন সন্নিবেশ করার জন্য ডায়ালগ সহ উপস্থাপিত হবে।"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"hd_id3155900\n"
+"17\n"
+"help.text"
+msgid "Hyphenate special regions"
+msgstr "বিশেষ এলাকাতে হাইফেন প্রদান করুন"
+
+#: 01010400.xhp
+msgctxt ""
+"01010400.xhp\n"
+"par_id3155098\n"
+"18\n"
+"help.text"
+msgid "Specifies that hyphenation will also be carried out in footnotes, headers and footers."
+msgstr "সুনির্দিষ্ট করুন যে, পাদটিকা, শিরোনাম এবং পাদচরণে হাইফেনের ব্যবহার কার্যকর করা হবে।"
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"tit\n"
+"help.text"
+msgid "Trusted Sources"
+msgstr "বিশ্বস্ত উৎস"
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN10549\n"
+"help.text"
+msgid "<variable id=\"macrosecurity_ts\"><link href=\"text/shared/optionen/macrosecurity_ts.xhp\">Trusted Sources</link></variable>"
+msgstr "<variable id=\"macrosecurity_ts\"><link href=\"text/shared/optionen/macrosecurity_ts.xhp\">বিশ্বস্ত উৎস</link></variable>"
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN10567\n"
+"help.text"
+msgid "Specifies the <link href=\"text/shared/optionen/macrosecurity.xhp\">macro security</link> settings for trusted certificates and trusted file locations."
+msgstr "বিশ্বস্ত প্রত্যয়ন পত্র এবং বিশ্বস্ত ফাইল অবস্থানের জন্য <link href=\"text/shared/optionen/macrosecurity.xhp\">ম্যাক্রো নিরাপত্তা</link> সেটিং সুনির্দিষ্ট করে।"
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN10578\n"
+"help.text"
+msgid "Trusted certificates"
+msgstr "বিশ্বস্ত প্রত্যয়ন পত্র"
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN1057C\n"
+"help.text"
+msgid "<ahelp hid=\".\">Lists the trusted certificates.</ahelp>"
+msgstr "<ahelp hid=\".\">বিশ্বস্ত প্রত্যয়ন পত্রের তালিকা করুন।</ahelp>"
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "View"
+msgstr "প্রদর্শন"
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN10595\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the View Certificate dialog for the selected certificate.</ahelp>"
+msgstr "<ahelp hid=\".\">নির্বাচিত প্রত্যয়ন পত্রের জন্য \"প্রত্যয়ন পত্রের প্রদর্শন\" ডায়ালগ খোলে।</ahelp>"
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN105A6\n"
+"help.text"
+msgid "Remove"
+msgstr "অপসারণ করুন"
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN105AA\n"
+"help.text"
+msgid "<ahelp hid=\".\">Removes the selected certificate from the list of trusted certificates.</ahelp>"
+msgstr "<ahelp hid=\".\">বিশ্বস্ত প্রত্যয়ন পত্রের তালিকা হতে নির্বাতিত প্রত্যয়ন পত্র অপসারণ করে।</ahelp>"
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN105AD\n"
+"help.text"
+msgid "Trusted file locations"
+msgstr "বিশ্বস্ত ফাইলের অবস্থান"
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN105B1\n"
+"help.text"
+msgid "<ahelp hid=\".\">Document macros are only executed if they have been opened from one of the following locations.</ahelp>"
+msgstr "<ahelp hid=\".\">নথির ম্যাক্রো শুধুমাত্র তখনই কার্যকর হয় যখন তাদের নিম্নের যেকোনো একটি অবস্থান খোলা হয়।</ahelp>"
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN105B4\n"
+"help.text"
+msgid "Add"
+msgstr "যোগ করুন"
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN105B8\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a folder selection dialog. Select a folder from which all macros are allowed to execute.</ahelp>"
+msgstr "<ahelp hid=\".\">ফোল্ডার নির্বাচনের ডায়ালগ খোলে। যে ফোল্ডার থেকে সকল ম্যাক্রো কার্যকর করতে সমর্থিত তা নির্বাচন করুন।</ahelp>"
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN105BB\n"
+"help.text"
+msgid "Remove"
+msgstr "অপসারণ করুন"
+
+#: macrosecurity_ts.xhp
+msgctxt ""
+"macrosecurity_ts.xhp\n"
+"par_idN105BF\n"
+"help.text"
+msgid "<ahelp hid=\".\">Removes the selected folder from the list of trusted file locations.</ahelp>"
+msgstr "<ahelp hid=\".\">বিশ্বস্ত ফাইল অবস্থানের তালিকা হতে নির্বাচিত ফোল্ডার অপসারণ করে।</ahelp>"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Asian Layout"
+msgstr "এশিয়ান বহির্বিন্যাস"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3156414\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01150100.xhp\" name=\"Asian Layout\">Asian Layout</link>"
+msgstr "<link href=\"text/shared/optionen/01150100.xhp\" name=\"Asian Layout\">এশিয়ান বহির্বিন্যাস</link>"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3145136\n"
+"2\n"
+"help.text"
+msgid "Defines the typographic default settings for Asian text."
+msgstr "এশিয়ান পাঠের জন্য মুদ্রণশৈলীগত পূর্বনির্ধারিত সেটিং নির্ধারণ করে।"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"bm_id3143268\n"
+"help.text"
+msgid "<bookmark_value>kerning;Asian texts</bookmark_value>"
+msgstr "<bookmark_value>kerning;Asian texts</bookmark_value>"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3143268\n"
+"3\n"
+"help.text"
+msgid "Kerning"
+msgstr "কার্নিং"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3155535\n"
+"4\n"
+"help.text"
+msgid "Defines the default settings for kerning between individual characters."
+msgstr "পৃথক বর্ণচিহ্নের মধ্যে কার্নিং করার জন্য পূর্বনির্ধারিত সেটিং নির্ধারণ করে।"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3147275\n"
+"5\n"
+"help.text"
+msgid "Western characters only"
+msgstr "শুধুমাত্র ওয়েষ্টার্ন বর্ণচিহ্ন"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3149398\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_CHAR_KERNING\">Specifies that kerning is only applied to western text.</ahelp>"
+msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_CHAR_KERNING\">সুনির্দিষ্ট করুন যে শুধুমাত্র ওয়েষ্টার্ন পাঠেই কার্নিং প্রয়োগ করা হয়।</ahelp>"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3148538\n"
+"7\n"
+"help.text"
+msgid "Western text and Asian punctuation"
+msgstr "ওয়েষ্টার্ন পাঠ এবং এশিয়ান বিরামচিহ্ন"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3147336\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_CHAR_PUNCT\">Specifies that kerning is applied to both western text and Asian punctuation.</ahelp>"
+msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_CHAR_PUNCT\">সুনির্দিষ্ট করুন যে ওয়েষ্টার্ন পাঠ এবং এশিয়ান বিরামচিহ্ন উভয়েই কার্নিং প্রয়োগ করা হয়।</ahelp>"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3153088\n"
+"9\n"
+"help.text"
+msgid "Character spacing"
+msgstr "বর্ণচিহ্নের ফাঁকাকরণ"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3145119\n"
+"10\n"
+"help.text"
+msgid "Defines the default settings for character spacing in Asian texts, cells, and drawing objects."
+msgstr "বর্ণচিহ্ন ফাঁকাকরণের জন্য এশিয়ান পাঠে, কক্ষে, এবং অঙ্কন বস্তু পূর্বনির্ধারিত সেটিং নির্ধারণ করে।"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3150669\n"
+"11\n"
+"help.text"
+msgid "No compression"
+msgstr "কোনো সঙ্কোচায়ন নেই"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3150503\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_NO_COMP\">Specifies that no compression at all will occur.</ahelp>"
+msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_NO_COMP\">সুনির্দিষ্ট করুন যে কোনো সঙ্কোচায়ন আদৌ সংঘটিত হবে না।</ahelp>"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3155419\n"
+"13\n"
+"help.text"
+msgid "Compress only punctuation"
+msgstr "শুধুমাত্র বিরামচিহ্ন সঙ্কুচিত করুন"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3145673\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_PUNCT_COMP\">Specifies that only the punctuation is compressed.</ahelp>"
+msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_PUNCT_COMP\">সুনির্দিষ্ট করুন যে শুধুমাত্র বিরামচিহ্ন সঙ্কুচিত করা হয়েছে।</ahelp>"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3151245\n"
+"15\n"
+"help.text"
+msgid "Compress punctuation and Japanese Kana"
+msgstr "বিরামচিহ্ন এবং জাপানী কানা সঙ্কুচিত করুন"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3154346\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_PUNCT_KANA_COMP\">Specifies that punctuation and Japanese Kana are compressed.</ahelp>"
+msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_PUNCT_KANA_COMP\">সুনির্দিষ্ট করুন যে বিরামচিহ্ন এবং জাপানী কানা সঙ্কুচিত করা হয়েছে।</ahelp>"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3148552\n"
+"17\n"
+"help.text"
+msgid "First and last characters"
+msgstr "প্রথম এবং শেষ বর্ণচিহ্ন"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3149295\n"
+"18\n"
+"help.text"
+msgid "Defines the default settings for 'first' and 'last' characters. In the dialog that appears when you choose <emph>Format -</emph><link href=\"text/shared/01/05020700.xhp\" name=\"Asian Typography\"><emph>Asian Typography</emph></link>, you can specify whether the list of forbidden characters applies to those at the beginning or end of a line in a paragraph."
+msgstr "'প্রথম' এবং 'শেষ' অক্ষরের জন্য পূর্বনির্ধারিত বৈশিষ্ট্য নির্ধারণ করে। আপনি<emph>বিন্যাস -</emph><link href=\"text/shared/01/05020700.xhp\" name=\"Asian Typography\"><emph>এশীয় মুদ্রণশৈলী</emph></link>নির্বাচন করার সময় ডায়লগটিতে যা আবির্ভূত হয়, একটি অনুচ্ছেদের লাইনের শুরু অথবা শেষে নিষিদ্ধ অক্ষরের তালিকাটি প্রয়োগ হয় কিনা তা উল্লেখ করতে পারেন।"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3154071\n"
+"19\n"
+"help.text"
+msgid "Language"
+msgstr "ভাষা"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3151210\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_ASIAN_LAYOUT_LB_LANGUAGE\">Specifies the language for which you want to define first and last characters.</ahelp>"
+msgstr "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_ASIAN_LAYOUT_LB_LANGUAGE\">আপনি যে ভাষার জন্য প্রথম এবং শেষ বর্ণচিহ্ন নির্ধারণ করতে চান তা সুনির্দিষ্ট করে।</ahelp>"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3145606\n"
+"21\n"
+"help.text"
+msgid "Default"
+msgstr "পূর্বনির্ধারিত"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3148920\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ASIAN_LAYOUT_CB_STANDARD\">When you mark<emph> Default</emph>, the following two text boxes are filled with the default characters for the selected language:</ahelp>"
+msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ASIAN_LAYOUT_CB_STANDARD\">আপনি যখন<emph> পূর্বনির্ধারিত</emph>চিহ্নিত করেন, নিম্নবর্ণিত দুটি পাঠ বাক্স নির্বাচিত ভাষার জন্য পূর্বনির্ধারিত ভাষার দ্বারা পূরণ হয়:</ahelp>"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3144761\n"
+"23\n"
+"help.text"
+msgid "Not at start of line:"
+msgstr "রেখার শুরুতে নেই:"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3156214\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_ASIAN_LAYOUT_ED_START\">Specifies the characters that should not appear alone at the beginning of a line.</ahelp> If a character typed here is positioned at the beginning of a line after a line break, it is automatically moved to the end of the previous line. For example, an exclamation point at the end of a sentence never appears at the start of a line if it is part of the <emph>Not at start of line</emph> list."
+msgstr "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_ASIAN_LAYOUT_ED_START\">যে বর্ণচিহ্ন রেখার শুরুতে একা প্রদর্শিত হবে না তা সুনির্দিষ্ট করে।</ahelp> যদি এখানে টাইপকৃত একটি বর্ণচিহ্ন রেখা বিরতির কারণে রেখার শুরুতে অবস্থিত করা হয়, এটা স্বয়ংক্রিয়ভাবে পরবর্তী রেখার শেষে চলে যায়। উদাহরণ স্বরূপ, বাক্যের শেষের বিস্ময় বিন্দু কখনোই রেখার শুরুতে প্রদর্শিত হতে পারে না যদি এটা <emph> রেখার শুরুতে নেই</emph> তালিকার অংশ হয়।"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"hd_id3154908\n"
+"25\n"
+"help.text"
+msgid "Not at end of line:"
+msgstr "রেখার শেষে নেই:"
+
+#: 01150100.xhp
+msgctxt ""
+"01150100.xhp\n"
+"par_id3153367\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_ASIAN_LAYOUT_ED_END\">Specifies the characters that should not appear alone at the end of a line.</ahelp> If a character typed here is positioned at the end of a line due to a line break, it is automatically moved to the beginning of the next line. For example, a currency symbol that appears in front of an amount never appears at the end of a line if it is part of the<emph> Not at end of line</emph> list."
+msgstr "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_ASIAN_LAYOUT_ED_END\">যে বর্ণচিহ্ন রেখার শেষে একা প্রদর্শিত হবে না তা সুনির্দিষ্ট করে।</ahelp> যদি এখানে টাইপকৃত একটি বর্ণচিহ্ন রেখা বিরতির কারণে রেখার শেষে অবস্থিত করা হয়, এটা স্বয়ংক্রিয়ভাবে পরবর্তী রেখার শুরুতে চলে যায়। উদাহরণ স্বরূপ, মুদ্রার প্রতীক যা পরিমাণের সামনে প্রদর্শিত হয় তা কখনোই রেখার শেষে প্রদর্শিত হতে পারে না যদি এটা <emph> রেখার শেষে নেই</emph> তালিকার অংশ হয়।"
+
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"tit\n"
+"help.text"
+msgid "Copy List"
+msgstr "অনুলিপি তালিকা"
+
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"bm_id3153341\n"
+"help.text"
+msgid "<bookmark_value>sort lists; copying to in Calc</bookmark_value>"
+msgstr "<bookmark_value>sort lists; copying to in Calc</bookmark_value>"
+
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"hd_id3153341\n"
+"1\n"
+"help.text"
+msgid "Copy List"
+msgstr "অনুলিপি তালিকা"
+
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"par_id3150772\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"SC_MODALDIALOG_RID_SCDLG_COLORROW\">Allows you to copy marked cells to a sort list.</ahelp>"
+msgstr "<ahelp hid=\"SC_MODALDIALOG_RID_SCDLG_COLORROW\">ক্রমসজ্জিত তালিকায় চিহ্নিত ঘর অনুলিপি করতে আপনাকে অনুমোদন করে।</ahelp>"
+
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"hd_id3147574\n"
+"3\n"
+"help.text"
+msgid "List from"
+msgstr "এর হতে তালিকা করুন"
+
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"par_id3148563\n"
+"4\n"
+"help.text"
+msgid "Choose between the options<emph> Rows</emph> and <emph>Columns</emph>. Cells without text will be ignored when copying."
+msgstr "<emph> সারি</emph> এবং <emph>কলামের মধ্যবর্তী</emph>অপশন পছন্দ করুন। অনুলিপি করার সময় পাঠ ব্যতীত ঘর উপেক্ষা করা হবে।"
+
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"hd_id3156343\n"
+"5\n"
+"help.text"
+msgid "Rows"
+msgstr "সারি"
+
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"par_id3148664\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC_RADIOBUTTON_RID_SCDLG_COLORROW_BTN_GROUP_ROWS\">Select the<emph> Rows </emph>option to summarize the contents of the selected rows in a list.</ahelp>"
+msgstr "<ahelp hid=\"SC_RADIOBUTTON_RID_SCDLG_COLORROW_BTN_GROUP_ROWS\">তালিকায় নির্বাচিত সারির বিষয়বস্তুর সারসংক্ষেপ তৈরি করতে <emph> সারি </emph>এর অপশন নির্বাচন করুন।</ahelp>"
+
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"hd_id3153525\n"
+"7\n"
+"help.text"
+msgid "Columns"
+msgstr "কলাম"
+
+#: 01060401.xhp
+msgctxt ""
+"01060401.xhp\n"
+"par_id3154216\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC_RADIOBUTTON_RID_SCDLG_COLORROW_BTN_GROUP_COLS\">Select the<emph> Columns </emph>option to summarize the contents of the selected columns in a list.</ahelp>"
+msgstr "<ahelp hid=\"SC_RADIOBUTTON_RID_SCDLG_COLORROW_BTN_GROUP_COLS\">তালিকায় নির্বাচিত কলামের বিষয়বস্তুর সারসংক্ষেপ তৈরি করতে <emph> কলাম </emph>এর অপশন নির্বাচন করুন।</ahelp>"
+
+#: 01061000.xhp
+#, fuzzy
+msgctxt ""
+"01061000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Defaults"
+msgstr "পূর্বনির্ধারিত"
+
+#: 01061000.xhp
+msgctxt ""
+"01061000.xhp\n"
+"bm_id4249399\n"
+"help.text"
+msgid "<bookmark_value>defaults;number of worksheets in new documents</bookmark_value> <bookmark_value>defaults;prefix name for new worksheet</bookmark_value> <bookmark_value>number of worksheets in new documents</bookmark_value> <bookmark_value>prefix name for new worksheet</bookmark_value>"
+msgstr ""
+
+#: 01061000.xhp
+#, fuzzy
+msgctxt ""
+"01061000.xhp\n"
+"hd_id3145071\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01061000.xhp\" name=\"Defaults\">Defaults</link>"
+msgstr "<link href=\"text/shared/optionen/01110100.xhp\" name=\"Default colors\">পূর্বনির্ধারিত রং</link>"
+
+#: 01061000.xhp
+msgctxt ""
+"01061000.xhp\n"
+"par_id3147576\n"
+"help.text"
+msgid "<ahelp hid=\".\">Defines default settings for new spreadsheet documents.</ahelp>"
+msgstr ""
+
+#: 01061000.xhp
+msgctxt ""
+"01061000.xhp\n"
+"hd_id3149399\n"
+"help.text"
+msgid "New spreadsheets"
+msgstr ""
+
+#: 01061000.xhp
+msgctxt ""
+"01061000.xhp\n"
+"par_id3155419\n"
+"help.text"
+msgid "You can set the number of worksheets in a new document, and the prefix name for new worksheets."
+msgstr ""
+
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Language Setting Options"
+msgstr "ভাষার সেটিং অপশন"
+
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"bm_id3148668\n"
+"help.text"
+msgid "<bookmark_value>languages;setting options</bookmark_value>"
+msgstr "<bookmark_value>languages;setting options</bookmark_value>"
+
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"hd_id3148668\n"
+"1\n"
+"help.text"
+msgid "Language Setting Options"
+msgstr "ভাষার সেটিং অপশন"
+
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3150499\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"typotext\">Defines the properties for additional languages. </variable>"
+msgstr "<variable id=\"typotext\">অতিরিক্ত ভাষার জন্য বৈশিষ্ট্য নির্ধারণ করে। </variable>"
+
+#: 01150000.xhp
+msgctxt ""
+"01150000.xhp\n"
+"par_id3153665\n"
+"3\n"
+"help.text"
+msgid "The <emph>Searching in Japanese</emph> and <emph>Asian Layout</emph> tab pages are only visible if the <emph>Asian language support</emph> option in the <emph>Languages</emph> tab page is activated and the <emph>Options</emph> dialog is re-opened. The <emph>Complex Text Layout</emph> tab page is only visible if the <emph>CTL support</emph> is enabled."
+msgstr "<emph>জাপানীতে অনুসন্ধান</emph> এবং <emph>এশিয়ান বহির্বিন্যাস</emph>-এর ট্যাব পৃষ্ঠা শুধুমাত্র দৃশ্যমান হয় যদি <emph>ভাষার</emph> ট্যাব পৃষ্ঠায় <emph>এশিয়ান ভাষার সমর্থন</emph>-এর অপশন সক্রিয় থাকে এবং <emph>অপশন</emph>-এর ডায়ালগ পুনরায় খোলা হয়। <emph>জটিল পাঠ বহির্বিন্যাস</emph>-এর ট্যাব পৃষ্ঠা শুধুমাত্র দৃশ্যমান হয় যদি <emph>CTL সমর্থন</emph> সক্রিয় থাকে।"
+
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Presentation Options"
+msgstr "উপস্থাপনার অপশন"
+
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"hd_id3155805\n"
+"1\n"
+"help.text"
+msgid "%PRODUCTNAME Impress Options"
+msgstr "%PRODUCTNAME ইমপ্রেস অপশন"
+
+#: 01070000.xhp
+msgctxt ""
+"01070000.xhp\n"
+"par_id3146957\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"allgemein\"><ahelp hid=\".uno:SdEditOptions\">Defines various settings for newly created presentation documents, such as the contents to be displayed, the measurement unit used, if and how grid alignment is carried out.</ahelp></variable>"
+msgstr "<variable id=\"allgemein\"><ahelp hid=\".uno:SdEditOptions\">নতুনভাবে তৈরি উপস্থাপনা নথির জন্য বিভিন্ন সেটিং সুনির্দিষ্ট করে, যেমন প্রদর্শন করার মতো বিষয়বস্তু, ব্যবহৃত পরিমাপ একক, যদি এবং যেভাবে গ্রিড সারিবদ্ধকরণ সম্পন্ন করা হয়েছিল।</ahelp></variable>"
+
+#: testaccount.xhp
+msgctxt ""
+"testaccount.xhp\n"
+"tit\n"
+"help.text"
+msgid "Test Account Settings"
+msgstr "পরীক্ষামূলক একাউন্টের সেটিং"
+
+#: testaccount.xhp
+msgctxt ""
+"testaccount.xhp\n"
+"par_idN10547\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/testaccount.xhp\">Test Account Settings</link>"
+msgstr "<link href=\"text/shared/optionen/testaccount.xhp\">পরীক্ষামূলক একাউন্টের সেটিং</link>"
+
+#: testaccount.xhp
+msgctxt ""
+"testaccount.xhp\n"
+"par_idN10557\n"
+"help.text"
+msgid "When you enter settings on the <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/mailmerge.xhp\">%PRODUCTNAME Writer - Mail Merge E-mail</link> tab page, you can click the <emph>Test Settings</emph> button to test your settings."
+msgstr ""
+
+#: testaccount.xhp
+msgctxt ""
+"testaccount.xhp\n"
+"par_idN10574\n"
+"help.text"
+msgid "(Results list box)"
+msgstr "(ফলাফলের তালিকা বাক্স)"
+
+#: testaccount.xhp
+msgctxt ""
+"testaccount.xhp\n"
+"par_idN10578\n"
+"help.text"
+msgid "<ahelp hid=\".\">In the top list box you will see the results of the test session.</ahelp>"
+msgstr "<ahelp hid=\".\">উপরের তালিকা বাক্সে আপনি পরীক্ষামূলক অধিবেশনের ফলাফল দেখবেন।</ahelp>"
+
+#: testaccount.xhp
+msgctxt ""
+"testaccount.xhp\n"
+"par_idN1058F\n"
+"help.text"
+msgid "Errors"
+msgstr "ত্রুটি"
+
+#: testaccount.xhp
+msgctxt ""
+"testaccount.xhp\n"
+"par_idN10593\n"
+"help.text"
+msgid "<ahelp hid=\".\">In the Errors list box you can read an explanation of any errors encountered while testing the settings.</ahelp>"
+msgstr "<ahelp hid=\".\">ত্রুটির তালিকা বাক্সে আপনি সেটিং পরীক্ষা করার সময় সংঘটিত যেকোনো ত্রুটির একটি ব্যাখ্যা পড়তে পারেন।</ahelp>"
+
+#: testaccount.xhp
+msgctxt ""
+"testaccount.xhp\n"
+"par_idN105AA\n"
+"help.text"
+msgid "Stop"
+msgstr "বন্ধ করুন"
+
+#: testaccount.xhp
+msgctxt ""
+"testaccount.xhp\n"
+"par_idN105AE\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click the <emph>Stop</emph> button to stop a test session manually.</ahelp>"
+msgstr "<ahelp hid=\".\">একটি পরীক্ষামূলক অধিবেশন নিজ হাতে বন্ধ করতে <emph>বন্ধ করুন</emph> বোতাম ক্লিক করুন।</ahelp>"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"tit\n"
+"help.text"
+msgid "Print Options"
+msgstr "মুদ্রণ অপশন"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"bm_id3147323\n"
+"help.text"
+msgid "<bookmark_value>printing; colors in grayscale</bookmark_value><bookmark_value>grayscale printing</bookmark_value><bookmark_value>colors; printing in grayscale</bookmark_value><bookmark_value>printing; warnings</bookmark_value><bookmark_value>paper size warning</bookmark_value>"
+msgstr "<bookmark_value>printing; colors in grayscale</bookmark_value><bookmark_value>grayscale printing</bookmark_value><bookmark_value>colors; printing in grayscale</bookmark_value><bookmark_value>printing; warnings</bookmark_value><bookmark_value>paper size warning</bookmark_value>"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3148946\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010900.xhp\" name=\"Print Options\">Print Options</link>"
+msgstr "<link href=\"text/shared/optionen/01010900.xhp\" name=\"Print Options\">মুদ্রণ অপশন</link>"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3150359\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the print setting options.</ahelp>"
+msgstr "<ahelp hid=\".\">মুদ্রণ সেটিং অপশন সুনির্দিষ্ট করে। </ahelp>"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3148451\n"
+"56\n"
+"help.text"
+msgid "Reduce print data"
+msgstr "মুদ্রণ ডাটা হ্রাস করুন"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3154910\n"
+"68\n"
+"help.text"
+msgid "You can reduce the amount of data to be sent to the printer. Reducing the print data increases the print speed because the print files are smaller. This makes it easier for printers with a smaller memory to print. Reducing print data can result in slightly lower print quality."
+msgstr "মুদ্রণযন্ত্রে প্রদান করা তথ্যের পরিমাণ আপনি কমাতে পারেন। মুদ্রনের তথ্য কমানো হলে মুদ্রণ ফাইলের আকার ছোট হওয়ার কারনে মুদ্রণ দ্রুত হয়। ছোট স্মৃতি কারনে মুদ্রণ যন্ত্রের জন্য কাজটি সহজ করে। মুদ্রনের তথ্য কমানোর কারনে মুদ্রনের মান কিছুটা কমে যায়।"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3147085\n"
+"57\n"
+"help.text"
+msgid "Settings for"
+msgstr "এর জন্য সেটিং"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3158407\n"
+"69\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_PRINTFILEOUTPUT\">Specifies whether the print settings apply to direct printing or to printing to a file.</ahelp>"
+msgstr "<ahelp hid=\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_PRINTFILEOUTPUT\">মুদ্রণ সেটিং সরাসরি মুদ্রণে বা ফাইলে মুদ্রণ করতে প্রয়োগ করা হবে কিনা তা সুনির্দিষ্ট করে।</ahelp>"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3145786\n"
+"58\n"
+"help.text"
+msgid "Reduce transparency"
+msgstr "স্বচ্ছতা হ্রাস করুন"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3159154\n"
+"70\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_REDUCETRANSPARENCY\">If you mark this field the transparent objects will be printed like normal, non-transparent objects, depending on your selection in the following two option buttons.</ahelp>"
+msgstr "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_REDUCETRANSPARENCY\">নিম্নবর্ণিত দুটি অপশন বোতামে আপনার নির্বাচনের উপর ভিত্তি করে, আপনি যদি এই ক্ষেত্রটি চিহ্নিত করেন, স্বচ্ছ বস্তুটি অস্বচ্ছ বস্তুর মতো সাধারণ অবস্থায় মুদ্রিত হবে।</ahelp>"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3156444\n"
+"71\n"
+"help.text"
+msgid "Transparency cannot be output directly to a printer. The areas of the document in which transparency is to be visible must therefore always be calculated as bitmaps and sent to the printer. Depending on the size of the bitmaps and the print resolution a large amount of data may result."
+msgstr "ট্রন্সপারেন্সি একটি মুদ্রণযন্ত্রের দিকে সরাসরি আউটপুট হতে পারে না। নথির এই এলাকা যেখানে ট্রান্সপারেন্সি দৃশ্যমান হবে অবশ্যই বিটম্যাপ হিসেবে গণনা করা হয় এবং মুদ্রণযন্ত্রে পাঠানো হয়। বিটম্যাপের আকার এবং মুদ্রনের রেজ্যুলুশনের উপর নির্ভর করে একটি বৃহৎ পরিমাণ তথ্য ফলাফল প্রদান করতে পারে।"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3147441\n"
+"59\n"
+"help.text"
+msgid "Automatically"
+msgstr "স্বয়ংক্রিয়ভাবে"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3150488\n"
+"72\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_REDUCETRANSPARENCY_AUTO\">Specifies that the transparency is only printed if the transparent area covers less than a quarter of the entire page.</ahelp>"
+msgstr "<ahelp hid=\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_REDUCETRANSPARENCY_AUTO\">সুনির্দিষ্ট করুন যে স্বচ্ছতা শুধুমাত্র তখনই মুদ্রিত হবে যদি স্বচ্ছ এলাকা সম্পূর্ণ এলাকার এক-চতুর্থাংশ পূরণ করে।</ahelp>"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3149417\n"
+"73\n"
+"help.text"
+msgid "No transparency"
+msgstr "কোনো স্বচ্ছতা নেই"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3153878\n"
+"74\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_REDUCETRANSPARENCY_NONE\">With this option transparency is never printed.</ahelp>"
+msgstr "<ahelp hid=\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_REDUCETRANSPARENCY_NONE\">এই অপশন সহ স্বচ্ছতা কখনোই মুদ্রিত হতে পারে না।</ahelp>"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3149960\n"
+"60\n"
+"help.text"
+msgid "Reduce bitmaps"
+msgstr "বিটম্যাপ হ্রাস করুন"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3148455\n"
+"75\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_REDUCEBITMAPS\">Specifies that bitmaps are printed with reduced quality. The resolution can only be reduced and not increased.</ahelp>"
+msgstr "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_REDUCEBITMAPS\">সুনির্দিষ্ট করুন যে বিটম্যাপ হ্রাসকৃত বৈশিষ্ট্যে মুদ্রিত হয়। রেজুলেশন শুধুমাত্র হ্রাস করা যেতে পারে এবং বৃদ্ধি করা যায় না।</ahelp>"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3149400\n"
+"61\n"
+"help.text"
+msgid "High/normal print quality"
+msgstr "উচ্চ/সাধারণ মুদ্রণ বৈশিষ্ট্য"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3154510\n"
+"76\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_REDUCEBITMAPS_NORMAL\">High print quality corresponds to a resolution of 300dpi. Normal print quality corresponds to a resolution of 200dpi. </ahelp>"
+msgstr "<ahelp hid=\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_REDUCEBITMAPS_NORMAL\">উচ্চ মুদ্রণ বৈশিষ্ট্য ৩০০ডিপিআই এর সাথে সম্পর্কিত। সাধারণ মুদ্রণ বৈশিষ্ট্য ২০০ডিপিআই রেজুলেশনের সাথে সম্পর্কিত। </ahelp>"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3146969\n"
+"62\n"
+"help.text"
+msgid "Resolution"
+msgstr "রেজুলেশন"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3154270\n"
+"77\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_LISTBOX_TP_COMMONPRINTOPTIONS_LB_REDUCEBITMAPS_RESOLUTION\">Specifies the maximum print quality in dpi. The resolution can only be reduced and not increased.</ahelp>"
+msgstr "<ahelp hid=\"SFX2_LISTBOX_TP_COMMONPRINTOPTIONS_LB_REDUCEBITMAPS_RESOLUTION\">সর্বোচ্চ মুদ্রণ বৈশিষ্ট্য ডিপিআই-তে উল্লেখ করুন। রেজুলেশন শুধুমাত্র হ্রাস করা যায় এবং বৃদ্ধি করা যায় না।</ahelp>"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3146789\n"
+"63\n"
+"help.text"
+msgid "Include transparent objects"
+msgstr "স্বচ্ছ বস্তু অন্তর্ভুক্ত করুন"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3150749\n"
+"78\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_REDUCEBITMAPS_TRANSPARENCY\">If this field is marked, the reduction in print quality for bitmaps also applies to the transparent areas of objects.</ahelp>"
+msgstr "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_REDUCEBITMAPS_TRANSPARENCY\">এই ক্ষেত্রটি যদি চিহ্নিত থাকে, তবে বিটম্যাপের জন্য মুদ্রণ বৈশিষ্ট্যের হ্রাসকরণও বস্তুর স্বচ্ছ এলাকায় প্রয়োগ করা হয়।</ahelp>"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3154362\n"
+"64\n"
+"help.text"
+msgid "Reduce gradients"
+msgstr "গ্রেডিয়েন্ট হ্রাস করুন"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3148914\n"
+"79\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_REDUCEGRADIENTS\">If this field is marked, gradients are printed with reduced quality.</ahelp>"
+msgstr "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_REDUCEGRADIENTS\">এই ক্ষেত্রটি যদি চিহ্নিত থাকে, গ্রেডিয়েন্ট হ্রাসকৃত বৈশিষ্ট্যে মুদ্রিত হয়।</ahelp>"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3155766\n"
+"65\n"
+"help.text"
+msgid "Gradient stripes"
+msgstr "গ্রেডিয়েন্টর ডোরা"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3156382\n"
+"80\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_NUMERICFIELD_TP_COMMONPRINTOPTIONS_NF_REDUCEGRADIENTS_STEPCOUNT\">Specifies the maximum number of gradient stripes for printing.</ahelp>"
+msgstr "<ahelp hid=\"SFX2_NUMERICFIELD_TP_COMMONPRINTOPTIONS_NF_REDUCEGRADIENTS_STEPCOUNT\">মুদ্রণের জন্য সর্বোচ্চ সংখ্যক গ্রেডিয়েন্টর ডোরা সুনির্দিষ্ট করে।</ahelp>"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3146313\n"
+"66\n"
+"help.text"
+msgid "Intermediate color"
+msgstr "প্রাথমিক রং"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3145230\n"
+"81\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_REDUCEGRADIENTS_COLOR\">Specifies that gradients are only printed in a single intermediate color.</ahelp>"
+msgstr "<ahelp hid=\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_REDUCEGRADIENTS_COLOR\">সুনির্দিষ্ট করুন যে গ্রেডিয়েন্ট একটি একক প্রাথমিক রং-এ মুদ্রিত হয়।</ahelp>"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3147323\n"
+"67\n"
+"help.text"
+msgid "Convert colors to grayscale"
+msgstr "রং ধূসরে রুপান্তর করুন"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3145150\n"
+"82\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_CONVERTTOGREYSCALES\">Specifies that all colors are printed only as grayscale.</ahelp>"
+msgstr "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_CONVERTTOGREYSCALES\">সুনির্দিষ্ট করুন যে সকল রং শুধুমাত্র ধূসর রং-এ মদ্রিত হয়।</ahelp>"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3150646\n"
+"50\n"
+"help.text"
+msgid "Printer warnings"
+msgstr "মুদ্রকের সতর্কতা"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3154022\n"
+"51\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_CONVERTTOGREYSCALES\">Defines which warnings appear before printing begins.</ahelp>"
+msgstr "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_CONVERTTOGREYSCALES\">মুদ্রণ শুরু হওয়ার পূর্বে কোন সতর্কতা উপস্থিত হয় তা নির্ধারণ করুন।</ahelp>"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3147003\n"
+"52\n"
+"help.text"
+msgid "Paper size"
+msgstr "কাগজের আকার"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3150206\n"
+"53\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_PAPERSIZE\">Mark this check box if a certain paper size is needed for printing the current document.</ahelp> If the paper size used in the document is not provided by the current printer, you will receive an error message."
+msgstr "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_PAPERSIZE\">বর্তমান নথির জন্য একটি নির্দিষ্ট কাগজের আকার প্রয়োজন হলে এই চিহ্নিতকরণ বাক্সটি চিহ্নিত করুন।</ahelp> যদি নথিতে ব্যবহৃত কাগজের আকার বর্তমান মুদ্রণ যন্ত্র সরবরাহ না করে তাহলে আপনি একটি ত্রুটি বার্তা পাবেন।"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3155581\n"
+"54\n"
+"help.text"
+msgid "Paper orientation"
+msgstr "কাগজের স্থিতিবিন্যাস"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3153231\n"
+"55\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_PAPERORIENTATION\">Mark this check box if you need a certain paper orientation for printing the current document.</ahelp> If the format used by the current document is not available from the printer, an error message will appear."
+msgstr "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_PAPERORIENTATION\">বর্তমান নথিটি মুদ্রনের জন্য যদি একটি নির্দিষ্ট বিন্যাসের কাগজ দরকার হয় তাহলে এই চিহ্নিতকরণ বাক্সটি চিহ্নিত করুন।</ahelp> বর্তমান নথিতে ব্যবহৃত বিন্যাসটি যদি মুদ্রণযন্ত্রে পাওয়া না যায় তাহলে একটি ত্রুটি বার্তা প্রদান করে।"
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"hd_id3149531\n"
+"83\n"
+"help.text"
+msgid "Transparency"
+msgstr ""
+
+#: 01010900.xhp
+msgctxt ""
+"01010900.xhp\n"
+"par_id3152778\n"
+"84\n"
+"help.text"
+msgid "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_TRANSPARENCY\">Mark this check box if you always want to be warned if transparent objects are contained in the document.</ahelp> If you print such a document, a dialog appears in which you can select if the transparency is to be printed in this print instruction."
+msgstr "<ahelp hid=\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_TRANSPARENCY\"> নথিতে কোন ট্রান্সপারেন্ট বস্তু থাকলে সবসময় সতর্কবার্তা পাওয়ার জন্য এই চিহ্নিতকরণ বাক্সটি চিহ্নিত করুন।</ahelp> আপনি যদি এমন একটি নথি মুদ্রণ করেন, এই মুদ্রণ ডিরেক্টরির মধ্যে যদি কোন ট্রেন্সপারেন্সি মুদ্রিত হয় তাহলে নথিটিতে একটি ডায়ালগ আবির্ভূত হয়।"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"tit\n"
+"help.text"
+msgid "AutoCaption"
+msgstr "স্বয়ংক্রিয় ক্যাপশন"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"bm_id5164036\n"
+"help.text"
+msgid "<bookmark_value>automatic captions (Writer)</bookmark_value><bookmark_value>AutoCaption function in %PRODUCTNAME Writer</bookmark_value><bookmark_value>captions;automatic captions (Writer)</bookmark_value>"
+msgstr "<bookmark_value>স্বয়ংক্রিয় ক্যাপশন (Writer)</bookmark_value><bookmark_value>%PRODUCTNAME Writer এর স্বয়ংক্রিয় ক্যাপশন ফাংশন</bookmark_value><bookmark_value>শিরোনাম;স্বয়ংক্রিয় শিরোনাম (Writer)</bookmark_value>"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN10561\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01041100.xhp\">AutoCaption</link>"
+msgstr "<link href=\"text/shared/optionen/01041100.xhp\">স্বয়ংক্রিয় ক্যাপশন</link>"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN10571\n"
+"help.text"
+msgid "Specifies the settings for captions that are automatically added to inserted objects."
+msgstr "ক্যাপশনের জন্য এমন সেটিং সুনির্দিষ্ট করে যা সন্নিবেশকৃত বস্তু স্বয়ংক্রিয়ভাবে যুক্ত করা হয়।"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN10588\n"
+"help.text"
+msgid "Add captions automatically when inserting"
+msgstr "সন্নিবেশ করার সময় স্বয়ংক্রিয়ভাবে ক্যাপশন যুক্ত করুন"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN1058C\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the object type for which the AutoCaption settings are to be valid.</ahelp>"
+msgstr "<ahelp hid=\".\">যে বস্তু ধরনের জন্য স্বয়ংক্রিয় ক্যাপশন সেটিং কার্যকর হবে তা নির্বাচন করুন।</ahelp>"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN1058F\n"
+"help.text"
+msgid "Caption"
+msgstr "ক্যাপশন"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN10593\n"
+"help.text"
+msgid "Defines the options to be applied to the selected object type. These options are identical to those in the <emph>Insert - Caption</emph> menu, which is available when an object is selected. Below the settings is a preview of the object category, together with numbering type."
+msgstr "নির্বাচিত বস্তুর ধরনে প্রয়োগ করার মতো অপশন নির্ধারণ করুন। এই অপশনসমূহ <emph>সন্নিবেশ - ক্যাপশন</emph> তালিকার ঐগুলোর নিকট অনন্য, যেটি একটি বস্তু নির্বাচন করার সময় সহজলভ্য। সেটিং এর নিম্নেরটি বস্তু শ্রেণীর প্রাকদর্শন, সংখ্যায়নের ধরন সহকারে।"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"hd_id3146798\n"
+"5\n"
+"help.text"
+msgid "Category"
+msgstr "শ্রেণী"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_id3155419\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"SW_COMBOBOX_TP_OPTCAPTION_PAGE_BOX_CATEGORY\">Specifies the category of the selected object.</ahelp>"
+msgstr "<ahelp hid=\"SW_COMBOBOX_TP_OPTCAPTION_PAGE_BOX_CATEGORY\">নির্বাচিত বস্তুর শ্রেণী সুনির্দিষ্ট করে।</ahelp>"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"hd_id3155628\n"
+"6\n"
+"help.text"
+msgid "Numbering"
+msgstr "সংখ্যায়ন"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_id3149233\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_OPTCAPTION_PAGE_BOX_FORMAT\">Specifies the type of numbering required.</ahelp>"
+msgstr "<ahelp hid=\"SW_LISTBOX_TP_OPTCAPTION_PAGE_BOX_FORMAT\">প্রয়োজনীয় ক্রমিকায়নের ধরন সুনির্দিষ্ট করে।</ahelp>"
+
+#: 01041100.xhp
+#, fuzzy
+msgctxt ""
+"01041100.xhp\n"
+"hd_id3149457\n"
+"10\n"
+"help.text"
+msgid "Separator"
+msgstr "বিভাজক"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN106E2\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SW_EDIT_TP_OPTCAPTION_PAGE_ED_SEPARATOR\">Defines the character to be displayed after the number of the heading or chapter level.</ahelp>"
+msgstr "<ahelp hid=\"SW_EDIT_TP_OPTCAPTION_PAGE_ED_SEPARATOR\">শিরোনাম সংখ্যা বা অধ্যায় স্তরের পরে প্রদর্শন করার মতো বর্ণচিহ্ন নির্ধারণ করে।</ahelp>"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"hd_id3154514\n"
+"8\n"
+"help.text"
+msgid "Position"
+msgstr "অবস্থান"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_id3151384\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_OPTCAPTION_PAGE_BOX_POS\">Determines the position of the caption with respect to the object.</ahelp>"
+msgstr "<ahelp hid=\"SW_LISTBOX_TP_OPTCAPTION_PAGE_BOX_POS\">বস্তুর সাথে সম্পৃক্ত ক্যাপশনের অবস্থান নির্ধারণ করে।</ahelp>"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN1064E\n"
+"help.text"
+msgid "Numbering captions by chapter"
+msgstr "অধ্যায় অনুসারে ক্যাপশন সংখ্যায়ন করুন"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"hd_id3145609\n"
+"9\n"
+"help.text"
+msgid "Level"
+msgstr "স্তর"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_id3153898\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_OPTCAPTION_PAGE_LB_LEVEL\">Specifies the headings or chapter levels where you want the numbering to start.</ahelp>"
+msgstr "<ahelp hid=\"SW_LISTBOX_TP_OPTCAPTION_PAGE_LB_LEVEL\">শিরোনাম বা অধ্যায় স্তরের যেখান হতে আপনি সংখ্যায়ন শুরু করতে চান তা সুনির্দিষ্ট করে।</ahelp>"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_id3153524\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SW_EDIT_TP_OPTCAPTION_PAGE_ED_SEPARATOR\">Defines the character to be displayed after the number of the heading or chapter level.</ahelp>"
+msgstr "<ahelp hid=\"SW_EDIT_TP_OPTCAPTION_PAGE_ED_SEPARATOR\">শিরোনাম সংখ্যা বা অধ্যায় স্তরের পরে প্রদর্শন করার মতো বর্ণচিহ্ন নির্ধারণ করে।</ahelp>"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN106A8\n"
+"help.text"
+msgid "Category and frame format"
+msgstr "শ্রেণী এবং ফ্রেম বিন্যাস"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN106AE\n"
+"help.text"
+msgid "Character style"
+msgstr "বর্ণচিহ্নের শৈলী"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_idN106B4\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the character style.</ahelp>"
+msgstr "<ahelp hid=\".\">বর্ণচিহ্নের শৈলী সুনির্দিষ্ট করে।</ahelp>"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"hd_id3143280\n"
+"43\n"
+"help.text"
+msgid "Apply border and shadow"
+msgstr "সীমানা এবং ছায়া প্রয়োগ করুন"
+
+#: 01041100.xhp
+msgctxt ""
+"01041100.xhp\n"
+"par_id3149826\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"SW:CHECKBOX:DLG_CAPTION:CB_COPY_ATTR\">Applies the border and shadow of the object to the caption frame.</ahelp>"
+msgstr "<ahelp hid=\"SW:CHECKBOX:DLG_CAPTION:CB_COPY_ATTR\">ক্যাপশন ফ্রেমে বস্তুর সীমানা এবং ছায়া প্রয়োগ করে।</ahelp>"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Grid"
+msgstr "গ্রিড"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"bm_id3163802\n"
+"help.text"
+msgid "<bookmark_value>snapping in presentations and drawings</bookmark_value> <bookmark_value>points;reducing editing points when snapping (Impress/Draw)</bookmark_value>"
+msgstr "<bookmark_value>snapping in presentations and drawings</bookmark_value> <bookmark_value>points;reducing editing points when snapping (Impress/Draw)</bookmark_value>"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3147571\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01070300.xhp\" name=\"Grid\">Grid</link>"
+msgstr "<link href=\"text/shared/optionen/01070300.xhp\" name=\"Grid\">গ্রিড</link>"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3152801\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SD_OPTIONS_SNAP\">Defines the grid settings for creating and moving objects.</ahelp>"
+msgstr "<ahelp hid=\"HID_SD_OPTIONS_SNAP\">বস্তু তৈরি করার বা সরানোর জন্য গ্রিড সেটিং নির্ধারণ করে।</ahelp>"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3149177\n"
+"3\n"
+"help.text"
+msgid "If you have activated the snap grid but wish to move or create individual objects without snap positions, keep the Shift key pressed to deactivate this function for as long as needed."
+msgstr "আপনি যদি স্ন্যাপ গ্রিডটি সক্রিয় করে থাকেন কিন্তু স্ন্যাপ অবস্থান ব্যতীত পৃথক বস্তু সরাতে অথবা তৈরি করতে চান, তাহলে যতক্ষণ প্রয়োজন ততক্ষণ shift কী চাপার মাধ্যমে তা নিষ্ক্রিয় করতে পারেন।"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3156346\n"
+"4\n"
+"help.text"
+msgid "Snap"
+msgstr "স্ন্যাপ"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3163802\n"
+"8\n"
+"help.text"
+msgid "To snap lines"
+msgstr "স্ন্যাপ রেখায়"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3149516\n"
+"9\n"
+"help.text"
+msgid "<variable id=\"anlinie\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_HELPLINES\">Snaps the edge of a dragged object to the nearest snap line when you release the mouse.</ahelp></variable>"
+msgstr "<variable id=\"anlinie\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_HELPLINES\">আপনি যখন মাউস ছেড়ে দেন তখন টেনে আনা বস্তুর প্রান্ত কাছাকাছি স্ন্যাপ রেখায় স্ন্যাপ নেয়।</ahelp></variable>"
+
+#: 01070300.xhp
+#, fuzzy
+msgctxt ""
+"01070300.xhp\n"
+"par_id3154142\n"
+"37\n"
+"help.text"
+msgid "You can also define this setting by using the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Snap Lines\"><emph>Snap to Snap Lines</emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Snap Lines\"><emph>Snap to Snap Lines</emph></link></caseinline><defaultinline><emph>Snap to Snap Lines</emph></defaultinline></switchinline> icon, which is available in the <emph>Options</emph> bar in a presentation or drawing document."
+msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Guides\"><emph>সহায়িকাতে ছবি নেয়া</emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Guides\"><emph>সহায়িকাতে ছবি নেয়া</emph></link></caseinline><defaultinline><emph>সহায়িকাতে ছবি নেয়া</emph></defaultinline></switchinline> আইকন ব্যবহার করে এই বৈশিষ্ট্যটি নির্ধারণ করতে পারেন, যা উপস্থাপনা অথবা আঁকার বস্তুতে <emph>অপশন</emph> বারে সহজেই খুঁজে পাওয়া যায়।"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3154306\n"
+"31\n"
+"help.text"
+msgid "To the page margins"
+msgstr "পৃষ্ঠার মার্জিনে"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3156024\n"
+"11\n"
+"help.text"
+msgid "<variable id=\"seitenrand\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_BORDER\">Specifies whether to align the contour of the graphic object to the nearest page margin.</ahelp></variable>"
+msgstr "<variable id=\"seitenrand\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_BORDER\">গ্রাফিক বস্তুর নকশা কাছাকাছি পৃষ্ঠা মার্জিনে সারিবদ্ধ করবেন কিনা তা সুনির্দিষ্ট করে।</ahelp></variable>"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3149670\n"
+"33\n"
+"help.text"
+msgid "<variable id=\"seittext\">The cursor or a contour line of the graphics object must be in the snap range.</variable>"
+msgstr ""
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3148947\n"
+"38\n"
+"help.text"
+msgid "In a presentation or drawing document, this function can also be accessed with the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13150000.xhp\" name=\"Snap to Page Margins\"><emph>Snap to Page Margins</emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13150000.xhp\" name=\"Snap to Page Margins\"><emph>Snap to Page Margins</emph></link></caseinline><defaultinline><emph>Snap to Page Margins</emph></defaultinline></switchinline> icon in the <emph>Options</emph> bar."
+msgstr "উপস্থাপনা এবং আঁকার নথিতে <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13150000.xhp\" name=\"Snap to Page Margins\"><emph>পৃষ্ঠা মার্জিনে ছবি নেয়া হয় </emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13150000.xhp\" name=\"Snap to Page Margins\"><emph>পৃষ্ঠা মার্জিনে ছবি নেয়া হয়</emph></link></caseinline><defaultinline><emph>পৃষ্ঠা মার্জিনে ছবি নেয়া হয়</emph></defaultinline></switchinline> আইকন দ্বারাও ফাংশনটি <emph>অপশন</emph> বারে ব্যবহার করা যায়।"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3154365\n"
+"12\n"
+"help.text"
+msgid "To object frame"
+msgstr "বস্তু ফ্রেমে"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3148674\n"
+"13\n"
+"help.text"
+msgid "<variable id=\"rahmen\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_FRAME\">Specifies whether to align the contour of the graphic object to the border of the nearest graphic object.</ahelp></variable>"
+msgstr "<variable id=\"rahmen\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_FRAME\">গ্রাফিক বস্তুর নকশা কাছাকাছি গ্রাফিক বস্তুর সীমানায় সারিবদ্ধ করবেন কিনা তা সুনির্দিষ্ট করে।</ahelp></variable>"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3147228\n"
+"34\n"
+"help.text"
+msgid "<variable id=\"rahmtext\">The cursor or a contour line of the graphics object must be in the snap range.</variable>"
+msgstr ""
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3148922\n"
+"39\n"
+"help.text"
+msgid "In a presentation or drawing document, this function can also be accessed with the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13160000.xhp\" name=\"Snap to Object Border\"><emph>Snap to Object Border</emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13160000.xhp\" name=\"Snap to Object Border\"><emph>Snap to Object Border</emph></link></caseinline><defaultinline><emph>Snap to Object Border</emph></defaultinline></switchinline> icon in the <emph>Options</emph> bar."
+msgstr "উপস্থাপনা এবং আঁকার নথিতে, ফাংশনটি <emph>অপশন</emph> বারে <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13160000.xhp\" name=\"Snap to Object Border\"><emph>বস্তু সীমানা দিকের ছবি নেয়া হয় </emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13160000.xhp\" name=\"Snap to Object Border\"><emph>বস্তু সীমানা দিকের ছবি নেয়া হয়</emph></link></caseinline><defaultinline><emph>বস্তু সীমানা দিকের ছবি নেয়া হয়</emph></defaultinline></switchinline> আইকন দ্বারাও ব্যবহার করা যায়।"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3155431\n"
+"14\n"
+"help.text"
+msgid "To object points"
+msgstr "বস্তু বিন্দুতে"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3145271\n"
+"15\n"
+"help.text"
+msgid "<variable id=\"opunkte\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_POINTS\">Specifies whether to align the contour of the graphic object to the points of the nearest graphic object.</ahelp></variable>"
+msgstr "<variable id=\"opunkte\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_POINTS\">গ্রাফিক বস্তুর নকশা গ্রাফিক বস্তুর কাছাকাছি বিন্দুতে সারিবদ্ধ করবে কিনা তা সুনির্দিষ্ট করে।</ahelp></variable>"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3149483\n"
+"35\n"
+"help.text"
+msgid "<variable id=\"opunktetext\">This only applies if the cursor or a contour line of the graphics object is in the snap range.</variable>"
+msgstr ""
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3146146\n"
+"40\n"
+"help.text"
+msgid "In a presentation or drawing document, this function can also be accessed with the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13170000.xhp\" name=\"Snap to Object Points\"><emph>Snap to Object Points</emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13170000.xhp\" name=\"Snap to Object Points\"><emph>Snap to Object Points</emph></link></caseinline><defaultinline><emph>Snap to Object Points</emph></defaultinline></switchinline> icon in the <emph>Options</emph> bar."
+msgstr "উপস্থাপনা এবং আঁকার নথিতে, ফাংশনটি <emph>অপশন</emph> বারে <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13170000.xhp\" name=\"Snap to Object Points\"><emph>বস্তুর পয়েন্টের ছবি নেয়া হয় </emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13170000.xhp\" name=\"Snap to Object Points\"><emph>বস্তুর পয়েন্টের ছবি নেয়া হয়</emph></link></caseinline><defaultinline><emph>বস্তুর পয়েন্টের ছবি নেয়া হয়</emph></defaultinline></switchinline> আইকন দ্বারাও ব্যবহার করা যায়।"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3148645\n"
+"16\n"
+"help.text"
+msgid "Snap range"
+msgstr "স্ন্যাপ পরিসর"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3154145\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_SNAP_AREA\">Defines the snap distance between the mouse pointer and the object contour. $[officename] Impress snaps to a snap point if the mouse pointer is nearer than the distance selected in the <emph>Snap range</emph> control.</ahelp>"
+msgstr "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_SNAP_AREA\">মাউস পয়েন্টার এবং বস্তুর নকশার মধ্যে স্নেপের দূরত্ব নির্ধারণ করে। যদি <emph>স্নেপ পরিসর</emph> নিয়ন্ত্রনে নির্বাচিত দূরত্বের চাইতে মাউস পয়েন্টারটি কাছে হয় তাহলে $[officename] ইমপ্রেস একটি স্নেপ বিন্দুর স্নেপ নেয়।</ahelp>"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3150872\n"
+"19\n"
+"help.text"
+msgid "Snap position"
+msgstr "স্ন্যাপ অবস্থান"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3154639\n"
+"21\n"
+"help.text"
+msgid "When creating or moving objects"
+msgstr "বস্তু তৈরি বা সরানোর সময়"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3150417\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_ORTHO\">Specifies that graphic objects are restricted vertically, horizontally or diagonally (45°) when creating or moving them.</ahelp> You can temporarily deactivate this setting by pressing the Shift key."
+msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_ORTHO\">সুনির্দিষ্ট করে যে গ্রাফিক বস্তু তৈরি বা সরানোর সময় তাদেরকে উল্লম্বভাবে, অনুভূমিকভাবে বা কৌণিকভাবে (৪৫°) সীমাবদ্ধ রাখা হয়।</ahelp> Shift কী চাপার মাধ্যমে আপনি সাময়িকভাবে এই সেটিংটি নিষ্ক্রিয় করতে পারেন।"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3159345\n"
+"23\n"
+"help.text"
+msgid "Extend edges"
+msgstr "প্রসারিত প্রান্ত"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3154942\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_BIGORTHO\">Specifies that a square is created based on the longer side of a rectangle when the Shift key is pressed before you release the mouse button. This also applies to an ellipse (a circle will be created based on the longest diameter of the ellipse). When the<emph> Extend edges </emph>box is not marked, a square or a circle will be created based on the shorter side or diameter.</ahelp>"
+msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_BIGORTHO\">আপনি মাউসের বোতাম ছেড়ে দেয়ার পূর্বে যখন Shift কী চাপেন তখন সুনির্দিষ্ট করুন যে একটি বর্গক্ষেত্র আয়তক্ষেত্রের অপেক্ষাকৃত বড় পার্শ্বের উপর ভিত্তি করে তৈরি হয়। এটা একটি উপবৃত্তের (একটি বৃত্ত উপবৃত্তের অপেক্ষাকৃত বড় ব্যাসের উপর ভিত্তি করে তৈরি হয়) উপরেরও প্রয়োগ করা হয়। যখন <emph> প্রসারিত প্রান্ত </emph>-এর বাক্স চিহ্নিত না থাকে, বর্গক্ষেত্র বা বৃত্ত অপেক্ষাকৃত ছোট পার্শ্ব বা ব্যাসের উপর ভিত্তি করে তৈরি করা হবে।</ahelp>"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3149413\n"
+"25\n"
+"help.text"
+msgid "When rotating"
+msgstr "আবর্তন করার সময়"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3150717\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_ANGLE\">Specifies that graphic objects can only be rotated within the rotation angle that you selected in the <emph>When rotating</emph> control.</ahelp> If you want to rotate an object outside the defined angle, press the Shift key when rotating. Release the key when the desired rotation angle is reached."
+msgstr "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_ANGLE\">গ্রাফিক বস্তুসমূহ শুধুমাত্র ঘূর্ণন কোন যা <emph>ঘূর্ণনের সময়</emph> কন্ট্রোলের মধ্যে ঘুরবে তা উল্লেখ করা হয়। </ahelp> আপনি যদি নির্ধারিত কোনের বাইরে একটি বস্তু ঘুরাতে চান, তাহলে ঘূর্ণনের সময় Shift কী চাপুন। কাঙ্খিত ঘূর্ণন কোন প্রাপ্তির পর কী ছেড়ে দিন।"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"hd_id3154163\n"
+"27\n"
+"help.text"
+msgid "Point reduction"
+msgstr "বিন্দু হ্রাসকরণ"
+
+#: 01070300.xhp
+msgctxt ""
+"01070300.xhp\n"
+"par_id3156275\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_BEZ_ANGLE\">Defines the angle for point reduction.</ahelp> When working with polygons, you might find it useful to reduce their editing points."
+msgstr "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_BEZ_ANGLE\">বিন্দু হ্রাসকরণের জন্য কোণ নির্ধারণ করে।</ahelp> বহুভুজের সাথে কাজ করার সময়, তাদের সম্পাদনাকরণ বিন্দু হ্রাস করতে আপনার সম্ভবত এটা প্রয়োজন হবে।"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Languages"
+msgstr "ভাষা"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"bm_id3154751\n"
+"help.text"
+msgid "<bookmark_value>languages; locale settings</bookmark_value> <bookmark_value>locale settings</bookmark_value> <bookmark_value>Asian languages; enabling</bookmark_value> <bookmark_value>languages; Asian support</bookmark_value> <bookmark_value>complex text layout; enabling</bookmark_value> <bookmark_value>Arabic;language settings</bookmark_value> <bookmark_value>Hebrew;language settings</bookmark_value> <bookmark_value>Thai;language settings</bookmark_value> <bookmark_value>Hindi;language settings</bookmark_value> <bookmark_value>decimal separator key</bookmark_value> <bookmark_value>date acceptance patterns</bookmark_value>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3151299\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01140000.xhp\" name=\"Languages\">Languages</link>"
+msgstr "<link href=\"text/shared/optionen/01140000.xhp\" name=\"Languages\">ভাষা</link>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3148520\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Defines the default languages and some other locale settings for documents.</ahelp>"
+msgstr "<ahelp hid=\".\">নথির জন্য পূর্বনির্ধারিত ভাষা এবং কিছু অন্যান্য স্থানীয় সেটিং নির্ধারণ করে।</ahelp>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3156042\n"
+"21\n"
+"help.text"
+msgid "Language of"
+msgstr "এর ভাষা"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN10681\n"
+"help.text"
+msgid "User interface"
+msgstr "ব্যবহারকারী ইন্টারফেস"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN10685\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the language used for the user interface, for example menus, dialogs, help files. You must have installed at least one additional language pack or a multi-language version of %PRODUCTNAME.</ahelp>"
+msgstr "<ahelp hid=\".\">ব্যবহারকারী ইন্টারফেসের জন্য ভাষা নির্বাচন করুন, উদাহরণ স্বরূপ, তালিকা, ডায়ালগ, সহায়তা ফাইল। আপনার অবশ্যই কমপক্ষে একটি অতিরিক্ত ভাষার প্যাক বা %PRODUCTNAME-এর বহুবিধ-ভাষার সংস্করণ ইনস্টলকৃত থাকতে হবে।</ahelp>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id0125201009445727\n"
+"help.text"
+msgid "The \"Default\" entry selects the language of the user interface for the operating system. If this language is not available in the %PRODUCTNAME installation, the language of the %PRODUCTNAME installation is the default language."
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3154751\n"
+"22\n"
+"help.text"
+msgid "Locale setting"
+msgstr "স্থানীয় সেটিং"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3157958\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_LOCALESETTING\">Specifies the locale setting of the country setting. This influences settings for numbering, currency and units of measure.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_LOCALESETTING\">দেশের সেটিং এর স্থানীয় সেটিং সুনির্দিষ্ট করে। এটা ক্রমিকায়ণ, মুদ্রা এবং পরিমাপের এককের জন্য সেটিং প্রভাবিত করে।</ahelp>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id0125201009445950\n"
+"help.text"
+msgid "The \"Default\" entry selects the locale setting that is selected for the operating system."
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3156410\n"
+"27\n"
+"help.text"
+msgid "A change in this field is immediately applicable. However, some formats that were formatted by default change only if the document is newly loaded."
+msgstr "এই ক্ষেত্রের একটি পরিবর্তন তাৎক্ষণাৎ প্রযোজ্য। যাই হোক, নথিটি যদি নতুনভাবে লোড করা হয় তবেই শুধুমাত্র কিছু বিন্যাস পূর্বনির্ধারিত পরিবর্তন অনুসারে বিন্যাসিত করা হয়েছিল।"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN106DE\n"
+"help.text"
+msgid "Decimal separator key - Same as locale setting"
+msgstr "দশমিক বিভাজক কী - স্থানীয় সেটিং এর মতো একই"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN106E2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies to use the decimal separator key that is set in your system when you press the respective key on the number pad.</ahelp>"
+msgstr "<ahelp hid=\".\">আপনার সিস্টেমে যে দশমিক বিভাজক কী নির্ধারিত আছে তা ব্যবহার করতে সুনির্দিষ্ট করে যখন আপনি নম্বর প্যাডে স্ব স্ব কী চাপেন।</ahelp>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_idN106F1\n"
+"help.text"
+msgid "If this checkbox is activated, the character shown after \"Same as locale setting\" is inserted when you press the key on the number pad. If this checkbox is not activated, the character that your keyboard driver software provides is inserted."
+msgstr "এই পরীক্ষণ-বাক্সটি যদি সক্রিয় থাকে, বর্ণচিহ্ন \"স্থানীয় সেটিংের মতো একই\" সন্নিবেশ করার পরে তখনই প্রদর্শিত হয়েছিল যখন আপনি নম্বর প্যাডে কী চাপেন। এই পরীক্ষণ-বাক্সটি যদি সক্রিয় না থাকে, তবে আপনার কীবোর্ড ড্রাইভার সফটওয়্যায় যে বর্ণচিহ্ন প্রদান করে তা সন্নিবেশ করা হয়।"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3147209\n"
+"24\n"
+"help.text"
+msgid "Default currency"
+msgstr "পূর্বনির্ধারিত মুদ্রা"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3145120\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_CURRENCY\">Specifies the default currency that is used for the currency format and the currency fields.</ahelp> If you change the locale setting, the default currency changes automatically."
+msgstr "<ahelp hid=\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_CURRENCY\">মুদ্রার বিন্যাস এবং মুদ্রার ক্ষেত্রের জন্য যে পূর্বনির্ধারিত মুদ্রা ব্যবহার করা হয় তা সুনির্দিষ্ট করে।</ahelp> আপনি যদি স্থানীয় সেটিং পরিবর্তন করেন, পূর্বনির্ধারিত সেটিং স্বয়ংক্রিয়ভাবে পরিবর্তিত হয।"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3148491\n"
+"29\n"
+"help.text"
+msgid "The default entry applies to the currency format that is assigned to the selected locale setting."
+msgstr "পূর্বনির্ধারিত এন্ট্রি যে মুদ্রা বিন্যাসে প্রয়োগ করে তা নির্বাচিত স্থানীয় বিন্যাসে বরাদ্দ করা হয়েছে।"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3157909\n"
+"26\n"
+"help.text"
+msgid "A change in <emph>Default currency</emph> field will be transmitted to all open documents and will lead to corresponding changes in the dialogs and icons that control the currency format in these documents."
+msgstr "<emph>পূর্বনির্ধারিত মুদ্রার</emph> ক্ষেত্রের একটি পরিবর্তন সকল উন্মুক্ত নথিতে প্রেরণ করা হবে এবং ডায়ালগ ও আইকনের সাথে সঙ্গতিপূর্ণ এমন পরিবর্তন পরিচালনা করা হবে যা এই নথিসমূহের মূদ্রার বিন্যাস নিয়ন্ত্রণ করে।"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id31472109\n"
+"help.text"
+msgid "Date acceptance patterns"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3145121\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the date acceptance patterns for the current locale. Calc spreadsheet and Writer table cell input needs to match locale dependent date acceptance patterns before it is recognized as a valid date.</ahelp> Default locale dependent date acceptance patterns are generated build time, but it is possible to add more or modify them in this edit box."
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3148492\n"
+"help.text"
+msgid "Additionally to the date acceptance patterns defined here, every locale accepts input in an ISO 8601 Y-M-D pattern, and since %PRODUCTNAME 3.5 that also leads to the YYYY-MM-DD format being applied."
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3157939\n"
+"help.text"
+msgid "Syntax: <emph>Y</emph> means year, <emph>M</emph> means month, and <emph>D</emph> means day, regardless of localizaton."
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3153127\n"
+"5\n"
+"help.text"
+msgid "Default languages for documents"
+msgstr "নথির জন্য পূর্বনির্ধারিত ভাষা"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3149763\n"
+"6\n"
+"help.text"
+msgid "Specifies the languages for spellchecking, thesaurus and hyphenation."
+msgstr "বানান-পরীক্ষণ, অভিধান এবং হাইফেন প্রদানের জন্য ভাষা সুনির্দিষ্ট করে।"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3148663\n"
+"8\n"
+"help.text"
+msgid "The spellcheck for the selected language only functions when you have installed the corresponding language module. <embedvar href=\"text/shared/optionen/01010401.xhp#sprachenfeld\"/>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3151210\n"
+"9\n"
+"help.text"
+msgid "Western"
+msgstr "ওয়েষ্টার্ন"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3153192\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_WEST_LANG\">Specifies the language used for the spellcheck function in western alphabets.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_WEST_LANG\">বানান পরীক্ষণের জন্য ব্যবহৃত ভাষাটি ওয়েষ্টার্ন বর্ণে সুনির্দিষ্ট করে।</ahelp>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3156422\n"
+"11\n"
+"help.text"
+msgid "Asian"
+msgstr "এশিয়ান"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3159149\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_ASIAN_LANG\">Specifies the language used for the spellcheck function in Asian alphabets.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_ASIAN_LANG\">বানান পরীক্ষণের জন্য ব্যবহৃত ভাষাটি এশিয়ান বর্ণে সুনির্দিষ্ট করে।</ahelp>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3158407\n"
+"31\n"
+"help.text"
+msgid "CTL"
+msgstr "CTL"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3156212\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_COMPLEX_LANG\">Specifies the language for the complex text layout spellcheck.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_COMPLEX_LANG\">জটিল পাঠ বর্হিবিন্যাসের বানান-পরীক্ষণের জন্য ভাষা সুনির্দিষ্ট করে।</ahelp>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3149807\n"
+"15\n"
+"help.text"
+msgid "For the current document only"
+msgstr "শুধুমাত্র বর্তমান নথির জন্য কার্যকর"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3155432\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_CURRENT_DOC\">Specifies that the settings for default languages are valid only for the current document.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_CURRENT_DOC\">সুনির্দিষ্ট করুন যে পূর্বনির্ধারিত ভাষার জন্য সেটিং শুধুমাত্র বর্তমান নথির জন্য কার্যকর।</ahelp>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3156441\n"
+"17\n"
+"help.text"
+msgid "Enhanced language support"
+msgstr "ভাষার সমর্থন বৃদ্ধি করুন"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3148575\n"
+"19\n"
+"help.text"
+msgid "Enabled for Asian languages"
+msgstr "এশিয়ান ভাষার জন্য সক্রিয়"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3145748\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_ASIANSUPPORT\">Activates Asian languages support. You can now modify the corresponding Asian language settings in <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_ASIANSUPPORT\">এশিয়ান ভাষার সমর্থন সক্রিয় করে। আপনি এখন <item type=\"productname\">%PRODUCTNAME</item>-এ সঙ্গতিপূর্ণ এশিয়ান ভাষার সেটিং পরিবর্তন করতে পারেন।</ahelp>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3152938\n"
+"18\n"
+"help.text"
+msgid "If you want to write in Chinese, Japanese or Korean, you can activate the support for these languages in the user interface."
+msgstr "আপনি যদি চীনা, জাপানি বা কোরিয়ান ভাষায় লিখতে চান, আপনি ব্যবহারকারী ইন্টারফেসে এই ভাষাসমূহের জন্য সমর্থন সক্রিয় করতে পারেন।"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id3146147\n"
+"33\n"
+"help.text"
+msgid "Enabled for complex text layout (CTL)"
+msgstr "জটিল পাঠ বর্হিবিন্যাসের (CTL) জন্য সক্রিয়"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3149667\n"
+"35\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_CTLSUPPORT\">Activates complex text layout support. You can now modify the settings corresponding to complex text layout in <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_CTLSUPPORT\">জটিল পাঠ বহির্বিন্যাস সমর্থন সক্রিয় করে। আপনি এখন <item type=\"productname\">%PRODUCTNAME</item>-এ জটিল পাঠ বর্হিবিন্যাসের সাথে সঙ্গতিপূর্ণ সেটিং পরিবর্তন করতে পারেন।</ahelp>"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text Document Options"
+msgstr "পাঠ নথির অপশন"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"hd_id3155628\n"
+"1\n"
+"help.text"
+msgid "%PRODUCTNAME Writer Options"
+msgstr "%PRODUCTNAME লেখকের অপশন"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3145315\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"optionentextdokument\"><ahelp hid=\".uno:SwEditOptions\">These settings determine the way text documents that are created in $[officename] are handled. It is also possible to define settings for the current text document.</ahelp></variable> The global settings are automatically saved."
+msgstr "<variable id=\"optionentextdokument\"><ahelp hid=\".uno:SwEditOptions\">এই সেটিংসমূহ $[officename]-এ তৈরি পাঠ নথি নিয়ন্ত্রণের পাথ নির্ধারণ করে। বর্তমান পাঠ নথির জন্য সেটিং নির্ধারণ করাও সম্ভব।</ahelp></variable> বিশ্বজনীন সেটিং স্বয়ংক্রিয়ভাবে সংরক্ষিত হয়।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"hd_id3159399\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01040300.xhp\" name=\"Basic Fonts (Western)\">Basic Fonts (Western)</link>"
+msgstr "<link href=\"text/shared/optionen/01040300.xhp\" name=\"Basic Fonts (Western)\">মৌলিক ফন্ট (ওয়েষ্টার্ন)</link>"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3151385\n"
+"3\n"
+"help.text"
+msgid "Specifies the settings for the basic fonts."
+msgstr "মৌলিক ফন্টের জন্য সেটিং সুনির্দিষ্ট করে।"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"hd_id3148563\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01040300.xhp\" name=\"Basic Fonts (Asian)\">Basic Fonts (Asian)</link>"
+msgstr "<link href=\"text/shared/optionen/01040300.xhp\" name=\"Basic Fonts (Asian)\">মৌলিক ফন্ট (এশিয়ান)</link>"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3147304\n"
+"4\n"
+"help.text"
+msgid "Specifies the settings for the basic Asian fonts if Asian language support has been activated under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages.</emph>"
+msgstr ""
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"hd_id3149294\n"
+"7\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01040300.xhp\" name=\"Basic Fonts (CTL)\">Basic Fonts (CTL)</link>"
+msgstr "<link href=\"text/shared/optionen/01040300.xhp\" name=\"Basic Fonts (CTL)\">মৌলিক ফন্ট (CTL)</link>"
+
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3150792\n"
+"8\n"
+"help.text"
+msgid "Specifies the settings for basic fonts for complex text layout languages if their support has been activated under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>."
+msgstr ""
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Security"
+msgstr "নিরাপত্তা"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"bm_id2322153\n"
+"help.text"
+msgid "<bookmark_value>macros;selecting security warnings</bookmark_value><bookmark_value>security;options for documents with macros</bookmark_value><bookmark_value>macros;security</bookmark_value>"
+msgstr ""
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3147588\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01030300.xhp\" name=\"Security\">Security</link>"
+msgstr "<link href=\"text/shared/optionen/01030300.xhp\" name=\"Security\">নিরাপত্তা</link>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3153255\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Defines the security options for saving documents, for web connections, and for opening documents that contain macros.</ahelp>"
+msgstr ""
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10640\n"
+"help.text"
+msgid "Options"
+msgstr "অপশন"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10644\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the \"Security options and warning\" dialog.</ahelp>"
+msgstr "<ahelp hid=\".\">\"নিরাপত্তা অপশন এবং সতর্কতা\" ডায়ালগ খোলে।</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id5616626\n"
+"help.text"
+msgid "The Security options and warnings dialog contains the following controls:"
+msgstr "নিরাপত্তা অপশন এবং সতর্কতা ডায়ালগ নিম্নবর্ণিত নিয়ন্ত্রণ ধারণ করে:"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10647\n"
+"help.text"
+msgid "When saving or sending"
+msgstr "সংরক্ষণ বা প্রেরণ করার সময়"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN1064B\n"
+"help.text"
+msgid "<ahelp hid=\"703988739\">Select to see a warning dialog when you try to save or send a document that contains recorded changes, versions, or comments.</ahelp>"
+msgstr "<ahelp hid=\"703988739\">রেকর্ডকৃত পরিবর্তন, সংস্করণ অথবা মন্তব্য ধারণকারী নথি সংরক্ষণ অথবা প্রেরণের সময় একটি সতর্কবানী ডায়ালগ দেখার জন্য নির্বাচন করুন।</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN1064E\n"
+"help.text"
+msgid "When printing"
+msgstr "মুদ্রণ করার সময়"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10652\n"
+"help.text"
+msgid "<ahelp hid=\"703988740\">Select to see a warning dialog when you try to print a document that contains recorded changes or comments.</ahelp>"
+msgstr "<ahelp hid=\"703988740\">রেকর্ডকৃত পরিবর্তন অথবা মন্তব্য ধারণকারী নথি মূদ্রনের চেষ্টা করার সময় একটি সতর্কবানী ডায়ালগ দেখার জন্য নির্বাচন করুন।</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10655\n"
+"help.text"
+msgid "When signing"
+msgstr "স্বাক্ষর করার সময়"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10659\n"
+"help.text"
+msgid "<ahelp hid=\"703988741\">Select to see a warning dialog when you try to sign a document that contains recorded changes, versions, fields, references to other sources (for example linked sections or linked pictures), or comments.</ahelp>"
+msgstr "<ahelp hid=\"703988741\">রেকর্ডকৃত পরিবর্তন, সংস্করণ, ক্ষেত্র, অন্য সোর্সের রেফারেন্স (যেমন, লিঙ্ককৃত অংশ অথবা ছবি) অথবা মন্তব্য ধারণকারী নথিতে সাক্ষর করার সময় একটি সতর্কবানী ডায়ালগ দেখার জন্য নির্বাচন করুন।</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN1065C\n"
+"help.text"
+msgid "When creating PDF files"
+msgstr "পিডিএফ ফাইল তৈরি করার সময়"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10660\n"
+"help.text"
+msgid "<ahelp hid=\"703988742\">Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments.</ahelp>"
+msgstr "<ahelp hid=\"703988742\">Writer এ রেকর্ডকৃত পরিবর্তন অথবা মন্তব্য প্রদর্শনকারী নথি PDF বিন্যাসে এক্সপোর্টের চেষ্টা করার সময় একটি সতর্কবানী ডায়ালগ দেখার জন্য নির্বাচন করুন।</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10663\n"
+"help.text"
+msgid "Remove personal information on saving"
+msgstr "সংরক্ষণের সময় ব্যক্তিগত তথ্য অপসারণ করুন"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10667\n"
+"help.text"
+msgid "<ahelp hid=\"703988743\">Select to always remove user data from the file properties. If this option is not selected, you can still remove the personal information for the current document with the <emph>Reset</emph> button on <emph>File - Properties - General</emph>.</ahelp>"
+msgstr "<ahelp hid=\"703988743\">ফাইল বৈশিষ্ট্যাবলী থেকে সবসময় ব্যবহারকারী ডাটা অপসারণ করার জন্য নির্বাচন করুন। যদি এই অপশনটি নির্বাচিত না হয়, তাহলে আপনি <emph>ফাইল - বৈশিষ্ট্যাবলী - সাধারণ</emph> এর <emph>পনুঃনির্ধারণ</emph> বোতামটির সাহায্যে বর্তমান নথির জন্য ব্যক্তিগত তথ্যাবলী অপসারণ করতে পারেন।</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN1067C\n"
+"help.text"
+msgid "Recommend password protection on saving"
+msgstr "সংরক্ষণের সময় গুপ্তসঙ্কেতের তত্ত্বাবধান সুপারিশ করুন"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10680\n"
+"help.text"
+msgid "<ahelp hid=\"703988744\">Select to always enable the <emph>Save with password</emph> option in the file save dialogs. Deselect the option to save files by default without password.</ahelp>"
+msgstr "<ahelp hid=\"703988744\">ফাইল সংরক্ষণ ডায়ালগে সর্বদা <emph>গুপ্তসঙ্কেত দ্বারা সংরক্ষণ করুন</emph> অপশন সক্রিয় করতে নির্বাচন করুন। গুপ্তসঙ্কেত ব্যতীত পূর্বনির্ধারণ অনুসারে পাইলটি সংরক্ষণ করতে অপশনটি অনির্বাচিত করুন।</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id1972106\n"
+"help.text"
+msgid "Ctrl-click required to follow hyperlinks"
+msgstr "হাইপারলিঙ্ক অনুসরণ করতে Ctrl-ক্লিক প্রয়োজন"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id79042\n"
+"help.text"
+msgid "<ahelp hid=\".\">If enabled, you must hold down the Ctrl key while clicking a hyperlink to follow that link. If not enabled, a click opens the hyperlink.</ahelp>"
+msgstr "<ahelp hid=\".\">যদি সক্রিয় থাকে, আপনাকে অবশ্যই হাইপারলিঙ্ক অনুসরণ করতে ঐ লিঙ্কে ক্লিক করার সময় Ctrl কী চেপে ধরে রাখতে হবে। যদি সক্রিয় না থাকে, একটি ক্লিকে হাইপারলিঙ্ক খোলে যায়।</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id4076357\n"
+"help.text"
+msgid "Passwords for web connections"
+msgstr "ওয়েব সংযোগের জন্য গুপ্তসঙ্কেত"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id8231757\n"
+"help.text"
+msgid "You can enter a master password to enable easy access to sites that require a user name and password."
+msgstr "সাইটের সহজ সন্নিবেশ সক্রিয় করতে আপনি মাষ্টার গুপ্তসঙ্কেত সন্নিবেশ করতে পারেন যার ব্যবহারকারীর নাম এবং গুপ্তসঙ্কেত প্রয়োজন।"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3168736\n"
+"help.text"
+msgid "Persistently save passwords protected by a master password"
+msgstr "পুনঃপুন সংরক্ষিত গুপ্তসঙ্কেত মাষ্টার গুপ্তসঙ্কেত দ্বারা সুরক্ষিত"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id1909848\n"
+"help.text"
+msgid "<ahelp hid=\".\">If enabled, %PRODUCTNAME will securely store all passwords that you use to access files from web servers. You can retrieve the passwords from the list after you enter the master password.</ahelp>"
+msgstr "<ahelp hid=\".\">যদি সক্রিয় থাকে, %PRODUCTNAME নিরাপদভাবে সকল গুপ্তসঙ্কেত সংরক্ষণ করে যা আপনি ওয়েব সার্ভার হতে ফাইলে সন্নিবেশ করতে ব্যবহার করেন। আপনি মাষ্টার গুপ্তসঙ্কেত সন্নিবেশ করার পরে আপনি তালিকা হতে গুপ্তসঙ্কেত উদ্ধার করতে পারবেন।</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3901791\n"
+"help.text"
+msgid "Master Password"
+msgstr "মাষ্টার গুপ্তসঙ্কেত"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id4571977\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Enter Master Password dialog.</ahelp>"
+msgstr "<ahelp hid=\".\">মাষ্টার গুপ্তসঙ্কেত ডায়ালগ খোলে।</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id5216223\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the master password.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">মাষ্টার গুপ্তসঙ্কেত সন্নিবেশ করান।</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id7067171\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the master password again.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">পুনরায় মাষ্টার গুপ্তসঙ্কেত সন্নিবেশ করান।</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id7499313\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the master password to continue.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">অব্যাহত রাখতে মাষ্টার গুপ্তসঙ্কেত সন্নিবেশ করান।</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id3283486\n"
+"help.text"
+msgid "Connections"
+msgstr ""
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3472090\n"
+"help.text"
+msgid "<ahelp hid=\".\">Asks for the master password. If master password is correct, shows the Stored Web Connection Information dialog.</ahelp>"
+msgstr "<ahelp hid=\".\">মাষ্টার গুপ্তসঙ্কেতের জন্য কোয়েরি করুন। মাষ্টার গুপ্তসঙ্কেত যদি সঠিক হয়, সংরক্ষিত ওয়েব সংযোগের তথ্য ডায়ালগ প্রদর্শন করে।</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id3289590\n"
+"help.text"
+msgid "The Stored Web Connection Information dialog shows a list of web sites and user names that you entered previously. You can select any entry and remove it from the list. You can view the password for the selected entry."
+msgstr "সংরক্ষিত ওয়েব সংযোগের তথ্য ডায়ালগ এমন ওয়েব সাইট এবং ব্যবহারকারীর নাম প্রদর্শন করে যা আপনি পূর্ববর্তীতে সন্নিবেশ করেছেন। আপনি একটি এন্ট্রি নির্বাচন করতে পারেন এবং এটা তালিকা হতে অপসারণ করতে পারেন। আপনি নির্বাচিত এন্ট্রির জন্য গুপ্তসঙ্কেতটি প্রদর্শন করতে পারেন।"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id7499008\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Removes the selected entry from the list.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">তালিকা হতে নির্বাচিত এন্ট্রি অপসারণ করে।</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id7021088\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Removes all entries from the list.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">তালিকা হতে সকল এন্ট্রি অপসারণ করে।</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id1981261\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog where you can view and change the password for the selected entry.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">এমন একটি ডায়ালগ খোলে যেখানে আপনি নির্বাচিত এন্ট্রির জন্য গুপ্তসঙ্কেত প্রদর্শন বা পরিবর্তন করতে পারেন।</ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10687\n"
+"help.text"
+msgid "Macro security"
+msgstr "ম্যাক্রো নিরাপত্তা"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN1068B\n"
+"help.text"
+msgid "Adjust the security level for executing macros and specify trusted macro authors."
+msgstr "ম্যাক্রো কার্যকর করার জন্য নিরাপত্তা স্তর সমন্বয় করুন এবং বিশ্বস্ত ম্যাক্রো লেখক সুনির্দিষ্ট করুন।"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN1068E\n"
+"help.text"
+msgid "Macro Security"
+msgstr "ম্যাক্রো নিরাপত্তা"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_idN10692\n"
+"help.text"
+msgid "<ahelp hid=\"703992332\">Opens the <emph>Macro Security</emph> dialog.</ahelp>"
+msgstr "<ahelp hid=\"703992332\"> <emph>ম্যাক্রো নিরাপত্তা</emph> ডায়ালগ খুলছে।</ahelp>"
+
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Network Identity"
+msgstr "নেটওয়ার্কের পরিচয়"
+
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"bm_id3153681\n"
+"help.text"
+msgid "<bookmark_value>network identity options</bookmark_value><bookmark_value>options; network identity</bookmark_value><bookmark_value>single sign on options</bookmark_value><bookmark_value>LDAP server; sign on options</bookmark_value><bookmark_value>remote configurations</bookmark_value><bookmark_value>Configuration Manager</bookmark_value>"
+msgstr "<bookmark_value>network identity options</bookmark_value><bookmark_value>options; network identity</bookmark_value><bookmark_value>single sign on options</bookmark_value><bookmark_value>LDAP server; sign on options</bookmark_value><bookmark_value>remote configurations</bookmark_value><bookmark_value>Configuration Manager</bookmark_value>"
+
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"hd_id3153681\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01014000.xhp\" name=\"Network Identity\">Network Identity</link>"
+msgstr "<link href=\"text/shared/optionen/01014000.xhp\" name=\"Network Identity\">নেটওয়ার্কের পরিচয়</link>"
+
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"par_id3153562\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sets the options for a remote configuration access to your personal $[officename] settings stored on an LDAP server.</ahelp> To see this tab page and to use this feature, remote configuration must be active: You need an account on an LDAP server that is running and configured to store $[officename] user settings."
+msgstr "<ahelp hid=\".\">দূরবর্তি কনফিগারেশন ব্যবহারের জন্য আপনার ব্যক্তিগত $[officename] বৈশিষ্ট্যে অপশন নির্ধারণ করা হয় যা LDAP সার্ভারে জমা থাকে।</ahelp> ট্যাব পৃষ্ঠাটি দেখতে এবং বৈশিষ্ট্য ব্যবহার করতে, দূরবর্তী কনফিগারেশন অবশ্যই সক্রিয় করতে হবে: একটি চলমান LDAP সার্ভারে আপনার অ্যাকাউন্ট থাকা প্রয়োজন এবং $[officename] ব্যবহারকারী বৈশিষ্ট্য সংরক্ষণের জন্য কনফিগার করা হয়।"
+
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"par_id3149797\n"
+"7\n"
+"help.text"
+msgid "Using remote configuration, you can start a copy of $[officename] on any computer in the network with your own user data and personal configuration."
+msgstr "দূরবর্তী সেটিং ব্যবহার করে, আপনি আপনার নিজস্ব ডাটা এবং ব্যক্তিগত সেটিং দ্বারা নেটওয়ার্কের যেকোনো কম্পিউটারে $[officename] এর একটি অনুলিপি শুরু করতে পারেন।"
+
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"hd_id3155388\n"
+"3\n"
+"help.text"
+msgid "Authentication Method"
+msgstr "প্রমাণীকরণ পদ্ধতি"
+
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"par_id3147335\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_SSO_LB_MECHANISM\">Choose your security mechanism for access to the LDAP server.</ahelp> Choices are Simple or Kerberos."
+msgstr "<ahelp hid=\"SVX_LISTBOX_RID_SVXPAGE_SSO_LB_MECHANISM\">LDAP সার্ভারে প্রবেশের জন্য আপনার নিরাপত্তা কর্ম-কৌশল পছন্দ করুন।</ahelp> পছন্দসমূহ সাধারণ বা জটিল।"
+
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"hd_id3153881\n"
+"4\n"
+"help.text"
+msgid "User name"
+msgstr "ব্যবহারকারীর নাম"
+
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"par_id3148943\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_SSO_ED_USERNAME\">Using \"simple\" authentication method, you enter your user name on the LDAP server here.</ahelp> Using \"Kerberos\", you just see your user name, but cannot edit it."
+msgstr "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_SSO_ED_USERNAME\">\"সাধারণ\" প্রমাণীকরণ পদ্ধতি ব্যবহার করে, আপনি আপনার ব্যবহারকারীর নাম LDAP সার্ভারের এখানে সন্নিবেশ করুন।</ahelp> \"জটিল\" ব্যবহার করে, আপনি শুধুমাত্র আপনার ব্যবহারকারীর নাম দেখতে পারেন, কিন্তু সম্পাদনা করতে পারেন না।"
+
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"hd_id3153061\n"
+"5\n"
+"help.text"
+msgid "Password"
+msgstr "পাসওয়ার্ড"
+
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"par_id3156343\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_SSO_ED_PASSWORD\">Using \"simple\" authentication method, enter your password for access to the LDAP server here.</ahelp> Using \"Kerberos\", this box is not active."
+msgstr "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_SSO_ED_PASSWORD\">\"সাধারণ\" প্রমাণীকরণ পদ্ধতি ব্যবহার করে, LDAP সার্ভারে প্রবেশের জন্য আপনার গুপ্তসঙ্কেত এখানে সন্নিবেশ করুন।</ahelp> \"জটিল\" ব্যবহার করে, এই বাক্সটি সক্রিয় নয়।"
+
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"hd_id3146795\n"
+"6\n"
+"help.text"
+msgid "Save password"
+msgstr "গুপ্তসঙ্কেত সংরক্ষণ করুন"
+
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"par_id3150358\n"
+"11\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_SSO_CB_PASSWORD\">Using \"simple\" authentication method, check this box to make your password persistent.</ahelp> If the password is persistent and the same user starts $[officename] later on, the user name and password will not be requested again. Using \"Kerberos\", this box is not active."
+msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_SSO_CB_PASSWORD\">\"সাধারণ\" প্রমানীকরণ প্রক্রিয়া ব্যবহার করে, আপনার পাসওয়ার্ড বজায় রাখার জন্য এই চিহ্নিতকরণ বাক্সটি চিহ্নিত করুন।</ahelp>যদি পাসওয়ার্ডটি বজায় থাকে এবং পরবর্তীতে একই ব্যবহারকারী $[officename] শুরু করে, তাহলে ব্যবহারকারী নাম এবং পাসওয়ার্ড পুনরায় অনুরোধ করা হবে না। \"Kerberos\" ব্যবহার করে এই বাক্সটি সক্রিয় নয়।"
+
+#: 01014000.xhp
+msgctxt ""
+"01014000.xhp\n"
+"par_id3154939\n"
+"12\n"
+"help.text"
+msgid "The password will be stored encrypted in a file called .ssop in your <switchinline select=\"sys\"><caseinline select=\"UNIX\">home directory </caseinline><defaultinline>\"My Documents\" folder</defaultinline></switchinline>."
+msgstr "গুপ্তসঙ্কেতটি আপনার <switchinline select=\"sys\"><caseinline select=\"UNIX\">হোম ডিরেক্টরির </caseinline><defaultinline>\"My Documents\" ফোল্ডারের </defaultinline></switchinline>.ssop নামের ফাইলে সঙ্কেতায়িতভাবে সংরক্ষিত হবে।"
+
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Default colors"
+msgstr "পূর্বনির্ধারিত রং"
+
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"bm_id3154751\n"
+"help.text"
+msgid "<bookmark_value>charts; colors</bookmark_value><bookmark_value>colors;charts</bookmark_value>"
+msgstr "<bookmark_value>charts; colors</bookmark_value><bookmark_value>colors;charts</bookmark_value>"
+
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3149760\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01110100.xhp\" name=\"Default colors\">Default colors</link>"
+msgstr "<link href=\"text/shared/optionen/01110100.xhp\" name=\"Default colors\">পূর্বনির্ধারিত রং</link>"
+
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3150713\n"
+"2\n"
+"help.text"
+msgid "Assigns colors to the data rows. The settings only apply for all newly created charts."
+msgstr "ডাটা সারিতে রং বরাদ্দ করে। সেটিংটি শুধুমাত্র নতুনভাবে তৈরি সকল ছকের জন্য প্রযোজ্য।"
+
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3154751\n"
+"3\n"
+"help.text"
+msgid "Chart colors"
+msgstr "ছকের রং"
+
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3145345\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:LISTBOX:TP_DEF_COLOR:LB_CHART_COLOR_LIST\">Displays all the colors available for the data series.</ahelp> Select a data series to change its color. Select the desired color from the adjacent color table."
+msgstr "<ahelp hid=\"SCH:LISTBOX:TP_DEF_COLOR:LB_CHART_COLOR_LIST\">ডাটা ধারার জন্য সহজলভ্য সকল রং প্রদর্শিত হয়।</ahelp> ডাটা ধারার রং পরিবর্তন করতে এটা নির্বাচন করুন। নিকটবর্তী রঙের সারণি হতে উদ্দিষ্ট রং নির্বাচন করুন।"
+
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3154823\n"
+"5\n"
+"help.text"
+msgid "Color table"
+msgstr "রঙের সারণি"
+
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3149398\n"
+"6\n"
+"help.text"
+msgid "This table is used as a means of replacing the chart colors for the selected data rows. For example, if you selected data row 6 and then click on the color green 8, the old color of the data row is replaced by green 8. The name of the selected color is shown below the color table."
+msgstr "এই সারণিটি নির্বাচিত ডাটা সারির জন্য ছকের রং প্রতিস্থাপনের উপায় হিসেবে ব্যবহৃত হয়। উদাহরণ স্বরূপ, আপনি যদি ডাটা সারি ৬ নির্বাচন করেন এবং তারপর সবুজ রং ৮ এ ক্লিক করেন, ডাটা সারির পুরনো রং সবুজ ৮ দ্বারা প্রতিস্থাপিত হয়। নির্বাচিত রঙের নাম রং সারণির নিম্নে প্রদর্শিত হয়।"
+
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"hd_id3147242\n"
+"7\n"
+"help.text"
+msgid "Default"
+msgstr "পূর্বনির্ধারিত"
+
+#: 01110100.xhp
+msgctxt ""
+"01110100.xhp\n"
+"par_id3156347\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SCH:PUSHBUTTON:TP_DEF_COLOR:PB_RESET_TO_DEFAULT\">Restores the color settings that were defined when the program was installed.</ahelp>"
+msgstr "<ahelp hid=\"SCH:PUSHBUTTON:TP_DEF_COLOR:PB_RESET_TO_DEFAULT\">প্রোগ্রাম সংস্থাপন করার সময় যে রং সেটিং নির্ধারণ করা হয়েছিল তা পূর্বাবস্থায় ফিরিয়ে আনে।</ahelp>"
+
+#: 01050300.xhp
+#, fuzzy
+msgctxt ""
+"01050300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Background"
+msgstr "পটভূমি"
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"hd_id3147653\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01050300.xhp\" name=\"Background\">Background</link>"
+msgstr "<link href=\"text/shared/optionen/01050300.xhp\" name=\"Background\">পটভূমি</link>"
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3150443\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"\" visibility=\"visible\">Specifies the background for HTML documents.</ahelp> The background is valid for both new HTML documents and for those that you load, as long as these have not defined their own background."
+msgstr "<ahelp hid=\"\" visibility=\"visible\">HTML নথির জন্য পটভূমি সুনির্দিষ্ট করে।</ahelp> নতুন HTML নথি এবং আপনি লোড করেন এমন উভয় নথির জন্য পটভূমি কার্যকর, যতক্ষণ পর্যন্ত না তারা তাদের নিজস্ব পটভূমি নির্ধারণ না করেন।"
+
+#: 01050300.xhp
+msgctxt ""
+"01050300.xhp\n"
+"par_id3156156\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Further information\">Further information</link>"
+msgstr "<link href=\"text/shared/01/05030600.xhp\" name=\"Further information\">আরও তথ্য</link>"
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"tit\n"
+"help.text"
+msgid "View"
+msgstr "প্রদর্শন"
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"bm_id3147008\n"
+"help.text"
+msgid "<bookmark_value>rulers; visible in presentations</bookmark_value><bookmark_value>moving; using guide lines in presentations</bookmark_value><bookmark_value>guides; displaying when moving objects (Impress)</bookmark_value><bookmark_value>control point display in presentations</bookmark_value><bookmark_value>Bézier curves; control points in presentations</bookmark_value>"
+msgstr "<bookmark_value>rulers; visible in presentations</bookmark_value><bookmark_value>moving; using guide lines in presentations</bookmark_value><bookmark_value>guides; displaying when moving objects (Impress)</bookmark_value><bookmark_value>control point display in presentations</bookmark_value><bookmark_value>Bézier curves; control points in presentations</bookmark_value>"
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"hd_id3147000\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01070100.xhp\" name=\"View\">View</link>"
+msgstr "<link href=\"text/shared/optionen/01070100.xhp\" name=\"View\">প্রদর্শন</link>"
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"par_id3157898\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SD_OPTIONS_CONTENTS\">Specifies the available display modes.</ahelp> By selecting an alternative display, you can speed up the screen display while editing your presentation."
+msgstr "<ahelp hid=\"HID_SD_OPTIONS_CONTENTS\">সহজলভ্য প্রদর্শন মোড সুনির্দিষ্ট করে।</ahelp> একটি বিকল্প প্রদর্শন নির্বাচন করার মাধ্যমে, আপনার উপস্থাপনা সম্পাদনা করার সময় আপনি পর্দার প্রদর্শন বৃদ্ধি করতে পারেন।"
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"hd_id3148920\n"
+"23\n"
+"help.text"
+msgid "Display"
+msgstr "প্রদর্শন"
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"hd_id3155430\n"
+"25\n"
+"help.text"
+msgid "Rulers visible"
+msgstr "মাপদন্ড দৃশ্যমান"
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"par_id3147443\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_RULER\">Specifies whether to display the rulers at the top and to the left of the work area.</ahelp>"
+msgstr "<ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_RULER\">মাপদন্ডটি কার্য এলাকার বামে এবং উপরে প্রদর্শন করবেন কিনা তা সুনির্দিষ্ট করে।</ahelp>"
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"hd_id3145364\n"
+"27\n"
+"help.text"
+msgid "Helplines While Moving"
+msgstr ""
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"par_id3154147\n"
+"28\n"
+"help.text"
+msgid "<variable id=\"verschieb\"><ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_HELPLINES\">Specifies whether to display guides when moving an object.</ahelp></variable>"
+msgstr "<variable id=\"verschieb\"><ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_HELPLINES\">একটি বস্তু সরানোর সময় গাইড প্রদর্শন করবে কিনা তা সুনির্দিষ্ট করে।</ahelp></variable>"
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"par_id3150488\n"
+"29\n"
+"help.text"
+msgid "<variable id=\"vertext\"><item type=\"productname\">%PRODUCTNAME</item> creates dotted guides that extend beyond the box containing the selected object and which cover the entire work area, helping you position the object. </variable>"
+msgstr "<variable id=\"vertext\"><item type=\"productname\">%PRODUCTNAME</item> ডটেড নির্দেশাবলী তৈরি করে যা নির্বাচিত বস্তু ধারণ করে বাক্সের বাইরে বর্ধিত করে এবং যা বস্তুটি যথাস্থানে অবস্থান করাতে সাহায্য করার মাধ্যমে সম্পূর্ণ কার্য এলাকা কভার করে। </variable>"
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"par_id3153365\n"
+"30\n"
+"help.text"
+msgid "You also can use this function through the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/shared/02/01171400.xhp\" name=\"Icon\">icon</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/shared/02/01171400.xhp\" name=\"Icon\">icon</link></caseinline><defaultinline>icon</defaultinline></switchinline> with the same name in the <emph>Options</emph> bar if a presentation or a drawing document is opened."
+msgstr "যদি একটি উপস্থাপনা অথবা আঁকার নথি খোলা থাকে তাহলে <emph>অপশন</emph> এ একই নামের সাহায্যে <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/shared/02/01171400.xhp\" name=\"Icon\">icon</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/shared/02/01171400.xhp\" name=\"Icon\">আইকন</link></caseinline><defaultinline>আইকন</defaultinline></switchinline> মধ্য দিয়ে ফাংশনটি ব্যবহার করতে পারেন।"
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"hd_id3155306\n"
+"31\n"
+"help.text"
+msgid "All control points in Bézier editor"
+msgstr "বেজিয়ে সম্পাদকের সকল নিয়ন্ত্রণ বিন্দু"
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"par_id3153877\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_HANDLES_BEZIER\">Displays the control points of all Bézier points if you have previously selected a <link href=\"text/shared/00/00000005.xhp#bezierobjekt\" name=\"Bézier curve\">Bézier curve</link>. If the <emph>All control points in Bézier</emph> editor option is not marked, only the control points of the selected Bézier points will be visible.</ahelp>"
+msgstr "<ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_HANDLES_BEZIER\">সকল বেজিয়ে বিন্দুর নিয়ন্ত্রণ বিন্দু প্রদর্শন করে যদি আপনি আগে থেকেই একটি <link href=\"text/shared/00/00000005.xhp#bezierobjekt\" name=\"Bézier curve\">বেজিয়ে কার্ভ</link> নির্বাচন করে থাকেন। যদি <emph>বেজিয়ে সম্পাদকের অপশনের সকল নিয়ন্ত্রণ বিন্দু</emph> চিহ্নিত না থাকে, নির্বাচিত বেজিয়ে বিন্দুর শুধুমাত্র নিয়ন্ত্রণ বিন্দু দৃশ্যমান থাকবে।</ahelp>"
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"hd_id3149418\n"
+"33\n"
+"help.text"
+msgid "Contour of each individual object"
+msgstr "প্রতিটি পৃথক বস্তুর নকশা"
+
+#: 01070100.xhp
+msgctxt ""
+"01070100.xhp\n"
+"par_id3156284\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_MOVE_OUTLINE\"><item type=\"productname\">%PRODUCTNAME</item> displays the contour line of each individual object when moving this object.</ahelp> The <emph>Contour of each individual object </emph>option enables you to see if single objects conflict with other objects in the target position. If you do not mark the <emph>Contour of each individual object </emph>option, <item type=\"productname\">%PRODUCTNAME</item> only displays a square contour that includes all selected objects."
+msgstr "<ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_MOVE_OUTLINE\"><item type=\"productname\">%PRODUCTNAME</item>দ্বারা বস্তুটি সরানোর সময় প্রতিটি স্বতন্ত্র বস্তু র contour প্রদর্শিত হয়। </ahelp> <emph>প্রতিটি স্বতন্ত্র বস্তু র contour </emph> অপশনটি আপনাকে লক্ষ্য অবস্থানে একক বস্তু অন্য বস্তুর সাথে বিরোধ করলে তা প্রদর্শন করে। আপনি যদি <emph>প্রতিটি স্বতন্ত্র বস্তু র contour </emph> অপশনটি চিহ্নিত না করেন তাহলে <item type=\"productname\">%PRODUCTNAME</item> শুধুমাত্র একটি বর্গ contour প্রদর্শন করে যা সকল নির্বাচিত বস্তু অন্তর্ভুক্ত করে।"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Colors"
+msgstr "রং"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"bm_id3155132\n"
+"help.text"
+msgid "<bookmark_value>colors; models</bookmark_value>"
+msgstr "<bookmark_value>colors; models</bookmark_value>"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3150543\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Colors\">Colors</link>"
+msgstr "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Colors\">রং</link>"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3153104\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OPTIONS_COLOR\">Allows you to select a color from a color table, edit an existing color, or define new colors.</ahelp>"
+msgstr "<ahelp hid=\"HID_OPTIONS_COLOR\">রঙের সারণি হতে রং নির্বাচন করতে, একটি উপস্থিত রং সম্পাদনা করতে, অথবা নতুন রং সুনির্দিষ্ট করতে আপনাকে অনুমোদন করে।</ahelp>"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3150767\n"
+"3\n"
+"help.text"
+msgid "Color table"
+msgstr "রঙের সারণি"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3150869\n"
+"5\n"
+"help.text"
+msgid "Name"
+msgstr "নাম"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3149809\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_COLOR:EDT_NAME\">Specifies the name of a selected color. You can also type a name in this field when defining a new color.</ahelp>"
+msgstr "<ahelp hid=\"SVX:EDIT:RID_SVXPAGE_COLOR:EDT_NAME\">একটি নির্বাচিত রঙের নাম সুনির্দিষ্ট করে। নতুন রং সুনির্দিষ্ট করার সময় আপনি এই ক্ষেত্রে নাম টাইপ করতে পারেন।</ahelp>"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3150447\n"
+"7\n"
+"help.text"
+msgid "Color"
+msgstr "রং"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3149560\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_COLOR:LB_COLOR\">Contains a list of available colors. To select a color, choose one from the list.</ahelp>"
+msgstr "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_COLOR:LB_COLOR\">উপস্থিত রঙের তালিকা বিদ্যমান থাকে। একটি রং নির্বাচন করতে, তালিকা হতে একটি নির্বাচন করুন।</ahelp>"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3155132\n"
+"9\n"
+"help.text"
+msgid "Color table"
+msgstr "রঙের সারণি"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3152885\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_COLOR:LB_COLORMODEL\">To modify, select the color model: Red-Green-Blue (RGB) or Cyan-Magenta-Yellow-BlacK (CMYK).</ahelp>"
+msgstr "<ahelp hid=\"SVX:LISTBOX:RID_SVXPAGE_COLOR:LB_COLORMODEL\">পরিবর্তন করতে, রঙের নমুনা নির্বাচন করুন: লাল-সবুজ-নীল(RGB) অথবা সায়ান-ম্যাজেন্টা-হলুদ-কালো(CMYK)।</ahelp>"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id1527756\n"
+"help.text"
+msgid "%PRODUCTNAME uses only the RGB color model for printing in color. The CMYK controls are provided only to ease the input of color values using CMYK notation."
+msgstr "মুদ্রণ রঙের জন্য %PRODUCTNAME শুধুমাত্র RGB রঙের নমুনা ব্যবহার করা হয়। CMYK নোটেশন ব্যবহার করে CMYK কন্ট্রোলের মাধ্যমে শুধুমাত্র রঙের মানের ইনপুট সহজতর করতে ব্যবহৃত হয়।"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3147426\n"
+"40\n"
+"help.text"
+msgid "If you select RGB, the initials of the three colors will appear and you can set the color from 0 to 255 with the spin button."
+msgstr "আপনি যদি RGB নির্বাচন করেন, তিনটি রঙের আদ্যক্ষর প্রদর্শিত হবে এবং আপনি স্পিন বোতাম দ্বারা ০ হতে ২৫৫ পর্যন্ত রং নির্ধারণ করতে পারেন।"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3150103\n"
+"13\n"
+"help.text"
+msgid "R"
+msgstr "R"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3152462\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TPCOLOR_RGB_1\">Red</ahelp>"
+msgstr "<ahelp hid=\"HID_TPCOLOR_RGB_1\">লাল</ahelp>"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3145366\n"
+"15\n"
+"help.text"
+msgid "G"
+msgstr "G"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3153144\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TPCOLOR_RGB_2\">Green</ahelp>"
+msgstr "<ahelp hid=\"HID_TPCOLOR_RGB_2\">সবুজ</ahelp>"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3153573\n"
+"17\n"
+"help.text"
+msgid "B"
+msgstr "B"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3153726\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TPCOLOR_RGB_3\">Blue</ahelp>"
+msgstr "<ahelp hid=\"HID_TPCOLOR_RGB_3\">নীল</ahelp>"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3152940\n"
+"41\n"
+"help.text"
+msgid "If you select CMYK, the initials of the four colors will appear and you can set the color from 0 to 255 with the spin button."
+msgstr "আপনি যদি CMYK নির্বাচন করেন, চারটি রঙের আদ্যক্ষর প্রদর্শিত হবে এবং আপনি স্পিন বোতামের দ্বারা ০ হতে ২৫৫ পর্যন্ত রং নির্ধারণ করতে পারেন।"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3154942\n"
+"42\n"
+"help.text"
+msgid "C"
+msgstr "C"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3145800\n"
+"43\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TPCOLOR_RGB_3\">Cyan</ahelp>"
+msgstr "<ahelp hid=\"HID_TPCOLOR_RGB_3\">সায়ান</ahelp>"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3155417\n"
+"44\n"
+"help.text"
+msgid "M"
+msgstr "M"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3150093\n"
+"45\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TPCOLOR_RGB_3\">Magenta</ahelp>"
+msgstr "<ahelp hid=\"HID_TPCOLOR_RGB_3\">ম্যাজেন্টা</ahelp>"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3147124\n"
+"46\n"
+"help.text"
+msgid "Y"
+msgstr "Y"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3154098\n"
+"47\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TPCOLOR_RGB_3\">Yellow</ahelp>"
+msgstr "<ahelp hid=\"HID_TPCOLOR_RGB_3\">হলুদ</ahelp>"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3154015\n"
+"48\n"
+"help.text"
+msgid "K"
+msgstr "K"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3156180\n"
+"49\n"
+"help.text"
+msgid "<ahelp hid=\"HID_TPCOLOR_RGB_3\">Black</ahelp>"
+msgstr "<ahelp hid=\"HID_TPCOLOR_RGB_3\">কালো</ahelp>"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3156332\n"
+"27\n"
+"help.text"
+msgid "Add"
+msgstr "যোগ করুন"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3154481\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_COLOR:BTN_ADD\">Adds a new color.</ahelp>"
+msgstr "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_COLOR:BTN_ADD\">নতুন রং সংযুক্ত করা হয়।</ahelp>"
+
+#: 01010500.xhp
+#, fuzzy
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3153708\n"
+"29\n"
+"help.text"
+msgid "Modify"
+msgstr "পরিবর্তন করুন"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3148916\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_COLOR:BTN_MODIFY\">Changes the current color.</ahelp> Note that the color is overwritten without a confirmation."
+msgstr "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXPAGE_COLOR:BTN_MODIFY\">বর্তমান রং পরিবর্তন করা হয়।</ahelp> নোট করুন যে, রং নিশ্চিতকরণ ব্যতীত উপরিলেখন করা হয়েছে।"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3154754\n"
+"31\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Edit\">Edit</link>"
+msgstr "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Edit\">সম্পাদনা করুন</link>"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3159267\n"
+"33\n"
+"help.text"
+msgid "Load Color List"
+msgstr "রঙের তালিকা লোড করুন"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3154705\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_COLOR:BTN_LOAD\">Accesses the <emph>Open</emph> dialog, which allows you to select a color palette</ahelp>."
+msgstr "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_COLOR:BTN_LOAD\"><emph>খুলুন</emph> ডায়ালগে সন্নিবেশ করুন, যা আপনাকে রঙের প্যালেট নির্বাচন করতে অনুমোদন করা হয়</ahelp>।"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"hd_id3147344\n"
+"36\n"
+"help.text"
+msgid "Save Color List"
+msgstr "রঙের তালিকা সংরক্ষণ করুন"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3163808\n"
+"37\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_COLOR:BTN_SAVE\">Opens the <emph>Save As</emph> dialog, which enables you to save the current color table under a specified name.</ahelp> If you do not choose this command, the current color table will be automatically saved as default and re-loaded the next time you start $[officename]."
+msgstr "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_COLOR:BTN_SAVE\"><emph>এভাবে সংরক্ষণ করুন</emph> ডায়ালগ খোলে, যা একটি সুনির্দিষ্ট নামের অধীনে বর্তমান রঙের সারণি সংরক্ষণ করতে সক্রিয় করে।</ahelp> আপনি যদি এই কমান্ডটি নির্বাচন না করেন, বর্তমান রঙের সারণি স্বয়ংক্রিয়ভাবে পূর্বনির্ধারণ অনুসারে সংরক্ষিত হবে এবং আপনি পরবর্তী সময়ে $[officename] শুরু করলে পুনরায় লোড করা হবে।"
+
+#: 01010500.xhp
+msgctxt ""
+"01010500.xhp\n"
+"par_id3154572\n"
+"38\n"
+"help.text"
+msgid "The <emph>Load color list</emph> and <emph>Save color list </emph>icons are visible only if you select the <emph>Colors</emph> tab with the <emph>Format - Area</emph> command."
+msgstr "আপনি যদি <emph>বিন্যাস - এলাকা</emph> দ্বারা <emph>রং</emph> ট্যাব নির্বাচন করেন তবে শুধুমাত্র <emph>রঙের তালিকা লোড করুন</emph> এবং <emph>রঙের তালিকা সংরক্ষণ করুন </emph>আইকন দৃশ্যমান হবে।"
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"tit\n"
+"help.text"
+msgid "Advanced"
+msgstr ""
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"bm_id4077578\n"
+"help.text"
+msgid "<bookmark_value>Java;setting options</bookmark_value><bookmark_value>experimental features</bookmark_value><bookmark_value>unstable options</bookmark_value>"
+msgstr ""
+
+#: java.xhp
+#, fuzzy
+msgctxt ""
+"java.xhp\n"
+"par_idN10558\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/java.xhp\">Advanced</link>"
+msgstr "<link href=\"text/shared/optionen/java.xhp\">জাভা</link>"
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN10568\n"
+"help.text"
+msgid "Specifies the support options for Java applications in %PRODUCTNAME, including which Java Runtime Environment (JRE) to use. It also specifies whether to use experimental (unstable) features such as macro recording."
+msgstr ""
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN1056B\n"
+"help.text"
+msgid "Java options"
+msgstr "জাভার অপশন"
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN1057F\n"
+"help.text"
+msgid "Use a Java runtime environment"
+msgstr "Java runtime environment ব্যবহার করুন"
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN10583\n"
+"help.text"
+msgid "<ahelp hid=\"svx:CheckBox:RID_SVXPAGE_OPTIONS_JAVA:CB_JAVA_ENABLE\">Allows you to run Java applications in %PRODUCTNAME.</ahelp> When a Java application attempts to access your hard drive, a prompt opens."
+msgstr "<ahelp hid=\"svx:CheckBox:RID_SVXPAGE_OPTIONS_JAVA:CB_JAVA_ENABLE\">%PRODUCTNAME-এ জাভা প্রয়োগন চালাতে আপনাকে অনুমোদন করে।</ahelp> একটি জাভা প্রয়োগন যখন আপনার হার্ড ড্রাইভে প্রবেশের চেষ্টা করে, একটি প্রম্পট খোলে যায়।"
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN10610\n"
+"help.text"
+msgid "Java runtime environments (JRE) already installed:"
+msgstr "Java runtime environments (JRE) ইতোমধ্যে ইনস্টলকৃত:"
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN10614\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OPTIONS_JAVA_LIST\">Select the JRE that you want to use. On some systems, you must wait a minute until the list gets populated. On some systems, you must restart %PRODUCTNAME to use your changed setting.</ahelp> The path to the JRE is displayed beneath the list box."
+msgstr "<ahelp hid=\"HID_OPTIONS_JAVA_LIST\">আপনি ব্যবহার করতে চান এমন JRE নির্বাচন করুন। কিছু সিস্টেমে, তালিকাটি সম্পূর্ণ না হওয়া পর্যন্ত আপনাকে অবশ্যই কয়েক মিনিট অপেক্ষা করতে হবে। কিছু সিস্টেমে, আপনার পরিবর্তিত সেটিং ব্যবহার করতে আপনাকে অবশ্যই %PRODUCTNAME পুনঃশুরু করতে হবে।</ahelp> তালিকা বাক্সের নিম্নে JRE-এর পাথ প্রদর্শিত হয়।"
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN105A5\n"
+"help.text"
+msgid "Add"
+msgstr "যুক্ত করুন"
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN10635\n"
+"help.text"
+msgid "<ahelp hid=\"svx:PushButton:RID_SVXPAGE_OPTIONS_JAVA:PB_ADD\">Add a path to the root folder of a JRE on your computer.</ahelp> The path is set in the following dialog."
+msgstr "<ahelp hid=\"svx:PushButton:RID_SVXPAGE_OPTIONS_JAVA:PB_ADD\">আপনার কম্পিউটারে JRE-এর মূল ফোল্ডারে পাথ যুক্ত করুন।</ahelp> পাথটি নিম্নবর্ণিত ডায়ালগে নির্ধারিত।"
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN105A9\n"
+"help.text"
+msgid "Parameters"
+msgstr "প্যারামিটার"
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN10657\n"
+"help.text"
+msgid "<ahelp hid=\"svx:PushButton:RID_SVXPAGE_OPTIONS_JAVA:PB_PARAMETER\">Opens the <link href=\"text/shared/optionen/javaparameters.xhp\">Java Start Parameters</link> dialog.</ahelp>"
+msgstr "<ahelp hid=\"svx:PushButton:RID_SVXPAGE_OPTIONS_JAVA:PB_PARAMETER\"> <link href=\"text/shared/optionen/javaparameters.xhp\">জাভা শুরুর প্যারামিটার</link> এর ডায়ালগ খোলে।</ahelp>"
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN105AD\n"
+"help.text"
+msgid "Class Path"
+msgstr "শ্রেণী পাথ"
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_idN10686\n"
+"help.text"
+msgid "<ahelp hid=\"svx:PushButton:RID_SVXPAGE_OPTIONS_JAVA:PB_CLASSPATH\">Opens the <link href=\"text/shared/optionen/javaclasspath.xhp\">Class Path</link> dialog.</ahelp>"
+msgstr "<ahelp hid=\"svx:PushButton:RID_SVXPAGE_OPTIONS_JAVA:PB_CLASSPATH\"> <link href=\"text/shared/optionen/javaclasspath.xhp\">শ্রেণী পাথ</link> ডায়ালগ খোলে।</ahelp>"
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"hd_id3148618\n"
+"help.text"
+msgid "Optional (unstable) options"
+msgstr ""
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"hd_id3148619\n"
+"help.text"
+msgid "Enable experimental features"
+msgstr ""
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_id3156344\n"
+"help.text"
+msgid "It enables features that are not yet complete or contain known bugs. The list of these features is different version by version, or even it can be empty."
+msgstr ""
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"hd_id3148610\n"
+"help.text"
+msgid "Enable macro recording"
+msgstr ""
+
+#: java.xhp
+msgctxt ""
+"java.xhp\n"
+"par_id3156345\n"
+"help.text"
+msgid "It enables macro recording, so the <link href=\"text/shared/guide/macro_recording.xhp\" name=\"Tools - Macros - Record Macro\"><item type=\"menuitem\">Tools - Macros - Record Macro</item></link> menu item will be available."
+msgstr ""
+
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Microsoft Office"
+msgstr "মাইক্রোসফট অফিস"
+
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"hd_id3156410\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01130200.xhp\" name=\"Microsoft Office\">Microsoft Office</link>"
+msgstr "<link href=\"text/shared/optionen/01130200.xhp\" name=\"Microsoft Office\">মাইক্রোসফট অফিস</link>"
+
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id3149095\n"
+"2\n"
+"help.text"
+msgid "Specifies the settings for importing and exporting Microsoft Office OLE objects."
+msgstr "মাইক্রোসফট অফিস OLE অবজেক্ট ইমপোর্ট বা এক্সপোর্ট করার জন্য সেটিং সুনির্দিষ্ট করে।"
+
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id3159233\n"
+"7\n"
+"help.text"
+msgid "These settings are valid when no Microsoft OLE server exists (for example, in UNIX) or when there is no $[officename] OLE server ready for editing the OLE objects."
+msgstr "OLE অবজেক্ট সম্পাদনার জন্য যখন কোনো মাইক্রোসফট OLE সার্ভার (উদাহরণ স্বরূপ, UNIX-এ) বিদ্যমান না থাকে বা যখন কোনো $[officename] OLE সার্ভার প্রস্তুত না থাকে তখন এই সেটিং কার্যকর।"
+
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id0107200910364795\n"
+"help.text"
+msgid "If an OLE server is active for the embedded object, then the OLE server will be used to handle the object."
+msgstr "যদি সন্নিবেশিত বস্তুর জন্য একটি OLE সার্ভার সক্রিয় থাকে, তাহলে বস্তুটি হ্যান্ডল করার জন্য একটি OLE সার্ভার ব্যবহৃত হবে।"
+
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id0107200910364725\n"
+"help.text"
+msgid "If no OLE server is active for MathType objects, then embedded MathType objects can be converted to %PRODUCTNAME Math objects. For this conversion, the embedded MathType objects must not exceed the MathType 3.1 specifications."
+msgstr "যদি OLE সার্ভার কোন MathType বস্তুর জন্য সক্রিয় না থাকে, তাহলে MathType বস্তু %PRODUCTNAME Math বস্তুতে রূপান্তর করা যাবে। এই রূপান্তরের জন্য, সন্নিবেশিত MathType বস্তু অবশ্যই MathType 3.1 এর বৈশিষ্ট্যাবলী অতিক্রম করতে পারবে না।"
+
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"hd_id3146798\n"
+"3\n"
+"help.text"
+msgid "List Box"
+msgstr "তালিকা বাক্স"
+
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id3150670\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OFAPAGE_MSFLTR2_CLB\">The<emph> List Box </emph>field displays the entries for the pair of OLE objects that can be converted when loading into $[officename] (L) and/or when saving into a Microsoft format (S). </ahelp>"
+msgstr "<ahelp hid=\"HID_OFAPAGE_MSFLTR2_CLB\"><emph> তালিকা বাক্স </emph> ক্ষেত্রটি OLE অবজেক্টের জোড়ার জন্য এন্ট্রি প্রদর্শন করে থাকে যা $[officename] (L) তে লোড করার সময় এবং/অথবা Microsoft বিন্যাসে (S) সংরক্ষণ করার সময় প্রদর্শন করা হয়।</ahelp>"
+
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id3154286\n"
+"5\n"
+"help.text"
+msgid "Mark the box in the [L] column in front of the entry if a Microsoft OLE object is to be converted into the specified $[officename] OLE object when a Microsoft document is loaded into $[officename]."
+msgstr "একটি মাইক্রোসফট নথি যখন $[officename]-এ লোড করা হয় তখন মাইক্রোসফট OLE অবজেক্টে যদি সুনির্দিষ্ট $[officename]-এর OLE অবজেক্টে রুপান্তরিত করতে হয় তবে এন্ট্রির সামনের [L] কলামের বাক্স চিহ্নিত করুন।"
+
+#: 01130200.xhp
+msgctxt ""
+"01130200.xhp\n"
+"par_id3153880\n"
+"6\n"
+"help.text"
+msgid "Mark the box in the [S] column in front of the entry if a $[officename] OLE object is to be converted into the specified Microsoft OLE object when a document is saved in a Microsoft file format."
+msgstr "একটি নথি যখন মাইক্রোসফট ফাইল বিন্যাসে সংরক্ষণ করা হয় তখন $[officename]-এর OLE অবজেক্টে যদি সুনির্দিষ্ট মাইক্রোসফট OLE অবজেক্টে রুপান্তরিত করা হয় তবে এন্ট্রির সামনের [S] কলাম বাক্স চিহ্নিত করুন।"
+
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "$[officename]"
+msgstr "$[officename]"
+
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"hd_id3153750\n"
+"1\n"
+"help.text"
+msgid "$[officename]"
+msgstr "$[officename]"
+
+#: 01010000.xhp
+msgctxt ""
+"01010000.xhp\n"
+"par_id3149177\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"optionenallgemein\"><ahelp hid=\"SID_GENERAL_OPTIONS\">Use this dialog to create general settings for working with $[officename]. The information covers topics such as user data, saving, printing, paths to important files and directories, and color defaults.</ahelp></variable> These settings are saved automatically."
+msgstr "<variable id=\"optionenallgemein\"><ahelp hid=\"SID_GENERAL_OPTIONS\">$[officename] এর সাথে কাজ করার জন্য সাধারণ সেটিং তৈরি করতে এই ডায়ালগটি ব্যবহার করুন। তথ্যটি ব্যবহারকারী ডাটা, সংরক্ষণকরণ, মুদ্রণকরণ, গুরুত্বপূর্ণ ফাইল ও ডিরেক্টরির পাথ, এবং পূর্বনির্ধারিত রং এর মতো বিষয় শেষ করে।</ahelp></variable> এই সেটিংসমূহ স্বয়ংক্রিয়ভাবে সংরক্ষণ করা হয়।"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table"
+msgstr "সারণি"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"bm_id3149656\n"
+"help.text"
+msgid "<bookmark_value>inserting; new text tables defaults</bookmark_value><bookmark_value>tables in text; default settings</bookmark_value><bookmark_value>aligning;tables in text</bookmark_value><bookmark_value>number formats; recognition in text tables</bookmark_value>"
+msgstr "<bookmark_value>inserting; new text tables defaults</bookmark_value><bookmark_value>tables in text; default settings</bookmark_value><bookmark_value>aligning;tables in text</bookmark_value><bookmark_value>number formats; recognition in text tables</bookmark_value>"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3153087\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01040500.xhp\" name=\"Table\">Table</link>"
+msgstr "<link href=\"text/shared/optionen/01040500.xhp\" name=\"Table\">সারণি</link>"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3145674\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OPTTABLE_PAGE\">Defines the attributes of tables in text documents.</ahelp>"
+msgstr "<ahelp hid=\"HID_OPTTABLE_PAGE\">পাঠ নথিতে সারণির বৈশিষ্ট্য নির্ধারণ করে।</ahelp>"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3145609\n"
+"26\n"
+"help.text"
+msgid "Specifies the default settings for columns and rows and the table mode. Also specifies the standard values for moving and inserting columns and rows. For further information see <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05090201.xhp\" name=\"Editing Tables Using the Keyboard\">Editing Tables Using the Keyboard</link></caseinline><defaultinline> in the $[officename] Writer Help</defaultinline></switchinline>."
+msgstr "কলাম এবং সারি এবং সারণির মোডের জন্য পূর্বনির্ধারিত সেটিং সুনির্দিষ্ট করে। কলাম এবং সারির স্থানান্তরণ এবং প্রবেশের জন্য আদর্শ মানও সুনির্দিষ্ট করে। আরও তথ্যের জন্য <defaultinline>$[officename] Writer সহায়তার</defaultinline> <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05090201.xhp\" name=\"Editing Tables Using the Keyboard\">কীবোর্ড ব্যবহার করে সম্পাদনাকরণ সারণি</link></caseinline></switchinline> দেখুন।"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3149656\n"
+"27\n"
+"help.text"
+msgid "Default"
+msgstr "পূর্বনির্ধারিত"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3148797\n"
+"28\n"
+"help.text"
+msgid "Defines the defaults for all newly created text tables in text documents."
+msgstr "পাঠ নথিতে নতুনভাবে তৈরি সকল পাঠ সারণির জন্য পূর্বনির্ধারণটি নির্ধারণ করুন।"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3152922\n"
+"29\n"
+"help.text"
+msgid "Heading"
+msgstr "শিরোনাম"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3150447\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_HEADER\">Specifies that the first row of the table is formatted with the \"Table heading\" Paragraph Style.</ahelp>"
+msgstr "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_HEADER\">সুনির্দিষ্ট করুন যে সারণির প্রথম সারি \"সারণির শিরোনামের\" অনুচ্ছেদ শৈলী দ্বারা বিন্যাসিত।</ahelp>"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3147086\n"
+"31\n"
+"help.text"
+msgid "Repeat on each page"
+msgstr "প্রতিটি পৃষ্ঠায় পুনরাবৃত্তি করুন"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3149204\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_REPEAT_HEADER\">Specifies whether the table heading is carried over onto the new page after a page break.</ahelp>"
+msgstr "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_REPEAT_HEADER\">সারণির শিরোনাম পৃষ্ঠা বিরতির পরে নতুন পৃষ্ঠায় অগ্রবর্তী হবে কিনা তা সুনির্দিষ্ট করে।</ahelp>"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3125864\n"
+"33\n"
+"help.text"
+msgid "Do not split (not in HTML)"
+msgstr "বিভাজন করবেন না (HTML-এ না )"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3155429\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_DONT_SPLIT\">Specifies that tables are not split by any type of text flow break.</ahelp> You can also find this option in menu <emph>Table - Table Properties - Text Flow</emph>."
+msgstr "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_DONT_SPLIT\">সুনির্দিষ?ট করুন যে সারণি কোনো প্রকার পাঠ প্রবাহ বিরতির মাধ্যমে বিভক্ত হয় না।</ahelp> আপনি এই অপশনটি <emph>সারণি - সারণির বৈশিষ্ট্য - পাঠ প্রবাহ</emph> তালিকায় খুঁজেও পেতে পারেন।"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3148575\n"
+"35\n"
+"help.text"
+msgid "Border"
+msgstr "সীমানা"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3146119\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_BORDER\">Specifies that table cells have a border by default.</ahelp>"
+msgstr "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_BORDER\">সুনির্দিষ্ট করুন যে সারণির কক্ষের একটি পূর্বনির্ধারিত সীমানা আছে।</ahelp>"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3146976\n"
+"37\n"
+"help.text"
+msgid "Input in tables"
+msgstr "সারণির ইনপুট"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3153142\n"
+"39\n"
+"help.text"
+msgid "Number recognition"
+msgstr "নম্বর শনাক্তকরণ"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3149481\n"
+"40\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_NUMFORMATTING\">Specifies that numbers in a text table are recognized and formatted as numbers.</ahelp>"
+msgstr "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_NUMFORMATTING\">সুনির্দিষ্ট করুন যে পাঠ সারণির নম্বর শনাক্ত করা হয়েছে এবং নম্বর হিসেবে বিন্যাস করা হয়েছে।</ahelp>"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3155306\n"
+"41\n"
+"help.text"
+msgid "If <emph>Number recognition</emph> is not marked, numbers are saved in text format and are automatically left-aligned."
+msgstr "যদি <emph>নম্বর শনাক্তকরণ</emph> চিহ্নিত না থাকে, নম্বর পাঠ বিন্যাসে সংরক্ষণ করা হয়েছে এবং স্বয়ংক্রিয়ভাবে বাম-প্রান্তিক।"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3155856\n"
+"42\n"
+"help.text"
+msgid "Number format recognition"
+msgstr "নম্বর বিন্যাস শনাক্তকরণ"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3159346\n"
+"43\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_NUMFMT_FORMATTING\">If<emph> Number format recognition </emph>is not marked, only input in the format that has been set at the cell is accepted. Any other input resets the format to <emph>Text</emph>.</ahelp>"
+msgstr "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_NUMFMT_FORMATTING\">যদি<emph> নম্বর বিন্যাস সনাক্তকরণ </emph>চিহ্নিত না থাকে, শুধুমাত্র কক্ষে নির্ধারিত বিন্যাসের ইনপুট গ্রহণ করা হয়। অন্য যেকোনো ইনপুট বিন্যাসকে <emph>পাঠে</emph> পুনঃনির্ধারণ করে।</ahelp>"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3153876\n"
+"44\n"
+"help.text"
+msgid "Alignment"
+msgstr "প্রান্তিককরণ"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3149379\n"
+"45\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_NUMALIGNMENT\">Specifies that numbers are always bottom right aligned in the cell.</ahelp> If this field is not marked numbers are always top left aligned in the cell."
+msgstr "<ahelp hid=\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_NUMALIGNMENT\">সুনির্দিষ্ট করুন যে নম্বর সর্বদা কক্ষের নীম্ন ডান প্রান্তিক থাকে।</ahelp> যদি ঘরটি চিহ্নিত না থাকে, নম্বর সর্বদা কক্ষের ঊর্ধ্ব বাম প্রান্তিক থাকে।"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3146792\n"
+"46\n"
+"help.text"
+msgid "Direct formatting is not influenced by the <emph>Alignment</emph> field. If you center align the cell contents directly, they remain centered irrespective of whether text or numbers are involved."
+msgstr "সরাসরি বিন্যাসকরণ <emph>প্রান্তিককরণ</emph> ক্ষেত্রে দ্বারা প্রভাবিত হয় না। আপনি যদি কক্ষের বিষয়বস্তু সরাসরি মধ্য প্রান্তিক করেন, তবে তারা পাঠ বা নম্বর অন্তর্ভুক্ত কিনা বিবেচনা না করে কেন্দ্রে থেকে যায়।"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3154360\n"
+"48\n"
+"help.text"
+msgid "Keyboard handling"
+msgstr "কীবোর্ড নিয়ন্ত্রণ"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3149018\n"
+"3\n"
+"help.text"
+msgid "Move cells"
+msgstr "ঘর সরান"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3153711\n"
+"4\n"
+"help.text"
+msgid "Defines the default settings for moving rows and columns with the keyboard."
+msgstr "কীবোর্ড দ্বারা সারি এবং কলাম সরানোর জন্য পূর্বনির্ধারিত সেটিং নির্ধারণ করুন।"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3155445\n"
+"5\n"
+"help.text"
+msgid "Row"
+msgstr "সারি"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3159264\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SW:METRICFIELD:TP_OPTTABLE_PAGE:MF_ROWMOVE\">Specifies the value to be used for moving a row.</ahelp>"
+msgstr "<ahelp hid=\"SW:METRICFIELD:TP_OPTTABLE_PAGE:MF_ROWMOVE\">সারি সরানোর জন্য ব্যবহার করা হবে এমন একটি মান সুনির্দিষ্টভাবে উল্লেখ করুন।</ahelp>"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3150388\n"
+"7\n"
+"help.text"
+msgid "Column"
+msgstr "কলাম"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3155905\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SW:METRICFIELD:TP_OPTTABLE_PAGE:MF_COLMOVE\">Specifies the value to be used for moving a column.</ahelp>"
+msgstr "<ahelp hid=\"SW:METRICFIELD:TP_OPTTABLE_PAGE:MF_COLMOVE\">কলাম সরানোর জন্য ব্যবহার করা হবে এমন একটি মান সুনির্দিষ্টভাবে উল্লেখ করুন।</ahelp>"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3155938\n"
+"9\n"
+"help.text"
+msgid "Insert"
+msgstr "সন্নিবেশ করান"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3155176\n"
+"10\n"
+"help.text"
+msgid "Specifies the default settings for inserting rows and columns with the keyboard."
+msgstr "কীবোর্ড দ্বারা সারি এবং কলাম সন্নিবেশ করানোর জন্য পূর্বনির্ধারিত সেটিং সুনির্দিষ্ট করুন।"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3155333\n"
+"11\n"
+"help.text"
+msgid "Row"
+msgstr "সারি"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3153966\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SW:METRICFIELD:TP_OPTTABLE_PAGE:MF_ROWINSERT\">Specifies the default value for inserting rows.</ahelp>"
+msgstr "<ahelp hid=\"SW:METRICFIELD:TP_OPTTABLE_PAGE:MF_ROWINSERT\">সারি সন্নিবেশ করানোর জন্য পূর্বনির্ধারিত মান সুনির্দিষ্ট করে।</ahelp>"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3155607\n"
+"13\n"
+"help.text"
+msgid "Column"
+msgstr "কলাম"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3159334\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SW:METRICFIELD:TP_OPTTABLE_PAGE:MF_COLINSERT\">Specifies the default value for inserting columns.</ahelp>"
+msgstr "<ahelp hid=\"SW:METRICFIELD:TP_OPTTABLE_PAGE:MF_COLINSERT\">কলাম সন্নিবেশ করানোর জন্য পূর্বনির্ধারিত মান সুনির্দিষ্ট করে।</ahelp>"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3150645\n"
+"15\n"
+"help.text"
+msgid "Behavior of rows/columns"
+msgstr "সারি/কলামের বৈশিষ্ট্য"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3150298\n"
+"16\n"
+"help.text"
+msgid "Determines the relative effect of rows and columns on adjacent rows or columns, as well as on the entire table."
+msgstr "নিকটর্বর্তী সারি এবং কলামের সহ সম্পূর্ণ সারণির উপর সারি ও কলামের সম্পর্কিত প্রভাব নির্ধারণ করে।"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3149335\n"
+"17\n"
+"help.text"
+msgid "Fixed"
+msgstr "অপরিবর্তিত"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3151213\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTTABLE_PAGE:RB_FIX\">Specifies that changes to a row or column only affect the corresponding adjacent area.</ahelp>"
+msgstr "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTTABLE_PAGE:RB_FIX\">সুনির্দিষ্ট করে যে সারি ও কলামের পরিবর্তন শুধুমাত্র সঙ্গতিপূর্ণ নিকটবর্তী এলাকায় প্রভাব ফেলে।</ahelp>"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3154199\n"
+"19\n"
+"help.text"
+msgid "Fixed, proportional"
+msgstr "অপরিবর্তিত, সমানুপাতিক"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3147128\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTTABLE_PAGE:RB_FIXPROP\">Specifies that changes to a row or column have an effect on the entire table.</ahelp>"
+msgstr "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTTABLE_PAGE:RB_FIXPROP\">সুনির্দিষ্ট করে যে সম্পূর্ণ সারণিতে সারি ও কলামের পরিবর্তনের একটি প্রভাব আছে।</ahelp>"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"hd_id3150783\n"
+"21\n"
+"help.text"
+msgid "Variable"
+msgstr "ভেরিয়েবল"
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id3166423\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTTABLE_PAGE:RB_VAR\">Specifies that changes to a row or column affect the table size.</ahelp>"
+msgstr "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTTABLE_PAGE:RB_VAR\">সুনির্দিষ্ট করে যে সারি ও কলামের পরিবর্তন সারণির আকারে প্রভাব ফেলে।</ahelp>"
+
+#: viewcertificate_d.xhp
+msgctxt ""
+"viewcertificate_d.xhp\n"
+"tit\n"
+"help.text"
+msgid "Details"
+msgstr "বিস্তারিত"
+
+#: viewcertificate_d.xhp
+msgctxt ""
+"viewcertificate_d.xhp\n"
+"par_idN10544\n"
+"help.text"
+msgid "<variable id=\"details\"><link href=\"text/shared/optionen/viewcertificate_d.xhp\">Details</link></variable>"
+msgstr "<variable id=\"details\"><link href=\"text/shared/optionen/viewcertificate_d.xhp\">বিস্তারিত</link></variable>"
+
+#: viewcertificate_d.xhp
+msgctxt ""
+"viewcertificate_d.xhp\n"
+"par_idN10562\n"
+"help.text"
+msgid "<ahelp hid=\".\">The Details page of the <link href=\"text/shared/optionen/viewcertificate.xhp\">View Certificate</link> dialog displays detailed information about the certificate.</ahelp>"
+msgstr "<ahelp hid=\".\"> <link href=\"text/shared/optionen/viewcertificate.xhp\">প্রত্যয়ন পত্র প্রদর্শন</link> ডায়ালগের \"বিবরণী\" পৃষ্ঠা প্রত্যয়ন পত্রের বিস্তারিত তথ্য প্রদর্শন করে।</ahelp>"
+
+#: viewcertificate_d.xhp
+msgctxt ""
+"viewcertificate_d.xhp\n"
+"par_idN105DB\n"
+"help.text"
+msgid "<ahelp hid=\".\">Use the value list box to view values and copy them to the clipboard.</ahelp>"
+msgstr "<ahelp hid=\".\">মান প্রদর্শন করতে মানের তালিকা বাক্স ব্যবহার করুন এবং তাদের ক্লিপবোর্ডে অনুলিপি করুন।</ahelp>"
+
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Browser Plug-in"
+msgstr "ব্রাউজার প্লাগইন"
+
+#: 01020400.xhp
+#, fuzzy
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105B7\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01020400.xhp\" name=\"Browser Plugin\">Browser Plug-in</link>"
+msgstr "<link href=\"text/shared/optionen/01010800.xhp\" name=\"View\">প্রদর্শন</link>"
+
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105D5\n"
+"help.text"
+msgid "Specifies to use the Mozilla plug-in to show %PRODUCTNAME documents."
+msgstr "%PRODUCTNAME এর নথি প্রদর্শন করতে মজিলা প্লাগ-ইনের ব্যবহার সুনির্দিষ্ট করুন।"
+
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105D8\n"
+"help.text"
+msgid "When you click any %PRODUCTNAME document hyperlink in your Mozilla or Netscape browser, one of the following can happen:"
+msgstr "আপনি যখন আপনার মজিলা বা নেটস্কেপ ব্রাউজারের যেকোনো %PRODUCTNAME এর নথির হাইপারলিংকে ক্লিক করেন, নিম্নের যেকোনো একটি ঘটতে পারে:"
+
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105DE\n"
+"help.text"
+msgid "The browser asks you whether you want to save the document on your disk, or whether you want to use an application to open the document. This request dialog appears by default when you click any %PRODUCTNAME document hyperlink the first time and you did not enable the Browser Plug-in."
+msgstr "আপনার ডিস্কে নথি সংরক্ষণ করা হবে কিনা অথবা নথিট খোলার জন্য একটি অ্যাপ্লিকেশন ব্যবাহর করতে চান কিনা তা ব্রাউজার জিজ্ঞাসা করে থাকে। আপনি প্রথম বারের মত যেকোনো %PRODUCTNAME নথি হাইপারলিঙ্ক ক্লিক করা হলে এবং ব্রাউজার প্লাগইন সক্রিয় করা না হলে এই অনুরোধের ডায়ালগটি আবির্ভূত হয়।"
+
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105E2\n"
+"help.text"
+msgid "The browser downloads the document to a temporary folder, then tells your system to run %PRODUCTNAME and open the document in %PRODUCTNAME. This is the default when you did not enable the Browser Plug-in and chose to open the document with %PRODUCTNAME when you were first asked."
+msgstr "ব্রাউজারটির মাধ্যমে একটি অস্থায়ি ফোল্ডারে নথিটি ডাউনলোড করা হয়, তারপর সিস্টেমকে %PRODUCTNAME চালাতে এবং %PRODUCTNAME তে নথিটি খুলতে বলা হয়। আপনার ব্রাউজারটি সক্রিয় করার প্রয়োজন না হলে এটি ডিফল্ট হয় এবং আপনি প্রথমবার প্রশ্নের মুখোমুখি হলে %PRODUCTNAME এর সাহায্যে নথিটি খোলা হয়।"
+
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105E6\n"
+"help.text"
+msgid "The browser opens a new browser window that shows some of the %PRODUCTNAME icons, and displays the document in the browser window. This is the default when you enable the Browser Plug-in. When you click the <emph>Edit File</emph> icon, a copy of the document is downloaded to a temporary folder on your disk, then %PRODUCTNAME starts and loads the copy for editing."
+msgstr "ব্রাউজারটি একটি নতুন ব্রাউজার উইন্ডো খোলে যা কিছু %PRODUCTNAME আইকন প্রদর্শন করে থাকে, এবং ব্রাউজার উইন্ডোতে নথিটি প্রদর্শন করে থাকে। আপনি ব্রাউজার প্লাগইন সক্রিয় করলে এটি ডিফল্ট হয়। আপনি যখন <emph>ফাইল সম্পাদনা</emph> আইকনে ক্লিক করেন, নথির একটি অনুলিপি আপনার ডিস্কের অস্থায়ী ফোল্ডারে ডাউনলোড হয়, তারপর %PRODUCTNAME দ্বারা সম্পাদনার জন্য অনুলিপি করা শুরু এবং লোড করা হয়।"
+
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105F5\n"
+"help.text"
+msgid "Display documents in browser"
+msgstr "ব্রাউজারে নথিসমূহ প্রদর্শন করুন"
+
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN105F9\n"
+"help.text"
+msgid "<ahelp hid=\"736117762\">Enables the Browser Plug-in to show %PRODUCTNAME documents in a browser window. Select, click OK, then restart your browser. Then, in the browser window, click any %PRODUCTNAME document hyperlink.</ahelp>"
+msgstr "<ahelp hid=\"736117762\">একটি ব্রাউজার উইন্ডোতে %PRODUCTNAME নথিটি প্রদর্শনের জন্য ব্রাউজার প্লাগইন সক্রিয় করা হয়। নির্বাচন করুন, ঠিক আছে ক্লিক করুন, তারপর ব্রাউজারটি রিস্টার্ট করুন। তারপর, ব্রাউজার উইন্ডোতে, যেকোনো %PRODUCTNAME নথি হাইপারলিঙ্কে ক্লিক করুন।</ahelp>"
+
+#: 01020400.xhp
+msgctxt ""
+"01020400.xhp\n"
+"par_idN10655\n"
+"help.text"
+msgid "The plug-in needs a version of Mozilla, Netscape, or Firefox installed on your system."
+msgstr "আপনার সিস্টেমে ইনস্টল করা মজিলা, ফায়ারফক্স অথবা নেটস্কেপের জন্য প্রাগইন এর একটি সংস্করণ প্রয়োজন।"
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Memory"
+msgstr "মেমোরী"
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"bm_id3153881\n"
+"help.text"
+msgid "<bookmark_value>undoing; number of steps</bookmark_value><bookmark_value>graphics; cache</bookmark_value><bookmark_value>cache for graphics</bookmark_value><bookmark_value>Quickstarter</bookmark_value>"
+msgstr "<bookmark_value>undoing; number of steps</bookmark_value><bookmark_value>graphics; cache</bookmark_value><bookmark_value>cache for graphics</bookmark_value><bookmark_value>Quickstarter</bookmark_value>"
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3157909\n"
+"25\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01011000.xhp\" name=\"Memory\">Memory</link>"
+msgstr "<link href=\"text/shared/optionen/01011000.xhp\" name=\"Memory\">মেমোরী</link>"
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"par_id3154307\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\".\">Defines the settings for the graphics cache and the number of steps you can undo.</ahelp>"
+msgstr "<ahelp hid=\".\">গ্রাফিক্স ক্যাশের জন্য সেটিং এবং আপনি বাতিল করতে পারেন এমন ধাপ সংখ্যা নির্ধারণ করে।</ahelp>"
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3155390\n"
+"1\n"
+"help.text"
+msgid "Undo"
+msgstr "বাতিল করুন"
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"par_id3145673\n"
+"2\n"
+"help.text"
+msgid "Defines the maximum number of reverse steps allowed."
+msgstr "অনুমোদিত সর্বোচ্চ সংখ্যক বিপরীত ধাপ নির্ধারণ করে।"
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3153881\n"
+"3\n"
+"help.text"
+msgid "Number of steps"
+msgstr "ধাপ সংখ্যা"
+
+#: 01011000.xhp
+#, fuzzy
+msgctxt ""
+"01011000.xhp\n"
+"par_id3148685\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_NUMERICFIELD_OFA_TP_MEMORY_ED_UNDO\">You can specify the number of steps which can be undone by selecting a number from the box.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR_NUMERICFIELD_OFA_TP_MEMORY_ED_UNDO\">তালিকা হতে একটি সংখ্যা নির্বাচন করার মাধ্যমে আপনি এমন সংখ্যক ধাপ সুনির্দিষ্ট করতে পারেন যা অসম্পন্ন রাখা যায়।</ahelp>"
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3147530\n"
+"10\n"
+"help.text"
+msgid "Graphics cache"
+msgstr "গ্রাফিক্স ক্যাশে"
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"par_id3145069\n"
+"11\n"
+"help.text"
+msgid "The graphics cache saves the graphics contained in a document in your computer's main memory. This means that the attributes of a graphic stored in the cache do not have to be re-calculated if you return to the page containing the graphic after scrolling through a document."
+msgstr "গ্রাফিক ক্যাশটি আপনার কম্পিউটারের প্রধান স্মৃতিতে বিদ্যমান নথিতে ধারণকৃত গ্রাফিক সংরক্ষণ করে। এর অর্থ হলো একটি নথির মধ্য দিয়ে স্ক্রল করার পর যদি গ্রাফিক ধারণকারী পৃষ্ঠাতে ফিরে যান তাহলে ক্যাশে সংরক্ষিত গ্রাফিকের বৈশিষ্ট্য পুনরায় হিসাব করার প্রয়োজন নেই।"
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3154924\n"
+"12\n"
+"help.text"
+msgid "Use for $[officename] (MB)"
+msgstr "$[officename] (মেগাবাইট) এর জন্য ব্যবহার করুন"
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"par_id3152813\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_NUMERICFIELD_OFA_TP_MEMORY_NF_GRAPHICCACHE\">Specifies the total cache size for all graphics.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR_NUMERICFIELD_OFA_TP_MEMORY_NF_GRAPHICCACHE\">সকল গ্রাফিক্সের জন্য ক্যাশের মোট আকার সুনির্দিষ্ট করুন।</ahelp>"
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3150359\n"
+"14\n"
+"help.text"
+msgid "Memory per object (MB)"
+msgstr "প্রতিটি বস্তুর (মেগাবাইট) মেমোরী"
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"par_id3148797\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_NUMERICFIELD_OFA_TP_MEMORY_NF_GRAPHICOBJECTCACHE\">Specifies that objects which are larger than the selected megabytes will not be placed in the cache.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR_NUMERICFIELD_OFA_TP_MEMORY_NF_GRAPHICOBJECTCACHE\">সুনির্দিষ্ট করুন যে নির্বাচিত মেগাবাইট অপেক্ষা বৃহৎ বস্তু ক্যাশেতে অবস্থিত করা হবে।</ahelp>"
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3148920\n"
+"16\n"
+"help.text"
+msgid "Remove from memory after (hh:mm)"
+msgstr "(hh:mm) এর পরে মেমোরী হতে অপসারণ করুন"
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"par_id3148674\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_TIMEFIELD_OFA_TP_MEMORY_TF_GRAPHICOBJECTTIME\">Specifies the time that each graphic remains in the cache in hours and minutes.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR_TIMEFIELD_OFA_TP_MEMORY_TF_GRAPHICOBJECTTIME\">প্রতিটি গ্রাফিক যে সময় পর্যন্ত ক্যাশেতে থাকে তা ঘন্টা এবং মিনিটে উল্লেখ করুন।</ahelp>"
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3156212\n"
+"18\n"
+"help.text"
+msgid "Cache for inserted objects"
+msgstr "সন্নিবেশকৃত বস্তুর জন্য ক্যাশে"
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3147085\n"
+"19\n"
+"help.text"
+msgid "Number of objects"
+msgstr "বস্তু সংখ্যা"
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"par_id3153192\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_NUMERICFIELD_OFA_TP_MEMORY_NF_OLECACHE\">Choose the maximum number of OLE objects that are pooled in the cache.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR_NUMERICFIELD_OFA_TP_MEMORY_NF_OLECACHE\">OLE অবজেক্টের সর্বোচ্চ সংখ্যা অপশন করুন যা ক্যাশে পুল করা হয়েছে।</ahelp>"
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3145171\n"
+"21\n"
+"help.text"
+msgid "$[officename] Quickstarter"
+msgstr "$[officename] দ্রুতচালক"
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"hd_id3155429\n"
+"22\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Load $[officename] during system start-up </caseinline><defaultinline>Enable systray Quickstarter</defaultinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">সিস্টেম শুরু হওয়ার সময় $[officename] লোড করুন</caseinline><defaultinline>সিসট্রে দ্রুতচালক সক্রিয় করুন</defaultinline></switchinline>"
+
+#: 01011000.xhp
+msgctxt ""
+"01011000.xhp\n"
+"par_id3152940\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_MEMORY_CB_QUICKLAUNCH\">Mark this check box if you want $[officename] to enable quickstart. This option is available if the Quickstart module has been installed.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_MEMORY_CB_QUICKLAUNCH\">আপনি যদি চান $[officename] দ্রুত-শুরু সক্রিয় করুক তবে এই পরীক্ষণ বাক্স চিহ্নিত করুন। এই অপশনটি সহজলভ্য হয় যদি দ্রুত-শুরু মডিউল ইনস্টলকৃত থাকে।</ahelp>"
+
+#: 01160201.xhp
+msgctxt ""
+"01160201.xhp\n"
+"tit\n"
+"help.text"
+msgid "Database Link"
+msgstr "ডাটাবেস লিংক"
+
+#: 01160201.xhp
+msgctxt ""
+"01160201.xhp\n"
+"par_idN1053A\n"
+"help.text"
+msgid "Database Link"
+msgstr "ডাটাবেস লিংক"
+
+#: 01160201.xhp
+msgctxt ""
+"01160201.xhp\n"
+"par_idN1053E\n"
+"help.text"
+msgid "Creates or edits an entry in the <link href=\"text/shared/optionen/01160200.xhp\">Databases</link> tab page."
+msgstr "<link href=\"text/shared/optionen/01160200.xhp\">ডাটাবেসের</link> ট্যাব পৃষ্ঠায় একটি এন্ট্রি তৈরি বা সম্পাদনা করে।"
+
+#: 01160201.xhp
+msgctxt ""
+"01160201.xhp\n"
+"par_idN1054F\n"
+"help.text"
+msgid "Database file"
+msgstr "ডাটাবেস ফাইল"
+
+#: 01160201.xhp
+msgctxt ""
+"01160201.xhp\n"
+"par_idN10553\n"
+"help.text"
+msgid "Enter the path and the file name of the database file. The name of the file must end with the *.odb extension."
+msgstr "ডাটাবেস ফাইলে পাথ এবং ফাইলের নাম সন্নিবেশ করান। ফাইলের নাম অবশ্যই *.odb সংযোজন দ্বারা শেষ হবে।"
+
+#: 01160201.xhp
+msgctxt ""
+"01160201.xhp\n"
+"par_idN10556\n"
+"help.text"
+msgid "Browse"
+msgstr "ব্রাউজ করুন"
+
+#: 01160201.xhp
+msgctxt ""
+"01160201.xhp\n"
+"par_idN1055A\n"
+"help.text"
+msgid "<ahelp hid=\"1346114049\">Opens a file dialog where you can select the database file.</ahelp>"
+msgstr "<ahelp hid=\"1346114049\">আপনি যে ডাটাবেস ফাইলে ফাইল ডায়ালগটি নির্বাচন করতে পারেন তা খোলে।</ahelp>"
+
+#: 01160201.xhp
+msgctxt ""
+"01160201.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "Registered name"
+msgstr "নিবন্ধিত নাম"
+
+#: 01160201.xhp
+msgctxt ""
+"01160201.xhp\n"
+"par_idN10561\n"
+"help.text"
+msgid "<ahelp hid=\"1346111489\">Enter a name for the database. %PRODUCTNAME uses this name to access the database.</ahelp>"
+msgstr "<ahelp hid=\"1346111489\">ডাটাবেসের জন্য নাম সন্নিবেশ করান। ডাটাবেসে সন্নিবেশ করতে %PRODUCTNAME এই নামটি ব্যবহার করে।</ahelp>"
+
+#: viewcertificate_g.xhp
+msgctxt ""
+"viewcertificate_g.xhp\n"
+"tit\n"
+"help.text"
+msgid "General"
+msgstr "সাধারণ"
+
+#: viewcertificate_g.xhp
+msgctxt ""
+"viewcertificate_g.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "<variable id=\"general\"><link href=\"text/shared/optionen/viewcertificate_g.xhp\">General</link></variable>"
+msgstr "<variable id=\"general\"><link href=\"text/shared/optionen/viewcertificate_g.xhp\">সাধারণ</link></variable>"
+
+#: viewcertificate_g.xhp
+msgctxt ""
+"viewcertificate_g.xhp\n"
+"par_idN1056B\n"
+"help.text"
+msgid "<ahelp hid=\".\">The General page of the <link href=\"text/shared/optionen/viewcertificate.xhp\">View Certificate</link> dialog displays basic information about the certificate.</ahelp>"
+msgstr "<ahelp hid=\".\"> <link href=\"text/shared/optionen/viewcertificate.xhp\">প্রত্যয়ন পত্র প্রদর্শন</link> ডায়ালগের \"সাধারণ\" পৃষ্ঠা প্রত্যয়ন পত্রের মৌলিক তথ্য প্রদর্শন করে।</ahelp>"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"tit\n"
+"help.text"
+msgid "E-mail"
+msgstr "ই-মেইল"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01020300.xhp\">E-mail</link>"
+msgstr "<link href=\"text/shared/optionen/01020300.xhp\">ই-মেইল</link>"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN1056B\n"
+"help.text"
+msgid "On UNIX systems, specifies the e-mail program to use when you send the current document as e-mail."
+msgstr "UNIX সিস্টেমে, আপনি যখন বর্তমান নথিটি ই-মেইল হিসেবে প্রেরণ করেন তখন ব্যবহারের জন্য ই-মেইল প্রোগ্রাম সুনির্দিষ্ট করে।"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN10576\n"
+"help.text"
+msgid "E-mail program"
+msgstr "ই-মেইল প্রোগ্রাম"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN1057A\n"
+"help.text"
+msgid "<ahelp hid=\"703252484\">Enter the e-mail program path and name.</ahelp>"
+msgstr "<ahelp hid=\"703252484\">ই-মেইল প্রোগ্রামের পাথ এবং নাম সন্নিবেশ করুন।</ahelp>"
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "..."
+msgstr "..."
+
+#: 01020300.xhp
+msgctxt ""
+"01020300.xhp\n"
+"par_idN10595\n"
+"help.text"
+msgid "<ahelp hid=\"703255045\">Opens a file dialog to select the e-mail program.</ahelp>"
+msgstr "<ahelp hid=\"703255045\">ই-মেইল প্রোগ্রাম নির্বাচন করতে ফাইল ডায়ালগ খোলে।</ahelp>"
+
+#: 01090000.xhp
+#, fuzzy
+msgctxt ""
+"01090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Formula"
+msgstr "সূত্র"
+
+#: 01090000.xhp
+msgctxt ""
+"01090000.xhp\n"
+"hd_id3150040\n"
+"1\n"
+"help.text"
+msgid "%PRODUCTNAME Math Options"
+msgstr "%PRODUCTNAME-এর গণিত অপশন"
+
+#: 01090000.xhp
+msgctxt ""
+"01090000.xhp\n"
+"par_id3166460\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"druckentext\"><ahelp hid=\".uno:SmEditOptions\">Defines the print format and print options for all new formula documents. These options apply when you print a formula directly from <item type=\"productname\">%PRODUCTNAME</item> Math.</ahelp></variable> You can also call the dialog by clicking the <emph>Options</emph> button in the <emph>Print</emph> dialog. The settings you define in the <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline></emph> dialog will be permanent settings, whereas the settings in the Print dialog are only valid for the current document."
+msgstr ""
+
+#: 01090000.xhp
+msgctxt ""
+"01090000.xhp\n"
+"hd_id3154143\n"
+"3\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01090100.xhp\" name=\"Options\">Options</link>"
+msgstr "<link href=\"text/shared/optionen/01090100.xhp\" name=\"Options\">অপশন</link>"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Accessibility"
+msgstr "সন্নিবেশগম্যতা"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"bm_id3159411\n"
+"help.text"
+msgid "<bookmark_value>disabled persons</bookmark_value><bookmark_value>text colors for better accessibility</bookmark_value><bookmark_value>animations; accessibility options</bookmark_value><bookmark_value>Help tips; hiding</bookmark_value><bookmark_value>high contrast mode</bookmark_value><bookmark_value>accessibility; options</bookmark_value><bookmark_value>options; accessibility</bookmark_value>"
+msgstr "<bookmark_value>disabled persons</bookmark_value><bookmark_value>text colors for better accessibility</bookmark_value><bookmark_value>animations; accessibility options</bookmark_value><bookmark_value>Help tips; hiding</bookmark_value><bookmark_value>high contrast mode</bookmark_value><bookmark_value>accessibility; options</bookmark_value><bookmark_value>options; accessibility</bookmark_value>"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3159411\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01013000.xhp\" name=\"Accessibility\">Accessibility</link>"
+msgstr "<link href=\"text/shared/optionen/01013000.xhp\" name=\"Accessibility\">সন্নিবেশগম্যতা</link>"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3149827\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sets options that make <item type=\"productname\">%PRODUCTNAME</item> programs more accessible for users with reduced sight, limited dexterity or other disabilities.</ahelp>"
+msgstr "<ahelp hid=\".\">অপশন স্থির করে যা <item type=\"productname\">%PRODUCTNAME</item> পোগ্রামটি কম দৃষ্টিশক্তি সম্পন্ন, সীমিত দক্ষতা সম্পন্ন অথবা অন্যান্য অক্ষমতা সম্পন্ন ব্যবহারকারীর জন্য অধিকতর সহজ করে।</ahelp>"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3166460\n"
+"9\n"
+"help.text"
+msgid "Miscellaneous options"
+msgstr "বিবিধ অপশন"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3152996\n"
+"10\n"
+"help.text"
+msgid "Sets accessibility options."
+msgstr "সন্নিবেশগম্যতার অপশন নির্ধারণ করুন"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3154750\n"
+"23\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\"></caseinline><defaultinline>Support assistive technology tools (program restart required)</defaultinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\"></caseinline><defaultinline>সহায়ক প্রযুক্তি টুল সমর্থন করুন (প্রোগ্রাম পুনঃশুরু করা প্রয়োজন)</defaultinline></switchinline>"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3155628\n"
+"24\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\"></caseinline><defaultinline><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_ACCESSIBILITY_TOOL\">Allows you to use assistive tools, such as external screen readers, Braille devices or speech recognition input devices. The Java Runtime Environment must be installed on your computer before you can enable assistive support.</ahelp></defaultinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\"></caseinline><defaultinline><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_ACCESSIBILITY_TOOL\">আপনাকে সহায়ক টুল ব্যবহারের অনুমতি দেয়, যেমন বাহ্যিক পর্দা পাঠ, ব্রেইলী ডিভাইস অথবা কথা শনাক্তরণ ইনপুট ডিভাইস। সহায়ক সহায়তা সক্রিয় করার পূর্বে আপনার কম্পিউটারে অবশ্যই Java Runtime Environment সংস্থাপন করতে হবে।</ahelp></defaultinline></switchinline>"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3154047\n"
+"27\n"
+"help.text"
+msgid "Use text selection cursor in read-only text document"
+msgstr "শুধুমাত্র পাঠযোগ্য পাঠ নথিতে পাঠ নির্বাচন কার্সার ব্যবহার করুন"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3149164\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_TEXTSELECTION\">Displays cursor in read-only documents.</ahelp>"
+msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_TEXTSELECTION\">শুধুমাত্র পাঠযোগ্য নথিতে কার্সার প্রদর্শন করে।</ahelp>"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3147531\n"
+"15\n"
+"help.text"
+msgid "Allow animated graphics"
+msgstr "অ্যানিমেশনকৃত গ্রাফিক্স অনুমোদন করুন"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3145069\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_ANIMATED_GRAPHICS\">Previews animated graphics, such as GIF images, in <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
+msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_ANIMATED_GRAPHICS\">GIF চিত্রের মতো অ্যানিমেশনকৃত গ্রাফিক্স <item type=\"productname\">%PRODUCTNAME</item>এ প্রাকদর্শন করে।</ahelp>"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3147264\n"
+"17\n"
+"help.text"
+msgid "Allow animated text"
+msgstr "অ্যানিমেশনকৃত পাঠ অনুমোদন করুন"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3149656\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_ANIMATED_TEXTS\">Previews animated text, such as blinking and scrolling, in <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
+msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_ANIMATED_TEXTS\">মিট মিটকরণ এবং স্ক্রলিং এর মতো অ্যানিমেশনকৃত পাঠ <item type=\"productname\">%PRODUCTNAME</item>এ প্রাকদর্শন করে।</ahelp>"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3153381\n"
+"11\n"
+"help.text"
+msgid "Help tips disappear after"
+msgstr "এর পরে সহায়তা পরামর্শ অনুপস্থিত থাকে"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3150868\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_TIPHELP\">Hides the <link href=\"text/shared/main0108.xhp\" name=\"Help tips\">Help tips</link> after the number of seconds that you enter.</ahelp> Otherwise, Help tips are displayed until you press Escape or move the cursor."
+msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_TIPHELP\">আপনার সন্নিবেশকৃত সেকেন্ডের পরে <link href=\"text/shared/main0108.xhp\" name=\"Help tips\">সহায়তা পরামর্শ</link> লুকিয়ে রাখে।</ahelp> অন্যথায়, সহায়তা পরামর্শ প্রদর্শিত হয় যতক্ষণ পর্যন্ত না আপনি Escape চাপেন বা কার্সার সরান।"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3151043\n"
+"13\n"
+"help.text"
+msgid "Seconds"
+msgstr "সেকেন্ড"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3148672\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_NUMERICFIELD_RID_SVXPAGE_ACCESSIBILITYCONFIG_NF_TIPHELP\">Enter the number of seconds to display the Help tips.</ahelp>"
+msgstr "<ahelp hid=\"SVX_NUMERICFIELD_RID_SVXPAGE_ACCESSIBILITYCONFIG_NF_TIPHELP\">সহায়তা পরামর্শ প্রদর্শন করতে সেকেন্ডের পরিমাণ সন্নিবেশ করান।</ahelp>"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3149809\n"
+"3\n"
+"help.text"
+msgid "Options for high contrast appearance"
+msgstr "উচ্চ বৈসাদৃশ্য উপস্থিতির জন্য অপশন"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3153106\n"
+"4\n"
+"help.text"
+msgid "High contrast is an operating system setting that changes the system color scheme to improve readability. You can decide how <item type=\"productname\">%PRODUCTNAME</item> uses the high contrast settings of the operating system."
+msgstr "উচ্চ বৈসাদৃশ্য অপারেটিং সিস্টেমের এমন একটি সেটিং যা পাঠযোগ্যতার উন্নতি করতে সিস্টেমের রং বিন্যাস পরিবর্তন করে. <item type=\"productname\">%PRODUCTNAME</item> কিভাবে অপারেটিং সিস্টেমের উচ্চ বৈসাদৃশ্য বিনসেটিংযবহার করে তা আপনি নির্ধারণ করতে পারেন।"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3125863\n"
+"31\n"
+"help.text"
+msgid "Cell borders and shadows are always shown in text color when high contrast mode is active. The cell background color is ignored then."
+msgstr "কক্ষের সীমানা এবং ছায়া সর্বদা পাঠ রং-এ প্রদর্শিত হয় যখন উচ্চ বৈসাদৃশ্য মোড সক্রিয় থাকে। কক্ষের পটভূমি রং তখন উপেক্ষা করা হয়।"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3155132\n"
+"29\n"
+"help.text"
+msgid "Automatically detect high contrast mode of operating system"
+msgstr "স্বয়ংক্রিয়ভাবে অপারেটিং সিস্টেমের উচ্চ বৈসাদৃশ্য মোড শনাক্ত করে"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3153768\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_AUTO_DETECT_HC\">Switches <item type=\"productname\">%PRODUCTNAME</item> into high contrast mode when the system background color is very dark.</ahelp>"
+msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_AUTO_DETECT_HC\">সিস্টেমের পটভূমি রং যখন খুবই অন্ধাকার তখন <item type=\"productname\">%PRODUCTNAME</item> কে উচ্চ বৈসাদৃশ্য মোডে পরিবর্তন করে।</ahelp>"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3154918\n"
+"19\n"
+"help.text"
+msgid "Use automatic font color for screen display"
+msgstr "পর্দার প্রদর্শনের জন্য ফন্ট রং ব্যবহার করুন"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3146984\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_AUTOMATIC_FONT_COLOR\">Displays fonts in <item type=\"productname\">%PRODUCTNAME</item> using the system color settings. This option only affects the screen display.</ahelp>"
+msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_AUTOMATIC_FONT_COLOR\">সিস্টেমের রং সেটিং ব্যবহার করে <item type=\"productname\">%PRODUCTNAME</item> এ ফন্ট প্রদর্শন করে। এই অপশনটি শুধুমাত্র পর্দার প্রদর্শনকে প্রভাবিত করে।</ahelp>"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"hd_id3153091\n"
+"7\n"
+"help.text"
+msgid "Use system colors for page previews"
+msgstr "পৃষ্ঠার প্রাকদর্শনের জন্য সিস্টেম রং ব্যবহার করুন"
+
+#: 01013000.xhp
+msgctxt ""
+"01013000.xhp\n"
+"par_id3146923\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_PAGE_PREVIEWS\">Applies the high contrast settings of the operating system to page previews.</ahelp>"
+msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_PAGE_PREVIEWS\">পৃষ্ঠার প্রাকদর্শনে অপারেটিং সিস্টেমের উচ্চ বৈসাদৃশ্য সেটিং প্রয়োগ করে।</ahelp>"
+
+#: 01030000.xhp
+msgctxt ""
+"01030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Internet options"
+msgstr "ইন্টারনেট অপশন"
+
+#: 01030000.xhp
+msgctxt ""
+"01030000.xhp\n"
+"hd_id3154926\n"
+"1\n"
+"help.text"
+msgid "Internet options"
+msgstr "ইন্টারনেট অপশন"
+
+#: 01030000.xhp
+msgctxt ""
+"01030000.xhp\n"
+"par_id3154894\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"laden\"><ahelp hid=\".\">Specifies Internet settings.</ahelp></variable>"
+msgstr "<variable id=\"laden\"><ahelp hid=\".\">ইন্টারনেট সেটিং সুনির্দিষ্ট করে।</ahelp></variable>"
+
+#: 01060000.xhp
+msgctxt ""
+"01060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Spreadsheet Options"
+msgstr "স্প্রেডশীট অপশন"
+
+#: 01060000.xhp
+msgctxt ""
+"01060000.xhp\n"
+"hd_id3156414\n"
+"1\n"
+"help.text"
+msgid "%PRODUCTNAME Calc Options"
+msgstr "%PRODUCTNAME Calc অপশন"
+
+#: 01060000.xhp
+msgctxt ""
+"01060000.xhp\n"
+"par_id3145345\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"allgemein\"><ahelp hid=\".uno:ToolsOptions\">Defines various settings for spreadsheets, contents to be displayed, and the cursor direction after a cell entry. You can also define sorting lists, determine the number of decimal places and the settings for recording and highlighting changes. </ahelp></variable>"
+msgstr "<variable id=\"allgemein\"><ahelp hid=\".uno:ToolsOptions\">স্প্রেডশীট, প্রদর্শন করবে এমন বিষয়বস্তু, এবং ঘর এন্ট্রির পর কার্সরের গতিপথের জন্য বিবিধ সেটিং নির্ধারণ করে। আপনি ক্রমসজ্জিতকরণ তালিকাও নির্ধারণ করতে পারেন, দশমিক স্থানের সংখ্যা এবং পরিবর্তন রেকর্ড ও প্রনির্দেশকরণের জন্য সেটিংও নিরূপণ করতে পারেন। </ahelp></variable>"
+
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit Paths"
+msgstr "পাথ সম্পাদনা করুন"
+
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"hd_id3150772\n"
+"1\n"
+"help.text"
+msgid "Edit Paths"
+msgstr "পাথ সম্পাদনা করুন"
+
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"par_id3149762\n"
+"2\n"
+"help.text"
+msgid "In the <emph>Edit Paths </emph>dialog, you can select some folders that are available in $[officename]."
+msgstr "<emph>পাথ সম্পাদনা করুন </emph>ডায়ালগে, আপনি এমন কিছু ফোল্ডার নির্বাচন করতে পারেন যা $[officename] তে বিদ্যমান থাকে।"
+
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"hd_id3147559\n"
+"3\n"
+"help.text"
+msgid "Paths"
+msgstr "পাথ"
+
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"par_id3153524\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:LISTBOX:RID_SVXDLG_MULTIPATH:LB_MULTIPATH\">Contains a list of the paths that have already been added. Mark the default path for new files.</ahelp>"
+msgstr "<ahelp hid=\"SVX:LISTBOX:RID_SVXDLG_MULTIPATH:LB_MULTIPATH\">ইতোমধ্যে সংযুক্ত করা হয়েছে এমন পাথের তালিকা ধারণ করে। নতুন ফাইলের জন্য পূর্বনির্ধারিত পাথ চিহ্নিত করুন।</ahelp>"
+
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"hd_id3148798\n"
+"5\n"
+"help.text"
+msgid "Add"
+msgstr "যোগ করুন"
+
+#: 01010301.xhp
+msgctxt ""
+"01010301.xhp\n"
+"par_id3153106\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_MULTIPATH:BTN_ADD_MULTIPATH\">Opens the <emph>Select Path</emph> dialog to select another folder or the <emph>Open</emph> dialog to select another file.</ahelp>"
+msgstr "<ahelp hid=\"SVX:PUSHBUTTON:RID_SVXDLG_MULTIPATH:BTN_ADD_MULTIPATH\">অন্য ফোল্ডার নির্বাচন করতে <emph>পাথ নির্বাচন করুন</emph> ডায়ালগ অথবা অন্য ফাইল নির্বাচন করতে <emph>খুলুন</emph> ডায়ালগ খোলা হয়।</ahelp>"
+
+#: viewcertificate_c.xhp
+msgctxt ""
+"viewcertificate_c.xhp\n"
+"tit\n"
+"help.text"
+msgid "Certificate Path"
+msgstr "প্রত্যয়ন পত্রের পাথ"
+
+#: viewcertificate_c.xhp
+msgctxt ""
+"viewcertificate_c.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "<variable id=\"certificatepath\"><link href=\"text/shared/optionen/viewcertificate_c.xhp\">Certificate Path</link></variable>"
+msgstr "<variable id=\"certificatepath\"><link href=\"text/shared/optionen/viewcertificate_c.xhp\">প্রত্যয়ন পত্রের পাথ</link></variable>"
+
+#: viewcertificate_c.xhp
+msgctxt ""
+"viewcertificate_c.xhp\n"
+"par_idN1056B\n"
+"help.text"
+msgid "<ahelp hid=\".\">The Certificate Path page of the <link href=\"text/shared/optionen/viewcertificate.xhp\">View Certificate</link> dialog displays the location and the status of the certificate.</ahelp>"
+msgstr "<ahelp hid=\".\"> <link href=\"text/shared/optionen/viewcertificate.xhp\">প্রত্যয়ন পত্র প্রদর্শন</link> ডায়ালগের \"প্রত্যয়ন পত্র\" পাথের পৃষ্ঠা প্রত্যয়ন পত্রের অবস্থান এবং অবস্থা প্রদর্শন করে।</ahelp>"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Paths"
+msgstr "পাথ"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"bm_id3149514\n"
+"help.text"
+msgid "<bookmark_value>paths; defaults</bookmark_value><bookmark_value>variables; for paths</bookmark_value><bookmark_value>directories;directory structure</bookmark_value><bookmark_value>files and folders in $[officename]</bookmark_value>"
+msgstr "<bookmark_value>paths; defaults</bookmark_value><bookmark_value>variables; for paths</bookmark_value><bookmark_value>directories;directory structure</bookmark_value><bookmark_value>files and folders in $[officename]</bookmark_value>"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"hd_id3149514\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010300.xhp\" name=\"Paths\">Paths</link>"
+msgstr "<link href=\"text/shared/optionen/01010300.xhp\" name=\"Paths\">পাথ</link>"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3151384\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OPTIONS_PATH\">This section contains the default paths to important folders in $[officename]. These paths can be edited by the user.</ahelp>"
+msgstr "<ahelp hid=\"HID_OPTIONS_PATH\">এই অংশটি $[officename] এর গুরুত্বপূর্ণ ফোল্ডারের পূর্বনির্ধারিত পাথ ধারণ করে। এই পাথসমূহ ব্যবহারকারী দ্বারা সম্পাদনা করা যেতে পারে।</ahelp>"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"hd_id3149810\n"
+"13\n"
+"help.text"
+msgid "Paths used by %PRODUCTNAME"
+msgstr "%PRODUCTNAME দ্বারা ব্যবহৃত পাথ"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3154923\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OPTPATH_CTL_PATH\">To modify an entry in this list, click the entry and click <emph>Edit</emph>. You can also double click the entry.</ahelp>"
+msgstr "<ahelp hid=\"HID_OPTPATH_CTL_PATH\">এই তালিকার একটি এন্ট্রি পরিবর্তন করতে, এন্টিতে ক্লিক করে <emph>সম্পাদনা</emph>ক্লিক করুন। আপনি এন্ট্রিতে ডাবল ক্লিকও করতে পারেন।</ahelp>"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"hd_id3151210\n"
+"160\n"
+"help.text"
+msgid "Default"
+msgstr "পূর্বনির্ধারিত"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3153968\n"
+"161\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SFXPAGE_PATH:BTN_STANDARD\">The<emph> Default </emph>button resets the predefined paths for all selected entries.</ahelp>"
+msgstr "<ahelp hid=\"SVX:PUSHBUTTON:RID_SFXPAGE_PATH:BTN_STANDARD\"> <emph> পূর্বনির্ধারিত </emph>বোতাম সকল নির্বাচিত এন্ট্রির জন্য পূর্বনির্ধারিত পাথ পুনর্বিন্যাস করা হয়।</ahelp>"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"hd_id3147229\n"
+"6\n"
+"help.text"
+msgid "Edit"
+msgstr "সম্পাদনা করুন"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3151177\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:PUSHBUTTON:RID_SFXPAGE_PATH:BTN_PATH\">Click to display the <emph>Select Path</emph> or <emph>Edit Paths</emph> dialog.</ahelp>"
+msgstr "<ahelp hid=\"SVX:PUSHBUTTON:RID_SFXPAGE_PATH:BTN_PATH\"><emph>নির্বাচন পাথ</emph> অথবা <emph>সম্পাদনা পাথ</emph> এর ডায়ালগ প্রদর্শন করতে ক্লিক করুন।</ahelp>"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3153193\n"
+"162\n"
+"help.text"
+msgid "You can change the sequence of entries by clicking the bar in the <emph>Type</emph> column. The column width can be changed by moving the separator between the columns with the mouse."
+msgstr "আপনি <emph>ধরন</emph> কলামের বারে ক্লিক করার মাধ্যমে এন্ট্রির ক্রম পরিবর্তন করতে পারেন। মাউস দ্বারা কলামের মধ্যবর্তী বিভাজক সরিয়ে নেয়ার মাধ্যমে কলামের প্রস্থ পরিবর্তন করতে পারেন।"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3150439\n"
+"190\n"
+"help.text"
+msgid "In the following list of paths, the paths for the shared folders in the directory where %PRODUCTNAME is installed, are not shown. The user data for each user is stored in the {user} directory, which is located in the user's <switchinline select=\"sys\"><caseinline select=\"UNIX\">home</caseinline><defaultinline>Documents and Settings</defaultinline></switchinline> directory."
+msgstr "নিম্নে উল্লিখিত পাথসমূহের তালিকায়, %PRODUCTNAME যে ডিরেক্টরিতে ইনস্টল করা হয়েছে তার শেয়ারকৃত ফোল্ডারের পাথসমূহ, প্রদর্শন করা হয়নি। প্রতিটি ব্যবহারকারীর জন্য ব্যবহারকারী ডাটা {ব্যবহারকারী} ডিরেক্টরিতে সংরক্ষণ করা হয়, যা ব্যবহারকারীর <switchinline select=\"sys\"><caseinline select=\"UNIX\">হোম</caseinline><defaultinline>নথি ও সেটিংসমূহ</defaultinline></switchinline> ডিরেক্টরিতে অবস্থিত।"
+
+#: 01010300.xhp
+#, fuzzy
+msgctxt ""
+"01010300.xhp\n"
+"par_id3149260\n"
+"14\n"
+"help.text"
+msgid "Type"
+msgstr "ধরন"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3146974\n"
+"15\n"
+"help.text"
+msgid "Path"
+msgstr "পাথ"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3152938\n"
+"16\n"
+"help.text"
+msgid "Description"
+msgstr "বর্ণনা"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3151073\n"
+"23\n"
+"help.text"
+msgid "My Documents"
+msgstr "আমার নথি"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3149400\n"
+"175\n"
+"help.text"
+msgid "Default document folder of your system"
+msgstr "আপনার পদ্ধতির পূর্বনির্ধারিত নথির ফোল্ডার"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3153418\n"
+"25\n"
+"help.text"
+msgid "You can see this folder when you first call the <emph>Open</emph> or <emph>Save</emph> dialog."
+msgstr "আপনি যখন প্রথমে <emph>খুলুন</emph> অথবা <emph>সংরক্ষণ</emph> ডায়ালগ কল করেন তখন আপনি এই ফোল্ডারটি দেখতে পারেন।"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id8316599\n"
+"help.text"
+msgid "AutoCorrect"
+msgstr "স্বয়ংক্রিয় সংশোধন"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3753776\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/autocorr</caseinline><defaultinline>{user}\\user\\autocorr</defaultinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/autocorr</caseinline><defaultinline>{user}\\\\user\\\\autocorr</defaultinline></switchinline>"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id5284279\n"
+"help.text"
+msgid "This folder stores your own AutoCorrect texts."
+msgstr "এই ফোল্ডার আপনার নিজস্ব স্বয়ংক্রিয় সংশোধন পাঠ সংরক্ষণ করে।"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id4494766\n"
+"help.text"
+msgid "AutoText"
+msgstr "স্বয়ংক্রিয় লেখা"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id7858516\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/autotext</caseinline><defaultinline>{user}\\user\\autotext</defaultinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/autotext</caseinline><defaultinline>{user}\\\\user\\\\autotext</defaultinline></switchinline>"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id973540\n"
+"help.text"
+msgid "This folder stores your own AutoText texts."
+msgstr "এই ফোল্ডারটিতে আপনার নিজস্ব স্বয়ংক্রিয় লেখার লেখা সংরক্ষণ করা হয়।"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3154493\n"
+"68\n"
+"help.text"
+msgid "Gallery"
+msgstr "গ্যালারি"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3154484\n"
+"69\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/gallery</caseinline><defaultinline>{user}\\user\\gallery</defaultinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/gallery</caseinline><defaultinline>{user}\\\\user\\\\gallery</defaultinline></switchinline>"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3156289\n"
+"70\n"
+"help.text"
+msgid "New Gallery themes are stored in this folder."
+msgstr "এই ফোল্ডারে নতুন গ্যালারির থীম সংরক্ষণ করা হয়েছে।"
+
+#: 01010300.xhp
+#, fuzzy
+msgctxt ""
+"01010300.xhp\n"
+"par_id3151333\n"
+"26\n"
+"help.text"
+msgid "Graphics"
+msgstr "গ্রাফিক্স"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3152890\n"
+"27\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/gallery</caseinline><defaultinline>{user}\\user\\gallery</defaultinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/gallery</caseinline><defaultinline>{user}\\\\user\\\\gallery</defaultinline></switchinline>"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3148597\n"
+"28\n"
+"help.text"
+msgid "This folder is displayed when you first call the dialog for opening or saving a graphic object."
+msgstr "আপনি গ্রাফিক বস্তু খোলার অথবা সংরক্ষণের জন্য প্রথমে যখন ডায়ালগটি কল করেন তখন এই ফোল্ডারটি প্রদর্শিত হয়।"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3146891\n"
+"41\n"
+"help.text"
+msgid "Backups"
+msgstr "ব্যাকআপ"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3154915\n"
+"42\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/backup</caseinline><defaultinline>{user}\\user\\backup</defaultinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/backup</caseinline><defaultinline>{user}\\\\user\\\\backup</defaultinline></switchinline>"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3154603\n"
+"43\n"
+"help.text"
+msgid "Automatic backup copies of documents are stored here."
+msgstr "নথির স্বয়ংক্রিয় ব্যাকআপ কপি এখানে সংরক্ষণ করা হয়েছে।"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id4680928\n"
+"help.text"
+msgid "Templates"
+msgstr "ফর্মা"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id9014252\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/template</caseinline><defaultinline>{user}\\user\\template</defaultinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/template</caseinline><defaultinline>{user}\\\\user\\\\template</defaultinline></switchinline>"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id6011841\n"
+"help.text"
+msgid "In this folder you can store your own templates."
+msgstr "এই ফোল্ডারে আপনি আপনার নিজস্ব ফর্মা সংরক্ষণ করতে পারেন।"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3154606\n"
+"195\n"
+"help.text"
+msgid "Temporary files"
+msgstr "অস্থায়ী ফাইল"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3149343\n"
+"196\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/temp</caseinline><defaultinline>{user}\\user\\temp</defaultinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/temp</caseinline><defaultinline>{user}\\\\user\\\\temp</defaultinline></switchinline>"
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3154650\n"
+"197\n"
+"help.text"
+msgid "This is where $[officename] puts its temporary files."
+msgstr "এটা এমন জায়গা যেখানে $[officename] এটার অস্থায়ী ফাইল রাখা হয়।"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"tit\n"
+"help.text"
+msgid "Online Update"
+msgstr "অনলাইন হালনাগাদ"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"bm_id7657094\n"
+"help.text"
+msgid "<bookmark_value>update options</bookmark_value> <bookmark_value>online update options</bookmark_value> <bookmark_value>options;online update</bookmark_value> <bookmark_value>online updates; checking automatically</bookmark_value> <bookmark_value>updates; checking automatically</bookmark_value> <bookmark_value>Internet; checking for updates</bookmark_value>"
+msgstr "<bookmark_value>update options</bookmark_value> <bookmark_value>online update options</bookmark_value> <bookmark_value>options;online update</bookmark_value> <bookmark_value>online updates; checking automatically</bookmark_value> <bookmark_value>updates; checking automatically</bookmark_value> <bookmark_value>Internet; checking for updates</bookmark_value>"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id29297\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/online_update.xhp\">Online Update</link>"
+msgstr "<link href=\"text/shared/optionen/online_update.xhp\">অনলাইন হালনাগাদ</link>"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id8754844\n"
+"help.text"
+msgid "Specifies some options for the automatic notification and downloading of online updates to %PRODUCTNAME."
+msgstr "স্বয়ংক্রিয় প্রজ্ঞাপনের জন্য এবং %PRODUCTNAME এ অনলাইন হালনাগাদ ডাউনলোডকরণের জন্য কিছু অপশন সুনির্দিষ্ট করে।"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id2189397\n"
+"help.text"
+msgid "Check for updates automatically"
+msgstr "স্বয়ংক্রিয়ভাবে হালনাগাদ করতে পরীক্ষা করুন"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id7523728\n"
+"help.text"
+msgid "<ahelp hid=\".\">Mark to check for online updates periodically, then select the time interval how often %PRODUCTNAME will check for online updates.</ahelp> %PRODUCTNAME will check once a day, week, or month, as soon as a working Internet connection is detected. If you connect to the Internet by a proxy server, set the proxy on <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Internet - Proxy</item>."
+msgstr ""
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id8994109\n"
+"help.text"
+msgid "When an update is available, an icon in the menu bar displays some explaining text. Click the icon to proceed."
+msgstr "যখন একটি হালনাগাদ সহজলভ্য হয়, তালিকা বারের একটি আইকন কিছু ব্যাখামূলক পাঠ প্রদর্শন করে। অগ্রগামী করতে আইকনে ক্লিক করুন।"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id476699\n"
+"help.text"
+msgid "If you disable the check, the icon is removed from the menu bar."
+msgstr "আপনি যদি পরীক্ষণ নিষ্ক্রিয় করেন, তালিকা বার হতে আইকনটি অপসারিত হয়।"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id4057130\n"
+"help.text"
+msgid "Online Update is a module that can be selected or deselected to be installed. Choose the customized installation in the Setup of %PRODUCTNAME."
+msgstr "অনলাইন হালনাগাদ হলো একটি মডিউল যা সংস্থাপন করার সময় নির্বাচন বা অনির্বাচন করা যায়। %PRODUCTNAME এর বিন্যাসকরণে পছন্দসই সংস্থাপন পছন্দ করুন।"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id266426\n"
+"help.text"
+msgid "Every Day"
+msgstr "প্রত্যেক দিন"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id3031098\n"
+"help.text"
+msgid "<ahelp hid=\".\">A check will be performed once a day.</ahelp>"
+msgstr "<ahelp hid=\".\">প্রতি দিনে একবার একটি পরীক্ষণ সম্পাদিত হবে।</ahelp>"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id8276619\n"
+"help.text"
+msgid "Every Week"
+msgstr "প্রত্যেক সপ্তাহ"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id7824030\n"
+"help.text"
+msgid "<ahelp hid=\".\">A check will be performed once a week. This is the default setting.</ahelp>"
+msgstr "<ahelp hid=\".\">প্রতি সপ্তাহে একবার একটি পরীক্ষণ সম্পাদিত হবে। এটা পূর্বনির্ধারিত সেটিং।</ahelp>"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id7534104\n"
+"help.text"
+msgid "Every Month"
+msgstr "প্রত্যেক মাস"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id209051\n"
+"help.text"
+msgid "<ahelp hid=\".\">A check will be performed once a month.</ahelp>"
+msgstr "<ahelp hid=\".\">প্রতি মাসে একবার একটি পরীক্ষণ সম্পাদিত হবে।</ahelp>"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id1418805\n"
+"help.text"
+msgid "Check now"
+msgstr "এখন পরীক্ষণ করুন"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id1743522\n"
+"help.text"
+msgid "<ahelp hid=\".\">A check will be performed now.</ahelp>"
+msgstr "<ahelp hid=\".\">এখন একটি পরীক্ষণ সম্পাদিত হবে।</ahelp>"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id5994140\n"
+"help.text"
+msgid "Download updates automatically"
+msgstr "স্বয়ংক্রিয়ভাবে হালনাগাদ ডাউনলোড করুন"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id7870113\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select to download an available online update file automatically to the specified folder.</ahelp>"
+msgstr "<ahelp hid=\".\">সুনির্দিষ্ট ফোল্ডারে স্বয়ংক্রিয়ভাবে একটি সহজলভ্য অনলাইন হালনাগাদ ফাইল ডাউনলোড করতে নির্বাচন করুন।</ahelp>"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id3051545\n"
+"help.text"
+msgid "Download destination"
+msgstr "গন্তব্য ডাউনলোড করুন"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id3061311\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays the selected folder to store the downloaded files.</ahelp>"
+msgstr "<ahelp hid=\".\">ডাউনলোডকৃত ফাইল মজুদ করতে নির্বাচিত ফোল্ডার প্রদর্শন করে।</ahelp>"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"hd_id4814905\n"
+"help.text"
+msgid "Change"
+msgstr "পরিবর্তন করুন"
+
+#: online_update.xhp
+msgctxt ""
+"online_update.xhp\n"
+"par_id2143925\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to show a dialog box where you can select another folder.</ahelp>"
+msgstr "<ahelp hid=\".\">আপনি যেখানে অন্য একটি ফোল্ডার নির্বাচন করতে পারেন সেখানে একরি ডায়ালগ বাক্স প্রদর্শন করতে ক্লিক করুন।</ahelp>"
+
+#: macrosecurity.xhp
+msgctxt ""
+"macrosecurity.xhp\n"
+"tit\n"
+"help.text"
+msgid "Macro Security"
+msgstr "ম্যাক্রো নিরাপত্তা"
+
+#: macrosecurity.xhp
+msgctxt ""
+"macrosecurity.xhp\n"
+"par_idN1054C\n"
+"help.text"
+msgid "<variable id=\"macrosecurity\"><link href=\"text/shared/optionen/macrosecurity.xhp\">Macro Security</link></variable>"
+msgstr "<variable id=\"macrosecurity\"><link href=\"text/shared/optionen/macrosecurity.xhp\">ম্যাক্রো নিরাপত্তা</link></variable>"
+
+#: macrosecurity.xhp
+msgctxt ""
+"macrosecurity.xhp\n"
+"par_idN1056A\n"
+"help.text"
+msgid "The Macro Security dialog appears when a document contains one or more macros. You can also call the dialog from the <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01030300.xhp\">%PRODUCTNAME - Security</link></emph> page."
+msgstr ""
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"tit\n"
+"help.text"
+msgid "Server Authentication"
+msgstr "সার্ভার প্রমাণীকরণ"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN1053E\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/serverauthentication.xhp\">Server Authentication</link>"
+msgstr "<link href=\"text/shared/optionen/serverauthentication.xhp\">সার্ভার প্রমাণীকরণ</link>"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN1054E\n"
+"help.text"
+msgid "On the <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/mailmerge.xhp\">%PRODUCTNAME Writer - Mail Merge E-mail</link> tab page, click the <emph>Server Authentication</emph> button to specify the server security settings."
+msgstr ""
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10563\n"
+"help.text"
+msgid "The outgoing mail server (SMTP) requires authentication"
+msgstr "বহির্গামী মেইল সার্ভারের (SMTP) প্রমাণীকরণ প্রয়োজন হয়"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN105BE\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enables the authentication that is required to send e-mail by SMTP.</ahelp>"
+msgstr "<ahelp hid=\".\">SMTP দ্বারা ই-মেইল করতে যে প্রমাণীকরণ প্রয়োজন হয় তা সক্রিয় করে।</ahelp>"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN105CD\n"
+"help.text"
+msgid "The outgoing mail server (SMTP) requires separate authentication"
+msgstr "বহির্গামী মেইল সার্ভারের (SMTP) পৃথক প্রমাণীকরণ প্রয়োজন হয়।"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN105D2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select if your SMTP server requires a user name and password.</ahelp>"
+msgstr "<ahelp hid=\".\">আপনার SMTP সার্ভারের যদি ব্যবহারকারীর নাম এবং পাসওয়ার্ড প্রয়োজন হয় তবে নির্বাচন করুন।</ahelp>"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN105E5\n"
+"help.text"
+msgid "User name"
+msgstr "ব্যবহারকারীর নাম"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN105EA\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the user name for the SMTP server.</ahelp>"
+msgstr "<ahelp hid=\".\">SMTP সার্ভারের জন্য ব্যবহারকারীর নাম সন্নিবেশ করান।</ahelp>"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN105FD\n"
+"help.text"
+msgid "Password"
+msgstr "পাসওয়ার্ড"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10602\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the password for the user name.</ahelp>"
+msgstr "<ahelp hid=\".\">ব্যবহারকারীর নামের জন্য পাসওয়ার্ড সন্নিবেশ করান।</ahelp>"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10615\n"
+"help.text"
+msgid "The outgoing mail server uses the same authentication as the incoming mail server."
+msgstr "বহির্গামী মেইল সার্ভার অন্তর্গামী মেইল সার্ভারের মতো একই প্রমাণীকরণ ব্যবহার করে।"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN1061A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select if you are required to first read your e-mail before you can send e-mail.</ahelp> This method is also called \"SMTP after POP3\"."
+msgstr "<ahelp hid=\".\">আপনাকে যদি আপনার ই-মেইল প্রেরণ করার পূর্বে প্রথমে আপনার ই-মেইল পাঠ করার প্রয়োজন হয় তবে নির্বাচন করুন।</ahelp> এই প্রক্রিয়াকে \"SMTP পরবর্তী POP3\" ও বলা হয়।"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10629\n"
+"help.text"
+msgid "Server name"
+msgstr "সার্ভার নাম"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN1062C\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the server name of your POP 3 or IMAP mail server.</ahelp>"
+msgstr "<ahelp hid=\".\">আপনার POP 3 বা IMAP মেইল সার্ভারের সার্ভার নাম সন্নিবেশ করান।</ahelp>"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN1063B\n"
+"help.text"
+msgid "Port"
+msgstr "পোর্ট"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10640\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the port on the POP3 or IMAP server.</ahelp>"
+msgstr "<ahelp hid=\".\">POP3 বা IMAP সার্ভারে পোর্ট সন্নিবেশ করান।</ahelp>"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10653\n"
+"help.text"
+msgid "POP 3"
+msgstr "POP 3"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10658\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies that the incoming mail server uses POP 3.</ahelp>"
+msgstr "<ahelp hid=\".\">সুনির্দিষ্ট করুন যে আসন্ন মেইল সার্ভার POP 3 ব্যবহার করে।</ahelp>"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10667\n"
+"help.text"
+msgid "IMAP"
+msgstr "IMAP"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN1066A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies that the incoming mail server uses IMAP.</ahelp>"
+msgstr "<ahelp hid=\".\">সুনির্দিষ্ট করুন যে আসন্ন মেইল সার্ভার IMAP ব্যবহার করে।</ahelp>"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10679\n"
+"help.text"
+msgid "User name"
+msgstr "ব্যবহারকারীর নাম"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN1067E\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the user name for the IMAP server.</ahelp>"
+msgstr "<ahelp hid=\".\">IMAP সার্ভারের জন্য ব্যবহারকারীর নাম সন্নিবেশ করান।</ahelp>"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10691\n"
+"help.text"
+msgid "Password"
+msgstr "পাসওয়ার্ড"
+
+#: serverauthentication.xhp
+msgctxt ""
+"serverauthentication.xhp\n"
+"par_idN10696\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the password.</ahelp>"
+msgstr "<ahelp hid=\".\">পাসওয়ার্ড সন্নিবেশ করান।</ahelp>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Grid"
+msgstr "গ্রিড"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"bm_id3147226\n"
+"help.text"
+msgid "<bookmark_value>grids; defaults (Writer/Calc)</bookmark_value> <bookmark_value>defaults; grids (Writer/Calc)</bookmark_value> <bookmark_value>snap grid defaults (Writer/Calc)</bookmark_value>"
+msgstr "<bookmark_value>grids; defaults (Writer/Calc)</bookmark_value> <bookmark_value>defaults; grids (Writer/Calc)</bookmark_value> <bookmark_value>snap grid defaults (Writer/Calc)</bookmark_value>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3147226\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01050100.xhp\" name=\"Grid\">Grid</link>"
+msgstr "<link href=\"text/shared/optionen/01050100.xhp\" name=\"Grid\">গ্রিড</link>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3147088\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OPTIONS_GRID\">Specifies the settings for the configurable grid on your document pages. This grid helps you determine the exact position of your objects. You can also set this grid in line with the \"magnetic\" snap grid.</ahelp>"
+msgstr "<ahelp hid=\"HID_OPTIONS_GRID\">আপনার নথির পৃষ্ঠার উপর কনফিগার করার মত গ্রিডের জন্য বৈশিষ্ট্য উল্লেখ করা হয়। এই গ্রিডটি আপনার বিষয়ের সঠিক অবস্থান নির্ধারণ করতে সাহায্য করে। \"চৌম্বক\" স্নেপ গ্রিডের সাহায্যে এই গ্রিডটি আপনি একই সারিতে স্থির করতে পারেন।</ahelp>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3153749\n"
+"11\n"
+"help.text"
+msgid "Grid"
+msgstr "গ্রিড"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3145382\n"
+"5\n"
+"help.text"
+msgid "Snap to grid"
+msgstr "স্ন্যাপ থেকে গরদে"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3154897\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_USE_GRIDSNAP\">Specifies whether to move frames, drawing elements, and controls only between grid points.</ahelp> To change the status of the snap grip only for the current action, drag an object while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Control key</caseinline><defaultinline>Ctrl key</defaultinline></switchinline>."
+msgstr ""
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3153824\n"
+"7\n"
+"help.text"
+msgid "Visible grid"
+msgstr "দৃশ্যমান গ্রিড"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3149516\n"
+"8\n"
+"help.text"
+msgid "<variable id=\"rastersicht\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_GRID_VISIBLE\">Specifies whether to display the grid.</ahelp></variable>"
+msgstr "<variable id=\"rastersicht\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_GRID_VISIBLE\">গ্রিড প্রদর্শন করবে কিনা তা সুনির্দিষ্ট করে।</ahelp></variable>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3149294\n"
+"29\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"><variable id=\"rastertextdraw\">It is also possible to toggle the visibility of the grid with the <emph>Grid - Display Grid</emph> command in the context menu for the page. You can also select the <emph>Grid - Grid to Front</emph> submenu of this context menu to display the grid in front of objects.</variable></caseinline></switchinline>"
+msgstr ""
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3150791\n"
+"30\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><variable id=\"rastertext\">It is also possible to toggle the visibility of the grid with the <emph>Grid - Display Grid</emph> command in the context menu of the page. You can also select the <emph>Grid - Grid to Front</emph> submenu of this context menu to display the grid in front of objects.</variable></caseinline></switchinline>"
+msgstr ""
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3154684\n"
+"36\n"
+"help.text"
+msgid "Resolution"
+msgstr "রেজুলেশন"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3149203\n"
+"13\n"
+"help.text"
+msgid "Horizontal"
+msgstr "অনুভূমিক"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3153104\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_DRAW_X\">Defines the unit of measure for the spacing between grid points on the X-axis.</ahelp>"
+msgstr "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_DRAW_X\">X-অক্ষের উপর গ্রিড বিন্দুর মধ্যবর্তী ফাঁকাকরণের জন্য পরিমাপের একক নির্ধারণ করে।</ahelp>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3150447\n"
+"17\n"
+"help.text"
+msgid "Vertical"
+msgstr "উল্লম্ব"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3148923\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_GRID:MTR_FLD_DRAW_Y\">Defines the grid points spacing in the desired unit of measurement on the Y-axis.</ahelp>"
+msgstr "<ahelp hid=\"SVX:METRICFIELD:RID_SVXPAGE_GRID:MTR_FLD_DRAW_Y\">Y-অক্ষের উপর উদ্দিষ্ট পরিমাপক এককে গ্রিড বিন্দুর ফাঁকাকরণ নির্ধারণ করে।</ahelp>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3147228\n"
+"37\n"
+"help.text"
+msgid "Subdivision"
+msgstr "উপবিভাগ"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3153368\n"
+"15\n"
+"help.text"
+msgid "Horizontal"
+msgstr "অনুভূমিক"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3150439\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the number of intermediate spaces between grid points on the X-axis.</ahelp>"
+msgstr ""
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3147441\n"
+"19\n"
+"help.text"
+msgid "Vertical"
+msgstr "উল্লম্ব"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3154918\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specify the number of intermediate spaces between grid points on the Y-axis.</ahelp>"
+msgstr ""
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3149667\n"
+"9\n"
+"help.text"
+msgid "Synchronize axes"
+msgstr "সমকালীন অক্ষ"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3147350\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_GRID:CBX_SYNCHRONIZE\">Specifies whether to change the current grid settings symmetrically.</ahelp> The resolution and subdivision for the X and Y axes remain the same."
+msgstr "<ahelp hid=\"SVX:CHECKBOX:RID_SVXPAGE_GRID:CBX_SYNCHRONIZE\">বর্তমান গ্রিড সেটিং প্রতিসমরূপে পরিবর্তন করবে কিনা তা সুনির্দিষ্ট করে।</ahelp> X এবং Y অক্ষের জন্য রেজুলেশন এবং উপ-বিভাগ একই রকম থাকে।"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3146121\n"
+"31\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">There are additional commands on the context menu of a page:</caseinline><caseinline select=\"IMPRESS\">There are additional commands on the context menu of a page:</caseinline></switchinline>"
+msgstr ""
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3146984\n"
+"32\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Grid to Front</caseinline><caseinline select=\"IMPRESS\">Grid to Front</caseinline></switchinline>"
+msgstr ""
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3153573\n"
+"33\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Sets the visible grid in front of all objects.</caseinline><caseinline select=\"IMPRESS\">Sets the visible grid in front of all objects.</caseinline></switchinline>"
+msgstr ""
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id4122135\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the visible grid in front of all objects.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">সকল বস্তুর সামনে দৃশ্যমান গ্রিড নির্ধারণ করে।</ahelp>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"hd_id3149419\n"
+"34\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Snap Lines to Front</caseinline><caseinline select=\"IMPRESS\">Snap Lines to Front</caseinline></switchinline>"
+msgstr ""
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id3150592\n"
+"35\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Sets the snap lines in front of all objects.</caseinline><caseinline select=\"IMPRESS\">Sets the snap lines in front of all objects.</caseinline></switchinline>"
+msgstr ""
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id1251869\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the snap lines in front of all objects.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">সকল বস্তুর সামনে স্ন্যাপ রেখা নির্ধারণ করে।</ahelp>"
+
+#: 01050100.xhp
+msgctxt ""
+"01050100.xhp\n"
+"par_id984221\n"
+"help.text"
+msgid "Set the grid color on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - <link href=\"text/shared/optionen/01012000.xhp\">Appearance</link>."
+msgstr ""
+
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Load/Save options"
+msgstr "অপশন লোড/সক্রিয় করুন"
+
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3147291\n"
+"1\n"
+"help.text"
+msgid "Load/Save options"
+msgstr "অপশন লোড/সক্রিয় করুন"
+
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"par_id3146957\n"
+"2\n"
+"help.text"
+msgid "<variable id=\"laden\"><ahelp hid=\"\" visibility=\"visible\">Specifies general Load/Save settings. </ahelp></variable>"
+msgstr "<variable id=\"laden\"><ahelp hid=\"\" visibility=\"visible\">সাধারণ লোড/সক্রিয় সেটিং সুনির্দিষ্ট করে। </ahelp></variable>"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Formatting Aids"
+msgstr "বিন্যাসকরণ সহায়তা"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"bm_id3144510\n"
+"help.text"
+msgid "<bookmark_value>non-printing characters (Writer)</bookmark_value><bookmark_value>displaying; non-printing characters (Writer)</bookmark_value><bookmark_value>paragraph marks; displaying (Writer)</bookmark_value><bookmark_value>characters; displaying only on screen (Writer)</bookmark_value><bookmark_value>optional hyphens (Writer)</bookmark_value><bookmark_value>hyphens; displaying custom (Writer)</bookmark_value><bookmark_value>custom hyphens (Writer)</bookmark_value><bookmark_value>spaces; displaying (Writer)</bookmark_value><bookmark_value>spaces; showing protected spaces (Writer)</bookmark_value><bookmark_value>protected spaces; showing (Writer)</bookmark_value><bookmark_value>non-breaking spaces (Writer)</bookmark_value><bookmark_value>tab stops; displaying (Writer)</bookmark_value><bookmark_value>break display (Writer)</bookmark_value><bookmark_value>hidden text;showing (Writer)</bookmark_value><bookmark_value>hidden fields display (Writer)</bookmark_value><bookmark_value>paragraphs; hidden paragraphs (Writer)</bookmark_value><bookmark_value>cursor; allowing in protected areas (Writer)</bookmark_value>"
+msgstr "<bookmark_value>non-printing characters (Writer)</bookmark_value><bookmark_value>displaying; non-printing characters (Writer)</bookmark_value><bookmark_value>paragraph marks; displaying (Writer)</bookmark_value><bookmark_value>characters; displaying only on screen (Writer)</bookmark_value><bookmark_value>optional hyphens (Writer)</bookmark_value><bookmark_value>hyphens; displaying custom (Writer)</bookmark_value><bookmark_value>custom hyphens (Writer)</bookmark_value><bookmark_value>spaces; displaying (Writer)</bookmark_value><bookmark_value>spaces; showing protected spaces (Writer)</bookmark_value><bookmark_value>protected spaces; showing (Writer)</bookmark_value><bookmark_value>non-breaking spaces (Writer)</bookmark_value><bookmark_value>tab stops; displaying (Writer)</bookmark_value><bookmark_value>break display (Writer)</bookmark_value><bookmark_value>hidden text;showing (Writer)</bookmark_value><bookmark_value>hidden fields display (Writer)</bookmark_value><bookmark_value>paragraphs; hidden paragraphs (Writer)</bookmark_value><bookmark_value>cursor; allowing in protected areas (Writer)</bookmark_value>"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3154285\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01040600.xhp\" name=\"Formatting Aids\">Formatting Aids</link>"
+msgstr "<link href=\"text/shared/optionen/01040600.xhp\" name=\"Formatting Aids\">বিন্যাসকরণ সহায়তা</link>"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3155450\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OPTSHDWCRSR\">In $[officename] text and HTML documents, defines the display for certain characters and for the direct cursor.</ahelp>"
+msgstr "<ahelp hid=\"HID_OPTSHDWCRSR\">$[officename] এর পাঠে এবং HTML নথিতে, নিঃসন্দেহে বর্ণচিহ্নের জন্য এবং সরাসরি কার্সরের জন্য প্রদর্শন নির্ধারণ করে।</ahelp>"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3144510\n"
+"27\n"
+"help.text"
+msgid "Display of"
+msgstr "এর প্রদর্শন"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3156343\n"
+"28\n"
+"help.text"
+msgid "Defines which non-printing characters are visible on screen. Activate the <link href=\"text/swriter/01/03100000.xhp\" name=\"Non-printing Characters On/Off\"><emph>Non-printing Characters</emph></link> icon on the <emph>Standard</emph> bar. All characters that you have selected on the <emph>Formatting Aids</emph> tab page will be displayed."
+msgstr "নির্ধারণ করুন যে কোন অমুদ্রণীয় বর্ণচিহ্ন পর্দার উপর দর্শনীয়। <emph>আদর্শ</emph> বারের <link href=\"text/swriter/01/03100000.xhp\" name=\"Non-printing Characters On/Off\"><emph>অমুদ্রণীয় বর্ণচিহ্ন</emph></link> এর আইকন সক্রিয় করুন। আপনি <emph>বিন্যাসকরণ সহায়তা</emph> এর ট্যাব পৃষ্ঠায় যে সব বর্ণচিহ্ন নির্বাচন করেছেন তা প্রদর্শিত হবে।"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3154140\n"
+"29\n"
+"help.text"
+msgid "Paragraph end"
+msgstr "অনুচ্ছেদ শেষ"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3154123\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_PARA\">Specifies whether paragraph delimiters are displayed. The paragraph delimiters also contain paragraph format information.</ahelp>"
+msgstr "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_PARA\">অনুচ্ছেদের বিভেদক প্রদর্শিত হবে কিনা তা সুনির্দিষ্ট করে। অনুচ্ছেদের বিভেদক অনুচ্ছেদের বিন্যাস তথ্যও ধারণ করে।</ahelp>"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3153193\n"
+"31\n"
+"help.text"
+msgid "Custom hyphens"
+msgstr "পছন্দসই হাইফেন"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3147230\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_SHYPH\">Specifies whether user-defined delimiters are displayed. These are hidden delimiters that you enter within a word by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Hyphen(-) </caseinline><defaultinline>Ctrl+Hyphen(-).</defaultinline></switchinline> Words with user-defined delimiters are only separated at the end of a line at the point where a user-defined delimiter has been inserted, irrespective of whether the automatic hyphenation is activated or deactivated.</ahelp>"
+msgstr "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_SHYPH\">ব্যবহারকারী-সুনির্দিষ্ট বিভেদক প্রদর্শন করবে কিনা তা সুনির্দিষ্ট করে। এগুলো লুকায়িত বিভেদক যা আপনি <switchinline select=\"sys\"><caseinline select=\"MAC\">নির্দেশ+হাইফেন(-) </caseinline><defaultinline>Ctrl+হাইফেন(-) চাপার মাধ্যমে শব্দের মধ্যে সন্নিবেশ করান।</defaultinline></switchinline> স্বয়ংক্রিয় হাইফেনের ব্যবহার সক্রিয় বা নিষ্ক্রিয় কিনা বিবেচনা না করেই, ব্যবহারকারী-সুনির্দিষ্ট শব্দ শুধুমাত্র লাইনের শেষের এমন বিন্দুতে বিভক্ত হয় যেখানে ব্যবহারকারী-সুনির্দিষ্ট বিভেদক সন্নিবেশ করা হয়।</ahelp>"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3147287\n"
+"33\n"
+"help.text"
+msgid "Spaces"
+msgstr "ফাঁকাস্থান"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3147427\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_SPACE\">Specifies whether to represent every space in the text with a dot.</ahelp>"
+msgstr "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_SPACE\">পাঠের প্রতিটি ফাঁকাস্থান ডট দ্বারা উপস্থাপন করা হবে কিনা তা সুনির্দিষ্ট করুন।</ahelp>"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3145750\n"
+"35\n"
+"help.text"
+msgid "Non-breaking spaces"
+msgstr "অবিভাজিত ফাঁকাস্থান"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3152938\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_HSPACE\">Specifies that non-breaking spaces are shown as gray boxes. Non-breaking spaces are not broken at the end of a line and are entered with the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Shift+Spacebar </caseinline><defaultinline>Ctrl+Shift+Spacebar</defaultinline></switchinline> shortcut keys.</ahelp>"
+msgstr "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_HSPACE\">সুনির্দিষ্ট করুন যে অবিভাজিত ফাঁকাস্থান ধূসর বাক্স হিসেবে প্রদর্শিত হয়। অবিভাজিত ফাঁকাস্থান রেখার শেষে বিভক্ত করা হয় না এবং <switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড+Shift+স্পেসবার </caseinline><defaultinline>Ctrl+Shift+স্পেসবার</defaultinline></switchinline> শর্টকাট কী দ্বারা সন্নিবেশ করা হয়।</ahelp>"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3147348\n"
+"37\n"
+"help.text"
+msgid "Tabs"
+msgstr "ট্যাব"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3153574\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_TAB\">Specifies that tab stops are displayed as small arrows.</ahelp>"
+msgstr "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_TAB\">সুনির্দিষ্ট করুন যে ট্যাবের বন্ধ ছোট তীর হিসেবে প্রদর্শিত হয়।</ahelp>"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3159154\n"
+"39\n"
+"help.text"
+msgid "Breaks"
+msgstr "বিরতি"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3150874\n"
+"40\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_BREAK\">Displays all line breaks inserted with the Shift+Enter shortcut. These breaks create a new line, but do not start a new paragraph.</ahelp>"
+msgstr "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_BREAK\">Shift+ Enter শর্টকাট কী দ্বারা সন্নিবেশকৃত সকল রেখা বিরতি প্রদর্শন করে। এই বিরতি নতুন রেখা তৈরি করে, কিন্তু নতুন অনুচ্ছেদ শুরু করে না।</ahelp>"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_idN108E5\n"
+"help.text"
+msgid "Hidden text"
+msgstr "লুকায়িত পাঠ"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_idN108FB\n"
+"help.text"
+msgid "<ahelp hid=\"sw:CheckBox:TP_OPTSHDWCRSR:CB_CHAR_HIDDEN\">Displays text that uses the character format \"hidden\", when <emph>View - Non-printing Characters</emph> is enabled.</ahelp>"
+msgstr "<emph>প্রদর্শন - অমুদ্রনীয় বর্ণচিহ্ন</emph> সক্রিয় থাকার সময়, <ahelp hid=\"sw:CheckBox:TP_OPTSHDWCRSR:CB_CHAR_HIDDEN\">\"লুকায়িত\" বর্ণচিহ্ন বিন্যাস ব্যবহার করে এমন পাঠ প্রদর্শন করে।</ahelp>"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3149481\n"
+"41\n"
+"help.text"
+msgid "Fields: Hidden text (not for HTML documents)"
+msgstr "ক্ষেত্র: লুকায়িত পাঠ (HTML নথির জন্য নয়)"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3149413\n"
+"42\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_HIDDEN\">Displays text that is hidden by <emph>Conditional Text</emph> or <emph>Hidden Text</emph> fields.</ahelp>"
+msgstr "<emph>শর্তাধীন পাঠ</emph> বা <emph>লুকায়িত পাঠ</emph> এর ক্ষেত্র <ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_HIDDEN\">দ্বারা লুকায়িত পাঠ প্রদর্শন করে।</ahelp>"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3149300\n"
+"43\n"
+"help.text"
+msgid "Fields: Hidden paragraphs (not for HTML documents)"
+msgstr "ক্ষেত্র: লুকায়িত অনুচ্ছেদ (HTML নথির জন্য নয়)"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3149418\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_HIDDEN_PARA\">If you have inserted text using the <emph>Hidden Paragraph</emph> field, specifies whether to display the hidden paragraph.</ahelp> This option has the same function as the menu commands <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/03140000.xhp\" name=\"View - Hidden Paragraphs\">View - Hidden Paragraphs</link></caseinline><defaultinline>View - Hidden Paragraphs</defaultinline></switchinline> available in open text documents."
+msgstr "‌‌‌‌<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_HIDDEN_PARA\">যদি আপনি একটি টেক্সট <emph>গোপন অনুচ্ছেদ</emph> ক্ষেত্র ব্যবহার করে অন্তর্ভুক্ত করেন তাহলে গোপন অনুচ্ছেদটি প্রদর্শিত হবে কিনা তা উল্লেখ করে।</ahelp> এই অপশনটির <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/03140000.xhp\" name=\"View - Hidden Paragraphs\">দেখানো - গোপন অনুচ্ছেদ</link></caseinline><defaultinline>দেখানো - গোপন অনুচ্ছেদ</defaultinline></switchinline> মেনু কমান্ডের মত একই ফাংশন রয়েছে যা ওপেন টেক্সট নথিতে পাওয়া যায়।"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3156180\n"
+"3\n"
+"help.text"
+msgid "Direct cursor (not for HTML documents)"
+msgstr "সরাসরি কার্সার (HTML নথির জন্য নয়)"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3146900\n"
+"4\n"
+"help.text"
+msgid "Defines all the properties of the direct cursor."
+msgstr "সরাসরি কার্সরের বৈশিষ্ট্য নির্ধারণ করে।"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3154273\n"
+"5\n"
+"help.text"
+msgid "Direct cursor"
+msgstr "সরাসরি কার্সার"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3150749\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SW:CHECKBOX:TP_OPTSHDWCRSR:CB_SHDWCRSONOFF\">Activates the direct cursor.</ahelp> You can also activate this function by clicking the <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/02/18130000.xhp\" name=\"Direct Cursor On/Off\">Direct Cursor On/Off</link></caseinline><defaultinline>Direct Cursor On/Off</defaultinline></switchinline> icon in a text document."
+msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTSHDWCRSR:CB_SHDWCRSONOFF\">সরারি কার্সারটি সক্রিয় করে।</ahelp> আপনি একটি টেক্সট নথিতে <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/02/18130000.xhp\" name=\"Direct Cursor On/Off\">কার্সার সরাসরি সক্রিয় অথবা নিষ্ক্রিয় করা </link></caseinline><defaultinline>কার্সার সরাসরি সক্রিয় অথবা নিষ্ক্রিয় করা</defaultinline></switchinline>আইকনটি ক্লিক করার মধ্যমে এই ফাংশনটি সক্রিয় করতে পারেন।"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3152962\n"
+"7\n"
+"help.text"
+msgid "Insert (not for HTML document)"
+msgstr "সন্নিবেশ করান (HTML নথির জন্য নয়)"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3149020\n"
+"8\n"
+"help.text"
+msgid "Defines the insert options for the direct cursor. If you click at any position in your document, a new paragraph can be written or inserted exactly at this position. The properties of this paragraph depend on the selected option. You can select from the following options:"
+msgstr "সরাসরি কার্সরের জন্য সন্নিবেশ অপশন নির্ধারণ করে। আপনি যদি আপনার নথির যেকোনো অবস্থানে ক্লিক করেন, তবে এই অবস্থানে একটি নতুন অনুচ্ছেদ লেখা বা সন্নিবেশ করা যাবে। এই অনুচ্ছেদের বৈশিষ্ট্য নির্বাচিত অপশনের উপর নির্ভর করে। আপনি নিম্নবর্ণিত অপশন হতে নির্বাচন করতে পারেন:"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3148995\n"
+"9\n"
+"help.text"
+msgid "Paragraph alignment"
+msgstr "অনুচ্ছেদের প্রান্তিককরণ"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3156384\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTSHDWCRSR:RB_SHDWCRSFILLMARGIN\">Sets the paragraph alignment when the direct cursor is used. Depending on where the mouse is clicked, the paragraph is formatted left aligned, centered or right aligned. The cursor before the mouse-click shows, by means of a triangle, which alignment is set. </ahelp>"
+msgstr "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTSHDWCRSR:RB_SHDWCRSFILLMARGIN\">অনুচ্ছেদ বিন্যাস স্থির করে যখন কার্সারটি সরাসরি ব্যবহৃত হয়। মাউসটি কোথায় ক্লিক করা হলে তার উপর নির্ভর করে অনুচ্ছেদটি বাম, কেন্দ্রীয় অথবা ডান বিন্যাস বিন্যস্ত করা হয়। কোন বিন্যাসটি স্থির করা হয়েছে একটি ত্রিভুজের মাধ্যমে মাউস-ক্লিক করার পূর্বে কার্সারটি প্রদর্শন করে।</ahelp>"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3150387\n"
+"11\n"
+"help.text"
+msgid "Left paragraph margin"
+msgstr "বাম অনুচ্ছেদ মার্জিন"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3151188\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTSHDWCRSR:RB_SHDWCRSFILLINDENT\">When the direct cursor is used, the left paragraph indent is set at the horizontal position where you click the direct cursor. The paragraph is left aligned. </ahelp>"
+msgstr "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTSHDWCRSR:RB_SHDWCRSFILLINDENT\">সরাসরি কার্সার যখন ব্যবহৃত হয়, বাম অনুচ্ছেদ ইন্ডেন্ট এমন অনুভূমিক অবস্থানে নির্ধারণ করা হয় যেখানে আপনি সরাসরি কার্সারটি ক্লিক করেন। অনুচ্ছেদটি বাম প্রান্তিক। </ahelp>"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3145147\n"
+"13\n"
+"help.text"
+msgid "Tabs"
+msgstr "ট্যাব"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3155174\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTSHDWCRSR:RB_SHDWCRSFILLTAB\">When the direct cursor is used, as many tabs as necessary are added in the new paragraph until the clicked position is reached.</ahelp>"
+msgstr "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTSHDWCRSR:RB_SHDWCRSFILLTAB\">সরাসরি কার্সার ব্যবহার করার সময়, ক্লিককৃত অবস্থানে না পৌছানো পর্যন্ত নতুন অনুচ্ছেদে প্রয়োজনানুযায়ী ট্যাব যুক্ত করা হয়।</ahelp>"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3166449\n"
+"15\n"
+"help.text"
+msgid "Tabs and Spaces"
+msgstr "ট্যাব এবং ফাঁকাস্থান"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3155904\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTSHDWCRSR:RB_SHDWCRSFILLSPACE\">When the Direct Cursor is used, a corresponding number of tabs and spaces are inserted in the new paragraph as necessary until the clicked position is reached.</ahelp>"
+msgstr "<ahelp hid=\"SW:RADIOBUTTON:TP_OPTSHDWCRSR:RB_SHDWCRSFILLSPACE\">সরাসরি কার্সার ব্যবহার করার সময়, ক্লিককৃত অবস্থানে না পৌছানো পর্যন্ত নতুন অনুচ্ছেদে প্রয়োজনানুযায়ী সঙ্গতিপূর্ণ ট্যাব এবং ফাঁকাস্থানের পরিমাণ যুক্ত করা হয়।</ahelp>"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3149964\n"
+"17\n"
+"help.text"
+msgid "All insert options refer only to the current paragraph generated with the Direct Cursor."
+msgstr "সকল সন্নিবেশ অপশন শুধুমাত্র সরাসরি কার্সার দ্বারা উৎপন্য বর্তমান অনুচ্ছেদকে নির্দেশ করে।"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"hd_id3146134\n"
+"24\n"
+"help.text"
+msgid "Cursor in protected areas - Enabled"
+msgstr "সুরক্ষিত এলাকার কার্সার - সক্রিয়"
+
+#: 01040600.xhp
+msgctxt ""
+"01040600.xhp\n"
+"par_id3147508\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"SW:CHECKBOX:TP_OPTSHDWCRSR:CB_ALLOW_IN_PROT\">Specifies that you can set the cursor in a protected area, but cannot make any changes.</ahelp>"
+msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTSHDWCRSR:CB_ALLOW_IN_PROT\">সুনির্দিষ্ট করুন যে আপনি সুরক্ষিত এলাকায় কার্সারটি নির্ধারণ করতে পারেন, কিন্তু কোনো পরিবর্তন সাধন করতে পারে না।</ahelp>"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"tit\n"
+"help.text"
+msgid "HTML compatibility"
+msgstr "HTML সঙ্গতিপূর্ণ"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"bm_id3155132\n"
+"help.text"
+msgid "<bookmark_value>$[officename] Basic scripts in HTML documents</bookmark_value><bookmark_value>HTML;compatibility settings</bookmark_value>"
+msgstr ""
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3153821\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01030500.xhp\" name=\"HTML compatibility\">HTML compatibility</link>"
+msgstr "<link href=\"text/shared/optionen/01030500.xhp\" name=\"HTML compatibility\">HTML সঙ্গতিপূর্ণ</link>"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3156326\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:TABPAGE:RID_OFAPAGE_HTMLOPT\">Defines settings for HTML pages.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR:TABPAGE:RID_OFAPAGE_HTMLOPT\">HTML পৃষ্ঠার জন্য সেটিং সুনির্দিষ্ট করুন।</ahelp>"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3154897\n"
+"3\n"
+"help.text"
+msgid "Font sizes"
+msgstr "ফন্ট আকার"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3145673\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:NUMERICFIELD:RID_OFAPAGE_HTMLOPT:NF_SIZE7\">Use the spin buttons <emph>Size 1</emph> to <emph>Size 7</emph> to define the respective font sizes for the HTML <font size=1> to <font size=7> tags.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR:NUMERICFIELD:RID_OFAPAGE_HTMLOPT:NF_SIZE7\">HTML এর জন্য <font size=1> <font size=7> ট্যাগে গুরুত্বপূর্ণ ফন্ট নির্ধারণ করতে স্পিন বোতামের <emph>আকার ১</emph> হতে <emph>আকার ৭</emph> পর্যন্ত ব্যবহার করুন।</ahelp>"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3148943\n"
+"5\n"
+"help.text"
+msgid "Import"
+msgstr "ইমপোর্ট করুন"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3151385\n"
+"6\n"
+"help.text"
+msgid "Defines the settings for importing HTML documents."
+msgstr "HTML নথি ইমপোর্ট করার জন্য সেটিং নির্ধারণ করে।"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id6065248\n"
+"help.text"
+msgid "Use 'English (USA)' locale for numbers"
+msgstr "নম্বরের জন্য 'ইংরেজী (USA)' পদ্ধতি ব্যবহার করুন"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id8023926\n"
+"help.text"
+msgid "When importing numbers from an HTML page, the decimal separator and the thousands separator characters differ according to the locale of the HTML page. The clipboard however contains no information about the locale. For example, the characters \"1.000\" copied from a German Web page most possibly mean \"one thousand\" because the period is the thousands separator in a German locale. If copied from an English Web page, the same characters stand for the number 1 as in \"one dot zero zero zero\"."
+msgstr "একটি HTML পৃষ্ঠা হতে নম্বর ইমপোর্ট করার সময়, দশমিক বিভাজক এবং সহস্র বিভাজকের বর্ণচিহ্ন HTML পৃষ্ঠার স্থান অনুসারে ভিন্ন হয়। যাই হোক, ক্লিপবোর্ড স্থান সম্পর্কে কোনো তথ্য ধঅরণ করে না। উদাহরণস্বরূপ, জার্মান ওয়েব পৃষ্ঠা হতে অনুলিপিকৃত বর্ণচিহ্ন \"১.০০০\" সম্ভবত \"এক হাজার\" বুঝায় কারণ যতিচিহ্নটি জার্মান ভাষায় সহস্র বিভাজক। যদি ইংরেজী ওয়েব পৃষ্ঠা হতে অনুলিপি করা হয়ে থাকে, তবে একই বর্ণচিহ্ন দ্বারা \"এক দশমিক শূন্য শূন্য শূন্য\" হিসেবে সংখ্যা ১ কে বুঝায়।"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id7658314\n"
+"help.text"
+msgid "<ahelp hid=\".\">If not checked, numbers will be interpreted according to the setting in <emph>Language Settings - Language of - Locale setting</emph> in the Options dialog box. If checked, numbers will be interpreted as 'English (USA)' locale.</ahelp>"
+msgstr ""
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3145068\n"
+"7\n"
+"help.text"
+msgid "Import unknown HTML tags as fields"
+msgstr "অজানা HTML ট্যাগ ক্ষেত্র হিসেবে ইমপোর্ট করুন"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3149295\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_UNKNOWN_TAGS\">Mark this check box if you want <link href=\"text/shared/00/00000002.xhp#tags\" name=\"tags\">tags</link> that are not recognized by $[officename] to be imported as fields.</ahelp> For an opening tag, an HTML_ON field will be created with the value of the tag name. For a closing tag, an HTML_OFF will be created. These fields will be converted to tags in the HTML export."
+msgstr "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_UNKNOWN_TAGS\">এই পরীক্ষণ বাক্সটি চিহ্নিত করুন যদি আপনি ক্ষেত্র হিসেবে এমন <link href=\"text/shared/00/00000002.xhp#tags\" name=\"tags\">ট্যাগ</link> ইমপোর্ট করতে চান যা $[officename] দ্বারা সনাক্ত করা যায় না।</ahelp> একটি উন্মুক্তকরণ ট্যাগের জন্য, ট্যাগ নামের মান দ্বারা একটি HTML_ON ক্ষেত্র তৈরি করা হবে। একটি বন্ধকরণ ট্যাগের জন্য, একটি HTML_OFF তৈরি করা হবে। HTML এক্সপোর্টতে এই ক্ষেত্রসমূহ ট্যাগে রুপান্তরিত হবে।"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3148797\n"
+"43\n"
+"help.text"
+msgid "Ignore font settings"
+msgstr "ফন্ট সেটিং উপেক্ষা করুন"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3149202\n"
+"44\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_IGNORE_FONTNAMES\">Mark this check box to ignore all font settings when importing. The fonts that were defined in the HTML Page Style will be the fonts that will be used. </ahelp>"
+msgstr "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_IGNORE_FONTNAMES\">ইমপোর্ট করার সময় সকল ফন্ট উপেক্ষা করতে এই পরীক্ষণ বাক্সটি চিহ্নিত করুন। HTML পৃষ্ঠা শৈলীতে নির্ধারিত ফন্ট ব্যবহৃত হবে। </ahelp>"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3151177\n"
+"9\n"
+"help.text"
+msgid "Export"
+msgstr "এক্সপোর্ট করুন"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3150449\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:LISTBOX:RID_OFAPAGE_HTMLOPT:LB_EXPORT\">Defines the settings for exporting HTML documents.</ahelp> To export in HTML format select the <emph>HTML Document</emph> file type in the <link href=\"text/shared/01/01070000.xhp\" name=\"Save As\"><emph>Save As</emph></link> dialog. You can find further instructions in the <link href=\"text/shared/00/00000020.xhp\" name=\"Import and export filters\">Import and export filters</link> description."
+msgstr "<ahelp hid=\"OFFMGR:LISTBOX:RID_OFAPAGE_HTMLOPT:LB_EXPORT\">HTML নথি এক্সপোর্ট করার জন্য বিন্যাস নির্ধারণ করে।</ahelp> HTML বিন্যাসে এক্সপোর্ট করতে <link href=\"text/shared/01/01070000.xhp\" name=\"Save As\"><emph>এভাবে সংরক্ষণ করুন</emph></link> ডায়ালগের <emph>HTML নথির </emph> ফাইল ধরন নির্বাচন করুন। আপনি <link href=\"text/shared/00/00000020.xhp\" name=\"Import and export filters\">পরিশোধক ইমপোর্ট এবং এক্সপোর্ট করুন</link> বর্ণনায় পরবর্তী নির্দেশাবলী খুঁজে পেতে পারেন।"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3145606\n"
+"42\n"
+"help.text"
+msgid "To optimize the HTML export, select a browser or HTML standard from the Export box. If \"$[officename] Writer\" is selected, specific $[officename] Writer instructions are exported."
+msgstr "HTML প্রেরণ উৎকৃষ্ট করতে, প্রেরণ বাক্স হতে ব্রাউজার বা HTML আদর্শ নির্বাচন করুন। \"$[officename] রাইটার\" যদি নির্বাচিত হয়, সুনির্দিষ্ট $[officename] লেখকের নির্দেশাবলী প্রেরণ করা হয়।"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3155132\n"
+"16\n"
+"help.text"
+msgid "$[officename] Basic"
+msgstr "$[officename] এর মৌলিক"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3146120\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_STARBASIC\">Mark this check box to include the $[officename] Basic instructions when exporting to HTML format.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_STARBASIC\">HTML বিন্যাসে এক্সপোর্ট করার সময় $[officename] এর মৌলিক নির্দেশাবলী অন্তর্ভুক্ত করুতে এই পরীক্ষণ বাক্সটি চিহ্নিত করুন।</ahelp>"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3150872\n"
+"29\n"
+"help.text"
+msgid "You must activate this option before you create the $[officename] Basic Script, since otherwise it will not be inserted. $[officename] Basic Scripts must be located in the header of the HTML document. Once you have created the macro in the $[officename] Basic IDE, it appears in the source text of the HTML document in the header."
+msgstr "আপনি $[officename] Basic Script তৈরি করার পূর্বে আপনাকে অবশ্যই এই অপশনটি সক্রিয় করতে হবে, যেহেতু এটা অন্যভাবে সন্নিবেশ করা যাবে না। $[officename] Basic Scripts অবশ্যই HTML নথির শিরোনামে অবস্থিত হবে। আপনি যদি একবার $[officename] Basic IDE-তে ম্যাক্রো তৈরি করেন, এটা HTML নথির উৎস পাঠের শিরোনামে প্রদর্শিত হয়।"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3149664\n"
+"45\n"
+"help.text"
+msgid "Display warning"
+msgstr "প্রদর্শন সতর্কতা"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3150420\n"
+"46\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_STARBASIC_WARNING\">If this field is marked, when exporting to HTML a warning is shown that %PRODUCTNAME Basic macros will be lost.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_STARBASIC_WARNING\">এই ক্ষেত্রটি যদি চিহ্নিত থাকে, তবে প্রেরণ করার সময় একটি সতর্কতা প্রদর্শন করে যে %PRODUCTNAME এর মৌলিক ম্যাক্রো হারিয়ে যাবে।</ahelp>"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3154729\n"
+"28\n"
+"help.text"
+msgid "Print layout"
+msgstr "মুদ্রণ বহির্বিন্যাস"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3145254\n"
+"39\n"
+"help.text"
+msgid "<ahelp hid=\".\">If you mark this field, the print layout of the current document is exported as well.</ahelp> It can be read by $[officename], Netscape Navigator, and MS Internet Explorer."
+msgstr ""
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3156276\n"
+"41\n"
+"help.text"
+msgid "The HTML filter supports CSS2 (Cascading Style Sheets Level 2) for printing documents. These capabilities are only effective if print layout export is activated."
+msgstr "নথি মুদ্রণ করার জন্য HTML পরিশোধক CSS2 (Cascading Style Sheets Level 2) সমর্থন করে। এই সম্ভাবনা শুধুমাত্র তখনই কার্যকর হবে যখন মুদ্রণ বহির্বিন্যাস সক্রিয় থাকে।"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3144764\n"
+"24\n"
+"help.text"
+msgid "Copy local graphics to Internet"
+msgstr "ইন্টারনেটে স্থানীয় গ্রাফিক্স অনুলিপি করুন"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3149379\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_LOCAL_GRF\">Mark this check box to automatically upload the embedded pictures to the Internet server when uploading using FTP. Use the <emph>Save As</emph> dialog to save the document and enter a complete FTP URL as the file name in the Internet.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_LOCAL_GRF\">FTP ব্যবহার করে আপলোড করার সময় ইন্টারনেট সার্ভারে স্বয়ংক্রিয়ভাবে সন্নিবেশিত ছবি আপলোড করতে এই পরীক্ষণ বাক্সটি চিহ্নিত করুন। নথিটি সংরক্ষণ করতে <emph>এভাবে সংরক্ষণ করুন</emph> ডায়ালগ ব্যবহার করুন এবং ইন্টারনেটে ফাইলের নাম হিসেবে সম্পূর্ণ FTP URL সন্নিবেশ করান।</ahelp>"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"hd_id3152960\n"
+"48\n"
+"help.text"
+msgid "Character set"
+msgstr "বর্ণচিহ্নের সমষ্টি"
+
+#: 01030500.xhp
+msgctxt ""
+"01030500.xhp\n"
+"par_id3149018\n"
+"49\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_LISTBOX_RID_OFAPAGE_HTMLOPT_LB_CHARSET\">Select the appropriate character set for the export</ahelp>."
+msgstr "<ahelp hid=\"OFFMGR_LISTBOX_RID_OFAPAGE_HTMLOPT_LB_CHARSET\">এক্সপোর্ট করার জন্য যথাযথ বর্ণচিহ্নের সমষ্টি নির্বাচন করুন</ahelp>।"
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"tit\n"
+"help.text"
+msgid "Security Level"
+msgstr "নিরাপত্তা স্তর"
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"bm_id1203039\n"
+"help.text"
+msgid "<bookmark_value>security;security levels for macros</bookmark_value><bookmark_value>macros;security levels</bookmark_value><bookmark_value>levels;macro security</bookmark_value>"
+msgstr "<bookmark_value>security;security levels for macros</bookmark_value><bookmark_value>macros;security levels</bookmark_value><bookmark_value>levels;macro security</bookmark_value>"
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN10549\n"
+"help.text"
+msgid "<variable id=\"macrosecurity_sl\"><link href=\"text/shared/optionen/macrosecurity_sl.xhp\">Security Level</link></variable>"
+msgstr "<variable id=\"macrosecurity_sl\"><link href=\"text/shared/optionen/macrosecurity_sl.xhp\">নিরাপত্তা স্তর</link></variable>"
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN10567\n"
+"help.text"
+msgid "Select the <link href=\"text/shared/optionen/macrosecurity.xhp\">macro security</link> level from one of four options. The options differ according to the security level. Macros that are allowed to run on a higher security level are also allowed to run in all lower levels."
+msgstr "চারটি অপশনের একটি হতে <link href=\"text/shared/optionen/macrosecurity.xhp\">ম্যাক্রোর নিরাপত্তা</link> স্তর নির্বাচন করুন। নিরাপত্তা স্তরের উপর ভিত্তি করে অপশন ভিন্ন হয়। যে ম্যাক্রো উচ্চ নিরাপত্তা স্তরে চালানোর জন্য অনুমোদিত তা সকল নিম্ন স্তরেও চালানোর জন্য অনুমোদিত।4"
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN10578\n"
+"help.text"
+msgid "Very high"
+msgstr "খুবই উচ্চ"
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN1057C\n"
+"help.text"
+msgid "Only macros from trusted file locations are allowed to run. All other macros, regardless of whether they are signed or not, are disabled."
+msgstr "বিশ্বস্ত ফাইল অবস্থানের যেকোনো ম্যাক্রো চালানোর জন্য অনুমোদিত। অন্যান্য সব ম্যাক্রো স্বাক্ষরিত থাকুক বা না থাকুক বিবেচনা না করেই, তাদের নিষ্ক্রিয় করা হয়েছে।"
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "<ahelp hid=\".\">Trusted file locations can be set on the Trusted Sources tab page. Any macro from a trusted file location is allowed to run.</ahelp>"
+msgstr "<ahelp hid=\".\">বিশ্বস্ত উৎসের ট্যাব পৃষ্ঠায় বিশ্বস্ত ফাইল অবস্থান নির্ধারণ করা যেতে পারে। বিশ্বস্ত ফাইল অবস্থানের যেকোনো ম্যাক্রো চালানোর জন্য অনুমোদিত।</ahelp>"
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN105A2\n"
+"help.text"
+msgid "High"
+msgstr "উচ্চ"
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN105A6\n"
+"help.text"
+msgid "Only signed macros from trusted sources are allowed to run. Unsigned macros are disabled."
+msgstr "শুধুমাত্র বিশ্বস্ত উৎসের স্বাক্ষরকৃত ম্যাক্রো চালানোর জন্য অনুমোদিত। স্বাক্ষরহীন ম্যাক্রো নিষ্ক্রিয়।"
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN105A9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Trusted sources can be set on the Trusted Sources tab page. Only signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run.</ahelp>"
+msgstr "<ahelp hid=\".\">বিশ্বস্ত উৎসের ট্যাব পৃষ্ঠায় বিশ্বস্ত উৎস নির্ধারণ করা যেতে পারে। শুধুমাত্র বিশ্বস্ত উৎসের স্বাক্ষরকৃত ম্যাক্রো চালানোর জন্য অনুমোদিত। তদুপরি, বিশ্বস্ত ফাইল অবস্থানের যেকোনো ম্যাক্রো চালানোর জন্য অনুমোদিত।</ahelp>"
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN105BA\n"
+"help.text"
+msgid "Medium"
+msgstr "মধ্যম"
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN105BE\n"
+"help.text"
+msgid "Confirmation required before executing macros from unknown sources."
+msgstr "অজানা উৎস হতে ম্যাক্রো কার্যকর করার পূর্বে নিশ্চিত প্রমাণ প্রয়োজন।"
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN105C1\n"
+"help.text"
+msgid "<ahelp hid=\".\">Trusted sources can be set on the Trusted Sources tab page. Signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run. All other macros require your confirmation.</ahelp>"
+msgstr "<ahelp hid=\".\">বিশ্বস্ত উৎসের ট্যাব পৃষ্ঠায় বিশ্বস্ত উৎস নির্ধারণ করা যেতে পারে। বিশ্বস্ত উৎসের স্বাক্ষরকৃত ম্যাক্রো চালানোর জন্য অনুমোদিত। তদুপরি, বিশ্বস্ত ফাইল অবস্থানের যেকোনো ম্যাক্রো চালানোর জন্য অনুমোদিত। অন্য সব ম্যাক্রোর আপনার নিশ্চিত প্রমাণ প্রয়োজন।</ahelp>"
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN105D2\n"
+"help.text"
+msgid "Low (not recommended)"
+msgstr "নিম্ন (সুপারিশকৃত নয়)"
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN105D6\n"
+"help.text"
+msgid "All macros will be executed without confirmation. Use this setting only if you are certain that all documents that will be opened are safe."
+msgstr "সকল ম্যাক্রো নিশ্চিত প্রমাণ ব্যতীত কার্যকর করা হবে। আপনি যদি নিশ্চিত হোন যে সকল নথি যা খোলা হয়েছে তা নিরাপদ তবেই শুধুমাত্র এই সেটিংটি ব্যবহার করুন।"
+
+#: macrosecurity_sl.xhp
+msgctxt ""
+"macrosecurity_sl.xhp\n"
+"par_idN105D9\n"
+"help.text"
+msgid "<ahelp hid=\".\">A macro can be set to auto-start, and it can perform potentially damaging actions, as for example delete or rename files. This setting is not recommended when you open documents from other authors.</ahelp>"
+msgstr "<ahelp hid=\".\">একটি ম্যাক্রো স্বয়ং-শুরুতে নির্ধারণ করা যেতে পারে, এবং এটা সম্ভাব্যরূপে ক্ষতিকরণ কার্য সম্পাদনা করুন, উদাহরণ স্বরূপ ফাইল মোছা বা পুনঃনামকরণ করা। আপনি যখন অন্য লেখক হতে নথি খোলেন তখন এই সেটিংটি সুপারিশকৃত নয়।</ahelp>"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fonts"
+msgstr "ফন্ট"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"bm_id3150715\n"
+"help.text"
+msgid "<bookmark_value>HTML;fonts for source display</bookmark_value><bookmark_value>Basic; fonts for source display</bookmark_value><bookmark_value>fonts;for HTML and Basic</bookmark_value>"
+msgstr "<bookmark_value>HTML;fonts for source display</bookmark_value><bookmark_value>Basic; fonts for source display</bookmark_value><bookmark_value>fonts;for HTML and Basic</bookmark_value>"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3149398\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010700.xhp\" name=\"Fonts\">Fonts</link>"
+msgstr "<link href=\"text/shared/optionen/01010700.xhp\" name=\"Fonts\">ফন্ট</link>"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3153665\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OFA_FONT_SUBSTITUTION\">Substitutes a font with a font of your choice. The substitution replaces a font only when it is displayed on screen, or on screen and when printing. The replacement does not change the font settings that are saved in the document.</ahelp>"
+msgstr "<ahelp hid=\"HID_OFA_FONT_SUBSTITUTION\">আপনার পছন্দের ফন্টের দ্বারা একটি ফন্ট প্রতিক্লপন করে। ফন্টটি যখন পর্দায়, বা পর্দায় প্রদর্শিত হয় এবং যখন মুদ্রণ করে তখন প্রতিক্লপনটি ফন্ট প্রতিস্থাপন করে। প্রতিস্থাপনটি নথিতে সংরক্ষিত ফন্ট সেটিং পরিবর্তন করে না।</ahelp>"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3155419\n"
+"46\n"
+"help.text"
+msgid "If you want, you can override the default substitution font that your operating system uses when it encounters an unavailable font in a document."
+msgstr "আপনি যদি চান, আপনার অপারেটিং সিস্টেম যখন নথিতে একটি অপ্রাপ্য ফন্টের সম্মুখীন হয় তখন আপনি এমন পূর্বনির্ধারিত প্রতিকল্পন ফন্ট উপরিপাতন করেন যা এটা ব্যবহার করে।"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3145610\n"
+"25\n"
+"help.text"
+msgid "Font replacement also affects the display of fonts on the $[officename] user interface."
+msgstr "ফন্ট প্রতিস্থাপনও $[officename] এর ব্যবহারকারী ইন্টারফেসে ফন্টের প্রদর্শনকে প্রভাবিত করে।"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3149295\n"
+"3\n"
+"help.text"
+msgid "Apply replacement table"
+msgstr "প্রতিস্থাপন সারণি প্রয়োগ করুন"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3159413\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:CHECKBOX:RID_SVX_FONT_SUBSTITUTION:CB_USETABLE\">Enables the font replacement settings that you define.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR:CHECKBOX:RID_SVX_FONT_SUBSTITUTION:CB_USETABLE\">আপনি সুনির্দিষ্ট করেন এমন ফন্ট প্রতিস্থাপন সেটিং সক্রিয় করে।</ahelp>"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3148664\n"
+"4\n"
+"help.text"
+msgid "Replacement table"
+msgstr "প্রতিস্থাপন সারণি"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3154073\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OFA_FONT_SUBST_CLB\">Lists the original font and the font that will replace it. Select <emph>Always</emph> to replace the font, even if the original font is installed on your system. Select <emph>Screen only </emph>to replace the screen font only and never replace the font for printing.</ahelp>"
+msgstr "<ahelp hid=\"HID_OFA_FONT_SUBST_CLB\">মূল ফন্ট এবং যে ফন্ট এটাকে প্রতিস্থাপন করে তাদের তালিকা করে। আপনার সিস্টেমে মূল ফন্ট ইনস্টলকৃত থাকা সত্ত্বেও, ফন্ট প্রতিস্থাপন করতে <emph>সর্বদা</emph> নির্বাচন করুন। শুধুমাত্র পর্দার ফন্ট প্রতিস্থাপন করতে <emph>শুধুমাত্র পর্দা </emph>নির্বাচন করুন এবং মুদ্রণের জন্য কখোনই ফন্ট প্রতিস্থাপন করে না।</ahelp>"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id052020080402332\n"
+"help.text"
+msgid "Always checkbox"
+msgstr "সর্বদা বাক্স পরীক্ষা করুন"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023432\n"
+"help.text"
+msgid "Screen only checkbox"
+msgstr "শুধুমাত্র পর্দার পরীক্ষণ-বাক্স"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023472\n"
+"help.text"
+msgid "Replacement action"
+msgstr "প্রতিস্থাপন কার্য"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023418\n"
+"help.text"
+msgid "checked"
+msgstr "পরীক্ষিত"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023451\n"
+"help.text"
+msgid "blank"
+msgstr "ফাঁকা"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id052020080402349\n"
+"help.text"
+msgid "Font replacement on screen and when printing, whether the font is installed or not."
+msgstr "ফন্ট ইনস্টলকৃত থাকুক বা না থাকুক, পর্দার এবং মুদ্রণের সময় ফন্ট প্রতিস্থাপন করে।"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023438\n"
+"help.text"
+msgid "checked"
+msgstr "পরীক্ষিত"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023482\n"
+"help.text"
+msgid "checked"
+msgstr "পরীক্ষিত"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023457\n"
+"help.text"
+msgid "Font replacement only on screen, whether the font is installed or not."
+msgstr "ফন্ট ইনস্টলকৃত থাকুক বা না থাকুক, শুধুমাত্র পর্দায় ফন্ট প্রতিস্থাপিত হয়।"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0522200812384923\n"
+"help.text"
+msgid "blank"
+msgstr "ফাঁকা"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023410\n"
+"help.text"
+msgid "checked"
+msgstr "পরীক্ষিত"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023477\n"
+"help.text"
+msgid "Font replacement only on screen, but only if font is not available."
+msgstr "শুধুমাত্র যদি ফন্টটি অপ্রাপ্য থাকে, তবেই পর্দায় ফন্ট প্রতিস্থাপিত হয়।"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023430\n"
+"help.text"
+msgid "blank"
+msgstr "ফাঁকা"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id0520200804023577\n"
+"help.text"
+msgid "blank"
+msgstr "ফাঁকা"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id052020080402354\n"
+"help.text"
+msgid "Font replacement on screen and when printing, but only if font is not available."
+msgstr "শুধুমাত্র যদি ফন্ট সহজলভ্য না থাকে, পর্দার এবং মুদ্রণের সময় ফন্ট প্রতিস্থাপন করে।"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3154218\n"
+"9\n"
+"help.text"
+msgid "Font"
+msgstr "ফন্ট"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3151176\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:COMBOBOX:RID_SVX_FONT_SUBSTITUTION:CB_FONT1\">Enter or select the name of the font that you want to replace.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR:COMBOBOX:RID_SVX_FONT_SUBSTITUTION:CB_FONT1\">আপনি প্রতিস্থাপন করতে চান এমন ফন্টের নাম সন্নিবেশ বা নির্বাচন করুন।</ahelp>"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3145785\n"
+"10\n"
+"help.text"
+msgid "Replace with"
+msgstr "প্রতিস্থাপন করুন"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3149560\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:COMBOBOX:RID_SVX_FONT_SUBSTITUTION:CB_FONT2\">Enter or select the name of the replacement font.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR:COMBOBOX:RID_SVX_FONT_SUBSTITUTION:CB_FONT2\">প্রতিস্থাপনের ফন্টের নাম সন্নিবেশ বা নির্বাচন করুন।</ahelp>"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3153363\n"
+"11\n"
+"help.text"
+msgid "Apply"
+msgstr "প্রয়োগ করুন"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3145750\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OFA_SUBST_APPLY\">Applies the selected font replacement.</ahelp>"
+msgstr "<ahelp hid=\"HID_OFA_SUBST_APPLY\">নির্বাচিত ফন্ট প্রতিস্থাপন প্রয়োগ করে।</ahelp>"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3146984\n"
+"help.text"
+msgid "<image id=\"img_id3155412\" src=\"svx/res/nu07.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155412\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155412\" src=\"svx/res/nu07.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155412\">আইকন</alt></image>"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3147426\n"
+"22\n"
+"help.text"
+msgid "Apply"
+msgstr "প্রয়োগ করুন"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3147443\n"
+"12\n"
+"help.text"
+msgid "Delete"
+msgstr "মুছে ফেলুন"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3148576\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"HID_OFA_SUBST_DELETE\">Deletes the selected font replacement.</ahelp>"
+msgstr "<ahelp hid=\"HID_OFA_SUBST_DELETE\">নির্বাচিত ফন্ট প্রতিস্থাপন মুছে ফেলে।</ahelp>"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3149300\n"
+"help.text"
+msgid "<image id=\"img_id3147124\" src=\"svx/res/nu08.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147124\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147124\" src=\"svx/res/nu08.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147124\">আইকন</alt></image>"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3145800\n"
+"24\n"
+"help.text"
+msgid "Delete"
+msgstr "মুছে ফেলুন"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3150715\n"
+"52\n"
+"help.text"
+msgid "Font settings for HTML and Basic sources"
+msgstr "HTML এবং বেসিক সোর্সের জন্য ফন্ট সেটিং"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3153950\n"
+"53\n"
+"help.text"
+msgid "Select the font and font size for the display of HTML and Basic source code."
+msgstr "HTML এবং মৌলিক উৎস কোড প্রদর্শনের জন্য ফন্ট এবং ফন্টের আকার নির্বাচন করুন।"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3153838\n"
+"54\n"
+"help.text"
+msgid "Fonts"
+msgstr "ফন্ট"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3146990\n"
+"55\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_LISTBOX_RID_SVX_FONT_SUBSTITUTION_LB_FONTNAME\">Select the font for the display of HTML and Basic source code.</ahelp> Select <emph>Automatic</emph> to detect a suitable font automatically."
+msgstr "<ahelp hid=\"OFFMGR_LISTBOX_RID_SVX_FONT_SUBSTITUTION_LB_FONTNAME\">HTML এবং মৌলিক উৎস কোড প্রদর্শনের জন্য ফন্ট নির্বাচন করুন।</ahelp>একটি গ্রহণযোগ্য ফন্ট স্বয়ংক্রিয়ভাবে শনাক্ত করতে <emph>স্বয়ংক্রিয়</emph> নির্বাচন করুন।"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3146791\n"
+"56\n"
+"help.text"
+msgid "Non-proportional fonts only"
+msgstr "শুধুমাত্র সমানুপাতিক নয় এমন ফন্ট"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3154362\n"
+"57\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_RID_SVX_FONT_SUBSTITUTION_CB_NONPROP\">Check to display only non-proportional fonts in the <emph>Fonts</emph> list box.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR_CHECKBOX_RID_SVX_FONT_SUBSTITUTION_CB_NONPROP\"><emph>ফন্ট</emph> এর তালিকা বাক্সে শুধুমাত্র অসমানুপাতিক ফন্ট প্রদর্শন করতে পরীক্ষা করুন।</ahelp>"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"hd_id3153765\n"
+"58\n"
+"help.text"
+msgid "Size"
+msgstr "আকৃতি"
+
+#: 01010700.xhp
+msgctxt ""
+"01010700.xhp\n"
+"par_id3150323\n"
+"59\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_LISTBOX_RID_SVX_FONT_SUBSTITUTION_LB_FONTHEIGHT\">Select a font size for the display of HTML and Basic source code.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR_LISTBOX_RID_SVX_FONT_SUBSTITUTION_LB_FONTHEIGHT\">HTML এবং মৌলিক উৎসের জন্য ফন্টের আকার নির্বাচন করুন।</ahelp>"
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Settings"
+msgstr "সেটিং"
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"bm_id3156410\n"
+"help.text"
+msgid "<bookmark_value>printing;formulas in $[officename] Math</bookmark_value><bookmark_value>title rows; printing in $[officename] Math</bookmark_value><bookmark_value>formula texts; printing in $[officename] Math</bookmark_value><bookmark_value>frames; printing in $[officename] Math</bookmark_value><bookmark_value>printing; in original size in $[officename] Math</bookmark_value><bookmark_value>original size; printing in $[officename] Math</bookmark_value><bookmark_value>printing; fitting to pages in $[officename] Math</bookmark_value><bookmark_value>format filling printing in $[officename] Math</bookmark_value><bookmark_value>printing; scaling in $[officename] Math</bookmark_value><bookmark_value>scaling; printing in $[officename] Math</bookmark_value><bookmark_value>fitting to pages;print settings in Math</bookmark_value>"
+msgstr "<bookmark_value>printing;formulas in $[officename] Math</bookmark_value><bookmark_value>title rows; printing in $[officename] Math</bookmark_value><bookmark_value>formula texts; printing in $[officename] Math</bookmark_value><bookmark_value>frames; printing in $[officename] Math</bookmark_value><bookmark_value>printing; in original size in $[officename] Math</bookmark_value><bookmark_value>original size; printing in $[officename] Math</bookmark_value><bookmark_value>printing; fitting to pages in $[officename] Math</bookmark_value><bookmark_value>format filling printing in $[officename] Math</bookmark_value><bookmark_value>printing; scaling in $[officename] Math</bookmark_value><bookmark_value>scaling; printing in $[officename] Math</bookmark_value><bookmark_value>fitting to pages;print settings in Math</bookmark_value>"
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3150713\n"
+"1\n"
+"help.text"
+msgid "Settings"
+msgstr "সেটিং"
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3145090\n"
+"18\n"
+"help.text"
+msgid "<variable id=\"einst\"><ahelp hid=\"HID_PRINT_OPTIONS\">Defines formula settings that will be valid for all documents.</ahelp></variable>"
+msgstr "<variable id=\"einst\"><ahelp hid=\"HID_PRINT_OPTIONS\">সকল নথির জন্য যে সূত্র সেটিং কার্যকর তা নির্ধারণ করে।</ahelp></variable>"
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3159234\n"
+"2\n"
+"help.text"
+msgid "Print options"
+msgstr "মুদ্রণ অপশন"
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3156410\n"
+"4\n"
+"help.text"
+msgid "Title"
+msgstr ""
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3156347\n"
+"5\n"
+"help.text"
+msgid "<ahelp hid=\"STARMATH_CHECKBOX_RID_PRINTOPTIONPAGE_CB_TITLEROW\">Specifies whether you want the name of the document to be included in the printout.</ahelp>"
+msgstr "<ahelp hid=\"STARMATH_CHECKBOX_RID_PRINTOPTIONPAGE_CB_TITLEROW\">মুদ্রিত পৃষ্ঠায় আপনি নথির নাম অন্তর্ভুক্ত করতে চান কিনা তা সুনির্দিষ্ট করে।</ahelp>"
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3166410\n"
+"6\n"
+"help.text"
+msgid "Formula text"
+msgstr "সূত্র পাঠ"
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3155449\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"STARMATH_CHECKBOX_RID_PRINTOPTIONPAGE_CB_EQUATION_TEXT\">Specifies whether to include the contents of the <emph>Commands</emph> window at the bottom of the printout.</ahelp>"
+msgstr "<ahelp hid=\"STARMATH_CHECKBOX_RID_PRINTOPTIONPAGE_CB_EQUATION_TEXT\">মুদ্রিত পৃষ্ঠার নিম্নে <emph>নির্দেশ</emph> উইন্ডোর বিষয়বস্তু অন্তর্ভুক্ত করতে হবে কিনা তা সুনির্দিষ্ট করে।</ahelp>"
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3154046\n"
+"8\n"
+"help.text"
+msgid "Border"
+msgstr "সীমানা"
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3149516\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Applies a thin border to the formula area in the printout.</ahelp> <emph>Title</emph> and <emph>Formula text</emph> are only set down by a frame if the corresponding check box is active."
+msgstr ""
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3153822\n"
+"10\n"
+"help.text"
+msgid "Print format"
+msgstr "মুদ্রণ বিন্যাস"
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3150503\n"
+"12\n"
+"help.text"
+msgid "Original size"
+msgstr "মূল আকার"
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3153627\n"
+"13\n"
+"help.text"
+msgid "<ahelp hid=\"STARMATH_RADIOBUTTON_RID_PRINTOPTIONPAGE_RB_ORIGINAL_SIZE\">Prints the formula without adjusting the current font size.</ahelp> It is possible that with large formulas a part of the command text is cut off."
+msgstr "<ahelp hid=\"STARMATH_RADIOBUTTON_RID_PRINTOPTIONPAGE_RB_ORIGINAL_SIZE\">বর্তমান ফন্টের আকার সমন্বয় না করেই সূত্র মুদ্রণ করে।</ahelp> এটা সম্ভব যে বড় সূত্রের সাথে নির্দেশ পাঠের একটি অংশ বাতিল করা হয়।"
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3153896\n"
+"14\n"
+"help.text"
+msgid "Fit to size"
+msgstr "আকারের উপযুক্ত করুন"
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3150541\n"
+"15\n"
+"help.text"
+msgid "<ahelp hid=\"STARMATH_RADIOBUTTON_RID_PRINTOPTIONPAGE_RB_FIT_TO_PAGE\">Adjusts the formula to the page format used in the printout.</ahelp> The real size will be determined by the used paper format."
+msgstr "<ahelp hid=\"STARMATH_RADIOBUTTON_RID_PRINTOPTIONPAGE_RB_FIT_TO_PAGE\">মুদ্রণ-ফলাফলে ব্যবহৃত পৃষ্ঠা বিন্যাসে সূত্র সমন্বয় করুন।</ahelp> প্রকৃত আকার ব্যবহৃত কাগজের বিন্যাস দ্বারা নির্ধারিত হয়।"
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3153381\n"
+"16\n"
+"help.text"
+msgid "Scaling"
+msgstr "মানদন্ড"
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3147084\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"STARMATH_METRICFIELD_RID_PRINTOPTIONPAGE_MF_ZOOM\">Reduces or enlarges the size of the printed formula by a specified enlargement factor.</ahelp> Type the desired enlargement factor directly in the <emph>Scaling</emph> control, or set the value using the arrow buttons."
+msgstr "<ahelp hid=\"STARMATH_METRICFIELD_RID_PRINTOPTIONPAGE_MF_ZOOM\">একটি সুনির্দিষ্ট বর্ধিতকরণ ফ্যাক্টর দ্বারা মুদ্রিত সূত্রের আকার হ্রাস বা বৃদ্ধি করুন।</ahelp> উদ্দিষ্ট বর্ধিতকরণ ফ্যাক্টর সরাসরি <emph>মানদন্ড</emph> নিয়ন্ত্রণে টাইপ করুন, বা তীর বোতাম ব্যবহার করে মান নির্ধারণ করুন।"
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3147228\n"
+"19\n"
+"help.text"
+msgid "Other options"
+msgstr "অন্যান্য অপশন"
+
+#: 01090100.xhp
+#, fuzzy
+msgctxt ""
+"01090100.xhp\n"
+"hd_id3149808\n"
+"21\n"
+"help.text"
+msgid "Ignore ~ and ' at the end of the line"
+msgstr "রেখার শেষে ~ এবং ' উপেক্ষা করুন"
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3149203\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"STARMATH_CHECKBOX_RID_PRINTOPTIONPAGE_CB_IGNORE_SPACING\">Specifies that these space wildcards will be removed if they are at the end of a line.</ahelp> In earlier versions of $[officename], adding such characters at the end of a line prevented the right edge of the formula from being cut off during printing."
+msgstr "<ahelp hid=\"STARMATH_CHECKBOX_RID_PRINTOPTIONPAGE_CB_IGNORE_SPACING\">একটি লাইনের শেষে যদি এই ফাঁকা স্থান ওয়াইল্ড কার্ডটি সরানো হয় তা নির্দেশ করে। </ahelp> $[officename] এর পূর্বের সংস্করণে সারির শেষ অংশে অক্ষর সংযুক্ত করার মধ্যমে মুদ্রনের সময় সূত্রটির ডান প্রান্ত ছাটা হতে রক্ষা করে।"
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"hd_id31567808\n"
+"help.text"
+msgid "Embed only used symbols (smaller file size)"
+msgstr ""
+
+#: 01090100.xhp
+msgctxt ""
+"01090100.xhp\n"
+"par_id3789203\n"
+"help.text"
+msgid "<ahelp hid=\".\">Saves only those symbols with each formula that are used in that formula.</ahelp> In earlier versions of $[officename], all symbols were saved with each formula."
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"tit\n"
+"help.text"
+msgid "General"
+msgstr "সাধারণ"
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"bm_id3155450\n"
+"help.text"
+msgid "<bookmark_value>opening; dialog settings</bookmark_value> <bookmark_value>saving; dialog settings</bookmark_value> <bookmark_value>years; 2-digit options</bookmark_value> <bookmark_value>Help Agent;options</bookmark_value>"
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3154514\n"
+"8\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01010600.xhp\" name=\"General\">General</link>"
+msgstr "<link href=\"text/shared/optionen/01010600.xhp\" name=\"General\">সাধারণ</link>"
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3150085\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies the general settings for $[officename].</ahelp>"
+msgstr "<ahelp hid=\".\">$[officename] এর জন্য সাধারণ সেটিং সুনির্দিষ্ট করে।</ahelp>"
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3148664\n"
+"25\n"
+"help.text"
+msgid "Help"
+msgstr "সহায়িকা"
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3153525\n"
+"38\n"
+"help.text"
+msgid "Specifies the behavior of the installed help."
+msgstr "ইনস্টলকৃত সহায়তার আচরণ উল্লেখ করা হয়।"
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_idN106DB\n"
+"help.text"
+msgid "Tips"
+msgstr "পরামর্শ"
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_idN106DF\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays the icon names and more bubble help information, for example, chapter names when you scroll through a document with chapters.</ahelp>"
+msgstr "<ahelp hid=\".\">আইকনের নাম এবং অধিক বাবল সহায়তার তথ্যাবলী প্রদর্শন করে থাকে, যেমন, অধ্যায়ের নাম যখন আপনি একটি নথির অধ্যায় অনুসারে স্ক্রল করে থাকেন।</ahelp>"
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_idN106F6\n"
+"help.text"
+msgid "Extended tips"
+msgstr "বর্ধিত পরামর্শ"
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_idN106FA\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays a help text when you rest the cursor on an icon, a menu command, or a control on a dialog.</ahelp>"
+msgstr "<ahelp hid=\".\">আপনি কার্সারটি ডায়ালগের একটি আইকন, তালিকার নির্দেশ, বা নিয়ন্ত্রণের উপর স্থির রাখার সময় সহায়িকার পাঠ্য প্রদর্শিত হয়।</ahelp>"
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3154138\n"
+"26\n"
+"help.text"
+msgid "Help Agent"
+msgstr "সহায়ক এজেন্ট"
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3145174\n"
+"27\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_MISC_CB_HELPAGENT\">Specifies that the Help Agent will be displayed automatically in selected situations. Click the Help Agent window to see a Help page with information about the current context.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_MISC_CB_HELPAGENT\">সহায়ক এজেন্ট নির্বাচিত স্থিতিবিন্যাসে স্বয়ংক্রিয়ভাবে প্রদর্শিত হয় তা সুনির্দিষ্টভাবে উল্লেখ করে থাকে। বর্তমান প্রসঙ্গ সম্পর্কিত তথ্যসহ সহায়িকা পৃষ্ঠা দেখতে সহায়ক এজেন্টর উইন্ডোতে ক্লিক করুন।</ahelp>"
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3153968\n"
+"30\n"
+"help.text"
+msgid "Reset Help Agent"
+msgstr "সহায়ক এজেন্ট পনুঃনির্ধারণ করুন"
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3151176\n"
+"31\n"
+"help.text"
+msgid "If you have not opened the Help Agent for a particular situation three times in succession, but rather have closed it or let it close automatically, the Help Agent for this situation is not shown again."
+msgstr "আপনি যদি একটি নির্দিষ্ট অবস্থার জন্য পর পর তিনবার সহায়ক এজেন্ট না খোলেন, কিন্তু বরং এটা বন্ধ করেন বা এটাকে স্বয়ংক্রিয়ভাবে বন্ধ হতে দেন, এই অবস্থার জন্য পুনরায় সহায়ক এজেন্ট প্রদর্শিত হয় না।"
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3159150\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_PUSHBUTTON_OFA_TP_MISC_PB_HELPAGENT_RESET\">Click <emph>Reset Help Agent </emph>to restore the default list of situations for which the Help Agent is displayed.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR_PUSHBUTTON_OFA_TP_MISC_PB_HELPAGENT_RESET\">যে পূর্বনিরর্ধারিত অবস্থার তালিকার জন্য সহায়ক এজেন্ট প্রদর্শিত হয় তা পুনরুদ্ধার করতে <emph> সহায়ক এজেন্ট পুনর্বিন্যাস করুন </emph>ক্লিক করুন।</ahelp>"
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3152577\n"
+"34\n"
+"help.text"
+msgid "Open/Save dialogs"
+msgstr "ডায়ালগ খুলুন/সংরক্ষণ করুন"
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3145366\n"
+"35\n"
+"help.text"
+msgid "Use $[officename] dialogs"
+msgstr "$[officename] ডায়ালগ ব্যবহার করুন"
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3149260\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_MISC_CB_FILEDLG\">Specifies whether $[officename] dialogs are used to open and save documents. Otherwise the dialogs of the operating system are used.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_MISC_CB_FILEDLG\">$[officename] এর ডায়ালগ নথি খুলতে এবং সংরক্ষণ করতে ব্যবহৃত হবে কিনা তা সুনির্দিষ্ট করে। অন্যথায় অপারেটিং সিস্টেমের ডায়ালগ ব্যবহৃত হয়।</ahelp>"
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_idN10856\n"
+"help.text"
+msgid "When you open a file by an URL from the Windows file dialog, Windows will open a local copy of the file, located in the Internet Explorer cache. The %PRODUCTNAME file dialog opens the remote file."
+msgstr "আপনি যখন উইন্ডোজ ফাইল ডায়ালগ হতে URL দ্বারা একটি ফাইল খোলেন, উইন্ডোজ ফাইলটির একটি স্থানীয় অনুলিপি খোলে, যা ইন্টারনেট এক্সপ্লোরার ক্যাশে অবস্থিত। %PRODUCTNAME ফাইল ডায়ালগ দ্বারা রিমোট ফাইল খোলা হয়।"
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3153138\n"
+"37\n"
+"help.text"
+msgid "The $[officename] dialogs for <link href=\"text/shared/01/01020000.xhp\" name=\"opening\">opening</link> and <link href=\"text/shared/01/01070000.xhp\" name=\"saving\">saving</link> documents are described in $[officename] Help."
+msgstr "নথি <link href=\"text/shared/01/01020000.xhp\" name=\"opening\">খোলার</link> এবং <link href=\"text/shared/01/01070000.xhp\" name=\"saving\">সংরক্ষণ</link> করার জন্য $[officename] এর সহায়তায় $[officename] এর ডায়ালগ বর্ণনা করা হয়েছে।"
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3148617\n"
+"39\n"
+"help.text"
+msgid "Document status"
+msgstr "নথির অবস্থা"
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3149299\n"
+"40\n"
+"help.text"
+msgid "Printing sets \"document modified\" status"
+msgstr "\"নথি পরিবর্তিত\" হওয়ার অবস্থা নির্ধারণ মুদ্রণ করা হচ্ছে"
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3145800\n"
+"41\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_MISC_CB_DOCSTATUS\">Specifies whether the printing of the document counts as a modification.</ahelp> When this option is marked, the very next time the document is closed you are asked if the changes should be saved. The print date is then entered in the document properties as a change."
+msgstr "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_MISC_CB_DOCSTATUS\">নথির মুদ্রণকরণ পরিবর্তন হিসেবে গণনা করা হয় কিনা তা উল্লেখ করা হয়।</ahelp> যখন এই অপশনটি চিহ্নিত থাকে, তখন নথি বন্ধ করা মাত্রই আপনাকে কোয়েরি করা হয় যে, পরিবর্তন সংরক্ষণ করবেন কিনা। মুদ্রণ ডাটা অতঃপর পরিবর্তন হিসেবে নথির বৈশিষ্ট্যে সন্নিবেশ করা হয়।"
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3149399\n"
+"help.text"
+msgid "Allow to save document even when the document is not modified"
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3145801\n"
+"help.text"
+msgid "Documents do not only store their content, but also their view properties. A change in the view properties does not trigger document modified status. View properties include things like (in case of a spreadsheet) active sheet, cursor position, zoom level etc. Quite often users want to store the view properties after they have been changed, and always enabling the save action allows this."
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3153561\n"
+"5\n"
+"help.text"
+msgid "Year (two digits)"
+msgstr "বছর (দুই ডিজিট)"
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3147530\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"OFFMGR:NUMERICFIELD:OFA_TP_MISC:NF_YEARVALUE\">Defines a date range, within which the system recognizes a two-digit year.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR:NUMERICFIELD:OFA_TP_MISC:NF_YEARVALUE\">একটি তারিখ পরিসর সুনির্দিষ্ট করে, যার মধ্য হতে সিস্টেম দুই-ডিজিটের বছর শনাক্ত করে।</ahelp>"
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3156343\n"
+"7\n"
+"help.text"
+msgid "In $[officename], years are indicated by four digits, so that the difference between 1/1/99 and 1/1/01 is two years. This <emph>Year (two digits)</emph> setting allows the user to define the years in which two-digit dates are added to 2000. To illustrate, if you specify a date of 1/1/30 or later, the entry \"1/1/20\" is recognized as 1/1/2020 instead of 1/1/1920."
+msgstr "$[officename]-এ, বছর চারটি ডিজিট দ্বারা সূচিত হয়, ফলে ১/২/৯৯ এবং ১/২/০১ এর মধ্যবর্তী পার্থক্য হলো দুই বছর। এই <emph>বছর (দুই ডিজিট)</emph> সেটিং ব্যবহারকারীকে বছর নির্ধারণ করতে অনুমোদন করে, যেখানে দুই-ডিজিটের তারিখ ২০০০ এর সাথে যোগ করা হয়। ব্যাখ্যা করতে, আপনি যদি ১/১/৩০ বা তার পরবর্তী তারিখ সুনির্দিষ্ট করেন, \"১/১/২০\" এন্ট্রিটি ১/১/১৯২০ এর পরিবর্তে ১/১/২০২০ হিসেবে শনাক্ত করা হয়।"
+
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Print"
+msgstr "মুদ্রণ করুন"
+
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"hd_id3153311\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01060700.xhp\" name=\"Print\">Print</link>"
+msgstr "<link href=\"text/shared/optionen/01060700.xhp\" name=\"Print\">মুদ্রণ</link>"
+
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"par_id3143267\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"\">Determines the printer settings for spreadsheets.</ahelp>"
+msgstr "<ahelp hid=\"\">স্প্রেডশীটের জন্য মুদ্রণ সেটিং নিরূপণ করে।</ahelp>"
+
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"par_id3155892\n"
+"3\n"
+"help.text"
+msgid "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Print</emph> defines the settings for all spreadsheets. To define settings for the current document only, choose <emph>File - Print</emph>, then click the <emph>Options</emph> button."
+msgstr ""
+
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"hd_id3153542\n"
+"4\n"
+"help.text"
+msgid "Pages"
+msgstr "পৃষ্ঠা"
+
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"hd_id3156155\n"
+"5\n"
+"help.text"
+msgid "Suppress output of empty pages"
+msgstr "ফাঁকা পৃষ্ঠার আউটপুট রোধ করুন"
+
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"par_id3158430\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_PRINT_BTN_SKIPEMPTYPAGES\">Specifies that empty pages that have no cell contents or draw objects are not printed.</ahelp> Cell attributes such as borders or background colors are not considered cell contents. Empty pages are not counted for page numbering."
+msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_PRINT_BTN_SKIPEMPTYPAGES\">সুনির্দিষ্ট করে যে কোনো কক্ষের বিষয়বস্তু বা অঙ্কন বস্তু নাই এমন ফাঁকা পৃষ্ঠা মুদ্রণ করা হয় না। </ahelp> সীমানা বা পটভূমি রঙের মতো কক্ষের বৈশিষ্ট্যকে কক্ষের বিষয়বস্তু হিসেবে ধরা হয় না। পৃষ্ঠা ক্রমিকায়নের জন্য ফাঁকা পৃষ্ঠা গণনা করা হয় না।"
+
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"hd_id3150275\n"
+"7\n"
+"help.text"
+msgid "Sheets"
+msgstr "শীট"
+
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"hd_id3149784\n"
+"8\n"
+"help.text"
+msgid "Print only selected sheets"
+msgstr "শুধুমাত্র নির্বাচিত শীট মুদ্রণ করুন"
+
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"par_id3152349\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_PRINT_BTN_SELECTEDSHEETS\">Specifies that only contents from selected sheets are printed, even if you specify a wider range in the <emph>File - Print</emph> dialog or in the <emph>Format - Print Ranges</emph> dialog. Contents from sheets that are not selected will not be printed.</ahelp>"
+msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_PRINT_BTN_SELECTEDSHEETS\">সুনির্দিষ্ট করে যে শুধুমাত্র নির্বাচিত শীটের বিষয়বস্তু মুদ্রিত হয়েছে, যদিও আপনি <emph>ফাইল - মুদ্রণ</emph> ডায়ালগে বা <emph>বিন্যাস - মুদ্রণ পরিসর</emph> ডায়ালগে অপেক্ষাকৃত প্রশস্ত পরিসর সুনির্দিষ্ট করেন। শীটের যে বিষয়বস্তু নির্বাচন করা হয়নি তা মুদ্রণ করা হবে না।</ahelp>"
+
+#: 01060700.xhp
+msgctxt ""
+"01060700.xhp\n"
+"par_id3153349\n"
+"10\n"
+"help.text"
+msgid "To select multiple sheets, click on the sheet names on the bottom margin of the workspace while keeping the Ctrl key pressed."
+msgstr "বহুবিধ শীট নির্বাচন করতে, Ctrl কী চেপে ধরে রাখার সময় কর্মপরিসরের নিম্নের মার্জিনে শীট নামের উপর ক্লিক করুন।"
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"tit\n"
+"help.text"
+msgid "Formula"
+msgstr "সূত্র"
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"bm_id4249399\n"
+"help.text"
+msgid "<bookmark_value>formula options;formula syntax</bookmark_value> <bookmark_value>formula options;separators</bookmark_value> <bookmark_value>formula options;reference syntax in string parameters</bookmark_value> <bookmark_value>separators;function</bookmark_value> <bookmark_value>separators;array column</bookmark_value> <bookmark_value>separators;array row</bookmark_value>"
+msgstr ""
+
+#: 01060900.xhp
+#, fuzzy
+msgctxt ""
+"01060900.xhp\n"
+"hd_id3145071\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01060900.xhp\" name=\"Formula\">Formula</link>"
+msgstr "<link href=\"text/shared/optionen/01010700.xhp\" name=\"Fonts\">ফন্ট</link>"
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id3147576\n"
+"help.text"
+msgid "<ahelp hid=\".\">Defines formula syntax options for %PRODUCTNAME Calc.</ahelp>"
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"hd_id3149399\n"
+"help.text"
+msgid "Formula options"
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"hd_id31493991\n"
+"help.text"
+msgid "Formula syntax"
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id3155419\n"
+"help.text"
+msgid "There are three options. Let's see it by example. In a sample spreadsheet there are two worksheets, Sheet1 and Sheet2. In A1 cell of Sheet1 there is a reference to C4 cell of Sheet2."
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id3156155\n"
+"help.text"
+msgid "<emph>Calc A1</emph> - This is the default of %PRODUCTNAME Calc. The reference will be <item type=\"input\">=$Sheet2.C4</item>"
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id3147530\n"
+"help.text"
+msgid "<emph>Excel A1</emph> - This is the default of Microsoft Excel. The reference will be <item type=\"input\">=Sheet2!C4</item>"
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id3153061\n"
+"help.text"
+msgid "<emph>Excel R1C1</emph> - This is the relative row/column addressing, known from Microsoft Excel. The reference will be <item type=\"input\">=Sheet2!R[3]C[2]</item>"
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"hd_id31493992\n"
+"help.text"
+msgid "Use English function names"
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id4155419\n"
+"help.text"
+msgid "In %PRODUCTNAME Calc function names can be localized. By default, the check box is off, which means the localized function names are used. Checking this check box will swap localized function names with the English ones. This change takes effect in all of the following areas: formula input and display, function wizard, and formula tips. You can of course uncheck it to go back to the localized function names."
+msgstr ""
+
+#: 01060900.xhp
+#, fuzzy
+msgctxt ""
+"01060900.xhp\n"
+"hd_id4149399\n"
+"help.text"
+msgid "Separators"
+msgstr "বিভাজক"
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id5155419\n"
+"help.text"
+msgid "This option group lets you configure separators in your formula expressions. This comes in handy when, for instance, you want to separate your function parameters by commas (,) instead of semicolons (;)."
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id6155419\n"
+"help.text"
+msgid "For example, instead of <item type=\"input\">=SUM(A1;B1;C1)</item> you can type <item type=\"input\">=SUM(A1,B1,C1)</item>."
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id7155419\n"
+"help.text"
+msgid "Likewise, you can also change the column and row separators for in-line arrays. Previously, an in-line array used semicolons (;) as the column separators and the pipe symbols (|) as the row separators, so a typical in-line array expression looked like this for a 5 x 2 matrix array:"
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id8155419\n"
+"help.text"
+msgid "<item type=\"input\">={1;2;3;4;5|6;7;8;9;10}</item>"
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id9155419\n"
+"help.text"
+msgid "By changing the column separators to commas (,) and the row separators to semicolons (;), the same expression will look like this:"
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id0155419\n"
+"help.text"
+msgid "<item type=\"input\">={1,2,3,4,5;6,7,8,9,10}</item>"
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"hd_id5149399\n"
+"help.text"
+msgid "Detailed calculation settings"
+msgstr ""
+
+#: 01060900.xhp
+msgctxt ""
+"01060900.xhp\n"
+"par_id1015549\n"
+"help.text"
+msgid "Here you can configure the formula syntax to use when parsing references given in string parameters. This affects built-in functions such as INDIRECT that takes a reference as a string value."
+msgstr ""
+
+#: 01150200.xhp
+msgctxt ""
+"01150200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Searching in Japanese"
+msgstr "জাপানীতে খুঁজছে"
+
+#: 01150200.xhp
+msgctxt ""
+"01150200.xhp\n"
+"hd_id3155338\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01150200.xhp\" name=\"Searching in Japanese\">Searching in Japanese</link>"
+msgstr "<link href=\"text/shared/optionen/01150200.xhp\" name=\"Searching in Japanese\">জাপানীতে খুঁজছে</link>"
+
+#: 01150200.xhp
+msgctxt ""
+"01150200.xhp\n"
+"par_id3152996\n"
+"2\n"
+"help.text"
+msgid "Defines the search options for Japanese."
+msgstr "জাপানীদের জন্য অনুসন্ধান অপশন সুনির্দিষ্ট করে।"
+
+#: 01150200.xhp
+msgctxt ""
+"01150200.xhp\n"
+"hd_id3159399\n"
+"3\n"
+"help.text"
+msgid "Treat as equal"
+msgstr "সমান হিসেবে বিবেচনা করুন"
+
+#: 01150200.xhp
+msgctxt ""
+"01150200.xhp\n"
+"par_id3154514\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_JSEARCH_OPTIONS_CB_MATCH_PROLONGED_SOUNDMARK\" visibility=\"visible\">Specifies the options to be treated as equal in a search.</ahelp>"
+msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_JSEARCH_OPTIONS_CB_MATCH_PROLONGED_SOUNDMARK\" visibility=\"visible\">অনুসন্ধানে সমানভাবে বিবেচনা করার জন্য অপশন সুনির্দিষ্ট করে।</ahelp>"
+
+#: 01150200.xhp
+msgctxt ""
+"01150200.xhp\n"
+"hd_id3148944\n"
+"5\n"
+"help.text"
+msgid "Ignore"
+msgstr "উপেক্ষা করুন।"
+
+#: 01150200.xhp
+msgctxt ""
+"01150200.xhp\n"
+"par_id3147264\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_JSEARCH_OPTIONS_CB_IGNORE_MIDDLE_DOT\" visibility=\"visible\">Specifies the characters to be ignored.</ahelp>"
+msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_JSEARCH_OPTIONS_CB_IGNORE_MIDDLE_DOT\" visibility=\"visible\">উপেক্ষা করার জন্য বর্ণচিহ্ন সুনির্দিষ্ট করে।</ahelp>"
+
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Changes"
+msgstr "পরিবর্তন"
+
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"hd_id3159399\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01060600.xhp\" name=\"Changes\">Changes</link>"
+msgstr "<link href=\"text/shared/optionen/01060600.xhp\" name=\"Changes\">পরিবর্তন</link>"
+
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"par_id3155390\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_SCPAGE_OPREDLINE\">The<emph> Changes </emph>dialog specifies various options for highlighting recorded changes in documents.</ahelp>"
+msgstr "<ahelp hid=\"HID_SCPAGE_OPREDLINE\">নথিতে রেকর্ডকৃত পরিবর্তন প্রনির্দেশন করার জন্য <emph> পরিবর্তন </emph>এর ডায়ালগ বিভিন্ন অপশন সুনির্দিষ্ট করে।</ahelp>"
+
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"par_id3156343\n"
+"13\n"
+"help.text"
+msgid "To record changes to your work, choose <link href=\"text/shared/01/02230000.xhp\" name=\"Edit - Changes\"><emph>Edit - Changes</emph></link>."
+msgstr "আপনার কাজের পরিবর্তন রেকর্ড করতে, <link href=\"text/shared/01/02230000.xhp\" name=\"Edit - Changes\"><emph>সম্পাদনা - পরিবর্তন</emph></link> পছন্দ করুন।"
+
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"hd_id3152812\n"
+"3\n"
+"help.text"
+msgid "Color Definition for Changes"
+msgstr "পরিবর্তনের জন্য রঙের সংজ্ঞা"
+
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"par_id3150792\n"
+"4\n"
+"help.text"
+msgid "Defines colors for recorded changes. If you select the \"By author\" entry, $[officename] will automatically set the color depending on the author who undertook the changes."
+msgstr "রেকর্ডকৃত পরিবর্তনের জন্য রং নির্ধারণ করে। আপনি যদি \"লেখক অনুযায়ি\" এন্ট্রি নির্বাচন করেন, তবে পরিবর্তনের সূত্রপাত করেছে এমন লেখকের উপর ভিত্তি করে $[officename] স্বয়ংক্রিয়ভাবে রং নির্ধারণ করে।"
+
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"hd_id3150400\n"
+"5\n"
+"help.text"
+msgid "Changes"
+msgstr "পরিবর্তন"
+
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"par_id3148451\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_CONTENT\">Specifies the color for changes of cell contents.</ahelp>"
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_CONTENT\">কক্ষের বিষয়বস্তুর পরিবর্তনের জন্য রং সুনির্দিষ্ট করে।</ahelp>"
+
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"hd_id3158410\n"
+"7\n"
+"help.text"
+msgid "Deletions"
+msgstr "উন্মুক্তকরণ"
+
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"par_id3147084\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_REMOVE\">Specifies the color to highlight deletions in a document.</ahelp>"
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_REMOVE\">নথিতে উন্মুক্তকরণ প্রনির্দেশ করতে রং সুনির্দিষ্ট করে।</ahelp>"
+
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"hd_id3154685\n"
+"9\n"
+"help.text"
+msgid "Insertions"
+msgstr "প্রবেশায়ন"
+
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"par_id3151383\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_INSERT\">Specifies the color to highlight insertions in a document.</ahelp>"
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_INSERT\">নথিতে প্রবেশায়ন প্রনির্দেশ করতে রং সুনির্দিষ্ট করে।</ahelp>"
+
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"hd_id3125863\n"
+"11\n"
+"help.text"
+msgid "Moved entries"
+msgstr "পরিবর্তিত এন্ট্রি"
+
+#: 01060600.xhp
+msgctxt ""
+"01060600.xhp\n"
+"par_id3159151\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_MOVE\">Specifies the color to highlight moved cell contents.</ahelp>"
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_MOVE\">পরিবর্তিত কক্ষের বিষয়বস্তু প্রনির্দেশ করতে রং সুনির্দিষ্ট করে।</ahelp>"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Changes"
+msgstr "পরিবর্তন"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"hd_id3153823\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01040700.xhp\" name=\"Changes\">Changes</link>"
+msgstr "<link href=\"text/shared/optionen/01040700.xhp\" name=\"Changes\">পরিবর্তন</link>"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3149416\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_REDLINE_OPT\">Defines the appearance of changes in the document.</ahelp>"
+msgstr "<ahelp hid=\"HID_REDLINE_OPT\">নথিতে পরিবর্তনের উপস্থিতি নির্ধারণ করে।</ahelp>"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3156153\n"
+"27\n"
+"help.text"
+msgid "To record or show changes in your text or spreadsheet document, choose <link href=\"text/shared/01/02230000.xhp\" name=\"Edit - Changes\"><emph>Edit - Changes - Record</emph></link> or <emph>Edit - Changes - Show</emph>."
+msgstr "আপনার লেখা অথবা স্প্রেডশীট নথিতে পরিবর্তনসমূহ রেকর্ড অথবা প্রদর্শন করে থতাককে, <link href=\"text/shared/01/02230000.xhp\" name=\"Edit - Changes\"><emph>সম্পাদনা - পরিবর্তন - রেকর্ড</emph></link> অথবা <emph>সম্পাদনা - পরিবর্তন - প্রদর্শন</emph> নির্বাচন করুন।"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"hd_id3155419\n"
+"3\n"
+"help.text"
+msgid "Text display"
+msgstr "পাঠ প্রদর্শন করুন"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3144510\n"
+"4\n"
+"help.text"
+msgid "Defines the settings for displaying recorded changes. Select the type of change and the corresponding display attribute and color. The preview field shows the effect of the selected display options."
+msgstr "রেকর্ডকৃত পরিবর্তন প্রদর্শনের জন্য সেটিং নির্ধারণ করে থাকে। পরিবর্তনের ধরন এবং সংশ্লিষ্ট প্রদর্শন বৈশিষ্ট্য এবং রং নির্বাচন করুন। পূর্বদর্শন ক্ষেত্রটির সাহায্যে নির্বাচিত প্রদর্শন অপশনের প্রভাব প্রদর্শন করে থাকে।"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"hd_id3148550\n"
+"21\n"
+"help.text"
+msgid "Insertions / Attributes"
+msgstr "সন্নিবেশন / গুণ"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3154758\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_INS_ATTR\">Specifies how changes in the document are displayed when text is inserted.</ahelp>"
+msgstr "<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_INS_ATTR\">পাঠ সন্নিবেশ করার সময় সুনির্দিষ্ট করুন যে পরিবর্তন কিভাবে নথিতে প্রদর্শিত হয়।</ahelp>"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"hd_id3152812\n"
+"23\n"
+"help.text"
+msgid "Deletions / Attributes"
+msgstr "অপসারণ / গুণ"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3154365\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_DEL_ATTR\">Specifies how changes in the document are displayed when text is deleted. If you record text deletions, the text is displayed with the selected attribute (for example, strikethrough) and is not deleted.</ahelp>"
+msgstr "<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_DEL_ATTR\">পাঠ অপসারণ করার সময় সুনির্দিষ্ট করুন যে নথির পরিবর্তন কিভাবে প্রদর্শিত হয়। আপনি যদি পাঠ অপসারণ রেকর্ড করেন, পাঠটি নির্বাচিত গুণ (উদাহরণ স্বরূপ, অবচ্ছেদন) দ্বারা প্রদর্শিত হয় এবং অপসারিত হয় না।</ahelp>"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"hd_id3148674\n"
+"25\n"
+"help.text"
+msgid "Changed attributes / Attributes"
+msgstr "পরিবর্তিত গুণ / গুণ"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3151042\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_CHG_ATTR\">Defines how changes to text attributes are displayed in the document. These changes affect attributes such as bold, italic or underline.</ahelp>"
+msgstr "<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_CHG_ATTR\">নথিতে কিভাবে পাঠ বৈশিষ্ট্যের পরিবর্তন প্রদর্শিত হয় তা নির্ধারণ করে। এই পরিবর্তনসমূহ মোটা, তীর্যক বা নিম্নরেখার মতো বৈশিষ্ট্যে প্রভাব ফেলে।</ahelp>"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"hd_id3153105\n"
+"28\n"
+"help.text"
+msgid "Color"
+msgstr "রং"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3145419\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_CHG_COL\">You can also choose a color to display each type of recorded change. When you choose the condition \"By author\" in the list, the color is automatically determined by $[officename], then modified to match to the author of each change.</ahelp>"
+msgstr "<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_CHG_COL\">আপনি প্রত্যেক ধরনের রেকর্ডকৃত পরিবর্তন প্রদর্শন করতে একটি রংও পছন্দ করতে পারেন। আপনি যখন তালিকায় \"লেখক দ্বারা\" শর্তটি পছন্দ করেন, রং স্বয়ংক্রিয়ভাবে $[officename] দ্বারা নির্ণয় করা হয়, তারপর প্রতিটি পরিবর্তনের লেখকের সাথে সমন্বয় করতে পরিবর্তন করা হয়।</ahelp>"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"hd_id3145607\n"
+"15\n"
+"help.text"
+msgid "Lines changed"
+msgstr "রেখা পরিবর্তিত"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3149562\n"
+"16\n"
+"help.text"
+msgid "To indicate which lines of the text have been changed, you can define a mark that appears in the left or right page margin."
+msgstr "পাঠের কোন রেখাটি পরিবর্তিত হয়েছে তা নির্দেশ করুন, আপনি একটি চিহ্ন নির্ধারণ করতে পারেন যা বাম বা ডান মার্জিনে উপস্থিত হয়।"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"hd_id3145785\n"
+"17\n"
+"help.text"
+msgid "Mark"
+msgstr "চিহ্ন"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3154638\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"SW:LISTBOX:TP_REDLINE_OPT:LB_MARKPOS\">Defines if and where changed lines in the document are marked.</ahelp> You can set the markings so that they always appear on the left or right page margin, or on the outer or inner margin."
+msgstr "<ahelp hid=\"SW:LISTBOX:TP_REDLINE_OPT:LB_MARKPOS\">নথির পরিবর্তীত সারিসমূহ চিহ্নিত করা হয় কিনা এবং কোথায় চিহ্নিত করা হয় তা নির্ধারণ করে থাকে।</ahelp> আপনি চিহ্নসমূহ নির্ধারণ করতে পারেন যাতে তারা সবসময় পৃষ্ঠা মার্জিনের বাম অথবা ডানে অথবা ভিতর বা বাইরের মার্জিনে আবির্ভূত হয়।"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"hd_id3163713\n"
+"19\n"
+"help.text"
+msgid "Color"
+msgstr "রং"
+
+#: 01040700.xhp
+msgctxt ""
+"01040700.xhp\n"
+"par_id3146975\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"SW:LISTBOX:TP_REDLINE_OPT:LB_LC_COL\">Specifies the color for highlighting the changed lines in the text.</ahelp>"
+msgstr "<ahelp hid=\"SW:LISTBOX:TP_REDLINE_OPT:LB_LC_COL\">পাঠে পরিবর্তিত রেখাটি প্রনির্দেশ করার জন্য রং সুনির্দিষ্ট করুন।</ahelp>"
diff --git a/source/bn/helpcontent2/source/text/swriter/02.po b/source/bn/helpcontent2/source/text/swriter/02.po
index a91fbb03c49..4d6f1b745c0 100644
--- a/source/bn/helpcontent2/source/text/swriter/02.po
+++ b/source/bn/helpcontent2/source/text/swriter/02.po
@@ -846,3 +846,3233 @@ msgctxt ""
"help.text"
msgid "Right"
msgstr "ডান"
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"par_id3147751\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"SW:METRICFIELD:DLG_PAGEPREVIEW_PRINTOPTIONS:MF_RMARGIN\" visibility=\"visible\">Specifies the right margin width.</ahelp>"
+msgstr "<ahelp hid=\"SW:METRICFIELD:DLG_PAGEPREVIEW_PRINTOPTIONS:MF_RMARGIN\" visibility=\"visible\">বাম সীমারেখা প্রস্থ সুনির্দিষ্টভাবে উল্লেখ করুন।</ahelp>"
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"hd_id3149845\n"
+"18\n"
+"help.text"
+msgid "Bottom"
+msgstr "নিম্নদেশ"
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"par_id3148857\n"
+"19\n"
+"help.text"
+msgid "<ahelp hid=\"SW:METRICFIELD:DLG_PAGEPREVIEW_PRINTOPTIONS:MF_BMARGIN\" visibility=\"visible\">Specifies the bottom margin height.</ahelp>"
+msgstr "<ahelp hid=\"SW:METRICFIELD:DLG_PAGEPREVIEW_PRINTOPTIONS:MF_BMARGIN\" visibility=\"visible\">নিম্ন সীমারেখা উচ্চতা সুনির্দিষ্টভাবে উল্লেখ করুন।</ahelp>"
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"hd_id3150491\n"
+"20\n"
+"help.text"
+msgid "Spacing"
+msgstr "স্থান ফাঁকা করা"
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"par_id3156097\n"
+"21\n"
+"help.text"
+msgid "The spacing section is used to determine the horizontal and vertical distances between the reduced document pages on one page."
+msgstr "এক পৃষ্ঠায় হ্রাসকৃত নথির পৃষ্ঠায় উল্লম্ব এবং অনুভূমিক দূরত্ব নির্ধারণ করতে ফাঁকাকরণ অংশ ব্যবহার করা হয়।"
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"hd_id3156113\n"
+"22\n"
+"help.text"
+msgid "Horizontal"
+msgstr "অনুভূমিক"
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"par_id3150100\n"
+"23\n"
+"help.text"
+msgid "<ahelp hid=\"SW:METRICFIELD:DLG_PAGEPREVIEW_PRINTOPTIONS:MF_HMARGIN\" visibility=\"visible\">Determines the horizontal distance between document pages.</ahelp>"
+msgstr "<ahelp hid=\"SW:METRICFIELD:DLG_PAGEPREVIEW_PRINTOPTIONS:MF_HMARGIN\" visibility=\"visible\">নথি পৃষ্ঠাসমূহের মাঝের অনুভূমিক দূরত্ব নির্ধারণ করা হয়।</ahelp>"
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"hd_id3153128\n"
+"24\n"
+"help.text"
+msgid "Vertical"
+msgstr "উল্লম্ব"
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"par_id3149632\n"
+"25\n"
+"help.text"
+msgid "<ahelp hid=\"SW:METRICFIELD:DLG_PAGEPREVIEW_PRINTOPTIONS:MF_VMARGIN\" visibility=\"visible\">Determines the vertical distance between document pages.</ahelp>"
+msgstr "<ahelp hid=\"SW:METRICFIELD:DLG_PAGEPREVIEW_PRINTOPTIONS:MF_VMARGIN\" visibility=\"visible\">নথি পৃষ্ঠাসমূহের মাঝের উল্লম্ব দূরত্ব নির্ধারণ করা হয়।</ahelp>"
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"hd_id3149649\n"
+"26\n"
+"help.text"
+msgid "Format"
+msgstr "বিন্যাস"
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"par_id3154031\n"
+"27\n"
+"help.text"
+msgid "Determines what print format to use."
+msgstr "কোন মুদ্রণ বিন্যাস ব্যবহার করতে হবে সেটি উল্লেখ করা হয়।"
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"hd_id3149950\n"
+"28\n"
+"help.text"
+msgid "Landscape"
+msgstr "আড়াআড়ি"
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"par_id3149969\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:DLG_PAGEPREVIEW_PRINTOPTIONS:RB_LANDSCAPE\" visibility=\"visible\">Prints the page in landscape format.</ahelp>"
+msgstr "<ahelp hid=\"SW:RADIOBUTTON:DLG_PAGEPREVIEW_PRINTOPTIONS:RB_LANDSCAPE\" visibility=\"visible\">আড়াআড়ি বিন্যাসে পৃষ্ঠাটি মুদ্রণ করা হয়।</ahelp>"
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"hd_id3149611\n"
+"30\n"
+"help.text"
+msgid "Portrait"
+msgstr "লম্বালম্বি"
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"par_id3145094\n"
+"31\n"
+"help.text"
+msgid "<ahelp hid=\"SW:RADIOBUTTON:DLG_PAGEPREVIEW_PRINTOPTIONS:RB_PORTRAIT\" visibility=\"visible\">Prints the page in portrait format.</ahelp>"
+msgstr "<ahelp hid=\"SW:RADIOBUTTON:DLG_PAGEPREVIEW_PRINTOPTIONS:RB_PORTRAIT\" visibility=\"visible\">লম্বালম্বি বিন্যাসে পৃষ্ঠাটি মুদ্রণ করা হয়।</ahelp>"
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"hd_id3145110\n"
+"33\n"
+"help.text"
+msgid "Default"
+msgstr "ডিফল্ট"
+
+#: 10110000.xhp
+msgctxt ""
+"10110000.xhp\n"
+"par_id3149579\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"SW:PUSHBUTTON:DLG_PAGEPREVIEW_PRINTOPTIONS:PB_STANDARD\" visibility=\"visible\">Specifies that the system will not use a fixed number of rows and columns when printing out the page view, but rather uses what was originally shown in the page view.</ahelp>"
+msgstr "<ahelp hid=\"SW:PUSHBUTTON:DLG_PAGEPREVIEW_PRINTOPTIONS:PB_STANDARD\" visibility=\"visible\">উল্লেখ করে যে যখন মুদ্রিত পাতা দেখা হয় তখন সিস্টেম সারি এবং কলামের একটি অপরিবর্তনীয় সংখ্যা ব্যবহার করবে না, কিন্তু বরং ব্যবহার করে যে পৃষ্ঠা দেখাতে আসলে কি দেখানো হয়েছিল।</ahelp>"
+
+#: 18120000.xhp
+msgctxt ""
+"18120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Graphics On/Off"
+msgstr "গ্রাফিক্স সক্রিয়/নিষ্ক্রিয় করুন"
+
+#: 18120000.xhp
+msgctxt ""
+"18120000.xhp\n"
+"hd_id3148568\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/18120000.xhp\" name=\"Graphics On/Off\">Graphics On/Off</link>"
+msgstr "<link href=\"text/swriter/02/18120000.xhp\" name=\"Graphics On/Off\">গ্রাফিক্স সক্রিয়/নিষ্ক্রিয় করুন</link>"
+
+#: 18120000.xhp
+msgctxt ""
+"18120000.xhp\n"
+"bm_id3147167\n"
+"help.text"
+msgid "<bookmark_value>graphics;do not show</bookmark_value><bookmark_value>images;do not show</bookmark_value><bookmark_value>pictures;do not show</bookmark_value>"
+msgstr "<bookmark_value>graphics;do not show</bookmark_value><bookmark_value>images;do not show</bookmark_value><bookmark_value>pictures;do not show</bookmark_value>"
+
+#: 18120000.xhp
+msgctxt ""
+"18120000.xhp\n"
+"par_id3147167\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Graphic\">If the<emph> Graphics On/Off </emph>icon on the <emph>Tools</emph> bar is activated, no graphics are displayed - only empty frames as placeholders.</ahelp>"
+msgstr "<ahelp hid=\".uno:Graphic\">যদি <emph>টুল</emph> বারের <emph> গ্রাফিক্স সক্রিয়/নিষ্ক্রিয় করুন </emph>আইকন সক্রিয় থাকে, কোনো গ্রাফিক্স প্রদর্শিত হবেনা - শুধুমাত্র ফাঁকা ফ্রেমসমূহ স্থানধারক হিসেবে।</ahelp>"
+
+#: 18120000.xhp
+msgctxt ""
+"18120000.xhp\n"
+"par_id3151177\n"
+"help.text"
+msgid "<image id=\"img_id3156379\" src=\"cmd/sc_graphic.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156379\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156379\" src=\"cmd/sc_graphic.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156379\">আইকন</alt></image>"
+
+#: 18120000.xhp
+msgctxt ""
+"18120000.xhp\n"
+"par_id3154107\n"
+"2\n"
+"help.text"
+msgid "Graphics On/Off"
+msgstr "গ্রাফিক্স সক্রিয়/নিষ্ক্রিয় করুন"
+
+#: 06090000.xhp
+msgctxt ""
+"06090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Unnumbered Entry"
+msgstr "অসংখ্যায়িত ভুক্তি সন্নিবেশ করুন"
+
+#: 06090000.xhp
+msgctxt ""
+"06090000.xhp\n"
+"hd_id3154505\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/06090000.xhp\" name=\"Insert Unnumbered Entry\">Insert Unnumbered Entry</link>"
+msgstr "<link href=\"text/swriter/02/06090000.xhp\" name=\"Insert Unnumbered Entry\">অসংখ্যায়িত এন্ট্রি সন্নিবেশ করান</link>"
+
+#: 06090000.xhp
+msgctxt ""
+"06090000.xhp\n"
+"par_id3148775\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertNeutralParagraph\">Inserts a paragraph without numbering. The existing numbering will not be affected.</ahelp>"
+msgstr "<ahelp hid=\".uno:InsertNeutralParagraph\">সংখ্যায়ন ছাড়া একটি অনুচ্ছেদ সন্নিবেশ করে। বিদ্যমান সংখ্যায়ন প্রভাবিত হবেনা।</ahelp>"
+
+#: 06090000.xhp
+msgctxt ""
+"06090000.xhp\n"
+"par_id3156377\n"
+"help.text"
+msgid "<image id=\"img_id3156384\" src=\"cmd/sc_insertneutralparagraph.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156384\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156384\" src=\"cmd/sc_insertneutralparagraph.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156384\">আইকন</alt></image>"
+
+#: 06090000.xhp
+msgctxt ""
+"06090000.xhp\n"
+"par_id3156381\n"
+"3\n"
+"help.text"
+msgid "Insert Unnumbered Entry"
+msgstr "অসংখ্যায়িত ভুক্তি সন্নিবেশ করা হবে"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Numbering on/off"
+msgstr "সংখ্যায়ন সক্রিয়/নিষ্ক্রিয় করুন"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"hd_id3150220\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/02110000.xhp\" name=\"Numbering on/off\">Numbering On/Off</link>"
+msgstr "<link href=\"text/swriter/02/02110000.xhp\" name=\"Numbering on/off\">সংখ্যায়ন সক্রিয়/নিষ্ক্রিয় করুন</link>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150240\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DefaultNumbering\">Adds or removes numbering from the selected paragraphs.</ahelp> To define the numbering format, choose <emph>Format - Bullets and Numbering</emph>. To display the <emph>Bullets and Numbering</emph> Bar, choose <emph>View - Toolbars - Bullets and Numbering</emph>."
+msgstr "<ahelp hid=\".uno:DefaultNumbering\">নির্বাচিত অনুচ্ছেদ থেকে সংখ্যায়ন যোগ করুন অথবা সরিয়ে দিন।</ahelp> সংখ্যায়ন বিন্যাস সংজ্ঞায়িত করতে, <emph>বিন্যাস - বুলেটসমূহ এবং সংখ্যায়ন</emph>পছন্দ করুন। <emph>বুলেটসমূহ এবং সংখ্যায়ন</emph> বার প্রদর্শন করতে, <emph>প্রদর্শন - টুলবারসমূহ - বুলেটসমূহ এবং সংখ্যায়ন</emph>পছন্দ করুন।"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150952\n"
+"3\n"
+"help.text"
+msgid "Some of the bullets and numbering options are not available when working in the <link href=\"text/swriter/01/03120000.xhp\" name=\"Web Layout\">Web Layout</link>."
+msgstr "<link href=\"text/swriter/01/03120000.xhp\" name=\"Web Layout\">ওয়েব বিন্যাসে</link> কাজ করার সময় কিছু বুলেট ও সংখ্যায়ন অপশনসমূহ বিদ্যমান ছিলনা।"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3150502\n"
+"help.text"
+msgid "<image id=\"img_id3150508\" src=\"cmd/sc_defaultnumbering.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150508\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150508\" src=\"cmd/sc_defaultnumbering.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150508\">আইকন</alt></image>"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3147525\n"
+"4\n"
+"help.text"
+msgid "Numbering On/Off"
+msgstr "সংখ্যায়ন সক্রিয়/নিষ্ক্রিয় করুন"
+
+#: 02110000.xhp
+msgctxt ""
+"02110000.xhp\n"
+"par_id3147549\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06050000.xhp\" name=\"Bullets and Numbering\">Bullets and Numbering</link>"
+msgstr "<link href=\"text/shared/01/06050000.xhp\" name=\"Bullets and Numbering\">বুলেট ও সংখ্যায়ন</link>"
+
+#: 04240000.xhp
+msgctxt ""
+"04240000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table: Variable"
+msgstr "সারণি: চলক"
+
+#: 04240000.xhp
+msgctxt ""
+"04240000.xhp\n"
+"hd_id3154501\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/04240000.xhp\" name=\"Table: Variable\">Table: Variable</link>"
+msgstr "<link href=\"text/swriter/02/04240000.xhp\" name=\"Table: Variable\">সারণি: চলক</link>"
+
+#: 04240000.xhp
+msgctxt ""
+"04240000.xhp\n"
+"par_id3151182\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\".uno:TableModeVariable\" visibility=\"visible\">If this mode is active, changes to a line and/or column affect the size of the table.</ahelp>"
+msgstr "<ahelp hid=\".uno:TableModeVariable\" visibility=\"visible\">যদি এই মোডটি সক্রিয় থাকে, একটি রেখা এবং/অথবা কলাম পরিবর্তন সারণির আকারে প্রভাব ফেলে।</ahelp>"
+
+#: 04240000.xhp
+msgctxt ""
+"04240000.xhp\n"
+"par_id3145415\n"
+"help.text"
+msgid "<image src=\"cmd/sc_tablemodevariable.png\" id=\"img_id3156375\"><alt id=\"alt_id3156375\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_tablemodevariable.png\" id=\"img_id3156375\"><alt id=\"alt_id3156375\">আইকন</alt></image>"
+
+#: 04240000.xhp
+msgctxt ""
+"04240000.xhp\n"
+"par_id3156410\n"
+"2\n"
+"help.text"
+msgid "Table: Variable"
+msgstr "সারণি: চলক"
+
+#: 18130000.xhp
+msgctxt ""
+"18130000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Direct Cursor On/Off"
+msgstr "সরাসরি কার্সার সক্রিয়/নিষ্ক্রিয় করুন"
+
+#: 18130000.xhp
+msgctxt ""
+"18130000.xhp\n"
+"bm_id3147167\n"
+"help.text"
+msgid "<bookmark_value>direct cursor; restriction</bookmark_value>"
+msgstr "<bookmark_value>direct cursor; restriction</bookmark_value>"
+
+#: 18130000.xhp
+msgctxt ""
+"18130000.xhp\n"
+"hd_id3147167\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/18130000.xhp\" name=\"Direct Cursor On/Off\">Direct Cursor On/Off</link>"
+msgstr "<link href=\"text/swriter/02/18130000.xhp\" name=\"Direct Cursor On/Off\">সরাসরি কার্সার সক্রিয়/নিষ্ক্রিয় করুন</link>"
+
+#: 18130000.xhp
+msgctxt ""
+"18130000.xhp\n"
+"par_id3152896\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ShadowCursor\">Activates or deactivates the direct cursor.</ahelp> You can specify the behavior of the direct cursor by choosing <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01040600.xhp\" name=\"Text Document - Formatting Aids\">%PRODUCTNAME Writer - Formatting Aids</link></emph>."
+msgstr ""
+
+#: 18130000.xhp
+msgctxt ""
+"18130000.xhp\n"
+"par_id3147508\n"
+"help.text"
+msgid "<image id=\"img_id3154840\" src=\"cmd/sc_shadowcursor.png\"><alt id=\"alt_id3154840\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154840\" src=\"cmd/sc_shadowcursor.png\"><alt id=\"alt_id3154840\">আইকন</alt></image>"
+
+#: 18130000.xhp
+msgctxt ""
+"18130000.xhp\n"
+"par_id3151310\n"
+"3\n"
+"help.text"
+msgid "Direct Cursor On/Off"
+msgstr "সরাসরি কার্সার সক্রিয়/নিষ্ক্রিয় করুন"
+
+#: 18130000.xhp
+msgctxt ""
+"18130000.xhp\n"
+"par_id3154570\n"
+"4\n"
+"help.text"
+msgid "The direct cursor allows you to click in any blank area of a page to place text, images, tables, frames, and other objects."
+msgstr "পাঠ্য, চিত্র, ফ্রেম, এবং অন্যান্য বস্তু জায়গা করতে সরাসরি কার্সার আপনাকে যেকোনো ফাঁকা এলাকায় ক্লিক করতে সম্মতি দেয়।"
+
+#: 18130000.xhp
+msgctxt ""
+"18130000.xhp\n"
+"par_id3155902\n"
+"6\n"
+"help.text"
+msgid "If you place the direct cursor approximately in the middle between the left and the right margin of a page or a table cell, the text you insert will be centered. Similarly, text is right-aligned when the direct cursor is placed on the right margin."
+msgstr "যদি আপনি সরাসরি কার্সার একটি পৃষ্ঠার অথবা একটি সারণি ঘরের বাম এবং ডান প্রান্তের মাঝে প্রায় যথাযথ ভাবে স্থাপন করেন, আপনার সন্নিবেশকৃত পাঠ্য কেন্দ্রীয়করণ করা হবে। অনুরূপভাবে, পাঠ্য ডান-প্রান্তীয় হবে যখন সরাসরি কার্সার ডান প্রান্তে স্থাপন করা হবে।"
+
+#: 18130000.xhp
+msgctxt ""
+"18130000.xhp\n"
+"par_id3151255\n"
+"5\n"
+"help.text"
+msgid "The AutoCorrect tool automatically removes empty paragraphs, tabs, and spaces that are inserted by the direct cursor. If you want to use the direct cursor, then disable the AutoCorrect tool."
+msgstr "AutoCorrect সরাসরি কার্সার দ্বারা সন্নিবেশকৃত ফাঁকা অনুচ্ছেদসমূহ, ট্যাবসমূহ, এবং স্থানসমূহ স্বয়ংক্রিয়ভাবে অপসারণ করবে। যদি আপনি সরাসরি কার্সার ব্যবহার করতে চান, তবে AutoCorrect টুল নিষ্ক্রিয় করুন।"
+
+#: 18130000.xhp
+msgctxt ""
+"18130000.xhp\n"
+"par_id3148982\n"
+"7\n"
+"help.text"
+msgid "The direct cursor sets tabs to position the cursor. If you change the tabs later. the position of the text on the page may change as well."
+msgstr "পাঠ্য, চিত্র, ফ্রেম, এবং অন্যান্য বস্তু জায়গা করতে সরাসরি কার্সার আপনাকে যেকোনো ফাঁকা এলাকায় ক্লিক করতে সম্মতি দেয়।"
+
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Demote One Level With Subpoints"
+msgstr "উপবিন্দুসমূহসহ এক ধাপ নামিয়ে দিন"
+
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"hd_id3145826\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/06070000.xhp\" name=\"Demote One Level With Subpoints\">Demote One Level With Subpoints</link>"
+msgstr "<link href=\"text/swriter/02/06070000.xhp\" name=\"Demote One Level With Subpoints\">উপবিন্দুসমূহসহ এক ধাপ নামিয়ে দিন</link>"
+
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3145241\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:DecrementSubLevels\">Shifts paragraphs with subpoints down one level.</ahelp> This is only visible when the cursor is positioned within numbered or bulleted text."
+msgstr "<ahelp hid=\".uno:DecrementSubLevels\">উপবিন্দু সহ অনুচ্ছেদ এক স্তর নিচে নামান।</ahelp> এটি শুধুমাত্র প্রদর্শিত হবে যখন কার্সার সংখ্যায়িত অথবা বুলেটকৃত পাঠ্যে অবস্থিত হবে।"
+
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3145084\n"
+"help.text"
+msgid "<image id=\"img_id3156376\" src=\"cmd/sc_decrementsublevels.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156376\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156376\" src=\"cmd/sc_decrementsublevels.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156376\">আইকন</alt></image>"
+
+#: 06070000.xhp
+msgctxt ""
+"06070000.xhp\n"
+"par_id3145088\n"
+"3\n"
+"help.text"
+msgid "Demote One Level With Subpoints"
+msgstr "উপবিন্দুসমূহসহ এক স্তর নামিয়ে দেয়া হবে"
+
+#: 03220000.xhp
+msgctxt ""
+"03220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Unlink Frames"
+msgstr "ফ্রেমসমূহ বিযুক্ত করুন"
+
+#: 03220000.xhp
+msgctxt ""
+"03220000.xhp\n"
+"bm_id3151188\n"
+"help.text"
+msgid "<bookmark_value>frames;unlinking</bookmark_value><bookmark_value>unlinking frames</bookmark_value>"
+msgstr "<bookmark_value>frames;unlinking</bookmark_value><bookmark_value>unlinking frames</bookmark_value>"
+
+#: 03220000.xhp
+msgctxt ""
+"03220000.xhp\n"
+"hd_id3151188\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/03220000.xhp\" name=\"Unlink Frames\">Unlink Frames</link>"
+msgstr "<link href=\"text/swriter/02/03220000.xhp\" name=\"Unlink Frames\">ফ্রেমসমূহ বিযুক্ত করুন</link>"
+
+#: 03220000.xhp
+msgctxt ""
+"03220000.xhp\n"
+"par_id3145412\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:UnhainFrames\">Breaks the link between two frames.</ahelp> You can only break the link that extends from the selected frame to the target frame."
+msgstr "<ahelp hid=\".uno:UnhainFrames\">দুই ফ্রেমের মাঝের সংযোগ ভেঙ্গে দিন।</ahelp> আপনি শুধুমাত্র সেসব সংযোগ ভেঙ্গে দিতে পারেন যা নির্বাচিত ফ্রেম থেকে লক্ষ্যবস্তু ফ্রেমে প্রসারিত করে।"
+
+#: 03220000.xhp
+msgctxt ""
+"03220000.xhp\n"
+"par_id3155903\n"
+"help.text"
+msgid "<image id=\"img_id3149687\" src=\"cmd/sc_unhainframes.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3149687\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149687\" src=\"cmd/sc_unhainframes.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3149687\">আইকন</alt></image>"
+
+#: 03220000.xhp
+msgctxt ""
+"03220000.xhp\n"
+"par_id3155628\n"
+"3\n"
+"help.text"
+msgid "Unlink Frames"
+msgstr "ফ্রেমসমূহ বিযুক্ত করুন"
+
+#: 04220000.xhp
+msgctxt ""
+"04220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table: Fixed"
+msgstr "সারণি: নির্ধারিত"
+
+#: 04220000.xhp
+msgctxt ""
+"04220000.xhp\n"
+"hd_id3151187\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/04220000.xhp\" name=\"Table: Fixed\">Table: Fixed</link>"
+msgstr "<link href=\"text/swriter/02/04220000.xhp\" name=\"Table: Fixed\">সারণি: নির্ধারিত</link>"
+
+#: 04220000.xhp
+msgctxt ""
+"04220000.xhp\n"
+"par_id3151174\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\".uno:TableModeFix\" visibility=\"visible\">If this mode is active, changes to a line and/or column affect only the neighboring lines or columns in question.</ahelp>"
+msgstr "<ahelp hid=\".uno:TableModeFix\" visibility=\"visible\">যদি এই মোডটি সক্রিয় থাকে, একটি রেখা এবং/অথবা কলাম পরিবর্তন করুন যা কেবলমাত্র নিকটবর্তী রেখা অথবা কলামসমূহে প্রভাব ফেলে।</ahelp>"
+
+#: 04220000.xhp
+msgctxt ""
+"04220000.xhp\n"
+"par_id3155896\n"
+"help.text"
+msgid "<image src=\"cmd/sc_tablemodefix.png\" id=\"img_id3155903\"><alt id=\"alt_id3155903\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_tablemodefix.png\" id=\"img_id3155903\"><alt id=\"alt_id3155903\">আইকন</alt></image>"
+
+#: 04220000.xhp
+msgctxt ""
+"04220000.xhp\n"
+"par_id3155066\n"
+"2\n"
+"help.text"
+msgid "Table: Fixed"
+msgstr "সারণি: নির্ধারিত"
+
+#: 04230000.xhp
+msgctxt ""
+"04230000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Table: Fixed, Proportional"
+msgstr "সারণি: নির্ধারিত, আনুপাতিক"
+
+#: 04230000.xhp
+msgctxt ""
+"04230000.xhp\n"
+"hd_id3147169\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/04230000.xhp\" name=\"Table: Fixed, Proportional\">Table: Fixed, Proportional</link>"
+msgstr "<link href=\"text/swriter/02/04230000.xhp\" name=\"Table: Fixed, Proportional\">সারণি: নির্ধারিত, আনুপাতিক</link>"
+
+#: 04230000.xhp
+msgctxt ""
+"04230000.xhp\n"
+"par_id3145246\n"
+"3\n"
+"help.text"
+msgid "<ahelp hid=\".uno:TableModeFixProp\" visibility=\"visible\">If this mode is active, changes to the line and/or column affect the entire table.</ahelp>"
+msgstr "<ahelp hid=\".uno:TableModeFixProp\" visibility=\"visible\">যদি এই মোডটি সক্রিয় থাকে, একটি রেখা এবং/অথবা কলাম পরিবর্তন সম্পূর্ণ সারণিতে প্রভাব ফেলে।</ahelp>"
+
+#: 04230000.xhp
+msgctxt ""
+"04230000.xhp\n"
+"par_id3145087\n"
+"help.text"
+msgid "<image src=\"cmd/sc_tablemodefixprop.png\" id=\"img_id3156378\"><alt id=\"alt_id3156378\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_tablemodefixprop.png\" id=\"img_id3156378\"><alt id=\"alt_id3156378\">আইকন</alt></image>"
+
+#: 04230000.xhp
+msgctxt ""
+"04230000.xhp\n"
+"par_id3149497\n"
+"2\n"
+"help.text"
+msgid "Table: Fixed, Proportional"
+msgstr "সারণি: নির্ধারিত, আনুপাতিক"
+
+#: 10080000.xhp
+msgctxt ""
+"10080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Book preview"
+msgstr "বইয়ের প্রাকদর্শন"
+
+#: 10080000.xhp
+msgctxt ""
+"10080000.xhp\n"
+"bm_id9658192\n"
+"help.text"
+msgid "<bookmark_value>previews;book preview</bookmark_value><bookmark_value>book previews</bookmark_value>"
+msgstr "<bookmark_value>previews;book preview</bookmark_value><bookmark_value>book previews</bookmark_value>"
+
+#: 10080000.xhp
+msgctxt ""
+"10080000.xhp\n"
+"par_idN10548\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/10080000.xhp\">Book preview</link>"
+msgstr "<link href=\"text/swriter/02/10080000.xhp\">বইয়ের প্রাকদর্শন</link>"
+
+#: 10080000.xhp
+msgctxt ""
+"10080000.xhp\n"
+"par_idN1054C\n"
+"help.text"
+msgid "<ahelp hid=\"FN_SHOW_BOOKVIEW\">Select to display the first page on the right side in the page preview.</ahelp> If not selected, the first page is displayed on the left side of the preview."
+msgstr "<ahelp hid=\"FN_SHOW_BOOKVIEW\">পৃষ্ঠা প্রাকদর্শন এর ডান পাশে প্রথম পৃষ্ঠা প্রদর্শন করতে নির্বাচন করুন।</ahelp> যদি নির্বাচিত না থাকে, প্রথম পৃষ্ঠা প্রাকদর্শন এর বাম পাশে প্রদর্শিত হবে।"
+
+#: 10080000.xhp
+msgctxt ""
+"10080000.xhp\n"
+"par_idN10635\n"
+"help.text"
+msgid "<image id=\"img_id8750572\" src=\"cmd/sc_showbookview.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id8750572\">book preview icon</alt></image>"
+msgstr "<image id=\"img_id8750572\" src=\"cmd/sc_showbookview.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id8750572\">বই প্রাকপ্রাকদর্শনের আইকন</alt></image>"
+
+#: 10080000.xhp
+msgctxt ""
+"10080000.xhp\n"
+"par_idN10614\n"
+"help.text"
+msgid "Book Preview"
+msgstr "বইয়ের প্রাকদর্শন"
+
+#: 18030700.xhp
+msgctxt ""
+"18030700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Author"
+msgstr "লেখক"
+
+#: 18030700.xhp
+msgctxt ""
+"18030700.xhp\n"
+"hd_id3154505\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/18030700.xhp\" name=\"Author\">Author</link>"
+msgstr "<link href=\"text/swriter/02/18030700.xhp\" name=\"Author\">লেখক</link>"
+
+#: 18030700.xhp
+msgctxt ""
+"18030700.xhp\n"
+"par_id3152896\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertAuthorField\">Inserts the name of the person who created the document here as a field.</ahelp> The field applies the entry made under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010100.xhp\" name=\"$[officename] - User data\">$[officename] - User data</link></emph>."
+msgstr ""
+
+#: 10020000.xhp
+msgctxt ""
+"10020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Zoom Out"
+msgstr "ছোট আকারে প্রদর্শন"
+
+#: 10020000.xhp
+msgctxt ""
+"10020000.xhp\n"
+"hd_id3149870\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/10020000.xhp\" name=\"Zoom Out\">Zoom Out</link>"
+msgstr "<link href=\"text/swriter/02/10020000.xhp\" name=\"Zoom Out\">ছোট করে দেখা</link>"
+
+#: 10020000.xhp
+msgctxt ""
+"10020000.xhp\n"
+"par_id3147401\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Zooms out to see more of the document at a reduced size.</ahelp>"
+msgstr ""
+
+#: 10020000.xhp
+msgctxt ""
+"10020000.xhp\n"
+"par_id3148775\n"
+"help.text"
+msgid "<image id=\"img_id3150764\" src=\"cmd/sc_zoomout.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150764\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150764\" src=\"cmd/sc_zoomout.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150764\">আইকন</alt></image>"
+
+#: 10020000.xhp
+msgctxt ""
+"10020000.xhp\n"
+"par_id3156410\n"
+"3\n"
+"help.text"
+msgid "Zoom Out"
+msgstr "ছোট আকারে প্রদর্শন"
+
+#: 18030100.xhp
+msgctxt ""
+"18030100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Date"
+msgstr "তারিখ"
+
+#: 18030100.xhp
+msgctxt ""
+"18030100.xhp\n"
+"hd_id3151175\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/18030100.xhp\" name=\"Date\">Date</link>"
+msgstr "<link href=\"text/swriter/02/18030100.xhp\" name=\"Date\">তারিখ</link>"
+
+#: 18030100.xhp
+msgctxt ""
+"18030100.xhp\n"
+"par_id3147511\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertDateField\">Inserts the current date as a field.</ahelp> The default date format is used, and the date is not automatically updated."
+msgstr "<ahelp hid=\".uno:InsertDateField\">ক্ষেত্র হিসেবে একটি বর্তমান তারিখ সন্নিবেশ করানো হয়।</ahelp> ডিফল্ট তারিখ বিন্যাস ব্যবহার করা হয়েছে, তারিখ স্বয়ংক্রিয় ভাবে হালনাগাদ হয়।"
+
+#: 18030100.xhp
+msgctxt ""
+"18030100.xhp\n"
+"par_id3151312\n"
+"3\n"
+"help.text"
+msgid "If you would like to define a different date format, or have the date updated automatically, select <emph>Insert - Fields - Other</emph> to insert a field command and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The format of an existing date field can be modified at any time by choosing <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>."
+msgstr "যদি আপনি একটি ভিন্ন তারিখ বিন্যাস ব্যাখ্যা করতে চান বা স্বয়ংক্রিয় ভাবে তারিখ হালনাগাদ করতে চান, একটি ক্ষেত্র কমান্ড দিতে বা <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>ক্ষেত্র</emph></link> ডায়ালগে কাঙ্খিত সেটিং সন্নিবেশ করতে <emph> সন্নিবেশ - ক্ষেত্র - অন্যান্য</emph> নির্বাচন করুন। <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>সম্পাদনা - ক্ষেত্র</emph></link> নির্বাচন করে আপনি যেকোনো সময় বর্তমান তারিখের বিন্যাস পরিবর্তন করতে পারবেন।"
+
+#: 19040000.xhp
+msgctxt ""
+"19040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Fields"
+msgstr "ক্ষেত্রসমূহ সন্নিবেশ করা হবে"
+
+#: 19040000.xhp
+msgctxt ""
+"19040000.xhp\n"
+"hd_id3149286\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/19040000.xhp\" name=\"Insert Fields\">Insert Fields</link>"
+msgstr "<link href=\"text/swriter/02/19040000.xhp\" name=\"Insert Fields\">ক্ষেত্রসমূহ সন্নিবেশ করা হবে</link>"
+
+#: 19040000.xhp
+msgctxt ""
+"19040000.xhp\n"
+"par_id3151173\n"
+"2\n"
+"help.text"
+msgid "Click to open the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\">Fields</link> dialog. Click the arrow next to the icon and select the required field from the submenu."
+msgstr "<link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\">ক্ষেত্রসমূহ</link> ডায়ালগ খুলতে ক্লিক করুন। আইকন এর পরবর্তী তীরে ক্লিক করুন এবং সাবমেনু থেকে প্রয়োজনীয় ক্ষেত্র নির্বাচন করুন।"
+
+#: 19040000.xhp
+msgctxt ""
+"19040000.xhp\n"
+"par_id3154104\n"
+"4\n"
+"help.text"
+msgid "You can select the following functions:"
+msgstr "আপনি নিম্নোক্ত ফাংশনসমূহ নির্বাচন করতে পারেন:"
+
+#: 19040000.xhp
+msgctxt ""
+"19040000.xhp\n"
+"hd_id3145248\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/04090000.xhp\" name=\"Other\">Other</link>"
+msgstr "<link href=\"text/swriter/01/04090000.xhp\" name=\"Other\">অন্যান্য</link>"
+
+#: 18030500.xhp
+msgctxt ""
+"18030500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Subject"
+msgstr "বিষয়"
+
+#: 18030500.xhp
+msgctxt ""
+"18030500.xhp\n"
+"bm_id3147169\n"
+"help.text"
+msgid "<bookmark_value>subject fields</bookmark_value><bookmark_value>fields; subject</bookmark_value>"
+msgstr "<bookmark_value>subject fields</bookmark_value><bookmark_value>fields; subject</bookmark_value>"
+
+#: 18030500.xhp
+msgctxt ""
+"18030500.xhp\n"
+"hd_id3147169\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/18030500.xhp\" name=\"Subject\">Subject</link>"
+msgstr "<link href=\"text/swriter/02/18030500.xhp\" name=\"Subject\">বিষয়</link>"
+
+#: 18030500.xhp
+msgctxt ""
+"18030500.xhp\n"
+"par_id3152892\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertTopicField\">Inserts the subject specified in the document properties as a field .</ahelp> This field displays the data entered in the <emph>Subject</emph> field under <emph>File - Properties - Description</emph>."
+msgstr "<ahelp hid=\".uno:InsertTopicField\">নথি বৈশিষ্ট্যবলীতে একটি ক্ষেত্র হিসেবে নির্ধারিত বিষয় সন্নিবেশ করান।</ahelp> এই ক্ষেত্র <emph>বিষয়</emph> ক্ষেত্রে <emph>ফাইল - বৈশিষ্ট্যবলী - বর্ণনা</emph> এর আভ্যন্তরীন <emph>বিষয়</emph> ক্ষেত্রে সন্নিবেশকৃত ডাটা প্রদর্শিত করে।"
+
+#: 18030500.xhp
+msgctxt ""
+"18030500.xhp\n"
+"par_id3156380\n"
+"3\n"
+"help.text"
+msgid "If you would like to insert a different document property as a field, select <emph>Insert - Fields - Other</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties."
+msgstr "যদি আপনি ক্ষেত্র হিসেবে একটি ভিন্ন নথি বৈশিষ্ট্য সন্নিবেশ করতে চান, <emph>সন্নিবেশ - ক্ষেত্র - অন্যান্য</emph> নির্বাচন করুন এবং <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>ক্ষেত্র</emph></link> ডায়ালগে কাঙ্ক্ষিত সেটিংটি তেরি করুন। <emph>DocInformation</emph> শ্রেণী নথি বৈশিষ্ট্যের সব ক্ষেত্র ধারণ করে।"
+
+#: 04250000.xhp
+msgctxt ""
+"04250000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sum"
+msgstr "যোগফল"
+
+#: 04250000.xhp
+msgctxt ""
+"04250000.xhp\n"
+"hd_id3143232\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/04250000.xhp\" name=\"Sum\">Sum</link>"
+msgstr "<link href=\"text/swriter/02/04250000.xhp\" name=\"Sum\">যোগফল</link>"
+
+#: 04250000.xhp
+msgctxt ""
+"04250000.xhp\n"
+"par_id3146899\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:AutoSum\">Activates the sum function. Note that the cursor must be in the cell where you want the sum to appear.</ahelp>"
+msgstr "<ahelp hid=\".uno:AutoSum\">যোগফল কার্যক্রম সক্রিয় করুন। নোট করুন যে কার্সার অবশ্যই ঘরে থাকতে হবে যেখানে আপনি যোগফল দৃষ্টিগোচর করাতে চান।</ahelp>"
+
+#: 04250000.xhp
+msgctxt ""
+"04250000.xhp\n"
+"par_id3154504\n"
+"5\n"
+"help.text"
+msgid "<item type=\"productname\">%PRODUCTNAME</item> recognizes the cell range for the sum function as long as the cells are filled with numbers. Prior to entering the data, you must enable the <emph>Number Recognition</emph> in the context menu of the table."
+msgstr "<item type=\"productname\">%PRODUCTNAME</item> যোগফল কার্যক্রমের জন্য ঘর পরিসর শনাক্ত করুন যতেক্ষন পর্যন্ত ঘরসমূহ সংখ্যা দ্বারা পূর্ণ আছে। ডাটা সন্নিবেশ করার পূর্বে, আপনাকে অবশ্যই সারণির প্রসঙ্গ তালিকায় <emph>সংখ্যা শনাক্তকরণ</emph> সক্রিয় করতে হবে।"
+
+#: 04250000.xhp
+msgctxt ""
+"04250000.xhp\n"
+"par_id3148771\n"
+"3\n"
+"help.text"
+msgid "Click <emph>Apply</emph> to accept the sum formula as it appears in the entry line."
+msgstr "যোগফল সূত্র গ্রহণ করতে<emph>প্রয়োগ</emph> এ ক্লিক করুন যা সন্নিবেশ রেখায় উপস্থিত হয়।"
+
+#: 04250000.xhp
+msgctxt ""
+"04250000.xhp\n"
+"par_id3145418\n"
+"help.text"
+msgid "<image id=\"img_id3147512\" src=\"cmd/sc_autosum.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147512\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147512\" src=\"cmd/sc_autosum.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147512\">আইকন</alt></image>"
+
+#: 04250000.xhp
+msgctxt ""
+"04250000.xhp\n"
+"par_id3150750\n"
+"4\n"
+"help.text"
+msgid "Sum"
+msgstr "যোগফল"
+
+#: 19020000.xhp
+msgctxt ""
+"19020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Footer"
+msgstr "পাদটীকা সন্নিবেশ করা হবে"
+
+#: 19020000.xhp
+msgctxt ""
+"19020000.xhp\n"
+"hd_id3145829\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/19020000.xhp\" name=\"Insert Footer\">Insert Footer</link>"
+msgstr "<link href=\"text/swriter/02/19020000.xhp\" name=\"Insert Footer\">পাদটীকা সন্নিবেশ করা হবে</link>"
+
+#: 19020000.xhp
+msgctxt ""
+"19020000.xhp\n"
+"par_id3148768\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"FN_INSERT_FOOTER\">Displays the footer of an HTML document if footers are enabled on the <link href=\"text/shared/01/05040400.xhp\" name=\"Format - Page - Footer\"><emph>Format - Page - Footer</emph></link> tab page.</ahelp>"
+msgstr "<ahelp hid=\"FN_INSERT_FOOTER\">যদি পাদটীকা <link href=\"text/shared/01/05040400.xhp\" name=\"Format - Page - Footer\"><emph>বিন্যাস - পৃষ্ঠা - পাদটীকা</emph></link> ট্যাব পৃষ্ঠায় সক্রিয় থাকে তবে একটি HTML নথিতে পাদটীকা প্রদর্শন করা হয়।</ahelp>"
+
+#: 18030000.xhp
+msgctxt ""
+"18030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert Fields"
+msgstr "ক্ষেত্রসমূহ সন্নিবেশ করা হবে"
+
+#: 18030000.xhp
+msgctxt ""
+"18030000.xhp\n"
+"hd_id3153916\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/18030000.xhp\" name=\"Insert Fields\">Insert Fields</link>"
+msgstr "<link href=\"text/swriter/02/18030000.xhp\" name=\"Insert Fields\">ক্ষেত্রসমূহ সন্নিবেশ করা হবে</link>"
+
+#: 18030000.xhp
+msgctxt ""
+"18030000.xhp\n"
+"par_id3147403\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to open the Fields dialog. Click the arrow next to the icon to open a submenu.</ahelp> Click to open the <link href=\"text/swriter/01/04090000.xhp\">Fields</link> dialog. Click the arrow next to the icon to open a submenu."
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ক্ষেত্র ডায়ালগ খুলতে ক্লিক করুন। একটি সাবমেনু খুলতে আইকনের পরবর্তী তীর চিহ্নে ক্লিক করুন।</ahelp> <link href=\"text/swriter/01/04090000.xhp\">ক্ষেত্র</link> ক্ষেত্র ডায়ালগ খুলতে ক্লিক করুন। একটি সাবমেনু খুলতে আইকনের পরবর্তী তীর চিহ্নে ক্লিক করুন।"
+
+#: 18030000.xhp
+msgctxt ""
+"18030000.xhp\n"
+"par_id3154503\n"
+"5\n"
+"help.text"
+msgid "You can choose from the following functions:"
+msgstr "আপনি নিম্নোক্ত ফাংশন থেকে বেছে নিতে পারেন:"
+
+#: 18030000.xhp
+msgctxt ""
+"18030000.xhp\n"
+"hd_id3148566\n"
+"6\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/04090000.xhp\" name=\"Other\">Other</link>"
+msgstr "<link href=\"text/swriter/01/04090000.xhp\" name=\"Other\">অন্যান্য</link>"
+
+#: 10030000.xhp
+msgctxt ""
+"10030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Preview Zoom"
+msgstr "জুম প্রাকবীক্ষন করা"
+
+#: 10030000.xhp
+msgctxt ""
+"10030000.xhp\n"
+"hd_id3147175\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/10030000.xhp\" name=\"Preview Zoom\">Preview Zoom</link>"
+msgstr "<link href=\"text/swriter/02/10030000.xhp\" name=\"Preview Zoom\">প্রাকদর্শনের আকার পরিবর্তন</link>"
+
+#: 10030000.xhp
+msgctxt ""
+"10030000.xhp\n"
+"par_id3145244\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"HID_PVIEW_ZOOM_LB\">Determines the zoom level of the page preview.</ahelp>"
+msgstr "<ahelp hid=\"HID_PVIEW_ZOOM_LB\">পৃষ্ঠার প্রাকদর্শনের আকার পরিবর্তনের স্তর নির্ধারণ করে।</ahelp>"
+
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Promote One Level With Subpoints"
+msgstr "উপবিন্দুসমূহসহ এক স্তর উন্নীত করা হবে"
+
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"hd_id3154507\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/06080000.xhp\" name=\"Promote One Level With Subpoints\">Promote One Level With Subpoints</link>"
+msgstr "<link href=\"text/swriter/02/06080000.xhp\" name=\"Promote One Level With Subpoints\">উপবিন্দুসমূহসহ এক স্তর উন্নীত করা হবে</link>"
+
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3151189\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:IncrementSubLevels\">Shifts paragraphs with subpoints up one numbering level.</ahelp> This is only visible when the cursor is positioned within numbered or bulleted text."
+msgstr "<ahelp hid=\".uno:IncrementSubLevels\">উপবিন্দু সহ অনুচ্ছেদ এক স্তর উপরে উঠান।</ahelp> এটি শুধুমাত্র প্রদর্শিত হবে যখন কার্সার সংখ্যায়িত অথবা বুলেটকৃত পাঠ্যে অবস্থিত হবে।"
+
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3145410\n"
+"help.text"
+msgid "<image id=\"img_id3145421\" src=\"cmd/sc_incrementsublevels.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145421\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145421\" src=\"cmd/sc_incrementsublevels.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145421\">আইকন</alt></image>"
+
+#: 06080000.xhp
+msgctxt ""
+"06080000.xhp\n"
+"par_id3145417\n"
+"3\n"
+"help.text"
+msgid "Promote One Level With Subpoints"
+msgstr "উপবিন্দুসমূহসহ এক ধাপ এগিয়ে দিন"
+
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Cancel"
+msgstr "বাতিল"
+
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"hd_id3149957\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/14030000.xhp\" name=\"Cancel\">Cancel</link>"
+msgstr "<link href=\"text/swriter/02/14030000.xhp\" name=\"Cancel\">বাতিল করুন</link>"
+
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"par_id3149602\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"FN_FORMULA_CANCEL\">Clears the contents of the input line and closes the formula bar.</ahelp>"
+msgstr "<ahelp hid=\"FN_FORMULA_CANCEL\">ইনপুট রেখার বিষয়বস্তু খালি করুন এবং সূত্র বার খালি করুন।</ahelp>"
+
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"par_id3149574\n"
+"help.text"
+msgid "<image id=\"img_id3149580\" src=\"sw/imglst/sc20557.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149580\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149580\" src=\"sw/imglst/sc20557.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149580\">আইকন</alt></image>"
+
+#: 14030000.xhp
+msgctxt ""
+"14030000.xhp\n"
+"par_id3148855\n"
+"3\n"
+"help.text"
+msgid "Cancel"
+msgstr "বাতিল"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Formula"
+msgstr "সূত্র"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"bm_id3149687\n"
+"help.text"
+msgid "<bookmark_value>operators; in formulas</bookmark_value><bookmark_value>statistical functions</bookmark_value><bookmark_value>trigonometric functions</bookmark_value><bookmark_value>pages;number of</bookmark_value><bookmark_value>variables;document properties</bookmark_value><bookmark_value>arithmetical operators in formulas</bookmark_value>"
+msgstr "<bookmark_value>operators; in formulas</bookmark_value><bookmark_value>statistical functions</bookmark_value><bookmark_value>trigonometric functions</bookmark_value><bookmark_value>pages;number of</bookmark_value><bookmark_value>variables;document properties</bookmark_value><bookmark_value>arithmetical operators in formulas</bookmark_value>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"hd_id3149687\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/14020000.xhp\" name=\"Formula\">Formula</link>"
+msgstr "<link href=\"text/swriter/02/14020000.xhp\" name=\"Formula\">সূত্র</link>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3143270\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"FN_FORMULA_CALC\">Opens a submenu, from which you can insert a formula into the cell of a table.</ahelp> Place the cursor in a cell in the table or at the position in the document where you want the result to appear. Click the<emph> Formula </emph>icon and choose the desired formula from the submenu."
+msgstr "<ahelp hid=\"FN_FORMULA_CALC\">একটি সাবমেনু খোলা হয়, যেখান হতে আপনি একটি সারণির ঘরে একটি সূত্র সন্নিবেশ করতে পারেন।</ahelp> সারণির যে ঘরে বা নথির যেখানে আপনি ফলাফলটি দেখতে চান কার্সারটি সেখানে রাখুন। <emph> সূত্র </emph> আইকনে ক্লিক করুন এবং সাবমেনু হতে পছন্দসই সূত্র নির্বাচন করুন।"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149096\n"
+"3\n"
+"help.text"
+msgid "The formula appears in the input line. To specify a range of cells in a table, select the desired cells with the mouse. The corresponding cell references also appear in the input line. Enter additional parameters, as necessary, and click <emph>Apply</emph> to confirm your entry. You can also enter the formula directly if you know the appropriate syntax. This is necessary, for example, in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Insert Fields\"><emph>Insert Fields</emph></link> and <emph>Edit Fields</emph> dialogs."
+msgstr "ইনপুট রেখায় সূত্র দেখায়। সারণিতে ঘরের পরিসীমা উল্লেখ করতে, মাউস দিয়ে কাঙ্ক্ষিত ঘর নির্বাচন করুন। সংশ্লিষ্ট ঘর রেফারেন্স ও ইনপুট রেখায় দেখায়। অতিরিক্ত প্যারামিটার যোগ করুন, যদি প্রয়োজন হয়, আপনার ভুক্তি নিশ্চিত করতে <emph>প্রয়োগ</emph> ক্লিক করুন। যদি আপনি যথোপযুক্ত সিনট্যাক্স জানেন তবে সরাসরি সূত্রও দিতে পারেন। এটি প্রয়োজনীয়, যেমন, <link href=\"text/swriter/01/04090000.xhp\" name=\"Insert Fields\"><emph>ক্ষেত্র সন্নিবেশ</emph></link> এবং <emph>ক্ষেত্র সম্পাদনা</emph> ডায়ালগে।"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3155142\n"
+"help.text"
+msgid "<image id=\"img_id3155148\" src=\"sw/imglst/sc20556.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155148\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155148\" src=\"sw/imglst/sc20556.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155148\">আইকন</alt></image>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150113\n"
+"4\n"
+"help.text"
+msgid "Formula"
+msgstr "সূত্র"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"hd_id3150691\n"
+"5\n"
+"help.text"
+msgid "Summary of Formula Options"
+msgstr "সূত্র অপশনসমূহের সারসংক্ষেপ"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"hd_id3155858\n"
+"6\n"
+"help.text"
+msgid "Basic Calculation Functions"
+msgstr "মৌলিক গণনা ফাংশনসমূহ"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149565\n"
+"7\n"
+"help.text"
+msgid "Addition"
+msgstr "যোগ"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150563\n"
+"8\n"
+"help.text"
+msgid "+"
+msgstr "+"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149831\n"
+"9\n"
+"help.text"
+msgid "Calculates the total."
+msgstr "সর্বমোট গণনা করা হয়।"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149845\n"
+"161\n"
+"help.text"
+msgid "Example: <A1> + 8"
+msgstr "উদাহরণ: <A1> + ৮"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3156097\n"
+"11\n"
+"help.text"
+msgid "Subtraction"
+msgstr "বিয়োগ"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150087\n"
+"12\n"
+"help.text"
+msgid "-"
+msgstr "-"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153122\n"
+"13\n"
+"help.text"
+msgid "Calculates the difference"
+msgstr "পার্থক্য গণনা করা হয়"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153135\n"
+"162\n"
+"help.text"
+msgid "Example: 10 - <B5>"
+msgstr "উদাহরণ: ১০ - <B5>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149646\n"
+"15\n"
+"help.text"
+msgid "Multiplication"
+msgstr "গুণন"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154038\n"
+"16\n"
+"help.text"
+msgid "MUL or *"
+msgstr "MUL অথবা *"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149965\n"
+"17\n"
+"help.text"
+msgid "Calculates the product."
+msgstr "গুণফল গণনা করা হয়।"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149603\n"
+"163\n"
+"help.text"
+msgid "Example: 7 MUL 9"
+msgstr "উদাহরণ: ৭ MUL ৯"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3145096\n"
+"19\n"
+"help.text"
+msgid "Division"
+msgstr "ভাগ"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149570\n"
+"20\n"
+"help.text"
+msgid "DIV or /"
+msgstr "DIV অথবা /"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149592\n"
+"21\n"
+"help.text"
+msgid "Calculates the quotient"
+msgstr "ভাগফল গণনা করা হয়"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3156243\n"
+"164\n"
+"help.text"
+msgid "Example: 100 DIV 15"
+msgstr "উদাহরণ: ১০০ DIV ১৫"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"hd_id3156260\n"
+"23\n"
+"help.text"
+msgid "Basic Functions in the Submenu"
+msgstr "সাবমেনুতে মৌলিক ফাংশন"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3145185\n"
+"24\n"
+"help.text"
+msgid "Sum"
+msgstr "যোগফল"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3155312\n"
+"25\n"
+"help.text"
+msgid "SUM"
+msgstr "SUM"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3155335\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_SUM\">Calculates the sum of the selected cells.</ahelp>"
+msgstr "<ahelp hid=\"HID_MN_CALC_SUM\">নির্বাচিত ঘরগুলোর যোগফল গণনা করা হবে।</ahelp>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154411\n"
+"165\n"
+"help.text"
+msgid "Example: SUM <A2:C2> displays the sum of the values in cells A2 to C2"
+msgstr "উদাহরণ: SUM <A2:C2> A2 থেকে C2 ঘরগুলোর মানসমূহের যোগফল প্রদর্শন করা হয়।"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153381\n"
+"28\n"
+"help.text"
+msgid "Round"
+msgstr "পূর্ণসংখ্যায় রূপান্তর"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3145598\n"
+"29\n"
+"help.text"
+msgid "ROUND"
+msgstr "ROUND"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3145621\n"
+"30\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_ROUND\">Rounds a number to the specified decimal places.</ahelp>"
+msgstr "<ahelp hid=\"HID_MN_CALC_ROUND\">উল্লেখিত দশমিক স্থানে একটি সংখ্যা পূর্ণসংখ্যায় রূপান্তর করা হয়।</ahelp>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154862\n"
+"166\n"
+"help.text"
+msgid "Example: 15.678 ROUND 2 displays 15.68"
+msgstr "উদাহরণ: ১৫.৬৭৮ ROUND 2 প্রদর্শন করে ১৫.৬৮"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3148687\n"
+"32\n"
+"help.text"
+msgid "Percent"
+msgstr "শতকরা"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3155930\n"
+"33\n"
+"help.text"
+msgid "PHD"
+msgstr "PHD"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3155953\n"
+"34\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_PHD\">Calculates a percentage</ahelp>"
+msgstr "<ahelp hid=\"HID_MN_CALC_PHD\">একটি শতকরা হার গণনা করা হয়</ahelp>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149991\n"
+"167\n"
+"help.text"
+msgid "Example: 10 + 15 PHD displays 10.15"
+msgstr "উদাহরণ: ১০ + ১৫ PHD প্রদর্শন করে ১০.১৫"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153016\n"
+"36\n"
+"help.text"
+msgid "Square Root"
+msgstr "বর্গ মূল"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153038\n"
+"37\n"
+"help.text"
+msgid "SQRT"
+msgstr "SQRT"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153062\n"
+"38\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_SQRT\">Calculates the square root.</ahelp>"
+msgstr "<ahelp hid=\"HID_MN_CALC_SQRT\">বর্গ মূল গণনা করা হয়।</ahelp>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153882\n"
+"168\n"
+"help.text"
+msgid "Example: SQRT 25 displays 5.00"
+msgstr "উদাহরণ: SQRT ২৫ প্রদর্শন করে ৫.০০"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153909\n"
+"40\n"
+"help.text"
+msgid "Power"
+msgstr "ঘাত"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147124\n"
+"41\n"
+"help.text"
+msgid "POW"
+msgstr "POW"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149768\n"
+"42\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_POW\">Calculates the power of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_MN_CALC_POW\">একটি সংখ্যার ঘাত গণনা করা হয়।</ahelp>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149789\n"
+"169\n"
+"help.text"
+msgid "Example: 2 POW 8 displays 256.00"
+msgstr "উদাহরণ: ২ POW ৮ প্রদর্শন করে ২৫৬.০০"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"hd_id3150216\n"
+"44\n"
+"help.text"
+msgid "Operators"
+msgstr "অপারেটরগুলো"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150244\n"
+"190\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_POP_OPS\">You can insert various operators in your formula.</ahelp> Choose from the following functions:"
+msgstr "<ahelp hid=\"HID_MN_POP_OPS\">আপনি আপনার সূত্রে বিভিন্ন অপারেটর সন্নিবেশ করতে পারেন।</ahelp> নিম্নোক্ত ফাংশন থেকে নির্বাচন করুন:"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150316\n"
+"45\n"
+"help.text"
+msgid "List Separator"
+msgstr "বিভাজক তালিকাবদ্ধ করুন"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150339\n"
+"46\n"
+"help.text"
+msgid "|"
+msgstr "|"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153099\n"
+"47\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_LISTSEP\">Separates the elements in a list.</ahelp>"
+msgstr "<ahelp hid=\"HID_MN_CALC_LISTSEP\">উপাদানসমূহ একটি তালিকায় আলাদা করা হয়।</ahelp>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3155817\n"
+"170\n"
+"help.text"
+msgid "Example of using a list:"
+msgstr "একটি তালিকা ব্যবহারের উদাহরণ:"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3155830\n"
+"212\n"
+"help.text"
+msgid "MIN 10|20|50|<C6>|<A2:B6>|20"
+msgstr "MIN 10|20|50|<C6>|<A2:B6>|20"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147012\n"
+"49\n"
+"help.text"
+msgid "Equal"
+msgstr "সমান"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147034\n"
+"50\n"
+"help.text"
+msgid "EQ or =="
+msgstr "EQ অথবা =="
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150936\n"
+"51\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_EQ\">Checks if selected values are equal.</ahelp> If they are unequal, the result is zero, otherwise 1 (true) appears."
+msgstr "<ahelp hid=\"HID_MN_CALC_EQ\">পরীক্ষা করুন যদি নিম্নোক্ত মানসমূহ সমান হয়।</ahelp> যদি এরা সমান হয়, ফলাফল শূন্য, অন্যথায় 1 (সত্য) আবির্ভূত হবে।"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150961\n"
+"171\n"
+"help.text"
+msgid "Example: <A1> EQ 2 displays 1, if the content of A1 equals 2."
+msgstr "উদাহরণ: <A1> EQ 2 প্রদর্শন করে 1, যদি A1 এর বিষয়বস্তু 2 এর সমান হয়।"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154370\n"
+"53\n"
+"help.text"
+msgid "Not Equal"
+msgstr "সমান নয়"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150503\n"
+"54\n"
+"help.text"
+msgid "NEQ or !="
+msgstr "NEQ অথবা !="
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150526\n"
+"55\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_NEQ\">Tests for inequality between selected values.</ahelp>"
+msgstr "<ahelp hid=\"HID_MN_CALC_NEQ\">নির্বাচিত মানসমূহের মাঝের ভিন্নতা পরীক্ষা করা হবে।</ahelp>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147524\n"
+"172\n"
+"help.text"
+msgid "Example: <A1> NEQ 2 displays 0 (wrong), if the content of A1 equals 2."
+msgstr "উদাহরণ: <A1> NEQ 2 প্রদর্শন করে 0 (ভুল), যদি A1 এর বিষয়স্তু 2 এর সমান হয়।"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147553\n"
+"57\n"
+"help.text"
+msgid "Less than or Equal"
+msgstr "এর থেকে কম অথবা সমান"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153599\n"
+"58\n"
+"help.text"
+msgid "LEQ"
+msgstr "LEQ"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153622\n"
+"59\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_LEQ\">Tests for values less than or equal to a specified value.</ahelp>"
+msgstr "<ahelp hid=\"HID_MN_CALC_LEQ\">উল্লেখিত মানের কম অথবা সমান মানগুলোর ভিন্নতা পরীক্ষা করা হয়।</ahelp>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3151280\n"
+"173\n"
+"help.text"
+msgid "Example: <A1> LEQ 2 displays 1 (true), if the content of A1 is less than or equal to 2."
+msgstr "উদাহরণ: <A1> LEQ 2 প্রদর্শন করে 1 (সত্য), যদি A1 এর বিষয়স্তু 2 এর কম বা সমান হয়।"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153729\n"
+"61\n"
+"help.text"
+msgid "Greater than or Equal"
+msgstr "এর থেকে বড় অথবা সমান"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153751\n"
+"62\n"
+"help.text"
+msgid "GEQ"
+msgstr "GEQ"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3148876\n"
+"63\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_GEQ\">Tests for values greater than or equal to a specified value</ahelp>"
+msgstr "<ahelp hid=\"HID_MN_CALC_GEQ\">উল্লেখিত মানের বেশি অথবা সমান মানগুলোর ভিন্নতা পরীক্ষা করা হবে</ahelp>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3148898\n"
+"174\n"
+"help.text"
+msgid "Example: <A1> GEQ 2 displays 1 (true), if the content of A1 is greater than or equal to 2."
+msgstr "উদাহরণ: <A1> GEQ 2 প্রদর্শন করে 1 (সত্য), যদি A1 এর বিষয়স্তু 2 এর বড় বা সমান হয়।"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150836\n"
+"65\n"
+"help.text"
+msgid "Less"
+msgstr "কম"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150859\n"
+"66\n"
+"help.text"
+msgid "L"
+msgstr "L"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3155411\n"
+"67\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_LES\">Tests for values less than a specified value</ahelp>"
+msgstr "<ahelp hid=\"HID_MN_CALC_LES\">একটি উল্লেখিত মানের চেয়ে কম মানগুলোর জন্য পরীক্ষা করা হবে</ahelp>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3155433\n"
+"175\n"
+"help.text"
+msgid "Example: <A1> L 2 displays 1 (true), if the content of A1 is less than 2."
+msgstr "উদাহরণ: <A1> L 2 প্রদর্শন করে 1 (সত্য), যদি A1 এর বিষয়স্তু 2 এর কম হয়।"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150720\n"
+"69\n"
+"help.text"
+msgid "Greater"
+msgstr "বৃহত্তর"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150743\n"
+"70\n"
+"help.text"
+msgid "G"
+msgstr "G"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147310\n"
+"71\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_GRE\">Tests for values greater than a specified value</ahelp>"
+msgstr "<ahelp hid=\"HID_MN_CALC_GRE\">একটি উল্লেখিত মানের চেয়ে বড় মানগুলোর জন্য পরীক্ষা করা হয়</ahelp>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147333\n"
+"176\n"
+"help.text"
+msgid "Example: <A1> G 2 displays 1 (true), if the content of A1 is greater than 2."
+msgstr "উদাহরণ: <A1> G 2 প্রদর্শন করে 1 (সত্য), যদি A1 এর বিষয়স্তু 2 এর বড় হয়।"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3148408\n"
+"73\n"
+"help.text"
+msgid "Boolean Or"
+msgstr "বুলিয়ান OR"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3148430\n"
+"74\n"
+"help.text"
+msgid "OR"
+msgstr "OR"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150274\n"
+"75\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_OR\">Tests for values matching the Boolean OR</ahelp>"
+msgstr "<ahelp hid=\"HID_MN_CALC_OR\">বুলিয়ান OR এর অনুরূপ মানের জন্য পরীক্ষা করা হবে</ahelp>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150297\n"
+"181\n"
+"help.text"
+msgid "Example: 0 OR 0 displays 0 (false), anything else results in 1 (true)"
+msgstr "উদাহরণ: 0 অথবা 0 প্রদর্শন করে 0 (মিথ্যা), অন্য যেকোনো কিছুর ফলাফল 1 (সত্য)"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149434\n"
+"76\n"
+"help.text"
+msgid "Boolean X Or"
+msgstr "বুলিয়ান XOR"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149457\n"
+"77\n"
+"help.text"
+msgid "XOR"
+msgstr "XOR"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3146980\n"
+"78\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_XOR\">Tests for values matching the Boolean exclusive OR</ahelp>"
+msgstr "<ahelp hid=\"HID_MN_CALC_XOR\">বুলিয়ান স্বতন্ত্র OR এর অনুরূপ মানের জন্য পরীক্ষা করা হয়</ahelp>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147003\n"
+"182\n"
+"help.text"
+msgid "Example: 1 XOR 0 displays 1 (true)"
+msgstr "উদাহরণ: 1 XOR 0 প্রদর্শন করে 1 (সত্য)"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3152925\n"
+"79\n"
+"help.text"
+msgid "Boolean And"
+msgstr "বুলিয়ান AND"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3152948\n"
+"80\n"
+"help.text"
+msgid "AND"
+msgstr "AND"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153792\n"
+"81\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_AND\">Tests for values matching the Boolean AND</ahelp>"
+msgstr "<ahelp hid=\"HID_MN_CALC_AND\">বুলিয়ান AND এর অনুরূপ মানের জন্য পরীক্ষা করা হয়</ahelp>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153814\n"
+"183\n"
+"help.text"
+msgid "Example: 1 AND 2 displays 1 (true)"
+msgstr "উদাহরণ: 1 AND 2 প্রদর্শন করে 1 (সত্য)"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153938\n"
+"82\n"
+"help.text"
+msgid "Boolean Not"
+msgstr "বুলিয়ান NOT"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153961\n"
+"83\n"
+"help.text"
+msgid "NOT"
+msgstr "NOT"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3148633\n"
+"84\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_NOT\">Tests for values matching the Boolean NOT</ahelp>"
+msgstr "<ahelp hid=\"HID_MN_CALC_NOT\">বুলিয়ান NOT এর অনুরূপ মানের জন্য পরীক্ষা করা হয়</ahelp>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3148655\n"
+"184\n"
+"help.text"
+msgid "Example: NOT 1 (true) displays 0 (false)"
+msgstr "উদাহরণ: NOT 1 (সত্য) প্রদর্শন করে 0 (মিথ্যা)"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"hd_id3154240\n"
+"85\n"
+"help.text"
+msgid "Statistical Functions"
+msgstr "পরিসাংখ্যিক ফাংশনসমূহ"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154263\n"
+"191\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_POP_STATISTICS\">You can choose from the following statistical functions:</ahelp>"
+msgstr "<ahelp hid=\"HID_MN_POP_STATISTICS\">আপনি নিম্নোক্ত পরিসাংখ্যিক ফাংশনসমূহ থেকে পছন্দ করতে পারেন:</ahelp>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153176\n"
+"86\n"
+"help.text"
+msgid "Mean"
+msgstr "গাণিতিক গড়"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154053\n"
+"87\n"
+"help.text"
+msgid "MEAN"
+msgstr "MEAN"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154076\n"
+"88\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_MEAN\">Calculates the arithmetic mean of the values in an area or a list.</ahelp>"
+msgstr "<ahelp hid=\"HID_MN_CALC_MEAN\">একটি এলাকা অথবা তালিকায় গাণিতিক গড় গণনা করা হবে।</ahelp>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3145625\n"
+"177\n"
+"help.text"
+msgid "Example: MEAN 10|30|20 displays 20"
+msgstr "উদাহরণ: MEAN ১০|৩০|২০ প্রদর্শন করে ২০"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3145652\n"
+"90\n"
+"help.text"
+msgid "Minimum Value"
+msgstr "সর্বনিম্ন মান"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3155258\n"
+"91\n"
+"help.text"
+msgid "MIN"
+msgstr "MIN"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3155281\n"
+"92\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_MIN\">Calculates the minimum value in an area or a list.</ahelp>"
+msgstr "<ahelp hid=\"HID_MN_CALC_MIN\">একটি এলাকা অথবা তালিকায় সর্বনিম্ন মান গণনা করা হয়।</ahelp>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3155304\n"
+"178\n"
+"help.text"
+msgid "Example: MIN 10|30|20 displays 10"
+msgstr "উদাহরণ: MIN ১০|৩০|২০ প্রদর্শন করে ১০"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153993\n"
+"94\n"
+"help.text"
+msgid "Maximum Value"
+msgstr "সর্ব্বোচ্য মান"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154016\n"
+"95\n"
+"help.text"
+msgid "MAX"
+msgstr "MAX"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154726\n"
+"96\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_MAX\">Calculates the maximum value in an area or a list.</ahelp>"
+msgstr "<ahelp hid=\"HID_MN_CALC_MAX\">একটি এলাকা অথবা তালিকায় সর্বোচ্চ মান গণনা করা হবে।</ahelp>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154748\n"
+"179\n"
+"help.text"
+msgid "Example: MAX 10|30|20 displays 30.00"
+msgstr "উদাহরণ: MAX ১০|৩০|২০ displays ৩০.০০"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"hd_id3153200\n"
+"98\n"
+"help.text"
+msgid "Trigonometric Functions"
+msgstr "ত্রিকোনোমিতিক ফাংশনসমূহ"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153226\n"
+"192\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_POP_FUNC\">You can choose from the following trigonometric functions:</ahelp>"
+msgstr "<ahelp hid=\"HID_MN_POP_FUNC\">আপনি নিম্নোক্ত ত্রিকোনোমিতি ফাংশন থেকে পছন্দ করতে পারেন:</ahelp>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3145156\n"
+"99\n"
+"help.text"
+msgid "Sine"
+msgstr "সাইন"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149507\n"
+"100\n"
+"help.text"
+msgid "SIN"
+msgstr "SIN"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149530\n"
+"101\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_SIN\">Calculates the sine in radians</ahelp>"
+msgstr "<ahelp hid=\"HID_MN_CALC_SIN\">রেডিয়ানে সাইন গণনা করা হবে</ahelp>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153312\n"
+"180\n"
+"help.text"
+msgid "Example: SIN (PI/2)"
+msgstr "উদাহরণ: SIN (PI/২)"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153340\n"
+"103\n"
+"help.text"
+msgid "Cosine"
+msgstr "কোসাইন"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154510\n"
+"104\n"
+"help.text"
+msgid "COS"
+msgstr "COS"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154533\n"
+"105\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_COS\">Calculates the cosine in radians.</ahelp>"
+msgstr "<ahelp hid=\"HID_MN_CALC_COS\">রেডিয়ানে কোসাইন গণনা করা হবে।</ahelp>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3154554\n"
+"185\n"
+"help.text"
+msgid "Example: COS 1"
+msgstr "উদাহরণ: COS 1"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150989\n"
+"106\n"
+"help.text"
+msgid "Tangent"
+msgstr "ট্যানজেন্ট"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3151012\n"
+"107\n"
+"help.text"
+msgid "TAN"
+msgstr "TAN"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149369\n"
+"108\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_TAN\">Calculates the tangent in radians.</ahelp>"
+msgstr "<ahelp hid=\"HID_MN_CALC_TAN\">রেডিয়ানে ট্যানজেন্ট গণনা করা হবে।</ahelp>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149391\n"
+"186\n"
+"help.text"
+msgid "Example: TAN <A1>"
+msgstr "উদাহরণ: TAN <A1>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3151032\n"
+"109\n"
+"help.text"
+msgid "Arc Sine"
+msgstr "আর্ক সাইন"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3151055\n"
+"110\n"
+"help.text"
+msgid "ASIN"
+msgstr "ASIN"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150565\n"
+"111\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_ASIN\">Calculates the arc sine in radians.</ahelp>"
+msgstr "<ahelp hid=\"HID_MN_CALC_ASIN\">রেডিয়ানে আর্ক সাইন গণনা করা হবে।</ahelp>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150588\n"
+"187\n"
+"help.text"
+msgid "Example: ASIN 1"
+msgstr "উদাহরণ: ASIN 1"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150615\n"
+"112\n"
+"help.text"
+msgid "Arc Cosine"
+msgstr "আর্ক কোসাইন"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149728\n"
+"113\n"
+"help.text"
+msgid "ACOS"
+msgstr "ACOS"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149750\n"
+"114\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_ACOS\">Calculates the arc cosine in radians.</ahelp>"
+msgstr "<ahelp hid=\"HID_MN_CALC_ACOS\">রেডিয়ানে আর্ক কোসাইন গণনা করা হবে।</ahelp>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153833\n"
+"188\n"
+"help.text"
+msgid "Example: ACOS 1"
+msgstr "উদাহরণ: ACOS 1"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153860\n"
+"115\n"
+"help.text"
+msgid "Arc Tangent"
+msgstr "আর্ক ট্যানজেন্ট"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147057\n"
+"116\n"
+"help.text"
+msgid "ATAN"
+msgstr "ATAN"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147080\n"
+"117\n"
+"help.text"
+msgid "<ahelp hid=\"HID_MN_CALC_ATAN\">Calculates the arc tangent in radians.</ahelp>"
+msgstr "<ahelp hid=\"HID_MN_CALC_ATAN\">রেডিয়ানে আর্ক ট্যানজেন্ট গণনা করা হবে।</ahelp>"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147102\n"
+"189\n"
+"help.text"
+msgid "Example: ATAN 1"
+msgstr "উদাহরণ: ATAN 1"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"hd_id3150888\n"
+"194\n"
+"help.text"
+msgid "Variables for document properties"
+msgstr "নথির বৈশিষ্ট্যাবলীর জন্য চলকসমূহ"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150161\n"
+"210\n"
+"help.text"
+msgid "The following document properties are also found under <emph>File - Properties - Statistics</emph>."
+msgstr "নিম্নোক্ত নথির বৈশিষ্ট্যাবলী, <emph>ফাইল - বৈশিষ্ট্যাবলী - পরিসংখ্যান</emph> এর অধীনেও পাওয়া যাবে।"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3157538\n"
+"195\n"
+"help.text"
+msgid "CHAR"
+msgstr "CHAR"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3152954\n"
+"196\n"
+"help.text"
+msgid "Number of characters in the document"
+msgstr "নথিতে অক্ষরের সংখ্যা"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3152982\n"
+"197\n"
+"help.text"
+msgid "WORD"
+msgstr "WORD"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153005\n"
+"198\n"
+"help.text"
+msgid "Number of words in the document"
+msgstr "নথিতে শব্দের সংখ্যা"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3152715\n"
+"199\n"
+"help.text"
+msgid "PARA"
+msgstr "PARA"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3152738\n"
+"200\n"
+"help.text"
+msgid "Number of paragraphs in the document"
+msgstr "নথিতে অনুচ্ছেদের সংখ্যা"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3148453\n"
+"201\n"
+"help.text"
+msgid "GRAPH"
+msgstr "GRAPH"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3148476\n"
+"202\n"
+"help.text"
+msgid "Number of graphics in the document"
+msgstr "নথিতে গ্রাফিক্সের সংখ্যা"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3151091\n"
+"203\n"
+"help.text"
+msgid "TABLES"
+msgstr "TABLES"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3151114\n"
+"204\n"
+"help.text"
+msgid "Number of tables in the document"
+msgstr "নথিতে সারণির সংখ্যা"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3151198\n"
+"205\n"
+"help.text"
+msgid "OLE"
+msgstr "OLE"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3151220\n"
+"206\n"
+"help.text"
+msgid "Number of OLE objects in the document"
+msgstr "নথিতে OLE অবজেক্টের সংখ্যা"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3146903\n"
+"207\n"
+"help.text"
+msgid "PAGE"
+msgstr "PAGE"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3146926\n"
+"208\n"
+"help.text"
+msgid "Total number of pages in the document"
+msgstr "নথিতে পৃষ্ঠার সংখ্যা"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"hd_id3146944\n"
+"127\n"
+"help.text"
+msgid "More Defined Values"
+msgstr "আরও নির্ধারিত মানসমূহ"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3153562\n"
+"128\n"
+"help.text"
+msgid "PI"
+msgstr "PI"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147343\n"
+"129\n"
+"help.text"
+msgid "PI"
+msgstr "PI"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147366\n"
+"130\n"
+"help.text"
+msgid "3.1415..."
+msgstr "৩.১৪১৫..."
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147393\n"
+"131\n"
+"help.text"
+msgid "Euler's constant"
+msgstr "ইউলারের ধ্রুবক"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147462\n"
+"132\n"
+"help.text"
+msgid "E"
+msgstr "E"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3147485\n"
+"133\n"
+"help.text"
+msgid "2.71828..."
+msgstr "২.৭১৮২৮..."
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3145332\n"
+"134\n"
+"help.text"
+msgid "True"
+msgstr "সত্য"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3145355\n"
+"135\n"
+"help.text"
+msgid "TRUE"
+msgstr "TRUE"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3145378\n"
+"136\n"
+"help.text"
+msgid "not equal to 0"
+msgstr "0 এর সমান নয়"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150362\n"
+"137\n"
+"help.text"
+msgid "False"
+msgstr "মিথ্যা"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3150385\n"
+"138\n"
+"help.text"
+msgid "FALSE"
+msgstr "FALSE"
+
+#: 14020000.xhp
+msgctxt ""
+"14020000.xhp\n"
+"par_id3149304\n"
+"139\n"
+"help.text"
+msgid "0"
+msgstr "0"
+
+#: 18030200.xhp
+msgctxt ""
+"18030200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Time"
+msgstr "সময়"
+
+#: 18030200.xhp
+msgctxt ""
+"18030200.xhp\n"
+"bm_id3147174\n"
+"help.text"
+msgid "<bookmark_value>time fields;inserting</bookmark_value><bookmark_value>fields;inserting time</bookmark_value>"
+msgstr "<bookmark_value>time fields;inserting</bookmark_value><bookmark_value>fields;inserting time</bookmark_value>"
+
+#: 18030200.xhp
+msgctxt ""
+"18030200.xhp\n"
+"hd_id3147174\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/18030200.xhp\" name=\"Time\">Time</link>"
+msgstr "<link href=\"text/swriter/02/18030200.xhp\" name=\"Time\">সময়</link>"
+
+#: 18030200.xhp
+msgctxt ""
+"18030200.xhp\n"
+"par_id3152896\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertTimeField\" visibility=\"visible\">Inserts the current time as a field.</ahelp> The time is taken directly from the system settings of your operating system. A fixed time format is applied, which cannot be updated by using the F9 function key."
+msgstr "<ahelp hid=\".uno:InsertTimeField\" visibility=\"visible\">বর্তমান সময় একটি ক্ষেত্র হিসেবে সন্নিবেশ করান। </ahelp> সময়টি আপনার অপারেটিং সিস্টেম এর সিস্টেম বিন্যাস থেকে সরাসরি নেওয়া হয়েছে। একটি নির্দিষ্ট সময় বিন্যাস প্রয়োগ করা হয়েছে, যা F9 কার্যক্রম কী ব্যবহার করে হালনাগাদ করা যাবেনা।"
+
+#: 18030200.xhp
+msgctxt ""
+"18030200.xhp\n"
+"par_id3151177\n"
+"3\n"
+"help.text"
+msgid "To assign a different time format, or adapt the actual time data, select <emph>Insert - Fields - Other</emph> and make the desired changes in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. Additionally, you can modify the format of an inserted time field at any time by choosing <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>."
+msgstr "ভিন্ন সময় বিন্যাস নির্ধারণ করতে বা আসল সময় ডাটা গ্রহণ করতে, <emph>সন্নিবেশ - ক্ষেত্র - অন্যান্য</emph> নির্বাচন করুন এবং <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph> ক্ষেত্র</emph></link> ডায়ালগে কাঙ্ক্ষিত পরিবর্তন গুলো করুন। এছাড়াও, আপনি প্রবেশিত সময় ক্ষেত্র যেকোনো সময় <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>সম্পাদনা - ক্ষেত্র</emph></link> নির্বাচন করে পরিবর্তন করতে পারেন।"
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Move Down with Subpoints"
+msgstr "উপবিন্দুসমূহ সহ নিচে নামান"
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"hd_id3154501\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/06130000.xhp\" name=\"Move Down with Subpoints\">Move Down with Subpoints</link>"
+msgstr "<link href=\"text/swriter/02/06130000.xhp\" name=\"Move Down with Subpoints\">উপবিন্দুসমূহ সহ নিচে নামান</link>"
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3148770\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:MoveDownSubItems\" visibility=\"visible\">Moves a paragraph with all its subpoints below the following paragraph.</ahelp> This is only visible when the cursor is positioned within numbered or bulleted text."
+msgstr "<ahelp hid=\".uno:MoveDownSubItems\" visibility=\"visible\">সব উপবিন্দু সহ একটি অনুচ্ছেদকে নিম্নোক্ত অনুচ্ছেদের নিচে সরান।</ahelp> এটি শুধুমাত্র তখন দেখানো হবে যখন কার্সারটি সংখ্যায়িত অথবা বুলেটকৃত পাঠ্যে থাকবে।"
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3145086\n"
+"help.text"
+msgid "<image src=\"cmd/sc_movedownsubitems.png\" id=\"img_id3156377\"><alt id=\"alt_id3156377\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_movedownsubitems.png\" id=\"img_id3156377\"><alt id=\"alt_id3156377\">আইকন</alt></image>"
+
+#: 06130000.xhp
+msgctxt ""
+"06130000.xhp\n"
+"par_id3150749\n"
+"3\n"
+"help.text"
+msgid "Move Down with Subpoints"
+msgstr "উপবিন্দুসমূহ সহ নিচে নামান"
+
+#: 18030600.xhp
+msgctxt ""
+"18030600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Title"
+msgstr "শিরোনাম"
+
+#: 18030600.xhp
+msgctxt ""
+"18030600.xhp\n"
+"hd_id3154484\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/18030600.xhp\" name=\"Title\">Title</link>"
+msgstr "<link href=\"text/swriter/02/18030600.xhp\" name=\"Title\">শিরোনাম</link>"
+
+#: 18030600.xhp
+msgctxt ""
+"18030600.xhp\n"
+"par_id3151392\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertTitleField\">Inserts the title specified in the document properties as a field.</ahelp> This field displays the data entered in the <emph>Title</emph> field under <emph>File - Properties - Description</emph>."
+msgstr "<ahelp hid=\".uno:InsertTitleField\">নথি বৈশিষ্ট্যবলীতে একটি ক্ষেত্র হিসেবে নির্ধারিত শিরোনাম সন্নিবেশ করান। </ahelp> ক্ষেত্র <emph>ফাইল - বৈশিষ্ট্যবলী - বর্ণনা</emph> এর আভ্যন্তরীন <emph>শিরোনাম</emph> ক্ষেত্রে সন্নিবেশকৃত ডাটা প্রদর্শন করে।"
+
+#: 18030600.xhp
+msgctxt ""
+"18030600.xhp\n"
+"par_id3148768\n"
+"3\n"
+"help.text"
+msgid "If you would like to insert a different document property as a field, select <emph>Insert - Fields - Other</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties."
+msgstr "যদি আপনি ক্ষেত্র হিসেবে একটি ভিন্ন নথি বৈশিষ্ট্য সন্নিবেশ করতে চান, <emph>সন্নিবেশ - ক্ষেত্র - অন্যান্য</emph> নির্বাচন করুন এবং <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>ক্ষেত্র</emph></link> ডায়ালগে কাঙ্ক্ষিত সেটিংটি তেরি করুন। <emph>DocInformation</emph> শ্রেণী নথি বৈশিষ্ট্যের সব ক্ষেত্র ধারণ করে।"
+
+#: 08080000.xhp
+msgctxt ""
+"08080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Combined Display"
+msgstr "সমন্বিত প্রদর্শন"
+
+#: 08080000.xhp
+msgctxt ""
+"08080000.xhp\n"
+"hd_id3151186\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/08080000.xhp\" name=\"Combined Display\">Combined Display</link>"
+msgstr "<link href=\"text/swriter/02/08080000.xhp\" name=\"Combined Display\">সমন্বিত প্রদর্শন</link>"
+
+#: 08080000.xhp
+msgctxt ""
+"08080000.xhp\n"
+"par_id3151172\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:StatusBarFunc\" visibility=\"visible\">Displays current information about the active document.</ahelp>"
+msgstr "<ahelp hid=\".uno:StatusBarFunc\" visibility=\"visible\">সক্রিয় নথি সম্পর্কে বর্তমান তথ্য প্রদর্শন করে।</ahelp>"
+
+#: 08080000.xhp
+msgctxt ""
+"08080000.xhp\n"
+"par_id3156375\n"
+"3\n"
+"help.text"
+msgid "When the cursor is in a named section, the section name appears. When the cursor is in a table, the name of the table cell appears. The size of the object is shown when you edit frames or drawing objects."
+msgstr "কার্সারটি যখন একটি নামকরণকৃত অংশে থাকে, তখন অংশের নাম দেখায়। কার্সারটি যখন একটি সারণিতে থাকে, তখন সারণি ঘরের নাম দেখায়। আপনি যখন ফ্রেম বা অংকন বস্তু সম্পাদনা করেন তখন বস্তুর আকার দেখানো হয়।"
+
+#: 08080000.xhp
+msgctxt ""
+"08080000.xhp\n"
+"par_id3145416\n"
+"4\n"
+"help.text"
+msgid "When the cursor is positioned within text, you can double-click this field to open the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. In this dialog, you can define a field to be inserted in your document at the current cursor position. When the cursor is positioned in a table, a double-click in this field will call the <emph>Table Format</emph> dialog. Depending on the object selected, you can call up a dialog to edit a section, a graphic object, a floating frame, an OLE object, direct numbering or the position and size of a drawing object."
+msgstr "যখন কার্সার পাঠ্যে রাখা হয়, আপনি এই ক্ষেত্রে ডাবল ক্লিক করে <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>ক্ষেত্র</emph></link> ডায়ালগ খুলতে পারেন। এই ডায়ালগে, আপনার নথির বর্তমান কার্সার অবস্থানে একটি ক্ষেত্রের সন্নিবেশ নির্ধারণ করতে পারেন। যখন কার্সারটি একটি সারণিতে রাখা হয়, এই ক্ষেত্রে ডাবল ক্লিক করে <emph>সারণি বিন্যাস</emph> ডায়ালগ খোলা যায়। নির্বাচিত বস্তুর উপর নির্ভর করে, আপনি একটি অংশ, গ্রাফিক বস্তু, ভাসমান ফ্রেম, OLE অবজেক্ট, সরাসরি সংখ্যায়ন এবং অংকন বস্তুর অবস্থান ও আকার সম্পাদনা করতে আপনি একটি ডায়ালগ খুলতে পারেন।"
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Numbering Off"
+msgstr "সংখ্যায়ন বন্ধ করুন"
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"hd_id3145822\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/06040000.xhp\" name=\"Numbering Off\">Numbering Off</link>"
+msgstr "<link href=\"text/swriter/02/06040000.xhp\" name=\"Numbering Off\">সংখ্যায়ন বন্ধ করুন</link>"
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3154505\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:RemoveBullets\" visibility=\"visible\">Turns off numbering or bullets in the current paragraph or selected paragraphs.</ahelp>"
+msgstr "<ahelp hid=\".uno:RemoveBullets\" visibility=\"visible\"> বর্তমান অনুচ্ছেদ অথবা নির্বাচিত অনুচ্ছেদে সংখ্যায়ন অথবা বুলেটসমূহ বন্ধ করে।</ahelp>"
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3151177\n"
+"help.text"
+msgid "<image src=\"cmd/sc_removebullets.png\" id=\"img_id3145083\"><alt id=\"alt_id3145083\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_removebullets.png\" id=\"img_id3145083\"><alt id=\"alt_id3145083\">আইকন</alt></image>"
+
+#: 06040000.xhp
+msgctxt ""
+"06040000.xhp\n"
+"par_id3150749\n"
+"3\n"
+"help.text"
+msgid "Numbering Off"
+msgstr "সংখ্যায়ন বন্ধ করুন"
+
+#: 10010000.xhp
+msgctxt ""
+"10010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Zoom In"
+msgstr "বড় আকারে প্রদর্শন"
+
+#: 10010000.xhp
+msgctxt ""
+"10010000.xhp\n"
+"hd_id3151173\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/10010000.xhp\" name=\"Zoom In\">Zoom In</link>"
+msgstr "<link href=\"text/swriter/02/10010000.xhp\" name=\"Zoom In\">বড় আকারে প্রদর্শন</link>"
+
+#: 10010000.xhp
+msgctxt ""
+"10010000.xhp\n"
+"par_id3163866\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ZoomPlus\" visibility=\"visible\">Zooms in to get a close-up view of the document.</ahelp>"
+msgstr "<ahelp hid=\".uno:ZoomPlus\" visibility=\"visible\">নথিটির কাছের দৃশ্যপট দেখার জন্য আকার বড় করা হয়।</ahelp>"
+
+#: 10010000.xhp
+msgctxt ""
+"10010000.xhp\n"
+"par_id3154572\n"
+"help.text"
+msgid "<image src=\"cmd/sc_helpzoomin.png\" id=\"img_id3155895\"><alt id=\"alt_id3155895\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_helpzoomin.png\" id=\"img_id3155895\"><alt id=\"alt_id3155895\">আইকন</alt></image>"
+
+#: 10010000.xhp
+msgctxt ""
+"10010000.xhp\n"
+"par_id3155892\n"
+"3\n"
+"help.text"
+msgid "Zoom In"
+msgstr "বড় আকারে প্রদর্শন"
+
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Move Up with Subpoints"
+msgstr "উপবিন্দুসমূহ সহ উপরে উঠান"
+
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"hd_id3147174\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/06120000.xhp\" name=\"Move Up with Subpoints\">Move Up with Subpoints</link>"
+msgstr "<link href=\"text/swriter/02/06120000.xhp\" name=\"Move Up with Subpoints\">উপবিন্দুসমূহ সহ উপরে উঠান</link>"
+
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"par_id3148768\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:MoveUpSubItems\" visibility=\"visible\">Moves a paragraph with subpoints to above the previous paragraph.</ahelp> This is only visible when the cursor is positioned within numbered or bulleted text."
+msgstr "<ahelp hid=\".uno:MoveUpSubItems\" visibility=\"visible\">উপবিন্দু সহ একটি অনুচ্ছেদকে পূর্ববর্তী অনুচ্ছেদের উপরে উঠান।</ahelp> এটি শুধুমাত্র তখন দেখানো হবে যখন কার্সার সংখ্যায়িত অথবা বুলেটকৃত পাঠ্যে থাকবে।"
+
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"par_id3145083\n"
+"help.text"
+msgid "<image src=\"cmd/sc_moveupsubitems.png\" id=\"img_id3156375\"><alt id=\"alt_id3156375\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_moveupsubitems.png\" id=\"img_id3156375\"><alt id=\"alt_id3156375\">আইকন</alt></image>"
+
+#: 06120000.xhp
+msgctxt ""
+"06120000.xhp\n"
+"par_id3156410\n"
+"3\n"
+"help.text"
+msgid "Move Up with Subpoints"
+msgstr "উপবিন্দুসমূহ সহ উপরে উঠান"
+
+#: 10050000.xhp
+msgctxt ""
+"10050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Page Preview: Two Pages"
+msgstr "পৃষ্ঠা প্রাকদর্শন: দুই পৃষ্ঠা"
+
+#: 10050000.xhp
+msgctxt ""
+"10050000.xhp\n"
+"hd_id3145822\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/10050000.xhp\" name=\"Page Preview: Two Pages\">Page Preview: Two Pages</link>"
+msgstr "<link href=\"text/swriter/02/10050000.xhp\" name=\"Page Preview: Two Pages\">পৃষ্ঠা প্রাকদর্শন: দুই পৃষ্ঠা</link>"
+
+#: 10050000.xhp
+msgctxt ""
+"10050000.xhp\n"
+"par_id3154504\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ShowTwoPages\" visibility=\"visible\">Displays two pages in the Page Preview window.</ahelp> Uneven numbers will always appear on the right side, even numbers on the left."
+msgstr "<ahelp hid=\".uno:ShowTwoPages\" visibility=\"visible\">পৃষ্ঠা প্রাকদর্শন উইন্ডোতে দুই পৃষ্ঠা প্রদর্শন করে।</ahelp> অসম সংখ্যাসমূহ সবসময় ডান পাশে থাকবে, সম সংখ্যাসমূহ বাম পাশে থাকবে।"
+
+#: 10050000.xhp
+msgctxt ""
+"10050000.xhp\n"
+"par_id3149292\n"
+"help.text"
+msgid "<image src=\"cmd/sc_showtwopages.png\" id=\"img_id3151170\"><alt id=\"alt_id3151170\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_showtwopages.png\" id=\"img_id3151170\"><alt id=\"alt_id3151170\">আইকন</alt></image>"
+
+#: 10050000.xhp
+msgctxt ""
+"10050000.xhp\n"
+"par_id3151168\n"
+"3\n"
+"help.text"
+msgid "Page Preview: Two Pages"
+msgstr "পৃষ্ঠা প্রাকদর্শন: দুই পৃষ্ঠা"
+
+#: 14040000.xhp
+msgctxt ""
+"14040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Apply"
+msgstr "প্রয়োগ"
+
+#: 14040000.xhp
+msgctxt ""
+"14040000.xhp\n"
+"hd_id3154834\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/14040000.xhp\" name=\"Apply\">Apply</link>"
+msgstr "<link href=\"text/swriter/02/14040000.xhp\" name=\"Apply\">প্রয়োগ</link>"
+
+#: 14040000.xhp
+msgctxt ""
+"14040000.xhp\n"
+"par_id3147173\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"FN_FORMULA_APPLY\" visibility=\"visible\">Transfers the contents of the input line into your document and closes the formula bar. The contents of the input line are inserted at the cursor position in the document.</ahelp>"
+msgstr "<ahelp hid=\"FN_FORMULA_APPLY\" visibility=\"visible\">আপনার নথিতে ইনপুট রেখার বিষয়বস্তু স্থানান্তর করুন এবং সূত্র বার বন্ধ করুন। ইনপুট রেখার বিষয়বস্তু নথির কার্সার অবস্থানে সন্নিবেশ করা হবে।</ahelp>"
+
+#: 14040000.xhp
+msgctxt ""
+"14040000.xhp\n"
+"par_id3149286\n"
+"help.text"
+msgid "<image src=\"svx/res/nu07.png\" id=\"img_id3149291\"><alt id=\"alt_id3149291\">Icon</alt></image>"
+msgstr "<image src=\"svx/res/nu07.png\" id=\"img_id3149291\"><alt id=\"alt_id3149291\">আইকন</alt></image>"
+
+#: 14040000.xhp
+msgctxt ""
+"14040000.xhp\n"
+"par_id3150749\n"
+"3\n"
+"help.text"
+msgid "Apply"
+msgstr "প্রয়োগ"
+
+#: 18030300.xhp
+msgctxt ""
+"18030300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Page Numbers"
+msgstr "পৃষ্ঠা নম্বরসমূহ"
+
+#: 18030300.xhp
+msgctxt ""
+"18030300.xhp\n"
+"hd_id3147173\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/18030300.xhp\" name=\"Page Numbers\">Page Numbers</link>"
+msgstr "<link href=\"text/swriter/02/18030300.xhp\" name=\"Page Numbers\">পৃষ্ঠা নম্বরসমূহ</link>"
+
+#: 18030300.xhp
+msgctxt ""
+"18030300.xhp\n"
+"par_id3150760\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertPageNumberField\">Inserts the current page number as a field at the cursor position.</ahelp> The default setting is the Page Style format."
+msgstr "<ahelp hid=\".uno:InsertPageNumberField\">কার্সার অবস্থানে বর্তমান পৃষ্ঠার নম্বর একটি ক্ষেত্র হিসেবে সন্নিবেশ করা হয়।</ahelp> ডিফল্ট সেটিংটি হল পৃষ্ঠা শৈলী বিন্যাস।"
+
+#: 18030300.xhp
+msgctxt ""
+"18030300.xhp\n"
+"par_id3151175\n"
+"3\n"
+"help.text"
+msgid "If you would like to define a different format or modify the page number, insert a field with <emph>Insert - Fields - Other</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. It is also possible to edit a field inserted with the <emph>Page Numbers</emph> command with <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>. To change page numbers, read the <link href=\"text/swriter/guide/pagenumbers.xhp\" name=\"Page Numbers\"><emph>Page Numbers</emph></link> guide."
+msgstr "যদি আপনি একটি ভিন্ন বিন্যাস সংজ্ঞায়িত করতে চান অথবা পৃষ্ঠা সংখ্যা পরিবর্তন করতে চান, <emph>সন্নিবেশ করান - ক্ষেত্রসমূহ - অন্যান্য</emph>সহ একটি ক্ষেত্র সন্নিবেশ করান এবং <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>ক্ষেত্রসমূহ</emph></link> সংলাপে কাঙ্খিত বিন্যাসমূহ করুন। <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>সম্পাদনা - ক্ষেত্রসমূহ</emph></link>সহ <emph>পৃষ্ঠা সংখ্যা</emph> আদেশে সন্নিবেশকৃত ক্ষেত্র সম্পাদনা করা সম্ভব। পৃষ্ঠা সংখ্যাসমূহ পরিবর্তন করতে, <link href=\"text/swriter/guide/pagenumbers.xhp\" name=\"Page Numbers\"><emph>পৃষ্ঠা সংখ্যা</emph></link> পথ প্রদর্শক পড়ুন।"
+
+#: 14050000.xhp
+msgctxt ""
+"14050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Formula Area"
+msgstr "সূত্রের এলাকা"
+
+#: 14050000.xhp
+msgctxt ""
+"14050000.xhp\n"
+"hd_id3155624\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/14050000.xhp\" name=\"Formula Area\">Formula Area</link>"
+msgstr "<link href=\"text/swriter/02/14050000.xhp\" name=\"Formula Area\">সূত্রের এলাকা</link>"
+
+#: 14050000.xhp
+msgctxt ""
+"14050000.xhp\n"
+"par_id3154501\n"
+"2\n"
+"help.text"
+msgid "<ahelp visibility=\"visible\" hid=\"HID_EDIT_FORMULA\">Allows you to create a formula by typing it directly into the input line or by clicking the <emph>Formula</emph> icon to display the formulas in submenu.</ahelp>"
+msgstr "<ahelp visibility=\"visible\" hid=\"HID_EDIT_FORMULA\">ইনপুট রেখায় সরাসরি লিখে একটি সূত্র তৈরি করতে অথবা <emph>সূত্র</emph> আইকন এ ক্লিক করে সাবমেনুতে সূত্রসমূহ প্রদর্শন করতে আপনাকে সম্মতি দেয়া হয়।</ahelp>"
+
+#: 14050000.xhp
+msgctxt ""
+"14050000.xhp\n"
+"par_id3151174\n"
+"help.text"
+msgid "<image src=\"res/helpimg/rechenlt.png\" id=\"img_id3156377\" localize=\"true\"><alt id=\"alt_id3156377\">Formula area with formula</alt></image>"
+msgstr "<image src=\"res/helpimg/rechenlt.png\" id=\"img_id3156377\" localize=\"true\"><alt id=\"alt_id3156377\">সূত্র সহ সূত্র এলাকা</alt></image>"
+
+#: 14050000.xhp
+msgctxt ""
+"14050000.xhp\n"
+"par_id3151178\n"
+"3\n"
+"help.text"
+msgid "Formula Area"
+msgstr "সূত্রের এলাকা"
+
+#: 19050000.xhp
+msgctxt ""
+"19050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text Animation"
+msgstr "টেক্সট এ্যানিমেশন"
+
+#: 19050000.xhp
+msgctxt ""
+"19050000.xhp\n"
+"hd_id3155626\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/19050000.xhp\" name=\"Text Animation\">Text Animation</link>"
+msgstr "<link href=\"text/swriter/02/19050000.xhp\" name=\"Text Animation\">টেক্সট এ্যানিমেশন</link>"
+
+#: 19050000.xhp
+msgctxt ""
+"19050000.xhp\n"
+"par_id3149286\n"
+"help.text"
+msgid "<image src=\"cmd/sc_text_marquee.png\" id=\"img_id3149292\"><alt id=\"alt_id3149292\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_text_marquee.png\" id=\"img_id3149292\"><alt id=\"alt_id3149292\">আইকন</alt></image>"
+
+#: 19050000.xhp
+msgctxt ""
+"19050000.xhp\n"
+"par_id3149290\n"
+"2\n"
+"help.text"
+msgid "Text Animation"
+msgstr "টেক্সট এ্যানিমেশন"
+
+#: 10070000.xhp
+msgctxt ""
+"10070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Page Preview: Multiple Pages"
+msgstr "পৃষ্ঠা প্রাকদর্শন: বহু পৃষ্ঠা"
+
+#: 10070000.xhp
+msgctxt ""
+"10070000.xhp\n"
+"hd_id3147171\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/10070000.xhp\" name=\"Page Preview: Multiple Pages\">Page Preview: Multiple Pages</link>"
+msgstr "<link href=\"text/swriter/02/10070000.xhp\" name=\"Page Preview: Multiple Pages\">পৃষ্ঠা প্রাকদর্শন: বহু পৃষ্ঠা</link>"
+
+#: 10070000.xhp
+msgctxt ""
+"10070000.xhp\n"
+"par_id3148771\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:PreviewZoom\">Defines the number of pages displayed on screen. Click the arrow next to the icon to open a grid to select the number of pages to be displayed as rows and columns in the preview.</ahelp>"
+msgstr "<ahelp hid=\".uno:PreviewZoom\">পর্দায় প্রদর্শিত পৃষ্ঠার সংখ্যা উল্লেখ করুন। একটি গ্রিড খুলতে প্রাকদর্শনে সারি এবং কলাম হিসেবে পৃষ্ঠার সংখ্যা প্রদর্শনের জন্য নির্বাচন করতে আইকন এর পাশের তীরে ক্লিক করুন।</ahelp>"
+
+#: 10070000.xhp
+msgctxt ""
+"10070000.xhp\n"
+"par_id3152738\n"
+"help.text"
+msgid "<image id=\"img_id3152744\" src=\"cmd/sc_showmultiplepages.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152744\">Icon</alt></image>"
+msgstr "<image id=\"img_id3152744\" src=\"cmd/sc_showmultiplepages.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152744\">আইকন</alt></image>"
+
+#: 10070000.xhp
+msgctxt ""
+"10070000.xhp\n"
+"par_id3149805\n"
+"3\n"
+"help.text"
+msgid "Page Preview: Multiple Pages"
+msgstr "পৃষ্ঠা প্রাকদর্শন: বহু পৃষ্ঠা"
+
+#: 10070000.xhp
+msgctxt ""
+"10070000.xhp\n"
+"par_id3154573\n"
+"5\n"
+"help.text"
+msgid "After clicking the <emph>Page Preview: Multiple Pages</emph> icon, the<emph> Multiple pages</emph> dialog opens. Use the two spin buttons to set the number of pages to be displayed."
+msgstr "<emph>পৃষ্ঠা প্রাকদর্শন: বহুবিধ পৃষ্ঠাসমূহ</emph> আইকন, ক্লিক করার পরে <emph> বহুবিধ পৃষ্ঠাসমূহের </emph> ডায়ালগ খোলে। প্রদর্শিত পৃষ্ঠার সংখ্যা নির্ধারণ করতে দুইটি ঘূর্ণন বোতাম ব্যবহার করুন।"
+
+#: 10070000.xhp
+msgctxt ""
+"10070000.xhp\n"
+"hd_id3149695\n"
+"6\n"
+"help.text"
+msgid "Rows"
+msgstr "সারিসমূহ"
+
+#: 10070000.xhp
+msgctxt ""
+"10070000.xhp\n"
+"par_id3149483\n"
+"7\n"
+"help.text"
+msgid "<ahelp hid=\"SW:NUMERICFIELD:DLG_PAGEPREVIEW_ZOOM:ED_ROW\">Defines the number of rows of pages.</ahelp>"
+msgstr "<ahelp hid=\"SW:NUMERICFIELD:DLG_PAGEPREVIEW_ZOOM:ED_ROW\">পৃষ্ঠায় সারির সংখ্যা ব্যাখ্যা করে।</ahelp>"
+
+#: 10070000.xhp
+msgctxt ""
+"10070000.xhp\n"
+"hd_id3143274\n"
+"8\n"
+"help.text"
+msgid "Columns"
+msgstr "কলামসমূহ"
+
+#: 10070000.xhp
+msgctxt ""
+"10070000.xhp\n"
+"par_id3149102\n"
+"9\n"
+"help.text"
+msgid "<ahelp hid=\"SW:NUMERICFIELD:DLG_PAGEPREVIEW_ZOOM:ED_COL\">Defines the number of pages shown in columns.</ahelp>"
+msgstr "<ahelp hid=\"SW:NUMERICFIELD:DLG_PAGEPREVIEW_ZOOM:ED_COL\">কলামসমূহে দেখানো পৃষ্ঠাসমূহের সংখ্যা উল্লেখ করে।</ahelp>"
+
+#: 10070000.xhp
+msgctxt ""
+"10070000.xhp\n"
+"par_id3149822\n"
+"10\n"
+"help.text"
+msgid "The settings you choose in the dialog can also be set using the mouse: Click the arrow next to the <emph>Page Preview: Multiple Pages</emph> icon. Now move the mouse over the desired number of rows and columns."
+msgstr "আপনি ডায়ালগে যে সেটিং নির্বাচন করেছেন সেটি মাউস ব্যবহার করে করা যায়: <emph>পৃষ্ঠা প্রাকদর্শন: একাধিক পৃষ্ঠা</emph> আইকনের পাশের তীর চিহ্নে ক্লিক করুন। এখন সারি এবং কলামের কাঙ্ক্ষিত সংখ্যায় মাউস সরান।"
+
+#: 08010000.xhp
+msgctxt ""
+"08010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Page Number"
+msgstr "পৃষ্ঠা নাম্বার"
+
+#: 08010000.xhp
+msgctxt ""
+"08010000.xhp\n"
+"hd_id3145241\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/08010000.xhp\" name=\"Page Number\">Page Number</link>"
+msgstr "<link href=\"text/swriter/02/08010000.xhp\" name=\"Page Number\">পৃষ্ঠা নাম্বার</link>"
+
+#: 08010000.xhp
+msgctxt ""
+"08010000.xhp\n"
+"par_id3151184\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:StatePageNumber\">The current page number is displayed in this field of the status bar. A double-click opens the Navigator, with which you can navigate in the document. A right-click shows all bookmarks in the document. Click a bookmark to position the text cursor at the bookmark location.</ahelp>"
+msgstr "<ahelp hid=\".uno:StatePageNumber\">অবস্থা বারের এই ক্ষেত্রে বর্তমান পৃষ্ঠার নম্বর প্রদর্শিত হয়। ডাবল ক্লিক করে আপনি ন্যাভিগেটর খুলতে পারেন, যা দিয়ে আপনি নথিতে ন্যাভিগেট করতে পারেন। ডান ক্লিকের মাধ্যমে একটি নথির সব বুকমার্ক দেখা যায়। বুকমার্ক অবস্থানে পাঠ্য কার্সার রাখতে বুকমার্কে ক্লিক করুন।</ahelp>"
+
+#: 08010000.xhp
+msgctxt ""
+"08010000.xhp\n"
+"par_id3145078\n"
+"6\n"
+"help.text"
+msgid "The displayed page (x) and the total number of pages (y) are shown in the form <emph>Page x/y</emph> When you scroll through a document with the mouse, the page number is displayed when you release the mouse button. When you scroll using the right scrollbar, the page numbers are displayed as a Help tip. The page numbering format of the status bar and scrollbar is identical."
+msgstr "যখন আপনি মাউস দিয়ে একটি নথিতে স্ক্রুল করবেন প্রদর্শিত পৃষ্ঠা (x) এবং সর্বমোট পৃষ্ঠা সংখ্যা (y) <emph>পৃষ্ঠা x/y</emph> এ দেখানো হবে, মাউস বোতাম ছেড়ে দিলে পৃষ্ঠা সংখ্যাটি প্রদর্শিত হবে। যখন আপনি ডান স্ক্রলার ব্যবহার করে স্ক্রল করবেন, পৃষ্ঠা সংখ্যাটি সহায়তা টিপ হিসেবে প্রদর্শিত হবে। অবস্থা বারের পৃষ্ঠা সংখ্যায়ন বিন্যাস এবং স্ট্যাটাস বার অনুরূপ।"
+
+#: 08010000.xhp
+msgctxt ""
+"08010000.xhp\n"
+"par_id3145417\n"
+"3\n"
+"help.text"
+msgid "You can turn the <link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Navigator</link> display on or off by double-clicking the<emph> Page Number </emph>field."
+msgstr "আপনি <emph> পৃষ্ঠা নম্বর</emph> ক্ষেত্র ডাবল ক্লিক করে <link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">ন্যাভিগেটর</link> প্রদর্শন চালু বা বন্ধ করতে পারেন।"
+
+#: 08010000.xhp
+msgctxt ""
+"08010000.xhp\n"
+"par_id3149806\n"
+"4\n"
+"help.text"
+msgid "To go to a specific page, enter the page number in the <emph>Page</emph> spin button in the Navigator and then press Enter."
+msgstr "একটি সুনির্দিষ্ট পৃষ্ঠায় যেতে, ন্যাভিগেটরের <emph>পৃষ্ঠা</emph> ঘুর্ণন বোতামে পৃষ্ঠা সংখ্যা সন্নিবেশ করান এবং এরপর Enter চাপুন।"
+
+#: 08010000.xhp
+msgctxt ""
+"08010000.xhp\n"
+"par_id3149095\n"
+"5\n"
+"help.text"
+msgid "By pressing the shortcut keys Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F5, you switch to entering a page number. When you press Enter, the cursor moves to the selected page."
+msgstr "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F5 শর্টকাট কী চাপার মাধ্যে, আপনি পৃষ্ঠা নম্বর যোগ করার প্রক্রিয়ায় যেতে পারেন। Enter চাপলে, কার্সার নির্বাচিত পৃষ্ঠায় যায়।"
+
+#: word_count_stb.xhp
+msgctxt ""
+"word_count_stb.xhp\n"
+"title\n"
+"help.text"
+msgid "Word Count Status Bar Field"
+msgstr ""
+
+#: word_count_stb.xhp
+msgctxt ""
+"word_count_stb.xhp\n"
+"page_heading\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/word_count_stb.xhp\" name=\"Word Count Status Bar Field\">Word Count Status Bar Field</link>"
+msgstr ""
+
+#: word_count_stb.xhp
+msgctxt ""
+"word_count_stb.xhp\n"
+"hd_id3149687\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:StateWordCount\">The number of words in the document and selection is displayed in this field of the status bar. A double-click opens the <link href=\"text/swriter/01/06040000.xhp\" name=\"Word Count\">word count dialog</link>, which shows extra document statistics.</ahelp>"
+msgstr ""
diff --git a/source/bn/helpcontent2/source/text/swriter/guide.po b/source/bn/helpcontent2/source/text/swriter/guide.po
index e244b3d74f5..392dc1d9a42 100644
--- a/source/bn/helpcontent2/source/text/swriter/guide.po
+++ b/source/bn/helpcontent2/source/text/swriter/guide.po
@@ -8439,3 +8439,10173 @@ msgctxt ""
"help.text"
msgid "Using Shortcut Keys ($[officename] Writer Accessibility)"
msgstr "শর্টকার্ট কী ব্যবহার করা হচ্ছে ($[officename] Writer প্রবেশ্যতা)"
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"bm_id3151169\n"
+"help.text"
+msgid "<bookmark_value>keyboard; accessibility $[officename] Writer</bookmark_value> <bookmark_value>accessibility; $[officename] Writer</bookmark_value>"
+msgstr "<bookmark_value>keyboard; accessibility $[officename] Writer</bookmark_value> <bookmark_value>accessibility; $[officename] Writer</bookmark_value>"
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3151169\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"keyboard\"><link href=\"text/swriter/guide/keyboard.xhp\" name=\"Using Shortcut Keys ($[officename] Writer Accessibility)\">Using Shortcut Keys ($[officename] Writer Accessibility)</link></variable>"
+msgstr "<variable id=\"keyboard\"><link href=\"text/swriter/guide/keyboard.xhp\" name=\"Using Shortcut Keys ($[officename] Writer Accessibility)\">শর্টকার্ট কী ব্যবহার করা হচ্ছে ($[officename] Writer প্রবেশ্যতা)</link></variable>"
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3149685\n"
+"3\n"
+"help.text"
+msgid "Press the keys <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+<underlined character> to open a menu. In an open menu, press the underlined character to run a command. For example, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+I to open the <item type=\"menuitem\">Insert</item> menu, and then T to insert a table."
+msgstr "একটি তালিকা খুলতে <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+<underlined character> কী চাপুন। একটি উন্মুক্ত তালিকায়, একটি কমান্ড চালাতে নিম্নরেখা অক্ষর চাপুন। উদাহরণস্বরূপ,<emph>সন্নিবেশ করান</emph> তালিকা খুলতে <switchinline select=\"sys\"><caseinline select=\"MAC\">Tab</caseinline><defaultinline>Alt</defaultinline></switchinline>+I, এবং এবং একটি সারণি সন্নিবেশ করাতে T চাপুন।"
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3155186\n"
+"4\n"
+"help.text"
+msgid "To open a context menu, press Shift+F10. To close a context menu, press Escape."
+msgstr "একটি প্রাসঙ্গিক মেনু খুলতে, Shift+F10 চাপুন। প্রাসঙ্গিক মেনু বন্ধ করতে, Escape চাপুন।"
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3155918\n"
+"5\n"
+"help.text"
+msgid "To Insert Sections"
+msgstr "অংশ সন্নিবেশ করতে"
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_idN106AA\n"
+"help.text"
+msgid "Choose <emph>View - Toolbars - Insert</emph> to open the <emph>Insert</emph> toolbar."
+msgstr "<emph>সন্নিবেশ</emph> টুলবার খুলতে <emph> প্রদর্শন - টুলবার - সন্নিবেশ</emph> নির্বাচন করুন।"
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3155870\n"
+"6\n"
+"help.text"
+msgid "Press F6 until the focus is on the <item type=\"menuitem\">Insert</item> toolbar."
+msgstr "<item type=\"menuitem\">সন্নিবেশ</item> টুলবারে ফোকাস না হওয়া পর্যন্ত F6 চাপুন।"
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3149630\n"
+"8\n"
+"help.text"
+msgid "Press the right arrow key until the <emph>Section</emph> icon is selected."
+msgstr "<emph>অংশ </emph> আইকন নির্বাচন করা না পর্যন্ত ডান তীর কী চাপুন।"
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3145100\n"
+"20\n"
+"help.text"
+msgid "Press the down arrow key, and then press the right arrow key to set the width of the section that you want to insert."
+msgstr "আপনি অংশের যে প্রস্থ সন্নিবেশ করাতে চান সেটি নির্ধারণ করার জন্য , নিম্ন তীর কী, এবং এরপর ডান তীর কী চাপুন।"
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3156237\n"
+"11\n"
+"help.text"
+msgid "Press Enter."
+msgstr "Enter চাপুন।"
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3156253\n"
+"19\n"
+"help.text"
+msgid "Press F6 to place the cursor inside the document."
+msgstr "কার্সার নথির অভ্যন্তরে রাখতে F6 চাপুন।"
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3153367\n"
+"13\n"
+"help.text"
+msgid "To Insert Text Tables"
+msgstr "পাঠ্য সারণি সন্নিবেশ করতে"
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3153388\n"
+"14\n"
+"help.text"
+msgid "Press F6 until the focus is on the <item type=\"menuitem\">Standard</item> toolbar."
+msgstr "<item type=\"menuitem\">আদর্শ</item> টুলবারে ফোকাস না হওয়া পর্যন্ত F6 চাপুন।"
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3154849\n"
+"21\n"
+"help.text"
+msgid "Press the right arrow key until the <emph>Table</emph> icon is selected."
+msgstr "<emph> সারণি</emph> আইকন নির্বাচন না করা পর্যন্ত ডান তীর কী চাপুন।"
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3155872\n"
+"22\n"
+"help.text"
+msgid "Press the down arrow key, and then use the arrow keys to select the number of columns and rows to include in the table."
+msgstr "নিম্নমুখী তীর চিহ্নিত কী চাপুন, অতঃপর সারণিতে যোগ করার জন্য তীর চিহ্নিত কী ব্যবহার করে কলাম এবং সারির নম্বর নির্বাচন করুন।"
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3155892\n"
+"24\n"
+"help.text"
+msgid "Press Enter."
+msgstr "Enter চাপুন।"
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_idN1072C\n"
+"help.text"
+msgid "Press F6 to place the cursor inside the document."
+msgstr "কার্সার নথির অভ্যন্তরে স্থাপন করতে F6 এ চাপুন।"
+
+#: number_date_conv.xhp
+msgctxt ""
+"number_date_conv.xhp\n"
+"tit\n"
+"help.text"
+msgid "Turning Number Recognition On or Off in Tables"
+msgstr "সারণিতে নম্বর শনাক্তকরণ চালু অথবা বন্ধ করা হচ্ছে"
+
+#: number_date_conv.xhp
+msgctxt ""
+"number_date_conv.xhp\n"
+"bm_id3156383\n"
+"help.text"
+msgid "<bookmark_value>numbers; automatic recognition in text tables</bookmark_value> <bookmark_value>tables; number recognition</bookmark_value> <bookmark_value>dates;formatting automatically in tables</bookmark_value> <bookmark_value>recognition;numbers</bookmark_value>"
+msgstr "<bookmark_value>numbers; automatic recognition in text tables</bookmark_value> <bookmark_value>tables; number recognition</bookmark_value> <bookmark_value>dates;formatting automatically in tables</bookmark_value> <bookmark_value>recognition;numbers</bookmark_value>"
+
+#: number_date_conv.xhp
+msgctxt ""
+"number_date_conv.xhp\n"
+"hd_id3156383\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"number_date_conv\"><link href=\"text/swriter/guide/number_date_conv.xhp\" name=\"Turning Number Recognition On or Off in Tables\">Turning Number Recognition On or Off in Tables</link></variable>"
+msgstr "<variable id=\"number_date_conv\"><link href=\"text/swriter/guide/number_date_conv.xhp\" name=\"Turning Number Recognition On or Off in Tables\">সারণিতে নম্বর শনাক্তকরণ চালু অথবা বন্ধ করা হচ্ছে</link></variable>"
+
+#: number_date_conv.xhp
+msgctxt ""
+"number_date_conv.xhp\n"
+"par_id3155179\n"
+"2\n"
+"help.text"
+msgid "$[officename] can automatically format dates that you have entered into a table, according to the regional settings specified in your operating system."
+msgstr "$[officename] স্বয়ংক্রিয়ভাবে তারিখ বিন্যাস করতে পারে যা আপনি একটি সারণিতে সন্নিবেশ করিয়েছেন, আপনার অপারেটিং সিস্টেমের নির্ধারিত এলাকা বিন্যাস অনুসারে।"
+
+#: number_date_conv.xhp
+msgctxt ""
+"number_date_conv.xhp\n"
+"par_id3149966\n"
+"15\n"
+"help.text"
+msgid "Do one of the following:"
+msgstr "নিম্নের যেকোনো একটি করুন:"
+
+#: number_date_conv.xhp
+msgctxt ""
+"number_date_conv.xhp\n"
+"par_id3155919\n"
+"7\n"
+"help.text"
+msgid "Right-click in a table cell and choose <item type=\"menuitem\">Number recognition</item>. When this feature is on, a check mark is displayed in front of the <item type=\"menuitem\">Number recognition</item> command."
+msgstr ""
+
+#: number_date_conv.xhp
+msgctxt ""
+"number_date_conv.xhp\n"
+"par_id3155527\n"
+"11\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <item type=\"menuitem\">%PRODUCTNAME Writer - Table</item>, and select or clear the <item type=\"menuitem\">Number recognition</item> check box."
+msgstr ""
+
+#: number_date_conv.xhp
+msgctxt ""
+"number_date_conv.xhp\n"
+"par_id3153415\n"
+"14\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01040500.xhp\" name=\"Text Document - Table\">%PRODUCTNAME Writer - Table</link>"
+msgstr ""
+
+#: send2html.xhp
+msgctxt ""
+"send2html.xhp\n"
+"tit\n"
+"help.text"
+msgid "Saving Text Documents in HTML Format"
+msgstr "HTML বিন্যাসে নথি সংরক্ষণ করা হচ্ছে"
+
+#: send2html.xhp
+msgctxt ""
+"send2html.xhp\n"
+"bm_id3145087\n"
+"help.text"
+msgid "<bookmark_value>text documents; publishing in HTML</bookmark_value> <bookmark_value>HTML documents; creating from text documents</bookmark_value> <bookmark_value>homepage creation</bookmark_value> <bookmark_value>saving;in HTML format</bookmark_value>"
+msgstr "<bookmark_value>text documents; publishing in HTML</bookmark_value> <bookmark_value>HTML documents; creating from text documents</bookmark_value> <bookmark_value>homepage creation</bookmark_value> <bookmark_value>saving;in HTML format</bookmark_value>"
+
+#: send2html.xhp
+msgctxt ""
+"send2html.xhp\n"
+"hd_id3145087\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"send2html\"><link href=\"text/swriter/guide/send2html.xhp\" name=\"Saving Text Documents in HTML Format\">Saving Text Documents in HTML Format</link></variable>"
+msgstr "<variable id=\"send2html\"><link href=\"text/swriter/guide/send2html.xhp\" name=\"Saving Text Documents in HTML Format\">HTML বিন্যাসে নথি সংরক্ষণ করা হচ্ছে</link></variable>"
+
+#: send2html.xhp
+msgctxt ""
+"send2html.xhp\n"
+"par_id3149825\n"
+"2\n"
+"help.text"
+msgid "You can save a $[officename] Writer document in HTML format, so that you can view it in a web browser. If you want, you can associate a page break with a specific heading paragraph style to generate a separate HTML page each time the style appears in the document. $[officename] Writer automatically creates a page containing hyperlinks to each of these pages."
+msgstr "আপনি একটি $[officename] Writer নথি HTML বিন্যাসে সংরক্ষণ করতে পারেন, যাতে করে আপনি এটি ওয়েব ব্রাইজারে দেখতে পারেন। যদি আপনি চান,একটি আলাদা HTML পাতা প্রত্যেক সময় শৈলী উৎ‍পাদন করার সময় নথিতে আবির্ভূত করতে আপনি একটি সুনির্দিষ্ট শিরোনাম অনুচ্ছেদ শৈলীর সঙ্গে একটি পাতা বিরতি সহযোগ করতে পারেন। $[officename] Writer এই প্রতিটি পৃষ্ঠার জন্য হাইপারলিংক ধারণকারীর জন্য স্বয়ংক্রিয়ভাবে একটি পৃষ্ঠা তৈরি করে।"
+
+#: send2html.xhp
+msgctxt ""
+"send2html.xhp\n"
+"par_id3155922\n"
+"3\n"
+"help.text"
+msgid "When you save a text document in HTML format, any graphics in the document are saved in JPEG format. The name of the HTML document is added as a prefix to the name of the graphic file. The JPEG images are saved in the same folder as the HTML document and are referenced with <IMG> tags in the HTML code."
+msgstr "যখন আপনি একটি পাঠ্য নথি HTML বিন্যাসে সংরক্ষণ করবেন, এই নথির যেকোনো গ্রাফিক্স JPEG বিন্যাসে সংরক্ষিত হবে। HTML নথির নাম গ্রাফিক ফাইলে প্রিফিক্স হিসেবে যুক্ত করা হবে। JPEG চিত্রসমূহ একই ফোল্ডারে HTML নথিই হিসেবে সংরক্ষিত হবে এবং HTML কোডে <IMG> ট্যাগ সহ রেফারেন্সকৃত।"
+
+#: send2html.xhp
+msgctxt ""
+"send2html.xhp\n"
+"par_id3155868\n"
+"5\n"
+"help.text"
+msgid "Apply one of the default $[officename] heading paragraph styles, for example, \"Heading 1\", to the paragraphs where you want to generate a new HTML page."
+msgstr "যেকোনো একটি পূর্ব নির্ধারিত $[officename] শিরোনাম অনুচ্ছেদ শৈলী প্রয়োগ করুন, উদাহরণস্বরূপ, \"শিরোনাম ১\", যেই অনুচ্ছেদে আপনি একটি নতুন HTML পৃষ্ঠা তৈরি করতে চান।"
+
+#: send2html.xhp
+msgctxt ""
+"send2html.xhp\n"
+"par_id3156100\n"
+"6\n"
+"help.text"
+msgid "Choose <emph>File - Send - Create HTML Document</emph>."
+msgstr "<emph>ফাইল - প্রেরণ - HTML নথি তৈরি</emph> নির্বাচন করুন।"
+
+#: send2html.xhp
+msgctxt ""
+"send2html.xhp\n"
+"par_id3149281\n"
+"7\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Styles</item> box, select the paragraph style that you want to use to generate a new HTML page."
+msgstr "<item type=\"menuitem\">শৈলী</item> বাক্সে, একটি অনুচ্ছেদ শৈলী নির্বাচন করুন যা আপনি একটি HTML পৃষ্ঠা তৈরিতে ব্যবহার করতে চান।"
+
+#: send2html.xhp
+msgctxt ""
+"send2html.xhp\n"
+"par_id3153407\n"
+"9\n"
+"help.text"
+msgid "Enter a path and a name for the HTML document, and then click <emph>Save</emph>."
+msgstr "HTML নথির জন্য একটি পাথের নাম সন্নিবেশ করুন, এবং এরপর <emph>সংরক্ষণ</emph> ক্লিক করুন।"
+
+#: print_preview.xhp
+msgctxt ""
+"print_preview.xhp\n"
+"tit\n"
+"help.text"
+msgid "Previewing a Page Before Printing"
+msgstr "মুদ্রণ করার আগে একটি পৃষ্ঠা প্রাকদর্শন করা হচ্ছে"
+
+#: print_preview.xhp
+msgctxt ""
+"print_preview.xhp\n"
+"bm_id3155179\n"
+"help.text"
+msgid "<bookmark_value>printing; previews</bookmark_value> <bookmark_value>previews; print layouts</bookmark_value> <bookmark_value>print layout checks</bookmark_value> <bookmark_value>book view</bookmark_value> <bookmark_value>pages;previews</bookmark_value>"
+msgstr "<bookmark_value>printing; previews</bookmark_value> <bookmark_value>previews; print layouts</bookmark_value> <bookmark_value>print layout checks</bookmark_value> <bookmark_value>book view</bookmark_value> <bookmark_value>pages;previews</bookmark_value>"
+
+#: print_preview.xhp
+msgctxt ""
+"print_preview.xhp\n"
+"hd_id3155179\n"
+"9\n"
+"help.text"
+msgid "<variable id=\"print_preview\"><link href=\"text/swriter/guide/print_preview.xhp\" name=\"Previewing a Page Before Printing\">Previewing a Page Before Printing</link></variable>"
+msgstr "<variable id=\"print_preview\"><link href=\"text/swriter/guide/print_preview.xhp\" name=\"Previewing a Page Before Printing\">মুদ্রণ করার আগে একটি পৃষ্ঠা প্রাকদর্শন করা হচ্ছে</link></variable>"
+
+#: print_preview.xhp
+msgctxt ""
+"print_preview.xhp\n"
+"par_id3149847\n"
+"34\n"
+"help.text"
+msgid "Choose <emph>File</emph> - <emph>Page Preview</emph>."
+msgstr "<emph>ফাইল</emph> - <emph> পৃষ্ঠা প্রাকদর্শন</emph>নির্বাচন করুন।"
+
+#: print_preview.xhp
+msgctxt ""
+"print_preview.xhp\n"
+"par_id3155055\n"
+"35\n"
+"help.text"
+msgid "Use the zoom icons on the <emph>Page Preview</emph> bar to reduce or enlarge the view of the page."
+msgstr "পৃষ্ঠার দৃশ্যপট কমাতে অথবা বড় করতে <emph>পৃষ্ঠা প্রাকদর্শন</emph> বারের জুম আইকন ব্যবহার করুন।"
+
+#: print_preview.xhp
+msgctxt ""
+"print_preview.xhp\n"
+"par_idN1067F\n"
+"help.text"
+msgid "To print your document scaled down, set the print options on the <emph>Page Layout</emph> tab page of the <item type=\"menuitem\">File - Print</item> dialog."
+msgstr ""
+
+#: print_preview.xhp
+msgctxt ""
+"print_preview.xhp\n"
+"par_id3145093\n"
+"36\n"
+"help.text"
+msgid "Use the arrow keys or the arrow icons on the <emph>Page Preview</emph> bar to scroll through the document."
+msgstr "নথিতে স্ক্রোল করতে <emph>পৃষ্ঠা প্রাকদর্শন</emph> বারের তীর চিহ্নিত কী অথবা তীর চিহ্নিত আইকন ব্যবহার করুন।"
+
+#: print_preview.xhp
+msgctxt ""
+"print_preview.xhp\n"
+"par_id3154265\n"
+"37\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/01120000.xhp\" name=\"File - Page Preview\">File - Page Preview</link>."
+msgstr "<link href=\"text/swriter/01/01120000.xhp\" name=\"File - Page Preview\">ফাইল - পৃষ্ঠা প্রাকদর্শন</link>।"
+
+#: stylist_update.xhp
+msgctxt ""
+"stylist_update.xhp\n"
+"tit\n"
+"help.text"
+msgid "Updating Styles From Selections"
+msgstr "অংশ হতে শৈলী হালনাগাদ করা হচ্ছে"
+
+#: stylist_update.xhp
+msgctxt ""
+"stylist_update.xhp\n"
+"bm_id3155915\n"
+"help.text"
+msgid "<bookmark_value>Stylist, see Styles and Formatting window</bookmark_value> <bookmark_value>styles; updating from selections</bookmark_value> <bookmark_value>templates; updating from selections</bookmark_value> <bookmark_value>Styles and Formatting window; updating from selections</bookmark_value> <bookmark_value>updating; styles, from selections</bookmark_value>"
+msgstr "<bookmark_value>Stylist, see Styles and Formatting window</bookmark_value> <bookmark_value>styles; updating from selections</bookmark_value> <bookmark_value>templates; updating from selections</bookmark_value> <bookmark_value>Styles and Formatting window; updating from selections</bookmark_value> <bookmark_value>updating; styles, from selections</bookmark_value>"
+
+#: stylist_update.xhp
+msgctxt ""
+"stylist_update.xhp\n"
+"hd_id3155915\n"
+"38\n"
+"help.text"
+msgid "<variable id=\"stylist_update\"><link href=\"text/swriter/guide/stylist_update.xhp\" name=\"Updating Styles From Selections\">Updating Styles From Selections</link></variable>"
+msgstr "<variable id=\"stylist_update\"><link href=\"text/swriter/guide/stylist_update.xhp\" name=\"Updating Styles From Selections\">অংশ হতে শৈলী হালনাগাদ করা হচ্ছে</link></variable>"
+
+#: stylist_update.xhp
+msgctxt ""
+"stylist_update.xhp\n"
+"par_id3149838\n"
+"40\n"
+"help.text"
+msgid "Choose <emph>Format - Styles and Formatting</emph>."
+msgstr "<emph>বিন্যাস - শৈলী ও বিন্যাস</emph> নির্বাচন করুন।"
+
+#: stylist_update.xhp
+msgctxt ""
+"stylist_update.xhp\n"
+"par_id3156107\n"
+"47\n"
+"help.text"
+msgid "Click the icon of the style category that you want to update."
+msgstr "শৈলী শ্রেণীর আইকনে ক্লিক করুন যা আপনি হালনাগাদ করতে চান।"
+
+#: stylist_update.xhp
+msgctxt ""
+"stylist_update.xhp\n"
+"par_id3149283\n"
+"41\n"
+"help.text"
+msgid "In the document, click from where you want to copy the updated style. For example, click a paragraph to which you applied some manual formatting that you want to copy now."
+msgstr "নথিতে, হালনাগাদকৃত শৈলী আপনি যেখানে অনুলিপি করতে চান সেখানে ক্লিক করুন। যেমন, একটি অনুচ্ছেদে ক্লিক করুন যেখানে আপনি কিছু স্বনির্ধারিত শৈলী প্রয়োগ করেছেন।"
+
+#: stylist_update.xhp
+msgctxt ""
+"stylist_update.xhp\n"
+"par_id3153402\n"
+"42\n"
+"help.text"
+msgid "In the Styles and Formatting window, click the style that you want to update."
+msgstr "শৈলী ও বিন্যাস উইন্ডোতে, শৈলীতে ক্লিক করুন যা আপনি হালনাগাদ করতে চান।"
+
+#: stylist_update.xhp
+msgctxt ""
+"stylist_update.xhp\n"
+"par_id3153119\n"
+"43\n"
+"help.text"
+msgid "Click the arrow next to the <emph>New Style from Selection</emph> icon and choose <emph>Update Style</emph> from the submenu."
+msgstr "<emph>নির্বাচনের নতুন শৈলী</emph>আইকনের পরবর্তী তীর চিহ্নে ক্লিক করুন এবং সাবমেনু থেকে <emph>শৈলী হালনাগাদ</emph> নির্বাচন করুন।"
+
+#: stylist_update.xhp
+msgctxt ""
+"stylist_update.xhp\n"
+"par_id0310200910360780\n"
+"help.text"
+msgid "Only the manually formatted attributes of the text at the cursor position in the document will be added to the style that is selected in the Styles and Formatting window. Any attributes that were applied as part of a style will not be added to the updated style."
+msgstr "ডকুমেন্টে কার্সার অবস্থানে লেখার কেবল নিজহাতে ফরম্যাটকৃত বৈশিষ্ট্যাবলী রচনাশৈলীতে যোগ করা হবে যে স্টাইল এবং ফরম্যাট করছে জানালাতে নির্বাচন করা হয়। যেকোনো বৈশিষ্ট্যাবলী যে আপডেটকৃত রচনাশৈলীতে একটি রচনাশৈলীর খন্ড হিসেবে প্রয়োগ করা হয়নি যোগ করা হয়েছিল।"
+
+#: stylist_update.xhp
+msgctxt ""
+"stylist_update.xhp\n"
+"par_id3155498\n"
+"45\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05140000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link>"
+msgstr "<link href=\"text/swriter/01/05140000.xhp\" name=\"Styles and Formatting\">শৈলী ও বিন্যাস</link>"
+
+#: delete_from_dict.xhp
+msgctxt ""
+"delete_from_dict.xhp\n"
+"tit\n"
+"help.text"
+msgid "Removing Words From a User-Defined Dictionary"
+msgstr "একটি ব্যবহারকারী-সংজ্ঞায়িত অভিধান থেকে শব্দ অপসারন করা হচ্ছে"
+
+#: delete_from_dict.xhp
+msgctxt ""
+"delete_from_dict.xhp\n"
+"bm_id3147688\n"
+"help.text"
+msgid "<bookmark_value>user-defined dictionaries; removing words from</bookmark_value> <bookmark_value>custom dictionaries; removing words from</bookmark_value> <bookmark_value>deleting;words in user-defined dictionaries</bookmark_value>"
+msgstr "<bookmark_value>user-defined dictionaries; removing words from</bookmark_value> <bookmark_value>custom dictionaries; removing words from</bookmark_value> <bookmark_value>deleting;words in user-defined dictionaries</bookmark_value>"
+
+#: delete_from_dict.xhp
+msgctxt ""
+"delete_from_dict.xhp\n"
+"hd_id3147688\n"
+"13\n"
+"help.text"
+msgid "<variable id=\"delete_from_dict\"><link href=\"text/swriter/guide/delete_from_dict.xhp\" name=\"Removing Words From a User-Defined Dictionary\">Removing Words From a User-Defined Dictionary</link></variable>"
+msgstr "<variable id=\"delete_from_dict\"><link href=\"text/swriter/guide/delete_from_dict.xhp\" name=\"Removing Words From a User-Defined Dictionary\">একটি ব্যবহারকারী-সংজ্ঞায়িত অভিধান থেকে শব্দ অপসারন করা হচ্ছে</link></variable>"
+
+#: delete_from_dict.xhp
+msgctxt ""
+"delete_from_dict.xhp\n"
+"par_id3153417\n"
+"14\n"
+"help.text"
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Writing Aids</emph>."
+msgstr ""
+
+#: delete_from_dict.xhp
+msgctxt ""
+"delete_from_dict.xhp\n"
+"par_id3151391\n"
+"16\n"
+"help.text"
+msgid "Select the user-defined dictionary that you want to edit in the <item type=\"menuitem\">User-defined</item> list, and then click <item type=\"menuitem\">Edit</item>."
+msgstr "ব্যবহারকারী উল্লেখিত অভিধান নির্বাচন করুন যা আপনি <item type=\"menuitem\">ব্যবহারকারী উল্লেখিত</item> তালিকায় সম্পাদনা করতে চান, অতঃপর <item type=\"menuitem\">সম্পাদনা</item> ক্লিক করুন।"
+
+#: delete_from_dict.xhp
+msgctxt ""
+"delete_from_dict.xhp\n"
+"par_id3154233\n"
+"17\n"
+"help.text"
+msgid "Select the word that you want to delete in the <emph>Word</emph> list, and then click <emph>Delete</emph>."
+msgstr "শব্দ নির্বাচন করুন যা আপনি <emph>শব্দ</emph> তালিকা থেকে মুছে ফেলতে চান, এবং এরপর <emph>মুছে ফেলা হবে</emph> ক্লিক করুন।"
+
+#: calculate_intext.xhp
+msgctxt ""
+"calculate_intext.xhp\n"
+"tit\n"
+"help.text"
+msgid "Calculating Complex Formulas in Text Documents"
+msgstr "নথিতে জটিল সূত্র গণনা করা হচ্ছে"
+
+#: calculate_intext.xhp
+msgctxt ""
+"calculate_intext.xhp\n"
+"bm_id3147406\n"
+"help.text"
+msgid "<bookmark_value>formulas; complex formulas in text</bookmark_value> <bookmark_value>calculating;formulas/mean values</bookmark_value>"
+msgstr "<bookmark_value>formulas; complex formulas in text</bookmark_value> <bookmark_value>calculating;formulas/mean values</bookmark_value>"
+
+#: calculate_intext.xhp
+msgctxt ""
+"calculate_intext.xhp\n"
+"hd_id3147406\n"
+"20\n"
+"help.text"
+msgid "<variable id=\"calculate_intext\"><link href=\"text/swriter/guide/calculate_intext.xhp\" name=\"Calculating Complex Formulas in Text Documents\">Calculating Complex Formulas in Text Documents</link></variable>"
+msgstr "<variable id=\"calculate_intext\"><link href=\"text/swriter/guide/calculate_intext.xhp\" name=\"Calculating Complex Formulas in Text Documents\">নথিতে জটিল সূত্র গণনা করা হচ্ছে</link></variable>"
+
+#: calculate_intext.xhp
+msgctxt ""
+"calculate_intext.xhp\n"
+"par_id3145245\n"
+"25\n"
+"help.text"
+msgid "You can use predefined functions in a formula, and then insert the result of the calculation into a text document."
+msgstr "আপনি একটি সূত্রে পূর্ব নির্ধারিত ফাংশন ব্যবহার করতে পারেন, এবং এরপর একটি নথিতে গণনার ফলাফল সন্নিবেশ করুন।"
+
+#: calculate_intext.xhp
+msgctxt ""
+"calculate_intext.xhp\n"
+"par_id3152901\n"
+"26\n"
+"help.text"
+msgid "For example, to calculate the mean value of three numbers, do the following:"
+msgstr "উদাহরণস্বরূপ, তিন সংখ্যার গড় মান গণনা করতে, নিম্নোক্ত কাজটি করুন:"
+
+#: calculate_intext.xhp
+msgctxt ""
+"calculate_intext.xhp\n"
+"par_id3145078\n"
+"27\n"
+"help.text"
+msgid "Click in the document where you want to insert the formula, and then press F2."
+msgstr "নথির যেখানে সূত্র সন্নিবেশ করাতে চান সেখানে ক্লিক করুন, এবং এরপর F2 চাপুন।"
+
+#: calculate_intext.xhp
+msgctxt ""
+"calculate_intext.xhp\n"
+"par_id3156382\n"
+"28\n"
+"help.text"
+msgid "Click the <item type=\"menuitem\">Formula</item> icon, and choose \"Mean\" from the Statistical Functions list."
+msgstr "<item type=\"menuitem\">সূত্র</item> আইকনে ক্লিক করুন, এবং পরিসাংখ্যিক ফাংশন তালিকা হতে \"গড়\" নির্বাচন করুন।"
+
+#: calculate_intext.xhp
+msgctxt ""
+"calculate_intext.xhp\n"
+"par_id3149692\n"
+"30\n"
+"help.text"
+msgid "Type the three numbers, separated by vertical slashes (|)."
+msgstr "উল্লম্ব স্ল্যাশ দ্বারা আলাদাকৃত (|), তিন সংখ্যা টাইপ করুন।"
+
+#: calculate_intext.xhp
+msgctxt ""
+"calculate_intext.xhp\n"
+"par_id3149481\n"
+"32\n"
+"help.text"
+msgid "Press <emph>Enter</emph>. The result is inserted as a field into the document."
+msgstr "<emph>Enter</emph>চাপুন। ফলাফলটি নথিতে একটি ঘর হিসেবে সন্নিবেশ করানো হবে।"
+
+#: calculate_intext.xhp
+msgctxt ""
+"calculate_intext.xhp\n"
+"par_id3149823\n"
+"35\n"
+"help.text"
+msgid "To edit the formula, double-click the field in the document."
+msgstr "সূত্র সম্পাদনা করতে, নথির ঘরে ডাবল ক্লিক করুন।"
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting Sections"
+msgstr "অংশ সন্নিবেশ করা হচ্ছে"
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"bm_id3149695\n"
+"help.text"
+msgid "<bookmark_value>sections; inserting</bookmark_value> <bookmark_value>inserting; sections</bookmark_value> <bookmark_value>HTML documents;inserting linked sections</bookmark_value> <bookmark_value>updating;linked sections, manually</bookmark_value> <bookmark_value>links;inserting sections</bookmark_value>"
+msgstr "<bookmark_value>sections; inserting</bookmark_value> <bookmark_value>inserting; sections</bookmark_value> <bookmark_value>HTML documents;inserting linked sections</bookmark_value> <bookmark_value>updating;linked sections, manually</bookmark_value> <bookmark_value>links;inserting sections</bookmark_value>"
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"hd_id3149695\n"
+"16\n"
+"help.text"
+msgid "<variable id=\"section_insert\"><link href=\"text/swriter/guide/section_insert.xhp\" name=\"Inserting Sections\">Inserting Sections</link></variable>"
+msgstr "<variable id=\"section_insert\"><link href=\"text/swriter/guide/section_insert.xhp\" name=\"Inserting Sections\">অংশ সন্নিবেশ করা হচ্ছে</link></variable>"
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3155917\n"
+"26\n"
+"help.text"
+msgid "You can insert new sections, or links to sections in other documents into the current document. If you insert a section as a link, the content of the link changes when you modify the source document."
+msgstr "আপনি অন্য নথির অংশ থেকে বর্তমান নথিতে নতুন অংশ, অথবা লিংক সন্নিবেশ করতে পারেন। যদি আপনি একটি অংশ একটি লিংক হিসেবে সন্নিবেশ করান, তবে যখন আপনি উৎস নথি পরিবর্তন করবেন তখন লিংকের বিষয়বস্তু পরিবর্তিত হবে।"
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"hd_id3155863\n"
+"27\n"
+"help.text"
+msgid "To Insert a New Section"
+msgstr "একটি নতুন অংশ সন্নিবেশ করতে"
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3149843\n"
+"23\n"
+"help.text"
+msgid "Click in your document where you want to insert a new section, or select the text that you want to convert to a section."
+msgstr "আপনার নথিতে ক্লিক করুন যেখানে আপনি একটি নতুন অংশ সন্নিবেশ করতে চান, অথবা পাঠ্য নির্বাচন করুন যা আপনি একটি অংশে রূপান্তর করতে চান।"
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3156103\n"
+"28\n"
+"help.text"
+msgid "If you select a text that occurs within a paragraph, the text is automatically converted into a new paragraph."
+msgstr "যদি আপনি অনুচ্ছেদের পাঠ্য নির্বাচন করেন, পাঠ্যটি স্বয়ংক্রিয় ভাবে একটি নতুন অনুচ্ছেদে রূপান্তরীত হবে।"
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3149281\n"
+"24\n"
+"help.text"
+msgid "Choose <emph>Insert - Section</emph>."
+msgstr "<emph>সন্নিবেশ - অংশ</emph> নির্বাচন করুন।"
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3153404\n"
+"29\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">New Section</item> box, type a name for the section."
+msgstr "<item type=\"menuitem\">নতুন অংশ</item> বাক্সে, অংশের জন্য একটি নাম লিখুন।"
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3153127\n"
+"25\n"
+"help.text"
+msgid "Set the options for the section, and then click <emph>Insert</emph>."
+msgstr "অংশের জন্য অপশনটি নির্ধারণ করুন, এবং এরপর <emph>সন্নিবেশ</emph> এ ক্লিক করুন।"
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"hd_id3149635\n"
+"30\n"
+"help.text"
+msgid "To Insert a Section as a Link"
+msgstr "একটি অংশকে লিংক হিসেবে সন্নিবেশ করতে"
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3149648\n"
+"31\n"
+"help.text"
+msgid "Before you can insert a section as link, you must first create sections in the source document."
+msgstr "একটি অংশকে লিংক হিসেবে সন্নিবেশ করতে, আপনাকে প্রথমে অবশ্যই উৎস নথিতে অংশ তৈরি করতে হবে।"
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3149611\n"
+"18\n"
+"help.text"
+msgid "When you open a document that contains linked sections, $[officename] prompts you to update the contents of the sections. To manually update a link, choose <emph>Tools - Update - Links</emph>."
+msgstr "যখন আপনি একটি নথি খুলবেন যা সংযুক্ত অংশ ধারণ করে, $[officename] আপনাকে অংশ বিষয়বস্তু হালনাগাদ করতে মনে করিয়ে দেয় । একটি লিংক নিজ হাতে হালনাগাদ করতে, <emph>টুল - হালনাগাদ - লিংক</emph> নির্বাচন করুন।"
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3149860\n"
+"22\n"
+"help.text"
+msgid "You can also insert linked sections in HTML documents. When you view the page in a web browser, the content of the sections corresponds to the content of the sections at the time the HTML document was last saved."
+msgstr "আপনি HTML নথিতে সংযুক্ত অংশ সন্নিবেশ করতে পারেন। যখন আপনি ওয়েব ব্রাউজারে পৃষ্ঠাটি দেখবেন, HTML নথিতে সর্বশেষ সংরক্ষিত অংশ ওই অংশের বিষয়বস্তুর সাথে সঙ্গতিপূর্ণ হবে।"
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3145104\n"
+"32\n"
+"help.text"
+msgid "Click in your document where you want to insert the linked section."
+msgstr "আপনার নথিতে ক্লিক করুন যেখানে আপনি সংযোগকৃত অংশ সন্নিবেশ করতে চান।"
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3156241\n"
+"33\n"
+"help.text"
+msgid "Choose <emph>Insert - Section</emph>."
+msgstr "<emph>সন্নিবেশ - অংশ</emph>নির্বাচন করুন।"
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3153363\n"
+"34\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">New Section</item> box, type a name for the section."
+msgstr "<item type=\"menuitem\">নতুন অংশ</item> বাক্সে, অংশের জন্য একটি নাম লিখুন।"
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3153387\n"
+"35\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Link</item> area, select the <item type=\"menuitem\">Link</item> check box. <switchinline select=\"sys\"><caseinline select=\"WIN\">Under Windows, you can also select the <item type=\"menuitem\">DDE</item> check box to automatically update the contents of the section when the section in the source document is changed. </caseinline></switchinline>"
+msgstr "In the <item type=\"menuitem\">Link</item> area, select the <item type=\"menuitem\">Link</item> check box. <switchinline select=\"sys\"><caseinline select=\"WIN\">Under Windows, you can also select the <item type=\"menuitem\">DDE</item> check box to automatically update the contents of the section when the section in the source document is changed. </caseinline></switchinline>"
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3154852\n"
+"36\n"
+"help.text"
+msgid "Click the browse button (<item type=\"menuitem\">...</item>) next to the <item type=\"menuitem\">File name</item> box."
+msgstr "<item type=\"menuitem\">ফাইলের নাম</item> বাক্সের নিকটবর্তী ব্রাউজ বোতামে (<item type=\"menuitem\">...</item>) ক্লিক করুন।"
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3155882\n"
+"37\n"
+"help.text"
+msgid "Locate the document containing the section that you want to link to, and then click <emph>Insert</emph>."
+msgstr "আপনি যে অংশটি সংযোগ দিতে চান সেটি ধারণকারী নথিটি চিহ্নিত করুন, এবং এরপর <emph>সন্নিবেশ</emph> ক্লিক করুন।"
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3149978\n"
+"38\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Section</item> box, select the section that you want to insert."
+msgstr "<item type=\"menuitem\">অংশ</item> বাক্সে, আপনি যে অংশটি সন্নিবেশ করতে চান তা নির্বাচন করুন।"
+
+#: section_insert.xhp
+msgctxt ""
+"section_insert.xhp\n"
+"par_id3150003\n"
+"39\n"
+"help.text"
+msgid "Click <emph>Insert</emph>."
+msgstr "<emph>সন্নিবেশ</emph> ক্লিক করুন।"
+
+#: using_numbered_lists2.xhp
+msgctxt ""
+"using_numbered_lists2.xhp\n"
+"tit\n"
+"help.text"
+msgid "Adding Numbering"
+msgstr "সংখ্যায়ন যুক্ত করা হচ্ছে"
+
+#: using_numbered_lists2.xhp
+msgctxt ""
+"using_numbered_lists2.xhp\n"
+"bm_id3147418\n"
+"help.text"
+msgid "<bookmark_value>numbering;paragraphs, on and off</bookmark_value> <bookmark_value>paragraphs; numbering on/off</bookmark_value> <bookmark_value>formatting;numbered lists</bookmark_value> <bookmark_value>inserting;numbering</bookmark_value>"
+msgstr "<bookmark_value>numbering;paragraphs, on and off</bookmark_value> <bookmark_value>paragraphs; numbering on/off</bookmark_value> <bookmark_value>formatting;numbered lists</bookmark_value> <bookmark_value>inserting;numbering</bookmark_value>"
+
+#: using_numbered_lists2.xhp
+msgctxt ""
+"using_numbered_lists2.xhp\n"
+"hd_id3147418\n"
+"15\n"
+"help.text"
+msgid "<variable id=\"using_numbered_lists2\"><link href=\"text/swriter/guide/using_numbered_lists2.xhp\" name=\"Adding Numbering\">Adding Numbering</link> </variable>"
+msgstr "<variable id=\"using_numbered_lists2\"><link href=\"text/swriter/guide/using_numbered_lists2.xhp\" name=\"Adding Numbering\">সংখ্যায়ন যুক্ত করা হচ্ছে</link> </variable>"
+
+#: using_numbered_lists2.xhp
+msgctxt ""
+"using_numbered_lists2.xhp\n"
+"hd_id4188970\n"
+"help.text"
+msgid "To Add Numbering to a List"
+msgstr "একটি তালিকায় সংখ্যায়ন যোগ করতে"
+
+#: using_numbered_lists2.xhp
+msgctxt ""
+"using_numbered_lists2.xhp\n"
+"par_id3153396\n"
+"23\n"
+"help.text"
+msgid "Select the paragraph(s) that you want to add numbering to."
+msgstr "অনুচ্ছেদ(গুলো) নির্বাচন করুন যাতে আপনি সংখ্যায়ন যুক্ত করতে চান।"
+
+#: using_numbered_lists2.xhp
+msgctxt ""
+"using_numbered_lists2.xhp\n"
+"par_id3149968\n"
+"24\n"
+"help.text"
+msgid "On the <item type=\"menuitem\">Formatting</item> Bar, click the <item type=\"menuitem\">Numbering On/Off</item> icon <image id=\"img_id3153125\" src=\"cmd/sc_defaultnumbering.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153125\">Icon</alt></image>."
+msgstr "<item type=\"menuitem\">বিন্যাস</item> বারে, <item type=\"menuitem\">সংখ্যায়ন চালু/বন্ধ</item> আইকনে ক্লিক করুন <image id=\"img_id3153125\" src=\"cmd/sc_defaultnumbering.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153125\">আইকন</alt></image>।"
+
+#: using_numbered_lists2.xhp
+msgctxt ""
+"using_numbered_lists2.xhp\n"
+"par_id3149573\n"
+"29\n"
+"help.text"
+msgid "To change the formatting and the hierarchy of a numbered list, click in the list, and then open the <emph>Bullets and Numbering</emph> toolbar."
+msgstr "একটি সংখ্যায়িত তালিকার বিন্যাস এবং স্তরায়ন পরিবর্তন করতে, তালিকায় ক্লিক করুন, এবং এরপর <emph>বুলেট ও সংখ্যায়ন</emph>টুলবার খুলুন।"
+
+#: using_numbered_lists2.xhp
+msgctxt ""
+"using_numbered_lists2.xhp\n"
+"par_id3153365\n"
+"25\n"
+"help.text"
+msgid "To remove numbering, select the numbered paragraphs, and then click the <emph>Numbering On/Off</emph> icon on the <emph>Formatting</emph> Bar."
+msgstr "সংখ্যায়ন অপসারণ করতে, সংখ্যায়িত অনুচ্ছেদ নির্বাচন করুন, এবং এরপর <emph>বিন্যাস</emph>বারের<emph> সংখ্যায়ন সক্রিয়/নিষ্ক্রিয় </emph>আইকনে ক্লিক করুন।"
+
+#: using_numbered_lists2.xhp
+msgctxt ""
+"using_numbered_lists2.xhp\n"
+"hd_id3154233\n"
+"30\n"
+"help.text"
+msgid "To Format a Numbered List"
+msgstr "একটি সংখ্যায়িত তালিকা বিন্যাস করতে"
+
+#: using_numbered_lists2.xhp
+msgctxt ""
+"using_numbered_lists2.xhp\n"
+"par_id3154246\n"
+"16\n"
+"help.text"
+msgid "To change the formatting of a numbered list, click in the list, then choose <emph>Format - Bullets and Numbering</emph>."
+msgstr "একটি সংখ্যায়িত তালিকার বিন্যাস পরিবর্তন করতে, এই তালিকায় ক্লিক করুন, এরপর <emph>বিন্যাস - বুলেট ও সংখ্যায়ন</emph> নির্বাচন করুন।"
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"tit\n"
+"help.text"
+msgid "Defining Borders for Objects"
+msgstr "বস্তুর জন্য সীমানাসমূহ নির্ধারণ করা হচ্ছে"
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"bm_id3146957\n"
+"help.text"
+msgid "<bookmark_value>objects; defining borders</bookmark_value> <bookmark_value>borders; for objects</bookmark_value> <bookmark_value>frames; around objects</bookmark_value> <bookmark_value>charts;borders</bookmark_value> <bookmark_value>pictures;borders</bookmark_value> <bookmark_value>OLE objects;borders</bookmark_value> <bookmark_value>defining;object borders</bookmark_value>"
+msgstr "<bookmark_value>objects; defining borders</bookmark_value> <bookmark_value>borders; for objects</bookmark_value> <bookmark_value>frames; around objects</bookmark_value> <bookmark_value>charts;borders</bookmark_value> <bookmark_value>pictures;borders</bookmark_value> <bookmark_value>OLE objects;borders</bookmark_value> <bookmark_value>defining;object borders</bookmark_value>"
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"hd_id3146957\n"
+"17\n"
+"help.text"
+msgid "<variable id=\"border_object\"><link href=\"text/swriter/guide/border_object.xhp\" name=\"Defining Borders for Objects\">Defining Borders for Objects</link></variable>"
+msgstr "<variable id=\"border_object\"><link href=\"text/swriter/guide/border_object.xhp\" name=\"Defining Borders for Objects\">বস্তুর জন্য সীমানা নির্ধারণ করা হচ্ছে</link></variable>"
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"par_id3146797\n"
+"1\n"
+"help.text"
+msgid "In Writer, you can define borders around OLE objects, plug-ins, diagrams/charts, graphics and frames. The name of the menu to be used depends on the object selected."
+msgstr "Writer এ আপনি OLE অবজেক্ট, প্লাগ-ইন, রেখাচিত্র/লেখচিত্র, গ্রাফিক্স, এবং ফ্রেমের চারপাশে কিনারা সংজ্ঞায়িত করতে পারেন। নির্বাচিত বস্তুর উপর নির্ভর করে তালিকার নাম ব্যবহৃত হবে।"
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"hd_id3145673\n"
+"2\n"
+"help.text"
+msgid "To Set a Predefined Border Style"
+msgstr "একটি পূর্বউল্লেখিত সীমানা শৈলী নির্ধারণ করতে"
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"par_id3155388\n"
+"3\n"
+"help.text"
+msgid "Select the object for which you want to define a border."
+msgstr "বস্তু নির্বাচন করুন যার জন্য আপনি একটি সীমানা সংজ্ঞায়িত করতে চান।"
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"par_id3149578\n"
+"4\n"
+"help.text"
+msgid "Click the <emph>Borders</emph> icon on the <emph>OLE-Object</emph> toolbar or <emph>Frame</emph> toolbar to open the <emph>Borders</emph> window."
+msgstr "<emph>কিনারা</emph> উইন্ডো খুলতে <emph>OLE-অবজেক্ট </emph>টুলবারের <emph>কিনারা </emph>আইকনে অথবা <emph>ফ্রেম</emph> টুলবারে ক্লিক করুন।"
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"par_id3159176\n"
+"6\n"
+"help.text"
+msgid "Click one of the predefined border styles. This replaces the current border style of the object with the selected style."
+msgstr "পূর্বনির্ধারিত সীমানা শৈলীতে ক্লিক করুন। এটি বস্তুটির নির্বাচিত শৈলীতে বর্তমান সীমানা শৈলী দ্বারা প্রতিস্থাপন করে।"
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"hd_id3152474\n"
+"7\n"
+"help.text"
+msgid "To Set a Customized Border Style"
+msgstr "একটি স্বনির্ধারিত সীমানা শৈলী নির্ধারণ করতে"
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"par_id3153896\n"
+"8\n"
+"help.text"
+msgid "Select the table cells that you want to modify."
+msgstr "সারণি ঘর নির্বাচন করুন যা আপনি পরিবর্তন করতে চান।"
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"par_id3156344\n"
+"9\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Format - (object name) – Borders</item>.<br/>Replace (object name) with the actual name of the object type you selected."
+msgstr "<item type=\"menuitem\">বিন্যাস - (বস্তুর নাম) – সীমানা</item> নির্বাচন করুন।<br/> আপনার নির্বাচিত ধরনের বস্তুর নামের সাথে নাম প্রতিস্থাপন (বস্তুর নাম) করুন।"
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"par_id3148797\n"
+"11\n"
+"help.text"
+msgid "In the <emph>User-defined</emph> area select the edge(s) that you want to appear in a common layout. Click on an edge in the preview to toggle the selection of an edge."
+msgstr "<emph>ব্যবহারকারী-সংজ্ঞায়িত</emph> এলাকায় কিনারা(s) নির্বাচন করুন যা আপনি সাধারণ ছাপার বিন্যাসে আবির্ভূত করতে চান। একটি কিনারার নির্বাচন প্রত্যাবর্তন নির্বাচন করতে প্রাকবীক্ষনের একটি কিনারায় ক্লিক করুন।"
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"par_id3152933\n"
+"12\n"
+"help.text"
+msgid "Select a line style and color for the selected border style in the <emph>Line</emph> area. These settings apply to all border lines that are included in the selected border style."
+msgstr "<emph>রেখা</emph> এলাকায় নির্বাচিত সীমানা শৈলীর জন্য একটি রেখা শৈলী এবং রং নির্বাচন করুন। এই সেটিং সব সীমানা রেখায় প্রয়োগ করা হবে যা নির্বাচিত সীমানা শৈলীতে অন্তর্ভূক্ত করা হবে।"
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"par_id3125865\n"
+"13\n"
+"help.text"
+msgid "Repeat the last two steps for every border edge."
+msgstr "প্রতিটি সীমানা প্রান্তের জন্য শেষ দুই ধাপ পুনরাবৃত্তি করুন।"
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"par_id3150447\n"
+"14\n"
+"help.text"
+msgid "Select the distance between the border lines and the page contents in the <emph>Spacing to Contents</emph> area."
+msgstr "<emph>বিষয়বস্তুর স্থান ফাঁকা করা</emph> এলাকায় সীমানা রেখা এবং পৃষ্ঠা বিষয়বস্তুর মধ্যে দুরত্ব নির্বাচন করুন।"
+
+#: border_object.xhp
+msgctxt ""
+"border_object.xhp\n"
+"par_id3154908\n"
+"15\n"
+"help.text"
+msgid "Click <emph>OK</emph> to apply the changes."
+msgstr "পরিবর্তনসমূহ প্রয়োগ করতে <emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"tit\n"
+"help.text"
+msgid "Changing Page Orientation (Landscape or Portrait)"
+msgstr "পৃষ্ঠা স্থিতিবিন্যাস পরিবর্তন করা হচ্ছে (আড়াআড়ি অথবা লম্বালম্বি)"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"bm_id9683828\n"
+"help.text"
+msgid "<bookmark_value>page styles;orientation/scope</bookmark_value> <bookmark_value>page formats; changing individual pages</bookmark_value> <bookmark_value>formatting; changing individual pages</bookmark_value> <bookmark_value>portrait and landscape</bookmark_value> <bookmark_value>landscape and portrait</bookmark_value> <bookmark_value>printing;portrait/landscape format</bookmark_value> <bookmark_value>orientation of pages</bookmark_value> <bookmark_value>paper orientation</bookmark_value> <bookmark_value>pages;orientation</bookmark_value> <bookmark_value>sideways orientation of pages</bookmark_value> <bookmark_value>scope of page styles</bookmark_value>"
+msgstr "<bookmark_value>page styles;orientation/scope</bookmark_value> <bookmark_value>page formats; changing individual pages</bookmark_value> <bookmark_value>formatting; changing individual pages</bookmark_value> <bookmark_value>portrait and landscape</bookmark_value> <bookmark_value>landscape and portrait</bookmark_value> <bookmark_value>printing;portrait/landscape format</bookmark_value> <bookmark_value>orientation of pages</bookmark_value> <bookmark_value>paper orientation</bookmark_value> <bookmark_value>pages;orientation</bookmark_value> <bookmark_value>sideways orientation of pages</bookmark_value> <bookmark_value>scope of page styles</bookmark_value>"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_idN106FF\n"
+"help.text"
+msgid "<variable id=\"pageorientation\"><link href=\"text/swriter/guide/pageorientation.xhp\">Changing Page Orientation</link></variable>"
+msgstr "<variable id=\"pageorientation\"><link href=\"text/swriter/guide/pageorientation.xhp\">পৃষ্ঠা স্থিতিবিন্যাস পরিবর্তন করা হচ্ছে </link></variable>"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id6418042\n"
+"help.text"
+msgid "All page properties for Writer text documents, like for example the page orientation, are defined by page styles. By default, a new text document uses the “Default” page style for all pages. If you open an existing text document, different page styles may have been applied to the different pages."
+msgstr "Writer পাঠ্য নথির সব পৃষ্ঠা বৈশিষ্ট্যাবলী, যেমন উদাহরণস্বরূপ পৃষ্ঠা স্থিতিবিন্যাস,পৃষ্ঠা শৈলী দ্বারা সংজ্ঞায়িত। পূর্বনির্ধারিতভাবে, একটি নতুন পাঠ্য নথি সব পৃষ্ঠার জন্য <emph>পূর্বনির্ধারিত</emph>পৃষ্ঠা শৈলী ব্যবহার করে। যদি আপনি একটি বিদ্যমান পাঠ্য নথি খোলেন, বিভিন্ন পৃষ্ঠায় বিভিন্ন পৃষ্ঠা শৈলী প্রয়োগ করা হবে।"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id8324533\n"
+"help.text"
+msgid "It is important to know that changes that you apply to a page property will only affect the pages that use the current page style. The current page style is listed in the Status Bar at the lower window border."
+msgstr "এটি জানা গুরুত্বপূর্ণ যে পৃষ্ঠা বৈশিষ্ট্য তে আপনি যে পরিবর্তন করেছৈন তা কেবলমাত্র পৃষ্ঠায় প্রভাব ফেলবে যা বর্তমান পৃষ্ঠা শৈলী ব্যবহার করে। বর্তমান পৃষ্ঠা শৈলী নিম্ন উইন্ডো কিনারার অবস্থা বারে তালিকাভূক্ত করা হয়েছে।"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id7524033\n"
+"help.text"
+msgid "To Change the Page Orientation for All Pages"
+msgstr "সব পৃষ্ঠার জন্য পৃষ্ঠার স্থিতিবিন্যাস পরিবর্তন করতে"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id6307260\n"
+"help.text"
+msgid "If your text document consists only of pages with the same page style, you can change the page properties directly:"
+msgstr "যদি আপনার পাঠ্য নথি একই পৃষ্ঠা শৈলী দ্বারা গঠিত পৃষ্ঠা গঠিত হয়, আপনি সরাসরি পৃষ্ঠা বৈশিষ্ট্যাবলী পরিবর্তন করতে পারবেন:"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id5256508\n"
+"help.text"
+msgid "Choose <emph>Format - Page</emph>."
+msgstr "<emph>বিন্যাস - পৃষ্ঠা</emph>নির্বাচন করুন।"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id9681997\n"
+"help.text"
+msgid "Click the <emph>Page</emph> tab."
+msgstr "<emph>পৃষ্ঠা</emph> ট্যাবে ক্লিক করুন"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id7994323\n"
+"help.text"
+msgid "Under <item type=\"menuitem\">Paper format</item>, select “Portrait” or “Landscape”."
+msgstr "<item type=\"menuitem\">কাগজ বিন্যাস</item> এর অধীনে, “লম্বালম্বি” বা “আড়াআড়ি” নির্বাচন করুন।"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id7069002\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"hd_id4202398\n"
+"help.text"
+msgid "To Change the Page Orientation Only for Some Pages"
+msgstr "শুধু মাত্র কিছু পৃষ্ঠার পৃষ্ঠা পরিস্থিতি পরিবর্তন করতে"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_idN1071D\n"
+"help.text"
+msgid "$[officename] uses page styles to specify the orientation of the pages in a document. Page styles define more page properties, as for example header and footer or page margins. You can either change the “Default” page style for the current document, or you can define own page styles and apply those page styles to any parts of your text."
+msgstr "একটি নথিতে পৃষ্ঠার স্থিতিবিন্যাস সুনির্দিষ্ট ভাবে উল্লেখ করার জন্য $[officename] পৃষ্ঠা শৈলী ব্যবহার করে। পৃষ্ঠা শৈলী আরো পৃষ্ঠা বৈশিষ্ট্যাবলী সংজ্ঞায়িত করে, উদাহরণস্বরূপ শীর্ষচরণ এবং পাদটীকা অথবা মার্জিন। আপনি হয় বর্তমান পৃষ্ঠার জন্য <emph>পর্ব নির্ধারিত</emph> পৃষ্ঠা শৈলী পরিবর্তন করতে পারবেন, অথবা আপনি নিজস্ব পৃষ্ঠা শৈলী সংজ্ঞায়িত করতে পারেন এবং আপনার পাঠ্যের যেকোনো অংশে ওই পৃষ্ঠা শৈলী প্রয়োগ করুন।"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id1449324\n"
+"help.text"
+msgid "At the end of this help page, we'll discuss the scope of page styles in detail. If you are unsure about the page style concept, please read the section at the end of this page."
+msgstr "এই সহায়তা পৃষ্ঠার শেষে, আমরা পৃষ্ঠা শৈলীর সুযোগ বিস্তারিতভাবে আলোচনা করবো যদি আপনি পৃষ্ঠা শৈলী ধারনা সম্পর্কে নিশ্চিত না থাকেন, অনুগ্রহ করে এই পৃষ্ঠার শেষের অংশটি পড়ুন।"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id1480758\n"
+"help.text"
+msgid "Unlike character styles or paragraph styles, the page styles don't know a hierarchy. You can create a new page style based on the properties of an existing page style, but when you later change the source style, the new page style does not automatically inherit the changes."
+msgstr "অক্ষর শৈলী অথবা অনুচ্ছেদ শৈলীর মতো নয়, পৃষ্ঠা শৈলী একটি ক্রমাধিকার তন্ত্র জানেনা। একটি বিদ্যমান পৃষ্ঠা শৈলীর বৈশিষ্ট্যাবলীর উপর নির্ভর করে আপনি একটি নতুন পৃষ্ঠা শৈলী তৈরি করতে পারেন, কিন্তু পরে যখন আপনি উৎস শৈলী পরিবর্তন করবেন, নতুন পৃষ্ঠা স্বয়ংক্রিয়ভাবে পরিবর্তন উত্তরাধিকারসূত্রে পাবে না।"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id2962126\n"
+"help.text"
+msgid "To change the page orientation for all pages that share the same page style, you first need a page style, then apply that style:"
+msgstr "একই পৃষ্ঠা শৈলী শেয়ার করা সব পৃষ্ঠার জন্য পৃষ্ঠা স্থিতিবিন্যাস পরিবর্তন করতে, আপনার প্রথমে একটি পৃষ্ঠা শৈলী প্রয়োজন, এরপর শৈলীটি প্রয়োগ করুন:"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_idN10727\n"
+"help.text"
+msgid "Choose <emph>Format - Styles and Formatting</emph>."
+msgstr "<emph>বিন্যাস - শৈলী ও বিন্যাস</emph>নির্বাচন করুন।"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_idN10741\n"
+"help.text"
+msgid "Click the <emph>Page Styles</emph> icon."
+msgstr "<emph>পৃষ্ঠা শৈলী</emph> আইকনে ক্লিক করুন।"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_idN10749\n"
+"help.text"
+msgid "Right-click a page style and choose <emph>New</emph>. The new page style initially gets all properties of the selected page style."
+msgstr "একটি পৃষ্ঠা শৈলীতে ডান ক্লিক করুন এবং <emph>নতুন</emph> নির্বাচন করুন। নতুন পৃষ্ঠা শৈলীটি প্রাথমিক ভাবে নির্বাচিত পৃষ্ঠা শৈলীর সব বৈশিষ্ট্য পায়।"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_idN10751\n"
+"help.text"
+msgid "On the <emph>Organizer</emph> tab page, type a name for the page style in the <emph>Name</emph> box, for example \"My Landscape\"."
+msgstr "<emph>সংগঠক</emph> ট্যাব পৃষ্ঠায়,<emph>নাম</emph>বাক্সে পৃষ্ঠা শৈলীর জন্য একটি নাম লিখুন, উদাহরণস্বরূপ \"আমার আকাঁ প্রাকৃতিক দৃশ্য\"।"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_idN1075D\n"
+"help.text"
+msgid "In the <emph>Next Style</emph> box, select the page style that you want to apply to the next page that follows a page with the new style. See the section about the scope of page styles at the end of this help page."
+msgstr "<emph>পরবর্তী শৈলী</emph> বাক্সে, পৃষ্ঠা শৈলী নির্বাচন করুন যা আপনি পরবর্তী পৃষ্ঠায় প্রয়োগ করতে চান যা একটি নতুন শৈলী সহ পৃষ্ঠা অনুসরণ করে। এই সহায়তা পৃষ্ঠার শেষে পৃষ্ঠা শৈলীর সুযোগ সম্পর্কিত অংশটি দেখুন।"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_idN10775\n"
+"help.text"
+msgid "Click the <emph>Page</emph> tab."
+msgstr "<emph>পৃষ্ঠা</emph> ট্যাবে ক্লিক করুন।"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_idN1077D\n"
+"help.text"
+msgid "Under <item type=\"menuitem\">Paper format</item>, select “Portrait” or “Landscape”."
+msgstr "<item type=\"menuitem\">কাগজ বিন্যাস</item> এর অধীনে, “লম্বালম্বি” বা “আড়াআড়ি” নির্বাচন করুন।"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_idN108AE\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>ঠিক আছে</emph>ক্লিক করুন।"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id1658375\n"
+"help.text"
+msgid "Now you have defined a proper page style with the name \"My Landscape\". To apply the new style, double-click the \"My Landscape\" page style in the <emph>Styles and Formatting</emph> window. All pages in the current scope of page styles will be changed. If you defined the \"next style\" to be a different style, only the first page of the current scope of page styles will be changed."
+msgstr "এখন আপনি \"আমার অনুভূমিক\" সহ একটি উপযুক্ত পৃষ্ঠা শৈলী সংজ্ঞায়িত করেছেন। নতুন শৈলী প্রয়োগ করতে, <emph>শৈলী ও বিন্যাস</emph> উইন্ডোর \"আমার অনুভূমিক\" পৃষ্ঠা শৈলীতে ক্লিক করুন। বর্তমান পৃষ্ঠা শৈলীর সব সুযোগ পরিবর্তিত হবে। যদি আপনি একটি ভিন্ন শৈলীতে \"পরবর্তী শৈলী\" সংজ্ঞায়িত করেন, বর্তমান পৃষ্ঠা শৈলীর কেবলমাত্র প্রথম পৃষ্ঠা পরিবর্তিত হবে।"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"hd_id6082949\n"
+"help.text"
+msgid "The Scope of Page Styles"
+msgstr "নানা রকম পৃষ্ঠা শৈলী"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id2858668\n"
+"help.text"
+msgid "You should be aware of the scope of page styles in %PRODUCTNAME. Which pages of your text document get affected by editing a page style?"
+msgstr "আপনাকে %PRODUCTNAME এর পৃষ্ঠার শৈলী সম্পর্কে জানতে হবে, একটি পৃষ্ঠা শৈলী সম্পাদনা করতে আপনার কোন পৃষ্ঠাগুলো প্রভাবিত হবে?"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"hd_id3278603\n"
+"help.text"
+msgid "One Page Long Styles"
+msgstr "এক পৃষ্ঠা দীর্ঘ শৈলী"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id5169225\n"
+"help.text"
+msgid "A page style can be defined to span one page only. The “First Page” style is an example. You set this property by defining another page style to be the \"next style\", on the <item type=\"menuitem\">Format - Page - Organizer</item> tab page."
+msgstr "একটি পৃষ্ঠা শৈলী এক পৃষ্ঠায় বিস্তার করতে নির্ধারণ করা যেতে পারে। <emph>প্রথম পৃষ্ঠা</emph> শৈলী একটি উদাহরণ। <item type=\"menuitem\">বিন্যাস - পৃষ্ঠা - সংঘঠক</item> ট্যাব পৃষ্ঠায়, \"পরবর্তী শৈলী\" তে অন্য পৃষ্ঠা শৈলী সংজ্ঞায়িত করে আপনি এই বৈশিষ্ট্য নির্ধারণ করতে পারেন।"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id6670125\n"
+"help.text"
+msgid "A one page long style starts from the lower border of the current page style range up to the next page break. The next page break appears automatically when the text flows to the next page, which is sometimes called a \"soft page break\". Alternatively, you can insert a manual page break."
+msgstr "একটি একক পৃষ্ঠা লম্বা শৈলী বর্তমান পৃষ্ঠা শৈলীর নিম্ন কিনারা থেকে আরম্ভ হয়ে পরবর্তী পৃষ্ঠা বিরতি পর্যন্ত থাকে। যখন পাঠ্য পরবর্তী পৃষ্ঠায় প্রবাহিত হয় তখন পরবর্তী পৃষ্ঠা বিরতি স্বয়ংক্রিয়ভাবে আবির্ভূত হয়, যা কখনো \"মসৃন পৃষ্ঠা বিরতি\" বলা হয়। বিপরীতক্রমে, আপনি একটি স্বনির্ধারিত পৃষ্ঠা বিরতি সন্নিবেশ করাতে পারেন।"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id2118594\n"
+"help.text"
+msgid "To insert a manual page break at the cursor position, press <item type=\"keycode\">Ctrl+Enter</item> or choose <item type=\"menuitem\">Insert - Manual Break</item> and just click OK."
+msgstr "কার্সার অবস্থানে একটি স্বনির্ধারিত পৃষ্ঠা বিরতি সন্নিবেশ করাতে, <item type=\"keycode\">Ctrl+Enter</item> চাপুন অথবা <item type=\"menuitem\">সন্নিবেশ - স্বনির্ধারিত বিরতি</item> নির্বাচন করুন এবং শুধুমাত্র 'ঠিক আছে' তে ক্লিক করুন।"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"hd_id166020\n"
+"help.text"
+msgid "Manually Defined Range of a Page style"
+msgstr "স্বনির্ধারিত ভাবে উল্লেখকৃত পৃষ্ঠা শৈলীর পরিসর"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id6386913\n"
+"help.text"
+msgid "The “Default” page style does not set a different \"next style\" on the <item type=\"menuitem\">Format - Page - Organizer</item> tab page. Instead, the \"next style\" is set also to be “Default”. All page styles that are followed by the same page style can span multiple pages. The lower and upper borders of the page style range are defined by \"page breaks with style\". All the pages between any two \"page breaks with style\" use the same page style."
+msgstr "<emph>পূর্ব নির্ধারিত</emph> পৃষ্ঠা শৈলী <item type=\"menuitem\">বিন্যাস - পৃষ্ঠা - সংগঠক</item> ট্যাব পৃষ্ঠায় একটি ভিন্ন \"পরবর্তী শৈলী\" নির্ধারণ করেনা। পরবর্তীতে, \"পরবর্তী শৈলী\" <emph>পূর্ব নির্ধারিত</emph>তে নির্ধারণ করা হবে। এক পৃষ্ঠা শৈলী অনুসরণকারী সব পৃষ্ঠা শৈলী বহুবিধ পৃষ্ঠায় বিস্তার করতে পারে। পৃষ্ঠা শৈলী সারণির নিম্ন এবং উচ্চ কিনারা \"শৈলী সহ পৃষ্ঠা বিরতি\" তে নির্ধারণ করা হয়েছে। যেকোনো দুই \"শৈলী সহ পৃষ্ঠা বিরতি\" এর মাঝের সব পৃষ্ঠা একই পৃষ্ঠা শৈলী ব্যবহার করে।"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id6062196\n"
+"help.text"
+msgid "You can insert a \"page break with style\" directly at the cursor position. Alternatively, you can apply the \"page break with style\" property to a paragraph or to a paragraph style."
+msgstr "আপনি সরাসরি কার্সার অবস্থানে একটি \"শৈলী সহ পৃষ্ঠা বিরতি\" সন্নিবেশ করাতে পারেন। বিপরীতক্রমে, আপনি \"শৈলী সহ পৃষ্ঠা বিরতি\" একটি অনুচ্ছেদ অথবা একটি অনুচ্ছেদ শৈলীতে প্রয়োগ করতে পারেন।"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id6054261\n"
+"help.text"
+msgid "Perform any one of the following commands:"
+msgstr "নিম্নের যেকোনো একটি কমান্ড সম্পাদনা করুন:"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id1811578\n"
+"help.text"
+msgid "To insert a \"page break with style\" at the cursor position, choose <item type=\"menuitem\">Insert - Manual Break</item>, select a <emph>Style</emph> name from the listbox, and click OK."
+msgstr "কার্সার অবস্থানে \"শৈলী সহ পৃষ্ঠা বিরতি\" সন্নিবেশ করাতে,<item type=\"menuitem\">সন্নিবেশ - স্বনির্ধারিত বিরতি</item> নির্বাচন করুন, তালিকা বাক্স থেকে একটি <emph>শৈলী</emph> নাম নির্বাচন করুন, এবং \"ঠিক আছে\" ক্লিক করুন।"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id9935911\n"
+"help.text"
+msgid "To apply the \"page break with style\" property to the current paragraph, choose <item type=\"menuitem\">Format - Paragraph - Text Flow</item>. In the Breaks area, activate <emph>Enable</emph> and <emph>With Page Style</emph>. Select a page style name from the listbox."
+msgstr "বর্তমান অনুচ্ছেদ \"শৈলী সহ পৃষ্ঠা বিরতি\" বৈশিষ্ট্যাবলী প্রয়োগ করতে,<item type=\"menuitem\">বিন্যাস - অনুচ্ছেদ - পাঠ্য প্রবাহ</item> নির্বাচন করুন। বিরতি এলাকায়, <emph>সক্রিয় করা হবে</emph> এবং <emph>পৃষ্ঠা শৈলী সহ</emph> সক্রিয় করুন। তালিকা বাক্স থেকে একটি পৃষ্ঠা শৈলীর নাম নির্বাচন করুন।"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id4753868\n"
+"help.text"
+msgid "To apply the \"page break with style\" property to the current paragraph style, right-click the current paragraph. Choose <item type=\"menuitem\">Edit Paragraph Style</item> from the context menu. Click the <emph>Text Flow</emph> tab. In the Breaks area, activate <emph>Enable</emph> and <emph>With Page Style</emph>. Select a page style name from the listbox."
+msgstr "বর্তমান অনুচ্ছেদ শৈলীতে \"শৈলী সহ পৃষ্ঠা বিরতি\" বৈশিষ্ট্যাবলী প্রয়োগ করতে, বর্তমান অনুচ্ছেদে ডান-ক্লিক করুন। প্রাসঙ্গিক মেনু থেকে <item type=\"menuitem\">অনুচ্ছেদ শৈলী সম্পাদনা</item> নির্বাচন করুন। <emph>পাঠ্য প্রবাহ</emph> ট্যাব এ ক্লিক করুন। বিরতি এলাকায়, <emph>সক্রিয় করা হবে</emph> এবং <emph>পৃষ্ঠা শৈলী সহ</emph> সক্রিয় করুন। তালিকা বাক্স থেকে একটি পৃষ্ঠা শৈলীর নাম নির্বাচন করুন।"
+
+#: pageorientation.xhp
+msgctxt ""
+"pageorientation.xhp\n"
+"par_id4744407\n"
+"help.text"
+msgid "To apply the \"page break with style\" property to an arbitrary paragraph style, choose <item type=\"menuitem\">Format - Styles and Formatting</item>. Click the <emph>Paragraph Styles</emph> icon. Right-click the name of the paragraph style you want to modify and choose <emph>Modify</emph>. Click the <emph>Text Flow</emph> tab. In the Breaks area, activate <emph>Enable</emph> and <emph>With Page Style</emph>. Select a page style name from the listbox."
+msgstr "একটি অযৌক্তিক অনুচ্ছেদ শৈলীতে \"শৈলী সহ পৃষ্ঠা বিরতি\" বৈশিষ্ট্যাবলী প্রয়োগ করতে, <item type=\"menuitem\">বিন্যাস - শৈলী ও বিন্যাস</item> নির্বাচন করুন। <emph>অনুচ্ছেদ শৈলী</emph> আইকনে ক্লিক করুন। আপনি যেই অনুচ্ছেদ শৈলী পরিবর্তন করতে চান তাতে ডান-ক্লিক করুন এবং <emph>পরিবর্তন</emph>নির্বাচন করুন। <emph>পাঠ্য প্রবাহ</emph>ট্যাব এ ক্লিক করুন। বিরতি এলাকায়, <emph>সক্রিয় করা হবে</emph> এবং <emph>পৃষ্ঠা শৈলী সহ</emph> সক্রিয় করুন। তালিকা বাক্স থেকে একটি পৃষ্ঠা শৈলীর নাম নির্বাচন করুন।"
+
+#: insert_graphic_fromdraw.xhp
+msgctxt ""
+"insert_graphic_fromdraw.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting Graphics From $[officename] Draw or Impress"
+msgstr "$[officename] ড্র অথবা ইমপ্রেস থেকে গ্রাফিক্স সন্নিবেশ করানো হচ্ছে।"
+
+#: insert_graphic_fromdraw.xhp
+msgctxt ""
+"insert_graphic_fromdraw.xhp\n"
+"bm_id3155917\n"
+"help.text"
+msgid "<bookmark_value>text; inserting pictures from Draw</bookmark_value><bookmark_value>pictures; inserting from Draw</bookmark_value>"
+msgstr "<bookmark_value>text; inserting pictures from Draw</bookmark_value><bookmark_value>pictures; inserting from Draw</bookmark_value>"
+
+#: insert_graphic_fromdraw.xhp
+msgctxt ""
+"insert_graphic_fromdraw.xhp\n"
+"hd_id3155917\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"insert_graphic_fromdraw\"><link href=\"text/swriter/guide/insert_graphic_fromdraw.xhp\" name=\"Inserting Graphics From $[officename] Draw or Impress\">Inserting Graphics From $[officename] Draw or Impress</link></variable>"
+msgstr "<variable id=\"insert_graphic_fromdraw\"><link href=\"text/swriter/guide/insert_graphic_fromdraw.xhp\" name=\"Inserting Graphics From $[officename] Draw or Impress\">$[officename] ড্র অথবা ইমপ্রেস থেকে গ্রাফিক্স সন্নিবেশ করানো হচ্ছে</link></variable>"
+
+#: insert_graphic_fromdraw.xhp
+msgctxt ""
+"insert_graphic_fromdraw.xhp\n"
+"par_id3153414\n"
+"3\n"
+"help.text"
+msgid "Open the document where you want to insert the object."
+msgstr "নথিটি খুলুন যেখানে আপনি বস্তুটি সন্নিবেশ করাতে চান।"
+
+#: insert_graphic_fromdraw.xhp
+msgctxt ""
+"insert_graphic_fromdraw.xhp\n"
+"par_id3149640\n"
+"4\n"
+"help.text"
+msgid "Open the Draw or Impress document containing the object that you want to copy."
+msgstr "ড্র বা ইমপ্রেস নথি খুলুন যা হতে আপনি বস্তু অনুলিপি করতে চান।"
+
+#: insert_graphic_fromdraw.xhp
+msgctxt ""
+"insert_graphic_fromdraw.xhp\n"
+"par_id3145098\n"
+"5\n"
+"help.text"
+msgid "Hold down <item type=\"keycode\">Ctrl</item> and click and hold the object for a moment."
+msgstr "<item type=\"keycode\">Ctrl</item> ধরে রাখুন এবং ক্লিক করুন এবং বস্তুটি এক মূহুর্তের জন্য ধরে রাখুন।"
+
+#: insert_graphic_fromdraw.xhp
+msgctxt ""
+"insert_graphic_fromdraw.xhp\n"
+"par_id3156250\n"
+"7\n"
+"help.text"
+msgid "Drag to the document where you want to insert the object."
+msgstr "নথিটি টানুন যেখানে আপনি বস্তু সন্নিবেশ করাতে চান।"
+
+#: insert_graphic_fromchart.xhp
+msgctxt ""
+"insert_graphic_fromchart.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting a Calc Chart into a Text Document"
+msgstr "একটি পাঠ্য নথিতে একটও Calc লেখচিত্র সন্নিবেশ করানো হচ্ছে"
+
+#: insert_graphic_fromchart.xhp
+msgctxt ""
+"insert_graphic_fromchart.xhp\n"
+"bm_id3152999\n"
+"help.text"
+msgid "<bookmark_value>charts;copying from Calc into Writer</bookmark_value> <bookmark_value>copying; charts from $[officename] Calc</bookmark_value> <bookmark_value>text documents;inserting Calc charts</bookmark_value>"
+msgstr "<bookmark_value>charts;copying from Calc into Writer</bookmark_value> <bookmark_value>copying; charts from $[officename] Calc</bookmark_value> <bookmark_value>text documents;inserting Calc charts</bookmark_value>"
+
+#: insert_graphic_fromchart.xhp
+msgctxt ""
+"insert_graphic_fromchart.xhp\n"
+"hd_id3152999\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"insert_graphic_fromchart\"><link href=\"text/swriter/guide/insert_graphic_fromchart.xhp\" name=\"Inserting a Calc Chart into a Text Document\">Inserting a Calc Chart into a Text Document</link></variable>"
+msgstr "<variable id=\"insert_graphic_fromchart\"><link href=\"text/swriter/guide/insert_graphic_fromchart.xhp\" name=\"Inserting a Calc Chart into a Text Document\">একটি পাঠ্য নথিতে একটও Calc লেখচিত্র সন্নিবেশ করানো হচ্ছে</link></variable>"
+
+#: insert_graphic_fromchart.xhp
+msgctxt ""
+"insert_graphic_fromchart.xhp\n"
+"par_id3155890\n"
+"16\n"
+"help.text"
+msgid "You can insert a copy of a chart that is not updated when you modify the chart data in the spreadsheet."
+msgstr "আপনি যখন স্প্রেডশীটপ লেখচিত্র ডাটা পরিবর্তন করবেন তখন আপনি লেখচিত্রের একটি অনুলিপি সন্নিবেশ করাতে পারেন।"
+
+#: insert_graphic_fromchart.xhp
+msgctxt ""
+"insert_graphic_fromchart.xhp\n"
+"par_id3149054\n"
+"3\n"
+"help.text"
+msgid "Open the text document that you want to copy the chart to."
+msgstr "পাঠ্য নথি খুলুন যা আপনি লেখচিত্রে অনুলিপি করতে চান।"
+
+#: insert_graphic_fromchart.xhp
+msgctxt ""
+"insert_graphic_fromchart.xhp\n"
+"par_id3155854\n"
+"4\n"
+"help.text"
+msgid "Open the spreadsheet containing the chart that you want to copy."
+msgstr "আপনার অনুলিপি করতে চাওয়া লেখচিত্র আছে এমন স্প্রেডশীট খুলুন।"
+
+#: insert_graphic_fromchart.xhp
+msgctxt ""
+"insert_graphic_fromchart.xhp\n"
+"par_id3153396\n"
+"5\n"
+"help.text"
+msgid "In the spreadsheet, click the chart. Eight handles appear."
+msgstr "স্প্রেডশীটে, লেখচিত্রে ক্লিক করুন। আটটি হ্যান্ডেল আবির্ভূত হবে।"
+
+#: insert_graphic_fromchart.xhp
+msgctxt ""
+"insert_graphic_fromchart.xhp\n"
+"par_id3153414\n"
+"7\n"
+"help.text"
+msgid "Drag the chart from the spreadsheet to the text document."
+msgstr "পাঠ্য নথি থেকে স্প্রেডশীটে লেখচিত্রটি টেনে আনুন।"
+
+#: insert_graphic_fromchart.xhp
+msgctxt ""
+"insert_graphic_fromchart.xhp\n"
+"par_id3145102\n"
+"9\n"
+"help.text"
+msgid "You can resize and move the chart in the text document as you would any object. To edit the chart data, double-click the chart."
+msgstr "অন্য বস্তুর মতো আপনি পাঠ্য নথিতে লেখচিত্রের আকার পুনরায় সম্পাদনা করতে এবং সরাতে পারবেন। লেখচিত্র ডাটা সম্পাদনা করতে, লেখচিত্রে ডাবল ক্লিক করুন।"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"tit\n"
+"help.text"
+msgid "Protecting Content in %PRODUCTNAME Writer"
+msgstr "%PRODUCTNAME Writer এর বিষয়বস্তু সুরক্ষিত করা হচ্ছে"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"bm_id3150620\n"
+"help.text"
+msgid "<bookmark_value>indexes;unprotecting</bookmark_value> <bookmark_value>tables of contents;unprotecting</bookmark_value> <bookmark_value>tables;protecting/unprotecting cells</bookmark_value> <bookmark_value>sections;protecting/unprotecting</bookmark_value> <bookmark_value>unprotecting tables of contents and indexes</bookmark_value> <bookmark_value>protecting;tables and sections</bookmark_value> <bookmark_value>cells;protecting/unprotecting</bookmark_value>"
+msgstr "<bookmark_value>indexes;unprotecting</bookmark_value> <bookmark_value>tables of contents;unprotecting</bookmark_value> <bookmark_value>tables;protecting/unprotecting cells</bookmark_value> <bookmark_value>sections;protecting/unprotecting</bookmark_value> <bookmark_value>unprotecting tables of contents and indexes</bookmark_value> <bookmark_value>protecting;tables and sections</bookmark_value> <bookmark_value>cells;protecting/unprotecting</bookmark_value>"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"hd_id6007263\n"
+"help.text"
+msgid "<variable id=\"protection\"><link href=\"text/swriter/guide/protection.xhp\" name=\"Protecting Content in %PRODUCTNAME Writer\">Protecting Content in <item type=\"productname\">%PRODUCTNAME Writer</item></link> </variable>"
+msgstr "<variable id=\"protection\"><link href=\"text/swriter/guide/protection.xhp\" name=\"Protecting Content in %PRODUCTNAME Writer\"><item type=\"productname\">%PRODUCTNAME Writer </item> এর বিষয়বস্তু সুরক্ষিত করা হচ্ছে </link> </variable>"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id1924802\n"
+"help.text"
+msgid "The following is an overview of the different ways of protecting contents in <item type=\"productname\">%PRODUCTNAME</item> Writer from being modified, deleted or viewed."
+msgstr "নিম্নোক্তটি <item type=\"productname\">%PRODUCTNAME</item> Writer এর বিষয়বস্তু পরিবর্তিত করা, মুছে ফেলা অথবা দেখা থেকে সংরক্ষণ করার ভিন্ন পদ্ধতির নিরীক্ষণ।"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"hd_id3150114\n"
+"29\n"
+"help.text"
+msgid "Protecting Sections in <item type=\"productname\">%PRODUCTNAME</item> Writer"
+msgstr "<item type=\"productname\">%PRODUCTNAME</item> Writer এ অংশ সংরক্ষিত করা হচ্ছে"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3150592\n"
+"30\n"
+"help.text"
+msgid "Any section of a <item type=\"productname\">%PRODUCTNAME</item> Writer text document can be protected against changes with a password."
+msgstr "<item type=\"productname\">%PRODUCTNAME</item> Writer নথির যেকোনো অংশ পাসওয়ার্ড দিয়ে পরিবর্তন হতে সুরক্ষিত।"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id4545426\n"
+"help.text"
+msgid "This protection is not intended to be a secure protection. It is just a switch to protect the section against accidental changes."
+msgstr "সংরক্ষণটিকে নিরাপদ সংরক্ষনের উদ্দ্যেশ্যে নয়। এটি দূর্ঘটনাজনক পরিবর্তন থেকে অংশটি সুরক্ষিত করার জন্য শুধুমাত্র একটি পরিবর্তন।"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3166413\n"
+"31\n"
+"help.text"
+msgid "Turning on protection"
+msgstr "সুরক্ষা চালু করা হয়েছে"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3144764\n"
+"32\n"
+"help.text"
+msgid "Select the text. Choose <emph>Insert - Section - Section</emph>, then under <emph>Write protection</emph> mark the <emph>Protect</emph> and <emph>With password</emph> check boxes. (If the section already exists: <emph>Format - Sections</emph>.) Enter and confirm a password of at least 5 characters."
+msgstr "পাঠ্য নির্বাচন করুন। <emph>সন্নিবেশ - অংশ - অংশ</emph> নির্বাচন করুন, এরপর <emph> লিখন সুরক্ষিত</emph> এর অভ্যন্তরে <emph>সংরক্ষণ করা</emph> এবং <emph>পাসওয়ার্ড সহ</emph> চেক বাক্স চিহ্নিত করুন। (যদি অংশটি ইতিমধ্যে বিদ্যমান থাকে: <emph>বিন্যাস - অংশ</emph>।) অন্তত ৫ অক্ষরের একটি নিশ্চিত পাসওয়ার্ড সন্নিবেশ করান।"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3147497\n"
+"33\n"
+"help.text"
+msgid "Turning off protection"
+msgstr "সুরক্ষা বন্ধ করা হয়েছে"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3147173\n"
+"34\n"
+"help.text"
+msgid "Choose <emph>Format - Sections - Section</emph> and under <emph>Write protection</emph> clear the <emph>Protect</emph> check box. Enter the correct password."
+msgstr "<emph>বিন্যাস - অংশ - অংশ</emph> নির্বাচন করুন এবং <emph>লিখন সুরক্ষিত</emph> এর অধীনে <emph>সুরক্ষা</emph> চেক বাক্স হতে টিক চিহ্ন তুলে নিন। সঠিক পাসওয়ার্ড দিন।"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"hd_id3146081\n"
+"35\n"
+"help.text"
+msgid "Protecting Cells in a <item type=\"productname\">%PRODUCTNAME</item> Writer Table"
+msgstr "একটি <item type=\"productname\">%PRODUCTNAME</item> Writer সারণিতে ঘর সুরক্ষিত করা হচ্ছে"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3154480\n"
+"36\n"
+"help.text"
+msgid "You can protect the contents of individual cells of a <item type=\"productname\">%PRODUCTNAME</item> Writer text table from changes."
+msgstr "আপনি একটি <item type=\"productname\">%PRODUCTNAME</item> Writer সারণির স্বতন্ত্র ঘরের বিষয়বস্তু পরিবর্তন হওয়া থেকে সংরক্ষিত করতে পারেন।"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id363170\n"
+"help.text"
+msgid "This protection is not intended to be a secure protection. It is just a switch to protect the cells against accidental changes."
+msgstr "সংরক্ষণটিকে নিরাপদ সংরক্ষনের উদ্দ্যেশ্যে নয়। এটি দূর্ঘটনাজনক পরিবর্তন থেকে অংশটি সুরক্ষিত করার জন্য শুধুমাত্র একটি পরিবর্তন।"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3154360\n"
+"37\n"
+"help.text"
+msgid "Turning on protection"
+msgstr "সুরক্ষা চালু করা হয়েছে"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3145643\n"
+"38\n"
+"help.text"
+msgid "Place the cursor in a cell or select cells. Right-click to open the context menu, then choose <emph>Cell - Protect</emph>."
+msgstr "একটি ঘর অথবা নির্বাচিত ঘরে কার্সারটি রাখুন। বিষয়বস্তু তালিকা খুলতে ডান-ক্লিক করুন, এরপর <emph>ঘর - সুরক্ষা</emph> নির্বাচন করুন।"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3150042\n"
+"39\n"
+"help.text"
+msgid "Turning off protection"
+msgstr "সুরক্ষা বন্ধ করা হয়েছে"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3155178\n"
+"40\n"
+"help.text"
+msgid "Place the cursor in the cell or select the cells. First, if necessary, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Formatting Aids</emph> and mark <emph>Cursor in protected areas - Enable</emph>. Then right-click the cell to open the context menu, choose <emph>Cell - Unprotect</emph>."
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3151189\n"
+"41\n"
+"help.text"
+msgid "Select the table in the Navigator, open the context menu and select <emph>Table - Unprotect</emph>."
+msgstr "ন্যাভিগেটরে সারণি নির্বাচন করুন, প্রাসঙ্গিক মেনু খুলুন এবং <emph>সারণি - অরক্ষিত</emph> নির্বাচন করুন।"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3147322\n"
+"42\n"
+"help.text"
+msgid "Use Shift+Ctrl+T to remove protection for the entire current table or all selected tables."
+msgstr "বর্তমান সম্পূর্ণ সারণি অথবা সব নির্বাচিত সারণির সুরক্ষা অপসারণ করতে Shift+Ctrl+T ব্যবহার করুন।"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"hd_id3149259\n"
+"43\n"
+"help.text"
+msgid "Automatic Protection of Indexes and Tables"
+msgstr "সূচী এবং সারণির জন্য স্বয়ংক্রিয় সুরক্ষা"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3153966\n"
+"44\n"
+"help.text"
+msgid "Tables of contents and indexes created automatically in a <item type=\"productname\">%PRODUCTNAME</item> Writer text are automatically protected against accidental changes."
+msgstr "সূচীপত্র এবং সূচী স্বয়ংক্রিয়ভাবে তৈরি করা হয়েছে <item type=\"productname\">%PRODUCTNAME</item> Writer পাঠ্য দূর্ঘটনাজনক পরিবর্তন থেকে স্বয়ংক্রিয়ভাবে সুরক্ষিত।"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id814539\n"
+"help.text"
+msgid "This protection is not intended to be a secure protection. It is just a switch to protect the contents against accidental changes."
+msgstr "এই সুরক্ষাটি নিশ্চিত সুরক্ষার উদ্দেশ্যে নয়। এটি শুধুমাত্র বিষয়বস্তুর অনাকাঙ্ক্ষিত পরিবর্তন হতে সুরক্ষার একটি সুইচ।"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3145767\n"
+"45\n"
+"help.text"
+msgid "Turning on protection"
+msgstr "সুরক্ষা সচল করা হচ্ছে"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3153786\n"
+"46\n"
+"help.text"
+msgid "Place the cursor in the index/table of contents."
+msgstr "সূচী/সূচীপত্রে কার্সারটি রাখুন।"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3159088\n"
+"47\n"
+"help.text"
+msgid "From the context menu choose <emph>Edit Index/Table</emph>. On the Index/Table tab page, mark <emph>Protected against manual changes</emph>."
+msgstr "প্রাসঙ্গিক মেনু থেকে <emph>সূচী/সারণি</emph>নির্বাচন করুন। সূচী/সারণি ট্যাব পৃষ্ঠায়, <emph>স্বনির্ধারিত পরিবর্তন হতে সুরক্ষিত</emph> চিহ্নিত করুন।"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3154118\n"
+"48\n"
+"help.text"
+msgid "Turning off protection"
+msgstr "সুরক্ষা বন্ধ করা হচ্ছে"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3148463\n"
+"49\n"
+"help.text"
+msgid "Place the cursor in the index. First of all, if necessary, under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Formatting Aids </emph>, mark <emph>Cursor in protected areas - Enable</emph>."
+msgstr ""
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3152968\n"
+"50\n"
+"help.text"
+msgid "From the context menu choose <emph>Edit Index/Table</emph>. On the Index/Table tab page, unmark <emph>Protected against manual changes</emph>."
+msgstr "প্রাসঙ্গিক মেনু হতে <emph>সূচী/সারণি সম্পাদনা</emph>নির্বাচন করুন। সূচী/সারণি ট্যাব পৃষ্ঠায়, <emph>স্বনির্ধারিত পরিবর্তন থেকে সুরক্ষিত</emph> হতে চিহ্ন তুলে নিন।"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id3152774\n"
+"51\n"
+"help.text"
+msgid "In the Navigator, select the index, then open the context menu in the Navigator and select <emph>Index - Read-only</emph>."
+msgstr "ন্যাভিগেটরে, সূচীটি নির্বাচন করুন, এরপর ন্যাভিগেটরে প্রাসঙ্গিক মেনু খুলুন এবং <emph>সূচী - শুধুমাত্র পড়ার যোগ্য</emph>নির্বাচন করুন।"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_idN10B8C\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/guide/digital_signatures.xhp#digital_signatures\"/>"
+msgstr "<embedvar href=\"text/shared/guide/digital_signatures.xhp#digital_signatures\"/>"
+
+#: protection.xhp
+msgctxt ""
+"protection.xhp\n"
+"par_id7858516\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/protection.xhp\">Protecting Other Contents</link>"
+msgstr "<link href=\"text/shared/guide/protection.xhp\">অন্যান্য বিষয়বস্তু সুরক্ষিত করা হচ্ছে</link>"
+
+#: insert_graphic_gallery.xhp
+msgctxt ""
+"insert_graphic_gallery.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting Graphics From the Gallery With Drag-and-Drop"
+msgstr "গ্যালারি থেকে টেনে এনে গ্রাফিক সন্নিবেশ করানো হচ্ছে"
+
+#: insert_graphic_gallery.xhp
+msgctxt ""
+"insert_graphic_gallery.xhp\n"
+"bm_id3145083\n"
+"help.text"
+msgid "<bookmark_value>inserting; from Gallery into text</bookmark_value><bookmark_value>pictures; inserting from Gallery into text</bookmark_value><bookmark_value>replacing;objects from Gallery</bookmark_value>"
+msgstr "<bookmark_value>inserting; from Gallery into text</bookmark_value><bookmark_value>pictures; inserting from Gallery into text</bookmark_value><bookmark_value>replacing;objects from Gallery</bookmark_value>"
+
+#: insert_graphic_gallery.xhp
+msgctxt ""
+"insert_graphic_gallery.xhp\n"
+"hd_id3145083\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"insert_graphic_gallery\"><link href=\"text/swriter/guide/insert_graphic_gallery.xhp\" name=\"Inserting Graphics From the Gallery With Drag-and-Drop\">Inserting Graphics From the Gallery With Drag-and-Drop</link></variable>"
+msgstr "<variable id=\"insert_graphic_gallery\"><link href=\"text/swriter/guide/insert_graphic_gallery.xhp\" name=\"Inserting Graphics From the Gallery With Drag-and-Drop\">গ্যালারি থেকে টেনে এনে গ্রাফিক সন্নিবেশ করানো হচ্ছে</link></variable>"
+
+#: insert_graphic_gallery.xhp
+msgctxt ""
+"insert_graphic_gallery.xhp\n"
+"par_id3155907\n"
+"2\n"
+"help.text"
+msgid "You can drag-and-drop an object from the gallery into a text document, spreadsheet, drawing, or presentation."
+msgstr "আপনি গ্যালারি থেকে নথি, স্প্রেডশীট, অংকন, বা উপস্থাপনায় একটি বস্তু টেনে আনতে পারেন।"
+
+#: insert_graphic_gallery.xhp
+msgctxt ""
+"insert_graphic_gallery.xhp\n"
+"par_id3155923\n"
+"6\n"
+"help.text"
+msgid "To replace a gallery object that you inserted in a document, hold down Shift+Ctrl, and then drag a different gallery object onto the object."
+msgstr "একটি নথিতে আপনার সন্নিবেশকৃত বস্তু প্রতিস্থাপন করতে, Shift+Ctrl ধরে রাখুন, অতঃপর ওই বস্তুর পরিবর্তে একটি ভিন্ন গ্যালারি বস্তু টেনে আনুন।"
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"tit\n"
+"help.text"
+msgid "Alternating Page Styles on Odd and Even Pages"
+msgstr "বিজোড় এবং জোড় পৃষ্ঠার বিকল্প পৃষ্ঠা শৈলী"
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"bm_id3153407\n"
+"help.text"
+msgid "<bookmark_value>page styles; left and right pages</bookmark_value> <bookmark_value>blank pages with alternating page styles</bookmark_value> <bookmark_value>empty page with alternating page styles</bookmark_value> <bookmark_value>pages; left and right pages</bookmark_value> <bookmark_value>formatting; even/odd pages</bookmark_value> <bookmark_value>title pages; page styles</bookmark_value> <bookmark_value>First Page page style</bookmark_value> <bookmark_value>Left Page page style</bookmark_value> <bookmark_value>right pages</bookmark_value> <bookmark_value>even/odd pages;formatting</bookmark_value>"
+msgstr "<bookmark_value>page styles; left and right pages</bookmark_value> <bookmark_value>blank pages with alternating page styles</bookmark_value> <bookmark_value>empty page with alternating page styles</bookmark_value> <bookmark_value>pages; left and right pages</bookmark_value> <bookmark_value>formatting; even/odd pages</bookmark_value> <bookmark_value>title pages; page styles</bookmark_value> <bookmark_value>First Page page style</bookmark_value> <bookmark_value>Left Page page style</bookmark_value> <bookmark_value>right pages</bookmark_value> <bookmark_value>even/odd pages;formatting</bookmark_value>"
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"hd_id3153407\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"even_odd_sdw\"><link href=\"text/swriter/guide/even_odd_sdw.xhp\" name=\"Alternating Page Styles on Odd and Even Pages\">Alternating Page Styles on Odd and Even Pages</link></variable>"
+msgstr "<variable id=\"even_odd_sdw\"><link href=\"text/swriter/guide/even_odd_sdw.xhp\" name=\"Alternating Page Styles on Odd and Even Pages\">বিজোড় এবং জোড় পৃষ্ঠার বিকল্প পৃষ্ঠা শৈলী</link></variable>"
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id3154265\n"
+"help.text"
+msgid "<image id=\"img_id3155876\" src=\"cmd/sc_designerdialog.png\" width=\"0.1862in\" height=\"0.1862in\"><alt id=\"alt_id3155876\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155876\" src=\"cmd/sc_designerdialog.png\" width=\"0.1862in\" height=\"0.1862in\"><alt id=\"alt_id3155876\">আইকন</alt></image>"
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id3147126\n"
+"2\n"
+"help.text"
+msgid "$[officename] can automatically apply alternating page styles on even (left) and odd pages (right) in your document. For example, you can use page styles to display different headers and footers on even and odd pages. The current page style is displayed in the <emph>Status Bar</emph> at the bottom of the workplace."
+msgstr "$[officename] আপনার নথির জোড় (বাম) এবং বিজোড় (ডান) পৃষ্ঠায় স্বয়ংক্রিয়ভাবে বিকল্প পৃষ্ঠা শৈলী প্রয়োগ করতে পারে। উদাহরণস্বরূপ, আপনি জোড় এবং বিজোড় পৃষ্ঠায় ভিন্ন শীর্ষচরণ এবং পাদটীকা প্রদর্শন করতে পৃষ্ঠা শৈলী ব্যবহার করতে পারেন। বর্তমান পৃষ্ঠা শৈলী কর্মপরিসরের নিচে <emph>অবস্থা বারে</emph> প্রদর্শিত হবে।"
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"hd_id8194219\n"
+"help.text"
+msgid "To Set Up Alternating Page Styles"
+msgstr "বিকল্প পৃষ্ঠা শৈলী নির্ধারণ করতে"
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id3150526\n"
+"4\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Format - Styles and Formatting</item>, and then click the <item type=\"menuitem\">Page Styles</item> icon."
+msgstr "<item type=\"menuitem\">বিন্যাস - শৈলী ও বিন্যাস</item> নির্বাচন করুন, অতঃপর <item type=\"menuitem\">পৃষ্ঠা শৈলী</item> আইকনে ক্লিক করুন।"
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id3153153\n"
+"6\n"
+"help.text"
+msgid "In the list of page styles, right-click \"Left Page\" and choose <emph>Modify</emph>."
+msgstr "পৃষ্ঠা শৈলীর তালিকায়, \"বাম পৃষ্ঠায়\" ডান-ক্লিক করুন এবং <emph>পরিবর্তন</emph> নির্বাচন করুন।"
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id3153179\n"
+"8\n"
+"help.text"
+msgid "Click the <emph>Organizer</emph> tab."
+msgstr "<emph>সংগঠক</emph> ট্যাবে ক্লিক করুন।"
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id3145267\n"
+"17\n"
+"help.text"
+msgid "Select \"Right Page\" in the <emph>Next Style</emph> box, and then click <emph>OK</emph>."
+msgstr "<emph>পরবর্তী শৈলী</emph> বাক্সে \"ডান পৃষ্ঠা\" নির্বাচন করুন, এবং এরপর <emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id3145299\n"
+"9\n"
+"help.text"
+msgid "In the list of page styles, right-click \"Right Page\" and choose <emph>Modify</emph>."
+msgstr "পৃষ্ঠা শৈলীর তালিকা নির্বাচন করুন, \"ডান পৃষ্ঠায়\" ডান ক্লিক করুন এবং <emph>পরিবর্তন</emph> নির্বাচন করুন।"
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id3155529\n"
+"18\n"
+"help.text"
+msgid "Select \"Left Page\" in the <emph>Next Style</emph> box, and then click <emph>OK</emph>."
+msgstr "<emph>পরবর্তী শৈলী</emph> বাক্সে \"বাম পৃষ্ঠা\" নির্বাচন করুন, এবং এরপর <emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id3155561\n"
+"10\n"
+"help.text"
+msgid "Go to the first page in your document, and double-click \"Right Page\" in the list of page styles in the Styles and Formatting window."
+msgstr "আপনার নথির প্রথম পৃষ্ঠায় যান, এবং শৈলী ও বিন্যাস উইন্ডোর পৃষ্ঠা শৈলীর তালিকায় \"ডান পৃষ্ঠায়\" ডাবল ক্লিক করুন।"
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id3155588\n"
+"19\n"
+"help.text"
+msgid "To add a header to one of the page styles, choose <item type=\"menuitem\">Insert - Header</item>, and choose the page style that you want to add the header to. In the header frame, type the text that you want to use as the header."
+msgstr "যেকোনো একটি পৃষ্ঠা শৈলীতে একটি শীর্ষচরণ যোগ করতে, <item type=\"menuitem\">সন্নিবেশ - শীর্ষচরণ</item> নির্বাচন করুন, এবং আপনি শীর্ষচরণে যে পৃষ্ঠা শৈলী ব্যবহার করতে চান তা নির্বাচন করুন। শীর্ষচরণ ফ্রেমে আপনি আপনি যে পাঠ্য শীর্ষচরণ হিসেবে ব্যবহার করতে চান তা লিখুন।"
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id3147772\n"
+"20\n"
+"help.text"
+msgid "To add a footer to one of the page styles, choose <item type=\"menuitem\">Insert - Footer</item>, and choose the page style that you want to add the footer to. In the footer frame, type the text that you want to use as a footer."
+msgstr "যেকোনো একটি পৃষ্ঠা শৈলীতে একটি পাদচরণ যোগ করতে, <item type=\"menuitem\">সন্নিবেশ - পাদচরণ</item> নির্বাচন করুন, এবং আপনি পাদচরণে যে পৃষ্ঠা শৈলী ব্যবহার করতে চান তা নির্বাচন করুন। পাদচরণ ফ্রেমে আপনি আপনি যে পাঠ্য পাদচরণ হিসেবে ব্যবহার করতে চান তা লিখুন।"
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id3147254\n"
+"12\n"
+"help.text"
+msgid "If you do not want to have a header or a footer on the title page of your document, apply the \"First Page\" style to the title page."
+msgstr "যদি আপনি আপনার শিরোনাম পৃষ্ঠায় কোনো শীর্ষচরণ অথবা পাদটীকা না চান, শিরোনাম পৃষ্ঠায় \"প্রথম পৃষ্ঠা\" শৈলী প্রয়োগ করুন।"
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"hd_id888698\n"
+"help.text"
+msgid "To Suppress the Printout of Empty Pages"
+msgstr "খালি পৃষ্ঠার মুদ্রণ"
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id3394573\n"
+"help.text"
+msgid "If two even or two odd pages directly follow each other in your document, Writer will insert an empty page by default. You can suppress those automatically generated empty pages from printing and from exporting to PDF."
+msgstr "যদি আপনার নথিতে দুটি জোড় অথা বিজোড় পৃষ্ঠা সরাসরি একে অপরকে অনুসরণ করে, পূর্ব নির্ধারণক্রমে Writer একটি ফাঁকা পৃষ্ঠা সন্নিবেশ করবে। মুদ্রণ অথবা PDF এ রুপান্তর থেকে আপনি ওইসব স্বয়ংক্রিয় উৎপাদিত ফাঁকা পৃষ্ঠাগুলোকে রোধ করতে পারবেন।"
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id7594225\n"
+"help.text"
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Print</emph>."
+msgstr ""
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id8147221\n"
+"help.text"
+msgid "Remove the check mark from <emph>Print automatically inserted blank pages</emph>."
+msgstr "<emph>স্বয়ংক্রিয়ভাবে সন্নিবেশকৃত ফাঁকা পৃষ্ঠা</emph> থেকে টিক চিহ্ন অপসারন করুন।"
+
+#: even_odd_sdw.xhp
+msgctxt ""
+"even_odd_sdw.xhp\n"
+"par_id3145596\n"
+"13\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/04010000.xhp\" name=\"Insert Break dialog\">Insert Break dialog</link>"
+msgstr "<link href=\"text/swriter/01/04010000.xhp\" name=\"Insert Break dialog\">বিভাজক ডায়ালগ সন্নিবেশ</link>"
+
+#: captions.xhp
+msgctxt ""
+"captions.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using Captions"
+msgstr "ক্যাপশন ব্যবহার করা হচ্ছে"
+
+#: captions.xhp
+msgctxt ""
+"captions.xhp\n"
+"bm_id3147691\n"
+"help.text"
+msgid "<bookmark_value>inserting; captions</bookmark_value> <bookmark_value>captions; inserting and editing</bookmark_value> <bookmark_value>editing;captions</bookmark_value> <bookmark_value>objects; captioning</bookmark_value> <bookmark_value>tables; labeling</bookmark_value> <bookmark_value>frames; labeling</bookmark_value> <bookmark_value>charts; labeling</bookmark_value> <bookmark_value>text frames; labeling</bookmark_value> <bookmark_value>draw objects; inserting captions</bookmark_value> <bookmark_value>legends, see also captions</bookmark_value>"
+msgstr "<bookmark_value>inserting; captions</bookmark_value> <bookmark_value>captions; inserting and editing</bookmark_value> <bookmark_value>editing;captions</bookmark_value> <bookmark_value>objects; captioning</bookmark_value> <bookmark_value>tables; labeling</bookmark_value> <bookmark_value>frames; labeling</bookmark_value> <bookmark_value>charts; labeling</bookmark_value> <bookmark_value>text frames; labeling</bookmark_value> <bookmark_value>draw objects; inserting captions</bookmark_value> <bookmark_value>legends, see also captions</bookmark_value>"
+
+#: captions.xhp
+msgctxt ""
+"captions.xhp\n"
+"hd_id3150537\n"
+"39\n"
+"help.text"
+msgid "<variable id=\"captions\"><link href=\"text/swriter/guide/captions.xhp\" name=\"Using Captions\">Using Captions</link></variable>"
+msgstr "<variable id=\"captions\"><link href=\"text/swriter/guide/captions.xhp\" name=\"Using Captions\">ক্যাপশন ব্যবহার করা হচ্ছে</link></variable>"
+
+#: captions.xhp
+msgctxt ""
+"captions.xhp\n"
+"par_id3153156\n"
+"22\n"
+"help.text"
+msgid "In text documents, you can add continuously numbered captions to graphics, tables, frames, and drawing objects."
+msgstr "নথিতে, আপনি গ্রাফিক্স, সারণি, ফ্রেম এবং অঙ্কন বস্তুতে অবিরাম সংখ্যায়িত ক্যাপশন যুক্ত করতে পারেন।"
+
+#: captions.xhp
+msgctxt ""
+"captions.xhp\n"
+"par_id3153172\n"
+"36\n"
+"help.text"
+msgid "You can edit the text and the number ranges for different types of captions."
+msgstr "বিভিন্ন ধরনের ক্যাপশনের জন্য আপনি পাঠ্য এবং সংখ্যা পরিসর সম্পাদনা করতে পারবেন।"
+
+#: captions.xhp
+msgctxt ""
+"captions.xhp\n"
+"par_id3153186\n"
+"37\n"
+"help.text"
+msgid "When you add a caption to a picture or to an object, the object and the caption text are placed together in a new frame. When you add a caption to a table, the caption text is inserted as a paragraph next to the table. When you add a caption to a frame, the caption text is added to the text inside the frame, either before or after the existing text."
+msgstr "যখন আপনি একটি চিত্র অথবা একটি বস্তুতে একটি ক্যাপশন যুক্ত করবেন, বস্তু এবং ক্যাপশন পাঠ্য একটি নতুন ফ্রেমে একসাথে রাখা হবে। যখন আপনি একটি সারণিতে একটি ক্যাপশন যুক্ত করবেন, ক্যাপশন পাঠ্য সারণিতে পরবর্তী অনুচ্ছেদ হিসেবে সন্নিবেশ করানো হবে। যখন আপনি একটি ফ্রেমে একটি ক্যাপশন যুক্ত করবেন, হয় বিদ্যমান পাঠ্যের আগে অথবা পরে, ক্যাপশন পাঠ্য ফ্রেমের অভ্যন্তরের পাঠ্যে যুক্ত করা হবে।"
+
+#: captions.xhp
+msgctxt ""
+"captions.xhp\n"
+"par_idN10713\n"
+"help.text"
+msgid "To move both the object and the caption, drag the frame that contains these items. To update the caption numbering after you move the frame, press F9."
+msgstr "বস্তু এবং ক্যাপশন সরাতে, এই আইটেম ধারণকারী ফ্রেম টানুন। ফ্রেম সরানোর পরে ক্যাপশন সংখ্যায়ন হালনাগাদ করতে, F9 চাপুন।"
+
+#: captions.xhp
+msgctxt ""
+"captions.xhp\n"
+"hd_id3155541\n"
+"23\n"
+"help.text"
+msgid "To define a caption proceed as follows:"
+msgstr "ক্যাপশন ব্যাখ্যা করতে:"
+
+#: captions.xhp
+msgctxt ""
+"captions.xhp\n"
+"par_id3155567\n"
+"24\n"
+"help.text"
+msgid "Select the item that you want to add a caption to."
+msgstr "আইটেমে নির্বাচন করুন যা আপনি একটি শিরোনামে যুক্ত করতে চান।"
+
+#: captions.xhp
+msgctxt ""
+"captions.xhp\n"
+"par_id3155586\n"
+"25\n"
+"help.text"
+msgid "Choose <emph>Insert - Caption</emph>."
+msgstr "<emph>সন্নিবেশ - ক্যাপশন</emph> নির্বাচন করুন।"
+
+#: captions.xhp
+msgctxt ""
+"captions.xhp\n"
+"par_id3147765\n"
+"26\n"
+"help.text"
+msgid "Select the options that you want, and then click <item type=\"menuitem\">OK</item>. If you want, you can also enter different text in the <item type=\"menuitem\">Category</item> box, for example <item type=\"literal\">Figure</item>."
+msgstr "আপনি যে অপশন চান তা নির্বাচন করুন, অতঃপর <item type=\"menuitem\">ঠিক আছে</item>ক্লিক করুন। যদি আপনি চান, আপনি <item type=\"menuitem\">শ্রেণী</item> বাক্সে বিভিন্ন পাঠ্য দিতে পারেন, উদাহরণস্বরূপ <item type=\"literal\">চিত্র</item>।"
+
+#: captions.xhp
+msgctxt ""
+"captions.xhp\n"
+"par_id3147254\n"
+"27\n"
+"help.text"
+msgid "You can edit caption text directly in the document."
+msgstr "আপনি সরাসরি নথিতে ক্যাপশন পাঠ্য সম্পাদনা করতে পারবেন।"
+
+#: captions.xhp
+msgctxt ""
+"captions.xhp\n"
+"par_id3147271\n"
+"28\n"
+"help.text"
+msgid "A caption is formatted with the paragraph style that matches the name of the caption category. For example, if you insert a \"Table\" caption, the \"Table\" paragraph style is applied to the caption text."
+msgstr "একটি শিরোনাম অনুচ্ছেদ রচনাশৈলীর সঙ্গে ফরম্যাট করা হয় যে শিরোনাম শ্রেণীর নাম মিলে। উদাহরণের জন্য, যদি আপনি একটি ভিতরে ঢোকান \" টেবিল \" শিরোনাম, \" টেবিল \" অনুচ্ছেদ রচনাশৈলী শিরোনাম লেখাতে প্রয়োগ করা হয়।"
+
+#: captions.xhp
+msgctxt ""
+"captions.xhp\n"
+"par_id3145671\n"
+"45\n"
+"help.text"
+msgid "$[officename] can automatically add a caption when you insert an object, graphic, frame, or table. Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - AutoCaption</emph>."
+msgstr ""
+
+#: header_with_line.xhp
+msgctxt ""
+"header_with_line.xhp\n"
+"tit\n"
+"help.text"
+msgid "Formatting Headers or Footers"
+msgstr "শীর্ষচরণ অথবা পাদটীকা বিন্যাস করা হচ্ছে"
+
+#: header_with_line.xhp
+msgctxt ""
+"header_with_line.xhp\n"
+"bm_id3154866\n"
+"help.text"
+msgid "<bookmark_value>inserting;lines under headers/above footers</bookmark_value> <bookmark_value>lines; under headers/above footers</bookmark_value> <bookmark_value>headers;formatting</bookmark_value> <bookmark_value>footers;formatting</bookmark_value> <bookmark_value>shadows;headers/footers</bookmark_value> <bookmark_value>borders;for headers/footers</bookmark_value>"
+msgstr "<bookmark_value>inserting;lines under headers/above footers</bookmark_value> <bookmark_value>lines; under headers/above footers</bookmark_value> <bookmark_value>headers;formatting</bookmark_value> <bookmark_value>footers;formatting</bookmark_value> <bookmark_value>shadows;headers/footers</bookmark_value> <bookmark_value>borders;for headers/footers</bookmark_value>"
+
+#: header_with_line.xhp
+msgctxt ""
+"header_with_line.xhp\n"
+"hd_id3154866\n"
+"20\n"
+"help.text"
+msgid "<variable id=\"header_with_line\"><link href=\"text/swriter/guide/header_with_line.xhp\" name=\"Formatting Headers or Footers\">Formatting Headers or Footers</link></variable>"
+msgstr "<variable id=\"header_with_line\"><link href=\"text/swriter/guide/header_with_line.xhp\" name=\"Formatting Headers or Footers\">শীর্ষচরণ অথবা পাদটীকা বিন্যাস করা হচ্ছে</link></variable>"
+
+#: header_with_line.xhp
+msgctxt ""
+"header_with_line.xhp\n"
+"par_id3154243\n"
+"21\n"
+"help.text"
+msgid "You can apply direct formatting to the text in a header or footer. You can also adjust the spacing of the text relative to the header or footer frame or apply a border to the header or footer."
+msgstr "আপনি শীর্ষচরণ অথবা পাদটীকার পাঠ্যের সরাসরি বিন্যাস প্রয়োগ করতে পারেন। শীর্ষচরণ অথবা পাদটীকা ফ্রেমের সম্পর্কিত পাঠ্যের স্থান ফাঁকা করা বিন্যস্ত করতে পারেন অথবা শীর্ষচরণ অথবা পাদটীকায় একটি কিনারা প্রয়োগ করুন।"
+
+#: header_with_line.xhp
+msgctxt ""
+"header_with_line.xhp\n"
+"par_id3155873\n"
+"22\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Format - Page</item> and select the <item type=\"menuitem\">Header</item> or <item type=\"menuitem\">Footer</item> tab."
+msgstr "<item type=\"menuitem\">বিন্যাস - পৃষ্ঠা</item> নির্বাচন করুন এবং <item type=\"menuitem\">শীর্ষচরণ</item> বা <item type=\"menuitem\">পাদচরণ</item> ট্যাব নির্বাচন করুন।"
+
+#: header_with_line.xhp
+msgctxt ""
+"header_with_line.xhp\n"
+"par_id3147109\n"
+"27\n"
+"help.text"
+msgid "Set the spacing options that you want to use."
+msgstr "স্থান ফাঁকা করা অপশন নির্ধারণ করুন যা আপনি ব্যবহার করতে চান।"
+
+#: header_with_line.xhp
+msgctxt ""
+"header_with_line.xhp\n"
+"par_id3147128\n"
+"23\n"
+"help.text"
+msgid "To add a border or a shadow to the header or the footer, click <item type=\"menuitem\">More</item>. The <item type=\"menuitem\">Border/Background</item> dialog opens."
+msgstr "পাদটীকা বা প্রান্তটীকায় একটি সীমানা বা ছায়াকরণ যোগ করতে, <item type=\"menuitem\">আরও</item>ক্লিক করুন। <item type=\"menuitem\">সীমানা/পটভূমি</item> ডায়ালগ খোলা হয়।"
+
+#: header_with_line.xhp
+msgctxt ""
+"header_with_line.xhp\n"
+"par_id3150520\n"
+"24\n"
+"help.text"
+msgid "To add a separator line between the header or the footer and the content of the page, click the bottom edge of the square in the <emph>Line arrangement</emph> area. Click a line style in the <emph>Style</emph> box."
+msgstr ""
+
+#: header_with_line.xhp
+msgctxt ""
+"header_with_line.xhp\n"
+"par_id3153742\n"
+"25\n"
+"help.text"
+msgid "To adjust the spacing between the content of the header or footer and the line, clear the <emph>Synchronize</emph> box, and then enter a value in the<emph> Bottom</emph> box."
+msgstr ""
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"tit\n"
+"help.text"
+msgid "Defining Different Headers and Footers"
+msgstr "বিভিন্ন্য শীর্ষচরণ এবং পাদটীকা নির্ধারণ করা হচ্ছে"
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"bm_id3155920\n"
+"help.text"
+msgid "<bookmark_value>headers;defining for left and right pages</bookmark_value> <bookmark_value>footers;defining for left and right pages</bookmark_value> <bookmark_value>page styles; changing</bookmark_value> <bookmark_value>defining; headers/footers</bookmark_value> <bookmark_value>mirrored page layout</bookmark_value>"
+msgstr "<bookmark_value>headers;defining for left and right pages</bookmark_value> <bookmark_value>footers;defining for left and right pages</bookmark_value> <bookmark_value>page styles; changing</bookmark_value> <bookmark_value>defining; headers/footers</bookmark_value> <bookmark_value>mirrored page layout</bookmark_value>"
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"hd_id3155920\n"
+"25\n"
+"help.text"
+msgid "<variable id=\"header_pagestyles\"><link href=\"text/swriter/guide/header_pagestyles.xhp\" name=\"Defining Different Headers and Footers\">Defining Different Headers and Footers</link></variable>"
+msgstr "<variable id=\"header_pagestyles\"><link href=\"text/swriter/guide/header_pagestyles.xhp\" name=\"Defining Different Headers and Footers\">বিভিন্ন্য শীর্ষচরণ এবং পাদটীকা নির্ধারণ করা হচ্ছে</link></variable>"
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3154263\n"
+"26\n"
+"help.text"
+msgid "You can use different headers and footers on different pages in your document, so long as the pages use different page styles. $[officename] provides several predefined page styles, such as <emph>First page</emph>, <emph>Left page</emph> and <emph>Right page</emph>, or you can create a custom page style."
+msgstr "আপনি আপনার নথির ভিন্ন্য পৃষ্ঠায় ভিন্ন্য শীর্ষচরণ এবং পাদটীকা ব্যবহার করতে পারেন, যতোক্ষন পৃষ্ঠা ভিন্ন্য পৃষ্ঠা শৈলী ব্যবহার করে। $[officename] কিছু পূর্ব নির্ধারিত পৃষ্ঠা শৈলী প্রদান করে, যেমন <emph>প্রথম পৃষ্ঠা</emph>, <emph>বাম পৃষ্ঠা</emph> এবং <emph>ডান পৃষ্ঠা</emph>, অথবা আপনি একটি পছন্দসই পৃষ্ঠা শৈলী তৈরি করতে পারেন।"
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3147105\n"
+"27\n"
+"help.text"
+msgid "You can also use the mirrored page layout if you want to add a header to a page style that has different inner and outer page margins. To apply this option to a page style, choose <item type=\"menuitem\">Format - Page</item>, click the <item type=\"menuitem\">Page</item> tab, and in the <item type=\"menuitem\">Layout settings</item> area, choose “Mirrored” in the <item type=\"menuitem\">Page layout</item> box."
+msgstr "You can also use the mirrored page layout if you want to add a header to a page style that has different inner and outer page margins. To apply this option to a page style, choose <item type=\"menuitem\">Format - Page</item>, click the <item type=\"menuitem\">Page</item> tab, and in the <item type=\"menuitem\">Layout settings</item> area, choose “Mirrored” in the <item type=\"menuitem\">Page layout</item> box."
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3150224\n"
+"28\n"
+"help.text"
+msgid "For example, you can use page styles to define different headers for even and odd pages in a document."
+msgstr "উদাহরণস্বরূপ, নথিতে বিজোড় এবং জোড় পৃষ্ঠার জন্য বিভিন্ন্য শীর্ষচরণ সংজ্ঞায়িত করতে পৃষ্ঠা শৈলী ব্যবহার করতে পারেন।"
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3150929\n"
+"29\n"
+"help.text"
+msgid "Open a new text document."
+msgstr "একটি নতুন পাঠ্য নথি খুলুন।"
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3150946\n"
+"31\n"
+"help.text"
+msgid "Choose <emph>Format - Styles and Formatting</emph> and click the <emph>Page Styles</emph> icon in the Styles and Formatting window."
+msgstr "<emph>বিন্যাস - শৈলী ও বিন্যাস</emph> পছন্দ করুন এবং শৈলী ও বিন্যাস উইন্ডোর <emph>পৃষ্ঠা শৈলী</emph> আইকনে ক্লিক করুন।"
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3150510\n"
+"30\n"
+"help.text"
+msgid "Right-click \"Right Page\" in the list of page styles and choose <emph>Modify</emph>."
+msgstr "পৃষ্ঠা শৈলীর তালিকার \"ডান পৃষ্ঠায\" ডান ক্লিক করুন এবং <emph>পরিবর্তন করুন</emph> পছন্দ করুন।"
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3150536\n"
+"33\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Page Styles</item> dialog, click the <item type=\"menuitem\">Header</item> tab."
+msgstr "<item type=\"menuitem\">পৃষ্ঠা শৈলী</item> ডায়ালগে, <item type=\"menuitem\">শীর্ষচরণ</item> ট্যাবে ক্লিক করুন।"
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3153750\n"
+"34\n"
+"help.text"
+msgid "Select <item type=\"menuitem\">Header on</item> and click the <item type=\"menuitem\">Organizer</item> tab."
+msgstr "<item type=\"menuitem\">শীর্ষচরণ চালু</item> নির্বাচন করুন এবং <item type=\"menuitem\">সংগঠক</item> ট্যাবে ক্লিক করুন।"
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3146865\n"
+"35\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Next Style</item> box, select \"Left Page\"."
+msgstr "<item type=\"menuitem\">পরবর্তী শৈলী</item> বাক্সে, \"বাম পৃষ্ঠা\" নির্বাচন করুন।"
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3146889\n"
+"36\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>ঠিক আছে</emph> তে ক্লিক করুন।"
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3150714\n"
+"37\n"
+"help.text"
+msgid "In the <emph>Styles and Formatting</emph> window, right-click \"Left Page\" in the list of page styles and choose <emph>Modify</emph>."
+msgstr "<emph>শৈলী ও বিন্যাস</emph> উইন্ডোতে, তালিকার \"বাম পৃষ্ঠায়\" ডান ক্লিক করুন এবং <emph>পরিবর্তন করুন</emph>পছন্দ করুন।"
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3150748\n"
+"38\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Page Styles</item> dialog, click the <item type=\"menuitem\">Header</item> tab."
+msgstr "<item type=\"menuitem\">পৃষ্ঠা শৈলী</item> ডায়ালগে, <item type=\"menuitem\">শীর্ষচরণ</item> ট্যাবে ক্লিক করুন।"
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3153172\n"
+"39\n"
+"help.text"
+msgid "Select <item type=\"menuitem\">Header on</item> and click the <item type=\"menuitem\">Organizer</item> tab."
+msgstr "<item type=\"menuitem\">শীর্ষচরণ চালু</item> নির্বাচন করুন এবং <item type=\"menuitem\">সংগঠক</item> ট্যাবে ক্লিক করুন।"
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3147061\n"
+"40\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Next Style</item> box, select \"Right Page\"."
+msgstr "<item type=\"menuitem\">পরবর্তী শৈলী</item> বাক্সে, \"ডান পৃষ্ঠা\" নির্বাচন করুন।"
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3147086\n"
+"41\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>ঠিক আছে</emph> তে ক্লিক করুন।"
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3145263\n"
+"42\n"
+"help.text"
+msgid "Double-click \"Right Page\" in the list of page styles to apply the style to the current page."
+msgstr "বর্তমান পৃষ্ঠায় শৈলীটি প্রযোগ করতে পৃষ্ঠা শৈলীর তালিকায় \"ডান পৃষ্ঠায়\" ডাবল ক্লিক করুন।"
+
+#: header_pagestyles.xhp
+msgctxt ""
+"header_pagestyles.xhp\n"
+"par_id3145284\n"
+"43\n"
+"help.text"
+msgid "Enter text or graphics in the header for the Left Page style. After the next page is added to your document, enter text or graphics in the header for the Right Page style."
+msgstr "বাম পৃষ্ঠা শৈলীর জন্য শীর্ষচরণে পাঠ্য বা গ্রাফিক্স সন্নিবেশ করুন। আপনার নথিতে পরবর্তী পৃষ্ঠা যোগ হওয়ার পর, ডান পৃষ্ঠা শৈলীর জন্য শীর্ষচরণে পাঠ্য বা গ্রাফিক্স দিন।"
+
+#: fields_date.xhp
+msgctxt ""
+"fields_date.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting a Fixed or Variable Date Field"
+msgstr "একটি নির্দিষ্ট অথবা চলক তারিখ ক্ষেত্র সন্নিবেশ করানো হচ্ছে"
+
+#: fields_date.xhp
+msgctxt ""
+"fields_date.xhp\n"
+"bm_id5111545\n"
+"help.text"
+msgid "<bookmark_value>inserting;date fields</bookmark_value> <bookmark_value>dates;inserting</bookmark_value> <bookmark_value>date fields;fixed/variable</bookmark_value> <bookmark_value>fixed dates</bookmark_value> <bookmark_value>variable dates</bookmark_value>"
+msgstr "<bookmark_value>inserting;date fields</bookmark_value> <bookmark_value>dates;inserting</bookmark_value> <bookmark_value>date fields;fixed/variable</bookmark_value> <bookmark_value>fixed dates</bookmark_value> <bookmark_value>variable dates</bookmark_value>"
+
+#: fields_date.xhp
+msgctxt ""
+"fields_date.xhp\n"
+"hd_id3155165\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"fields_date\"><link href=\"text/swriter/guide/fields_date.xhp\" name=\"Inserting a Fixed or Variable Date Field\">Inserting a Fixed or Variable Date Field</link></variable>"
+msgstr "<variable id=\"fields_date\"><link href=\"text/swriter/guide/fields_date.xhp\" name=\"Inserting a Fixed or Variable Date Field\">একটি নির্দিষ্ট অথবা চলক তারিখ ক্ষেত্র সন্নিবেশ করানো হচ্ছে</link></variable>"
+
+#: fields_date.xhp
+msgctxt ""
+"fields_date.xhp\n"
+"par_id3154491\n"
+"2\n"
+"help.text"
+msgid "You can insert the current date as a field that updates each time you open the document, or as a field that does not update."
+msgstr "আপনি বর্তমান তারিখটি একটি ক্ষেত্র হিসেবে সন্নিবেশ করাতে পারেন যা প্রতি বার আপনি নথিটি খুললে হালনাগাদ হবে, অথবা একটি ক্ষেত্র হিসেবে যা হালনাগাদ হবে না।"
+
+#: fields_date.xhp
+msgctxt ""
+"fields_date.xhp\n"
+"par_id3147679\n"
+"3\n"
+"help.text"
+msgid "Choose <emph>Insert - Fields - Other</emph> and click the <emph>Document</emph> tab."
+msgstr "<emph>সন্নিবেশ - ক্ষেত্র - অন্যান্য</emph> নির্বাচন করুন এবং <emph>নথি</emph> ট্যাবে ক্লিক করুন।"
+
+#: fields_date.xhp
+msgctxt ""
+"fields_date.xhp\n"
+"par_id3153415\n"
+"5\n"
+"help.text"
+msgid "Click “Date” in the <item type=\"menuitem\">Type</item> list and do one of the following:"
+msgstr "<item type=\"menuitem\">ধরন</item> তালিকায় “তারিখ” ক্লিক করুন এবং নিম্নের যেকোনো একটি করুন:"
+
+#: fields_date.xhp
+msgctxt ""
+"fields_date.xhp\n"
+"par_id3155602\n"
+"6\n"
+"help.text"
+msgid "To insert the date as a field that updates each time you open the document, click ”Date” in the <item type=\"menuitem\">Select</item> list."
+msgstr "প্রতিবার নথি খোলার সময় ক্ষেত্র হিসেবে হালনাগাদ করতে একটি তারিখ সন্নিবেশ করতে, <item type=\"menuitem\">নির্বাচন</item> তালিকায় ”তারিখ” ক্লিক করুন।"
+
+#: fields_date.xhp
+msgctxt ""
+"fields_date.xhp\n"
+"par_id3154241\n"
+"4\n"
+"help.text"
+msgid "To insert the date as a field that does not update, click “Date (fixed)” in the <item type=\"menuitem\">Select</item> list."
+msgstr "হালনাগাদ করা হয়নি এমন একটি তারিখ ক্ষেত্র হিসেবে সন্নিবেশ করতে, <item type=\"menuitem\">নির্বাচন</item> তালিকায় “তারিখ (নির্ধারিত)” ক্লিক করুন।"
+
+#: table_select.xhp
+msgctxt ""
+"table_select.xhp\n"
+"tit\n"
+"help.text"
+msgid "Selecting Tables, Rows, and Columns"
+msgstr "সারণি, সারি, এবং কলাম নির্বাচন করা হচ্ছে"
+
+#: table_select.xhp
+msgctxt ""
+"table_select.xhp\n"
+"bm_id7693411\n"
+"help.text"
+msgid "<bookmark_value>selecting;tables</bookmark_value><bookmark_value>tables;selecting</bookmark_value><bookmark_value>columns;selecting</bookmark_value><bookmark_value>rows;selecting</bookmark_value>"
+msgstr "<bookmark_value>selecting;tables</bookmark_value><bookmark_value>tables;selecting</bookmark_value><bookmark_value>columns;selecting</bookmark_value><bookmark_value>rows;selecting</bookmark_value>"
+
+#: table_select.xhp
+msgctxt ""
+"table_select.xhp\n"
+"par_idN105F0\n"
+"help.text"
+msgid "<variable id=\"table_select\"><link href=\"text/swriter/guide/table_select.xhp\">Selecting Tables, Rows, and Columns</link></variable>"
+msgstr "<variable id=\"table_select\"><link href=\"text/swriter/guide/table_select.xhp\">সারণি, সারি, এবং কলাম নির্বাচন করা হচ্ছে</link></variable>"
+
+#: table_select.xhp
+msgctxt ""
+"table_select.xhp\n"
+"par_idN1060E\n"
+"help.text"
+msgid "You can select a table in a text document with a keyboard or with a mouse."
+msgstr "একটি কীবোর্ড অথবা একটি মাউসের মাধ্যমে আপনি একটি নথিতে একটি সারণি নির্বাচন করতে পারেন।"
+
+#: table_select.xhp
+msgctxt ""
+"table_select.xhp\n"
+"par_idN10614\n"
+"help.text"
+msgid "To select a table with the keyboard, move the cursor into the table, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A until all the cells are selected."
+msgstr "কীবোর্ডের মাধ্যমে একটি সারণি নির্বাচন করতে, সারণিতে কার্সারটি টানুন, এবং এরপর ঘর নির্বাচিত হওয়া না পর্যন্ত <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A চাপুন।"
+
+#: table_select.xhp
+msgctxt ""
+"table_select.xhp\n"
+"par_idN10633\n"
+"help.text"
+msgid "To select a table with the mouse, move the mouse pointer to a position just above and left of the table. The mouse pointer becomes a diagonal arrow. Click to select the table."
+msgstr "মাউসের মাধ্যমে একটি সারণি নির্বাচন করতে, সারণির উপরে বামে একটি অবস্থানে মাউস পয়েন্টার সরিয়ে নিন। মাউস পয়েন্টার একটি তির্যক তীরে পরিণত হবে। সারণিটি নির্বাচন করতে ক্লিক করুন।"
+
+#: table_select.xhp
+msgctxt ""
+"table_select.xhp\n"
+"par_idN10637\n"
+"help.text"
+msgid "To select a row or column with the mouse, point to a position just left of the row or above the column. The mouse pointer becomes an arrow. Click to select the row or column."
+msgstr "মাউসের মাধ্যমে একটি সারি অথবা কলাম নির্বাচন করতে, কলামের উপরে এবং সারির বামে একটি অবস্থানে মাউস সূচক সরিয়ে নিন। মাউস সূচক একটি তির্যক তীরে পরিণত হবে। সারি অথবা কলাম নির্বাচন করতে ক্লিক করুন।"
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hyphenation"
+msgstr "হাইফেন প্রয়োগ"
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"bm_id3149695\n"
+"help.text"
+msgid "<bookmark_value>hyphenation;manual/automatic</bookmark_value> <bookmark_value>separation, see hyphenation</bookmark_value> <bookmark_value>automatic hyphenation in text</bookmark_value> <bookmark_value>manual hyphenation in text</bookmark_value>"
+msgstr "<bookmark_value>hyphenation;manual/automatic</bookmark_value> <bookmark_value>separation, see hyphenation</bookmark_value> <bookmark_value>automatic hyphenation in text</bookmark_value> <bookmark_value>manual hyphenation in text</bookmark_value>"
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"hd_id3149695\n"
+"20\n"
+"help.text"
+msgid "<variable id=\"using_hyphen\"><link href=\"text/swriter/guide/using_hyphen.xhp\" name=\"Hyphenation\">Hyphenation</link></variable>"
+msgstr "<variable id=\"using_hyphen\"><link href=\"text/swriter/guide/using_hyphen.xhp\" name=\"Hyphenation\">হাইফেন প্রয়োগ</link></variable>"
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3155918\n"
+"31\n"
+"help.text"
+msgid "By default, $[officename] moves words that do not fit on a line to the next line. If you want, you can use automatic or manual hyphenation to avoid this behavior:"
+msgstr "পূর্বনির্ধারিত ভাবে, $[officename] শব্দ সরিয়ে নেয় যা পরবর্তী রেখার একটি রেখায় মানানসই হয়না। যদি আপনি চান, আপনি এই আচরণ এড়িয়ে চলতে স্বয়ংক্রিয় অথবা স্বনির্ধারিত হাইফেনেশন ব্যবহার করতে পারেন:"
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"hd_id3155864\n"
+"30\n"
+"help.text"
+msgid "Automatic Hyphenation"
+msgstr "স্বয়ংক্রিয় হাইফেন প্রয়োগ"
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3147414\n"
+"22\n"
+"help.text"
+msgid "Automatic hyphenation inserts hyphens where they are needed in a paragraph. This option is only available for paragraph styles and individual paragraphs."
+msgstr "স্বয়ংক্রিয় হাই‌ফেন ব্যবহার যেখানে প্রয়োজন সেখানে হাইফেন চিহ্ন সন্নিবেশ করা হয়। এই অপশনটি কেবলমাত্র অনুচ্ছেদ শৈলী এবং স্বতন্ত্র অনুচ্ছেদের জন্য বিদ্যমান।"
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"hd_id3149832\n"
+"51\n"
+"help.text"
+msgid "To Automatically Hyphenate Text in a Paragraph"
+msgstr "স্বয়ংক্রিয়ভাবে একটি অনুচ্ছেদে পাঠ্যে হাইফেন প্রয়োগ করতে"
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3148850\n"
+"32\n"
+"help.text"
+msgid "Right-click in a paragraph, and choose <emph>Paragraph</emph>."
+msgstr "একটি অনুচ্ছেদে ডান-ক্লিক করুন, এবং <emph>অনুচ্ছেদ</emph> নির্বাচন করুন।"
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3156104\n"
+"34\n"
+"help.text"
+msgid "Click the <link href=\"text/swriter/01/05030200.xhp\" name=\"Text Flow\"><emph>Text Flow</emph></link> tab."
+msgstr "<link href=\"text/swriter/01/05030200.xhp\" name=\"Text Flow\"><emph>পাঠ্য প্রবাহ</emph></link> ট্যাবে ক্লিক করুন।"
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3150101\n"
+"35\n"
+"help.text"
+msgid "In the Hyphenation area, select the Automatically check box."
+msgstr ""
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3153121\n"
+"52\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"hd_id3149629\n"
+"53\n"
+"help.text"
+msgid "To Automatically Hyphenate Text in Multiple Paragraphs"
+msgstr "স্বয়ংক্রিয়ভাবে বহু অনুচ্ছেদে পাঠ্যে হাইফেন প্রয়োগ করতে"
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3149644\n"
+"33\n"
+"help.text"
+msgid "If you want to automatically hyphenate more than one paragraph, use a paragraph style."
+msgstr "যদি আপনি স্বয়ংক্রিয়ভাবে একের অধিক অনুচ্ছেদ হাইফেন দিতে চান, একটি অনুচ্ছেদ শৈলী ব্যবহার করুন।"
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3149956\n"
+"48\n"
+"help.text"
+msgid "For example, enable the automatic hyphenation option for the \"Default\" paragraph style, and then apply the style to the paragraphs that you want to hyphenate."
+msgstr "উদাহরণস্বরূপ, \"পূর্বনির্ধারিত\" অনুচ্ছেদ শৈলীর জন্য স্বয়ংক্রিয় হাইফেনের ব্যবহারের অপশন সক্রিয় করুন, এবং এরপর অনুচ্ছেদ শৈলী প্রয়োগ করুন যাতে আপনি হাইফেন দিতে চান।"
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3149611\n"
+"54\n"
+"help.text"
+msgid "Choose <emph>Format - Styles and Formatting</emph>, and then click the <emph>Paragraph Styles</emph> icon."
+msgstr "<emph>বিন্যাস - শৈলী ও বিন্যাস</emph> নির্বাচন করুন, এবং এরপর <emph>অনুচ্ছেদ শৈলী </emph> আইকনে ক্লিক করুন।"
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3149867\n"
+"55\n"
+"help.text"
+msgid "Right-click the paragraph style that you want to hyphenate, and then choose <emph>Modify</emph>."
+msgstr "অনুচ্ছেদ শৈলীতে ডান-ক্লিক করুন যাতে আপনি হাইফেন দিতে চান, এবং এরপর <emph>পরিবর্তন</emph> নির্বাচন করুন।"
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3145106\n"
+"56\n"
+"help.text"
+msgid "Click the Text Flow tab."
+msgstr ""
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3149582\n"
+"57\n"
+"help.text"
+msgid "In the <emph>Hyphenation</emph> area, select the <emph>Automatically</emph> check box."
+msgstr "<emph>হাইফেন প্রয়োগ</emph> এলাকায়, <emph>স্বয়ংক্রিয়</emph> চেক বাক্স নির্বাচন করুন।"
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3156250\n"
+"58\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3145400\n"
+"59\n"
+"help.text"
+msgid "Apply the style to the paragraphs that you want to hyphenate."
+msgstr "যে অনুচ্ছেদ আপনি হাইফেন দিতে চান তাতে এই শৈলী প্রয়োগ করুন।"
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"hd_id3145417\n"
+"36\n"
+"help.text"
+msgid "Manual Hyphenation"
+msgstr "স্বনির্ধারিত হাইফেন প্রয়োগ"
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3154400\n"
+"23\n"
+"help.text"
+msgid "You can insert a hyphen where you want on a line, or let $[officename] search for the words to hyphenate, and then offer a suggested hyphenation."
+msgstr "আপনি রেখার যেখানে চান সেখানে হাইফেন দিতে পারেন, অথবা $[officename] কে হাইফেন দেওয়ার জন্য শব্দ সন্ধান করতে দিন, এবং এরপর একটি প্রস্তাবিত হাইফেন প্রয়োগ প্রস্তাব করুন।"
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"hd_id6587651\n"
+"help.text"
+msgid "To Manually Hyphenate Single Words"
+msgstr "স্বনির্ধারিত ভাবে একক শব্দে হাইফেন প্রয়োগ করতে"
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3153363\n"
+"24\n"
+"help.text"
+msgid "To quickly insert a hyphen, click in the word where you want to add the hyphen, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Hyphen(-)."
+msgstr "দ্রুত একটি হাইফেন সন্নিবেশ করাতে, শব্দে ক্লিক করুন যেখানে আপনি হাইফেন যুক্ত করতে চান, এবং এরপর <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+যোজকচিহ্ন(-) চাপুন।"
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3154244\n"
+"37\n"
+"help.text"
+msgid "If you insert a manual hyphen in a word, the word is only hyphenated at the manual hyphen. No additional automatic hyphenation is applied for this word. A word with a manual hyphen will be hyphenated without regard to the settings on the <emph>Text Flow</emph> tab page."
+msgstr "যদি আপনি একটি শব্দে হস্তচালিত যোজকচিহ্ন সন্নিবেশ করান, শব্দে কেবলমাত্র হস্তচালিত যোজকচীহ্নে দেওযা যাবে। এই শব্দের জন্য কোনে অতিরিক্ত যোজকচিহ্ন প্রয়োগ করা হবেনা। <emph>পাঠ্য প্রবাহ</emph> ট্যাব পৃষ্ঠা বিন্যাস বিবেচনা না করে হস্তচালিত যোজকচিহ্ন সহ একটি শব্দে যোজকচিহ্ন দেওয়া হয়।"
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"hd_id3154847\n"
+"60\n"
+"help.text"
+msgid "To Manually Hyphenate Text in a Selection"
+msgstr "একটি নির্বাচনে স্বনির্ধারিত ভাবে পাঠ্যে হাইফেন প্রয়োগ করতে"
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3154869\n"
+"61\n"
+"help.text"
+msgid "Select the text that you want to hyphenate."
+msgstr "যে পাঠ্যে আপনি হাইফেন দিতে চান সেটি নির্বাচন করুন।"
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3155886\n"
+"26\n"
+"help.text"
+msgid "Choose <emph>Tools - Language - Hyphenation</emph>."
+msgstr "<emph>টুল - ভাষা - হাইফেন প্রয়োগ</emph> নির্বাচন করুন।"
+
+#: using_hyphen.xhp
+msgctxt ""
+"using_hyphen.xhp\n"
+"par_id3154361\n"
+"46\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05030200.xhp\" name=\"Text Flow\">Text Flow</link>"
+msgstr "<link href=\"text/swriter/01/05030200.xhp\" name=\"Text Flow\">পাঠ্য প্রবাহ</link>"
+
+#: text_animation.xhp
+msgctxt ""
+"text_animation.xhp\n"
+"tit\n"
+"help.text"
+msgid "Animating Text"
+msgstr "পাঠ্য অ্যানিমেট করা হচ্ছে"
+
+#: text_animation.xhp
+msgctxt ""
+"text_animation.xhp\n"
+"bm_id3151182\n"
+"help.text"
+msgid "<bookmark_value>text animation</bookmark_value> <bookmark_value>effects; text animation</bookmark_value> <bookmark_value>animations;text</bookmark_value>"
+msgstr "<bookmark_value>text animation</bookmark_value> <bookmark_value>effects; text animation</bookmark_value> <bookmark_value>animations;text</bookmark_value>"
+
+#: text_animation.xhp
+msgctxt ""
+"text_animation.xhp\n"
+"hd_id3151182\n"
+"17\n"
+"help.text"
+msgid "<variable id=\"text_animation\"><link href=\"text/swriter/guide/text_animation.xhp\" name=\"Animating Text\">Animating Text</link></variable>"
+msgstr "<variable id=\"text_animation\"><link href=\"text/swriter/guide/text_animation.xhp\" name=\"Animating Text\">পাঠ্য অ্যানিমেট করা হচ্ছে</link></variable>"
+
+#: text_animation.xhp
+msgctxt ""
+"text_animation.xhp\n"
+"par_id3145080\n"
+"18\n"
+"help.text"
+msgid "You can only animate text that is contained in a drawing object, such as rectangles, lines, or text objects. For example, draw a rectangle, then double-click the rectangle and enter your text."
+msgstr "আপনি কেবলমাত্র পাঠ্য অ্যানিমেট করতে পারেন যা অঙ্কন বস্তুতে ধারণকৃত, যেমন আয়তক্ষেত্র, রেখা, অথবা পাঠ্য বস্তু। উদাহরণস্বরূপ, একটি আয়তক্ষেত্র অঙ্কন করুন, এরপর আয়তক্ষেত্রে ডাবল ক্লিক করুন এবং আপনার পাঠ্য সন্নিবেশ করান।"
+
+#: text_animation.xhp
+msgctxt ""
+"text_animation.xhp\n"
+"par_id3149811\n"
+"19\n"
+"help.text"
+msgid "Select the drawing object containing the text that you want to animate."
+msgstr "আপনার যে পাঠ্যটি অ্যানিমেট করতে চান সেটি ধারণকারী অঙ্কন বস্তু নির্বাচন করুন।"
+
+#: text_animation.xhp
+msgctxt ""
+"text_animation.xhp\n"
+"par_id3155178\n"
+"20\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Format - Object - Text Attributes</item>, and then click the <item type=\"menuitem\">Text Animation</item> tab."
+msgstr "<item type=\"menuitem\">বিন্যাস - বস্তু - পাঠ্য বৈশিষ্ট্যাবলী</item> নির্বাচন করুন, অতঃপর <item type=\"menuitem\">পাঠ্য অ্যানিমেশন</item> ট্যাবে ক্লিক করুন।"
+
+#: text_animation.xhp
+msgctxt ""
+"text_animation.xhp\n"
+"par_id3149819\n"
+"21\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Effect</item> box, select the animation that you want."
+msgstr "<item type=\"menuitem\">ইফেক্ট</item> বাক্সে, আপনি যে অ্যানিমেশন চান তা নির্বাচন করুন।"
+
+#: text_animation.xhp
+msgctxt ""
+"text_animation.xhp\n"
+"par_id3145786\n"
+"22\n"
+"help.text"
+msgid "Set the properties of the effect, and then click <emph>OK</emph>."
+msgstr "প্রভাবের বৈশিষ্ট্যাবলী নির্ধারণ করুন, এবং এরপর <emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: indices_multidoc.xhp
+msgctxt ""
+"indices_multidoc.xhp\n"
+"tit\n"
+"help.text"
+msgid "Indexes Covering Several Documents"
+msgstr "সূচী কিছু নথি রুপান্তর করছে"
+
+#: indices_multidoc.xhp
+msgctxt ""
+"indices_multidoc.xhp\n"
+"bm_id3153418\n"
+"help.text"
+msgid "<bookmark_value>indexes;multiple documents</bookmark_value> <bookmark_value>multiple documents;indexes</bookmark_value> <bookmark_value>merging;indexes</bookmark_value> <bookmark_value>master documents;indexes</bookmark_value>"
+msgstr "<bookmark_value>indexes;multiple documents</bookmark_value> <bookmark_value>multiple documents;indexes</bookmark_value> <bookmark_value>merging;indexes</bookmark_value> <bookmark_value>master documents;indexes</bookmark_value>"
+
+#: indices_multidoc.xhp
+msgctxt ""
+"indices_multidoc.xhp\n"
+"hd_id3153418\n"
+"43\n"
+"help.text"
+msgid "<variable id=\"indices_multidoc\"><link href=\"text/swriter/guide/indices_multidoc.xhp\" name=\"Indexes Covering Several Documents\">Indexes Covering Several Documents</link></variable>"
+msgstr "<variable id=\"indices_multidoc\"><link href=\"text/swriter/guide/indices_multidoc.xhp\" name=\"Indexes Covering Several Documents\">সূচী কিছু নথি রুপান্তর করছে</link></variable>"
+
+#: indices_multidoc.xhp
+msgctxt ""
+"indices_multidoc.xhp\n"
+"par_id3155872\n"
+"44\n"
+"help.text"
+msgid "There are several ways to create an index that spans several documents:"
+msgstr "একটি সূচী তৈরি করার বিভিন্ন পদ্ধতি আছে যা কিছু নথি বিস্তার করে:"
+
+#: indices_multidoc.xhp
+msgctxt ""
+"indices_multidoc.xhp\n"
+"par_id3155895\n"
+"42\n"
+"help.text"
+msgid "Create an <link href=\"text/swriter/01/04120210.xhp\" name=\"index in each individual document\">index in each individual document</link>, copy and paste the indexes into a single document, and then edit them."
+msgstr "একটি <link href=\"text/swriter/01/04120210.xhp\" name=\"index in each individual document\">প্রতি স্বতন্ত্র নথির সূচী</link>তৈরি করুন, একটি একক নথিতে সূচী অনুলিপি এবং প্রতিলেপন করুন, এবং পরে এদেরকে সম্পাদনা করুন।"
+
+#: indices_multidoc.xhp
+msgctxt ""
+"indices_multidoc.xhp\n"
+"par_id3147118\n"
+"45\n"
+"help.text"
+msgid "Select each index, choose <link href=\"text/swriter/01/04020000.xhp\" name=\"Insert - Section\"><item type=\"menuitem\">Insert - Section</item></link>, and then enter a name for the index. In a separate document, choose <item type=\"menuitem\">Insert - Section</item>, select <item type=\"menuitem\">Link</item>, click the browse button (<item type=\"menuitem\">...</item>), and then locate and insert a named index section."
+msgstr "Select each index, choose <link href=\"text/swriter/01/04020000.xhp\" name=\"Insert - Section\"><item type=\"menuitem\">Insert - Section</item></link>, and then enter a name for the index. In a separate document, choose <item type=\"menuitem\">Insert - Section</item>, select <item type=\"menuitem\">Link</item>, click the browse button (<item type=\"menuitem\">...</item>), and then locate and insert a named index section."
+
+#: indices_multidoc.xhp
+msgctxt ""
+"indices_multidoc.xhp\n"
+"par_id3150230\n"
+"46\n"
+"help.text"
+msgid "Create a <link href=\"text/shared/01/01010001.xhp\" name=\"master document\">master document</link>, add as subdocuments the files that you want to include in the index, and then choose <emph>Insert - Index and Tables - Indexes and Tables</emph>."
+msgstr "একটি <link href=\"text/shared/01/01010001.xhp\" name=\"master document\">প্রধান নথি</link>তৈরি করুন, ফাইল উপনথি হিসেবে যুক্ত করুন যা আপনি সূচীতে অন্তর্ভূক্ত করতে চান, এবং এরপর <emph>সন্নিবেশ করান - সূচী এবং সারণি - সূচী এবং সারণি</emph>পছন্দ করুন।"
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"tit\n"
+"help.text"
+msgid "User-Defined Indexes"
+msgstr "ব্যবহারকারী-সংজ্ঞায়িত সূচী"
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"bm_id3154896\n"
+"help.text"
+msgid "<bookmark_value>indexes; creating user-defined indexes</bookmark_value> <bookmark_value>user-defined indexes</bookmark_value>"
+msgstr "<bookmark_value>indexes; creating user-defined indexes</bookmark_value> <bookmark_value>user-defined indexes</bookmark_value>"
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"hd_id3154896\n"
+"30\n"
+"help.text"
+msgid "<variable id=\"indices_userdef\"><link href=\"text/swriter/guide/indices_userdef.xhp\" name=\"User-Defined Indexes\">User-Defined Indexes</link></variable>"
+msgstr "<variable id=\"indices_userdef\"><link href=\"text/swriter/guide/indices_userdef.xhp\" name=\"User-Defined Indexes\">ব্যবহারকারী-সংজ্ঞায়িত সূচী</link></variable>"
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"par_id3155184\n"
+"31\n"
+"help.text"
+msgid "You can create as many user-defined indexes as you want."
+msgstr "আপনি যতোগুলো চান ততো ব্যবহারকারী-সংজ্ঞায়িত সূচী তৈরি করতে পারবেন।"
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"hd_id3155915\n"
+"47\n"
+"help.text"
+msgid "To Create a User-Defined Index"
+msgstr "একটি ব্যবহারকারী-নির্ধারিত সূচি তৈরি করতে"
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"par_id3155867\n"
+"48\n"
+"help.text"
+msgid "Select a word or words that you want to add to a user-defined index."
+msgstr "একটি শব্দ অথবা শব্দসমূহ নির্বাচন করুন যা আপনি একটি ব্যবহারকারী-সংজ্ঞায়িত সূচীতে যুক্ত করতে চান।"
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"par_id3153410\n"
+"49\n"
+"help.text"
+msgid "Choose <emph>Insert - Indexes and Tables - Entry</emph>."
+msgstr "<emph>সন্নিবেশ করান - সূচী এবং সারণি - ভুক্তি</emph> পছন্দ করুন।"
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"par_id3154248\n"
+"50\n"
+"help.text"
+msgid "Click the <item type=\"menuitem\">New User-defined Index</item> button next to the <item type=\"menuitem\">Index</item> box."
+msgstr "<item type=\"menuitem\">সূচী</item> বাক্সের নিকটবর্তী <item type=\"menuitem\">নতুন ব্যবহারকারী উল্লেখিত সূচী</item> বোতামে ক্লিক করুন।"
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"par_id3155886\n"
+"51\n"
+"help.text"
+msgid "Type a name for the index in the <item type=\"menuitem\">Name</item> box and click <item type=\"menuitem\">OK</item>."
+msgstr "<item type=\"menuitem\">Name</item> box and click <item type=\"menuitem\">OK</item>."
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"par_id3147114\n"
+"52\n"
+"help.text"
+msgid "Click <item type=\"menuitem\">Insert</item> to add the selected word(s) to the new index."
+msgstr "নতুন সূচীতে নির্বাচিত শব্দ(গুলো) যোগ করতে <item type=\"menuitem\">সন্নিবেশ ক্লিক করুন</item>।"
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"par_id3147139\n"
+"53\n"
+"help.text"
+msgid "Click <item type=\"menuitem\">Close</item>."
+msgstr "<item type=\"menuitem\">বন্ধ</item> ক্লিক করুন।"
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"hd_id3150231\n"
+"54\n"
+"help.text"
+msgid "To Insert a User-Defined Index"
+msgstr "একটি ব্যবহারকারী-নির্ধারিত সূচি সন্নিবেশ করতে"
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"par_id3150933\n"
+"32\n"
+"help.text"
+msgid "Click in the document where you want to insert the index."
+msgstr "নথিতে ক্লিক করুন যেখানে আপনি একটি সূচী সন্নিবেশ করাতে চান।"
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"par_id3150952\n"
+"33\n"
+"help.text"
+msgid "Choose <emph>Insert - Indexes and Tables - Indexes and Tables</emph>."
+msgstr "<emph>সন্নিবেশ করান - সূচী এবং সারণি - সূচী এবং সারণি</emph> পছন্দ করুন।"
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"par_id3150509\n"
+"55\n"
+"help.text"
+msgid "On the <item type=\"menuitem\">Index/Table</item> tab, select the name of the user-defined index that you created in the <item type=\"menuitem\">Type</item> box."
+msgstr "<item type=\"menuitem\">সূচী/সারণি</item> ট্যাবে, ব্যবহারকারী নির্ধারিত সূচীর নাম নির্বাচন করুন যা আপনি <item type=\"menuitem\">ধরন</item> বাক্সে তৈরি করেছেন।"
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"par_id3146881\n"
+"56\n"
+"help.text"
+msgid "Select any options that you want."
+msgstr "আপনি যে অপশনটি চান সেটি নির্বাচন করুন।"
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"par_id3146897\n"
+"34\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>ঠিক আছে</emph> তে ক্লিক করুন।"
+
+#: indices_userdef.xhp
+msgctxt ""
+"indices_userdef.xhp\n"
+"par_id3150720\n"
+"20\n"
+"help.text"
+msgid "If you want to use a different paragraph style as a table of contents entry, select <item type=\"menuitem\">Styles</item>, and then click the (<item type=\"menuitem\">...</item>) button next to the box. Click the style in the list, and then click the <item type=\"menuitem\">>></item> or the <item type=\"menuitem\"><<</item> button to define the outline level for the paragraph style."
+msgstr "If you want to use a different paragraph style as a table of contents entry, select <item type=\"menuitem\">Styles</item>, and then click the (<item type=\"menuitem\">...</item>) button next to the box. Click the style in the list, and then click the <item type=\"menuitem\">>></item> or the <item type=\"menuitem\"><<</item> button to define the outline level for the paragraph style."
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"tit\n"
+"help.text"
+msgid "Finding and Replacing in Writer"
+msgstr "Writer এ অনুসন্ধান ও প্রতিস্থাপন করা হচ্ছে"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"bm_id1163670\n"
+"help.text"
+msgid "<bookmark_value>finding; text/text formats/styles/objects</bookmark_value> <bookmark_value>replacing; text and text formats</bookmark_value> <bookmark_value>styles;finding</bookmark_value> <bookmark_value>searching, see also finding</bookmark_value> <bookmark_value>text formats; finding</bookmark_value> <bookmark_value>formats; finding and replacing</bookmark_value> <bookmark_value>searching; formats</bookmark_value> <bookmark_value>objects;finding by Navigator</bookmark_value> <bookmark_value>Asian languages;search options</bookmark_value>"
+msgstr "<bookmark_value>finding; text/text formats/styles/objects</bookmark_value> <bookmark_value>replacing; text and text formats</bookmark_value> <bookmark_value>styles;finding</bookmark_value> <bookmark_value>searching, see also finding</bookmark_value> <bookmark_value>text formats; finding</bookmark_value> <bookmark_value>formats; finding and replacing</bookmark_value> <bookmark_value>searching; formats</bookmark_value> <bookmark_value>objects;finding by Navigator</bookmark_value> <bookmark_value>Asian languages;search options</bookmark_value>"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"hd_id8568681\n"
+"help.text"
+msgid "<variable id=\"finding\"><link href=\"text/swriter/guide/finding.xhp\">Finding and Replacing in Writer</link></variable>"
+msgstr "<variable id=\"finding\"><link href=\"text/swriter/guide/finding.xhp\">Writer এ অনুসন্ধান ও প্রতিস্থাপন করা হচ্ছে</link></variable>"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id611285\n"
+"help.text"
+msgid "In text documents you can find words, formatting, styles, and more. You can navigate from one result to the next, or you can highlight all results at once, then apply another format or replace the words by other text."
+msgstr "পাঠ্য নথিতে আপনি শব্দ, বিন্যাস, শৈলী, এবং আরও কিছু খুঁজে পাবেন। আপনি এক ফলাফল থেকে অন্যটিতে ন্যাভিগেট করতে পারেন, অথবা আপনি একসাথে সব ফলাফল হাইলাইট করতে পারবেন, এরপর অন্য বিন্যাস প্রয়োগ করুন অথবা অন্য পাঠ্য দ্বারা শব্দ প্রতিস্থাপন করুন।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"hd_id6226081\n"
+"help.text"
+msgid "The Find & Replace dialog"
+msgstr "অনুসন্ধান ও প্রতিস্থাপন ডায়ালগ"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id6702780\n"
+"help.text"
+msgid "To find text within the whole document, open the Find & Replace dialog without any active text selection. If you want to search only a part of your document, first select that part of text, then open the Find & Replace dialog."
+msgstr "সম্পূর্ণ নথির মধ্যে পাঠ্য খুঁজে পেতে, যেকোনো সক্রিয় পাঠ্য নির্বাচনের না করার মাধ্যমে অনুসন্ধান ও প্রতিস্থাপন ডায়ালগ খুলুন। যদি আপনি আপনার নথির একটি অংশ সন্ধান করতে চান, প্রথমে পাঠ্যের অংশ নির্বাচন করুন, অতঃপর অনুসন্ধান ও প্রতিস্থাপন ডায়ালগ খুলুন।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"hd_id3158970\n"
+"help.text"
+msgid "To Find Text"
+msgstr "পাঠ্য অনুসন্ধান করতে"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id6957304\n"
+"help.text"
+msgid "Choose <emph>Edit - Find & Replace</emph> to open the Find & Replace dialog."
+msgstr "অনুসন্ধান ও প্রতিস্থাপন ডায়ালগ খুলতে <emph>সম্পাদনা - অনুসন্ধান ও প্রতিস্থাপন</emph> নির্বাচন করুন।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id2164677\n"
+"help.text"
+msgid "Enter the text to find in the <emph>Search for</emph> text box."
+msgstr "<emph>যা অনুসন্ধান করা হবে</emph> পাঠ্য বাক্স খুঁজতে পাঠ্য সন্নিবেশ করুন।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id5684072\n"
+"help.text"
+msgid "Either click <emph>Find</emph> or <emph>Find All</emph>."
+msgstr "হয় <emph>অনুসন্ধান</emph> অথবা <emph>সব অনুসন্ধানে</emph> এ ক্লিক করুন।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id4377269\n"
+"help.text"
+msgid "When you click <emph>Find</emph>, Writer will show you the next text that is equal to your entry. You can watch and edit the text, then click <emph>Find</emph> again to advance to the next found text."
+msgstr "যখন আপনি <emph>অনুসন্ধান</emph>এ ক্লিক করবেন, Writer আপনাকে পরবর্তী পাঠ্য দেখাবে যা আপনার ভুক্তির সমান। আপনি পাঠ্যটি দেখতে এবং সম্পাদনা করতে পারবেন, এবং এরপর পরবর্তী খুঁজে পাওয়া পাঠ্যে অগ্রসর হওয়ার জন্য আবার <emph>অনুসন্ধান</emph> ক্লিক করুন।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id1371807\n"
+"help.text"
+msgid "If you closed the dialog, you can press a key combination (Ctrl+Shift+F) to find the next text without opening the dialog."
+msgstr "যদি আপনি ডায়ালগটি বন্ধ করেন, ডায়ালগটি না খোলে পরবর্তী পাঠ্য খুঁজতে আপনি একটি কী মিশ্রন (Ctrl+Shift+F) চাপতে পারেন।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id924100\n"
+"help.text"
+msgid "Alternatively, you can use the icons at the lower right of the document to navigate to the next text or to any other object in the document."
+msgstr "বিকল্পস্বরূপ, পরবর্তী পাঠ্য অথবা নথির অন্য বস্তুতে ন্যাভিগেট করতে আপনি নথির নিচের ডানের আইকন ব্যবহার করতে পারেন।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id9359416\n"
+"help.text"
+msgid "When you click <item type=\"menuitem\">Find All</item>, Writer selects all text that is equal to your entry. Now you can for example set all found text to bold, or apply a character style to all at once."
+msgstr "যখন আপনি ক্লিক করেন <item type=\"menuitem\"> সমস্ত খুঁজে পান</item>, লেখক সমস্ত লেখা নির্বাচন করে যে আপনার এন্ট্রিতে সমান। আপনি এখন জোরালোতে উদাহরণ সমস্ত পাওয়া গেছে লেখার জন্য নিযুক্ত করতে পারেন, অথবা একবারে সমস্তে একটি অক্ষর রচনাশৈলী প্রয়োগ করুন।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"hd_id5891598\n"
+"help.text"
+msgid "To Replace Text"
+msgstr "পাঠ্য প্রতিস্থাপন করতে"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id1780755\n"
+"help.text"
+msgid "Unlike searching text, replacing text cannot be restricted to the current selection only."
+msgstr "পাঠ্য সন্ধানের মতো নয়, পাঠ্যের প্রতিস্থাপন শুধুমাত্র বর্তমান নির্বাচনে সীমিত করা নয়।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id2467421\n"
+"help.text"
+msgid "Choose Edit - Find & Replace to open the Find & Replace dialog."
+msgstr "অনুসন্ধান ও প্রতিস্থাপন ডায়ালগ খুলতে সম্পাদনা - অনুসন্ধান ও প্রতিস্থাপন নির্বাচন করুন।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id4286935\n"
+"help.text"
+msgid "Enter the text to search in the <emph>Search for </emph>text box."
+msgstr "<emph>যা অনুসন্ধান করা হবে </emph>পাঠ্য বাক্সে অনুসন্ধান করতে পাঠ্য সন্নিবেশ করুন।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id9959410\n"
+"help.text"
+msgid "Enter the text to replace the found text in the <emph>Replace with</emph> text box."
+msgstr "<emph>এর দ্বারা প্রতিস্থাপন করুন</emph> পাঠ্য বাক্সে খুঁজে পাওয়া পাঠ্য প্রতিস্থাপন করতে পাঠ্য সন্নিবেশ করুন।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id24109\n"
+"help.text"
+msgid "Either click <emph>Replace</emph> or <emph>Replace All</emph>."
+msgstr "হয় <emph>প্রতিস্থাপন</emph> অথবা <emph>সব প্রতিস্থাপন</emph> এ ক্লিক করুন।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id703451\n"
+"help.text"
+msgid "When you click <emph>Replace</emph>, Writer will search the whole document for the text in the <emph>Search for</emph> box, starting at the current cursor position. When text is found, Writer highlights the text and waits for your response. Click <emph>Replace</emph> to replace the highlighted text in the document with the text in the <emph>Replace with</emph> text box. Click <emph>Find</emph> to advance to the next found text without replacing the current selection."
+msgstr "যখন আপনি <emph>প্রতিস্থাপন</emph>এ ক্লিক করবেন, বর্তমান কার্সার অবস্থান থেকে আরম্ভ করে, Writer <emph>যা অনুসন্ধান করা হবে</emph> বাক্সে পাঠ্যের জন্য সম্পূর্ণ নথিতে সন্ধান করবে। যখন পাঠ্য খুঁজে পাওয়া যাবে, Writer পাঠ্যটি হাইলাইট করবে এবং আপনার সাড়া পাওয়ার জন্য অপেক্ষা করবে। নথির হাইলাইটকৃত পাঠ্যকে <emph>এর দ্বারা প্রতিস্থাপন করুন</emph> পাঠ্য বাক্সের পাঠ্য দ্বারা প্রতিস্থাপন করতে <emph>প্রতিস্থাপন</emph>এ ক্লিক করুন। বর্তমান নির্বাচন প্রতিস্থাপন না করে পরবর্তী খুঁজে পাওয়া পাঠ্যে অগ্রসর হতে <emph>অনুসন্ধান</emph> এ ক্লিক করুন।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id7540818\n"
+"help.text"
+msgid "When you click <emph>Replace All</emph>, Writer replaces all text that matches your entry."
+msgstr "যখন আপনি <emph>সব প্রতিস্থাপন</emph>এ ক্লিক করবেন, Writer আপনার ভুক্তির সাথে সমন্বিত সব পাঠ্যকে প্রতিস্থাপন করবে।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"hd_id9908444\n"
+"help.text"
+msgid "To Find Styles"
+msgstr "শৈলী অনুসন্ধান করতে"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id8413953\n"
+"help.text"
+msgid "You want to find all text in your document to which a certain Paragraph Style is assigned, for example the \"Heading 2\" style."
+msgstr "আপনি তে আপনার ডকুমেন্টে সমস্ত লেখা খুঁজে পেতে চান যেটি একটি নিশ্চিত অনুচ্ছেদ স্টাইল উদাহরণের জন্য, বরাদ্দ করা হয় \" শিরোনাম ২ \" রচনাশৈলী।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id2696920\n"
+"help.text"
+msgid "Choose Edit - Find & Replace to open the Find & Replace dialog."
+msgstr "অনুসন্ধান ও প্রতিস্থাপন ডায়ালগ খুলতে সম্পাদনা - অনুসন্ধান ও প্রতিস্থাপন নির্বাচন করুন।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id896938\n"
+"help.text"
+msgid "Click <emph>More Options</emph> to expand the dialog."
+msgstr "ডায়ালগ বিস্তার করতে <emph>আরও অপশন</emph> ক্লিক করুন।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id9147007\n"
+"help.text"
+msgid "Check <item type=\"menuitem\">Search for Styles</item>.<br/>The <item type=\"menuitem\">Search for</item> text box now is a list box, where you can select any of the Paragraph Styles that are applied in the current document."
+msgstr "পরীক্ষা করুন<item type=\"menuitem\"> স্টাইলের জন্য অনুসন্ধান করুন</item>।<br/><item type=\"menuitem\"> ের জন্য অনুসন্ধান করুন</item> লেখা বাক্স একটি তালিকা বাক্স এখন, যেখানে আপনি অনুচ্ছেদ স্টাইলের যেকোনো নির্বাচন করতে পারেন যে বর্তমান ডকুমেন্টে প্রয়োগ করা হয়।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id679342\n"
+"help.text"
+msgid "Select the style to search for, then click <emph>Find</emph> or <emph>Find All</emph>."
+msgstr "যা অনুসন্ধান করা হবে এর জন্য শৈলী নির্বাচন করুন, এরপর <emph>অনুসন্ধান</emph> অথবা <emph>সব অনুসন্ধান</emph> ক্লিক করুন।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"hd_id3231299\n"
+"help.text"
+msgid "To Find Formats"
+msgstr "বিন্যাস অনুসন্ধান করতে"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id8087405\n"
+"help.text"
+msgid "You want to find all text in your document to which a certain direct character formatting is assigned."
+msgstr "যদি আপনি আপনার নথির সব পাঠ্য খুঁজে পেতে চান যেখানে একটি নির্দিষ্ট সরাসরি অক্ষর বিন্যাস বরাদ্দ করা হয়েছে।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id3406170\n"
+"help.text"
+msgid "Finding formats only finds direct character attributes, it does not find attributes applied as part of a style."
+msgstr "অনুসন্ধান বিন্যাস শুধুমাত্র সরাসরি অক্ষর বৈশিষ্ট্য অনুসন্ধান করে, এটি শৈলী হিসেবে প্রয়োগকৃত কোনো বৈশিষ্ট্য অনুসন্ধান করে না।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id2448805\n"
+"help.text"
+msgid "Choose Edit - Find & Replace to open the Find & Replace dialog."
+msgstr "অনুসন্ধান ও প্রতিস্থাপন ডায়ালগ খুলতে সম্পাদনা - অনুসন্ধান ও প্রতিস্থাপন নির্বাচন করুন।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id4542985\n"
+"help.text"
+msgid "Click <emph>More Options</emph> to expand the dialog."
+msgstr "ডায়ালগ বিস্তার করতে <emph>আরও অপশন</emph> ক্লিক করুন।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id4679403\n"
+"help.text"
+msgid "Click the <emph>Format</emph> button."
+msgstr "<emph>বিন্যাস</emph> বোতামে ক্লিক করুন।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id7783745\n"
+"help.text"
+msgid "Click <emph>Find</emph> or <emph>Find All</emph>."
+msgstr "<emph>অনুসন্ধান</emph> অথবা <emph> সব অনুসন্ধান</emph> এ ক্লিক করুন।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id5597094\n"
+"help.text"
+msgid "More options"
+msgstr "আরও অপশন"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id9919431\n"
+"help.text"
+msgid "The similarity search can find text that is almost the same as your search text. You can set the number of characters that are allowed to differ."
+msgstr "সাদৃশ্যতার খোঁজ পাঠ্য খুঁজে নিতে পারে যা আপনার সন্ধান করা পাঠ্যের সমরূপ। আপনি অক্ষরের সংখ্যা নির্ধারণ করতে পারেন যা ভিন্ন হতে অনুমোদন করা হয়।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id8533280\n"
+"help.text"
+msgid "Check the <emph>Similarity search</emph> option and optionally click the <emph>...</emph> button to change the settings. (Setting all three numbers to 1 works fine for English text.)"
+msgstr "<emph>সাদৃশ্যতার খোঁজ</emph> অপশন সন্ধান করুন এবং সেটিং পরিবর্তন করতে ঐচ্ছিকভাবে <emph>...</emph> বোতামে ক্লিক করুন। (ইংরেজী পাঠ্যের জন্য তিনটি সংখ্যা ১ সেটিং এ ভালভাবে কাজ করে।)"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id4646748\n"
+"help.text"
+msgid "When you have enabled Asian language support under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>, the Find & Replace dialog offers options to search Asian text."
+msgstr ""
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"hd_id2489394\n"
+"help.text"
+msgid "The Navigator"
+msgstr "ন্যাভিগেটর"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id9934385\n"
+"help.text"
+msgid "The Navigator is the main tool for finding and selecting objects. You can also use the Navigator to move and arrange chapters, providing an outline view to your document."
+msgstr "বস্তু অনুসন্ধান এবং নির্বাচন করার জন্য ন্যাভিগেটর হলো প্রধান টুল। আপনার নথিতে একটি রূপরেখা প্রদর্শন প্রদান করে, আপনি অধ্যায় সরাতে এবং সাজাতে আপনি ন্যাভিগেটর ব্যবহার করতে পারেন।"
+
+#: finding.xhp
+#, fuzzy
+msgctxt ""
+"finding.xhp\n"
+"par_id4159062\n"
+"help.text"
+msgid "Choose <emph>View - Navigator</emph> to open the Navigator window."
+msgstr "ন্যাভিগেটর উইন্ডো খুলতে <emph>সম্পাদনা - ন্যাভিগেটর</emph> নির্বাচন করুন।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id7421796\n"
+"help.text"
+msgid "Use the Navigator for inserting objects, links and references within the same document or from other open documents. See the <link href=\"text/swriter/guide/navigator.xhp\">Navigator</link> guide for more information."
+msgstr "একই নথিতে অথবা অন্য ওপেন অফিস নথিতে বস্তু, লিংক এবং রেফারেন্স সন্নিবেশ করাতে ন্যাভিগেটর ব্যবহার করুন। আরও তথ্যের জন্য <link href=\"text/swriter/guide/navigator.xhp\">ন্যাভিগেটর</link> গাইড দেখুন।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id6417432\n"
+"help.text"
+msgid "Click the icon with the blue circle at the bottom right part of your document to open the small <emph>Navigation</emph> window."
+msgstr "ছোট <emph>ন্যাভিগেটর</emph> উইন্ডো খুলতে আপনার নথির নিচে ডান নীল বৃত্তের আইকনে ক্লিক করুন।"
+
+#: finding.xhp
+msgctxt ""
+"finding.xhp\n"
+"par_id4639728\n"
+"help.text"
+msgid "Use the small Navigation window to quickly jump to the next object or find the next text in your document."
+msgstr "পরবর্তী বস্তুতে দ্রুত যেতে অথবা আপনার নথিতে পরবর্তী পাঠ্য খুঁজে পেতে ছোট ন্যাভিগেশন উইন্ডো ব্যবহার করুন।"
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using Sections"
+msgstr "অংশ ব্যবহার করা হচ্ছে"
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"bm_id3149832\n"
+"help.text"
+msgid "<bookmark_value>multi-column text</bookmark_value> <bookmark_value>text; multi-column</bookmark_value> <bookmark_value>columns; on text pages</bookmark_value> <bookmark_value>text columns</bookmark_value> <bookmark_value>sections; columns in/use of</bookmark_value>"
+msgstr "<bookmark_value>multi-column text</bookmark_value> <bookmark_value>text; multi-column</bookmark_value> <bookmark_value>columns; on text pages</bookmark_value> <bookmark_value>text columns</bookmark_value> <bookmark_value>sections; columns in/use of</bookmark_value>"
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"hd_id3149832\n"
+"40\n"
+"help.text"
+msgid "<variable id=\"sections\"><link href=\"text/swriter/guide/sections.xhp\" name=\"Using Sections\">Using Sections</link></variable>"
+msgstr "<variable id=\"sections\"><link href=\"text/swriter/guide/sections.xhp\" name=\"Using Sections\">অংশ ব্যবহার করা হচ্ছে</link></variable>"
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"par_id3153128\n"
+"2\n"
+"help.text"
+msgid "Sections are named blocks of text, including graphics or objects, that you can use in a number of ways:"
+msgstr "পাঠ্যের ব্লকে অংশের নামকরণ করা হয়, এতে গ্রাফিক্স অথবা বস্তু অন্তর্ভূক্ত, যা আপনি বিভিন্ন উপায়ে ব্যবহার করতে পারেন:"
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"par_id3149284\n"
+"5\n"
+"help.text"
+msgid "To prevent text from being edited."
+msgstr "পাঠ্যকে সম্পাদিত হওয়া হতে বিরত রাখতে।"
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"par_id3149630\n"
+"4\n"
+"help.text"
+msgid "To show or hide text."
+msgstr "পাঠ্য দেখাতে অথবা আড়াল করতে।"
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"par_id3149647\n"
+"20\n"
+"help.text"
+msgid "To reuse text and graphics from other $[officename] documents."
+msgstr "অন্য $[officename] নথি থেকে পাঠ্য এবং গ্রাফিক্স পুনরায় ব্যবহার করার জন্য।"
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"par_id3149612\n"
+"38\n"
+"help.text"
+msgid "To insert sections of text that uses a different column layout than the current page style."
+msgstr "বর্তমান পৃষ্ঠা শৈলী হতে ভিন্ন কলাম বহির্বিন্যাস ব্যবহারকারী পাঠ্যের অংশ সন্নিবেশ করতে।"
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"par_id3149855\n"
+"7\n"
+"help.text"
+msgid "A section contains at least one paragraph. When you select a text and create a section, a paragraph break is automatically inserted at the end of the text."
+msgstr "একটি অংশ অত্যন্ত একটি অনুচ্ছেদ ধারণ করে। যখন আপনি একটি পাঠ্য নির্বাচন করবেন এবং একটি অংশ তৈরি করবেন, পাঠ্যের শেষে একটি অনুচ্ছেদ বিভাজক স্বয়ংক্রিয়ভাবে সন্নিবেশ করা হবে।"
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"par_id3149872\n"
+"8\n"
+"help.text"
+msgid "You can insert sections from a text document, or an entire text document as a section into another text document. You can also insert sections from a text document as links in another text document, or in the same document."
+msgstr "আপনি একটি পাঠ্য নথি থেকে অংশ, অথবা একটি সম্পূর্ণ পাঠ্য নথি একটি অংশ হিসেবে অন্য পাঠ্য নথিতে সন্নিবেশ করতে পারেন। আপনি একটি পাঠ্য হতে অন্য পাঠ্য নথিতে লিংক হিসেবে অংশ সন্নিবেশ করতে পারেন।"
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"par_id3153367\n"
+"39\n"
+"help.text"
+msgid "To insert a new paragraph immediately before or after a section, click in front or behind the section, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline>+Enter."
+msgstr "একটি অংশের আগে বা পরে দ্রুত একটি নতুন অনুচ্ছেদ সন্নিবেশ করতে, অংশের সামনে বা পিছনে ক্লিক করুন, অতঃপর <switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline>+Enter চাপুন।"
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"hd_id3154242\n"
+"44\n"
+"help.text"
+msgid "Sections and Columns"
+msgstr "অংশ এবং কলাম"
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"par_id3154255\n"
+"41\n"
+"help.text"
+msgid "You can insert sections into an existing section. For example, you can insert a section containing two columns into a section that contains one column."
+msgstr "আপনি একটি বিদ্যমান অংশে অংশ সন্নিবেশ করাতে পারেন। উদাহরণস্বরূপ, আপনি একক কলাম ধারণকারী একটি অংশে একটি দুই কলাম ধারণকারী অংশ সন্নিবেশ করতে পারেন।"
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"par_id3154845\n"
+"42\n"
+"help.text"
+msgid "A section layout, for example on the number of columns, has priority over the page layout defined in a page style."
+msgstr "একটি অংশ বিন্যাসে, উদাহরণস্বরূপ কলামের সংখ্যায়, পৃষ্ঠা শৈলীতে সংজ্ঞায়িত পৃষ্ঠা বিন্যাসের উপর অগ্রাধিকার আছে।"
+
+#: sections.xhp
+msgctxt ""
+"sections.xhp\n"
+"par_id3155883\n"
+"help.text"
+msgid "<link href=\"text/shared/00/00000005.xhp#dde\" name=\"DDE\">DDE</link>"
+msgstr "<link href=\"text/shared/00/00000005.xhp#dde\" name=\"DDE\">DDE</link>"
+
+#: table_repeat_multiple_headers.xhp
+msgctxt ""
+"table_repeat_multiple_headers.xhp\n"
+"tit\n"
+"help.text"
+msgid "Repeating a Table Header on a New Page"
+msgstr "একটি নতুন পৃষ্ঠায় একটি সারণি শীর্ষচরণ পুনরাবৃত্তি করা হচ্ছে"
+
+#: table_repeat_multiple_headers.xhp
+msgctxt ""
+"table_repeat_multiple_headers.xhp\n"
+"bm_id3155870\n"
+"help.text"
+msgid "<bookmark_value>tables; heading repetition after page breaks</bookmark_value> <bookmark_value>repeating; table headings after page breaks</bookmark_value> <bookmark_value>headings; repeating in tables</bookmark_value> <bookmark_value>multi-page tables</bookmark_value>"
+msgstr "<bookmark_value>tables; heading repetition after page breaks</bookmark_value> <bookmark_value>repeating; table headings after page breaks</bookmark_value> <bookmark_value>headings; repeating in tables</bookmark_value> <bookmark_value>multi-page tables</bookmark_value>"
+
+#: table_repeat_multiple_headers.xhp
+msgctxt ""
+"table_repeat_multiple_headers.xhp\n"
+"hd_id3153406\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"table_repeat_multiple_headers\"><link href=\"text/swriter/guide/table_repeat_multiple_headers.xhp\" name=\"Repeating a Table Header on a New Page\">Repeating a Table Heading on a New Page</link></variable>"
+msgstr "<variable id=\"table_repeat_multiple_headers\"><link href=\"text/swriter/guide/table_repeat_multiple_headers.xhp\" name=\"Repeating a Table Header on a New Page\">একটি নতুন পৃষ্ঠায় একটি সারণি শীর্ষচরণ পুনরাবৃত্তি করা হচ্ছে</link></variable>"
+
+#: table_repeat_multiple_headers.xhp
+msgctxt ""
+"table_repeat_multiple_headers.xhp\n"
+"par_id3149636\n"
+"7\n"
+"help.text"
+msgid "You can repeat a table heading on each new page that the table spans."
+msgstr "সারণি স্প্যানে আপনি প্রতিটি নতুন পৃষ্ঠায় একটি সারণি শিরোনাম পুনরাবৃত্তি করতে পারেন।"
+
+#: table_repeat_multiple_headers.xhp
+#, fuzzy
+msgctxt ""
+"table_repeat_multiple_headers.xhp\n"
+"par_id3145098\n"
+"8\n"
+"help.text"
+msgid "Choose <emph>Table - Insert - Table</emph>."
+msgstr "<emph>সারণি- সন্নিবেশ - সারণি</emph> নির্বাচন করুন।"
+
+#: table_repeat_multiple_headers.xhp
+msgctxt ""
+"table_repeat_multiple_headers.xhp\n"
+"par_id3156240\n"
+"9\n"
+"help.text"
+msgid "Select the <item type=\"menuitem\">Heading</item> and the <item type=\"menuitem\">Repeat heading</item> check boxes."
+msgstr "<item type=\"menuitem\">শিরোনাম</item> এবং <item type=\"menuitem\">শিরোনাম পুনরাবৃত্তি</item> চেক বাক্স নির্বাচন করুন।"
+
+#: table_repeat_multiple_headers.xhp
+msgctxt ""
+"table_repeat_multiple_headers.xhp\n"
+"par_id3153376\n"
+"10\n"
+"help.text"
+msgid "Select the number of rows and columns for the table."
+msgstr "সারণির জন্য সারি এবং কলামের সংখ্যা নির্বাচন করুন।"
+
+#: table_repeat_multiple_headers.xhp
+msgctxt ""
+"table_repeat_multiple_headers.xhp\n"
+"par_id3153393\n"
+"11\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"tit\n"
+"help.text"
+msgid "Instructions for Using $[officename] Writer"
+msgstr "$[officename] Writer ব্যবহারের নির্দেশনা"
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"bm_id3155855\n"
+"help.text"
+msgid "<bookmark_value>$[officename] Writer; instructions</bookmark_value><bookmark_value>instructions; $[officename] Writer</bookmark_value>"
+msgstr "<bookmark_value>$[officename] Writer; instructions</bookmark_value><bookmark_value>instructions; $[officename] Writer</bookmark_value>"
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3155855\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"main\"><link href=\"text/swriter/guide/main.xhp\" name=\"Instructions for Using $[officename] Writer\">Instructions for Using $[officename] Writer</link></variable>"
+msgstr "<variable id=\"main\"><link href=\"text/swriter/guide/main.xhp\" name=\"Instructions for Using $[officename] Writer\">$[officename] Writer ব্যবহারের নির্দেশনা</link></variable>"
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3155156\n"
+"2\n"
+"help.text"
+msgid "Entering and Formatting Text"
+msgstr "পাঠ্য সন্নিবেশ এবং বিন্যাস করা হচ্ছে"
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3153728\n"
+"3\n"
+"help.text"
+msgid "Automatically Entering and Formatting Text"
+msgstr "স্বয়ংক্রিয়ভাবে পাঠ্য সন্নিবেশ এবং বিন্যাস করা হচ্ছে"
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3150742\n"
+"4\n"
+"help.text"
+msgid "Using Styles, Numbering Pages, Using Fields"
+msgstr "শৈলী ব্যবহার করা হচ্ছে, পৃষ্ঠা সংখ্যায়ন করা হচ্ছে, ক্ষেত্র ব্যবহার করা হচ্ছে"
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3147088\n"
+"5\n"
+"help.text"
+msgid "Editing Tables in Text"
+msgstr "পাঠ্য সারণি সম্পাদনা করা হচ্ছে"
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3155590\n"
+"6\n"
+"help.text"
+msgid "Images, Drawings, ClipArt, Fontwork"
+msgstr "চিত্র, অংকন, ক্লিপআর্ট, ফন্টওয়ার্ক"
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3145083\n"
+"7\n"
+"help.text"
+msgid "Table of Contents, Index"
+msgstr "সূচীপত্র, সূচী"
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3150427\n"
+"8\n"
+"help.text"
+msgid "Headings, Types of Numbering"
+msgstr "শিরোনাম, সংখ্যায়নের ধরন"
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3154464\n"
+"9\n"
+"help.text"
+msgid "Headers, Footers, Footnotes"
+msgstr "শীর্ষচরণ, পাদটীকা, প্রান্তটীকা"
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3152948\n"
+"10\n"
+"help.text"
+msgid "Editing Other Objects in Text"
+msgstr "পাঠ্যে অন্যান্য বস্তু সম্পাদনা করা হচ্ছে"
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3154324\n"
+"11\n"
+"help.text"
+msgid "Spelling, Dictionaries, Hyphenation"
+msgstr "বানান, অভিধান, হাইফেন প্রয়োগ"
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3145673\n"
+"12\n"
+"help.text"
+msgid "Form Letters, Labels and Business Cards"
+msgstr "ফরম বর্ণ, লেবেল এবং ব্যবসায়িক কার্ড"
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3145730\n"
+"13\n"
+"help.text"
+msgid "Working with Documents"
+msgstr "নথি নিয়ে কাজ করা হচ্ছে"
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3156315\n"
+"14\n"
+"help.text"
+msgid "Miscellaneous"
+msgstr "বিবিধ"
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"tit\n"
+"help.text"
+msgid "Changing the Default Template"
+msgstr "পূর্বনির্ধারিত ফর্মা পরিবর্তন করা হচ্ছে"
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"bm_id3155913\n"
+"help.text"
+msgid "<bookmark_value>default templates;defining/resetting</bookmark_value> <bookmark_value>defaults; templates</bookmark_value> <bookmark_value>templates; default templates</bookmark_value> <bookmark_value>text documents;default templates</bookmark_value>"
+msgstr "<bookmark_value>default templates;defining/resetting</bookmark_value> <bookmark_value>defaults; templates</bookmark_value> <bookmark_value>templates; default templates</bookmark_value> <bookmark_value>text documents;default templates</bookmark_value>"
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"hd_id3155913\n"
+"28\n"
+"help.text"
+msgid "<variable id=\"template_default\"><link href=\"text/swriter/guide/template_default.xhp\" name=\"Changing the Default Template\">Changing the Default Template</link></variable>"
+msgstr "<variable id=\"template_default\"><link href=\"text/swriter/guide/template_default.xhp\" name=\"Changing the Default Template\">পূর্বনির্ধারিত ফর্মা পরিবর্তন করা হচ্ছে</link></variable>"
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"par_id3145569\n"
+"68\n"
+"help.text"
+msgid "The default template contains the default formatting information for new text documents. If you want, you can create a new template and use it as the default template."
+msgstr "পূর্ব নির্ধারিত ফর্মা নতুন পাঠ্যের জন্য পূর্ব নির্ধারিত বিন্যাস তথ্য ধারণ করে। যদি আপনি চান, আপনি একটি নতুন ফর্মা তৈরি করতে পারেন এবং এটিকে পূর্ব নির্ধারিত ফর্মা হিসেবে ব্যবহার করতে পারেন।"
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"hd_id6414990\n"
+"help.text"
+msgid "To Create a Default Template"
+msgstr "ডিফল্ট ফর্মা তৈরি করতে"
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"par_id3149838\n"
+"102\n"
+"help.text"
+msgid "Create a document and the content and formatting styles that you want."
+msgstr "একটি নথি এবং বিষয়বস্তু এবং বিন্যাস শৈলী তৈরি করুন যা আপনি চান।"
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"par_id3156101\n"
+"113\n"
+"help.text"
+msgid "Choose <emph>File - Templates - Save</emph>."
+msgstr "<emph>ফাইল - ফর্মা - সংরক্ষণ</emph> নির্বাচন করুন।"
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"par_id3149283\n"
+"106\n"
+"help.text"
+msgid "In the <emph>New Template</emph> box, type a name for the new template."
+msgstr "<emph>নতুন ফর্মা</emph> বাক্সে, নতুন ফর্মার জন্য একটি নাম লিখুন।"
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"par_id3153409\n"
+"114\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Categories</item> list, select \"My Templates\", and then click <item type=\"menuitem\">OK</item>."
+msgstr ""
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"par_id3153140\n"
+"107\n"
+"help.text"
+msgid "Choose <link href=\"text/shared/01/01110100.xhp\" name=\"File - Templates - Organize\"><emph>File - Templates - Organize</emph></link>."
+msgstr "<link href=\"text/shared/01/01110100.xhp\" name=\"File - Templates - Organize\"><emph>ফাইল - ফর্মা - সাজানো</emph></link> নির্বাচন করুন।"
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"par_id3149952\n"
+"108\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Templates</item> list, double-click the \"My Templates\" folder."
+msgstr ""
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"par_id3149970\n"
+"105\n"
+"help.text"
+msgid "Right-click the template that you created, and choose <emph>Set as Default Template</emph>."
+msgstr "আপনার তৈরিকৃত ফর্মাতে ডান-ক্লিক করুন, এবং <emph>পূর্ব নির্ধারিত ফর্মা হিসেবে নির্ধারণ</emph> নির্বাচন করুন।"
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"par_id3149620\n"
+"115\n"
+"help.text"
+msgid "Click <emph>Close</emph>."
+msgstr "<emph>বন্ধ</emph> ক্লিক করুন।"
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"hd_id3149867\n"
+"109\n"
+"help.text"
+msgid "To Reset the Default Template"
+msgstr "ডিফল্ট ফর্মা পনুঃনির্ধারণ করতে"
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"par_id3145102\n"
+"110\n"
+"help.text"
+msgid "Choose <link href=\"text/shared/01/01110100.xhp\" name=\"File - Templates - Organize\"><emph>File - Templates - Organize</emph></link>."
+msgstr "<link href=\"text/shared/01/01110100.xhp\" name=\"File - Templates - Organize\"><emph>ফাইল - ফর্মা - সাজানো</emph></link> নির্বাচন করুন।"
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"par_id3149582\n"
+"111\n"
+"help.text"
+msgid "Right-click a text file in any of the two lists, choose <item type=\"menuitem\">Reset Default Template - Text Document</item>."
+msgstr ""
+
+#: template_default.xhp
+msgctxt ""
+"template_default.xhp\n"
+"par_id3156245\n"
+"112\n"
+"help.text"
+msgid "Click <emph>Close</emph>."
+msgstr "<emph>বন্ধ</emph> ক্লিক করুন।"
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"tit\n"
+"help.text"
+msgid "Defining Background Colors or Background Graphics"
+msgstr "পটভূমি রং অথবা পটভূমি গ্রাফিক্স নির্ধারণ করা হচ্ছে"
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"bm_id3149346\n"
+"help.text"
+msgid "<bookmark_value>backgrounds;text objects</bookmark_value><bookmark_value>words;backgrounds</bookmark_value><bookmark_value>paragraphs; backgrounds</bookmark_value><bookmark_value>text;backgrounds</bookmark_value><bookmark_value>tables; backgrounds</bookmark_value><bookmark_value>cells; backgrounds</bookmark_value><bookmark_value>backgrounds;selecting</bookmark_value>"
+msgstr ""
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"hd_id3149346\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"background\"><link href=\"text/swriter/guide/background.xhp\" name=\"Defining Background Colors or Background Graphics\">Defining Background Colors or Background Graphics</link></variable>"
+msgstr ""
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id7355265\n"
+"help.text"
+msgid "You can define a background color or use a graphic as a background for various objects in $[officename] Writer."
+msgstr "আপনি একটি পটভূমি রং সংজ্ঞায়িত করতে পারেন অথবা $[officename] Writer এ বিভিন্ন বস্তুর জন্য পটভূমি হিসেবে গ্রাফিক ব্যবহার করুন।"
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"hd_id3147653\n"
+"3\n"
+"help.text"
+msgid "To Apply a Background To Text Characters"
+msgstr "পাঠ্য অক্ষরে একটি পটভূমি প্রয়োগ করতে"
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3150669\n"
+"4\n"
+"help.text"
+msgid "Select the characters."
+msgstr "অক্ষরসমূহ নির্বাচিত করুন।"
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3155390\n"
+"5\n"
+"help.text"
+msgid "Choose <emph>Format - Character</emph>."
+msgstr "<emph>বিন্যাস - অক্ষর</emph> নির্বাচন করুন।"
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3153665\n"
+"6\n"
+"help.text"
+msgid "Click the <emph>Background</emph> tab, select the background color."
+msgstr "<emph>পটভূমি</emph> ট্যাবে ক্লিক করুন, পটভূমি রং নির্বাচন করুন।"
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"hd_id3153541\n"
+"7\n"
+"help.text"
+msgid "To Apply a Background To a Paragraph"
+msgstr "একটি অনুচ্ছেদে একটি পটভূমি প্রয়োগ করতে"
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3145119\n"
+"8\n"
+"help.text"
+msgid "Place the cursor in the paragraph or select several paragraphs."
+msgstr "অনুচ্ছেদে কার্সার রাখুন অথবা কিছু অনুচ্ছেদ নির্বাচন করুন।"
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3158430\n"
+"9\n"
+"help.text"
+msgid "Choose <emph>Format - Paragraph</emph>."
+msgstr "<emph>বিন্যাস - অনুচ্ছেদ</emph> নির্বাচন করুন।"
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3151245\n"
+"10\n"
+"help.text"
+msgid "On the <emph>Background</emph> tab page, select the background color or a background graphic."
+msgstr "<emph>পটভূমি</emph> ট্যাব পৃষ্ঠায়, পটভূমির রং অথবা একটি পটভূমি গ্রাফিক নির্বাচন করুন।"
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id0104201010554939\n"
+"help.text"
+msgid "To select an object in the background, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key and click the object. Alternatively, use the Navigator to select the object."
+msgstr ""
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"hd_id3149294\n"
+"11\n"
+"help.text"
+msgid "To Apply a Background To All or Part of a Table"
+msgstr "একটি সারণিতে বা এর অংশ বিশেষে একটি পটভূমি প্রয়োগ করতে"
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3154346\n"
+"12\n"
+"help.text"
+msgid "Place the cursor in the table in your text document."
+msgstr "আপনার নথির সারণিতে কার্সার রাখুন।"
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3148664\n"
+"13\n"
+"help.text"
+msgid "Choose <emph>Table - Table Properties</emph>."
+msgstr "<emph>সারণি - সারণি বৈশিষ্টাবলী</emph> নির্বাচন করুন।"
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3154938\n"
+"14\n"
+"help.text"
+msgid "On the <emph>Background</emph> tab page, select the background color or a background graphic."
+msgstr "<emph>পটভূমি</emph> ট্যাব পৃষ্ঠায়, পটভূমি রং অথবা পটভূমি গ্রাফিক নির্বাচন করুন।"
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3156280\n"
+"15\n"
+"help.text"
+msgid "In the <emph>For</emph> box, choose whether the color or graphic should apply to the current cell, the current row or the whole table. If you select several cells or rows before opening the dialog, the change applies to the selection."
+msgstr "<emph>এর জন্য</emph> বাক্সে, বর্তমান ঘরের জন্য কোথায় রং অথবা গ্রাফিক প্রয়োগ করা হবে, বর্তমান সারিতে অথবা সম্পূর্ণ সারণিতে প্রয়োগ করা হবে কিনা। ডায়ালগ খোলার আগে যদি আপনি কিছু ঘর অথবা সারি নির্বাচন করেন, নির্বাচনে পরিবর্তনটি প্রয়োগ করা হবে।"
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"hd_id3151041\n"
+"31\n"
+"help.text"
+msgid "You may also use an icon to apply a background to table parts."
+msgstr "সারণির অংশে একটি পটভূমি প্রয়োগ করতে আপনি একটি আইকনও ব্যবহার করতে পারেন।"
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3150767\n"
+"32\n"
+"help.text"
+msgid "To apply a background color to cells, select the cells and click the color on the <emph>Background Color</emph> toolbar."
+msgstr "ঘরে পটভূমি রং প্রয়োগ করতে, ঘর নির্বাচন করুন এবং <emph>পটভূমি রং</emph> টুলবারে ক্লিক করুন।"
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3147084\n"
+"33\n"
+"help.text"
+msgid "To apply a background color to a text paragraph within a cell, place the cursor into the text paragraph, then click the color on the <item type=\"menuitem\">Background Color</item> toolbar."
+msgstr ""
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_idN10A56\n"
+"help.text"
+msgid "<link href=\"text/shared/02/02160000.xhp\">Highlighting icon</link>"
+msgstr "<link href=\"text/shared/02/02160000.xhp\">আইকন হাইলাইট করা হচ্ছে</link>"
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id3156180\n"
+"30\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Background tab page\">Background tab page</link>"
+msgstr ""
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id4922025\n"
+"help.text"
+msgid "<link href=\"text/shared/guide/background.xhp\">Watermarks</link>"
+msgstr "<link href=\"text/shared/guide/background.xhp\">জলছাপ</link>"
+
+#: background.xhp
+msgctxt ""
+"background.xhp\n"
+"par_id478530\n"
+"help.text"
+msgid "<link href=\"text/swriter/guide/pagebackground.xhp\">Page Backgrounds as Page Styles</link>"
+msgstr "<link href=\"text/swriter/guide/pagebackground.xhp\">পৃষ্ঠা শৈলী হিসেবে পৃষ্ঠা পটভূমি</link>"
+
+#: text_direct_cursor.xhp
+msgctxt ""
+"text_direct_cursor.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using the Direct Cursor"
+msgstr "সরাসরি কার্সার ব্যবহার করা হচ্ছে"
+
+#: text_direct_cursor.xhp
+msgctxt ""
+"text_direct_cursor.xhp\n"
+"bm_id3155178\n"
+"help.text"
+msgid "<bookmark_value>text; cursor</bookmark_value><bookmark_value>entering text with direct cursor</bookmark_value><bookmark_value>direct cursor; settings</bookmark_value><bookmark_value>writing with direct cursor</bookmark_value><bookmark_value>cursor;direct cursor</bookmark_value><bookmark_value>settings;direct cursor</bookmark_value>"
+msgstr ""
+
+#: text_direct_cursor.xhp
+msgctxt ""
+"text_direct_cursor.xhp\n"
+"hd_id3155178\n"
+"24\n"
+"help.text"
+msgid "<variable id=\"text_direct_cursor\"><link href=\"text/swriter/guide/text_direct_cursor.xhp\" name=\"Using the Direct Cursor\">Using the Direct Cursor</link></variable>"
+msgstr "<variable id=\"text_direct_cursor\"><link href=\"text/swriter/guide/text_direct_cursor.xhp\" name=\"Using the Direct Cursor\">সরাসরি কার্সার ব্যবহার করা হচ্ছে</link></variable>"
+
+#: text_direct_cursor.xhp
+msgctxt ""
+"text_direct_cursor.xhp\n"
+"par_id3155908\n"
+"25\n"
+"help.text"
+msgid "The direct cursor allows you to enter text anywhere on a page."
+msgstr "সরাসরি কার্সার আপনাকে পৃষ্ঠার যেকোনো স্থানে পাঠ্য সন্নিবেশ করতে অনুমোদন করে।"
+
+#: text_direct_cursor.xhp
+msgctxt ""
+"text_direct_cursor.xhp\n"
+"par_id3155921\n"
+"41\n"
+"help.text"
+msgid "To set the behavior of the direct cursor, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Formatting Aids</emph>."
+msgstr ""
+
+#: text_direct_cursor.xhp
+msgctxt ""
+"text_direct_cursor.xhp\n"
+"par_idN106A3\n"
+"help.text"
+msgid "On the <item type=\"menuitem\">Tools</item> bar, click the <item type=\"menuitem\">Direct Cursor</item> icon <image id=\"img_id3149846\" src=\"cmd/sc_shadowcursor.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3149846\">Icon</alt></image>."
+msgstr "<item type=\"menuitem\">টুল</item> বারে, <item type=\"menuitem\">সরাসরি কার্সার</item> আইকনে ক্লিক করুন <image id=\"img_id3149846\" src=\"cmd/sc_shadowcursor.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3149846\">আইকন</alt></image>।"
+
+#: text_direct_cursor.xhp
+msgctxt ""
+"text_direct_cursor.xhp\n"
+"par_idN106C5\n"
+"help.text"
+msgid "Click in a free space in the text document. The mouse pointer changes to reflect the alignment that will be applied to the text that you type:"
+msgstr "পাঠ্য নথির ফাঁকা স্থানে ক্লিক করুন। মাউস পয়েন্টার প্রান্তিককরণের প্রভাব পরিবর্তন করবে যা আপনার লেখা পাঠ্যে প্রয়োগ করা হবে:"
+
+#: text_direct_cursor.xhp
+msgctxt ""
+"text_direct_cursor.xhp\n"
+"par_idN106C8\n"
+"help.text"
+msgid "<image id=\"img_id5471987\" src=\"res/helpimg/dircursleft.png\" width=\"0.1457in\" height=\"0.3228in\"><alt id=\"alt_id5471987\">Icon</alt></image> Align left"
+msgstr "<image id=\"img_id5471987\" src=\"res/helpimg/dircursleft.png\" width=\"0.1457in\" height=\"0.3228in\"><alt id=\"alt_id5471987\">আইকন</alt></image> বাম প্রান্তিককরণ"
+
+#: text_direct_cursor.xhp
+msgctxt ""
+"text_direct_cursor.xhp\n"
+"par_idN106E4\n"
+"help.text"
+msgid "<image id=\"img_id5730253\" src=\"res/helpimg/dircurscent.png\" width=\"0.2398in\" height=\"0.3228in\"><alt id=\"alt_id5730253\">Icon</alt></image> Centered"
+msgstr "<image id=\"img_id5730253\" src=\"res/helpimg/dircurscent.png\" width=\"0.2398in\" height=\"0.3228in\"><alt id=\"alt_id5730253\">আইকন</alt></image> কেন্দ্রীয়করণ"
+
+#: text_direct_cursor.xhp
+msgctxt ""
+"text_direct_cursor.xhp\n"
+"par_idN10700\n"
+"help.text"
+msgid "<image id=\"img_id6953622\" src=\"res/helpimg/dircursright.png\" width=\"0.1563in\" height=\"0.3228in\"><alt id=\"alt_id6953622\">Icon</alt></image> Align right"
+msgstr "<image id=\"img_id6953622\" src=\"res/helpimg/dircursright.png\" width=\"0.1563in\" height=\"0.3228in\"><alt id=\"alt_id6953622\">আইকন</alt></image> ডান প্রান্তিককরণ"
+
+#: text_direct_cursor.xhp
+msgctxt ""
+"text_direct_cursor.xhp\n"
+"par_idN1071D\n"
+"help.text"
+msgid "Type your text. %PRODUCTNAME automatically inserts the required number of blank lines, and, if the options are enabled, tabs and spaces."
+msgstr "আপনার পাঠ্য লিখুন। %PRODUCTNAME স্বয়ংক্রিয়ভাবে ফাঁকা রেখার প্রয়োজনীয় সংখ্যা সন্নিবেশ করায়, এবং, যদি অপশন সক্রিয় থাকে, ট্যাব এবং ফাঁকা স্থান।"
+
+#: template_create.xhp
+msgctxt ""
+"template_create.xhp\n"
+"tit\n"
+"help.text"
+msgid "Creating a Document Template"
+msgstr "একটি নথি ফর্মা তৈরি করা হচ্ছে"
+
+#: template_create.xhp
+msgctxt ""
+"template_create.xhp\n"
+"bm_id3149688\n"
+"help.text"
+msgid "<bookmark_value>document templates</bookmark_value> <bookmark_value>templates; creating document templates</bookmark_value>"
+msgstr "<bookmark_value>document templates</bookmark_value> <bookmark_value>templates; creating document templates</bookmark_value>"
+
+#: template_create.xhp
+msgctxt ""
+"template_create.xhp\n"
+"hd_id3149688\n"
+"62\n"
+"help.text"
+msgid "<variable id=\"template_create\"><link href=\"text/swriter/guide/template_create.xhp\" name=\"Creating a Document Template\">Creating a Document Template</link></variable>"
+msgstr "<variable id=\"template_create\"><link href=\"text/swriter/guide/template_create.xhp\" name=\"Creating a Document Template\">একটি নথি ফর্মা তৈরি করা হচ্ছে</link></variable>"
+
+#: template_create.xhp
+msgctxt ""
+"template_create.xhp\n"
+"par_id3149492\n"
+"63\n"
+"help.text"
+msgid "You can create a template to use as the basis for creating new text documents."
+msgstr "নতুন নথি তৈরি করতে ভিত্তি হিসেবে আপনি একটি ফর্মা তৈরি করতে পারেন।"
+
+#: template_create.xhp
+msgctxt ""
+"template_create.xhp\n"
+"par_id3155915\n"
+"64\n"
+"help.text"
+msgid "Create a document and add the content and formatting styles that you want."
+msgstr "একটি নথি তৈরি করুন এবং বিষয়বস্তু এবং বিন্যাস শৈলী যুক্ত করুন যা আপনি চান।"
+
+#: template_create.xhp
+msgctxt ""
+"template_create.xhp\n"
+"par_id3147422\n"
+"65\n"
+"help.text"
+msgid "Choose <emph>File - Templates - Save</emph>."
+msgstr "<emph>ফাইল - ফর্মা - সংরক্ষণ</emph> নির্বাচন করুন।"
+
+#: template_create.xhp
+msgctxt ""
+"template_create.xhp\n"
+"par_id3149829\n"
+"66\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">New Template</item> box, type a name for the new template."
+msgstr "<item type=\"menuitem\">নতুন ফর্মা</item> বাক্সে, নতুন ফর্মার জন্য একটি নাম লিখুন।"
+
+#: template_create.xhp
+msgctxt ""
+"template_create.xhp\n"
+"par_id3156098\n"
+"70\n"
+"help.text"
+msgid "Select a template category in the <item type=\"menuitem\">Categories</item> list."
+msgstr "<item type=\"menuitem\">শ্রেণী</item> তালিকায় একটি ফর্মা শ্রেণী নির্বাচন করুন।"
+
+#: template_create.xhp
+msgctxt ""
+"template_create.xhp\n"
+"par_id3149281\n"
+"71\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: template_create.xhp
+msgctxt ""
+"template_create.xhp\n"
+"par_id3153404\n"
+"67\n"
+"help.text"
+msgid "To create a document based on the template, choose <item type=\"menuitem\">File - New - Templates and Documents</item>, select the template, and then click <item type=\"menuitem\">Open</item>."
+msgstr "ফর্মার উপর ভিত্তি করে একটি নথি তৈরি করতে, <item type=\"menuitem\">ফাইল - নতুন - ফর্মা এবং নথি</item>নির্বাচন করুন, ফর্মা নির্বাচন করুন, অতঃপর <item type=\"menuitem\">খুলুন</item>ক্লিক করুন।"
+
+#: template_create.xhp
+msgctxt ""
+"template_create.xhp\n"
+"par_id3149636\n"
+"68\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01110300.xhp\" name=\"File - Templates - Save\">File - Templates - Save</link>"
+msgstr "<link href=\"text/shared/01/01110300.xhp\" name=\"File - Templates - Save\">ফাইল - ফর্মা - সংরক্ষণ</link>"
+
+#: text_emphasize.xhp
+msgctxt ""
+"text_emphasize.xhp\n"
+"tit\n"
+"help.text"
+msgid "Emphasizing Text"
+msgstr "পাঠ্যে জোড় দেওয়া হচ্ছে"
+
+#: text_emphasize.xhp
+msgctxt ""
+"text_emphasize.xhp\n"
+"bm_id3149820\n"
+"help.text"
+msgid "<bookmark_value>text; emphasizing</bookmark_value> <bookmark_value>emphasizing text</bookmark_value>"
+msgstr "<bookmark_value>text; emphasizing</bookmark_value> <bookmark_value>emphasizing text</bookmark_value>"
+
+#: text_emphasize.xhp
+msgctxt ""
+"text_emphasize.xhp\n"
+"hd_id3149820\n"
+"65\n"
+"help.text"
+msgid "<variable id=\"text_emphasize\"><link href=\"text/swriter/guide/text_emphasize.xhp\" name=\"Emphasizing Text\">Emphasizing Text</link></variable>"
+msgstr "<variable id=\"text_emphasize\"><link href=\"text/swriter/guide/text_emphasize.xhp\" name=\"Emphasizing Text\">পাঠ্যে জোড় দেওয়া হচ্ছে</link></variable>"
+
+#: text_emphasize.xhp
+msgctxt ""
+"text_emphasize.xhp\n"
+"par_id3155922\n"
+"66\n"
+"help.text"
+msgid "Here are a few examples of how to emphasize text in a document:"
+msgstr "একটি নথির পাঠ্যে কিভাবে জোড় দেওয়া হবে তার কিছু উদাহরণ এখানে দেওয়া হলো :"
+
+#: text_emphasize.xhp
+msgctxt ""
+"text_emphasize.xhp\n"
+"par_id3147412\n"
+"67\n"
+"help.text"
+msgid "Select the text and apply a different font style or effect, such as <emph>bold</emph>."
+msgstr "পাঠ্য নির্বাচন করুন এবং একটি ভিন্ন ফন্ট শৈলী অথবা প্রভাব প্রয়োগ করুন, যেমন <emph>গাঢ়</emph>।"
+
+#: text_emphasize.xhp
+msgctxt ""
+"text_emphasize.xhp\n"
+"par_id3149840\n"
+"68\n"
+"help.text"
+msgid "Right-click in a paragraph, choose <emph>Paragraph, </emph>set the options that you want, for example, the background color, and then click <emph>OK</emph>."
+msgstr "একটি অনুচ্ছেদে ডান-ক্লিক করুন, <emph>অনুচ্ছেদ</emph> নির্বাচন করুন, আপনি যে অপশনটি চান সেটি নির্ধারণ করুন, উদাহরণস্বরূপ, পটভূমি রং, এবং এরপর <emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: text_emphasize.xhp
+msgctxt ""
+"text_emphasize.xhp\n"
+"par_id3150084\n"
+"69\n"
+"help.text"
+msgid "Select the text, and then choose <item type=\"menuitem\">Insert - Frame</item>."
+msgstr "পাঠ্য নির্বাচন করুন, অতঃপর <item type=\"menuitem\">সন্নিবেশ - ফ্রেম</item>নির্বাচন করুন।"
+
+#: text_emphasize.xhp
+msgctxt ""
+"text_emphasize.xhp\n"
+"par_id6924649\n"
+"help.text"
+msgid "Use the Text tool on the Drawing toolbar."
+msgstr "অঙ্কন টুলবারে পাঠ্য টুল ব্যবহার করুন।"
+
+#: text_emphasize.xhp
+msgctxt ""
+"text_emphasize.xhp\n"
+"par_idN106E7\n"
+"help.text"
+msgid "Use Fontwork. To open the Fontwork window, click the Fontwork Gallery icon on the Drawing bar."
+msgstr "ফন্টওয়ার্ক ব্যবহার করুন। ফন্টওয়ার্ক উইন্ডো খুলতে, অঙ্কণ বারের ফন্টওয়ার্ক গ্যালারি আইকনে ক্লিক করুন।"
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting a Chapter Name and Number in a Header or a Footer"
+msgstr "একটি শীর্ষচরণ অথবা পাদটীকায় একটি অধ্যায়ের নাম এবং সংখ্যা সন্নিবেশ করানো হচ্ছে"
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"bm_id3155919\n"
+"help.text"
+msgid "<bookmark_value>running titles in headers</bookmark_value> <bookmark_value>floating titles in headers</bookmark_value> <bookmark_value>headers; chapter information</bookmark_value> <bookmark_value>chapter names in headers</bookmark_value> <bookmark_value>names; chapter names in headers</bookmark_value>"
+msgstr "<bookmark_value>running titles in headers</bookmark_value> <bookmark_value>floating titles in headers</bookmark_value> <bookmark_value>headers; chapter information</bookmark_value> <bookmark_value>chapter names in headers</bookmark_value> <bookmark_value>names; chapter names in headers</bookmark_value>"
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"hd_id3155919\n"
+"3\n"
+"help.text"
+msgid "<variable id=\"header_with_chapter\"><link href=\"text/swriter/guide/header_with_chapter.xhp\" name=\"Inserting a Chapter Name and Number in a Header or a Footer\">Inserting a Chapter Name and Number in a Header or a Footer</link></variable>"
+msgstr "<variable id=\"header_with_chapter\"><link href=\"text/swriter/guide/header_with_chapter.xhp\" name=\"Inserting a Chapter Name and Number in a Header or a Footer\">একটি শীর্ষচরণ অথবা পাদটীকায় একটি অধ্যায়ের নাম এবং সংখ্যা সন্নিবেশ করানো হচ্ছে।</link></variable>"
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"par_id3153414\n"
+"22\n"
+"help.text"
+msgid "Before you can insert chapter information into a header or footer, you must first set the outline numbering options for the paragraph style that you want to use for chapter titles."
+msgstr "একটি শীর্ষচরণ অথবা পাদটীকায় অধ্যায় তথ্য সন্নিবেশ করানোর আগে, আপনাকে প্রথমে অবশ্যই অনুচ্ছেদ শৈলীর জন্য বহি:রেখা সংখ্যায়ন নির্ধারণ করতে হবে যা আপনি অধ্যায় শিরোনামের জন্য ব্যবহার করতে চান।"
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"hd_id3154244\n"
+"23\n"
+"help.text"
+msgid "To Create a Paragraph Style for Chapter Titles"
+msgstr "অধ্যায় শিরোনামের জন্য একটি অনুচ্ছেদ শৈলী তৈরি করতে"
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"par_id3155874\n"
+"24\n"
+"help.text"
+msgid "Choose <emph>Tools - Outline Numbering</emph>."
+msgstr "<emph>টুল - বহি:রেখা সংখ্যায়ন</emph>পছন্দ করুন।"
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"par_id3155898\n"
+"25\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Style</item> box, select the paragraph style that you want to use for chapter titles, for example, \"Heading 1\"."
+msgstr "<item type=\"menuitem\">শৈলী</item> বাক্সে, অধ্যায় শিরোনামের জন্য যে অনুচ্ছেদ শৈলী ব্যবহার করতে চান তা নির্বাচন করুন, যেমন, \"শিরোনাম ১\"।"
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"par_id3147124\n"
+"26\n"
+"help.text"
+msgid "Select the numbering style for the chapter titles in the <item type=\"menuitem\">Number</item> box, for example, \"1,2,3...\"."
+msgstr "<item type=\"menuitem\">নম্বর</item> বাক্সে অধ্যায় শিরোনামের জন্য সংখ্যায়ন শৈলী নির্বাচন করুন, উদাহরণস্বরূপ, \"1,2,3...\"।"
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"par_id3150219\n"
+"27\n"
+"help.text"
+msgid "Type \"Chapter\" followed by a space in the <item type=\"menuitem\">Before</item> box."
+msgstr "<item type=\"menuitem\">পূর্ব</item> বাক্সে ফাঁকা স্থান দিয়ে \"অধ্যায়\" লিখুন।"
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"par_id3150245\n"
+"28\n"
+"help.text"
+msgid "Enter a space in the <item type=\"menuitem\">After</item> box."
+msgstr "<item type=\"menuitem\">পরে</item> বাক্সে একটি ফাঁকা স্থান সন্নিবেশ করুন।"
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"par_id3150949\n"
+"29\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"hd_id3150505\n"
+"30\n"
+"help.text"
+msgid "To Insert the Chapter Name and Number in a Header or a Footer"
+msgstr "একটি শীর্ষচরণ বা পাদচরণে অধ্যায় নাম এবং নম্বর সন্নিবেশ করতে"
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"par_id3150527\n"
+"5\n"
+"help.text"
+msgid "Apply the paragraph style that you defined for chapter titles to the chapter headings in your document."
+msgstr "অনুচ্ছেদ শৈলী প্রয়োগ করুন যা আপনি আপনার নথিতে অধ্যায় শিরোনামের অধ্যায় টাইটেলের জন্য সংজ্ঞায়িত করেছেন।"
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"par_id3153729\n"
+"6\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Insert - Header</item> or <item type=\"menuitem\">Insert - Footer</item>, and then select the page style for the current page from the submenu."
+msgstr "<item type=\"menuitem\">সন্নিবেশ - শীর্ষচরণ</item> বা <item type=\"menuitem\">সন্নিবেশ - পাদচরণ</item> নির্বাচন করুন, অতঃপর সাবমেনু হতে বর্তমান পৃষ্ঠার জন্য পৃষ্ঠা শৈলী নির্বাচন করুন।"
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"par_id3153762\n"
+"7\n"
+"help.text"
+msgid "Click in the header or footer."
+msgstr "শীর্ষচরণ অথবা পাদটীকায় ক্লিক করুন।"
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"par_id3146863\n"
+"9\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Insert - Fields - Other</item> and click the <item type=\"menuitem\">Document</item> tab."
+msgstr "<item type=\"menuitem\">সন্নিবেশ - ক্ষেত্র - অন্যান্য</item> নির্বাচন করুন এবং <item type=\"menuitem\">নথি</item> ট্যাবে ক্লিক করুন।"
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"par_id3153175\n"
+"10\n"
+"help.text"
+msgid "Click \"Chapter\" in the <item type=\"menuitem\">Type</item> list and \"Chapter number and name\" in the <item type=\"menuitem\">Format</item> list."
+msgstr "<item type=\"menuitem\">ধরন</item> তালিকায় ‌\"অধ্যায়\" ক্লিক করুন এবং <item type=\"menuitem\">বিন্যাস</item> তালিকায় \"অধ্যায় নম্বর এবং নাম\" ক্লিক করুন।"
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"par_id3147065\n"
+"11\n"
+"help.text"
+msgid "Click <emph>Insert</emph> and then click <emph>Close</emph>."
+msgstr "<emph>সন্নিবেশ করান</emph> এ ক্লিক করুন এবং <emph>বন্ধ করুন</emph> এ ক্লিক করুন।"
+
+#: header_with_chapter.xhp
+msgctxt ""
+"header_with_chapter.xhp\n"
+"par_id3147095\n"
+"12\n"
+"help.text"
+msgid "The header on every page that uses the current page style automatically displays the chapter name and number."
+msgstr "প্রতি পৃষ্ঠার শীর্ষচরণ যা বর্তমান পৃষ্ঠা শৈলী ব্যবহার করে তা স্বয়ংক্রিয়ভাবে অধ্যায়ের নাম এবং সংখ্যা প্রদর্শন করে।"
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"tit\n"
+"help.text"
+msgid "Creating a Bibliography"
+msgstr "একটি সংস্করণ তৈরি করা হচ্ছে"
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"bm_id3149687\n"
+"help.text"
+msgid "<bookmark_value>indexes;creating bibliographies</bookmark_value> <bookmark_value>databases;creating bibliographies</bookmark_value> <bookmark_value>bibliographies</bookmark_value> <bookmark_value>entries;bibliographies</bookmark_value> <bookmark_value>storing bibliographic information</bookmark_value>"
+msgstr "<bookmark_value>indexes;creating bibliographies</bookmark_value> <bookmark_value>databases;creating bibliographies</bookmark_value> <bookmark_value>bibliographies</bookmark_value> <bookmark_value>entries;bibliographies</bookmark_value> <bookmark_value>storing bibliographic information</bookmark_value>"
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"hd_id3149687\n"
+"46\n"
+"help.text"
+msgid "<variable id=\"indices_literature\"><link href=\"text/swriter/guide/indices_literature.xhp\" name=\"Creating a Bibliography\">Creating a Bibliography</link></variable>"
+msgstr "<variable id=\"indices_literature\"><link href=\"text/swriter/guide/indices_literature.xhp\" name=\"Creating a Bibliography\">একটি সংস্করণ তৈরি করা হচ্ছে</link></variable>"
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3155864\n"
+"60\n"
+"help.text"
+msgid "A bibliography is a list of works that you reference in a document."
+msgstr "একটি সংস্করণ হলো কাজের তালিকা যা আপনি একটি নথিতে উল্লেখ করেছেন।"
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"hd_id3153402\n"
+"61\n"
+"help.text"
+msgid "Storing Bibliographic Information"
+msgstr "সংস্করণ তথ্য সাজানো হচ্ছে"
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3153414\n"
+"62\n"
+"help.text"
+msgid "$[officename] stores bibliographic information in a bibliography database, or in an individual document."
+msgstr "$[officename] একটি সংস্করণ ডাটাবেসে, অথবা একটি স্বতন্ত্র নথিতে সংস্করণ তথ্য জমা রাখা হয়।"
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"hd_id3154244\n"
+"63\n"
+"help.text"
+msgid "To Store Information in the Bibliography Database"
+msgstr "তথ্যসূত্র ডাটাবেসে তথ্য মজুদ করতে"
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3155872\n"
+"50\n"
+"help.text"
+msgid "Choose <link href=\"text/shared/01/02250000.xhp\" name=\"Tools - Bibliography Database\"><emph>Tools - Bibliography Database</emph></link>"
+msgstr "<link href=\"text/shared/01/02250000.xhp\" name=\"Tools - Bibliography Database\"><emph>টুল - সংস্করণ ডাটাবেসে</emph></link>পছন্দ করুন"
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3155900\n"
+"64\n"
+"help.text"
+msgid "Choose <emph>Insert - Record</emph>."
+msgstr "<emph>সন্নিবেশ করান - রেকর্ড</emph>পছন্দ করুন।"
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3147123\n"
+"65\n"
+"help.text"
+msgid "Type a name for the bibliography entry in the <item type=\"menuitem\">Short name</item> box, and then add additional information to the record in the remaining boxes."
+msgstr "<item type=\"menuitem\">সংক্ষিপ্ত নাম</item> বাক্সে তথ্যসূত্রের জন্য একটি নাম লিখুন, অতঃপর বাকি বাক্সগুলোতে অতিরিক্ত তথ্য যোগ করুন।"
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3150219\n"
+"66\n"
+"help.text"
+msgid "Close the <item type=\"menuitem\">Bibliography Database</item> window."
+msgstr "<item type=\"menuitem\">তথ্যসূত্র ডাটাবেস</item> উইন্ডো নির্বাচন করুন।"
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"hd_id3150242\n"
+"67\n"
+"help.text"
+msgid "To Store Bibliographic Information in an Individual Document"
+msgstr "একটি স্বতন্ত্র নথিতে তথ্যসূত্র তথ্য মজুদ করতে"
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3150945\n"
+"68\n"
+"help.text"
+msgid "Click in your document where you want to add the bibliography entry."
+msgstr "আপনার নথিতে ক্লিক করুন যেখানে আপনি সংস্করণ ভুক্তি যুক্ত করতে চান।"
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3150964\n"
+"51\n"
+"help.text"
+msgid "Choose <link href=\"text/swriter/01/04120300.xhp\" name=\"Insert - Indexes and Tables - Bibliography Entry\"><emph>Insert - Indexes and Tables - Bibliography Entry</emph></link>."
+msgstr "<link href=\"text/swriter/01/04120300.xhp\" name=\"Insert - Indexes and Tables - Bibliography Entry\"><emph>সন্নিবেশ করান - সূচী এবং সারণি - সংস্করণ ভুক্তি</emph></link> পছন্দ করুন।"
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3150525\n"
+"69\n"
+"help.text"
+msgid "Select <emph>From document content</emph> and click <emph>New</emph>."
+msgstr "<emph>নথি বিষযবস্তু থেকে</emph> নির্বাচন করুন এবং <emph>নতুন</emph> এ ক্লিক করুন।"
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3153738\n"
+"70\n"
+"help.text"
+msgid "Type a name for the bibliography entry in the <item type=\"menuitem\">Short name</item> box."
+msgstr "<item type=\"menuitem\">সংক্ষিপ্ত নাম</item> বাক্সে তথ্যসূত্র ভুক্তির জন্য একটি নাম লিখুন।"
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3153763\n"
+"71\n"
+"help.text"
+msgid "Select the publication source for the record in the <item type=\"menuitem\">Type</item> box, and then add additional information in the remaining boxes."
+msgstr "<item type=\"menuitem\">ধরন</item> বাক্সে রেকর্ডের জন্য প্রকাশনা সোর্স নির্বাচন করুন, অতঃপর বাকি বাক্সগুলোতে অতিরিক্ত তথ্য যোগ করুন।"
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3146873\n"
+"72\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>ঠিক আছে</emph> তে ক্লিক করুন।"
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3146897\n"
+"73\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Insert Bibliography Entry</item> dialog, click <item type=\"menuitem\">Insert</item>, and then <item type=\"menuitem\">Close</item>."
+msgstr "<item type=\"menuitem\">তথ্যসূত্র ভুক্তি সন্নিবেশ</item> ডায়ালগে, <item type=\"menuitem\">সন্নিবেশ</item> ক্লিক করুন, অতঃপর <item type=\"menuitem\">বন্ধ</item> ক্লিক করুন।"
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"hd_id3150741\n"
+"74\n"
+"help.text"
+msgid "Inserting Bibliography Entries From the Bibliography Database"
+msgstr "সংস্করণ ডাটাবেস থেকে সংস্করণ ভুক্তি সন্নিবেশ করানো হচ্ছে"
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3148402\n"
+"75\n"
+"help.text"
+msgid "Click in your document where you want to add the bibliography entry."
+msgstr "আপনার নথিতে ক্লিক করুন যেখানে আপনি সংস্করণ ভুক্তি যুক্ত করতে চান।"
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3148421\n"
+"52\n"
+"help.text"
+msgid "Choose <emph>Insert - Indexes and Tables - Bibliography Entry</emph>."
+msgstr "<emph>সন্নিবেশ করান - সূচী এবং সারণি - সংস্করণ ভুক্তি</emph> পছন্দ করুন।"
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3153231\n"
+"53\n"
+"help.text"
+msgid "Select <emph>From bibliography database</emph>."
+msgstr "<emph>সংস্করণ ডাটাবেস থেকে</emph> নির্বাচন করুন।"
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3147059\n"
+"54\n"
+"help.text"
+msgid "Select the name of the bibliography entry that you want to insert in the <item type=\"menuitem\">Short name</item> box."
+msgstr "<item type=\"menuitem\">সংক্ষিপ্ত নাম</item> বাক্সে"
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3147085\n"
+"76\n"
+"help.text"
+msgid "Click <emph>Insert</emph> and then click <emph>Close</emph>."
+msgstr "<emph>সন্নিবেশ করান</emph>এ ক্লিক করুন এবং এরপর <emph>বন্ধ করুন</emph> এ ক্লিক করুন।"
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id3156060\n"
+"77\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/04120300.xhp\" name=\"Bibliography Database\">Bibliography Database</link>"
+msgstr "<link href=\"text/swriter/01/04120300.xhp\" name=\"Bibliography Database\">সংস্করণ ডাটাবেস</link>"
+
+#: indices_literature.xhp
+msgctxt ""
+"indices_literature.xhp\n"
+"par_id6367076\n"
+"help.text"
+msgid "Some external tools exist that can interact with %PRODUCTNAME. One example is called <link href=\"http://bibus-biblio.sourceforge.net/wiki/index.php/Main_Page\">Bibus</link>."
+msgstr "কিছু বহি:স্থ টুল বিদ্যমান আছে যা %PRODUCTNAME এর সাথে মত বিনিময় করতে পারে। একটি উদাহরণকে বলা হয় <link href=\"http://bibus-biblio.sourceforge.net/wiki/index.php/Main_Page\">বাইবুস</link>।"
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"tit\n"
+"help.text"
+msgid "Changing Page Backgrounds"
+msgstr "পৃষ্ঠার পটভূমি পরিবর্তন করা হচ্ছে"
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"bm_id8431653\n"
+"help.text"
+msgid "<bookmark_value>page styles;backgrounds</bookmark_value> <bookmark_value>backgrounds; different pages</bookmark_value> <bookmark_value>changing;page backgrounds</bookmark_value> <bookmark_value>pages;backgrounds</bookmark_value>"
+msgstr "<bookmark_value>page styles;backgrounds</bookmark_value> <bookmark_value>backgrounds; different pages</bookmark_value> <bookmark_value>changing;page backgrounds</bookmark_value> <bookmark_value>pages;backgrounds</bookmark_value>"
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN107F4\n"
+"help.text"
+msgid "<variable id=\"pagebackground\"><link href=\"text/swriter/guide/pagebackground.xhp\">Changing Page Background</link></variable>"
+msgstr "<variable id=\"pagebackground\"><link href=\"text/swriter/guide/pagebackground.xhp\">পৃষ্ঠার পটভূমি পরিবর্তন করা হচ্ছে</link></variable>"
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN10812\n"
+"help.text"
+msgid "$[officename] uses page styles to specify the background of the pages in a document. For example, to change the page background of one or more pages in a document to a watermark, you need to create a page style that uses the watermark background, and then apply the page style to the pages."
+msgstr "একটি নথির পৃষ্ঠার পটভূমি সুনির্দিষ্ট ভাবে উল্লেখ করার জন্য $[officename] পৃষ্ঠা শৈলী ব্যবহার করতে পারে। উদাহরণস্বরূপ, একটি নথির এক বা একাধিক পৃষ্ঠা পটভূমি জলছাপে পরিবর্তন করতে, আপনার পৃষ্ঠা শৈলী তৈরি করা প্রয়োজন যা জলছাপ পটভূমি ব্যবহার করে, এবং এরপর পাতায় পৃষ্ঠা শৈলী প্রয়োগ করুন।"
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN10820\n"
+"help.text"
+msgid "To Change the Page Background"
+msgstr "পৃষ্ঠার পটভূমি পরিবর্তন করতে"
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN10827\n"
+"help.text"
+msgid "Choose <emph>Format - Styles and Formatting</emph>."
+msgstr "<emph>বিন্যাস - শৈলী ও বিন্যাস</emph> নির্বাচন করুন।"
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN1082F\n"
+"help.text"
+msgid "Click the <emph>Page Styles</emph> icon."
+msgstr "<emph>পৃষ্ঠা শৈলী</emph> আইকনে ক্লিক করুন।"
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN10837\n"
+"help.text"
+msgid "In the list of page styles, right-click an item, and then choose <emph>New</emph>."
+msgstr "পৃষ্ঠা শৈলীর তালিকায়, একটি আইটেমে ডান-ক্লিক করুন, এবং এরপর <emph>নতুন</emph> নির্বাচন করুন।"
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN1083F\n"
+"help.text"
+msgid "On the <emph>Organizer</emph> tab page, type a name for the page style in the <emph>Name</emph> box."
+msgstr "<emph>সংগঠক</emph> ট্যাব পৃষ্ঠায়, <emph>নাম</emph> বাক্সে পৃষ্ঠা শৈলীর জন্য একটি নাম লিখুন।"
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN1084B\n"
+"help.text"
+msgid "In the <emph>Next Style</emph> box, select the page style that you want to apply to the next page."
+msgstr "<emph>পরবর্তী শৈলী</emph> বাক্সে, পৃষ্ঠা শৈলী নির্বাচন করুন যা আপনি পরবর্তী পৃষ্ঠায় প্রয়োগ করতে চান।"
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN10855\n"
+"help.text"
+msgid "To only apply the new page style to a single page, select \"Default\"."
+msgstr ""
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN10859\n"
+"help.text"
+msgid "To apply the new page style to all subsequent pages, select the name of the new page style."
+msgstr ""
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN1085F\n"
+"help.text"
+msgid "Click the <emph>Background</emph> tab."
+msgstr "<emph>পটভূমি</emph> ট্যাবে ক্লিক করুন।"
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN10867\n"
+"help.text"
+msgid "In the list box at the top, select whether you want a solid color or a graphic. Then select your options from the tab page."
+msgstr "শীর্ষের তালিকা বাক্সে, কোথায় আপনি একটি নিরেট রং অথবা একটি গ্রাফিক চান সেটি নির্বাচন করুন। এরপর ট্যাব পৃষ্ঠা থেকে আপনার অপশন নির্বাচন করুন।"
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN1086B\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN1087A\n"
+"help.text"
+msgid "To Change the Page Background of All Pages in a Document"
+msgstr "একটি নথির সব পৃষ্ঠার পৃষ্ঠা পটভূমি পরিবর্তন করতে"
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN1087E\n"
+"help.text"
+msgid "Before you begin, ensure that you have created a page style that uses a page background. See <link href=\"text/swriter/guide/pagebackground.xhp#define\">To Change the Page Background</link> for details."
+msgstr "আরম্ভ করার পূর্বে, নিশ্চিত হয়ে নিন যে আপনি একটি পৃষ্ঠা শৈলী তৈরি করেছেন যা একটি পৃষ্ঠা পটভূমি ব্যবহার করে। বিশদের জন্যে <link href=\"text/swriter/guide/pagebackground.xhp#define\">পৃষ্ঠা পটভূমি পরিবর্তন</link> দেখুন।"
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN10892\n"
+"help.text"
+msgid "Choose <emph>Format - Styles and Formatting</emph>."
+msgstr "<emph>বিন্যাস - শৈলী ও বিন্যাস</emph>নির্বাচন করুন।"
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN1089A\n"
+"help.text"
+msgid "Click the <emph>Page Styles</emph> icon."
+msgstr "<emph>পৃষ্ঠা শৈলী</emph> আইকনে ক্লিক করুন।"
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN108A2\n"
+"help.text"
+msgid "Double-click the page style that uses the page background that you want to apply."
+msgstr "পৃষ্ঠা পটভূমি ব্যবহারকারী পৃষ্ঠা শৈলীতে ডাবল ক্লিক করুন যা আপনি প্রয়োগ করতে চান।"
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN108A5\n"
+"help.text"
+msgid "To Use Different Page Backgrounds in the Same Document"
+msgstr "একই নথিতে ভিন্ন পৃষ্ঠা পটভূমি ব্যবহার করতে"
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN108A9\n"
+"help.text"
+msgid "Before you begin, ensure that you have created a page style that uses a page background. See <link href=\"text/swriter/guide/pagebackground.xhp#define\">To Change the Page Background</link> for details."
+msgstr "আরম্ভ করার পূর্বে, নিশ্চিত হয়ে নিন যে আপনি একটি পৃষ্ঠা শৈলী তৈরি করেছেন যা একটি পৃষ্ঠা পটভূমি ব্যবহার করে। বিশদের জন্যে <link href=\"text/swriter/guide/pagebackground.xhp#define\">পৃষ্ঠা পটভূমি পরিবর্তন</link> দেখুন।"
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN108BD\n"
+"help.text"
+msgid "Click in front of the first character of the paragraph where you want to change the page background."
+msgstr "অনুচ্ছেদের প্রথম অক্ষরের সম্মুখে ক্লিক করুন যেখানে আপনি পৃষ্ঠা পটভূমি পরিবর্তন করতে চান।"
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN108C1\n"
+"help.text"
+msgid "Choose <emph>Insert - Manual Break</emph>."
+msgstr "<emph>সন্নিবেশ - স্বনির্ধারিত বিভাজক</emph> নির্বাচন করুন।"
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN108C9\n"
+"help.text"
+msgid "Select <emph>Page break</emph>."
+msgstr "<emph>পৃষ্ঠা বিভাজক</emph> নির্বাচন করুন।"
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN108D1\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Style</item> box, select a page style that uses the page background."
+msgstr "<item type=\"menuitem\">শৈলী</item> বাক্সে, পৃষ্ঠা পটভূমি ব্যবহারকারী একটি পৃষ্ঠা শৈলী নির্বাচন করুন।"
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN108DB\n"
+"help.text"
+msgid "To change the background of the current page only, select a page style where the Next Style option is set to \"Default\"."
+msgstr ""
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN108DF\n"
+"help.text"
+msgid "To change the background of the current and subsequent pages, select a page style where the Next Style option is set to the name of the page style."
+msgstr ""
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN108E2\n"
+"help.text"
+msgid "If you want to change the page background later on in the document, repeat steps 1 to 3."
+msgstr "যদি আপনি নথিতে পরে পৃষ্ঠা পটভূমি পরিবর্তন করতে চান, ধাপ ১ থেকে ৩ পুনরাবৃত্তি করুন।"
+
+#: pagebackground.xhp
+msgctxt ""
+"pagebackground.xhp\n"
+"par_idN108E8\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: indices_toc.xhp
+msgctxt ""
+"indices_toc.xhp\n"
+"tit\n"
+"help.text"
+msgid "Creating a Table of Contents"
+msgstr "একটি সূচীপত্র তৈরি করা হচ্ছে"
+
+#: indices_toc.xhp
+msgctxt ""
+"indices_toc.xhp\n"
+"bm_id3147104\n"
+"help.text"
+msgid "<bookmark_value>tables of contents; creating and updating</bookmark_value> <bookmark_value>updating; tables of contents</bookmark_value>"
+msgstr "<bookmark_value>tables of contents; creating and updating</bookmark_value> <bookmark_value>updating; tables of contents</bookmark_value>"
+
+#: indices_toc.xhp
+msgctxt ""
+"indices_toc.xhp\n"
+"hd_id3147104\n"
+"16\n"
+"help.text"
+msgid "<variable id=\"indices_toc\"><link href=\"text/swriter/guide/indices_toc.xhp\" name=\"Creating a Table of Contents\">Creating a Table of Contents</link></variable>"
+msgstr "<variable id=\"indices_toc\"><link href=\"text/swriter/guide/indices_toc.xhp\" name=\"Creating a Table of Contents\">একটি সূচীপত্র তৈরি করা হচ্ছে</link></variable>"
+
+#: indices_toc.xhp
+msgctxt ""
+"indices_toc.xhp\n"
+"par_id3150942\n"
+"45\n"
+"help.text"
+msgid "The best way to generate a table of contents is to apply the predefined heading paragraph styles, such as \"Heading 1\", to the paragraphs that you want to include in your table of contents. After you apply these styles, you can then create a table of contents."
+msgstr "একটি সূচীপত্র তৈরি করার সর্বোত্তম পদ্ধতি হলো একটি পূর্ব নির্ধারিত শিরোনাম অনুচ্ছেদ শৈলী প্রয়োগ করা, যেমন আপনি আপনার সূচীপত্রে যে অনুচ্ছেদ অন্তর্ভূক্ত করতে চান, তার জন্য \"শিরোনাম ১\"। আপনি এই শৈলী প্রয়োগ করার পরে, আপনি এরপর একটি সূচীপত্র তৈরি করতে পারবেন।"
+
+#: indices_toc.xhp
+msgctxt ""
+"indices_toc.xhp\n"
+"hd_id5876949\n"
+"help.text"
+msgid "To Insert a Table of Contents"
+msgstr "একটি সূচিপত্র সন্নিবেশ করতে"
+
+#: indices_toc.xhp
+msgctxt ""
+"indices_toc.xhp\n"
+"par_id3150510\n"
+"17\n"
+"help.text"
+msgid "Click in your document where you want to create the table of contents."
+msgstr "আপনার নথিতে ক্লিক করুন যেখানে আপনি সূচীপত্র তৈরি করতে চান।"
+
+#: indices_toc.xhp
+msgctxt ""
+"indices_toc.xhp\n"
+"par_id3150528\n"
+"18\n"
+"help.text"
+msgid "Choose <emph>Insert - Indexes and Tables - Indexes and Tables</emph>, and then click the <link href=\"text/swriter/01/04120211.xhp\" name=\"Index/Table\"><emph>Index/Table</emph></link> tab."
+msgstr "Choose <emph>সন্নিবেশ করান - সূচী এবং সারণি - সূচী এবং সারণি</emph>, এবং এরপর <link href=\"text/swriter/01/04120211.xhp\" name=\"Index/Table\"><emph>সূচী/সারণি</emph></link> ট্যাব এ ক্লিক করুন।"
+
+#: indices_toc.xhp
+msgctxt ""
+"indices_toc.xhp\n"
+"par_id3153746\n"
+"46\n"
+"help.text"
+msgid "Select \"Table of Contents\" in the <emph>Type</emph> box."
+msgstr "<emph>ধরন</emph> বাক্সে \"সূচীপত্র\" নির্বাচন করুন।"
+
+#: indices_toc.xhp
+msgctxt ""
+"indices_toc.xhp\n"
+"par_id3146856\n"
+"47\n"
+"help.text"
+msgid "Select any options that you want."
+msgstr "আপনি যে অপশনটি চান সেটি নির্বাচন করুন।"
+
+#: indices_toc.xhp
+msgctxt ""
+"indices_toc.xhp\n"
+"par_id3146872\n"
+"19\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>ঠিক আছে</emph> তে ক্লিক করুন।"
+
+#: indices_toc.xhp
+msgctxt ""
+"indices_toc.xhp\n"
+"par_id3146896\n"
+"20\n"
+"help.text"
+msgid "If you want to use a different paragraph style as a table of contents entry, select the <item type=\"menuitem\">Additional Styles</item> check box in the <item type=\"menuitem\">Create from</item> area, and then click the (<item type=\"menuitem\">...</item>) button next to the check box. In the <item type=\"menuitem\">Assign Styles</item> dialog, click the style in the list, and then click the <item type=\"menuitem\">>></item> or the <item type=\"menuitem\"><<</item> button to define the outline level for the paragraph style."
+msgstr "If you want to use a different paragraph style as a table of contents entry, select the <item type=\"menuitem\">Additional Styles</item> check box in the <item type=\"menuitem\">Create from</item> area, and then click the (<item type=\"menuitem\">...</item>) button next to the check box. In the <item type=\"menuitem\">Assign Styles</item> dialog, click the style in the list, and then click the <item type=\"menuitem\">>></item> or the <item type=\"menuitem\"><<</item> button to define the outline level for the paragraph style."
+
+#: indices_toc.xhp
+msgctxt ""
+"indices_toc.xhp\n"
+"hd_id3153148\n"
+"21\n"
+"help.text"
+msgid "To Update a Table of Contents"
+msgstr "একটি সূচিপত্র হালনাগাদ করতে"
+
+#: indices_toc.xhp
+msgctxt ""
+"indices_toc.xhp\n"
+"par_id3153161\n"
+"22\n"
+"help.text"
+msgid "Do one of the following:"
+msgstr "নিম্নের যেকোনো একটি করুন"
+
+#: indices_toc.xhp
+msgctxt ""
+"indices_toc.xhp\n"
+"par_id3153183\n"
+"48\n"
+"help.text"
+msgid "Right-click in the table of contents and choose <emph>Update Index/Table</emph>."
+msgstr "সূচীপত্রে ডান-ক্লিক করুন এবং <emph>সূচী/সারণি হালনাগাদ করুন</emph> পছন্দ করুন।"
+
+#: indices_toc.xhp
+msgctxt ""
+"indices_toc.xhp\n"
+"par_id3147066\n"
+"44\n"
+"help.text"
+msgid "Choose <emph>Tools - Update - All Indexes and Tables</emph>."
+msgstr "<emph>টুল - হালনাগাদ করুন - সব সূচী এবং সারণি</emph>।"
+
+#: shortcut_writing.xhp
+msgctxt ""
+"shortcut_writing.xhp\n"
+"tit\n"
+"help.text"
+msgid "Applying Text Formatting While You Type"
+msgstr "আপনার লেখার সময় পাঠ্য বিন্যাস প্রয়োগ করা হচ্ছে"
+
+#: shortcut_writing.xhp
+msgctxt ""
+"shortcut_writing.xhp\n"
+"bm_id3149689\n"
+"help.text"
+msgid "<bookmark_value>text; formatting bold while typing</bookmark_value> <bookmark_value>formatting; bold, while typing</bookmark_value> <bookmark_value>keyboard;bold formatting</bookmark_value> <bookmark_value>bold;formatting while typing</bookmark_value> <bookmark_value>shortcut keys;bold formatting</bookmark_value>"
+msgstr "<bookmark_value>text; formatting bold while typing</bookmark_value> <bookmark_value>formatting; bold, while typing</bookmark_value> <bookmark_value>keyboard;bold formatting</bookmark_value> <bookmark_value>bold;formatting while typing</bookmark_value> <bookmark_value>shortcut keys;bold formatting</bookmark_value>"
+
+#: shortcut_writing.xhp
+msgctxt ""
+"shortcut_writing.xhp\n"
+"hd_id3149689\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"shortcut_writing\"><link href=\"text/swriter/guide/shortcut_writing.xhp\" name=\"Applying Text Formatting While You Type\">Applying Text Formatting While You Type</link></variable>"
+msgstr "<variable id=\"shortcut_writing\"><link href=\"text/swriter/guide/shortcut_writing.xhp\" name=\"Applying Text Formatting While You Type\">আপনার লেখার সময় পাঠ্য বিন্যাস প্রয়োগ করা হচ্ছে</link></variable>"
+
+#: shortcut_writing.xhp
+msgctxt ""
+"shortcut_writing.xhp\n"
+"hd_id3155909\n"
+"2\n"
+"help.text"
+msgid "To apply bold formatting"
+msgstr "গাঢ় বিন্যাস প্রয়োগ করতে"
+
+#: shortcut_writing.xhp
+#, fuzzy
+msgctxt ""
+"shortcut_writing.xhp\n"
+"par_id3155861\n"
+"14\n"
+"help.text"
+msgid "Select the text that you want to format."
+msgstr "পাঠ্য নির্বাচন করুন যা আপনি বিন্যাস করতে চান।"
+
+#: shortcut_writing.xhp
+msgctxt ""
+"shortcut_writing.xhp\n"
+"par_id3149836\n"
+"5\n"
+"help.text"
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B."
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B চাপুন।"
+
+#: shortcut_writing.xhp
+msgctxt ""
+"shortcut_writing.xhp\n"
+"par_id3156112\n"
+"6\n"
+"help.text"
+msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B, type the text that you want to format in bold, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B when you are finished."
+msgstr "আপনি <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B চাপতে পারেন, পাঠ্য লিখুন যা আপনি গাঢ় অক্ষরে বিন্যাস করতে চান, এবং এরপর যখন আপনি শেষ করবেন তখন <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B চাপুন।"
+
+#: shortcut_writing.xhp
+#, fuzzy
+msgctxt ""
+"shortcut_writing.xhp\n"
+"hd_id3151909\n"
+"2\n"
+"help.text"
+msgid "To apply italic formatting"
+msgstr "গাঢ় বিন্যাস প্রয়োগ করতে"
+
+#: shortcut_writing.xhp
+msgctxt ""
+"shortcut_writing.xhp\n"
+"par_id3151861\n"
+"14\n"
+"help.text"
+msgid "Select the text that you want to format."
+msgstr "পাঠ্য নির্বাচন করুন যা আপনি বিন্যাস করতে চান।"
+
+#: shortcut_writing.xhp
+#, fuzzy
+msgctxt ""
+"shortcut_writing.xhp\n"
+"par_id3141836\n"
+"5\n"
+"help.text"
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I."
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B চাপুন।"
+
+#: shortcut_writing.xhp
+#, fuzzy
+msgctxt ""
+"shortcut_writing.xhp\n"
+"par_id3151112\n"
+"6\n"
+"help.text"
+msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I, type the text that you want to format in italic, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I when you are finished."
+msgstr "আপনি <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B চাপতে পারেন, পাঠ্য লিখুন যা আপনি গাঢ় অক্ষরে বিন্যাস করতে চান, এবং এরপর যখন আপনি শেষ করবেন তখন <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B চাপুন।"
+
+#: shortcut_writing.xhp
+msgctxt ""
+"shortcut_writing.xhp\n"
+"hd_id3152909\n"
+"2\n"
+"help.text"
+msgid "To underline text"
+msgstr ""
+
+#: shortcut_writing.xhp
+#, fuzzy
+msgctxt ""
+"shortcut_writing.xhp\n"
+"par_id3152861\n"
+"14\n"
+"help.text"
+msgid "Select the text that you want to underline."
+msgstr "পাঠ্য নির্বাচন করুন যা আপনি বড় হাতের অক্ষর করতে চান।"
+
+#: shortcut_writing.xhp
+#, fuzzy
+msgctxt ""
+"shortcut_writing.xhp\n"
+"par_id3142836\n"
+"5\n"
+"help.text"
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U."
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B চাপুন।"
+
+#: shortcut_writing.xhp
+#, fuzzy
+msgctxt ""
+"shortcut_writing.xhp\n"
+"par_id3152112\n"
+"6\n"
+"help.text"
+msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U, type the text that you want underlined, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U when you are finished."
+msgstr "আপনি <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B চাপতে পারেন, পাঠ্য লিখুন যা আপনি গাঢ় অক্ষরে বিন্যাস করতে চান, এবং এরপর যখন আপনি শেষ করবেন তখন <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B চাপুন।"
+
+#: shortcut_writing.xhp
+msgctxt ""
+"shortcut_writing.xhp\n"
+"par_id3149648\n"
+"12\n"
+"help.text"
+msgid "<link href=\"text/swriter/04/01020000.xhp\" name=\"Keyboard shortcut for text documents\">Keyboard shortcut for text documents</link>"
+msgstr "<link href=\"text/swriter/04/01020000.xhp\" name=\"Keyboard shortcut for text documents\">নথির জন্য কীবোর্ড শর্টকার্ট</link>"
+
+#: shortcut_writing.xhp
+msgctxt ""
+"shortcut_writing.xhp\n"
+"par_id3149611\n"
+"13\n"
+"help.text"
+msgid "<link href=\"text/shared/main0400.xhp\" name=\"Keyboard shortcut in $[officename]\">Keyboard shortcut in $[officename]</link>"
+msgstr "<link href=\"text/shared/main0400.xhp\" name=\"Keyboard shortcut in $[officename]\">$[officename] এ কীবোর্ড শর্টকার্ট</link>"
+
+#: printer_tray.xhp
+msgctxt ""
+"printer_tray.xhp\n"
+"tit\n"
+"help.text"
+msgid "Selecting printer paper trays"
+msgstr "মুদ্রণ যন্ত্রের কাগজ ট্রে নির্বাচন করা হচ্ছে"
+
+#: printer_tray.xhp
+msgctxt ""
+"printer_tray.xhp\n"
+"bm_id6609088\n"
+"help.text"
+msgid "<bookmark_value>selecting;paper trays</bookmark_value> <bookmark_value>paper tray selection</bookmark_value>"
+msgstr "<bookmark_value>selecting;paper trays</bookmark_value> <bookmark_value>paper tray selection</bookmark_value>"
+
+#: printer_tray.xhp
+msgctxt ""
+"printer_tray.xhp\n"
+"hd_id3155909\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"printer_tray\"><link href=\"text/swriter/guide/printer_tray.xhp\" name=\"Selecting printer paper trays\">Selecting Printer Paper Trays</link></variable>"
+msgstr "<variable id=\"printer_tray\"><link href=\"text/swriter/guide/printer_tray.xhp\" name=\"Selecting printer paper trays\">মুদ্রণ যন্ত্রের কাগজ ট্রে নির্বাচন করা হয়েছে</link></variable>"
+
+#: printer_tray.xhp
+msgctxt ""
+"printer_tray.xhp\n"
+"par_id3155858\n"
+"2\n"
+"help.text"
+msgid "Use page styles to specify different paper sources for different pages in your document."
+msgstr "আপনার নথিতে বিভিন্ন পৃষ্ঠার জন্য বিভিন্ন কাগজের উৎস উল্লেখ করতে পৃষ্ঠা শৈলী ব্যবহার করুন।"
+
+#: printer_tray.xhp
+msgctxt ""
+"printer_tray.xhp\n"
+"par_id3149841\n"
+"7\n"
+"help.text"
+msgid "Choose <emph>Format - Styles and Formatting</emph>."
+msgstr "<emph>বিন্যাস - শৈলী ও বিন্যাস</emph>নির্বাচন করুন।"
+
+#: printer_tray.xhp
+msgctxt ""
+"printer_tray.xhp\n"
+"par_id3156108\n"
+"8\n"
+"help.text"
+msgid "Click the <item type=\"menuitem\">Page Styles</item> icon."
+msgstr "<item type=\"menuitem\">পৃষ্ঠা শৈলী</item> আইকনে ক্লিক করুন।"
+
+#: printer_tray.xhp
+msgctxt ""
+"printer_tray.xhp\n"
+"par_id3155066\n"
+"9\n"
+"help.text"
+msgid "Right-click the page style in the list that you want to specify the paper source for, and then choose <emph>Modify</emph>."
+msgstr "কাগজ উৎসের জন্য আপনি যে পৃষ্ঠা শৈলী ব্যবহার করতে চান তালিকায় তাতে ডান ক্লিক করুন, অতঃপর <emph>পরিবর্তন</emph> নির্বাচন করুন।"
+
+#: printer_tray.xhp
+msgctxt ""
+"printer_tray.xhp\n"
+"par_id3153416\n"
+"10\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Paper tray</item> box, select the paper tray that you want to use."
+msgstr "<item type=\"menuitem\">কাগজের ট্রে</item> বাক্সে, আপনি কাগজের যে ট্রে ব্যবহার করতে চান তা নির্বাচন করুন।"
+
+#: printer_tray.xhp
+msgctxt ""
+"printer_tray.xhp\n"
+"par_id3153140\n"
+"11\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: printer_tray.xhp
+msgctxt ""
+"printer_tray.xhp\n"
+"par_id3149649\n"
+"12\n"
+"help.text"
+msgid "Repeat steps 1-5 for each page style that you want to specify the paper for."
+msgstr "প্রতি পৃষ্ঠা শৈলীর জন্য ধাপ ১-৫ পুনরাবৃত্তি করুন যা আপনি কাগজের জন্য সুনির্দিষ্ট ভাবে উল্লেখ করতে চান।"
+
+#: printer_tray.xhp
+msgctxt ""
+"printer_tray.xhp\n"
+"par_id3149616\n"
+"5\n"
+"help.text"
+msgid "Apply the page style to the pages that you want."
+msgstr "আপনি যেই পৃষ্ঠার জন্য চান তাতে পৃষ্ঠা শৈলী প্রয়োগ করুন।"
+
+#: printer_tray.xhp
+msgctxt ""
+"printer_tray.xhp\n"
+"par_id3154260\n"
+"13\n"
+"help.text"
+msgid "<link href=\"text/swriter/guide/pagestyles.xhp\" name=\"Creating and applying page styles\">Creating and applying page styles</link>"
+msgstr "<link href=\"text/swriter/guide/pagestyles.xhp\" name=\"Creating and applying page styles\">পৃষ্ঠা শৈলী তৈরি এবং প্রয়োগ করা হচ্ছে</link>"
+
+#: ruler.xhp
+msgctxt ""
+"ruler.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using Rulers"
+msgstr "মাপকাঠি ব্যবহার করা হচ্ছে"
+
+#: ruler.xhp
+msgctxt ""
+"ruler.xhp\n"
+"bm_id8186284\n"
+"help.text"
+msgid "<bookmark_value>rulers;using rulers</bookmark_value><bookmark_value>horizontal rulers</bookmark_value><bookmark_value>vertical rulers</bookmark_value><bookmark_value>indents; setting on rulers</bookmark_value><bookmark_value>page margins on rulers</bookmark_value><bookmark_value>table cells;adjusting the width on rulers</bookmark_value><bookmark_value>showing;rulers</bookmark_value><bookmark_value>hiding;rulers</bookmark_value><bookmark_value>adjusting page margins and cell widths</bookmark_value>"
+msgstr ""
+
+#: ruler.xhp
+msgctxt ""
+"ruler.xhp\n"
+"par_idN1065F\n"
+"help.text"
+msgid "<variable id=\"ruler\"><link href=\"text/swriter/guide/ruler.xhp\">Using Rulers</link></variable>"
+msgstr "<variable id=\"ruler\"><link href=\"text/swriter/guide/ruler.xhp\">মাপকাঠি ব্যবহার করা হচ্ছে</link></variable>"
+
+#: ruler.xhp
+msgctxt ""
+"ruler.xhp\n"
+"par_idN1067D\n"
+"help.text"
+msgid "To show or hide rulers, choose <emph>View - Ruler</emph>. To show the vertical ruler, choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - View\"><emph>%PRODUCTNAME Writer - View</emph></link>, and then select <emph>Vertical ruler</emph> in the <emph>Ruler</emph> area."
+msgstr ""
+
+#: ruler.xhp
+msgctxt ""
+"ruler.xhp\n"
+"hd_id3149686\n"
+"20\n"
+"help.text"
+msgid "Adjusting Page Margins"
+msgstr "পৃষ্ঠা মার্জিন সমন্বয় করা হচ্ছে"
+
+#: ruler.xhp
+msgctxt ""
+"ruler.xhp\n"
+"par_id3155175\n"
+"3\n"
+"help.text"
+msgid "The margins of a page are indicated by the filled areas at the ends of the rulers."
+msgstr "মাপকাঠির শেষে ভরাট এলাকা দ্বারা একটি পৃষ্ঠার কিনারা নির্দেশ করা হয়।"
+
+#: ruler.xhp
+msgctxt ""
+"ruler.xhp\n"
+"hd_id3149038\n"
+"22\n"
+"help.text"
+msgid "Changing Indents"
+msgstr "ইনডেন্ট পরিবর্তন করা হচ্ছে"
+
+#: ruler.xhp
+msgctxt ""
+"ruler.xhp\n"
+"par_id3153631\n"
+"23\n"
+"help.text"
+msgid "Indents are adjusted with the three small triangles on the horizontal ruler."
+msgstr "অনুভূমিক মাপকাঠির তিনটি ছোট ত্রিভুজে ইনডেন্ট সমন্বয় করা হচ্ছে।"
+
+#: ruler.xhp
+msgctxt ""
+"ruler.xhp\n"
+"par_id3152776\n"
+"26\n"
+"help.text"
+msgid "To change the left or the right paragraph indent, select the paragraph(s) that you want change the indent for, drag the bottom left or the bottom right triangle on the horizontal ruler to a new location."
+msgstr "বাম অথবা ডান অনুচ্ছেদ ইনডেন্ট পরিবর্তন করতে, অনুচ্ছেদটি নির্বাচন করুন যা আপনি ইনডেন্টের জন্য পরিবর্তন করতে চান, একটি নতুন অবস্থানে অনুভূমিক মাপকাঠির নিম্ন বাম অথবা নিম্ন ডান ত্রিভুজ টেনে আনুন।"
+
+#: ruler.xhp
+msgctxt ""
+"ruler.xhp\n"
+"par_id3145769\n"
+"27\n"
+"help.text"
+msgid "To change the first line indent of a selected paragraph, drag the top left triangle on the horizontal ruler to a new location."
+msgstr "একটি নির্বাচিত অনুচ্ছেদের প্রথম রেখা পরিবর্তন করতে, অনুভূমিক মাপকাঠির শীর্ষ বাম প্রান্ত একটি নতুন অবস্থানে টানুন।"
+
+#: ruler.xhp
+msgctxt ""
+"ruler.xhp\n"
+"par_id3149164\n"
+"12\n"
+"help.text"
+msgid "You can also double-click anywhere on the horizontal ruler, and adjust the indents in the <link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>Paragraph</emph></link> dialog."
+msgstr "আপনি অনুভূমিক মাপকাঠির যেকোনো স্থানে ডাবল ক্লিক করতে পারেন, এবং <link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>অনুচ্ছেদ</emph></link> ডায়ালগে ইনডেন্ট সমন্বয় করুন।"
+
+#: conditional_text2.xhp
+msgctxt ""
+"conditional_text2.xhp\n"
+"tit\n"
+"help.text"
+msgid "Conditional Text for Page Counts"
+msgstr "পৃষ্ঠা গণনার জন্য শর্তসাপেক্ষ পাঠ্য"
+
+#: conditional_text2.xhp
+msgctxt ""
+"conditional_text2.xhp\n"
+"bm_id3153108\n"
+"help.text"
+msgid "<bookmark_value>page counts</bookmark_value> <bookmark_value>conditional text;page counts</bookmark_value>"
+msgstr "<bookmark_value>page counts</bookmark_value> <bookmark_value>conditional text;page counts</bookmark_value>"
+
+#: conditional_text2.xhp
+msgctxt ""
+"conditional_text2.xhp\n"
+"hd_id3153108\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"conditional_text2\"><link href=\"text/swriter/guide/conditional_text2.xhp\" name=\"Conditional Text for Page Counts\">Conditional Text for Page Counts</link></variable>"
+msgstr "<variable id=\"conditional_text2\"><link href=\"text/swriter/guide/conditional_text2.xhp\" name=\"Conditional Text for Page Counts\">পৃষ্ঠা গণনার জন্য শর্তসাপেক্ষ পাঠ্য</link></variable>"
+
+#: conditional_text2.xhp
+msgctxt ""
+"conditional_text2.xhp\n"
+"par_id3156228\n"
+"3\n"
+"help.text"
+msgid "You can create a conditional text field that displays the word \"pages\" instead of \"page\" in conjunction with a page count field if your document contains more than one page."
+msgstr "আপনি একটি শর্তসাপেক্ষ পাঠ্য ক্ষেত্র তৈরি করতে পারেন যা একটি পৃষ্ঠা গণনা ক্ষেত্রের সঙ্গে যুক্ত হয়ে \"পৃষ্ঠা\" এর পরিবর্তে \"পৃষ্ঠাসমূহ\" প্রদর্শন করে যদি আপনার নথি একের অধিক পৃষ্ঠা ধারণ করে।"
+
+#: conditional_text2.xhp
+msgctxt ""
+"conditional_text2.xhp\n"
+"par_id3156257\n"
+"4\n"
+"help.text"
+msgid "Place the cursor in your document where you want to insert the page count."
+msgstr "আপনার নথির যেখানে পৃষ্ঠা গণনা সন্নিবেশ করাতে চান সেখানে কার্সারটি স্থাপন করুন।"
+
+#: conditional_text2.xhp
+msgctxt ""
+"conditional_text2.xhp\n"
+"par_id3150513\n"
+"5\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Insert - Fields - Page Count</item>, and then enter a space."
+msgstr "<item type=\"menuitem\">সন্নিবেশ - ক্ষেত্র - পৃষ্ঠা গণনা</item>, অতঃপর একটি ফাঁকা স্থান সন্নিবেশ করুন।"
+
+#: conditional_text2.xhp
+msgctxt ""
+"conditional_text2.xhp\n"
+"par_id3150537\n"
+"6\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Insert - Fields - Other</item>, and then click the <item type=\"menuitem\">Functions</item> tab."
+msgstr "<item type=\"menuitem\">সন্নিবেশ - ক্ষেত্র - অন্যান্য</item>, অতঃপর <item type=\"menuitem\">ফাংশন</item> ট্যাবে ক্লিক করুন।"
+
+#: conditional_text2.xhp
+msgctxt ""
+"conditional_text2.xhp\n"
+"par_id3153166\n"
+"9\n"
+"help.text"
+msgid "Click \"Conditional text\" in the <item type=\"menuitem\">Type</item> list."
+msgstr "<item type=\"menuitem\">ধরন</item> তালিকায় \"শর্তসাপেক্ষ পাঠ্য\" ক্লিক করুন।"
+
+#: conditional_text2.xhp
+msgctxt ""
+"conditional_text2.xhp\n"
+"par_id3145256\n"
+"7\n"
+"help.text"
+msgid "Type <item type=\"literal\">Page > 1</item> in the <item type=\"menuitem\">Condition</item> box."
+msgstr "<item type=\"menuitem\">শর্ত</item> বাক্সে <item type=\"literal\">Page > 1</item> লিখুন।"
+
+#: conditional_text2.xhp
+msgctxt ""
+"conditional_text2.xhp\n"
+"par_id3145280\n"
+"10\n"
+"help.text"
+msgid "Type <item type=\"literal\">Pages</item> in the <item type=\"menuitem\">Then</item> box."
+msgstr "<item type=\"menuitem\">এরপর</item> বাক্সে <item type=\"literal\">পৃষ্ঠা</item> লিখুন।"
+
+#: conditional_text2.xhp
+msgctxt ""
+"conditional_text2.xhp\n"
+"par_id3145305\n"
+"11\n"
+"help.text"
+msgid "Type <item type=\"literal\">Page</item> in the <item type=\"menuitem\">Else</item> box."
+msgstr "<item type=\"menuitem\">নতুবা</item> বাক্সে <item type=\"literal\">পৃষ্ঠা</item> লিখুন।"
+
+#: conditional_text2.xhp
+msgctxt ""
+"conditional_text2.xhp\n"
+"par_id3155535\n"
+"8\n"
+"help.text"
+msgid "Click <emph>Insert</emph>, and then click <emph>Close</emph>."
+msgstr "<emph>সন্নিবেশ </emph> ক্লিক করুন, এবং এরপর <emph>বন্ধ</emph> ক্লিক করুন।"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using AutoText"
+msgstr "স্বয়ংক্রিয় পাঠ্য ব্যবহার করা হচ্ছে"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"bm_id3155521\n"
+"help.text"
+msgid "<bookmark_value>AutoText</bookmark_value> <bookmark_value>networks and AutoText directories</bookmark_value> <bookmark_value>lists;AutoText shortcuts</bookmark_value> <bookmark_value>printing;AutoText shortcuts</bookmark_value> <bookmark_value>inserting;text blocks</bookmark_value> <bookmark_value>text blocks</bookmark_value> <bookmark_value>blocks of text</bookmark_value>"
+msgstr "<bookmark_value>AutoText</bookmark_value> <bookmark_value>networks and AutoText directories</bookmark_value> <bookmark_value>lists;AutoText shortcuts</bookmark_value> <bookmark_value>printing;AutoText shortcuts</bookmark_value> <bookmark_value>inserting;text blocks</bookmark_value> <bookmark_value>text blocks</bookmark_value> <bookmark_value>blocks of text</bookmark_value>"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"hd_id3155521\n"
+"26\n"
+"help.text"
+msgid "<variable id=\"autotext\"><link href=\"text/swriter/guide/autotext.xhp\" name=\"Using AutoText\">Using AutoText</link></variable>"
+msgstr "<variable id=\"autotext\"><link href=\"text/swriter/guide/autotext.xhp\" name=\"Using AutoText\">স্বয়ংক্রিয় পাঠ্য ব্যবহার করা হচ্ছে</link></variable>"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3150534\n"
+"27\n"
+"help.text"
+msgid "In $[officename] Writer, you can store text - also containing graphics, tables, and fields - as AutoText, so that you can quickly insert the text later on. If you want, you can also store formatted text."
+msgstr "$[officename] Writer এ, আপনি পাঠ্য জমা রাখতে পারেন - গ্রাফিক্স, সারণি, এবং ক্ষেত্রও ধারণ করে - স্বয়ংক্রিয় পাঠ্য হিসেবে, যাতে করে পরবর্তীতে আপনি দ্রুত পাঠ্য সন্নিবেশ করাতে পারেন যদি আপনি চান, আপনি বিন্যাসিত পাঠ্য মজুদ করতে পারেন।"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"hd_id3155539\n"
+"48\n"
+"help.text"
+msgid "To To Create an AutoText Entry"
+msgstr "একটি স্বয়ংক্রিয় পাঠ্য ভুক্তি তৈরি করতে"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3155560\n"
+"47\n"
+"help.text"
+msgid "Select the text, text with graphics, table, or field that you want to save as an AutoText entry. A graphic can only be stored if it is anchored as a character and is preceded and followed by at least one text character."
+msgstr "পাঠ্য নির্বাচন করুন, গ্রাফিক, সারণি, অথবা ক্ষেত্র সহ পাঠ্য যা আপনি একটি স্বয়ংক্রিয় পাঠ্য ভুক্তি হিসেবে সংরক্ষণ করতে চান। যদি একটি গ্রাফিক একটি অক্ষর হিসেবে নোঙ্গরকরণ করা হয় শুধুমাত্র তবে এটি মজুদ হতে পারে এবং এটি অন্তত পরবর্তী একটি অক্ষর দ্বারা অগ্রসর এবং অনুসরণ করা হয়।"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3155581\n"
+"57\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Edit - AutoText</item>."
+msgstr "<item type=\"menuitem\">সম্পাদনা - স্বয়ংক্রিয় পাঠ্য</item> নির্বাচন করুন।"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3147761\n"
+"58\n"
+"help.text"
+msgid "Select the category where you want to store the AutoText."
+msgstr "স্বয়ংক্রিয় পাঠ্য নির্বাচন করুন যেখানে আপনি শ্রেণী মজুদ করতে চান।"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3147779\n"
+"59\n"
+"help.text"
+msgid "Type a name that is longer than four characters. This allows you to use the <emph>Display remainder of name as suggestion while typing</emph> AutoText option. If you want, you can modify the proposed shortcut."
+msgstr "চার অক্ষরের চেয়ে লম্বা একটি নাম টাইপ করুন। এটি আপনাকে <emph>টাইপ করার সময় নামের স্মরণলিপি প্রস্তাবনা হিসেবে প্রদর্শন</emph> স্বয়ংক্রিয় পাঠ্য অপশন ব্যবহার করতে সম্মতি দেয়। যদি আপনি চান, আপনি প্রস্তাবিত শর্টকার্ট পরিবর্তন করতে পারেন।"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3147807\n"
+"60\n"
+"help.text"
+msgid "Click the <emph>AutoText</emph> button, and then choose <emph>New</emph>."
+msgstr "<emph>স্বয়ংক্রিয় পাঠ্য</emph> বোতামে ক্লিক করুন, এবং এরপর <emph>নতুন</emph> নির্বাচন করুন।"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_idN10732\n"
+"help.text"
+msgid "Click the <emph>Close</emph> button."
+msgstr "<emph>বন্ধ</emph> বোতামে ক্লিক করুন।"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"hd_id3147282\n"
+"39\n"
+"help.text"
+msgid "To Insert an AutoText Entry"
+msgstr "একটি স্বয়ংক্রিয় পাঠ্য ভুক্তি সন্নিবেশ করতে"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3145597\n"
+"61\n"
+"help.text"
+msgid "Click in your document where you want to insert an AutoText entry."
+msgstr "আপনার নথিতে ক্লিক করুন যেখানে আপনি একটি স্বয়ংক্রিয় পাঠ্য ভুক্তি সন্নিবেশ করতে চান।"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3145615\n"
+"28\n"
+"help.text"
+msgid "Choose <link href=\"text/swriter/01/02120000.xhp\" name=\"Edit - AutoText\"><emph>Edit - AutoText</emph></link>."
+msgstr "<link href=\"text/swriter/01/02120000.xhp\" name=\"Edit - AutoText\"><emph>সম্পাদনা - স্বয়ংক্রিয় পাঠ্য</emph></link> নির্বাচন করুন।"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3145644\n"
+"38\n"
+"help.text"
+msgid "Select the AutoText that you want to insert, and then click <item type=\"menuitem\">Insert</item>."
+msgstr "আপনি যে স্বয়ংক্রিয় পাঠ্য সন্নিবেশ করতে চান তা নির্বাচন করুন, অতঃপর <item type=\"menuitem\">সন্নিবেশ</item> ক্লিক করুন।"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3145668\n"
+"30\n"
+"help.text"
+msgid "You can also type the shortcut for an AutoText entry, and then press F3, or click the arrow next to the <item type=\"menuitem\">AutoText</item> icon on the <item type=\"menuitem\">Insert</item> bar, and then choose an AutoText entry."
+msgstr "আপনি একটি স্বয়ংক্রিয় পাঠ্য ভুক্তির জন্য শর্টকাট টাইপ করতে পারেন, অতঃপর F3 চাপুন, বা <item type=\"menuitem\">সন্নিবেশ</item>বার হতে <item type=\"menuitem\">স্বয়ংক্রিয় পাঠ্য</item> এর পাশের তীর চিহ্নে ক্লিক করুন, অতঃপর একটি স্বয়ংক্রিয় পাঠ্য ভুক্তি নির্বাচন করুন।"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3155090\n"
+"43\n"
+"help.text"
+msgid "To quickly enter a %PRODUCTNAME Math formula, type <item type=\"literal\">fn</item>, and then press F3. If you insert more than one formula, the formulae are sequentially numbered. To insert dummy text, type <item type=\"literal\">dt</item>, and then press F3."
+msgstr "খুব দ্রুত %PRODUCTNAME Math সূত্র সন্নিবেশ করতে, <item type=\"literal\">fn</item> লিখুন, অতঃপর F3 চাপুন। যদি আপনি একাধিক সূত্র সন্নিবেশ করতে চান, তবে সূত্রগুলো ধারাবাহিক ভাবে সংখ্যায়ন করা হয়। মেকি পাঠ্য সন্নিবেশ করতে, <item type=\"literal\">dt</item> লিখুন, অতঃপর F3 চাপুন।"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"hd_id3155115\n"
+"45\n"
+"help.text"
+msgid "To Print a List of AutoText Entries"
+msgstr "একটি স্বয়ংক্রিয় পাঠ্য ভুক্তিসমূহের তালিকা মুদ্রণ করতে"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3155136\n"
+"44\n"
+"help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph>."
+msgstr "<emph>টুল - ম্যাক্রো - ম্যাক্রো সাজান - %PRODUCTNAME বেসিক </emph> নির্বাচন করুন।"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3155160\n"
+"62\n"
+"help.text"
+msgid "In the <emph>Macro from</emph> list, double-click \"%PRODUCTNAME Macros - Gimmicks\"."
+msgstr "<emph>ম্যাক্রো থেকে</emph> তালিকায়, \"%PRODUCTNAME ম্যাক্রো- Gimmicks\" এ ডাবল ক্লিক করুন।"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3151277\n"
+"63\n"
+"help.text"
+msgid "Select \"AutoText\" and then click <emph>Run</emph>. A list of the current AutoText entries is generated in a separate text document."
+msgstr "\"স্বয়ংক্রিয় পাঠ্য\" নির্বাচন করুন এবং এরপর <emph>রান</emph> ক্লিক করুন। একটি আলাদা পাঠ্য নথিতে স্বয়ংক্রিয় পাঠ্য ভুক্তির তালিকা তৈরি করা হয়েছে।"
+
+#: autotext.xhp
+#, fuzzy
+msgctxt ""
+"autotext.xhp\n"
+"par_id3151304\n"
+"64\n"
+"help.text"
+msgid "Choose <emph>File - Print</emph>."
+msgstr "<emph>ফাইল - সংরক্ষণ করুন</emph>পছন্দ করুন।"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"hd_id3151327\n"
+"49\n"
+"help.text"
+msgid "Using AutoText in Network Installations"
+msgstr "নেটওয়ার্ক ইনস্টলে স্বয়ংক্রিয় পাঠ্য ব্যবহার করা হচ্ছে"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3151355\n"
+"50\n"
+"help.text"
+msgid "You can store AutoText entries in different directories on a network."
+msgstr "একটি নেটওয়ার্কের বিভিন্ন ডিরেক্টরি আপনি স্বয়ংক্রিয় পাঠ্য ভুক্তিসমূহ মজুদ করতে পারবেন।"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3151370\n"
+"51\n"
+"help.text"
+msgid "For example, you can store \"read-only\" AutoText entries for your company on a central server, and user-defined AutoText entries in a local directory."
+msgstr "উদাহরণস্বরূপ, আপনি আপনার কেন্দ্রীয় সার্ভারে আপনার কোম্পানীর জন্য \"শুধুমাত্র-পড়ারযোগ্য\" স্বয়ংক্রিয় পাঠ্য ভুক্তি, এবং ব্যবহারকারী-সংজ্ঞায়িত স্বয়ংক্রিয় পাঠ্য ভুক্তি একটি স্থানীয় নির্দেশিকাতে মজুদ করতে পারেন।"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3151390\n"
+"52\n"
+"help.text"
+msgid "The paths for the AutoText directories can be edited in the configuration."
+msgstr "কনফিগারেশনে স্বয়ংক্রিয় পাঠ্য ডিরেক্টরির পাথ সম্পাদনা করা যাবে।"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3154960\n"
+"53\n"
+"help.text"
+msgid "Two directories are listed here. The first entry is on the server installation and the second entry is in the user directory. If there are two AutoText entries with the same name in both directories, the entry from the user directory is used."
+msgstr "দুটি ডিরেক্টরি এখানে তালিকাভুক্ত করা হয়েছে। প্রথম ভুক্তিটি সার্ভার ইনস্টল প্রক্রিয়ায় এবং দ্বিতীয় ভুক্তিটি ব্যবহারকারী ডিরেক্টরিতে। যদি উভয় ডিরেক্টরিতে একই নামের দুটি স্বয়ংক্রিয় পাঠ্য ভুক্তি থাকে, ব্যবহারকারী ডিরেক্টরির ভুক্তি ব্যবহৃত হবে।"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3154995\n"
+"42\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/02120000.xhp\" name=\"Edit - AutoText\">Edit - AutoText</link>"
+msgstr "<link href=\"text/swriter/01/02120000.xhp\" name=\"Edit - AutoText\">সম্পাদনা - স্বয়ংক্রিয় পাঠ্য</link>"
+
+#: autotext.xhp
+msgctxt ""
+"autotext.xhp\n"
+"par_id3155012\n"
+"46\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06040600.xhp\" name=\"Word Completion\">Word Completion</link>"
+msgstr "<link href=\"text/shared/01/06040600.xhp\" name=\"Word Completion\">শব্দ সমাপন</link>"
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting and Editing Footnotes or Endnotes"
+msgstr "পাদটীকা অথবা প্রান্তটীকা সন্নিবেশ এবং সম্পাদনা করা হচ্ছে"
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"bm_id3145819\n"
+"help.text"
+msgid "<bookmark_value>endnotes;inserting and editing</bookmark_value> <bookmark_value>inserting;footnotes/endnotes</bookmark_value> <bookmark_value>deleting;footnotes</bookmark_value> <bookmark_value>editing;footnotes/endnotes</bookmark_value> <bookmark_value>organizing;footnotes</bookmark_value> <bookmark_value>footnotes; inserting and editing</bookmark_value>"
+msgstr "<bookmark_value>endnotes;inserting and editing</bookmark_value> <bookmark_value>inserting;footnotes/endnotes</bookmark_value> <bookmark_value>deleting;footnotes</bookmark_value> <bookmark_value>editing;footnotes/endnotes</bookmark_value> <bookmark_value>organizing;footnotes</bookmark_value> <bookmark_value>footnotes; inserting and editing</bookmark_value>"
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"hd_id3145819\n"
+"16\n"
+"help.text"
+msgid "<variable id=\"footnote_usage\"><link href=\"text/swriter/guide/footnote_usage.xhp\" name=\"Inserting and Editing Footnotes or Endnotes\">Inserting and Editing Footnotes or Endnotes</link></variable>"
+msgstr "<variable id=\"footnote_usage\"><link href=\"text/swriter/guide/footnote_usage.xhp\" name=\"Inserting and Editing Footnotes or Endnotes\">পাদটীকা অথবা প্রান্তটীকা সন্নিবেশ এবং সম্পাদনা করা হচ্ছে</link></variable>"
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3154258\n"
+"14\n"
+"help.text"
+msgid "Footnotes reference more information about a topic at the bottom of a page and endnotes reference information at the end of the document. $[officename] automatically numbers the footnotes and endnotes."
+msgstr "পাদটীকা পৃষ্ঠার নিম্নে একটি আলোচ্য বিষয় সম্পর্কে আরো তথ্যাদি উল্লেখ করে এবং প্রান্তটীকা নথির শেষে তথ্যাদি উল্লেখ করে। $[officename] স্বয়ংক্রিয়ভাবে পাদটীকা এবং প্রান্তটিকার নম্বর দেয়।"
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"hd_id3155881\n"
+"24\n"
+"help.text"
+msgid "To Insert a Footnote or Endnote"
+msgstr "একটি পাদটীকা বা প্রান্তটীকা সন্নিবেশ করতে"
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3155903\n"
+"25\n"
+"help.text"
+msgid "Click in your document where you want to place the anchor of the note."
+msgstr "আপনি আপনার নথির যেখানে নোটটির নোঙ্গর স্থাপন করতে চান সেখানে ক্লিক করুন।"
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3147120\n"
+"26\n"
+"help.text"
+msgid "Choose <link href=\"text/swriter/01/04030000.xhp\" name=\"Insert - Footnote\"><emph>Insert - Footnote/Endnote</emph></link>."
+msgstr "<link href=\"text/swriter/01/04030000.xhp\" name=\"Insert - Footnote\"><emph>সন্নিবেশ - পাদটীকা/প্রান্তটীকা</emph></link> নির্বাচন করুন।"
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3150937\n"
+"34\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Numbering</item> area, select the format that you want to use. If you select <item type=\"menuitem\">Character</item>, click the browse button (<item type=\"menuitem\">...</item>) and select the character that you want to use for the footnote."
+msgstr "<item type=\"menuitem\">সংখ্যায়ন</item> এলাকায়, আপনি যে বিন্যাস ব্যবহার করতে চান তা নির্বাচন করুন। যদি আপনি <item type=\"menuitem\">অক্ষর</item> নির্বাচন করেন, ব্রাউজার বোতামে ক্লিক করুন (<item type=\"menuitem\">...</item>) এবং পাদটীকায় আপনি যে অক্ষর ব্যবহার করতে চান তা নির্বাচন করুন।"
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3150508\n"
+"35\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Type</item> area, select <item type=\"menuitem\">Footnote</item> or <item type=\"menuitem\">Endnote</item>."
+msgstr "<item type=\"menuitem\">ধরন</item> এলাকায়, <item type=\"menuitem\">পাদটীকা</item> বা <item type=\"menuitem\">প্রান্তটীকা</item> নির্বাচন করুন।"
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3150704\n"
+"36\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3150729\n"
+"37\n"
+"help.text"
+msgid "Type the note."
+msgstr "নোট টাইপ করুন।"
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3148843\n"
+"help.text"
+msgid "<image id=\"img_id3148857\" src=\"cmd/sc_insertfootnote.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3148857\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148857\" src=\"cmd/sc_insertfootnote.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3148857\">আইকন</alt></image>"
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3153176\n"
+"27\n"
+"help.text"
+msgid "You can also insert footnotes by clicking the <emph>Insert Footnote Directly</emph> icon on the <emph>Insert</emph> toolbar."
+msgstr "<emph>সন্নিবেশ</emph> টুলবারে <emph>সরাসরি পাদটীকা সন্নিবেশ</emph> আইকনে ক্লিক করেও আপনি পাদটীকা সন্নিবেশ করাতে পারেন।"
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"hd_id3155543\n"
+"28\n"
+"help.text"
+msgid "To Edit a Footnote or Endnote"
+msgstr "একটি পাদটীকা বা প্রান্তটীকা সম্পাদনা করতে"
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3150167\n"
+"6\n"
+"help.text"
+msgid "The mouse pointer changes to a hand when you rest it over a footnote or endnote anchor in your document."
+msgstr "যখন আপনি এটিকে একটি পাদটীকা অথবা প্রান্তটীকা নোঙ্গরে পরিবর্তন করেন তখন মাউস সূচক একটি হাতে পরিবর্তিত হয়।"
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3155563\n"
+"29\n"
+"help.text"
+msgid "To edit the text of a footnote or endnote, click in the note, or click the anchor for the note in the text."
+msgstr "পাদটীকা অথবা প্রান্তটীকার পাঠ্য সম্পাদনা করতে, নোটটিতে ক্লিক করুন, অথবা পাঠ্যে নোটের নোঙ্গরে ক্লিক করুন।"
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3145029\n"
+"40\n"
+"help.text"
+msgid "To change the format of a footnote, click in the footnote, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline> to open the Styles and Formatting window, right-click \"Footnote\" in the list, and then choose <emph>Modify</emph>."
+msgstr ""
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3145062\n"
+"30\n"
+"help.text"
+msgid "To jump from the footnote or endnote text to the note anchor in the text, press PageUp."
+msgstr "পাঠ্যে পাদটীকা বা প্রান্তটীকা হতে নোট নোঙ্গরে যেতে, PageUp চাপুন।"
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3145081\n"
+"4\n"
+"help.text"
+msgid "To edit the numbering properties of a footnote or endnote anchor, click in front of the anchor, and choose <link href=\"text/swriter/01/02150000.xhp\" name=\"Edit - Footnote\"><emph>Edit - Footnote/Endnote</emph></link>."
+msgstr "একটি পাদটীকা বা প্রান্তটীকা নোঙ্গরের সংখ্যায়ন বৈশিষ্ট্য সম্পাদনা করতে, নোঙ্গরে ক্লিক করুন, এবং <link href=\"text/swriter/01/02150000.xhp\" name=\"Edit - Footnote\"><emph>সম্পাদনা - পাদটীকা/প্রান্তটীকা</emph></link> নির্বাচন করুন।"
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3147776\n"
+"3\n"
+"help.text"
+msgid "To change the formatting that $[officename] applies to footnotes and endnotes, choose <link href=\"text/swriter/01/06080000.xhp\" name=\"Tools - Footnotes\"><emph>Tools - Footnotes/Endnotes</emph></link>."
+msgstr "$[officename] দ্বারা প্রয়োগকৃত পাদটীকা বা প্রান্তটীকার বিন্যাস পরিবর্তন করতে, <link href=\"text/swriter/01/06080000.xhp\" name=\"Tools - Footnotes\"><emph>টুল - পাদটীকা/প্রান্তটীকা</emph></link> নির্বাচন করুন।"
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3147813\n"
+"15\n"
+"help.text"
+msgid "To edit the properties of the text area for footnotes or endnotes, choose <emph>Format - Page</emph>, and then click the <link href=\"text/swriter/01/05040600.xhp\" name=\"Footnote\"><emph>Footnote</emph></link> tab."
+msgstr "পাদটীকা অথবা প্রান্তটীকার জন্য পাঠ্য এলাকা সম্পাদনা করতে, <emph>বিন্যাস - পৃষ্ঠা</emph> নির্বাচন করুন, এবং এরপর <link href=\"text/swriter/01/05040600.xhp\" name=\"Footnote\"><emph>প্রান্তটীকা</emph></link> ট্যাবে ক্লিক করুন।"
+
+#: footnote_usage.xhp
+msgctxt ""
+"footnote_usage.xhp\n"
+"par_id3147232\n"
+"41\n"
+"help.text"
+msgid "To remove a footnote, delete the footnote anchor in the text."
+msgstr "একটি পাদটীকা অপসারন করতে, পাঠ্যের পাদটীকা নোঙ্গর মুছে ফেলুন।"
+
+#: print_brochure.xhp
+msgctxt ""
+"print_brochure.xhp\n"
+"tit\n"
+"help.text"
+msgid "Printing a Brochure"
+msgstr "একটি বিবরণপত্র মুদ্রণ করা হচ্ছে"
+
+#: print_brochure.xhp
+msgctxt ""
+"print_brochure.xhp\n"
+"bm_id6743064\n"
+"help.text"
+msgid "<bookmark_value>printing; individual brochures</bookmark_value> <bookmark_value>booklet printing</bookmark_value> <bookmark_value>brochures; printing individual</bookmark_value>"
+msgstr "<bookmark_value>printing; individual brochures</bookmark_value> <bookmark_value>booklet printing</bookmark_value> <bookmark_value>brochures; printing individual</bookmark_value>"
+
+#: print_brochure.xhp
+msgctxt ""
+"print_brochure.xhp\n"
+"par_idN105F6\n"
+"help.text"
+msgid "<variable id=\"print_brochure\"><link href=\"text/swriter/guide/print_brochure.xhp\">Printing a Brochure</link></variable>"
+msgstr "<variable id=\"print_brochure\"><link href=\"text/swriter/guide/print_brochure.xhp\">একটি বিবরণপত্র মুদ্রণ করা হচ্ছে</link></variable>"
+
+#: print_brochure.xhp
+msgctxt ""
+"print_brochure.xhp\n"
+"par_idN10614\n"
+"help.text"
+msgid "You can print a Writer document as a brochure or a booklet. That is, Writer prints two pages on each side of the paper, so that when you fold the paper, you can read the document as a book."
+msgstr "একটি বিবরণপত্র অথবা বুকলেট হিসেবে আপনি একটি Writer নথি মুদ্রণ করতে পারবেন। এর মানে, Writer কাগজের প্রতি পার্শ্বের দুই পৃষ্ঠা মুদ্রণ করে, যাতে করে আপনি যখন কাগজটি মোড়াবেন, আপনি নথিটি একটি বই হিসেবে পড়তে পাড়বেন।"
+
+#: print_brochure.xhp
+msgctxt ""
+"print_brochure.xhp\n"
+"par_idN106DE\n"
+"help.text"
+msgid "When you create a document that you want to print as a brochure, use portrait orientation for the pages. Writer applies the brochure layout when you print the document."
+msgstr "যখন আপনি একটি নথিই তৈরি করবেন যা আপনি একটি বিবরণপত্র হিসেবে মুদ্রণ করতে চান, পৃষ্ঠার জন্য প্রতিকৃতি প্রমান ব্যবহার করুন। নথিটি মুদ্রণ করার সময় Writer বিবরণপত্র বিন্যাস প্রয়োগ করে।"
+
+#: print_brochure.xhp
+msgctxt ""
+"print_brochure.xhp\n"
+"par_idN1061A\n"
+"help.text"
+msgid "To Print a Brochure"
+msgstr "একটি বিবরণপত্র মুদ্রণ করতে"
+
+#: print_brochure.xhp
+#, fuzzy
+msgctxt ""
+"print_brochure.xhp\n"
+"par_idN10621\n"
+"help.text"
+msgid "Choose <emph>File - Print</emph>."
+msgstr "<emph>ফাইল - সংরক্ষণ করুন</emph>পছন্দ করুন।"
+
+#: print_brochure.xhp
+msgctxt ""
+"print_brochure.xhp\n"
+"par_idN106B6\n"
+"help.text"
+msgid "In the <emph>Print</emph> dialog, click <emph>Properties</emph>."
+msgstr "<emph>মুদ্রণ</emph> ডায়ালগে, <emph> বৈশিষ্ট্যাবলী</emph> ক্লিক করুন।"
+
+#: print_brochure.xhp
+msgctxt ""
+"print_brochure.xhp\n"
+"par_idN1070E\n"
+"help.text"
+msgid "In the properties dialog for your printer, set the paper orientation to landscape."
+msgstr "আপনার মুদ্রণ যন্ত্রের বৈশিষ্ট্যাবলী ডায়ালগের জন্য, কাগজের স্থিতিবিন্যাস আড়াআড়ি ভাবে নির্ধারণ করুন।"
+
+#: print_brochure.xhp
+msgctxt ""
+"print_brochure.xhp\n"
+"par_id8947416\n"
+"help.text"
+msgid "If your printer prints duplex, and because brochures always print in landscape mode, you should use the \"duplex - short edge\" setting in your printer setup dialog."
+msgstr "যদি আপনার মুদ্রণ যন্ত্রের দ্বিগুণ মুদ্রণ করে, এবং বিবরণপত্র সর্বদা অনুভূমিক ধরনে মুদ্রণ করে, আপনার মুদ্রণ বিন্যাস ডায়ালগে \"ডুপ্লেক্স - সংক্ষিপ্ত কিনারা\" বিন্যাস ব্যবহার করা প্রয়োজন।"
+
+#: print_brochure.xhp
+msgctxt ""
+"print_brochure.xhp\n"
+"par_idN10628\n"
+"help.text"
+msgid "Return to <emph>Print</emph> dialog, and click the <emph>Page Layout</emph> tab page."
+msgstr ""
+
+#: print_brochure.xhp
+msgctxt ""
+"print_brochure.xhp\n"
+"par_idN1062C\n"
+"help.text"
+msgid "Select <emph>Brochure</emph>."
+msgstr ""
+
+#: print_brochure.xhp
+msgctxt ""
+"print_brochure.xhp\n"
+"par_idN10740\n"
+"help.text"
+msgid "For a printer that automatically prints on both sides of a page, specify to include \"All pages\"."
+msgstr ""
+
+#: print_brochure.xhp
+msgctxt ""
+"print_brochure.xhp\n"
+"par_idN10630\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: print_brochure.xhp
+msgctxt ""
+"print_brochure.xhp\n"
+"par_idN106EA\n"
+"help.text"
+msgid "If %PRODUCTNAME prints the pages in the wrong order, open the <emph>Options</emph> tab page, select <emph>Print in reverse page order</emph>, and then print the document again."
+msgstr ""
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"tit\n"
+"help.text"
+msgid "Defining Borders for Pages"
+msgstr "পৃষ্ঠাসমূহের জন্য সীমানাসমূহ নির্ধারণ করা হচ্ছে"
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"bm_id3156136\n"
+"help.text"
+msgid "<bookmark_value>pages;defining borders</bookmark_value> <bookmark_value>borders; for pages</bookmark_value> <bookmark_value>frames; around pages</bookmark_value> <bookmark_value>defining;page borders</bookmark_value>"
+msgstr "<bookmark_value>pages;defining borders</bookmark_value> <bookmark_value>borders; for pages</bookmark_value> <bookmark_value>frames; around pages</bookmark_value> <bookmark_value>defining;page borders</bookmark_value>"
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"hd_id3156136\n"
+"15\n"
+"help.text"
+msgid "<variable id=\"border_page\"><link href=\"text/swriter/guide/border_page.xhp\" name=\"Defining Borders for Pages\">Defining Borders for Pages</link> </variable>"
+msgstr "<variable id=\"border_page\"><link href=\"text/swriter/guide/border_page.xhp\" name=\"Defining Borders for Pages\">কিনারা এবং পৃষ্ঠা নির্ধারণ করা হচ্ছে</link> </variable>"
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"par_id3148473\n"
+"1\n"
+"help.text"
+msgid "In Writer, you define borders for <emph>page styles</emph>, not individual pages. All changes made to borders apply to all pages that use the same page style. Note that page style changes cannot be undone by the Undo function in $[officename]."
+msgstr "Writer এ, সব পৃষ্ঠার জন্য আপনি <emph>পৃষ্ঠা শৈলী</emph> এর জন্য সীমানা উল্লেখ করতে পারেন। একই পৃষ্ঠা শৈলী ব্যবহারকারী সব পৃষ্ঠায় সীমানার সব পরিবর্তন প্রয়োগ করা হয়। মনে রাখতে হবে যে, $[officename] এ পূর্বাবস্থা ফাংশন ব্যবহার করে পৃষ্ঠা শৈলীর পরিবর্তন পূর্বাবস্থায় ফিরিয়ে নেয়া যাবে না।"
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"hd_id3150503\n"
+"2\n"
+"help.text"
+msgid "To Set a Predefined Border Style"
+msgstr "একটি পূর্বউল্লেখিত সীমানা শৈলী নির্ধারণ করতে"
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"par_id3148491\n"
+"3\n"
+"help.text"
+msgid "Choose <emph>Format - Page - Borders</emph>."
+msgstr "<emph>বিন্যাস - পৃষ্ঠা - সীমানা</emph>নির্বাচন করুন।"
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"par_id3150771\n"
+"4\n"
+"help.text"
+msgid "Select one of the default border styles in the <emph>Default</emph> area."
+msgstr "<emph>পূর্ব নির্ধারিত</emph> এলাকায় যেকোনো একটি সীমানা শৈলী নির্বাচন করুন।"
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"par_id3154046\n"
+"5\n"
+"help.text"
+msgid "Select a line style and color for the selected border style in the <emph>Line</emph> area. These settings apply to all border lines that are included in the selected border style."
+msgstr "<emph>রেখা</emph> এলাকায় নির্বাচিত সীমানা শৈলীর জন্য একটি রেখা শৈলী এবং রং নির্বাচন করুন। এই সেটিং সব সীমানা রেখায় প্রয়োগ করা হবে যা নির্বাচিত সীমানা শৈলীতে অন্তর্ভূক্ত করা হবে।"
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"par_id3152472\n"
+"6\n"
+"help.text"
+msgid "Select the distance between the border lines and the page contents in the <emph>Spacing to contents</emph> area."
+msgstr "<emph>বিষযবস্তুর স্থান ফাঁকা করা</emph> এলাকায় সীমানা রেখা এবং পৃষ্ঠা বিষয়বস্তুর মধ্যে দুরত্ব নির্বাচন করুন।"
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"par_id3156023\n"
+"7\n"
+"help.text"
+msgid "Click <emph>OK</emph> to apply the changes."
+msgstr "পরিবর্তনসমূহ প্রয়োগ করতে <emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"hd_id3145068\n"
+"8\n"
+"help.text"
+msgid "To Set a Customized Border Style"
+msgstr "একটি স্বনির্ধারিত সীমানা শৈলী নির্ধারণ করতে"
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"par_id3148663\n"
+"9\n"
+"help.text"
+msgid "Choose <emph>Format - Page - Borders</emph>."
+msgstr "<emph>বিন্যাস - পৃষ্ঠা - সীমানা</emph> নির্বাচন করুন।"
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"par_id3150541\n"
+"10\n"
+"help.text"
+msgid "In the <emph>User-defined</emph> area select the edge(s) that you want to appear in a common layout. Click on an edge in the preview to toggle the selection of an edge."
+msgstr "<emph>ব্যবহারকারী-সংজ্ঞায়িত</emph> এলাকায় কিনারা(s) নির্বাচন করুন যা আপনি সাধারণ ছাপার বিন্যাসে আবির্ভূত করতে চান। একটি কিনারার নির্বাচন প্রত্যাবর্তন নির্বাচন করতে প্রাকবীক্ষনের একটি কিনারায় ক্লিক করুন।"
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"par_id3159149\n"
+"11\n"
+"help.text"
+msgid "Select a line style and color for the selected border style in the <emph>Line</emph> area. These settings apply to all border lines that are included in the selected border style."
+msgstr "<emph>রেখা</emph> এলাকায় নির্বাচিত সীমানা শৈলীর জন্য একটি রেখা শৈলী এবং রং নির্বাচন করুন। এই সেটিং সব সীমানা রেখায় প্রয়োগ করা হবে যা নির্বাচিত সীমানা শৈলীতে অন্তর্ভূক্ত করা হবে।"
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"par_id3156282\n"
+"12\n"
+"help.text"
+msgid "Repeat the last two steps for every border edge."
+msgstr "প্রতি সীমানা প্রান্তের জন্য শেষ দুই ধাপ পুনরাবৃত্তি করুন।"
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"par_id3151041\n"
+"13\n"
+"help.text"
+msgid "Select the distance between the border lines and the page contents in the <emph>Spacing to contents</emph> area."
+msgstr "<emph>বিষয়বস্তুর স্থান ফাঁকা করা</emph> এলাকায় সীমানা রেখা এবং পৃষ্ঠা বিষযবস্তুর মাঝের দূরত্ব নির্বাচন করুন।"
+
+#: border_page.xhp
+msgctxt ""
+"border_page.xhp\n"
+"par_id3145606\n"
+"14\n"
+"help.text"
+msgid "Click <emph>OK</emph> to apply the changes."
+msgstr "পরিবর্তনসমূহ প্রয়োগ করতে <emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: calculate_intable.xhp
+msgctxt ""
+"calculate_intable.xhp\n"
+"tit\n"
+"help.text"
+msgid "Calculating Cell Totals in Tables"
+msgstr "সারণিতে সর্বমোট ঘর গণনা করা হচ্ছে"
+
+#: calculate_intable.xhp
+msgctxt ""
+"calculate_intable.xhp\n"
+"bm_id3147400\n"
+"help.text"
+msgid "<bookmark_value>calculating;sums in text tables</bookmark_value> <bookmark_value>totals in text tables</bookmark_value> <bookmark_value>tables;calculating sums</bookmark_value> <bookmark_value>cells;calculating sums</bookmark_value> <bookmark_value>table cells;calculating sums</bookmark_value> <bookmark_value>sums of table cell series</bookmark_value>"
+msgstr "<bookmark_value>calculating;sums in text tables</bookmark_value> <bookmark_value>totals in text tables</bookmark_value> <bookmark_value>tables;calculating sums</bookmark_value> <bookmark_value>cells;calculating sums</bookmark_value> <bookmark_value>table cells;calculating sums</bookmark_value> <bookmark_value>sums of table cell series</bookmark_value>"
+
+#: calculate_intable.xhp
+msgctxt ""
+"calculate_intable.xhp\n"
+"hd_id3147400\n"
+"3\n"
+"help.text"
+msgid "<variable id=\"calculate_intable\"><link href=\"text/swriter/guide/calculate_intable.xhp\" name=\"Calculating Cell Totals in Tables\">Calculating the Sum of a Series of Table Cells</link></variable>"
+msgstr "<variable id=\"calculate_intable\"><link href=\"text/swriter/guide/calculate_intable.xhp\" name=\"Calculating Cell Totals in Tables\">সারণি ঘরের একটি ধারার সমষ্টি গণনা করা হচ্ছে</link></variable>"
+
+#: calculate_intable.xhp
+msgctxt ""
+"calculate_intable.xhp\n"
+"par_id3154243\n"
+"4\n"
+"help.text"
+msgid "Choose <emph>Insert - Table</emph>, and insert a table with one column and more than one row into a text document."
+msgstr "<emph>সন্নিবেশ - সারণি</emph> নির্বাচন করুন, এবং একটি নথিতে এক কলাম এবং একের অধিক সারি সহ সারণি সন্নিবেশ করুন।"
+
+#: calculate_intable.xhp
+msgctxt ""
+"calculate_intable.xhp\n"
+"par_id3154203\n"
+"5\n"
+"help.text"
+msgid "Type a number in each cell of the column, but leave the last cell in the column empty."
+msgstr "কলামে প্রতিটি ঘরের নম্বর লিখুন, কিন্তু কলামের শেষ ঘর ফাঁকা অবস্থায় ছেড়ে দিন।"
+
+#: calculate_intable.xhp
+msgctxt ""
+"calculate_intable.xhp\n"
+"par_id3154222\n"
+"6\n"
+"help.text"
+msgid "Place the cursor in the last cell of the column, and then click the <item type=\"menuitem\">Sum</item> icon on the <item type=\"menuitem\">Table Bar</item>.<br/>The <item type=\"menuitem\">Formula Bar</item> appears with the entry \"=sum\"."
+msgstr "কলামের শেষ ঘরে কার্সার রাখুন, অতঃপর <item type=\"menuitem\">সারণি বার</item>এর <item type=\"menuitem\">মোট</item>আইকনে ক্লিক করুন।<br/>The <item type=\"menuitem\">সূত্র বার</item> \"=sum\" ভুক্তি দিয়ে উপস্থিত হয়।"
+
+#: calculate_intable.xhp
+msgctxt ""
+"calculate_intable.xhp\n"
+"par_id3147775\n"
+"15\n"
+"help.text"
+msgid "Click in the first cell of the series you want to sum up, drag to the final cell, and then release.<br/>$[officename] inserts a formula for calculating the sum of the values in the current column."
+msgstr "ধারার প্রথম ঘরে ক্লিক করুন যা আপনি যোগফল করতে চান, চুড়ান্ত ঘরে টেনে আনুন, এবং এরপর ছেড়ে দিন।<br/>$[officename] বর্তমান কলামে মানের যোগফল গণনা করার জন্য একটি সূত্র সন্নিবেশ করা হয়।"
+
+#: calculate_intable.xhp
+msgctxt ""
+"calculate_intable.xhp\n"
+"par_id3150507\n"
+"8\n"
+"help.text"
+msgid "Press Enter, or click <emph>Apply</emph> in the Formula bar. <br/>The sum of the values in the current column is entered in the cell."
+msgstr "Enter চাপুন, অথবা সূত্র বারের <emph>প্রয়োগ</emph> ক্লিক করুন। <br/>বর্তমান কলামের মানের যোগফল ঘরে সন্নিবেশ করানো হবে।"
+
+#: calculate_intable.xhp
+msgctxt ""
+"calculate_intable.xhp\n"
+"par_id3150533\n"
+"10\n"
+"help.text"
+msgid "If you enter a different number anywhere in the column, the sum is updated as soon as you click in the last column cell."
+msgstr "যদি আপনি কলামের যেকোনো স্থানে একটি ভিন্ন নম্বর সন্নিবেশ করান, আপনি যখনই শেষ কলামে ক্লিক করবেন তখনই যোগফল হালনাগাদ করা হবে।"
+
+#: calculate_intable.xhp
+msgctxt ""
+"calculate_intable.xhp\n"
+"par_id3155533\n"
+"11\n"
+"help.text"
+msgid "Similarly, you can also quickly calculate the sum of a row of numbers."
+msgstr "একইভাবে, আপনি দ্রুত সারি সংখ্যার যোগফলও গণনা করতে পারবেন।"
+
+#: printing_order.xhp
+msgctxt ""
+"printing_order.xhp\n"
+"tit\n"
+"help.text"
+msgid "Printing in Reverse Order"
+msgstr "বিপরীত ক্রমে মুদ্রণ করা হচ্ছে"
+
+#: printing_order.xhp
+msgctxt ""
+"printing_order.xhp\n"
+"bm_id3149688\n"
+"help.text"
+msgid "<bookmark_value>ordering;printing in reverse order</bookmark_value> <bookmark_value>printing; reverse order</bookmark_value>"
+msgstr "<bookmark_value>ordering;printing in reverse order</bookmark_value> <bookmark_value>printing; reverse order</bookmark_value>"
+
+#: printing_order.xhp
+msgctxt ""
+"printing_order.xhp\n"
+"hd_id3149688\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"printing_order\"><link href=\"text/swriter/guide/printing_order.xhp\" name=\"Printing in Reverse Order\">Printing in Reverse Order</link></variable>"
+msgstr "<variable id=\"printing_order\"><link href=\"text/swriter/guide/printing_order.xhp\" name=\"Printing in Reverse Order\">বিপরীত ক্রমে মুদ্রণ করা হচ্ছে</link></variable>"
+
+#: printing_order.xhp
+#, fuzzy
+msgctxt ""
+"printing_order.xhp\n"
+"par_id3155854\n"
+"3\n"
+"help.text"
+msgid "Choose <emph>File - Print</emph>."
+msgstr "<emph>ফাইল - সংরক্ষণ করুন</emph>পছন্দ করুন।"
+
+#: printing_order.xhp
+#, fuzzy
+msgctxt ""
+"printing_order.xhp\n"
+"par_id3149836\n"
+"5\n"
+"help.text"
+msgid "Click the <emph>General</emph> tab."
+msgstr "<emph>পৃষ্ঠা</emph> ট্যাবে ক্লিক করুন"
+
+#: printing_order.xhp
+msgctxt ""
+"printing_order.xhp\n"
+"par_id3156106\n"
+"6\n"
+"help.text"
+msgid "Choose <emph>Print in reverse page order</emph>."
+msgstr ""
+
+#: printing_order.xhp
+#, fuzzy
+msgctxt ""
+"printing_order.xhp\n"
+"par_id3153418\n"
+"7\n"
+"help.text"
+msgid "Click <emph>Print</emph>."
+msgstr "<emph>অপশন</emph> ক্লিক করুন।"
+
+#: printing_order.xhp
+msgctxt ""
+"printing_order.xhp\n"
+"par_id3149616\n"
+"4\n"
+"help.text"
+msgid "<link href=\"text/shared/01/01130000.xhp\" name=\"Printing\">Printing</link>"
+msgstr "<link href=\"text/shared/01/01130000.xhp\" name=\"Printing\">মুদ্রণ করা হচ্ছে</link>"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"tit\n"
+"help.text"
+msgid "User Defined Borders in Text Documents"
+msgstr "নথিতে ব্যবহারকারী নির্ধারিত সীমানাসমূহ"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"bm_id6737876\n"
+"help.text"
+msgid "<bookmark_value>borders;for text tables</bookmark_value> <bookmark_value>cells;borders in text tables</bookmark_value> <bookmark_value>defining;table borders in Writer</bookmark_value> <bookmark_value>frames;around text tables</bookmark_value> <bookmark_value>tables;defining borders</bookmark_value>"
+msgstr "<bookmark_value>borders;for text tables</bookmark_value> <bookmark_value>cells;borders in text tables</bookmark_value> <bookmark_value>defining;table borders in Writer</bookmark_value> <bookmark_value>frames;around text tables</bookmark_value> <bookmark_value>tables;defining borders</bookmark_value>"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"hd_id3614917\n"
+"help.text"
+msgid "<variable id=\"borders\"><link href=\"text/swriter/guide/borders.xhp\">User Defined Borders in Text Documents</link></variable>"
+msgstr "<variable id=\"borders\"><link href=\"text/swriter/guide/borders.xhp\">নথিতে ব্যবহারকারী নির্ধারিত সীমানাসমূহ</link></variable>"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id1069368\n"
+"help.text"
+msgid "You can apply a variety of different cell borders to selected cells in a Writer table and to the whole table. Other objects in text documents can have user defined borders, too. For example, you can assign borders to page styles, to frames, and to inserted pictures or charts."
+msgstr "একটি Writer সারণি অথবা সম্পূর্ণ সারণিতে আপনি নির্বাচিত ঘরে নানা ধরনের ভিন্ন ঘর সীমানা প্রয়োগ করতে পারেন। নথির অন্য বস্তুর ব্যবহারকারী সংজ্ঞায়িত সীমানাও থাকতে পারে। উদাহরণস্বরূপ, আপনি পৃষ্ঠা শৈলী, ফ্রেম, এবং সন্নিবেশকৃত ছবি অথবা লেখচিত্রে সীমানা বরাদ্দ করতে পারেন।"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id6527298\n"
+"help.text"
+msgid "Select the cell or a block of cells in a Writer table."
+msgstr "একটি Writer সারণিতে ঘর অথবা ঘরের ব্লক নির্বাচন করুন।"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id6129947\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Table - Table properties</item>."
+msgstr "<item type=\"menuitem\">সারণি - সারণি বৈশিষ্টাবলী</item> নির্বাচন করুন।"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id8141117\n"
+"help.text"
+msgid "In the dialog, click the <emph>Borders</emph> tab."
+msgstr "ডায়ালগে, <emph>সীমানা</emph> ট্যাবে ক্লিক করুন।"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id6016418\n"
+"help.text"
+msgid "Choose the border options you want to apply and click OK."
+msgstr "সীমানা অপশন নির্বাচন করুন যেটি আপনি প্রয়োগ করতে চান এবং \"ঠিক আছে\" ক্লিক করুন।"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id5282448\n"
+"help.text"
+msgid "The options in the <emph>Line arrangement</emph> area can be used to apply multiple border styles."
+msgstr "বহুবিধ সীমানা শৈলী প্রয়োগ করতে <emph>রেখা সুসজ্জায়ন</emph> এলাকার অপশন ব্যবহার করা যেতে পারে।"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"hd_id3547166\n"
+"help.text"
+msgid "Selection of cells"
+msgstr "ঘরসমূহের নির্বাচন"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id1108432\n"
+"help.text"
+msgid "Depending on the selection of cells, the area looks different."
+msgstr "ঘরসমূহের নির্বাচনের উপর নির্ভর করে, এলাকাটি অন্য রকম দেখায়।"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id2422559\n"
+"help.text"
+msgid "Selection"
+msgstr "নির্বাচন"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id1053498\n"
+"help.text"
+msgid "Line arrangement area"
+msgstr "রেখা সুসজ্জায়ন এলাকা"
+
+#: borders.xhp
+#, fuzzy
+msgctxt ""
+"borders.xhp\n"
+"par_id1076998\n"
+"help.text"
+msgid "One cell selected in a table that has more than one cells, or cursor inside a table with no cell selected"
+msgstr "একটি ঘরের চেয়ে বড় আকারের একটি ঘর সারণিতে নির্বাচিত করা হলে, অথবা কোনো ঘর নির্বাচিত না করে সারণির ভিতরের কার্সার নির্বাচন করে"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id4240241\n"
+"help.text"
+msgid "<image id=\"img_id1058992\" src=\"res/helpimg/border_wr_1.png\" width=\"1.4071in\" height=\"1.7791in\"><alt id=\"alt_id1058992\">one cell border</alt></image>"
+msgstr "<image id=\"img_id1058992\" src=\"res/helpimg/border_wr_1.png\" width=\"1.4071in\" height=\"1.7791in\"><alt id=\"alt_id1058992\">এক ঘর সীমানা</alt></image>"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id162053\n"
+"help.text"
+msgid "A one cell table, the cell is selected"
+msgstr "একটি একক ঘর সারণিতে, ঘরটি নির্বাচিত করা আছে"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id5021820\n"
+"help.text"
+msgid "<image id=\"img_id7366557\" src=\"res/helpimg/border_wr_2.png\" width=\"1.4071in\" height=\"1.7791in\"><alt id=\"alt_id7366557\">one selected cell border</alt></image>"
+msgstr "<image id=\"img_id7366557\" src=\"res/helpimg/border_wr_2.png\" width=\"1.4071in\" height=\"1.7791in\"><alt id=\"alt_id7366557\">একটি নির্বাচিত ঘর সীমানা</alt></image>"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id3549607\n"
+"help.text"
+msgid "Cells in a column selected"
+msgstr "একটি কলামে ঘর নির্বাচন করা হয়েছে"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id2544328\n"
+"help.text"
+msgid "<image id=\"img_id2298654\" src=\"res/helpimg/border_wr_3.png\" width=\"1.4071in\" height=\"1.7791in\"><alt id=\"alt_id2298654\">column selected border</alt></image>"
+msgstr "<image id=\"img_id2298654\" src=\"res/helpimg/border_wr_3.png\" width=\"1.4071in\" height=\"1.7791in\"><alt id=\"alt_id2298654\">কলাম নির্বাচিত সীমানা</alt></image>"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id1636402\n"
+"help.text"
+msgid "Cells in a row selected"
+msgstr "একটি সারিতে ঘর নির্বাচন করা হয়েছে"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id7450483\n"
+"help.text"
+msgid "<image id=\"img_id9033783\" src=\"res/helpimg/border_wr_4.png\" width=\"1.4071in\" height=\"1.7791in\"><alt id=\"alt_id9033783\">row selected border</alt></image>"
+msgstr "<image id=\"img_id9033783\" src=\"res/helpimg/border_wr_4.png\" width=\"1.4071in\" height=\"1.7791in\"><alt id=\"alt_id9033783\">সারি নির্বাচিত সীমানা</alt></image>"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id5741752\n"
+"help.text"
+msgid "A whole table of 2x2 or more cells selected"
+msgstr "২x২ এর সমগ্র সারণি অথবা ঘরসমূহ নির্বাচিত করা হয়েছে"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id570085\n"
+"help.text"
+msgid "<image id=\"img_id4776757\" src=\"res/helpimg/border_wr_5.png\" width=\"1.4071in\" height=\"1.7791in\"><alt id=\"alt_id4776757\">block selected border</alt></image>"
+msgstr "<image id=\"img_id4776757\" src=\"res/helpimg/border_wr_5.png\" width=\"1.4071in\" height=\"1.7791in\"><alt id=\"alt_id4776757\">ব্লক নির্বাচিত সীমানা</alt></image>"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"hd_id5044099\n"
+"help.text"
+msgid "Default settings"
+msgstr "পূর্বনির্ধারিত সেটিং"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id626544\n"
+"help.text"
+msgid "Click one of the <emph>Default</emph> icons to set or reset multiple borders."
+msgstr "বহুবিধ সীমানা নির্ধারণ অথবা পুনরায় স্থাপন করতে <emph>পূর্ব নির্ধারিত</emph> আইকনে ক্লিক করুন।"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id292062\n"
+"help.text"
+msgid "The thin gray lines inside an icon show the borders that will be reset or cleared."
+msgstr "আইকনের ভিতরের ধূসর রেখা রেখাসমূহ দেখায় যা পুনরায় স্থাপন করা অথবা অপসারন করা হবে।"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id1361735\n"
+"help.text"
+msgid "The dark lines inside an icon show the lines that will be set using the selected line style and color."
+msgstr "আইকনের ভিতরের গাঢ় রেখা রেখাসমূহ দেখায় যা নির্বাচিত রেখা শৈলী এবং রং ব্যবহার করে নির্ধারণ করা হবে।"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id82399\n"
+"help.text"
+msgid "The thick gray lines inside an icon show the lines that will not be changed."
+msgstr "আইকনের ভিতরের পুরু ধূসর রেখাসমূহ দেখায় যা পরিবর্তন করা যাবেনা।"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"hd_id7144993\n"
+"help.text"
+msgid "Examples"
+msgstr "উদাহরণ"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id5528427\n"
+"help.text"
+msgid "Select a block of about 8x8 cells, then choose <emph>Format - Cells - Borders</emph>."
+msgstr "প্রায় ৮x৮ ঘরের একটি ব্লক নির্বাচন করুন, এরপর <emph>বিন্যাস - ঘর - সীমানা</emph> নির্বাচন করুন।"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id4194158\n"
+"help.text"
+msgid "<image id=\"img_id8221076\" src=\"res/helpimg/border_ca_5.png\" width=\"1.2209in\" height=\"0.2445in\"><alt id=\"alt_id8221076\">default icons for borders</alt></image>"
+msgstr "<image id=\"img_id8221076\" src=\"res/helpimg/border_ca_5.png\" width=\"1.2209in\" height=\"0.2445in\"><alt id=\"alt_id8221076\">সীমানার জন্য পূর্বনির্ধারিত আইকন</alt></image>"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id7253028\n"
+"help.text"
+msgid "Click the left icon to clear all lines. This removes all outer borders and all inner lines."
+msgstr "সব রেখা অপসারন করতে বাম আইকনে ক্লিক করুন। এটি সব বাইরের সীমানা এবং আভ্যন্তরীন রেখা অপসারণ করবে।"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id9441206\n"
+"help.text"
+msgid "Click the second icon from the left to set an outer border and to remove all other lines."
+msgstr "একটি বাইরের সীমানা নির্ধারণ করতে এবং অন্য সব রেখা অপসারণ করতে সর্ববামের দ্বিতীয় আইকনে ক্লিক করুন।"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id7276833\n"
+"help.text"
+msgid "Click the rightmost icon to set an outer border. The inner lines are not changed."
+msgstr "একটি বাইরের সীমানা নির্ধারণ করতে সর্বডানের আইকনে ক্লিক করুন। আভ্যন্তরীণ রেখা পরিবর্তন হবেনা।"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id5273293\n"
+"help.text"
+msgid "Now you can continue to see which lines the other icons will set or remove."
+msgstr "কোন রেখা, অন্য আইকনকে নির্ধারণ বা অপসারণ করবে সেটি আপনি এখন দেখা বহাল রাখতে পারেন।"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"hd_id5110019\n"
+"help.text"
+msgid "User defined settings"
+msgstr "ব্যবহারকারী নির্ধারিত সেটিং"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id1820734\n"
+"help.text"
+msgid "In the <emph>User defined</emph> area, you can click to set or remove individual lines. The preview shows lines in three different states."
+msgstr "<emph>ব্যবহারকারী সংজ্ঞায়িত</emph> এলাকায়, স্বতন্ত্র রেখা নির্ধারণ বা অপসারণ করতে আপনি ক্লিক করতে পারেন। প্রাকদর্শন তিনটি ভিন্ন অবস্থায় রেখা দেখাচ্ছে।"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id7093111\n"
+"help.text"
+msgid "Repeatedly click an edge or a corner to switch through the three different states."
+msgstr "তিনটি ভিন্ন অবস্থায় পরিবর্তন করতে বার বার একটি প্রান্ত অথবা একটি কোনায় ক্লিক করুন।"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id3673818\n"
+"help.text"
+msgid "Line types"
+msgstr "রেখা ধরনসমূহ"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id2593768\n"
+"help.text"
+msgid "Image"
+msgstr "চিত্র"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id2055421\n"
+"help.text"
+msgid "Meaning"
+msgstr "অর্থ"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id9836115\n"
+"help.text"
+msgid "A black line"
+msgstr "একটি কালো রেখা"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id6485793\n"
+"help.text"
+msgid "<image id=\"img_id1237525\" src=\"res/helpimg/border_wr_6.png\" width=\"1.4071in\" height=\"1.2555in\"><alt id=\"alt_id1237525\">solid line for border</alt></image>"
+msgstr "<image id=\"img_id1237525\" src=\"res/helpimg/border_wr_6.png\" width=\"1.4071in\" height=\"1.2555in\"><alt id=\"alt_id1237525\">সীমানার জন্য নিশ্ছিদ্র রেখা</alt></image>"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id1454512\n"
+"help.text"
+msgid "A black line sets the corresponding line of the selected cells. The line is shown as a dotted line when you choose the 0.05 pt line style. Double lines are shown when you select a double line style."
+msgstr "একটি কালো রেখা নির্বাচিত ঘরের সংশ্লিষ্ট রেখা নির্ধারণ করে। যখন আপনি ০.০৫pt রেখা শৈলী নির্বাচন করবেন তখন রেখাটি ডটকৃত রেখায় দেখানো হয়। যখন আপনি দ্বিগুণ রেখা শৈলী নির্বাচন করবেন তখন দ্বিগুণ রেখা দেখানো হয়।"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id4618671\n"
+"help.text"
+msgid "A gray line"
+msgstr "একটি ধূসর রেখা"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id1239356\n"
+"help.text"
+msgid "<image id=\"img_id2688680\" src=\"res/helpimg/border_wr_7.png\" width=\"1.4071in\" height=\"1.2555in\"><alt id=\"alt_id2688680\">gray line for border</alt></image>"
+msgstr "<image id=\"img_id2688680\" src=\"res/helpimg/border_wr_7.png\" width=\"1.4071in\" height=\"1.2555in\"><alt id=\"alt_id2688680\">সীমানার জন্য ধূসর লাইন</alt></image>"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id9474166\n"
+"help.text"
+msgid "A gray line is shown when the corresponding line of the selected cells will not be changed. No line will be set or removed at this position."
+msgstr "যখন নির্বাচিত ঘর সংশ্লিষ্ট রেখা পরিবর্তন না হয় তখন একটি ধূসর রেখা দেখানো হয়। এই অবস্থানে কোনো রেখা নির্ধারণ অথবা অপসারণ করা যাবেনা।"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id1545457\n"
+"help.text"
+msgid "A white line"
+msgstr "একটি সাদা রেখা"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id1681875\n"
+"help.text"
+msgid "<image id=\"img_id7340617\" src=\"res/helpimg/border_wr_8.png\" width=\"1.4071in\" height=\"1.2555in\"><alt id=\"alt_id7340617\">white line for border</alt></image>"
+msgstr "<image id=\"img_id7340617\" src=\"res/helpimg/border_wr_8.png\" width=\"1.4071in\" height=\"1.2555in\"><alt id=\"alt_id7340617\">সীমানানর জন্য সাদা লাইন</alt></image>"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id2316660\n"
+"help.text"
+msgid "A white line is shown when the corresponding line of the selected cells will be removed."
+msgstr "যখন নির্বাচিত ঘরের সংশ্লিষ্ট ঘর অপসারণ করা হবে তখন একটি সাদা রেখা দেখানো হবে।"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"hd_id5908688\n"
+"help.text"
+msgid "Examples"
+msgstr "উদাহরণ"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id5118564\n"
+"help.text"
+msgid "Select a single cell in a Writer table, then choose <emph>Table - Table properties - Borders</emph>."
+msgstr "একটি Writer সারণিতে একটি একক ঘর নিরবাচন করুন, এরপর <emph>সারণি - সারণি বৈশিষ্ট্যাবলী - সীমানা</emph> নির্বাচন করুন।"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id244758\n"
+"help.text"
+msgid "Select a thick line style."
+msgstr "একটি মোটা লাইন শৈলী নির্বাচন করুন।"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id7741325\n"
+"help.text"
+msgid "To set a lower border, click the lower edge repeatedly until you see a thick line."
+msgstr "একটি নিম্ন সীমানা নির্ধারণ করে, আপনি একটি মোটা রেখা দেখা না পর্যন্ত পুনরাবৃত্তভাবে নিম্ন প্রান্তে ক্লিক করুন।"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id542313\n"
+"help.text"
+msgid "<image id=\"img_id4273506\" src=\"res/helpimg/border_wr_6.png\" width=\"1.4071in\" height=\"1.2555in\"><alt id=\"alt_id4273506\">setting thick lower border</alt></image>"
+msgstr "<image id=\"img_id4273506\" src=\"res/helpimg/border_wr_6.png\" width=\"1.4071in\" height=\"1.2555in\"><alt id=\"alt_id4273506\">নিম্ন পুরু সীমানা নির্ধারণ করা হচ্ছে</alt></image>"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id2210760\n"
+"help.text"
+msgid "All cells in a Writer table have at least a left and a lower line by default. Most cells on the table perimeter have more lines applied by default."
+msgstr "পূর্ব নির্ধারণক্রমে একটি Writer সারণির সব ঘরের অন্তত একটি বাম এবং একটি নিম্ন রেখা থাকতে হবে। পূর্ব নির্ধারণক্রমে সারণির বহিঃপরিসীমা সর্বোচ্চ ঘরের আরও রেখা প্রয়োগ করা থাকবে।"
+
+#: borders.xhp
+msgctxt ""
+"borders.xhp\n"
+"par_id5400860\n"
+"help.text"
+msgid "All lines that are shown in white in the preview will be removed from the cell."
+msgstr "প্রাকদর্শনে সাদায় দেখানো সব রেখা ঘর থেকে অপসারণ করা হবে।"
+
+#: references_modify.xhp
+msgctxt ""
+"references_modify.xhp\n"
+"tit\n"
+"help.text"
+msgid "Modifying Cross-References"
+msgstr "প্রতিনির্দেশ পরিবর্তন করা হচ্ছে"
+
+#: references_modify.xhp
+msgctxt ""
+"references_modify.xhp\n"
+"bm_id3149291\n"
+"help.text"
+msgid "<bookmark_value>references; modifying cross-references</bookmark_value> <bookmark_value>cross-references; modifying</bookmark_value> <bookmark_value>editing;cross-references</bookmark_value> <bookmark_value>searching;cross-references</bookmark_value>"
+msgstr "<bookmark_value>references; modifying cross-references</bookmark_value> <bookmark_value>cross-references; modifying</bookmark_value> <bookmark_value>editing;cross-references</bookmark_value> <bookmark_value>searching;cross-references</bookmark_value>"
+
+#: references_modify.xhp
+msgctxt ""
+"references_modify.xhp\n"
+"hd_id3149291\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"references_modify\"><link href=\"text/swriter/guide/references_modify.xhp\" name=\"Modifying Cross-References\">Modifying Cross-References</link></variable>"
+msgstr "<variable id=\"references_modify\"><link href=\"text/swriter/guide/references_modify.xhp\" name=\"Modifying Cross-References\">প্রতিনির্দেশ পরিবর্তন করা হচ্ছে</link></variable>"
+
+#: references_modify.xhp
+msgctxt ""
+"references_modify.xhp\n"
+"par_id3153132\n"
+"2\n"
+"help.text"
+msgid "Click in front of the cross-reference that you want to modify."
+msgstr "আপনি যেই প্রতিনির্দেশ পরিবর্তন করতে চান সেটির সম্মুখে ক্লিক করুন।"
+
+#: references_modify.xhp
+msgctxt ""
+"references_modify.xhp\n"
+"par_id3149632\n"
+"3\n"
+"help.text"
+msgid "If you cannot see the field shading of the cross-reference, choose <emph>View - Field Shadings</emph> or press <emph>Ctrl+F8</emph>."
+msgstr "যদি আপনি প্রতিনির্দেশের ক্ষেত্র ছায়াকরণ দেখতে না পান, তবে <emph>প্রদর্শন - ক্ষেত্র ছায়াকরণ</emph> নির্বাচন করুন বা <emph>Ctrl+F8</emph> চাপুন।"
+
+#: references_modify.xhp
+msgctxt ""
+"references_modify.xhp\n"
+"par_id3149611\n"
+"4\n"
+"help.text"
+msgid "Choose <emph>Edit - Fields</emph>."
+msgstr "<emph>সম্পাদনা - ক্ষেত্র</emph> নির্বাচন করুন।"
+
+#: references_modify.xhp
+msgctxt ""
+"references_modify.xhp\n"
+"par_id3145101\n"
+"7\n"
+"help.text"
+msgid "Set the options that you want, and then click <emph>OK</emph>."
+msgstr "আপনি যেই অপশনটি চান সেটি নির্ধারণ করুন, এবং এরপর <emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: references_modify.xhp
+msgctxt ""
+"references_modify.xhp\n"
+"par_id3154255\n"
+"5\n"
+"help.text"
+msgid "Use the arrow buttons in the <item type=\"menuitem\">Edit Fields</item> dialog to browse through the cross-references in the current document."
+msgstr "বর্তমান নথিতে ক্রস-রেফারেন্স দিয়ে ব্রাউজ করতে <item type=\"menuitem\">ক্ষেত্র সম্পাদনা</item> ডায়ালগের তীর চিহ্নিত বোতাম ব্যবহার করুন।"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"tit\n"
+"help.text"
+msgid "Working with Master Documents and Subdocuments"
+msgstr "প্রধান নথি এবং উপনথি সহ কাজ করা হচ্ছে"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"bm_id3145246\n"
+"help.text"
+msgid "<bookmark_value>Navigator;master documents</bookmark_value> <bookmark_value>master documents;creating/editing/exporting</bookmark_value> <bookmark_value>subdocuments;creating/editing/removing</bookmark_value> <bookmark_value>removing;subdocuments</bookmark_value> <bookmark_value>indexes; master documents</bookmark_value>"
+msgstr "<bookmark_value>Navigator;master documents</bookmark_value> <bookmark_value>master documents;creating/editing/exporting</bookmark_value> <bookmark_value>subdocuments;creating/editing/removing</bookmark_value> <bookmark_value>removing;subdocuments</bookmark_value> <bookmark_value>indexes; master documents</bookmark_value>"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"hd_id3145246\n"
+"4\n"
+"help.text"
+msgid "<variable id=\"globaldoc_howtos\"><link href=\"text/swriter/guide/globaldoc_howtos.xhp\">Working with Master Documents and Subdocuments</link></variable>"
+msgstr "<variable id=\"globaldoc_howtos\"><link href=\"text/swriter/guide/globaldoc_howtos.xhp\">প্রধান নথি এবং উপনথি সহ কাজ করা হচ্ছে</link></variable>"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id1522873\n"
+"help.text"
+msgid "A master document lets you manage large documents, such as a book with many chapters. The master document can be seen as a container for individual <item type=\"productname\">%PRODUCTNAME</item> Writer files. The individual files are called subdocuments."
+msgstr "একটি প্রধান নথি আপনাকে বড় নথি নিয়ন্ত্রণ করতে দেয়, যেমন অনেক অধ্যায় সহ একটি বই। প্রধান নথি স্বতন্ত্র <item type=\"productname\">%PRODUCTNAME</item> রাইটার ফাইলের জন্য ধারখ হিসেবে দেখানো হয়। স্বতন্ত্র ফাইল কে উপনথি বলা হয়।"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"hd_id3153127\n"
+"29\n"
+"help.text"
+msgid "To Create a Master Document"
+msgstr "একটি মাস্টার নথি তৈরি করতে"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3149634\n"
+"30\n"
+"help.text"
+msgid "Do one of the following:"
+msgstr "নিম্নের যেকোনো একটি করুন"
+
+#: globaldoc_howtos.xhp
+#, fuzzy
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3149956\n"
+"31\n"
+"help.text"
+msgid "Choose <emph>File - New - Master Document</emph>."
+msgstr "<emph>ফাইল - প্রেরণ - HTML নথি তৈরি</emph> নির্বাচন করুন।"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3149612\n"
+"32\n"
+"help.text"
+msgid "Open an existing document and choose <emph>File - Send - Create Master Document</emph>."
+msgstr ""
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3149873\n"
+"28\n"
+"help.text"
+msgid "If you are creating a new master document, the first entry in the Navigator should be a <item type=\"menuitem\">Text</item> entry. Type an introduction or enter some text. This ensures that after having edited an existing style in the master document, you see the changed style when viewing the subdocuments."
+msgstr "আপনি যদি একটি নতুন মাস্টার নথি তৈরি করেন, ন্যাভিগেটরে প্রথম ভুক্তি হবে <item type=\"menuitem\">পাঠ্য</item> ভুক্তি। সূচনা লিখুন বা কিছু লিখুন। এটি নিশ্চিত করে যে মাস্টার নথি সম্পাদনা করার পরও আপনি উপনথি দেখার সময় আপনি পরিবর্তনগুলো দেখতে পাবেন।"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3145114\n"
+"33\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Navigator</item> for master documents (should open automatically, else press F5 to open), click and hold the <item type=\"menuitem\">Insert</item> icon, and do one of the following:"
+msgstr "মাস্টার নথির (স্বয়ংক্রিয়ভাবে খোলে, বা F5 চেপে খোলা হয়) জন্য <item type=\"menuitem\">ন্যাভিগেটর</item> এ, <item type=\"menuitem\">সন্নিবেশ</item> আইকনে ক্লিক করুন এবং ধরে রাখুন, এবং নিম্নের যেকোনো একটি করুন:"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3156240\n"
+"34\n"
+"help.text"
+msgid "To insert an existing file as a subdocument, choose <emph>File</emph>, locate the file that you want to include, and then click <emph>OK</emph>."
+msgstr ""
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3145405\n"
+"35\n"
+"help.text"
+msgid "To create a new subdocument, choose <emph>New Document</emph>, type a name for the file, and then click <emph>Save</emph>."
+msgstr ""
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id8550981\n"
+"help.text"
+msgid "To insert some text between subdocuments, choose <emph>Text</emph>. Then type the text. You cannot insert text next to an existing text entry in the Navigator."
+msgstr ""
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3153382\n"
+"36\n"
+"help.text"
+msgid "Choose <emph>File - Save</emph>."
+msgstr "<emph>ফাইল - সংরক্ষণ করুন</emph>পছন্দ করুন।"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"hd_id3154242\n"
+"37\n"
+"help.text"
+msgid "To Edit a Master Document"
+msgstr "একটি মাস্টার নথি সম্পাদনা করতে"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3154255\n"
+"20\n"
+"help.text"
+msgid "Use the Navigator for rearranging and editing the subdocuments in a master document."
+msgstr "একটি প্রধান নথির উপনথি পুন:সংঘঠিত করতে এবং সম্পাদনা করতে ন্যাভিগেটরটি ব্যবহার করুন।"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3155879\n"
+"38\n"
+"help.text"
+msgid "To open a subdocument for editing, double-click the name of the subdocument in the Navigator."
+msgstr "সম্পাদনার জন্য একটি উপনথি খুলতে, ন্যাভিগেটরে উপনথির নামে ডাবল ক্লিক করুন।"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3155931\n"
+"39\n"
+"help.text"
+msgid "To remove a subdocument from the master document, right-click the subdocument in the Navigator list and choose <emph>Delete</emph>. The subdocument file is not deleted, only the entry in the Navigator is removed."
+msgstr "প্রধান নথি থেকে একটি উপনথি অপসারণ করত, ন্যাভিগেটর তালিকার উপনথিতে ডান-ক্লিক করুন এবং <emph>মুছে ফেলুন</emph> পছন্দ করুন। উপনথি ফাইল মুছে ফেলা হয়নি, শুধুমাত্র ন্যাভিগেটরটির ভুক্তি মুছে ফেলা হয়েছে।"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3148677\n"
+"8\n"
+"help.text"
+msgid "To add text to a master document, right-click an item in the Navigator list, and then choose <emph>Insert - Text</emph>. A text section is inserted before the selected item in the master document where you can type the text that you want. You cannot insert text next to an existing text entry in the Navigator."
+msgstr "একটি প্রধান নথিতে পাঠ্য যুক্ত করতে, পরিক্রমন তালিকার একটি প্রকরণে ডান-ক্লিক করুন, এবং এরপর <emph>সন্নিবেশ করান - পাঠ্য</emph>পছন্দ করুন। প্রধান নথির নির্বাচিত প্রকরণের পূর্বে একটি পাঠ্য শাখা সন্নিবেশ করানো হবে যেখানে আপনি যেই পাঠ্যটি চান সেটি টাইপ করতে পারেন। আপনি ন্যাভিগেটরের বিদ্যমান পাঠ্য ভুক্তিতে পরবর্তী পাঠ্য সন্নিবেশ করাতে পারবেন না।"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3149982\n"
+"10\n"
+"help.text"
+msgid "To reorder the subdocuments in a master document, drag a subdocument to a new location in the Navigator list. You can also select a subdocument in the list, and click the <item type=\"menuitem\">Move down</item> or <item type=\"menuitem\">Move up</item> icon."
+msgstr "ন্যাভিগেটর তালিকায় একটি উপনথিকে নতুন অবস্থানে টেনে আনতে, একটি মাস্টার নথিতে একটি উপনথি পুনরায় আনতে। আপনি তালিকায় একটি উপনথি নির্বাচন করুন, এবং <item type=\"menuitem\">নিচে নামানো হবে</item> বা <item type=\"menuitem\">উপরে উঠানো হবে</item> আইকনে ক্লিক করুন।"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3153022\n"
+"40\n"
+"help.text"
+msgid "To add an index, such as a table of contents, right-click in the Navigator list, and then choose <emph>Insert - Index</emph>."
+msgstr "একটি সূচী যুক্ত করতে, যেমন সূচীপত্র, ন্যাভিগেটর তালিকায় ডান-ক্লিক করুন, এবং এরপর <emph>সন্নিবেশ করান - সূচী</emph>পছন্দ করুন।"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3148949\n"
+"help.text"
+msgid "<image id=\"img_id3148959\" src=\"sw/imglst/sc20246.png\" width=\"0.1862in\" height=\"0.1862in\"><alt id=\"alt_id3148959\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148959\" src=\"sw/imglst/sc20246.png\" width=\"0.1862in\" height=\"0.1862in\"><alt id=\"alt_id3148959\">আইকন</alt></image>"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3153632\n"
+"21\n"
+"help.text"
+msgid "To update an index in a master document, select the index in the Navigator, and then click the <emph>Update</emph> icon."
+msgstr "একটি প্রধান নথির সূচী হালনাগাদ করতে, ন্যাভিগেটরে সূচী পছন্দ করুন, এবং এরপর <emph>হালনাগাদ করুন</emph>আইকনে ক্লিক করুন।"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_idN10C40\n"
+"help.text"
+msgid "When you insert an object like a frame or a picture into a master document, do not anchor the object \"to page\". Instead, set the anchor \"to paragraph\" on the <emph>Format - (Object type) - Type</emph> tab page, and then set the object's position relative to \"Entire Page\" in the <emph>Horizontal</emph> and <emph>Vertical</emph> list boxes."
+msgstr "যখন আপনি একটি প্রধান নথিতে একটি ফ্রেম অথবা ছবি সন্নিবেশ করাবেন, বস্তুতে \"পৃষ্ঠায়\" নোঙ্গর করবেন না। পরবর্তীতে, <emph>বিন্যাস - (বস্তুর ধরন) - ধরন</emph> ট্যাব পৃষ্ঠায় \"অনুচ্ছেদে\" নোঙ্গর নির্ধারণ করুন, এবং এরপর <emph>অনুভূমিক</emph> এবং <emph>উল্লম্ব</emph> তালিকা বাক্সে \"সম্পূর্ণ পৃষ্ঠার\" সম্পর্কিত বস্তুর অবস্থান নির্ধারণ করুন।"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"hd_id3153656\n"
+"41\n"
+"help.text"
+msgid "To Start Each Subdocument on a New Page"
+msgstr "একটি নতুন পৃষ্ঠায় প্রতিটি উপনথি শুরু করতে"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3152760\n"
+"42\n"
+"help.text"
+msgid "Ensure that each subdocument starts with a heading that uses the same paragraph style, for example \"Heading 1\"."
+msgstr "নিশ্চিত করুন যে প্রতিটি উপনথি একটি শিরোনাম সহ আরম্ভ হয় যা অনুচ্ছেদ শৈলী ব্যবহার করে, উদাহরণস্বরূপ \"শিরোনাম ১\"।"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3153876\n"
+"43\n"
+"help.text"
+msgid "In the master document, choose <emph>Format - Styles and Formatting</emph>, and click the <emph>Paragraph Styles</emph> icon."
+msgstr "প্রধান নথিতে, <emph>বিন্যাস - শৈলী ও বিন্যাস</emph>পছন্দ করুন, এবং <emph>অনুচ্ছেদ শৈলী</emph> আইকনে ক্লিক করুন।"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3153907\n"
+"44\n"
+"help.text"
+msgid "Right-click \"Heading 1\" and choose <emph>Modify</emph>."
+msgstr "\"শিরোনাম১\" এ ডান-ক্লিক করুন এবং <emph>পরিবর্তন করুন</emph> পছন্দ করুন।"
+
+#: globaldoc_howtos.xhp
+#, fuzzy
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3147124\n"
+"45\n"
+"help.text"
+msgid "Click the <item type=\"menuitem\">Text Flow</item> tab."
+msgstr "<item type=\"menuitem\">পৃষ্ঠা শৈলী</item> আইকনে ক্লিক করুন।"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3149770\n"
+"46\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Breaks</item> area, select <item type=\"menuitem\">Insert</item>, and then select “Page”in the <item type=\"menuitem\">Type</item> box."
+msgstr "<item type=\"menuitem\">বিভাজক</item> এলাকায়, <item type=\"menuitem\">সন্নিবেশ</item> নির্বাচন করুন, অতঃপর in the <item type=\"menuitem\">ধরন</item> বাক্সে “পৃষ্ঠা” নির্বাচন করুন।"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3150224\n"
+"17\n"
+"help.text"
+msgid "If you want each subdocument to start on an odd page, select <emph>With Page Style</emph>, and select \"Right page\" in the box."
+msgstr "যদি আপনও প্রতি পৃষ্ঠা বিজোড় পৃষ্ঠায় উপনথি আরম্ভ করতে চান, <emph>পৃষ্ঠা শৈলী সহ</emph>নির্বাচন করুন, এবং বাক্সে \"ডান পৃষ্ঠা\" iনির্বাচন করুন।"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3145205\n"
+"47\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>ঠিক আছে</emph> তে ক্লিক করুন।"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"hd_id3145228\n"
+"48\n"
+"help.text"
+msgid "To Export a Master Document as a <item type=\"productname\">%PRODUCTNAME</item> Text Document"
+msgstr "<item type=\"productname\">%PRODUCTNAME</item> নথি হিসেবে একটি মাস্টার নথি এক্সপোর্ট করতে"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3150315\n"
+"49\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">File - Export</item>."
+msgstr "<item type=\"menuitem\">ফাইল - এক্সপোর্ট করুন</item> পছন্দ করুন।"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3148580\n"
+"50\n"
+"help.text"
+msgid "In the <emph>File format</emph> list, select a text document file format and click <emph>Export</emph>."
+msgstr "<emph>ফাইল বিন্যাস</emph> তালিকায়, একটি পাঠ্য নথি ফাইল বিন্যাস পছন্দ করুন এবং <emph>এক্সপোর্ট করুন</emph> এ ক্লিক করুন।"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id8371227\n"
+"help.text"
+msgid "The subdocuments will be exported as sections. Use <item type=\"menuitem\">Format - Sections</item> to unprotect and remove sections, if you prefer a plain text document without sections."
+msgstr "এই উপনথি শাখা হিসেবে এক্সপোর্ট করা হবে। যদি আপনি শাখা ব্যতীত সরল পাঠ্য নথি অধিকতর পছন্দ করেন তবে,অরক্ষিত এবং শাখা অপসারণ করতে <item type=\"menuitem\">বিন্যাস - শাখা</item> ব্যবহার করুন।"
+
+#: globaldoc_howtos.xhp
+msgctxt ""
+"globaldoc_howtos.xhp\n"
+"par_id3154382\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02110000.xhp\" name=\"Navigator in master mode\">Navigator in master mode</link>"
+msgstr "<link href=\"text/shared/01/02110000.xhp\" name=\"Navigator in master mode\">প্রধান নথিতে ন্যাভিগেটর</link>"
+
+#: using_numbered_lists.xhp
+msgctxt ""
+"using_numbered_lists.xhp\n"
+"tit\n"
+"help.text"
+msgid "Adding Bullets"
+msgstr "বুলেট যুক্ত করা হচ্ছে"
+
+#: using_numbered_lists.xhp
+msgctxt ""
+"using_numbered_lists.xhp\n"
+"bm_id3155186\n"
+"help.text"
+msgid "<bookmark_value>bullet lists;turning on and off</bookmark_value> <bookmark_value>paragraphs; bulleted</bookmark_value> <bookmark_value>bullets;adding and editing</bookmark_value> <bookmark_value>formatting;bullets</bookmark_value> <bookmark_value>removing;bullets in text documents</bookmark_value> <bookmark_value>changing;bulleting symbols</bookmark_value>"
+msgstr "<bookmark_value>bullet lists;turning on and off</bookmark_value> <bookmark_value>paragraphs; bulleted</bookmark_value> <bookmark_value>bullets;adding and editing</bookmark_value> <bookmark_value>formatting;bullets</bookmark_value> <bookmark_value>removing;bullets in text documents</bookmark_value> <bookmark_value>changing;bulleting symbols</bookmark_value>"
+
+#: using_numbered_lists.xhp
+msgctxt ""
+"using_numbered_lists.xhp\n"
+"hd_id3155186\n"
+"6\n"
+"help.text"
+msgid "<variable id=\"using_numbered_lists\"><link href=\"text/swriter/guide/using_numbered_lists.xhp\" name=\"Adding Bullets\">Adding Bullets</link></variable>"
+msgstr "<variable id=\"using_numbered_lists\"><link href=\"text/swriter/guide/using_numbered_lists.xhp\" name=\"Adding Bullets\">বুলেট যুক্ত করা হচ্ছে</link></variable>"
+
+#: using_numbered_lists.xhp
+msgctxt ""
+"using_numbered_lists.xhp\n"
+"hd_id3291116\n"
+"help.text"
+msgid "To Add Bullets"
+msgstr "বুলেট যোগ করতে"
+
+#: using_numbered_lists.xhp
+msgctxt ""
+"using_numbered_lists.xhp\n"
+"par_id3149829\n"
+"7\n"
+"help.text"
+msgid "Select the paragraph(s) that you want to add bullets to."
+msgstr "যে অনুচ্ছেদে(গুলোতে) আপনি বুলেট যুক্ত করতে চান সেটি নির্বাচন করুন।"
+
+#: using_numbered_lists.xhp
+msgctxt ""
+"using_numbered_lists.xhp\n"
+"par_id3149635\n"
+"16\n"
+"help.text"
+msgid "On the <item type=\"menuitem\">Formatting</item> Bar, click the <item type=\"menuitem\">Bullets On/Off</item> icon <image id=\"img_id3156108\" src=\"cmd/sc_defaultbullet.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3156108\">Icon</alt></image>."
+msgstr "<item type=\"menuitem\">বিন্যাস</item> বারে, <item type=\"menuitem\">বুলেট চালু/বন্ধ</item> আইকনে ক্লিক করুন <image id=\"img_id3156108\" src=\"cmd/sc_defaultbullet.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3156108\">আইকন</alt></image>।"
+
+#: using_numbered_lists.xhp
+msgctxt ""
+"using_numbered_lists.xhp\n"
+"par_id3145403\n"
+"17\n"
+"help.text"
+msgid "To remove bullets, select the bulleted paragraphs, and then click the <emph>Bullets On/Off</emph> icon on the <emph>Formatting</emph> Bar."
+msgstr "বুলেট অপসারণ করতে, বুলেটকৃত অনুচ্ছেদ নির্বাচন করুন, এবং এরপর <emph>বিন্যাস</emph> বারের <emph>বুলেট সক্রিয়/নিষ্ক্রিয় </emph> আইকনে ক্লিক করুন।"
+
+#: using_numbered_lists.xhp
+msgctxt ""
+"using_numbered_lists.xhp\n"
+"hd_id3154403\n"
+"26\n"
+"help.text"
+msgid "To Format Bullets"
+msgstr "বুলেট বিন্যাস করতে"
+
+#: using_numbered_lists.xhp
+msgctxt ""
+"using_numbered_lists.xhp\n"
+"par_id3154416\n"
+"9\n"
+"help.text"
+msgid "To change the formatting of a bulleted list, choose <item type=\"menuitem\">Format - Bullets and Numbering</item>."
+msgstr "একটি বুলেটকৃত তালিকার বিন্যাস পরিবর্তন করতে, <item type=\"menuitem\">বিন্যাস - বুলেট ও সংখ্যায়ন</item> নির্বাচন করুন।"
+
+#: using_numbered_lists.xhp
+msgctxt ""
+"using_numbered_lists.xhp\n"
+"par_id3153390\n"
+"14\n"
+"help.text"
+msgid "For example, to change the bulleting symbol, click the <item type=\"menuitem\">Options</item> tab, click the browse button (<item type=\"menuitem\">...</item>) next to <item type=\"menuitem\">Character</item>, and then select a special character. You can also click the <item type=\"menuitem\">Graphics</item> tab, and then click a symbol style in the <item type=\"menuitem\">Selection</item> area."
+msgstr "উদাহরণস্বরূপ, বুলেটকৃত প্রতীক পরিবর্তন করতে, <emph>অপশন</emph> ট্যাব এ ক্লিক করুন, <emph>অক্ষরের</emph>পরবর্তী ব্রাউজ বোতামে ক্লিক করুন (<emph>...</emph>), এবং এরপর একটি বিশেষ অক্ষর নির্বাচন করুন। আপনি <emph>গ্রাফিক্স</emph> ট্যাবেও ক্লিক করতে পারেন, এবং এরপর <emph>নির্বাচন </emph>এলাকার একটি প্রতীক শৈলীতে ক্লিক করুন।"
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"tit\n"
+"help.text"
+msgid "Spacing Between Footnotes"
+msgstr "পাদটীকার মাঝের ফাঁকাস্থান"
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"bm_id3147683\n"
+"help.text"
+msgid "<bookmark_value>spacing; endnotes/footnotes</bookmark_value> <bookmark_value>endnotes; spacing</bookmark_value> <bookmark_value>footnotes; spacing</bookmark_value> <bookmark_value>borders;for footnotes/endnotes</bookmark_value> <bookmark_value>lines;footnotes/endnotes</bookmark_value>"
+msgstr "<bookmark_value>spacing; endnotes/footnotes</bookmark_value> <bookmark_value>endnotes; spacing</bookmark_value> <bookmark_value>footnotes; spacing</bookmark_value> <bookmark_value>borders;for footnotes/endnotes</bookmark_value> <bookmark_value>lines;footnotes/endnotes</bookmark_value>"
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"hd_id3147683\n"
+"40\n"
+"help.text"
+msgid "<variable id=\"footnote_with_line\"><link href=\"text/swriter/guide/footnote_with_line.xhp\" name=\"Spacing Between Footnotes\">Spacing Between Footnotes</link></variable>"
+msgstr "<variable id=\"footnote_with_line\"><link href=\"text/swriter/guide/footnote_with_line.xhp\" name=\"Spacing Between Footnotes\">পাদটীকার মাঝের ফাঁকাস্থান</link></variable>"
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"par_id3145808\n"
+"39\n"
+"help.text"
+msgid "If you want to increase the spacing between footnote or endnote texts, you can add a top and bottom border to the corresponding paragraph style."
+msgstr "যদি আপনি পাদটীকা এবং প্রান্তটীকা পাঠ্যের মাঝে ফাঁকাস্থান বৃদ্ধি করতে চান, আপনি সংশ্লিষ্ট অনুচ্ছেদ শৈলীতে একটি শীর্ষ এবং নিম্ন শীর্ষচরণ যুক্ত করতে পারেন।"
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"par_id3155603\n"
+"41\n"
+"help.text"
+msgid "Click in a footnote or endnote."
+msgstr "পাদটীকা অথবা প্রান্তটীকায় ক্লিক করুন।"
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"par_id3155620\n"
+"42\n"
+"help.text"
+msgid "Choose <emph>Format - Styles and Formatting</emph>."
+msgstr "<emph>বিন্যাস - শৈলী ও বিন্যাস</emph> নির্বাচন করুন।"
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"par_id3154251\n"
+"43\n"
+"help.text"
+msgid "Right-click the Paragraph Style that you want to modify, for example, \"Footnote\", and choose <emph>Modify</emph>."
+msgstr "অনুচ্ছেদ শৈলীতে ডান-ক্লিক করুন যা আপনি পরিবর্তন করতে চান, উদাহরণস্বরূপ, \"পাদটীকা\", এবং <emph>পরিবর্তন</emph> নির্বাচন করুন।"
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"par_id3155884\n"
+"45\n"
+"help.text"
+msgid "Click the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> tab."
+msgstr "<link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>সীমানা</emph></link> ট্যাবে ক্লিক করুন।"
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"par_id3147110\n"
+"51\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Default</item> area, click the <item type=\"menuitem\">Set Top and Bottom Borders Only</item> icon."
+msgstr "<item type=\"menuitem\">ডিফল্ট</item> এলাকায়, <item type=\"menuitem\">শুধু শীর্ষ এবং নিম্ন সীমানা নির্ধারণ</item> আইকনে ক্লিক করুন।"
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"par_id3150931\n"
+"52\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Line</item> area, click a line in the <item type=\"menuitem\">Style</item> list."
+msgstr "<item type=\"menuitem\">রেখা</item> এলকায়, <item type=\"menuitem\">শৈলী</item> তালিকায় একটি রেখায় ক্লিক করুন।"
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"par_id3150961\n"
+"53\n"
+"help.text"
+msgid "Select \"White\" in the <item type=\"menuitem\">Color</item> box. If the background of the page is not white, select the color that best matches the background color."
+msgstr "<item type=\"menuitem\">রং</item> বাক্সে \"সাদা\" নির্বাচন করুন। যদি পটভূমি পৃষ্ঠা সাদা না হয়, তবে পটভূমির রঙের সাথে মিল রেখে রং নির্বাচন করুন।"
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"par_id3150519\n"
+"50\n"
+"help.text"
+msgid "In the <emph>Spacing to contents</emph> area, clear the <emph>Synchronize</emph> check box."
+msgstr "<emph>বিষয়বস্তুর স্থান ফাঁকা করা</emph> এলাকায়, <emph>একত্রিতকরণ</emph> চেক বাক্স হতে টিক চিহ্ন তুলে দিন।"
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"par_id3150709\n"
+"47\n"
+"help.text"
+msgid "Enter a value in the <item type=\"menuitem\">Top</item> and <item type=\"menuitem\">Bottom</item> boxes."
+msgstr "<item type=\"menuitem\">শীর্ষ</item> এবং <item type=\"menuitem\">নিম্ন</item> বাক্সে মান দিন।"
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"par_id3150740\n"
+"48\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: footnote_with_line.xhp
+msgctxt ""
+"footnote_with_line.xhp\n"
+"par_id3148846\n"
+"49\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05030500.xhp\" name=\"Format - Paragraph - Borders\">Format - Paragraph - Borders</link>"
+msgstr "<link href=\"text/shared/01/05030500.xhp\" name=\"Format - Paragraph - Borders\">বিন্যাস - অনুচ্ছেদ - সীমানা</link>"
+
+#: calculate_multitable.xhp
+msgctxt ""
+"calculate_multitable.xhp\n"
+"tit\n"
+"help.text"
+msgid "Calculating Across Tables"
+msgstr "সারণি জুড়ে গণনা করছে"
+
+#: calculate_multitable.xhp
+msgctxt ""
+"calculate_multitable.xhp\n"
+"bm_id3154248\n"
+"help.text"
+msgid "<bookmark_value>calculating; across multiple text tables</bookmark_value> <bookmark_value>tables;calculating across</bookmark_value>"
+msgstr "<bookmark_value>calculating; across multiple text tables</bookmark_value> <bookmark_value>tables;calculating across</bookmark_value>"
+
+#: calculate_multitable.xhp
+msgctxt ""
+"calculate_multitable.xhp\n"
+"hd_id3154248\n"
+"11\n"
+"help.text"
+msgid "<variable id=\"calculate_multitable\"><link href=\"text/swriter/guide/calculate_multitable.xhp\" name=\"Calculating Across Tables\">Calculating Across Tables</link></variable>"
+msgstr "<variable id=\"calculate_multitable\"><link href=\"text/swriter/guide/calculate_multitable.xhp\" name=\"Calculating Across Tables\">সারণি জুড়ে গণনা করছে</link></variable>"
+
+#: calculate_multitable.xhp
+msgctxt ""
+"calculate_multitable.xhp\n"
+"par_id3147773\n"
+"12\n"
+"help.text"
+msgid "You can perform calculations that span across more than one table in a text document."
+msgstr "আপনি গণনা সম্পাদনা করতে পারেন যা একটি নথিতে একের অধিক সারণিতে বিস্তার করতে পারে।"
+
+#: calculate_multitable.xhp
+msgctxt ""
+"calculate_multitable.xhp\n"
+"par_id3147795\n"
+"13\n"
+"help.text"
+msgid "Open a text document, insert two tables, and type numbers in a few cells in both tables."
+msgstr "একটি নথি খুলুন, দুটি সারণি সন্নিবেশ করান, এবং উভয় সারণির কিছু ঘরে সংখ্যা টাইপ করুন।"
+
+#: calculate_multitable.xhp
+msgctxt ""
+"calculate_multitable.xhp\n"
+"par_id3147815\n"
+"14\n"
+"help.text"
+msgid "Place your cursor in an empty cell in one of the tables."
+msgstr "যেকোনো একটি সারণির ফাঁকা ঘরে আপনার কার্সারটি রাখুন।"
+
+#: calculate_multitable.xhp
+msgctxt ""
+"calculate_multitable.xhp\n"
+"par_id3147833\n"
+"16\n"
+"help.text"
+msgid "Press F2."
+msgstr "F2 চাপুন।"
+
+#: calculate_multitable.xhp
+msgctxt ""
+"calculate_multitable.xhp\n"
+"par_id3147228\n"
+"17\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Formula Bar</item>, enter the function that you want to perform, for example, <item type=\"literal\">=SUM</item>."
+msgstr "<item type=\"menuitem\">সূত্র বার</item> এ, আপনি যে কাজ করতে চান তা দিন, উদাহরণসরূপ, <item type=\"literal\">=SUM</item>।"
+
+#: calculate_multitable.xhp
+msgctxt ""
+"calculate_multitable.xhp\n"
+"par_id3147254\n"
+"18\n"
+"help.text"
+msgid "Click in a cell containing a number, press the plus sign (+), and then click in a different cell containing a number."
+msgstr "সংখ্যা ধারণকারী একটি ঘরে ক্লিক করুন, যোগ চিহ্নে চাপুন (+), এবং এরপর সংখ্যা ধারণকারী একটি ভিন্ন ঘরে ক্লিক করুন।"
+
+#: calculate_multitable.xhp
+msgctxt ""
+"calculate_multitable.xhp\n"
+"par_id3147274\n"
+"19\n"
+"help.text"
+msgid "Press <emph>Enter</emph>."
+msgstr "<emph>Enter</emph> চাপুন।"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"tit\n"
+"help.text"
+msgid "Adding Line Numbers"
+msgstr "রেখার নম্বর যোগ করা হচ্ছে"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"bm_id3150101\n"
+"help.text"
+msgid "<bookmark_value>line numbers</bookmark_value> <bookmark_value>text; line numbers</bookmark_value> <bookmark_value>paragraphs;line numbers</bookmark_value> <bookmark_value>lines of text; numbering</bookmark_value> <bookmark_value>numbering; lines</bookmark_value> <bookmark_value>numbers; line numbering</bookmark_value> <bookmark_value>marginal numbers on text pages</bookmark_value>"
+msgstr "<bookmark_value>line numbers</bookmark_value> <bookmark_value>text; line numbers</bookmark_value> <bookmark_value>paragraphs;line numbers</bookmark_value> <bookmark_value>lines of text; numbering</bookmark_value> <bookmark_value>numbering; lines</bookmark_value> <bookmark_value>numbers; line numbering</bookmark_value> <bookmark_value>marginal numbers on text pages</bookmark_value>"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"hd_id3150101\n"
+"3\n"
+"help.text"
+msgid "<variable id=\"numbering_lines\"><link href=\"text/swriter/guide/numbering_lines.xhp\" name=\"Adding Line Numbers\">Adding Line Numbers</link></variable>"
+msgstr "<variable id=\"numbering_lines\"><link href=\"text/swriter/guide/numbering_lines.xhp\" name=\"Adding Line Numbers\">রেখার নম্বর যোগ করা হচ্ছে</link></variable>"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3149842\n"
+"1\n"
+"help.text"
+msgid "$[officename] can insert line numbers in an entire document or to selected paragraphs in your document. Line numbers are included when you print your document. You can specify the line numbering interval, the starting line number, and whether to count blank lines or lines in frames. You can also add a separator between line numbers."
+msgstr "$[officename] একটি সম্পূর্ণ নথিতে অথবা আপনার নথির নির্বাচিত অনুচ্ছেদে রেখা নম্বর সন্নিবেশ করাতে পারেন। যখন আপনি আপনার নথি মুদ্রণ করবেন তখন রেখা নম্বর অন্তর্ভূক্ত করা হবে। আপনি রেখা সংখ্যায়ন বিরতি সুনির্দিষ্টভাবে উল্লেখ করতে পারেন, প্রারম্ভিক রেখা নম্বর, এবং কোথায় ফাঁকা রেখা অথবা ফ্রেমের রেখা গণনা করা হবে। আপনি রেখা নম্বরের মাঝে বিভাজক যুক্ত করতে পারেন।"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id7184972\n"
+"help.text"
+msgid "Line numbers are not available in HTML format."
+msgstr "HTML বিন্যাসে রেখার নম্বর বিদ্যমান নয়।"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"hd_id3153410\n"
+"6\n"
+"help.text"
+msgid "To Add Line Numbers to an Entire Document"
+msgstr "পুরো নথিতে রেখার নম্বর যোগ করতে"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3149640\n"
+"7\n"
+"help.text"
+msgid "Choose <emph>Tools - Line Numbering</emph>."
+msgstr "<emph>টুল - রেখা সংখ্যায়ন</emph>নির্বাচন করুন।"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3149612\n"
+"8\n"
+"help.text"
+msgid "Select <emph>Show numbering</emph>, and then select the options that you want."
+msgstr "<emph>সংখ্যায়ন প্রদর্শন</emph>নির্বাচন করুন, এবং এরপর আপনি যেই অপশনটি চান সেটি নির্বাচন করুন।"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3145101\n"
+"20\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"hd_id3156241\n"
+"10\n"
+"help.text"
+msgid "To Add Line Numbers to Specific Paragraphs"
+msgstr "নির্দিষ্ট অনুচ্ছেদে রেখার নম্বর যোগ করতে"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3156264\n"
+"21\n"
+"help.text"
+msgid "Choose <emph>Tools - Line Numbering</emph>."
+msgstr "<emph>টুল - রেখা সংখ্যায়ন</emph>নির্বাচন করুন।"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3153385\n"
+"11\n"
+"help.text"
+msgid "Select <emph>Show numbering</emph>."
+msgstr "<emph>সংখ্যায়ন প্রদর্শনী</emph>নির্বাচন করুন।"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3154248\n"
+"12\n"
+"help.text"
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline> to open the <emph>Styles and Formatting</emph> window, and then click the <emph>Paragraph Styles</emph> icon."
+msgstr ""
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3154853\n"
+"13\n"
+"help.text"
+msgid "Right-click the \"Default\" paragraph style and choose <emph>Modify</emph>."
+msgstr "\"পূর্ব নির্ধারিত\" অনুচ্ছেদ শৈলীতে ডান-ক্লিক করুন এবং <emph>পরিবর্তন</emph>নির্বাচন করুন।"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3150222\n"
+"17\n"
+"help.text"
+msgid "All paragraph styles are based on the \"Default\" style."
+msgstr "সব অনুচ্ছেদ শৈলী \"পূর্ব নির্ধারিত\" শৈলী ভিত্তিক।"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3150931\n"
+"15\n"
+"help.text"
+msgid "Click the <emph>Numbering</emph> tab."
+msgstr "<emph>সংখ্যায়ন</emph> ট্যাবে ক্লিক করুন।"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3150956\n"
+"16\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Line Numbering</item> area, clear the <item type=\"menuitem\">Include this paragraph in line numbering</item> check box."
+msgstr "<item type=\"menuitem\">রেখা সংখ্যায়ন</item> এলাকায়, <item type=\"menuitem\">রেখা সংখ্যায়নে এই অনুচ্ছেদটি অন্তর্ভূক্ত করা হবে</item> চেক বাক্স হতে টিক চিহ্ন তুলে দিন।"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3150520\n"
+"22\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3151077\n"
+"18\n"
+"help.text"
+msgid "Select the paragraph(s) where you want to add the line numbers."
+msgstr "অনুচ্ছেদ(গুলো) নির্বাচন করুন যেখানে আপনি রেখা নম্বর যুক্ত করতে চান।"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3151096\n"
+"19\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Format - Paragraph</item>, and then click the <item type=\"menuitem\">Numbering</item> tab."
+msgstr "<item type=\"menuitem\">বিন্যাস - অনুচ্ছেদ</item> নির্বাচন করুন, অতঃপর <item type=\"menuitem\">সংখ্যায়ন</item> ট্যাবে ক্লিক করুন।"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3153733\n"
+"23\n"
+"help.text"
+msgid "Select <emph>Include this paragraph in line numbering</emph>."
+msgstr "<emph>রেখা সংখ্যায়নে এই অনুচ্ছেদ অন্তর্ভূক্ত </emph> নির্বাচন করুন।"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3153758\n"
+"24\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3146864\n"
+"2\n"
+"help.text"
+msgid "You can also create a paragraph style that includes line numbering, and apply it to the paragraphs that you want to add line numbers to."
+msgstr "আপনি অনুচ্ছেদ শৈলীও তৈরি করতে পারেন যা রেখা সংখ্যায়ন অন্তর্ভূক্ত করে, এবং এটিকে অনুচ্ছেদে প্রয়োগ করুন যাতে আপনি রেখার নম্বর যুক্ত করতে চান।"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"hd_id3146880\n"
+"25\n"
+"help.text"
+msgid "To Specify the Starting Line Number"
+msgstr "প্রারম্ভিক রেখার নম্বর উল্লেখ করতে"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3150703\n"
+"26\n"
+"help.text"
+msgid "Click in a paragraph."
+msgstr "একটি অনুচ্ছেদে ক্লিক করুন।"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3150721\n"
+"27\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Format - Paragraph</item>, and then click the <item type=\"menuitem\">Numbering</item> tab."
+msgstr "<item type=\"menuitem\">বিন্যাস - অনুচ্ছেদ</item> নির্বাচন করুন, অতঃপর <item type=\"menuitem\">সংখ্যায়ন</item> ট্যাবে ক্লিক করুন।"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3148389\n"
+"28\n"
+"help.text"
+msgid "Select the <item type=\"menuitem\">Include this paragraph in line numbering</item> check box."
+msgstr "<item type=\"menuitem\">রেখা সংখ্যায়নে এই অনুচ্ছেদটি অন্তর্ভূক্ত করা হবে</item> চেক বাক্সটি নির্বাচন করুন।"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3148414\n"
+"29\n"
+"help.text"
+msgid "Select <item type=\"menuitem\">Restart at the paragraph</item> check box."
+msgstr "<item type=\"menuitem\">অনুচ্ছেদে পুনরারম্ভ</item> চেক বাক্স নির্বাচন করুন।"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3153779\n"
+"30\n"
+"help.text"
+msgid "Enter a line number in the <item type=\"menuitem\">Start with</item> box."
+msgstr "<item type=\"menuitem\">যা দিয়ে শুরু করা হবে</item> বাক্সে একটি রেখা সন্নিবেশ করুন।"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3153804\n"
+"31\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3153934\n"
+"5\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/06180000.xhp\" name=\"Tools - Line Numbering\">Tools - Line Numbering</link>"
+msgstr "<link href=\"text/swriter/01/06180000.xhp\" name=\"Tools - Line Numbering\">টুল - রেখা সংখ্যায়ন</link>"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id3153960\n"
+"32\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05030800.xhp\" name=\"Format - Paragraph - Numbering\">Format - Paragraph - Numbering</link>"
+msgstr "<link href=\"text/swriter/01/05030800.xhp\" name=\"Format - Paragraph - Numbering\">বিন্যাস - অনুচ্ছেদ - সংখ্যায়ন</link>"
+
+#: numbering_lines.xhp
+msgctxt ""
+"numbering_lines.xhp\n"
+"par_id2212591\n"
+"help.text"
+msgid "<link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Setting_up_a_Style_for_Numbering_Lines_in_Code_Listings\">Wiki page about numbering paragraphs by styles</link>"
+msgstr ""
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"tit\n"
+"help.text"
+msgid "Preventing Hyphenation of Specific Words"
+msgstr "নির্দিষ্ট শব্দের যোজকচিহ্নের ব্যবহার প্রতিরোধ করুন।"
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"bm_id3149695\n"
+"help.text"
+msgid "<bookmark_value>hyphenation;preventing for specific words</bookmark_value> <bookmark_value>words;wrapping/not wrapping in text</bookmark_value> <bookmark_value>switching off;hyphenation for specific words</bookmark_value>"
+msgstr "<bookmark_value>hyphenation;preventing for specific words</bookmark_value> <bookmark_value>words;wrapping/not wrapping in text</bookmark_value> <bookmark_value>switching off;hyphenation for specific words</bookmark_value>"
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"hd_id3149695\n"
+"20\n"
+"help.text"
+msgid "<variable id=\"hyphen_prevent\"><link href=\"text/swriter/guide/hyphen_prevent.xhp\" name=\"Preventing Hyphenation of Specific Words\">Preventing Hyphenation of Specific Words</link></variable>"
+msgstr "<variable id=\"hyphen_prevent\"><link href=\"text/swriter/guide/hyphen_prevent.xhp\" name=\"Preventing Hyphenation of Specific Words\">নির্দিষ্ট শব্দের হাইফেন প্রয়োগে বাধা দেয়া হচ্ছে।</link></variable>"
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"par_id5640125\n"
+"help.text"
+msgid "If your text is <link href=\"text/swriter/guide/using_hyphen.xhp\">automatically hyphenated</link> and certain hyphenated words look ugly, or if you want specific words never to be hyphenated you can switch off hyphenation for those words:"
+msgstr "যদি আপনার পাঠ্য <link href=\"text/swriter/guide/using_hyphen.xhp\">স্বয়ংক্রিয়ভাবে হাইপেনকৃত থাকে</link> এবং নির্দিষ্ঠ কিছু হাইফেনকৃত শব্দ বাজে দেখায়, অথবা যদি আপনি নির্দিষ্ট কিছু শব্দ কখনো হাইফেনকৃত করতে না চানতবে আপনি ওই শব্দের জন্য যোজকচিহ্নের ব্যবহার বন্ধ করতে দিতে পারেন:"
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"par_id3153634\n"
+"40\n"
+"help.text"
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Writing Aids</emph>"
+msgstr ""
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"par_id3153658\n"
+"41\n"
+"help.text"
+msgid "Select a dictionary in the <emph>User-defined dictionary </emph>list, and then click <emph>Edit</emph>."
+msgstr "<emph>ব্যবহারকারী-সংজ্ঞায়িত অভিধান </emph>তালিকায় একটি অভিধান নির্বাচন করুন, এবং এরপর <emph>সম্পাদনা করুন</emph> এ ক্লিক করুন।"
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"par_id3147125\n"
+"43\n"
+"help.text"
+msgid "If the list is empty, click <emph>New</emph> to create a dictionary."
+msgstr "যদি তালিকাটি ফাঁকা থাকে, একটি অভিধান তৈরি করতে <emph>নতুন</emph> এ ক্লিক করুন।"
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"par_id3150218\n"
+"42\n"
+"help.text"
+msgid "In the<emph> Word</emph> box, type the word you want to exclude from hyphenation, followed by an equal sign (=), for example, \"pretentious=\"."
+msgstr "<emph> শব্দ</emph> বাক্সে, শব্দ টাইপ করুন যা আপনি যোজকচিহ্নের ব্যবহার থেকে বাদ দিতে চান, একটি সমান চিহ্ন (=) অনুসরণ করে, উদাহরণস্বরূপ, \"সদম্ভ=\"।"
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"par_id3150247\n"
+"65\n"
+"help.text"
+msgid "Click <emph>New</emph>, and then click <emph>Close</emph>."
+msgstr "<emph>নতুন</emph>এ ক্লিক করুন, এবং এরপর <emph>বন্ধ করুন</emph> এ ক্লিক করুন।"
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"par_id3147036\n"
+"29\n"
+"help.text"
+msgid "To quickly exclude a word from hyphenation, select the word, choose <emph>Format - Character</emph>, click the <emph>Font </emph>tab, and select \"None\" in the <emph>Language </emph>box."
+msgstr "যোজকচিহ্নের ব্যবহার থেকে একটি শব্দ বাদ দিতে, শব্দ নির্বাচন করুন, <emph>বিন্যাস - অক্ষর</emph>নির্বাচন করুন, <emph>ফন্ট </emph>ট্যাব এ ক্লিক করুন, এবং <emph>ভাষা </emph>বাক্সে \"একটিও না\" নির্বাচন করুন।"
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"par_id0302200910262761\n"
+"help.text"
+msgid "Some words contain special characters that %PRODUCTNAME treats as a hyphen. If you do not want such words to be hyphenated, you can insert a special code that prevents hyphenation at the position where the special code is inserted. Proceed as follows:"
+msgstr "Some words contain special characters that %PRODUCTNAME treats as a hyphen. If you do not want such words to be hyphenated, you can insert a special code that prevents hyphenation at the position where the special code is inserted. Proceed as follows:"
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"par_id0302200910262850\n"
+"help.text"
+msgid "Enable the special features of complex text layout (CTL) languages: Choose <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</item> and check <emph>Enabled for complex text layout (CTL)</emph>. Click OK."
+msgstr ""
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"par_id0302200910262837\n"
+"help.text"
+msgid "Position the cursor at the place where no hyphenation should occur."
+msgstr "যেখানে কোনো হাইফেনের প্রয়োগ নেই সেখানে কার্সার রাখুন।"
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"par_id0302200910262867\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Insert - Formatting Mark - No-width no break</item>."
+msgstr "<item type=\"menuitem\">বিন্যাস - বিন্যাস চিহ্ন - কোনো প্রস্থ নেই কোনো বিভাজক নেই</item>।"
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"par_id0302200910572128\n"
+"help.text"
+msgid "Once the special character is inserted, you might disable CTL again. Support of CTL was only necessary to insert the special character."
+msgstr "একটি বিশেষ অক্ষর সন্নিবেশ করা হয়েছে, আপনাকে CTL নিষ্ক্রিয় করতে হবে। CTL এর সমর্থন শুধুমাত্র বিশেষ অক্ষর প্রবেশের জন্য প্রয়োজন হয়েছিল।"
+
+#: hyphen_prevent.xhp
+msgctxt ""
+"hyphen_prevent.xhp\n"
+"par_id3154361\n"
+"46\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05030200.xhp\" name=\"Text Flow\">Text Flow</link>"
+msgstr "<link href=\"text/swriter/01/05030200.xhp\" name=\"Text Flow\">পাঠ্য প্রবাহ</link>"
+
+#: tablemode.xhp
+msgctxt ""
+"tablemode.xhp\n"
+"tit\n"
+"help.text"
+msgid "Modifying Rows and Columns by Keyboard"
+msgstr "কীবোর্ডর মাধ্যমে সারি এবং কলাম পরিবর্তন করা হচ্ছে"
+
+#: tablemode.xhp
+msgctxt ""
+"tablemode.xhp\n"
+"bm_id3155856\n"
+"help.text"
+msgid "<bookmark_value>table mode selection</bookmark_value><bookmark_value>proportional distribution of tables</bookmark_value><bookmark_value>relative distribution of table cells</bookmark_value><bookmark_value>tables; adapting the width by keyboard</bookmark_value><bookmark_value>cells; adapting the width by keyboard</bookmark_value><bookmark_value>keyboard;modifying the behavior of rows/columns</bookmark_value><bookmark_value>behavior of rows/columns</bookmark_value>"
+msgstr ""
+
+#: tablemode.xhp
+msgctxt ""
+"tablemode.xhp\n"
+"hd_id3155856\n"
+"7\n"
+"help.text"
+msgid "<variable id=\"tablemode\"><link href=\"text/swriter/guide/tablemode.xhp\" name=\"Modifying the Behavior of Rows and Columns for Table\">Modifying Rows and Columns by Keyboard</link></variable>"
+msgstr "<variable id=\"tablemode\"><link href=\"text/swriter/guide/tablemode.xhp\" name=\"Modifying the Behavior of Rows and Columns for Table\">কীবোর্ডর মাধ্যমে সারি এবং কলাম পরিবর্তন করা হচ্ছে</link></variable>"
+
+#: tablemode.xhp
+msgctxt ""
+"tablemode.xhp\n"
+"par_id3149835\n"
+"12\n"
+"help.text"
+msgid "When you insert or delete cells, rows or columns in a table, the <item type=\"menuitem\">Behavior of rows/columns</item> options determine how the neighboring elements are affected. For example, you can only insert new rows and columns into a table with fixed row and column dimensions if space permits."
+msgstr "যখন আপনি একটি সারণিতে ঘর, সারি অথবা কলাম সন্নিবেশ করাবেন, <emph>সারি/কলামের আচরণ</emph> অপশন নির্ধারণ করে যে কিভাবে কাছাকাছি উপাদান প্রভাবিত হবে। উদাহরণস্বরূপ, যদি স্থান অনুমতি দেয় তবে আপনি শুধুমাত্র <emph>নির্দিষ্ট</emph> সারি এবং কলাম মাত্রা সহ নতুন সারি এবং কলাম সন্নিবেশ করাতে পারবেন।"
+
+#: tablemode.xhp
+msgctxt ""
+"tablemode.xhp\n"
+"par_id7344279\n"
+"help.text"
+msgid "Note that these properties are valid only for changes to the column width that are made using the keyboard. Using the mouse, you are free to make any column width changes."
+msgstr "নোট করুন যে এই বৈশিষ্ট্যাবলী কেবলমাত্র কলাম প্রস্থ পরিবর্তন করার জন্য কার্যকর যা কীবোর্ড ব্যবহার করে তৈরি করা হয়। মাউস ব্যবহার করে, এটি যেকোনো কলাম প্রস্থ পরিবর্তন করার জন্য উন্মুক্ত।"
+
+#: tablemode.xhp
+msgctxt ""
+"tablemode.xhp\n"
+"par_id3156110\n"
+"8\n"
+"help.text"
+msgid "To set the <item type=\"menuitem\">Behavior of rows/columns</item> options for tables in text documents, choose <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Table</item>, or use the <item type=\"menuitem\">Fixed</item>, <item type=\"menuitem\">Fixed/Proportional</item>, and <item type=\"menuitem\">Variable</item> icons on the <item type=\"menuitem\">Table</item> Bar. There are three display modes for tables:"
+msgstr ""
+
+#: tablemode.xhp
+msgctxt ""
+"tablemode.xhp\n"
+"par_id3149638\n"
+"9\n"
+"help.text"
+msgid "<emph>Fixed</emph> - changes only affect the adjacent cell, and not the entire table. For example, when you widen a cell, the adjacent cell becomes narrower, but the width of the table remains constant."
+msgstr "<emph>স্থির</emph> - পরিবর্তন কেবলমাত্র নিকটবর্তী ঘরে প্রভাব ফেলবে, এবং সম্পূর্ণ সারণিতে নয়। উদাহরণস্বরূপ, যখন আপনি একটি ঘর বিস্তৃতি করবেন, নিকটবর্তী ঘর সরু হয়ে যাবে, কিন্তু সারণির প্রস্থ স্থির থাকবে।"
+
+#: tablemode.xhp
+msgctxt ""
+"tablemode.xhp\n"
+"par_id3149613\n"
+"10\n"
+"help.text"
+msgid "<emph>Fixed, proportional</emph> - changes affect the entire table, and wide cells shrink more than narrow cells. For example, when you widen a cell, the adjacent cells become proportionally narrower, but the width of the table remains constant."
+msgstr "<emph>স্থির, আনুপাতিক</emph> - পরিবর্তনটি সম্পূর্ণ সারণিতে প্রভাব ফেলে, এবং বিস্তৃতি ঘর সরু ঘরের চেয়ে বেশী সংকুচিত হয়। উদাহরণস্বরূপ, যখন আপনি একটি ঘর বিস্তৃতি করবেন, নিকটবর্তী ঘর আনুপাতিকভাবে সরু হবে, কিন্তু সারণির প্রস্থ স্থির থাকবে।"
+
+#: tablemode.xhp
+msgctxt ""
+"tablemode.xhp\n"
+"par_id3149864\n"
+"11\n"
+"help.text"
+msgid "<emph>Variable</emph> - changes affect the table size. For example, when you widen a cell, the width of the table increases."
+msgstr "<emph>ভেরিয়েবল</emph> - সারণির আকারে প্রভাব ফেলা হয়। উদাহরণস্বরূপ, যখন আপনি একটি ঘর বিস্তার করেম, সারণির প্রস্থ বৃদ্ধি পায়।"
+
+#: text_centervert.xhp
+msgctxt ""
+"text_centervert.xhp\n"
+"tit\n"
+"help.text"
+msgid "Using a Frame to Center Text on a Page"
+msgstr "একটি পৃষ্ঠার পাঠ্য কেন্দ্রীয়করণ করতে ফ্রেম ব্যবহার করা হচ্ছে"
+
+#: text_centervert.xhp
+msgctxt ""
+"text_centervert.xhp\n"
+"bm_id3155177\n"
+"help.text"
+msgid "<bookmark_value>text frames; centering on pages</bookmark_value> <bookmark_value>centering;text frames on pages</bookmark_value> <bookmark_value>title pages; centering text on</bookmark_value>"
+msgstr "<bookmark_value>text frames; centering on pages</bookmark_value> <bookmark_value>centering;text frames on pages</bookmark_value> <bookmark_value>title pages; centering text on</bookmark_value>"
+
+#: text_centervert.xhp
+msgctxt ""
+"text_centervert.xhp\n"
+"hd_id3155177\n"
+"94\n"
+"help.text"
+msgid "<variable id=\"text_centervert\"><link href=\"text/swriter/guide/text_centervert.xhp\" name=\"Using a Frame to Center Text on a Page\">Using a Frame to Center Text on a Page</link></variable>"
+msgstr "<variable id=\"text_centervert\"><link href=\"text/swriter/guide/text_centervert.xhp\" name=\"Using a Frame to Center Text on a Page\">একটি পৃষ্ঠার পাঠ্য কেন্দ্রীয়করণ করতে ফ্রেম ব্যবহার করা হচ্ছে</link></variable>"
+
+#: text_centervert.xhp
+msgctxt ""
+"text_centervert.xhp\n"
+"par_id3155920\n"
+"78\n"
+"help.text"
+msgid "Select the text that you want to center on the page."
+msgstr "পাঠ্য নির্বাচন করুন যা আপনি পৃষ্ঠায় কেন্দ্রীয়করণ করতে চান।"
+
+#: text_centervert.xhp
+msgctxt ""
+"text_centervert.xhp\n"
+"par_id3155868\n"
+"79\n"
+"help.text"
+msgid "Choose <emph>Insert - Frame</emph>."
+msgstr "<emph>সন্নিবেশ - ফ্রেম</emph> নির্বাচন করুন।"
+
+#: text_centervert.xhp
+msgctxt ""
+"text_centervert.xhp\n"
+"par_id3152765\n"
+"82\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Anchor</item> area, select <item type=\"menuitem\">To page</item>."
+msgstr "<item type=\"menuitem\">নোঙ্গর</item> এলাকায়, <item type=\"menuitem\">পৃষ্ঠায়</item> নির্বাচন করুন।"
+
+#: text_centervert.xhp
+msgctxt ""
+"text_centervert.xhp\n"
+"par_id3149844\n"
+"95\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Size</item> area, set the dimensions of the frame."
+msgstr "<item type=\"menuitem\">আকার</item> এলাকায়, ফ্রেমের মাত্রা নির্ধারণ করুন।"
+
+#: text_centervert.xhp
+msgctxt ""
+"text_centervert.xhp\n"
+"par_id3156114\n"
+"96\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Position</item> area, select \"Center\" in the <item type=\"menuitem\">Horizontal</item> and <item type=\"menuitem\">Vertical</item> boxes."
+msgstr "<item type=\"menuitem\">অবস্থান</item> এলাকায়, <item type=\"menuitem\">অনুভূমিক</item> এবং <item type=\"menuitem\">উল্লম্ব</item> বাক্সে \"মধ্যবর্তী\" নির্বাচন করুন।"
+
+#: text_centervert.xhp
+msgctxt ""
+"text_centervert.xhp\n"
+"par_id3153410\n"
+"97\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: text_centervert.xhp
+msgctxt ""
+"text_centervert.xhp\n"
+"par_id3149615\n"
+"84\n"
+"help.text"
+msgid "To hide the borders of the frame, select the frame, and then choose <item type=\"menuitem\">Format - Frame/Object</item>. Click the <item type=\"menuitem\">Borders</item> tab, and then click in the <item type=\"menuitem\">Set No Border</item> box in the <item type=\"menuitem\">Line Arrangement</item> area."
+msgstr "ফ্রেমের সীমানা আড়াল করে, ফ্রেম নির্বাচন করুন, অতঃপর <item type=\"menuitem\">বিন্যাস - ফ্রেম/বস্তু</item>নির্বাচন করুন। <item type=\"menuitem\">সীমানা</item> ট্যাবে ক্লিক করুন, অতঃপর <item type=\"menuitem\">কোন সীমানা নির্ধারিত নেই</item> বাক্স <item type=\"menuitem\">রেখা সাজানো</item> এলাকায় ক্লিক করুন।"
+
+#: text_centervert.xhp
+msgctxt ""
+"text_centervert.xhp\n"
+"par_id3145098\n"
+"83\n"
+"help.text"
+msgid "To resize the frame, drag the edges of the frame."
+msgstr "ফ্রেমের আকার পরিবর্তন করতে, ফ্রেমের কিনারা টানুন।"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hiding Text"
+msgstr "লুকায়িত পাঠ্য"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"bm_id3148856\n"
+"help.text"
+msgid "<bookmark_value>text; hiding</bookmark_value> <bookmark_value>sections;hiding</bookmark_value> <bookmark_value>paragraphs;hiding</bookmark_value> <bookmark_value>hiding;text, with conditions</bookmark_value> <bookmark_value>variables;for hiding text</bookmark_value>"
+msgstr "<bookmark_value>text; hiding</bookmark_value> <bookmark_value>sections;hiding</bookmark_value> <bookmark_value>paragraphs;hiding</bookmark_value> <bookmark_value>hiding;text, with conditions</bookmark_value> <bookmark_value>variables;for hiding text</bookmark_value>"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"hd_id3148856\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"hidden_text\"><link href=\"text/swriter/guide/hidden_text.xhp\" name=\"Hiding Text\">Hiding Text</link> </variable>"
+msgstr "<variable id=\"hidden_text\"><link href=\"text/swriter/guide/hidden_text.xhp\" name=\"Hiding Text\">লুকায়িত পাঠ্য</link> </variable>"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3150103\n"
+"2\n"
+"help.text"
+msgid "You can use fields and sections to hide or display text in your document if a condition is met."
+msgstr "যদি একটি শর্ত মিলে তবে আপনি আপনার নথিতে পাঠ্য লুকাতে অথবা প্রদর্শন করতে ক্ষেত্র অথবা শাখা ব্যবহার করতে পারেন।"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3153409\n"
+"19\n"
+"help.text"
+msgid "Before you can hide text, you must first create a variable to use in the condition for hiding the text."
+msgstr "আপনি পাঠ্য আড়ালর আগে, পাঠ্যটি আড়ালর শর্ত ব্যবহারের জন্য আপনাকে প্রথমে একটি চলক তৈরি করতে হবে।"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"hd_id5174108\n"
+"help.text"
+msgid "To Create a Variable"
+msgstr "একটি ভেরিয়েবল তৈরি করতে"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3153131\n"
+"20\n"
+"help.text"
+msgid "Click in your document and choose <emph>Insert - Fields - Other</emph>."
+msgstr "আপনার নথিতে ক্লিক করুন এবং <emph>সন্নিবেশ করান - ক্ষেত্র - অন্যান্য</emph>পছন্দ করুন।"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3149640\n"
+"21\n"
+"help.text"
+msgid "Click the <emph>Variables </emph>tab and click \"Set Variable\" in the <emph>Type </emph>list."
+msgstr "<emph>চলক </emph>ট্যাবে ক্লিক করুন এবং <emph>ধরন </emph>তালিকায় \"চলক নির্ধারণ করুন\" এ ক্লিক করুন।"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3149970\n"
+"22\n"
+"help.text"
+msgid "Click \"General\" in the <emph>Format </emph>list."
+msgstr "<emph>বিন্যাস </emph>তালিকায় \"সাধারণ\" এ ক্লিক করুন।"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3149620\n"
+"23\n"
+"help.text"
+msgid "Type a name for the variable in the <item type=\"menuitem\">Name</item> box, for example, <item type=\"literal\">Hide</item>."
+msgstr "<item type=\"menuitem\">নাম</item> বাক্সে ভেরিয়েবেলের জন্য নাম দিন, উদাহরণস্বরূপ, <item type=\"literal\">আড়াল</item>।"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3149869\n"
+"24\n"
+"help.text"
+msgid "Enter a value for the variable in the <item type=\"menuitem\">Value</item> box, for example, <item type=\"literal\">1</item>."
+msgstr "<item type=\"menuitem\">মান</item> বাক্সে ভেরিয়েবলের জন্য মান দিন, উদাহরণস্বরূপ, <item type=\"literal\">1</item>।"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3145108\n"
+"25\n"
+"help.text"
+msgid "To hide the variable in your document, select <emph>Invisible</emph>."
+msgstr "আপনার নথিতে চলক লুকাতে,<emph>অদৃশ্য</emph> নির্বাচন করুন।"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3149585\n"
+"26\n"
+"help.text"
+msgid "Click <item type=\"menuitem\">Insert</item> and <item type=\"menuitem\">Close</item>."
+msgstr "<item type=\"menuitem\">সন্নিবেশ</item> এবং <item type=\"menuitem\">বন্ধ</item> ক্লিক করুন।"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"hd_id3156245\n"
+"27\n"
+"help.text"
+msgid "To Hide Text"
+msgstr "পাঠ্য আড়াল করতে"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3145391\n"
+"28\n"
+"help.text"
+msgid "Click in the document where you want to add the text."
+msgstr "নথিতে ক্লিক করুন যেখানে আপনি পাঠ্য যুক্ত করতে চান।"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3145409\n"
+"5\n"
+"help.text"
+msgid "Choose <emph>Insert - Fields - Other</emph> and click the <emph>Functions </emph>tab."
+msgstr "<emph>সন্নিবেশ করান - ক্ষেত্র - অন্যান্য</emph> পছন্দ করুন এবং <emph>ফাংশন </emph>ট্যাব এ ক্লিক করুন।"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3155325\n"
+"29\n"
+"help.text"
+msgid "Click \"Hidden Text\" in the <emph>Type </emph>list."
+msgstr "<emph>ধরন </emph>তালিকার \"লুকায়িত পাঠ্যে\" ক্লিক করুন।"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3154404\n"
+"30\n"
+"help.text"
+msgid "Enter a statement in the <item type=\"menuitem\">Condition</item> box. For example, using the variable you previously defined, enter <item type=\"literal\">Hide==1</item>."
+msgstr "<item type=\"menuitem\">শর্ত</item> বাক্সে একটি স্টেটমেন্ট দিন। যেমন, পূর্বে ব্যবহৃত ভেরিয়েবল ব্যবহার করে, <item type=\"literal\">Hide==1</item> সন্নিবেশ করুন।"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3153371\n"
+"31\n"
+"help.text"
+msgid "Type the text that you want to hide in the <emph>Hidden text </emph>box."
+msgstr "পাঠ্য টাইপ করুন যা আপনি <emph>লুকায়িত পাঠ্য </emph>বাক্সে লুকাতে চান।"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3154233\n"
+"32\n"
+"help.text"
+msgid "Click <item type=\"menuitem\">Insert</item> and <item type=\"menuitem\">Close</item>."
+msgstr "<item type=\"menuitem\">সন্নিবেশ</item> এবং <item type=\"menuitem\">বন্ধ</item> ক্লিক করুন।"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"hd_id3154256\n"
+"33\n"
+"help.text"
+msgid "To Hide a Paragraph"
+msgstr "একটি অনুচ্ছেদ আড়াল করতে"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3154853\n"
+"34\n"
+"help.text"
+msgid "Click in the paragraph where you want to add the text."
+msgstr "অনুচ্ছেদে ক্লিক করুন যেখানে আপনি পাঠ্য যুক্ত করতে চান।"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3154872\n"
+"35\n"
+"help.text"
+msgid "Choose <emph>Insert - Fields - Other</emph> and click the <emph>Functions </emph>tab."
+msgstr "<emph>সন্নিবেশ করান - ক্ষেত্র - অন্যান্য</emph> পছন্দ করুন এবং <emph>ফাংশন </emph>ট্যাব এ ক্লিক করুন।"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3155902\n"
+"6\n"
+"help.text"
+msgid "Click \"Hidden Paragraph\" in the <emph>Type </emph>list."
+msgstr "<emph>ধরন </emph>তালিকার \"লুকায়িত অনুচ্ছেদ\" এ ক্লিক করুন।"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3155947\n"
+"36\n"
+"help.text"
+msgid "Enter a statement in the <item type=\"menuitem\">Condition</item> box. For example, using the variable you previously defined, enter <item type=\"literal\">Hide==1</item>."
+msgstr "<item type=\"menuitem\">শর্ত</item> বাক্সে একটি স্টেটমেন্ট দিন। যেমন, পূর্বে ব্যবহৃত ভেরিয়েবল ব্যবহার করে, <item type=\"literal\">Hide==1</item> সন্নিবেশ করুন।"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3149991\n"
+"37\n"
+"help.text"
+msgid "Click <item type=\"menuitem\">Insert</item> and <item type=\"menuitem\">Close</item>."
+msgstr "<item type=\"menuitem\">সন্নিবেশ</item> এবং <item type=\"menuitem\">বন্ধ</item> ক্লিক করুন।"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3793450\n"
+"help.text"
+msgid "You must enable this feature by removing the check mark from menu <emph>View - Hidden Paragraphs</emph>. When the check mark is set, you cannot hide any paragraph."
+msgstr "<emph>দর্শন - লুকায়িত অনুচ্ছেদ</emph>তালিকা থেকে পরীক্ষন চিহ্ন অপসারণ করে আপনাকে অবশ্যই এই বৈশিষ্ট্য সক্রিয় করতে হবে। যখন পরীক্ষন চিহ্ন নির্ধারণ করা থাকবে, আপনি কোনো অনুচ্ছেদ লুকাতে পারবেন না।"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"hd_id3148675\n"
+"38\n"
+"help.text"
+msgid "To Hide a Section"
+msgstr "একটি অংশ আড়াল করতে"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3148697\n"
+"39\n"
+"help.text"
+msgid "Select the text that you want to hide in your document."
+msgstr "পাঠ্য নির্বাচন করুন যা আপনি আপনার নথিতে লুকাতে চান।"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3153019\n"
+"9\n"
+"help.text"
+msgid "Choose <emph>Insert - Section</emph>."
+msgstr "<emph>সন্নিবেশ - অংশ</emph> নির্বাচন করুন।"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3148950\n"
+"40\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Hide</item> area, select <item type=\"menuitem\">Hide</item>, and then enter an expression in the <item type=\"menuitem\">Condition</item> box. For example, using the variable you previously defined, enter <item type=\"literal\">Hide==1</item>."
+msgstr "<item type=\"menuitem\">আড়াল</item> এলাকায়, <item type=\"menuitem\">আড়াল</item> নির্বাচন করুন, অতঃপর <item type=\"menuitem\">শর্ত</item> বাক্সে একটি এক্সপ্রেশন দিন। যেমন, পূর্বে উল্লেখিত ভেরিয়েবল ব্যবহার করে, <item type=\"literal\">Hide==1</item> দিন।"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3153636\n"
+"41\n"
+"help.text"
+msgid "Click <item type=\"menuitem\">Insert</item>."
+msgstr "<item type=\"menuitem\">সন্নিবেশ</item> ক্লিক করুন।"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3846858\n"
+"help.text"
+msgid "<link href=\"text/swriter/guide/hidden_text_display.xhp\" name=\"Displaying Hidden Text\">Displaying Hidden Text</link>"
+msgstr "<link href=\"text/swriter/guide/hidden_text_display.xhp\" name=\"Displaying Hidden Text\">লুকায়িত পাঠ্য প্রদর্শন করা হচ্ছে</link>"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id8148442\n"
+"help.text"
+msgid "<link href=\"text/swriter/guide/nonprintable_text.xhp\" name=\"Creating Non-printing Text\">Creating Non-printing Text</link>"
+msgstr "<link href=\"text/swriter/guide/nonprintable_text.xhp\" name=\"Creating Non-printing Text\">অ-মুদ্রণ পাঠ্য তৈরি করা হচ্ছে</link>"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3148603\n"
+"10\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/04090000.xhp\" name=\"Insert - Fields - Other\">Insert - Fields - Other</link>"
+msgstr "<link href=\"text/swriter/01/04090000.xhp\" name=\"Insert - Fields - Other\">সন্নিবেশ করান - ক্ষেত্র - অন্যান্য</link>"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3147011\n"
+"11\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/04020000.xhp\" name=\"Insert - Section\">Insert - Section</link>"
+msgstr "<link href=\"text/swriter/01/04020000.xhp\" name=\"Insert - Section\">সন্নিবেশ করান - শাখা</link>"
+
+#: hidden_text.xhp
+msgctxt ""
+"hidden_text.xhp\n"
+"par_id3147029\n"
+"46\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/14020000.xhp\" name=\"List of Operators\">List of Operators</link>"
+msgstr "<link href=\"text/swriter/02/14020000.xhp\" name=\"List of Operators\">পরিচালকের তালিকা</link>"
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"tit\n"
+"help.text"
+msgid "Creating a Form Letter"
+msgstr "একটি ফরম চিঠি তৈরি করা হচ্ছে"
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"bm_id3159257\n"
+"help.text"
+msgid "<bookmark_value>serial letters</bookmark_value> <bookmark_value>form letters</bookmark_value> <bookmark_value>mail merge</bookmark_value> <bookmark_value>letters; creating form letters</bookmark_value> <bookmark_value>wizards;form letters</bookmark_value>"
+msgstr "<bookmark_value>serial letters</bookmark_value> <bookmark_value>form letters</bookmark_value> <bookmark_value>mail merge</bookmark_value> <bookmark_value>letters; creating form letters</bookmark_value> <bookmark_value>wizards;form letters</bookmark_value>"
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"hd_id3159257\n"
+"29\n"
+"help.text"
+msgid "<variable id=\"form_letters\"><variable id=\"form_letters_main\"><link href=\"text/swriter/guide/form_letters_main.xhp\" name=\"Creating a Form Letter\">Creating a Form Letter</link></variable></variable>"
+msgstr "<variable id=\"form_letters\"><variable id=\"form_letters_main\"><link href=\"text/swriter/guide/form_letters_main.xhp\" name=\"Creating a Form Letter\">একটি ফরম চিঠি তৈরি করা হচ্ছে</link></variable></variable>"
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"par_id3150502\n"
+"1\n"
+"help.text"
+msgid "To create a form letter, you need a text document that contains fields for address data, and an address database. Then you combine or merge the address data and the text document to either print the letters or send them by e-mail."
+msgstr "একটি ফরম চিঠি তৈরি করতে, আপনার একটি পাঠ্য নথি প্রয়োজন যা ঠিকানা ডাটা, এবং একটি ঠিকানা ডাটাবেসের জন্য ক্ষেত্র ধারণ করে। এরপর আপনি হয় চিঠিটি মুদ্রণ করতে অথবা এদেরকে ইমেইলের মাধ্যমে প্রেরণ করতে ঠিকানা ডাটা এবং পাঠ্য নথি সমন্বয় অথবা একত্রিত করতে পারবেন।"
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"par_id0805200801132382\n"
+"help.text"
+msgid "If the document is in HTML format, any embedded or linked images will not be sent with the e-mail."
+msgstr "যদি নথিটি HTML বিন্যাসে থাকে, যেকোনো সন্নিবশিত অথবা সংযোগকৃত চিত্র ইমেইল এর মাধ্যমে প্রেরণ করা হবেনা।"
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"par_idN10653\n"
+"help.text"
+msgid "The <link href=\"text/swriter/01/mailmerge00.xhp\">Mail Merge Wizard</link> helps you to create form letters."
+msgstr "<link href=\"text/swriter/01/mailmerge00.xhp\">বার্তা একত্রিতকরণ উইজার্ড</link> আপনাকে একটি ফরম চিঠি তৈরি করতে সহায়তা করে।"
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"par_idN10664\n"
+"help.text"
+msgid "To create a form letter"
+msgstr "একটি ফরম চিঠি তৈরি করতে"
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"par_idN1066B\n"
+"help.text"
+msgid "Choose <emph>Tools - Mail Merge Wizard</emph>."
+msgstr "<emph>টুল - বার্তা একত্রিতকরণ উইজার্ড</emph> নির্বাচন করুন।"
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"par_idN10672\n"
+"help.text"
+msgid "You see the Mail Merge Wizard dialog. The following is an example of one of many possible ways to navigate the wizard's pages:"
+msgstr "আপনি বার্তা একত্রিতকরণ উইজার্ড ডায়ালগ দেখেছেন। নিম্নোক্তটি উইজার্ড ন্যাভিগেট করার অনেক সম্ভবপর পদ্ধতির একটি উদাহরণ।"
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"par_idN10676\n"
+"help.text"
+msgid "Select <emph>Start from a template</emph>, and click the <emph>Browse</emph> button."
+msgstr "<emph>একটি ফর্মা থেকে আরম্ভ </emph>নির্বাচন করুন, এবং <emph>ব্রাউজ</emph> বোতামে ক্লিক করুন।"
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"par_idN10681\n"
+"help.text"
+msgid "You see the <emph>New</emph> dialog."
+msgstr "আপনি <emph>নতুন</emph> ডায়ালগ দেখতে পাবেন।"
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"par_idN10685\n"
+"help.text"
+msgid "Select <item type=\"literal\">Business Correspondence</item> in the left list, and then <item type=\"literal\">Modern letter</item> in the right list. Click <emph>OK</emph> to close the Templates dialog, and click <emph>Next</emph> in the wizard."
+msgstr "বাম তালিকায় <item type=\"literal\">ব্যবসা অনুরূপতা</item> উপকরণ, এবং এরপর ডান তালিকায় <item type=\"literal\">আধুনিক অক্ষর</item> নির্বাচন করুন। ফর্মা ডায়ালগ বন্ধ করতে <emph>ঠিক আছে</emph> তে ক্লিক করুন, এবং এরপর উইজার্ডের <emph>পরবর্তী</emph>তে ক্লিক করুন।"
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"par_id2669759\n"
+"help.text"
+msgid "Select <emph>Letter</emph> and click <emph>Next</emph>."
+msgstr "<emph>বর্ণ</emph> নির্বাচন করুন এবং <emph> পরবর্তী</emph> ক্লিক করুন।"
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"par_idN106BD\n"
+"help.text"
+msgid "On the next step of the wizard, click the <emph>Select Address List</emph> button to check that you are using the correct address list. If you want to use an address block, select an address block type, match the data fields if necessary, and click <emph>Next</emph>."
+msgstr ""
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"par_idN106C5\n"
+"help.text"
+msgid "Next follows the <emph>Create a salutation</emph> step. Deselect the <emph>Insert personalized salutation</emph> box. Under <emph>General salutation</emph>, select the salutation that you want on top of all letters."
+msgstr "এরপর <emph>একটি অভিবাদন তৈরি</emph> ধাপটি অনুসরণ করুন। <emph>ব্যক্তিগত অভিবাদন সন্নিবেশ</emph> বাক্স তালিকা হতে বাদ দেন। <emph>সাধারণ অভিবাদনের</emph>অধীনে, অভিবাদন নির্বাচন করুন যা আপনি সব পত্রের শীর্ষে চান।"
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"par_idN106C6\n"
+"help.text"
+msgid "If you want to place mail merge fields anywhere else in the document select the corresponding column in your address data source and then drag and drop the column header into the document where you would like the field to be. Be sure to select the entire column."
+msgstr ""
+
+#: form_letters_main.xhp
+msgctxt ""
+"form_letters_main.xhp\n"
+"par_idN106D5\n"
+"help.text"
+msgid "Click <emph>Next</emph> and finally <emph>Finish</emph> to create the mail merge."
+msgstr "বার্তা একত্রিতকরণ তৈরি করতে <emph>পরবর্তী</emph> এবং চূড়ান্তভাবে <emph>সমাপ্ত</emph> ক্লিক করুন।"
+
+#: nonprintable_text.xhp
+msgctxt ""
+"nonprintable_text.xhp\n"
+"tit\n"
+"help.text"
+msgid "Creating Non-printing Text"
+msgstr "অ-মুদ্রণযোগ্য পাঠ্য তৈরি করা হচ্ছে"
+
+#: nonprintable_text.xhp
+msgctxt ""
+"nonprintable_text.xhp\n"
+"bm_id3148856\n"
+"help.text"
+msgid "<bookmark_value>non-printing text</bookmark_value> <bookmark_value>text; non-printable</bookmark_value>"
+msgstr "<bookmark_value>non-printing text</bookmark_value> <bookmark_value>text; non-printable</bookmark_value>"
+
+#: nonprintable_text.xhp
+msgctxt ""
+"nonprintable_text.xhp\n"
+"hd_id3148856\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"nonprintable_text\"><link href=\"text/swriter/guide/nonprintable_text.xhp\" name=\"Creating Non-printing Text\">Creating Non-printing Text</link></variable>"
+msgstr "<variable id=\"nonprintable_text\"><link href=\"text/swriter/guide/nonprintable_text.xhp\" name=\"Creating Non-printing Text\">অ-মুদ্রণযোগ্য পাঠ্য তৈরি করা হচ্ছে</link></variable>"
+
+#: nonprintable_text.xhp
+msgctxt ""
+"nonprintable_text.xhp\n"
+"par_id4685201\n"
+"help.text"
+msgid "To create text that is not to be printed do the following:"
+msgstr "অ-মুদ্রণযোগ্য তৈরি করতে নিম্নোক্ত কাজগুলো করুন:"
+
+#: nonprintable_text.xhp
+msgctxt ""
+"nonprintable_text.xhp\n"
+"par_id3149789\n"
+"14\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Insert - Frame</item> and click <item type=\"menuitem\">OK</item>."
+msgstr ""
+
+#: nonprintable_text.xhp
+msgctxt ""
+"nonprintable_text.xhp\n"
+"par_id3150224\n"
+"15\n"
+"help.text"
+msgid "Enter text in the frame and if you want, resize the frame."
+msgstr "ফ্রেমে পাঠ্য সন্নিবেশ করুন এবং যদি আপনি চান, ফ্রেমটির আকার পরিবর্তন করুন।"
+
+#: nonprintable_text.xhp
+#, fuzzy
+msgctxt ""
+"nonprintable_text.xhp\n"
+"par_id3150242\n"
+"16\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Format - Frame/Object</item>, and then click the <item type=\"menuitem\">Options</item> tab."
+msgstr "<item type=\"menuitem\">সন্নিবেশ - ক্ষেত্র - অন্যান্য</item> নির্বাচন করুন, অতঃপর <item type=\"menuitem\">ফাংশন</item> ট্যাবে ক্লিক করুন।"
+
+#: nonprintable_text.xhp
+msgctxt ""
+"nonprintable_text.xhp\n"
+"par_id3145227\n"
+"17\n"
+"help.text"
+msgid "In the <emph>Properties</emph> area, clear the <emph>Print</emph> check box."
+msgstr "<emph>বৈশিষ্ট্যাবলী</emph> এলাকায়,<emph>মুদ্রণ</emph> চেক বাক্স খালি করুন।"
+
+#: nonprintable_text.xhp
+msgctxt ""
+"nonprintable_text.xhp\n"
+"par_id3150320\n"
+"18\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: nonprintable_text.xhp
+msgctxt ""
+"nonprintable_text.xhp\n"
+"par_id3138828\n"
+"help.text"
+msgid "<link href=\"text/swriter/guide/hidden_text.xhp\" name=\"Hiding Text\">Hiding Text</link>"
+msgstr "<link href=\"text/swriter/guide/hidden_text.xhp\" name=\"Hiding Text\">পাঠ্য আড়াল করা হচ্ছে</link>"
+
+#: indices_edit.xhp
+msgctxt ""
+"indices_edit.xhp\n"
+"tit\n"
+"help.text"
+msgid "Updating, Editing and Deleting Indexes and Tables of Contents"
+msgstr "সূচী এবং সূচীপত্র হালনাগাদ, সম্পাদনা এবং মুছে ফেলা হচ্ছে"
+
+#: indices_edit.xhp
+msgctxt ""
+"indices_edit.xhp\n"
+"bm_id3149695\n"
+"help.text"
+msgid "<bookmark_value>indexes; editing/updating/deleting</bookmark_value> <bookmark_value>tables of contents; editing and deleting</bookmark_value> <bookmark_value>updating;indexes/tables of contents</bookmark_value> <bookmark_value>editing;indexes/tables of contents</bookmark_value> <bookmark_value>deleting;indexes/tables of contents</bookmark_value>"
+msgstr "<bookmark_value>indexes; editing/updating/deleting</bookmark_value> <bookmark_value>tables of contents; editing and deleting</bookmark_value> <bookmark_value>updating;indexes/tables of contents</bookmark_value> <bookmark_value>editing;indexes/tables of contents</bookmark_value> <bookmark_value>deleting;indexes/tables of contents</bookmark_value>"
+
+#: indices_edit.xhp
+msgctxt ""
+"indices_edit.xhp\n"
+"hd_id3149695\n"
+"56\n"
+"help.text"
+msgid "<variable id=\"indices_edit\"><link href=\"text/swriter/guide/indices_edit.xhp\" name=\"Updating, Editing and Deleting Indexes and Tables of Contents\">Updating, Editing and Deleting Indexes and Tables of Contents</link></variable>"
+msgstr "<variable id=\"indices_edit\"><link href=\"text/swriter/guide/indices_edit.xhp\" name=\"Updating, Editing and Deleting Indexes and Tables of Contents\">সূচী এবং সূচীপত্র হালনাগাদ, সম্পাদনা এবং মুছে ফেলা হচ্ছে</link></variable>"
+
+#: indices_edit.xhp
+msgctxt ""
+"indices_edit.xhp\n"
+"par_id3155856\n"
+"57\n"
+"help.text"
+msgid "Place the cursor in the index or table of contents."
+msgstr "সূচী অথবা সূচীপত্রে কার্সারটি রাখুন"
+
+#: indices_edit.xhp
+msgctxt ""
+"indices_edit.xhp\n"
+"par_id3155871\n"
+"59\n"
+"help.text"
+msgid "If you cannot place your cursor in the index or table of contents, choose <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Formatting Aids</item>, and then select <item type=\"menuitem\">Enable</item> in the <item type=\"menuitem\">Cursor in protected areas</item> section."
+msgstr ""
+
+#: indices_edit.xhp
+msgctxt ""
+"indices_edit.xhp\n"
+"par_id3154248\n"
+"58\n"
+"help.text"
+msgid "Right-click and choose an editing option from the menu."
+msgstr "ডানেক্লিক করুন এবং তালিকা থেকে একটি সম্পাদনা অপশন পছন্দ করুন।"
+
+#: indices_edit.xhp
+msgctxt ""
+"indices_edit.xhp\n"
+"par_id3155872\n"
+"60\n"
+"help.text"
+msgid "You can also make changes directly to an index or table of contents. Right-click in the index or table of contents, choose <emph>Edit Index/Table</emph>, click <emph>Index/Table</emph> tab, and then clear the <emph>Protected from manual changes</emph> check box."
+msgstr "আপনি একটি সূচী অথবা সূচীপত্রে সরাসরি পরিবর্তন করতে পারেন। সূচী অথবা সূচীপত্রে ডান-ক্লিক করুন, <emph>সূচী/সারণি সম্পাদনা করুন</emph>, <emph>সূচী/সারণি</emph> ট্যাব এ ক্লিক করুন, এবং এরপর <emph>হস্তচালিত পরিবর্তন থেকে সুরক্ষিত</emph> পরীক্ষন বাক্স পরিষ্কার করুন।"
+
+#: insert_beforetable.xhp
+msgctxt ""
+"insert_beforetable.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting Text Before a Table at the Top of Page"
+msgstr "পৃষ্ঠার শীর্ষে একটি সারণির পূর্বে পাঠ্য সন্নিবেশ করানো হচ্ছে"
+
+#: insert_beforetable.xhp
+msgctxt ""
+"insert_beforetable.xhp\n"
+"bm_id3149688\n"
+"help.text"
+msgid "<bookmark_value>tables;start/end of document</bookmark_value><bookmark_value>paragraphs;inserting before/after tables</bookmark_value><bookmark_value>inserting;paragraphs before/after tables</bookmark_value>"
+msgstr "<bookmark_value>tables;start/end of document</bookmark_value><bookmark_value>paragraphs;inserting before/after tables</bookmark_value><bookmark_value>inserting;paragraphs before/after tables</bookmark_value>"
+
+#: insert_beforetable.xhp
+msgctxt ""
+"insert_beforetable.xhp\n"
+"hd_id3149688\n"
+"54\n"
+"help.text"
+msgid "<variable id=\"insert_beforetable\"><link href=\"text/swriter/guide/insert_beforetable.xhp\" name=\"Inserting Text Before a Table at the Top of Page\">Inserting Text Before a Table at the Top of Page</link></variable>"
+msgstr "<variable id=\"insert_beforetable\"><link href=\"text/swriter/guide/insert_beforetable.xhp\" name=\"Inserting Text Before a Table at the Top of Page\">পৃষ্ঠার শীর্ষে একটি সারণির পূর্বে পাঠ্য সন্নিবেশ করানো হচ্ছে</link></variable>"
+
+#: insert_beforetable.xhp
+msgctxt ""
+"insert_beforetable.xhp\n"
+"par_id3155923\n"
+"55\n"
+"help.text"
+msgid "If you want to insert text before a table that is at the top of a page, click in the first cell of the table, in front of any contents of that cell, and then press <item type=\"keycode\">Enter</item> or <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Enter</item>."
+msgstr "পৃষ্ঠার শীর্ষের সারণির পূর্বে যদি আপনি একটি সারণি সন্নিবেশ করাতে চান, সারণির প্রথম কক্ষে ক্লিক করুন, সেই কক্ষের যেকোনো বিষয়বস্তুর সম্মুখে, এবং এরপর <item type=\"keycode\">Enter</item> অথবা <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">অপশন</caseinline><defaultinline>Alt</defaultinline></switchinline>+Enter</item>চাপুন।"
+
+#: insert_beforetable.xhp
+msgctxt ""
+"insert_beforetable.xhp\n"
+"par_idN10612\n"
+"help.text"
+msgid "To insert text after a table at the end of the document, go to the last cell of the table and press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Enter</item>."
+msgstr "নথির শেষে একটি সারণির পরে পাঠ্য সন্নিবেশ করাতে, সারণির শেষ কক্ষে যান এবং <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">অপশন</caseinline><defaultinline>Alt</defaultinline></switchinline>+Enter</item>চাপুন।"
+
+#: join_numbered_lists.xhp
+msgctxt ""
+"join_numbered_lists.xhp\n"
+"tit\n"
+"help.text"
+msgid "Combining Numbered Lists"
+msgstr "সংখ্যায়িত তালিকা সমন্বিত করা হচ্ছে"
+
+#: join_numbered_lists.xhp
+msgctxt ""
+"join_numbered_lists.xhp\n"
+"bm_id3150495\n"
+"help.text"
+msgid "<bookmark_value>numbering; combining</bookmark_value> <bookmark_value>merging;numbered lists</bookmark_value> <bookmark_value>joining;numbered lists</bookmark_value> <bookmark_value>lists;combining numbered lists</bookmark_value> <bookmark_value>paragraphs;numbering non-consecutive</bookmark_value>"
+msgstr "<bookmark_value>numbering; combining</bookmark_value> <bookmark_value>merging;numbered lists</bookmark_value> <bookmark_value>joining;numbered lists</bookmark_value> <bookmark_value>lists;combining numbered lists</bookmark_value> <bookmark_value>paragraphs;numbering non-consecutive</bookmark_value>"
+
+#: join_numbered_lists.xhp
+msgctxt ""
+"join_numbered_lists.xhp\n"
+"hd_id3150495\n"
+"32\n"
+"help.text"
+msgid "<variable id=\"join_numbered_lists\"><link href=\"text/swriter/guide/join_numbered_lists.xhp\" name=\"Combining Numbered Lists\">Combining Numbered Lists</link></variable>"
+msgstr "<variable id=\"join_numbered_lists\"><link href=\"text/swriter/guide/join_numbered_lists.xhp\" name=\"Combining Numbered Lists\">সংখ্যায়িত তালিকা সমন্বিত করা হচ্ছে</link></variable>"
+
+#: join_numbered_lists.xhp
+msgctxt ""
+"join_numbered_lists.xhp\n"
+"par_id3149692\n"
+"33\n"
+"help.text"
+msgid "You can combine numbered lists into a single consecutively numbered list."
+msgstr "আপনি সংখ্যায়িত তালিকা একটি একক পর্যায়ক্রমিক তালিকায় সমন্বিত করতে পারবেন।"
+
+#: join_numbered_lists.xhp
+msgctxt ""
+"join_numbered_lists.xhp\n"
+"hd_id3149452\n"
+"34\n"
+"help.text"
+msgid "To Combine Consecutive Numbered Lists"
+msgstr "ক্রমানুসারে নম্বরের তালিকাগুলো একত্রিত করতে"
+
+#: join_numbered_lists.xhp
+msgctxt ""
+"join_numbered_lists.xhp\n"
+"par_id3154479\n"
+"35\n"
+"help.text"
+msgid "Select all of the paragraphs in the lists."
+msgstr "তালিকার সব অনুচ্ছেদ নির্বাচন করুন।"
+
+#: join_numbered_lists.xhp
+msgctxt ""
+"join_numbered_lists.xhp\n"
+"par_id3155911\n"
+"36\n"
+"help.text"
+msgid "On the <item type=\"menuitem\">Formatting</item> Bar, click the <item type=\"menuitem\">Numbering On/Off</item> icon twice."
+msgstr "<item type=\"menuitem\">বিন্যাস</item> বারে, <item type=\"menuitem\">সংখ্যায়ন চালু/বন্ধ</item> আইকনে দুইবার ক্লিক করুন।"
+
+#: join_numbered_lists.xhp
+msgctxt ""
+"join_numbered_lists.xhp\n"
+"hd_id3155870\n"
+"37\n"
+"help.text"
+msgid "To Create a Numbered List From Non-consecutive Paragraphs:"
+msgstr "ক্রমানুসারে নয় এমন অনুচ্ছেদ হতে সংখ্যায়ন তালিকা তৈরি করতে"
+
+#: join_numbered_lists.xhp
+msgctxt ""
+"join_numbered_lists.xhp\n"
+"par_id3153417\n"
+"38\n"
+"help.text"
+msgid "Hold down Ctrl and drag a selection in the first numbered paragraph. You only have to select one character."
+msgstr "Ctrl ধরে রাখুন এবং প্রথম সংখ্যায়িত অনুচ্ছেদে একটি নির্বাচন টানুন। আপনাকে কেবলমাত্র একটি অক্ষর নির্বাচন করতে হবে।"
+
+#: join_numbered_lists.xhp
+msgctxt ""
+"join_numbered_lists.xhp\n"
+"par_id3149644\n"
+"39\n"
+"help.text"
+msgid "Continue to hold down Ctrl, and drag a selection in each numbered paragraph of the lists you want to combine."
+msgstr "Ctrl ধরে রেখে অগ্রসর হতে, আপনি সমন্বয় করতে চান এমন প্রতিটি সংখ্যায়িত অনুচ্ছেদে একটি নির্বাচন টেনে আনুন।"
+
+#: join_numbered_lists.xhp
+msgctxt ""
+"join_numbered_lists.xhp\n"
+"par_id3145102\n"
+"40\n"
+"help.text"
+msgid "On the <item type=\"menuitem\">Formatting</item> Bar, click the <item type=\"menuitem\">Numbering On/Off</item> icon twice."
+msgstr "<item type=\"menuitem\">বিন্যাস</item> বারে, <item type=\"menuitem\">সংখ্যায়ন চালু/বন্ধ</item> আইকনে দুইবার ক্লিক করুন।"
+
+#: reset_format.xhp
+msgctxt ""
+"reset_format.xhp\n"
+"tit\n"
+"help.text"
+msgid "Resetting Font Attributes"
+msgstr "ফন্টের বৈশিষ্ট্যাবলী পুনরায় নির্ধারণ করা হচ্ছে"
+
+#: reset_format.xhp
+msgctxt ""
+"reset_format.xhp\n"
+"bm_id3149963\n"
+"help.text"
+msgid "<bookmark_value>formats; resetting</bookmark_value> <bookmark_value>font attributes; resetting</bookmark_value> <bookmark_value>fonts; resetting</bookmark_value> <bookmark_value>resetting; fonts</bookmark_value> <bookmark_value>direct formatting;exiting</bookmark_value> <bookmark_value>formatting;exiting direct formatting</bookmark_value> <bookmark_value>exiting;direct formatting</bookmark_value>"
+msgstr "<bookmark_value>formats; resetting</bookmark_value> <bookmark_value>font attributes; resetting</bookmark_value> <bookmark_value>fonts; resetting</bookmark_value> <bookmark_value>resetting; fonts</bookmark_value> <bookmark_value>direct formatting;exiting</bookmark_value> <bookmark_value>formatting;exiting direct formatting</bookmark_value> <bookmark_value>exiting;direct formatting</bookmark_value>"
+
+#: reset_format.xhp
+msgctxt ""
+"reset_format.xhp\n"
+"hd_id3149963\n"
+"26\n"
+"help.text"
+msgid "<variable id=\"reset_format\"><link href=\"text/swriter/guide/reset_format.xhp\" name=\"Resetting Font Attributes\">Resetting Font Attributes</link></variable>"
+msgstr "<variable id=\"reset_format\"><link href=\"text/swriter/guide/reset_format.xhp\" name=\"Resetting Font Attributes\">ফন্টের বৈশিষ্ট্যাবলী পুনরায় নির্ধারণ করা হচ্ছে</link></variable>"
+
+#: reset_format.xhp
+msgctxt ""
+"reset_format.xhp\n"
+"par_id3154091\n"
+"27\n"
+"help.text"
+msgid "You can quickly exit manual formatting by pressing Ctrl+Shift+X. For example, if you have pressed Ctrl+B to apply the bold typeface to the text that you type, press Ctrl+Shift+X to return to the default character format of the paragraph."
+msgstr ""
+
+#: reset_format.xhp
+msgctxt ""
+"reset_format.xhp\n"
+"par_id3155854\n"
+"28\n"
+"help.text"
+msgid "To reset all direct formatting of existing text, select that text, then choose the menu command <emph>Format - Clear Direct Formatting</emph>."
+msgstr ""
+
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"tit\n"
+"help.text"
+msgid "Merging and Splitting Cells"
+msgstr "ঘর একত্রিত এবং বিভাজিত করা হচ্ছে"
+
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"bm_id3147240\n"
+"help.text"
+msgid "<bookmark_value>cells; merging/splitting</bookmark_value> <bookmark_value>tables; merging cells</bookmark_value> <bookmark_value>cell merges</bookmark_value> <bookmark_value>splitting cells;by menu command</bookmark_value> <bookmark_value>merging;cells</bookmark_value>"
+msgstr "<bookmark_value>cells; merging/splitting</bookmark_value> <bookmark_value>tables; merging cells</bookmark_value> <bookmark_value>cell merges</bookmark_value> <bookmark_value>splitting cells;by menu command</bookmark_value> <bookmark_value>merging;cells</bookmark_value>"
+
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"hd_id6618243\n"
+"help.text"
+msgid "<variable id=\"table_cellmerge\"><link href=\"text/swriter/guide/table_cellmerge.xhp\" name=\"Merging and Splitting Cells\">Merging and Splitting Cells</link></variable>"
+msgstr "<variable id=\"table_cellmerge\"><link href=\"text/swriter/guide/table_cellmerge.xhp\" name=\"Merging and Splitting Cells\">ঘর একত্রিত এবং বিভাজিত করা হচ্ছে</link></variable>"
+
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"par_id1211890\n"
+"help.text"
+msgid "You can select adjacent cells, then merge them into a single cell. Conversely, you can take a large cell and divide it into individual cells."
+msgstr "আপনি নিকটবর্তী ঘর নির্বাচিত করতে পারেন, এরপর এদেরকে একটি একক ঘরে একত্রিত করুন। বিপরীতে, আপনি একটি বড় ঘর নিতে পারেন এবং এটিকে পৃথক ঘরে ভাগ করতে পারেন।"
+
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"hd_id3463850\n"
+"help.text"
+msgid "To Merge Cells"
+msgstr "ঘরগুলো একত্রিত করতে"
+
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"par_id5708792\n"
+"help.text"
+msgid "Select the adjacent cells."
+msgstr "নিকটবর্তী ঘর নির্বাচন করুন।"
+
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"par_id6301461\n"
+"help.text"
+msgid "Choose <emph>Table - Merge Cells</emph>."
+msgstr "<emph>সারণি - ঘর একত্রিত করণ</emph> নির্বাচন করুন।"
+
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"hd_id9156468\n"
+"help.text"
+msgid "To Split Cells"
+msgstr "ঘরগুলো বিভক্ত করতে"
+
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"par_id3415936\n"
+"help.text"
+msgid "Place the cursor in the cell to be split."
+msgstr "বিভাজিত করার জন্য ঘরে কার্সারটি স্থাপন করুন।"
+
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"par_id4044312\n"
+"help.text"
+msgid "Choose <emph>Table - Split Cells</emph>."
+msgstr "<emph>সারণি -ঘর বিভাজিত করণ</emph> নির্বাচন করুন।"
+
+#: table_cellmerge.xhp
+msgctxt ""
+"table_cellmerge.xhp\n"
+"par_id634174\n"
+"help.text"
+msgid "A dialog allows you to split the cell into two or more cells, horizontally or vertically."
+msgstr "একটি ডায়ালগ আপনাকে ঘর দুই বা ততোধিক ঘরে বিভাজিত করতে অনুমোদন করে, অনুভূমিক অথবা উল্লম্ব।"
+
+#: spellcheck_dialog.xhp
+msgctxt ""
+"spellcheck_dialog.xhp\n"
+"tit\n"
+"help.text"
+msgid "Checking Spelling and Grammar"
+msgstr "বানান ও ব্যকরণ পরীক্ষা করা হচ্ছে"
+
+#: spellcheck_dialog.xhp
+msgctxt ""
+"spellcheck_dialog.xhp\n"
+"bm_id3149684\n"
+"help.text"
+msgid "<bookmark_value>spellcheck; checking text documents manually</bookmark_value> <bookmark_value>checking spelling;manually</bookmark_value> <bookmark_value>grammar checker</bookmark_value>"
+msgstr "<bookmark_value>spellcheck; checking text documents manually</bookmark_value> <bookmark_value>checking spelling;manually</bookmark_value> <bookmark_value>grammar checker</bookmark_value>"
+
+#: spellcheck_dialog.xhp
+msgctxt ""
+"spellcheck_dialog.xhp\n"
+"hd_id3149684\n"
+"37\n"
+"help.text"
+msgid "<variable id=\"spellcheck_dialog\"><link href=\"text/swriter/guide/spellcheck_dialog.xhp\" name=\"Checking Spelling and Grammar\">Checking Spelling and Grammar</link></variable>"
+msgstr "<variable id=\"spellcheck_dialog\"><link href=\"text/swriter/guide/spellcheck_dialog.xhp\" name=\"Checking Spelling and Grammar\">ব্যকরণ এবং বানান পরীক্ষা করা হচ্ছে</link></variable>"
+
+#: spellcheck_dialog.xhp
+msgctxt ""
+"spellcheck_dialog.xhp\n"
+"par_id3149814\n"
+"9\n"
+"help.text"
+msgid "You can manually check the spelling and grammar of a text selection or the entire document."
+msgstr "আপনি স্বনির্ধারিত ভাবে একটি পাঠ্য নির্বাচনের বা পুরো নথির বানান ও ব্যকরণ পরীক্ষা করতে পারেন।"
+
+#: spellcheck_dialog.xhp
+msgctxt ""
+"spellcheck_dialog.xhp\n"
+"par_id0525200902184476\n"
+"help.text"
+msgid "To check the spelling and the grammar of a text, the appropriate dictionaries must be installed. For many languages three different dictionaries exist: a spellchecker, a hyphenation dictionary, and a thesaurus. Each dictionary covers one language only. Grammar checkers can be downloaded and installed as extensions. See the <link href=\"http://extensions.libreoffice.org/dictionary\">extensions web page</link>."
+msgstr ""
+
+#: spellcheck_dialog.xhp
+msgctxt ""
+"spellcheck_dialog.xhp\n"
+"par_id3149828\n"
+"10\n"
+"help.text"
+msgid "The spellcheck starts at the current cursor position, or at the beginning of the text selection."
+msgstr "বানান পরীক্ষক বর্তমান কার্সার অবস্থানে, অথবা পাঠ্য নির্বাচনের শুরুতে আরম্ভ হয়।"
+
+#: spellcheck_dialog.xhp
+msgctxt ""
+"spellcheck_dialog.xhp\n"
+"par_id3155859\n"
+"43\n"
+"help.text"
+msgid "Click in the document, or select the text that you want to check."
+msgstr "নথিতে ক্লিক করুন, অথবা পাঠ্য নির্বাচন করুন যা আপনি পরীক্ষা করতে চান।"
+
+#: spellcheck_dialog.xhp
+msgctxt ""
+"spellcheck_dialog.xhp\n"
+"par_id3149836\n"
+"44\n"
+"help.text"
+msgid "Choose <emph>Tools - Spelling and Grammar</emph>."
+msgstr "<emph>টুল - বানান এবং ব্যাকরণ</emph> নির্বাচন করুন।"
+
+#: spellcheck_dialog.xhp
+msgctxt ""
+"spellcheck_dialog.xhp\n"
+"par_id3156104\n"
+"45\n"
+"help.text"
+msgid "When a possible spelling error is encountered, the <item type=\"menuitem\">Spellcheck</item> dialog opens and $[officename] offers some suggested corrections."
+msgstr "যখন একটি সম্ভবপর কোনো বানান ভুল ধরা হয়, তখন <item type=\"menuitem\">বানান পরীক্ষণ</item> ডায়ালগটি খোলা হয় এবং $[officename] সংশোধনের কিছু পরামর্শ সুপারিশ করে।"
+
+#: spellcheck_dialog.xhp
+msgctxt ""
+"spellcheck_dialog.xhp\n"
+"par_id3149861\n"
+"46\n"
+"help.text"
+msgid "Do one of the following:"
+msgstr "নিম্নের যেকোনো একটি করুন:"
+
+#: spellcheck_dialog.xhp
+msgctxt ""
+"spellcheck_dialog.xhp\n"
+"par_id3145099\n"
+"47\n"
+"help.text"
+msgid "To accept a correction, click the suggestion, and then click <emph>Change</emph>."
+msgstr "একটি সংশোধন গ্রহণ করতে, পরামর্শে ক্লিক করুন, এবং এরপর <emph>পরিবর্তন</emph> ক্লিক করুন।"
+
+#: spellcheck_dialog.xhp
+msgctxt ""
+"spellcheck_dialog.xhp\n"
+"par_id3156241\n"
+"48\n"
+"help.text"
+msgid "Edit the sentence in the upper text box, and then click <emph>Change</emph>."
+msgstr "উচ্চতর পাঠ্য বাক্সে বাক্যটি সম্পাদনা করুন, এবং এরপর <emph>পরিবর্তন</emph> এ ক্লিক করুন।"
+
+#: spellcheck_dialog.xhp
+msgctxt ""
+"spellcheck_dialog.xhp\n"
+"par_id3155886\n"
+"40\n"
+"help.text"
+msgid "To add the unknown word to a user-defined dictionary, click <emph>Add</emph>."
+msgstr "একটি ব্যবহারকারী-সংজ্ঞায়িত অভিধানে অজানা শব্দ যুক্ত করতে, <emph>যোগ</emph> ক্লিক করুন।"
+
+#: spellcheck_dialog.xhp
+msgctxt ""
+"spellcheck_dialog.xhp\n"
+"par_id3147107\n"
+"49\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06010000.xhp\" name=\"Spellcheck dialog\">Spelling and Grammar dialog</link>"
+msgstr "<link href=\"text/shared/01/06010000.xhp\" name=\"Spellcheck dialog\">বানান এবং ব্যাকরণ পরীক্ষা করা হচ্ছে</link>"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting, Editing, and Linking Text Frames"
+msgstr "পাঠ্য ফ্রেম সন্নিবেশ করানো, সম্পাদনা করা, এবং সংযোগ দেওয়া হচ্ছে"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"bm_id3149487\n"
+"help.text"
+msgid "<bookmark_value>text frames; inserting/editing/linking</bookmark_value> <bookmark_value>editing;text frames</bookmark_value> <bookmark_value>inserting;text frames</bookmark_value> <bookmark_value>resizing;text frames, by mouse</bookmark_value> <bookmark_value>scaling; text frames, by mouse</bookmark_value> <bookmark_value>links;text frames</bookmark_value> <bookmark_value>text flow; from frame to frame</bookmark_value> <bookmark_value>frames; linking</bookmark_value> <bookmark_value>printing;hiding text frames from printing</bookmark_value>"
+msgstr "<bookmark_value>text frames; inserting/editing/linking</bookmark_value> <bookmark_value>editing;text frames</bookmark_value> <bookmark_value>inserting;text frames</bookmark_value> <bookmark_value>resizing;text frames, by mouse</bookmark_value> <bookmark_value>scaling; text frames, by mouse</bookmark_value> <bookmark_value>links;text frames</bookmark_value> <bookmark_value>text flow; from frame to frame</bookmark_value> <bookmark_value>frames; linking</bookmark_value> <bookmark_value>printing;hiding text frames from printing</bookmark_value>"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"hd_id3149487\n"
+"3\n"
+"help.text"
+msgid "<variable id=\"text_frame\"><link href=\"text/swriter/guide/text_frame.xhp\" name=\"Inserting, Editing, and Linking Text Frames\">Inserting, Editing, and Linking Text Frames</link></variable>"
+msgstr "<variable id=\"text_frame\"><link href=\"text/swriter/guide/text_frame.xhp\" name=\"Inserting, Editing, and Linking Text Frames\">পাঠ্য ফ্রেম সন্নিবেশ করানো, সম্পাদনা করা, এবং সংযোগ দেওয়া হচ্ছে</link></variable>"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3149842\n"
+"65\n"
+"help.text"
+msgid "A text frame is a container for text and graphics that you can place anywhere on a page. You can also use a frame to apply a column layout to text."
+msgstr "একটি পাঠ্য ফ্রেম পাঠ্য এবং গ্রাফিক্সের জন্য ধারক যা আপনি পৃষ্ঠার যেকোনো স্থানে রাখতে পারেন। আপনি পাঠ্যে কলাম বিন্যাস প্রয়োগ করতেও একটি ফ্রেম ব্যবহার করতে পারেন।"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"hd_id3156104\n"
+"64\n"
+"help.text"
+msgid "To Insert a Text Frame"
+msgstr "একটি পাঠ্য ফ্রেম সন্নিবেশ করতে"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3149961\n"
+"5\n"
+"help.text"
+msgid "Select the text that you want to include in the frame."
+msgstr "পাঠ্য নির্বাচন করুন যা আপনি এই ফ্রেমে অন্তর্ভূক্ত করতে চান।"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3149602\n"
+"9\n"
+"help.text"
+msgid "Choose <emph>Insert - Frame</emph>, and click OK."
+msgstr "<emph>সন্নিবেশ - ফ্রেম</emph> নির্বাচন করুন, এবং \"ঠিক আছে\" ক্লিক করুন।"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"hd_id3145115\n"
+"66\n"
+"help.text"
+msgid "To Edit a Text Frame"
+msgstr "একটি পাঠ্য ফ্রেম সম্পাদনা করতে"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3149578\n"
+"16\n"
+"help.text"
+msgid "To edit the contents of a text frame, click in the frame, and make the changes that you want."
+msgstr "একটি পাঠ্য ফ্রেমের বিষয়বস্তু সম্পাদনা করতে, ফ্রেমে ক্লিক করুন, এবং আপনি যেই পরিবর্তন চান সেটি করুন।"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3156239\n"
+"14\n"
+"help.text"
+msgid "To edit a frame, select the frame, right-click, and then choose a formatting option. You can also right-click the selected frame, and choose <emph>Frame</emph>."
+msgstr "একটি ফ্রেম সম্পাদনা করতে, ফ্রেম নির্বাচন করুন, ডান-ক্লিক করুন, এবং এরপর একটি বিন্যাস অপশন নির্বাচন করুন। আপনি নির্বাচিত ফ্রেমে ডান-ক্লিক করতে পারেন, এবং <emph>ফ্রেম</emph> নির্বাচন করুন।"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3156261\n"
+"63\n"
+"help.text"
+msgid "To resize a text frame, click an edge of the frame, and drag one of the edges or corners of the frame. Hold down Shift while you drag to maintain the proportion of the frame."
+msgstr "একটি পাঠ্য ফ্রেমের আকার পরিবর্তন করতে, ফ্রেমের একটি প্রান্ত টেনে আনুন। ফ্রেমের অনুপাত বজায় রাখতে Shift ধরে রাখুন।"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"hd_id3153386\n"
+"98\n"
+"help.text"
+msgid "To Hide Text From Printing"
+msgstr "মুদ্রণ হতে পাঠ্য আড়াল করতে"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3154262\n"
+"99\n"
+"help.text"
+msgid "Any Writer text frame can be set to a mode which allows viewing the text on screen, but hides the text from printing."
+msgstr "যেকোনো Writer পাঠ্য ফ্রেম একটি ধরনে নির্ধারণ করা যাবে যা পাঠ্য পর্দায় দেখতে সমর্থন করে, কিন্তু পাঠ্যটি মুদ্রণ হওয়া থেকে লুকিয়ে রাখে।"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3154858\n"
+"100\n"
+"help.text"
+msgid "Select the text frame (you see the eight handles)."
+msgstr "পাঠ্য ফ্রেম নির্বাচন করুন (আপনি আটটি হ্যান্ডেল দেখতে পাবেন)"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3155875\n"
+"101\n"
+"help.text"
+msgid "Choose <emph>Format - Frame/Object - Options</emph>."
+msgstr "<emph>বিন্যাস - ফ্রেম/বস্তু - অপশন</emph> নির্বাচন করুন।"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3155899\n"
+"102\n"
+"help.text"
+msgid "In the <emph>Properties</emph> area, unmark the <emph>Print</emph> check box and click <emph>OK</emph>."
+msgstr "<emph>বৈশিষ্ট্যাবলী</emph> এলাকায়, <emph>মুদ্রণ</emph> চেক বাক্স চিহ্ন মুক্ত করুন এবং <emph>ঠিক আছে</emph> ক্লিক করুন।"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"hd_id3148701\n"
+"83\n"
+"help.text"
+msgid "To Link Text Frames"
+msgstr "পাঠ্য ফ্রেম সংযোগ করতে"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3149986\n"
+"84\n"
+"help.text"
+msgid "You can link Writer text frames so that their contents automatically flow from one frame to another."
+msgstr "আপনি Writer পাঠ্য সংযোগ করতে পারেন যাতে করে এদের বিষয়বস্তু এক ফ্রেম থেকে অন্যটিতে প্রভাবিত হয়।"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3153025\n"
+"71\n"
+"help.text"
+msgid "Click the edge of a frame that you want to link. Selection handles appear on the edges of the frame."
+msgstr "আপনি ফ্রেমের যে প্রান্ত সংযোগ করতে চান তাতে ক্লিক করুন। নির্বাচন হ্যান্ডেল ফ্রেমের প্রান্তে আবির্ভূত হবে।"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3150223\n"
+"87\n"
+"help.text"
+msgid "On the <item type=\"menuitem\">Frame</item> Bar, click the <item type=\"menuitem\">Link Frames</item> icon <image id=\"img_id3148968\" src=\"cmd/sc_chainframes.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3148968\">Icon</alt></image>."
+msgstr "<item type=\"menuitem\">ফ্রেম</item> বারে, <item type=\"menuitem\">লিংক ফ্রেম</item> আইকনে ক্লিক করুন <image id=\"img_id3148968\" src=\"cmd/sc_chainframes.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3148968\">আইকন</alt></image>।"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3150930\n"
+"89\n"
+"help.text"
+msgid "Click the frame that you want to link to."
+msgstr "ফ্রেমটিতে ক্লিক করুন যা আপনি সংযোগ দিতে চান।"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3150947\n"
+"75\n"
+"help.text"
+msgid "You can only link frames if:"
+msgstr "আপনি কেবলমাত্র ফ্রেম সংযোগ করতে পারবেন যদি:"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3150969\n"
+"76\n"
+"help.text"
+msgid "The target frame is empty."
+msgstr "লক্ষ্যবস্তু ফ্রেমটি ফাঁকা।"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3154365\n"
+"77\n"
+"help.text"
+msgid "The target frame is not linked to another frame."
+msgstr "লক্ষ্যবস্তু ফ্রেম অন্য ফ্রেমের সাথে সংযুক্ত নয়।"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3154383\n"
+"78\n"
+"help.text"
+msgid "The source and the target frames are in the same section. For example, you cannot link a header frame to a footer frame."
+msgstr "উৎস এবং লক্ষ্যবস্তু ফ্রেম একই অংশে আছে। উদাহরণস্বরূপ, আপনি একটি পাদটীকা ফ্রেম শীর্ষচরণ ফ্রেমে সংযোগ করতে পারেন।"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3145559\n"
+"79\n"
+"help.text"
+msgid "The source frame does not have a next link."
+msgstr "উৎস ফ্রেমের কোনো পরবর্তী লিংক নেই।"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3145577\n"
+"81\n"
+"help.text"
+msgid "The target or the source frame are not contained in each other."
+msgstr "লক্ষ্যবস্তু অথবা উৎস কাঠামো একে অপরকে ধারণ করে না।"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id3151083\n"
+"90\n"
+"help.text"
+msgid "When you select a linked frame, a line is displayed that connects the linked frames."
+msgstr "যখন আপনি একটি সংযুক্ত ফ্রেম নির্বাচন করবেন, একটি রেখা প্রদর্শিত হবে যা সংযুক্ত ফ্রেম সংযোগ করবে।"
+
+#: text_frame.xhp
+msgctxt ""
+"text_frame.xhp\n"
+"par_id5853144\n"
+"help.text"
+msgid "The AutoSize feature is available only for the last frame in a chain of linked frames."
+msgstr "সংযুক্ত ফ্রেমের একটি চেইনের শেষ ফ্রেমের জন্য স্বয়ংক্রিয় আকার বৈশিষ্ট্য বিদ্যমান।"
+
+#: calculate_clipboard.xhp
+msgctxt ""
+"calculate_clipboard.xhp\n"
+"tit\n"
+"help.text"
+msgid "Calculating and Pasting the Result of a Formula in a Text Document"
+msgstr "একটি নথিতে একটি সূত্রের ফলাফল গণনা এবং প্রতিলেপন করা হচ্ছে"
+
+#: calculate_clipboard.xhp
+msgctxt ""
+"calculate_clipboard.xhp\n"
+"bm_id3147692\n"
+"help.text"
+msgid "<bookmark_value>pasting;results of formulas</bookmark_value> <bookmark_value>clipboard;calculating in text</bookmark_value> <bookmark_value>formulas;pasting results in text documents</bookmark_value>"
+msgstr "<bookmark_value>pasting;results of formulas</bookmark_value> <bookmark_value>clipboard;calculating in text</bookmark_value> <bookmark_value>formulas;pasting results in text documents</bookmark_value>"
+
+#: calculate_clipboard.xhp
+msgctxt ""
+"calculate_clipboard.xhp\n"
+"hd_id3147692\n"
+"35\n"
+"help.text"
+msgid "<variable id=\"calculate_clipboard\"><link href=\"text/swriter/guide/calculate_clipboard.xhp\" name=\" Calculating and Pasting the Result of a Formula in a Text Document\"> Calculating and Pasting the Result of a Formula in a Text Document</link></variable>"
+msgstr "<variable id=\"calculate_clipboard\"><link href=\"text/swriter/guide/calculate_clipboard.xhp\" name=\" Calculating and Pasting the Result of a Formula in a Text Document\"> একটি নথিতে একটি সূত্রের ফলাফল গণনা এবং প্রতিলেপন করা হচ্ছে</link></variable>"
+
+#: calculate_clipboard.xhp
+msgctxt ""
+"calculate_clipboard.xhp\n"
+"par_id3156366\n"
+"36\n"
+"help.text"
+msgid "If your text already contains a formula, for example \"12+24*2\", $[officename] can calculate, and then paste the result of the formula in your document, without using the <emph>Formula Bar</emph>."
+msgstr "যদি আপনার পাঠ্য ইতিমধ্যে একটি সূত্র ধারণ করে, উদাহরণস্বরূপ \"১২+২৪*২\", $[officename] গণনা করতে পারে, <emph>সূত্র</emph> ব্যবহার না করে, এবং এরপর নথিতে সূত্রের ফলাফল প্রতিলেপন করুন।"
+
+#: calculate_clipboard.xhp
+msgctxt ""
+"calculate_clipboard.xhp\n"
+"par_id3154250\n"
+"37\n"
+"help.text"
+msgid "Select the formula in the text. The formula can only contain numbers and operators and cannot contain spaces."
+msgstr "পাঠ্যে সূত্র নির্বাচন করুন। সূত্র শুধুমাত্র সংখ্যা এবং চলক ধারণ করতে পারে এবং ফাঁকা স্থান ধারণ করতে পারেনা।"
+
+#: calculate_clipboard.xhp
+msgctxt ""
+"calculate_clipboard.xhp\n"
+"par_id3155496\n"
+"38\n"
+"help.text"
+msgid "Choose <emph>Tools - Calculate</emph>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Plus Sign (+)."
+msgstr "<emph>টুল - গণনা</emph> নির্বাচন করুন, <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+যোগ চিহ্ন (+) ব্যবহার করুন।"
+
+#: calculate_clipboard.xhp
+msgctxt ""
+"calculate_clipboard.xhp\n"
+"par_id5172582\n"
+"help.text"
+msgid "Place the cursor where you want to insert the result of the formula, and then choose <item type=\"menuitem\">Edit - Paste</item>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V.<br/>The selected formula is replaced by the result."
+msgstr "সূত্রের ফলাফল আপনি যেখানে রাখতে চান সেখানে কার্সার রাখুন, অতঃপর <item type=\"menuitem\">সম্পাদনা - প্রতিলেপন</item> নির্বাচন করুন, বা <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V চাপুন।<br/>নির্বাচিত সূত্রটি ফলাফল দ্বারা প্রতিস্থাপিত হয়।"
+
+#: hidden_text_display.xhp
+msgctxt ""
+"hidden_text_display.xhp\n"
+"tit\n"
+"help.text"
+msgid "Displaying Hidden Text"
+msgstr "লুকায়িত পাঠ্য প্রদর্শন করা হচ্ছে"
+
+#: hidden_text_display.xhp
+msgctxt ""
+"hidden_text_display.xhp\n"
+"bm_id3148856\n"
+"help.text"
+msgid "<bookmark_value>hidden text; displaying</bookmark_value> <bookmark_value>displaying;hidden text</bookmark_value>"
+msgstr "<bookmark_value>hidden text; displaying</bookmark_value> <bookmark_value>displaying;hidden text</bookmark_value>"
+
+#: hidden_text_display.xhp
+msgctxt ""
+"hidden_text_display.xhp\n"
+"hd_id3148856\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"hidden_text_display\"><link href=\"text/swriter/guide/hidden_text_display.xhp\" name=\"Displaying Hidden Text\">Displaying Hidden Text</link></variable>"
+msgstr "<variable id=\"hidden_text_display\"><link href=\"text/swriter/guide/hidden_text_display.xhp\" name=\"Displaying Hidden Text\">লুকায়িত পাঠ্য প্রদর্শন করা হচ্ছে</link></variable>"
+
+#: hidden_text_display.xhp
+msgctxt ""
+"hidden_text_display.xhp\n"
+"par_id5659962\n"
+"help.text"
+msgid "If you have a text that was hidden by defining a condition with a variable, you have several options to display the hidden text. Do one of the following:"
+msgstr "যদি আপনার একটি পাঠ্য থাকে যা একটি চলক সহ একটি শর্তের নির্ধারণ করা দ্বারা লুকায়িত আছে, আপনার লুকায়িত পাঠ্য প্রদর্শন করার জন্য ভিন্ন্য অপশন আছে। নিম্নের যেকোনো একটি করুন:"
+
+#: hidden_text_display.xhp
+msgctxt ""
+"hidden_text_display.xhp\n"
+"par_id3152777\n"
+"7\n"
+"help.text"
+msgid "Enable the check mark at <emph>View - Hidden Paragraphs</emph>."
+msgstr "<emph>দর্শন - লুকায়িত অনুচ্ছেদ</emph> এ পরীক্ষন চিহ্ন সক্রিয় করুন।"
+
+#: hidden_text_display.xhp
+msgctxt ""
+"hidden_text_display.xhp\n"
+"par_id3153902\n"
+"44\n"
+"help.text"
+msgid "Double-click in front of the variable that you used to define the condition for hiding the text, and enter a different value for the variable."
+msgstr "চলকের সম্মুখে ডাবল ক্লিক করুন যা আপনি পাঠ্যটি আড়ালর জন্য শর্ত সংজ্ঞায়িত করতে ব্যবহার করেন, এবং চলকের জন্য একটি ভিন্ন্য মান সন্নিবেশ করান।"
+
+#: hidden_text_display.xhp
+msgctxt ""
+"hidden_text_display.xhp\n"
+"par_id3147114\n"
+"45\n"
+"help.text"
+msgid "Double-click in front of the hidden text field or the hidden paragraph field, and change the condition statement."
+msgstr "আড়াল পাঠ্য ক্ষেত্র অথবা লুকানো অনুচ্ছেদ ক্ষেত্রের সম্মুখে ডাবল ক্লিক করুন, এবং অবস্থা বিবরণ পরিবর্তন করুন।"
+
+#: hidden_text_display.xhp
+msgctxt ""
+"hidden_text_display.xhp\n"
+"par_id1865901\n"
+"help.text"
+msgid "<link href=\"text/swriter/guide/hidden_text.xhp\" name=\"Hiding Text\">Hiding Text</link>"
+msgstr "<link href=\"text/swriter/guide/hidden_text.xhp\" name=\"Hiding Text\">লুকায়িত পাঠ্য</link>"
+
+#: hidden_text_display.xhp
+msgctxt ""
+"hidden_text_display.xhp\n"
+"par_id3147029\n"
+"46\n"
+"help.text"
+msgid "<link href=\"text/swriter/02/14020000.xhp\" name=\"List of Operators\">List of Operators</link>"
+msgstr "<link href=\"text/swriter/02/14020000.xhp\" name=\"List of Operators\">পরিচালকের তালিকা</link>"
+
+#: table_cells.xhp
+msgctxt ""
+"table_cells.xhp\n"
+"tit\n"
+"help.text"
+msgid "Adding or Deleting a Row or Column to a Table Using the Keyboard"
+msgstr "কীবোর্ড ব্যবহার করে একটি সারণিতে একটি সারি অথবা কলাম সন্নিবেশ অথবা অপসারণ করানো হচ্ছে"
+
+#: table_cells.xhp
+msgctxt ""
+"table_cells.xhp\n"
+"bm_id3156377\n"
+"help.text"
+msgid "<bookmark_value>rows; inserting/deleting in tables by keyboard</bookmark_value> <bookmark_value>columns; inserting/deleting in tables by keyboard</bookmark_value> <bookmark_value>tables; editing by keyboard</bookmark_value> <bookmark_value>keyboard;adding or deleting rows/columns</bookmark_value> <bookmark_value>splitting cells;by keyboard</bookmark_value> <bookmark_value>merging;cells, by keyboard</bookmark_value> <bookmark_value>deleting;rows/columns, by keyboard</bookmark_value> <bookmark_value>inserting;rows/columns, by keyboard</bookmark_value>"
+msgstr "<bookmark_value>rows; inserting/deleting in tables by keyboard</bookmark_value> <bookmark_value>columns; inserting/deleting in tables by keyboard</bookmark_value> <bookmark_value>tables; editing by keyboard</bookmark_value> <bookmark_value>keyboard;adding or deleting rows/columns</bookmark_value> <bookmark_value>splitting cells;by keyboard</bookmark_value> <bookmark_value>merging;cells, by keyboard</bookmark_value> <bookmark_value>deleting;rows/columns, by keyboard</bookmark_value> <bookmark_value>inserting;rows/columns, by keyboard</bookmark_value>"
+
+#: table_cells.xhp
+msgctxt ""
+"table_cells.xhp\n"
+"hd_id3156377\n"
+"22\n"
+"help.text"
+msgid "<variable id=\"table_cells\"><link href=\"text/swriter/guide/table_cells.xhp\" name=\"Adding or Deleting a Row or Column to a Table Using the Keyboard\">Adding or Deleting a Row or Column to a Table Using the Keyboard</link></variable>"
+msgstr "<variable id=\"table_cells\"><link href=\"text/swriter/guide/table_cells.xhp\" name=\"Adding or Deleting a Row or Column to a Table Using the Keyboard\">কীবোর্ড ব্যবহার করে একটি সারণিতে একটি সারি বা কলাম যোগ বা মুছে ফেলা হচ্ছে</link></variable>"
+
+#: table_cells.xhp
+msgctxt ""
+"table_cells.xhp\n"
+"par_id3149487\n"
+"27\n"
+"help.text"
+msgid "You can add or delete rows or columns in tables as well as split or merge table cells using the keyboard."
+msgstr "আপনি কীবোর্ড ব্যবহার করে একটি সারণিতে সারি বা কলাম যেমন যোগ বা মুছে ফেলতে পারেন একই ভাবে সারণির ঘরগুলো বিভক্ত বা একত্রিত করতে পারেন।"
+
+#: table_cells.xhp
+msgctxt ""
+"table_cells.xhp\n"
+"par_id3155906\n"
+"28\n"
+"help.text"
+msgid "To insert a new row in a table, place the cursor in a table cell, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Insert, and then press the up or down arrow key. You can also move the cursor to the last cell in the table, and then press Tab."
+msgstr "একটি সারণিতে একটি নতুন সারি সন্নিবেশ করতে,একটি সারণি ঘরে কার্সারটি রাখুন,<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Insert চাপুন, এবং এরপর উপর অথবা নিচের তীর চিহ্নিত কী চাপুন। আপনি সারণির শেষ ঘরেও কার্সারটি সরাতে পারেন, এবং এরপর ট্যাব চাপুন।"
+
+#: table_cells.xhp
+msgctxt ""
+"table_cells.xhp\n"
+"par_id3147412\n"
+"25\n"
+"help.text"
+msgid "To insert a new column, place the cursor in a table cell, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Insert, and then press the left or right arrow key."
+msgstr "একটি নতুন কলাম সন্নিবেশ করাতে, একটি সারণি ঘরে কার্সারটি রাখুন, <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Insert চাপুন, এবং এরপর বাম অথবা ডান তীর চিহ্নিত কী চাপুন।"
+
+#: table_cells.xhp
+msgctxt ""
+"table_cells.xhp\n"
+"par_id3156096\n"
+"29\n"
+"help.text"
+msgid "To split a table cell instead of adding a column, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Insert, and then hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while you press the left or right arrow key."
+msgstr "একটি কলাম যুক্ত করার পরিবর্তে একটি সারণি ঘর বিভাজিত করতে, <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Insert চাপুন, এবং এরপর যখন বাম অথবা ডান তীর চিহ্নিত কী চাপেন তখন<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>ধরে রাখুন।"
+
+#: table_cells.xhp
+msgctxt ""
+"table_cells.xhp\n"
+"par_id3153408\n"
+"26\n"
+"help.text"
+msgid "To delete a row, place the cursor in a table cell, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Delete, and then press the up or down arrow key."
+msgstr "একটি সারি মুছে ফেলতে, একটি সারণি ঘরে কার্সারটি রাখুন, <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Delete চাপুন, এবং এরপর উপর অথবা নিচের তীর চিহ্নিত কী চাপুন।"
+
+#: table_cells.xhp
+msgctxt ""
+"table_cells.xhp\n"
+"par_id3149626\n"
+"30\n"
+"help.text"
+msgid "To delete a column, place the cursor in a table cell, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Delete, and then press the left or the right arrow key."
+msgstr "একটি কলাম মুছে ফেলতে, একটি সারণি কক্ষে কার্সারটি রাখুন, <switchinline select=\"sys\"><caseinline select=\"MAC\">অপশন</caseinline><defaultinline>Alt</defaultinline></switchinline>+মুছে ফেলুন চাপুন, এবং এরপর বাম অথবা ডানের তীর কী চাপুন।"
+
+#: table_cells.xhp
+msgctxt ""
+"table_cells.xhp\n"
+"par_id3149612\n"
+"31\n"
+"help.text"
+msgid "To merge a table into an adjacent cell, place the cursor in the cell, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Delete, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, and then press the left or the right arrow key."
+msgstr "একটি সারণিকে নিকটবর্তী ঘরে একত্রিত করতে, ঘরে কার্সারটি রাখুন, <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Delete চাপুন, <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>ধরে রাখুন, এবং এরপর বাম অথবা ডান তীর চিহ্নিত কী চাপুন।"
+
+#: auto_numbering.xhp
+msgctxt ""
+"auto_numbering.xhp\n"
+"tit\n"
+"help.text"
+msgid "Creating Numbered or Bulleted Lists as You Type"
+msgstr "আপনার লেখা অনুযায়ী সংখ্যায়িত অথবা বুলেটকৃত তালিকা তৈরি করা হচ্ছে"
+
+#: auto_numbering.xhp
+msgctxt ""
+"auto_numbering.xhp\n"
+"bm_id3147407\n"
+"help.text"
+msgid "<bookmark_value>numbering; lists, while typing</bookmark_value> <bookmark_value>bullet lists;creating while typing</bookmark_value> <bookmark_value>lists;automatic numbering</bookmark_value> <bookmark_value>numbers;lists</bookmark_value> <bookmark_value>automatic bullets/numbers; AutoCorrect function</bookmark_value> <bookmark_value>bullets; using automatically</bookmark_value> <bookmark_value>paragraphs; automatic numbering</bookmark_value>"
+msgstr "<bookmark_value>numbering; lists, while typing</bookmark_value> <bookmark_value>bullet lists;creating while typing</bookmark_value> <bookmark_value>lists;automatic numbering</bookmark_value> <bookmark_value>numbers;lists</bookmark_value> <bookmark_value>automatic bullets/numbers; AutoCorrect function</bookmark_value> <bookmark_value>bullets; using automatically</bookmark_value> <bookmark_value>paragraphs; automatic numbering</bookmark_value>"
+
+#: auto_numbering.xhp
+msgctxt ""
+"auto_numbering.xhp\n"
+"hd_id3147407\n"
+"26\n"
+"help.text"
+msgid "<variable id=\"auto_numbering\"><link href=\"text/swriter/guide/auto_numbering.xhp\" name=\"Creating Numbered or Bulleted Lists as You Type\">Creating Numbered or Bulleted Lists as You Type</link></variable>"
+msgstr "<variable id=\"auto_numbering\"><link href=\"text/swriter/guide/auto_numbering.xhp\" name=\"Creating Numbered or Bulleted Lists as You Type\">আপনার লেখা অনুযায়ী সংখ্যায়িত অথবা বুলেটকৃত তালিকা তৈরি করা হচ্ছে</link></variable>"
+
+#: auto_numbering.xhp
+msgctxt ""
+"auto_numbering.xhp\n"
+"par_id3155525\n"
+"16\n"
+"help.text"
+msgid "$[officename] can automatically apply numbering or bullets as you type."
+msgstr "$[officename] স্বয়ংক্রিয়ভাবে সংখ্যায়ন অথবা বুলেট প্রয়োগ করা যাবে যা আপনি লিখছেন।"
+
+#: auto_numbering.xhp
+msgctxt ""
+"auto_numbering.xhp\n"
+"hd_id3154243\n"
+"28\n"
+"help.text"
+msgid "To Enable Automatic Numbering and Bulleting"
+msgstr "স্বয়ংক্রিয় সংখ্যায়ন অথবা বুলেট সক্রিয় করতে"
+
+#: auto_numbering.xhp
+msgctxt ""
+"auto_numbering.xhp\n"
+"par_id3152830\n"
+"29\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect Options</item>, click the <item type=\"menuitem\">Options</item> tab, and then select “Apply numbering – symbol”."
+msgstr "<item type=\"menuitem\">টুল - স্বয়ংক্রিয়-সংশোধক অপশন</item> নির্বাচন করুন, <item type=\"menuitem\">অপশন</item> ট্যাবে ক্লিক করুন, অতঃপর “সংখ্যায়ন প্রয়োগ – প্রতীক” নির্বাচন করুন।"
+
+#: auto_numbering.xhp
+msgctxt ""
+"auto_numbering.xhp\n"
+"par_id3152867\n"
+"30\n"
+"help.text"
+msgid "Choose <emph>Format - AutoCorrect</emph>, and ensure that <emph>While Typing</emph> is selected."
+msgstr "<emph>বিন্যাস - স্বয়ংক্রিয়-সংশোধক</emph> নির্বাচন করুনন, এবং নিশ্চিত করুন <emph>টাইপ করার সময়</emph> নির্বাচন করা আছে।"
+
+#: auto_numbering.xhp
+msgctxt ""
+"auto_numbering.xhp\n"
+"par_id2357860\n"
+"help.text"
+msgid "The automatic numbering option is only applied to paragraphs that are formatted with the \"Default\", \"Text body\", or \"Text body indent\" paragraph style."
+msgstr "যেসব অনুচ্ছেদ \"ডিফল্ট\", \"টেক্সট বডি\", এবং \"টেক্সট বডি ইনডেন্ট\" অনুচ্ছেদ শৈলী দ্বারা বিন্যাস করা শুধু সেসব অনুচ্ছেদেই স্বয়ংক্রিয় সংখ্যায়ন অপশন প্রয়োগ করা হয়।"
+
+#: auto_numbering.xhp
+msgctxt ""
+"auto_numbering.xhp\n"
+"hd_id3152897\n"
+"21\n"
+"help.text"
+msgid "To Create a Numbered or Bulleted List While You Type"
+msgstr "আপনি টাইপ করার সময় একটি সংখ্যায়ন বা বুলেট তৈরি করতে"
+
+#: auto_numbering.xhp
+msgctxt ""
+"auto_numbering.xhp\n"
+"par_id3147773\n"
+"22\n"
+"help.text"
+msgid "Type 1., i., or I. to start a numbered list. Type * or - to start a bulleted list. You can also type a right parenthesis after the number instead of a period , for example, 1) or i)."
+msgstr "একটি সংখ্যায়ন তালিকা শুরু করতে 1., i., বা I টাইপ করুন। বুলেটকৃত তালিকা শুরু করতে * বা - টাইপ করুন। আপনি নম্বরের পরে পিরিয়ডের পরিবর্তে একটি ডান লঘুবন্ধনী টাইপ করতে পারেন, উদাহরণস্বরূপ, 1) বা i)।"
+
+#: auto_numbering.xhp
+msgctxt ""
+"auto_numbering.xhp\n"
+"par_id3147794\n"
+"23\n"
+"help.text"
+msgid "Enter a space, type your text, and then press Enter. The new paragraph automatically receives the next number or bullet."
+msgstr "একটি ফাঁকা স্থান সন্নিবেশ করুন, আপনার পাঠ্য টাইপ করুন, এবং এরপর Enter চাপুন। নতুন অনুচ্ছেদ স্বয়ংক্রিয়ভাবে পরবর্তী সংখ্যা অথবা বুলেট গ্রহণ করবে।"
+
+#: auto_numbering.xhp
+msgctxt ""
+"auto_numbering.xhp\n"
+"par_id3147814\n"
+"31\n"
+"help.text"
+msgid "Press Enter again to finish the list."
+msgstr "তালিকাটি শেষ করতে আবার Enter চাপুন"
+
+#: auto_numbering.xhp
+msgctxt ""
+"auto_numbering.xhp\n"
+"par_id3147287\n"
+"25\n"
+"help.text"
+msgid "You can start a numbered list with any number."
+msgstr "যেকোনো নম্বরসহ আপনি একটি সংখ্যায়িত তালিকা আরম্ভ করতে পারবেন।"
+
+#: auto_numbering.xhp
+msgctxt ""
+"auto_numbering.xhp\n"
+"par_id3154083\n"
+"27\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06050000.xhp\" name=\"Format - Numbering/Bullets\">Format - Bullets and Numbering</link>"
+msgstr "<link href=\"text/shared/01/06050000.xhp\" name=\"Format - Numbering/Bullets\">বিন্যাস - বুলেট ও সংখ্যায়ন</link>"
+
+#: section_edit.xhp
+msgctxt ""
+"section_edit.xhp\n"
+"tit\n"
+"help.text"
+msgid "Editing Sections"
+msgstr "অংশ সম্পাদনা করা হচ্ছে"
+
+#: section_edit.xhp
+msgctxt ""
+"section_edit.xhp\n"
+"bm_id3149816\n"
+"help.text"
+msgid "<bookmark_value>sections; editing</bookmark_value><bookmark_value>sections;deleting</bookmark_value><bookmark_value>deleting;sections</bookmark_value> <bookmark_value>editing;sections</bookmark_value> <bookmark_value>read-only sections</bookmark_value> <bookmark_value>protecting;sections</bookmark_value> <bookmark_value>converting;sections, into normal text</bookmark_value> <bookmark_value>hiding;sections</bookmark_value>"
+msgstr ""
+
+#: section_edit.xhp
+#, fuzzy
+msgctxt ""
+"section_edit.xhp\n"
+"hd_id3149816\n"
+"13\n"
+"help.text"
+msgid "<variable id=\"section_edit\"><link href=\"text/swriter/guide/section_edit.xhp\" name=\"Editing Sections\">Editing Sections</link></variable>"
+msgstr "<variable id=\"sections\"><link href=\"text/swriter/guide/sections.xhp\" name=\"Using Sections\">অংশ ব্যবহার করা হচ্ছে</link></variable>"
+
+#: section_edit.xhp
+msgctxt ""
+"section_edit.xhp\n"
+"par_id3155858\n"
+"14\n"
+"help.text"
+msgid "You can protect, hide, and convert sections to normal text in your document."
+msgstr "আপনি আপনার নথিতে সুরক্ষিত করতে, লুকাতে, এবং অংশ সাধারণ পাঠ্যে রূপান্তর করতে পারবেন।"
+
+#: section_edit.xhp
+msgctxt ""
+"section_edit.xhp\n"
+"par_id3154224\n"
+"15\n"
+"help.text"
+msgid "Choose <link href=\"text/swriter/01/02170000.xhp\" name=\"Format - Sections\"><emph>Format - Sections</emph></link>."
+msgstr "<link href=\"text/swriter/01/02170000.xhp\" name=\"Format - Sections\"><emph>বিন্যাস - অংশ</emph></link> নির্বাচন করুন।"
+
+#: section_edit.xhp
+msgctxt ""
+"section_edit.xhp\n"
+"par_id3149848\n"
+"16\n"
+"help.text"
+msgid "In the <item type=\"menuitem\">Section</item> list, click the section you want to modify. You can press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A to select all sections in the list, and you can Shift+click or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+click to select some sections."
+msgstr ""
+
+#: section_edit.xhp
+msgctxt ""
+"section_edit.xhp\n"
+"par_id3153397\n"
+"17\n"
+"help.text"
+msgid "Do one of the following:"
+msgstr "নিম্নের যেকোনো একটি করুন:"
+
+#: section_edit.xhp
+msgctxt ""
+"section_edit.xhp\n"
+"par_id3153120\n"
+"18\n"
+"help.text"
+msgid "To convert a section into normal text, click <emph>Remove</emph>."
+msgstr ""
+
+#: section_edit.xhp
+msgctxt ""
+"section_edit.xhp\n"
+"par_id3149631\n"
+"19\n"
+"help.text"
+msgid "To make a section read-only, select the <emph>Protected</emph> check box in the <emph>Write Protection</emph> area."
+msgstr ""
+
+#: section_edit.xhp
+msgctxt ""
+"section_edit.xhp\n"
+"par_id3149609\n"
+"20\n"
+"help.text"
+msgid "To hide a section, select the <emph>Hide</emph> check box in the <emph>Hide</emph> area."
+msgstr ""
+
+#: section_edit.xhp
+msgctxt ""
+"section_edit.xhp\n"
+"par_id3156255\n"
+"22\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/02170000.xhp\" name=\"Format - Sections\">Format - Sections</link>"
+msgstr "<link href=\"text/swriter/01/02170000.xhp\" name=\"Format - Sections\">বিন্যাস - অংশ</link>"
+
+#: section_edit.xhp
+msgctxt ""
+"section_edit.xhp\n"
+"par_id973540\n"
+"help.text"
+msgid "<link href=\"text/swriter/guide/protection.xhp\">Protecting Content in %PRODUCTNAME Writer</link>"
+msgstr "<link href=\"text/swriter/guide/protection.xhp\">%PRODUCTNAME Writer এ বিষয়বস্তু সুরক্ষিত করা হচ্ছে</link>"
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting a Horizontal Line"
+msgstr "একটি অনুভূমিক রেখা সন্নিবেশ করানো হচ্ছে"
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"bm_id3151178\n"
+"help.text"
+msgid "<bookmark_value>horizontal lines</bookmark_value> <bookmark_value>lines; inserting horizontal lines</bookmark_value> <bookmark_value>rules</bookmark_value> <bookmark_value>inserting; horizontal lines</bookmark_value>"
+msgstr "<bookmark_value>horizontal lines</bookmark_value> <bookmark_value>lines; inserting horizontal lines</bookmark_value> <bookmark_value>rules</bookmark_value> <bookmark_value>inserting; horizontal lines</bookmark_value>"
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"hd_id3151178\n"
+"76\n"
+"help.text"
+msgid "<variable id=\"insert_line\"><link href=\"text/swriter/guide/insert_line.xhp\" name=\"Inserting a Horizontal Line\">Inserting a Horizontal Line</link></variable>"
+msgstr "<variable id=\"insert_line\"><link href=\"text/swriter/guide/insert_line.xhp\" name=\"Inserting a Horizontal Line\">একটি অনুভূমিক রেখা সন্নিবেশ করানো হচ্ছে</link></variable>"
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id2165898\n"
+"help.text"
+msgid "This guide is about inserting graphical rules. You can also insert other lines, see <link href=\"text/shared/guide/line_intext.xhp\">Drawing Lines in Text</link>."
+msgstr "এই গাইডটি গ্রাফিক সম্পর্কিত নিয়ম প্রবেশের বিষয়ে। আপনি অন্যান্য লাইনও দিতে পারেন, <link href=\"text/shared/guide/line_intext.xhp\">পাঠ্যে রেখা অংকন</link>দেখুন।"
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id3149691\n"
+"82\n"
+"help.text"
+msgid "Click in the document where you want to insert the line."
+msgstr "নথিতে ক্লিক করুন যেখানে আপনি রেখা সন্নিবেশ করাতে চান।"
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id3155186\n"
+"77\n"
+"help.text"
+msgid "Choose <emph>Insert - Horizontal Rule</emph>."
+msgstr "<emph>সন্নিবেশ - অনুভূমিক নিয়ম</emph> নির্বাচন করুন।"
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id3155902\n"
+"83\n"
+"help.text"
+msgid "Click the line that you want to insert in the <emph>Selection </emph>list."
+msgstr "রেখায় ক্লিক করুন যা আপনি <emph>অংশ </emph> এর তালিকায় সন্নিবেশ করাতে চান।"
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id3147124\n"
+"84\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "<emph>ঠিক আছে</emph>ক্লিক করুন।"
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"hd_id5338602\n"
+"help.text"
+msgid "The \"Plain\" type"
+msgstr "\"সরল\" ধরন"
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id5342265\n"
+"help.text"
+msgid "If you select the \"Plain\" type of rules, an empty paragraph is inserted at the position of the cursor. This paragraph has the style \"Horizontal Line\", with a line as the lower border of the paragraph. You can edit that Paragraph Style to change the properties of all \"Plain\" rules in your document. For example you can set the left indent to 3 inches, or you can change the line style, thickness, and color."
+msgstr "যদি আপনি \"সরল\" ধরনের মাপকাঠি নির্বাচন করেন, কারসারের অবস্থানে একটি ফাঁকা অনুচ্ছেদ সন্নিবেশ করানো হবে। এই অনুচ্ছেদের অনুচ্ছেদ নিম্ন প্রান্তে একটি রেখা সহ, \"অনুভূমিক রেখা\" শৈলী আছে। আপনি আপনার নথির সব \"সরল\" মাপকাঠির বৈশিষ্ট্যাবলী পরিবর্তন করতে অনুচ্ছেদ শৈলী সম্পাদনা করতে পারেন। উদাহরণস্বরূপ আপনি বাম ইনডেন্ট ৩ ইঞ্চি নির্ধারণ করতে পারেন, অথবা আপনি রেখা শৈলী, পুরুত্ব, এবং রং পরিবর্তন করতে পারেন।"
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"hd_id707113\n"
+"help.text"
+msgid "To edit the \"Plain\" rule style"
+msgstr "\"সরল\" নিয়ম শৈলী সম্পাদনা করতে"
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id5267494\n"
+"help.text"
+msgid "Choose <emph>Format - Styles and Formatting</emph> to open the Styles and Formatting window."
+msgstr "শৈলী ও বিন্যাস উইন্ডো খুলতে <emph>বিন্যাস - শৈলী ও বিন্যাস</emph> নির্বাচন করুন।"
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id5074922\n"
+"help.text"
+msgid "In the listbox at the bottom, select to display \"All Styles\"."
+msgstr "নিচের তালিকা বাক্সে, \"সব শৈলী\" প্রদর্শন করতে নির্বাচন করুন।"
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id8491470\n"
+"help.text"
+msgid "Right-click the \"Horizontal Line\" paragraph style."
+msgstr "\"অনুভূমিক রেখা\" অনুচ্ছেদ শৈলীতে ডান ক্লিক করুন।"
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id3253883\n"
+"help.text"
+msgid "Choose Modify."
+msgstr "পরিবর্তন করা নির্বাচন করুন।"
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id3196203\n"
+"help.text"
+msgid "For example, open the Borders tab page to set the thickness and style of the lines. Open the Indents & Spacing tab page to set the indents of the line."
+msgstr "উদাহরণস্বরূপ, রেখার পুরুত্ব এবং শৈলী নির্ধারণ করতে সীমানা ট্যাব পৃষ্ঠা খুলুন। রেখার ইনডেন্ট নির্ধারণ করতে ইনডেন্ট এবং ট্যাব পৃষ্ঠা ফাঁকা করা খুলুন।"
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"hd_id8385265\n"
+"help.text"
+msgid "The graphical type"
+msgstr "গ্রাফিকাল ধরন"
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id2582476\n"
+"help.text"
+msgid "Select any rule type below of the \"Plain\" rule type. This inserts a new paragraph at the position of the cursor. A picture showing a graphical horizontal line is inserted."
+msgstr "\"সরল\" মাপকাঠি ধরনের নিম্নে যেকোনো মাপকাঠি ধরন নির্বাচন করুন। একটি কারসারের অবস্থানে একটি নতুন অনুচ্ছেদ সন্নিবেশ করা হয়। গ্রাফিকাল অনুভূমিক রেখা দেখানো একটি ছবি সন্নিবেশ করানো হয়েছে।"
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id3150217\n"
+"78\n"
+"help.text"
+msgid "The inserted line is anchored to the current paragraph and centered between the page margins."
+msgstr "সন্নিবেশকৃত রেখাটি বর্তমান অনুচ্ছেদে নোঙ্গর করা হয় এবং পৃষ্ঠা মার্জিনের মাঝে রাখা হয়।"
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id2111575\n"
+"help.text"
+msgid "To edit the graphical line, right-click the line and choose <emph>Picture</emph>."
+msgstr "অনুচ্ছেদ রেখা সম্পাদনা করতে, রেখায় ডান-ক্লিক করুন এবং <emph>চিত্র</emph>নির্বাচন করুন।"
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id3150231\n"
+"79\n"
+"help.text"
+msgid "You can also insert one of these lines by dragging it from the <emph>Rulers</emph> folder in the <emph>Gallery</emph> into the current document."
+msgstr "আপনি বর্তমান নথিতে <emph>গ্যালারি</emph> হতে <emph>নিয়ম</emph> ফোল্ডার হতে টেনে এনে এই লাইনগুলো বসাতে পারেন।"
+
+#: insert_line.xhp
+msgctxt ""
+"insert_line.xhp\n"
+"par_id3150944\n"
+"80\n"
+"help.text"
+msgid "<link href=\"text/shared/01/gallery.xhp\" name=\"Gallery\">Gallery</link>"
+msgstr "<link href=\"text/shared/01/gallery.xhp\" name=\"Gallery\">গ্যালারি</link>"
diff --git a/source/bn/officecfg/registry/data/org/openoffice/Office/UI.po b/source/bn/officecfg/registry/data/org/openoffice/Office/UI.po
index bed7d33d94f..a972c4061b0 100644
--- a/source/bn/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/bn/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -20365,3 +20365,4709 @@ msgctxt ""
"value.text"
msgid "~Subtitle..."
msgstr "উপশিরোনাম... (~S)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:XTitle\n"
+"Label\n"
+"value.text"
+msgid "~X Axis Title..."
+msgstr "X অক্ষের শিরোনাম... (~X)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:YTitle\n"
+"Label\n"
+"value.text"
+msgid "~Y Axis Title..."
+msgstr "Y অক্ষের শিরোনাম... (~Y)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:ZTitle\n"
+"Label\n"
+"value.text"
+msgid "~Z Axis Title..."
+msgstr "Z অক্ষের শিরোনাম... (~Z)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:SecondaryXTitle\n"
+"Label\n"
+"value.text"
+msgid "S~econdary X Axis Title..."
+msgstr "গৌণ X অক্ষের শিরোনাম... (~e)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:SecondaryYTitle\n"
+"Label\n"
+"value.text"
+msgid "Se~condary Y Axis Title..."
+msgstr "গৌণ Y অক্ষের শিরোনাম... (~c)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:AllTitles\n"
+"Label\n"
+"value.text"
+msgid "~All Titles..."
+msgstr "সকল শিরোনাম... (~A)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DiagramAxisX\n"
+"Label\n"
+"value.text"
+msgid "~X Axis..."
+msgstr "X অক্ষ... (~X)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DiagramAxisY\n"
+"Label\n"
+"value.text"
+msgid "~Y Axis..."
+msgstr "Y অক্ষ... (~Y)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DiagramAxisZ\n"
+"Label\n"
+"value.text"
+msgid "~Z Axis..."
+msgstr "Z অক্ষ... (~Z)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DiagramAxisA\n"
+"Label\n"
+"value.text"
+msgid "~Secondary X Axis..."
+msgstr "গৌণ X অক্ষ... (~S)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DiagramAxisB\n"
+"Label\n"
+"value.text"
+msgid "S~econdary Y Axis..."
+msgstr "গৌণ Y অক্ষ... (~e)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DiagramAxisAll\n"
+"Label\n"
+"value.text"
+msgid "~All Axes..."
+msgstr "সকল অক্ষ... (~A)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DiagramGridXMain\n"
+"Label\n"
+"value.text"
+msgid "~Y Axis Major Grid..."
+msgstr "Y অক্ষের প্রধান গ্রিড... (~Y)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DiagramGridYMain\n"
+"Label\n"
+"value.text"
+msgid "~X Axis Major Grid..."
+msgstr "X অক্ষের প্রধান গ্রিড... (~X)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DiagramGridZMain\n"
+"Label\n"
+"value.text"
+msgid "~Z Axis Major Grid..."
+msgstr "Z অক্ষের প্রধান গ্রিড... (~Z)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DiagramGridXHelp\n"
+"Label\n"
+"value.text"
+msgid "Y Axis Minor ~Grid..."
+msgstr "Y অক্ষের গৌণ গ্রিড... (~G)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DiagramGridYHelp\n"
+"Label\n"
+"value.text"
+msgid "X Axis ~Minor Grid..."
+msgstr "X অক্ষের গৌণ গ্রিড... (~M)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DiagramGridZHelp\n"
+"Label\n"
+"value.text"
+msgid "Z Ax~is Minor Grid..."
+msgstr "Z অক্ষের গৌণ গ্রিড... (~i)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DiagramGridAll\n"
+"Label\n"
+"value.text"
+msgid "~All Grids..."
+msgstr "সকল গ্রিড... (~A)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatWall\n"
+"Label\n"
+"value.text"
+msgid "Format Wall..."
+msgstr "দেয়াল বিন্যাস করা হবে..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatFloor\n"
+"Label\n"
+"value.text"
+msgid "Format Floor..."
+msgstr "ফ্লোর বিন্যাস করা হবে..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatChartArea\n"
+"Label\n"
+"value.text"
+msgid "Format Chart Area..."
+msgstr "রেখা চিত্র এলাকা বিন্যাস করা হবে..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertTitles\n"
+"Label\n"
+"value.text"
+msgid "Insert Titles..."
+msgstr "শিরোনাম সন্নিবেশ করা হবে..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatTitle\n"
+"Label\n"
+"value.text"
+msgid "Format Title..."
+msgstr "শিরোনাম বিন্যাস করা হবে..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertLegend\n"
+"Label\n"
+"value.text"
+msgid "Insert Legend"
+msgstr "লেজেন্ড সন্নিবেশ করা হবে"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DeleteLegend\n"
+"Label\n"
+"value.text"
+msgid "Delete Legend"
+msgstr "লেজেন্ড মুছে ফেলা হবে"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatLegend\n"
+"Label\n"
+"value.text"
+msgid "Format Legend..."
+msgstr "লেজেন্ড বিন্যাস করা হবে..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertRemoveAxes\n"
+"Label\n"
+"value.text"
+msgid "Insert/Delete Axes..."
+msgstr "অক্ষ সন্নিবেশ/মুছে ফেলা হবে..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertAxis\n"
+"Label\n"
+"value.text"
+msgid "Insert Axis"
+msgstr "অক্ষ সন্নিবেশ করা হবে"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DeleteAxis\n"
+"Label\n"
+"value.text"
+msgid "Delete Axis"
+msgstr "অক্ষ মুছে ফেলা হবে"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatAxis\n"
+"Label\n"
+"value.text"
+msgid "Format Axis..."
+msgstr "অক্ষ বিন্যাস করা হবে..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertAxisTitle\n"
+"Label\n"
+"value.text"
+msgid "Insert Axis Title"
+msgstr "অক্ষের শিরোনাম সন্নিবেশ করা হবে"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertMajorGrid\n"
+"Label\n"
+"value.text"
+msgid "Insert Major Grid"
+msgstr "প্রধান গ্রীড সন্নিবেশ করা হবে"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DeleteMajorGrid\n"
+"Label\n"
+"value.text"
+msgid "Delete Major Grid"
+msgstr "প্রধান অক্ষ মুছে ফেলা হবে"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatMajorGrid\n"
+"Label\n"
+"value.text"
+msgid "Format Major Grid..."
+msgstr "প্রধান গ্রীড বিন্যাস করা হবে..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertMinorGrid\n"
+"Label\n"
+"value.text"
+msgid "Insert Minor Grid"
+msgstr "গৌণ গ্রীড সন্নিবেশ করা হবে"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DeleteMinorGrid\n"
+"Label\n"
+"value.text"
+msgid "Delete Minor Grid"
+msgstr "গৌণ গ্রীড মুছে ফেলা হবে"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatMinorGrid\n"
+"Label\n"
+"value.text"
+msgid "Format Minor Grid..."
+msgstr "প্রধান গ্রীড বিন্যাস করা হবে..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertTrendline\n"
+"Label\n"
+"value.text"
+msgid "Insert Tre~nd Line..."
+msgstr "ট্রেন্ড লাইন সন্নিবেশ... (~n)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DeleteTrendline\n"
+"Label\n"
+"value.text"
+msgid "Delete Tre~nd Line"
+msgstr "ট্রেন্ড রেখা মুছে ফেলা হবে (~n)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatTrendline\n"
+"Label\n"
+"value.text"
+msgid "Format Trend Line..."
+msgstr "ট্রেন্ড লাইন বিন্যাস করা হবে..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertTrendlineEquation\n"
+"Label\n"
+"value.text"
+msgid "Insert Trend Line ~Equation"
+msgstr "ট্রেন্ড লাইন সমীকরণ সন্নিবেশ (~E)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertTrendlineEquationAndR2\n"
+"Label\n"
+"value.text"
+msgid "Insert R² and Trend Line Equation"
+msgstr "R² এবং ট্রেন্ড লাইন সমীকরণ সন্নিবেশ করা হবে"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertR2Value\n"
+"Label\n"
+"value.text"
+msgid "Insert R²"
+msgstr "R² সন্নিবেশ করা হবে"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DeleteR2Value\n"
+"Label\n"
+"value.text"
+msgid "Delete R²"
+msgstr "R² মুছে ফেলা হবে"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DeleteTrendlineEquation\n"
+"Label\n"
+"value.text"
+msgid "Delete Trend Line ~Equation"
+msgstr "ট্রেন্ড রেখা সমীকরণ মুছে ফেলা হবে (~E)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatTrendlineEquation\n"
+"Label\n"
+"value.text"
+msgid "Format Trend Line Equation..."
+msgstr "ট্রেন্ড লাইন সমীকরণ বিন্যাস করা হবে..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertMeanValue\n"
+"Label\n"
+"value.text"
+msgid "Insert Mean ~Value Line"
+msgstr "গড় মানের রেখা সন্নিবেশ (~V)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DeleteMeanValue\n"
+"Label\n"
+"value.text"
+msgid "Delete Mean ~Value Line"
+msgstr "গড় মানের রেখা মুছে ফেলা (~V)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatMeanValue\n"
+"Label\n"
+"value.text"
+msgid "Format Mean Value Line..."
+msgstr "গড় মানের লাইন বিন্যাস করা হবে..."
+
+#: ChartCommands.xcu
+#, fuzzy
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertXErrorBars\n"
+"Label\n"
+"value.text"
+msgid "Insert X Error ~Bars..."
+msgstr "Y ত্রুটি বার সন্নিবেশ করা হবে (~B)..."
+
+#: ChartCommands.xcu
+#, fuzzy
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DeleteXErrorBars\n"
+"Label\n"
+"value.text"
+msgid "Delete X Error ~Bars"
+msgstr "Y ত্রুটি বার মুছে ফেলা হবে"
+
+#: ChartCommands.xcu
+#, fuzzy
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatXErrorBars\n"
+"Label\n"
+"value.text"
+msgid "Format X Error Bars..."
+msgstr "Y ত্রুটি বার বিন্যাস করা হবে..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertYErrorBars\n"
+"Label\n"
+"value.text"
+msgid "Insert Y Error ~Bars..."
+msgstr "Y ত্রুটি বার সন্নিবেশ করা হবে (~B)..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DeleteYErrorBars\n"
+"Label\n"
+"value.text"
+msgid "Delete Y Error ~Bars"
+msgstr "Y ত্রুটি বার মুছে ফেলা হবে"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatYErrorBars\n"
+"Label\n"
+"value.text"
+msgid "Format Y Error Bars..."
+msgstr "Y ত্রুটি বার বিন্যাস করা হবে..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertDataLabels\n"
+"Label\n"
+"value.text"
+msgid "Insert Data Labels"
+msgstr "ডাটা স্তর সন্নিবেশ করা হবে"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DeleteDataLabels\n"
+"Label\n"
+"value.text"
+msgid "Delete Data Labels"
+msgstr "ডাটা স্তর মুছে ফেলা হবে"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatDataLabels\n"
+"Label\n"
+"value.text"
+msgid "Format Data Labels..."
+msgstr "ডাটা স্তর বিন্যাস করা হবে..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:InsertDataLabel\n"
+"Label\n"
+"value.text"
+msgid "Insert Single Data Label"
+msgstr "একক ডাটা স্তর সন্নিবেশ করা হবে"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DeleteDataLabel\n"
+"Label\n"
+"value.text"
+msgid "Delete Single Data Label"
+msgstr "একক ডাটা স্তর মুছে ফেলা হবে"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatDataLabel\n"
+"Label\n"
+"value.text"
+msgid "Format Single Data Label..."
+msgstr "একক ডাটা স্তর বিন্যাস করা হবে..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatDataSeries\n"
+"Label\n"
+"value.text"
+msgid "Format Data Series..."
+msgstr "ডাটা ধারা বিন্যাস করা হবে..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatDataPoint\n"
+"Label\n"
+"value.text"
+msgid "Format Data Point..."
+msgstr "ডাটা বিন্দু বিন্যাস করা হবে..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:ResetDataPoint\n"
+"Label\n"
+"value.text"
+msgid "Reset Data Point"
+msgstr "ডাটা বিন্দু পনুঃনির্ধারণ করা হবে"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:ResetAllDataPoints\n"
+"Label\n"
+"value.text"
+msgid "Reset all Data Points"
+msgstr "সব ডাটা বিন্দু পনুঃনির্ধারণ করা হবে"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatStockLoss\n"
+"Label\n"
+"value.text"
+msgid "Format Stock Loss..."
+msgstr "স্টক ক্ষতি বিন্যাস করা হবে..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:FormatStockGain\n"
+"Label\n"
+"value.text"
+msgid "Format Stock Gain..."
+msgstr "স্টক প্রাপ্তি বিন্যাস করা হবে..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:ChartElementSelector\n"
+"Label\n"
+"value.text"
+msgid "Select Chart Element"
+msgstr "রেখাচিত্র উপাদান নির্বাচন করা হবে"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:ToggleGridHorizontal\n"
+"Label\n"
+"value.text"
+msgid "Horizontal Grid On/Off"
+msgstr "অনুভূমিক গ্রিড চালু/বন্ধ"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:ScaleText\n"
+"Label\n"
+"value.text"
+msgid "Scale Text"
+msgstr "লেখার আকার পরিবর্তন"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:NewArrangement\n"
+"Label\n"
+"value.text"
+msgid "Automatic Layout"
+msgstr "স্বয়ংক্রিয় বহির্বিন্যাস"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:Update\n"
+"Label\n"
+"value.text"
+msgid "Update Chart"
+msgstr "লেখচিত্র হালনাগাদ"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:ToggleTitle\n"
+"Label\n"
+"value.text"
+msgid "Title On/Off"
+msgstr "শিরোনাম চালু/বন্ধ"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:ToggleLegend\n"
+"Label\n"
+"value.text"
+msgid "Legend On/Off"
+msgstr "চিত্র ব্যাখ্যা চালু/বন্ধ"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:ToggleAxisDescr\n"
+"Label\n"
+"value.text"
+msgid "Show/Hide Axis Description(s)"
+msgstr "অক্ষের বর্ণনা দেখানো/আড়াল"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:ToggleGridVertical\n"
+"Label\n"
+"value.text"
+msgid "Vertical Grid On/Off"
+msgstr "উল্লম্ব গ্রিড চালু/বন্ধ"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DataInRows\n"
+"Label\n"
+"value.text"
+msgid "Data in Rows"
+msgstr "সারির ডাটা"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DataInColumns\n"
+"Label\n"
+"value.text"
+msgid "Data in Columns"
+msgstr "কলামের ডাটা"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:ToolSelect\n"
+"Label\n"
+"value.text"
+msgid "Select Tool"
+msgstr "টুল নির্বাচন"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:ContextType\n"
+"Label\n"
+"value.text"
+msgid "Chart Type"
+msgstr "লেখচিত্রের ধরন"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DataDescriptionType\n"
+"Label\n"
+"value.text"
+msgid "Caption Type for Chart Data"
+msgstr "লেখচিত্র ডাটার জন্য ক্যাপশনের ধরন "
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:LegendPosition\n"
+"Label\n"
+"value.text"
+msgid "Legend Position"
+msgstr "চিত্র ব্যাখ্যার অবস্থান"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:DefaultColors\n"
+"Label\n"
+"value.text"
+msgid "Default Colors for Data Series"
+msgstr "ডাটা ধারার জন্য পূর্বনির্ধারিত রঙ"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:BarWidth\n"
+"Label\n"
+"value.text"
+msgid "Bar Width"
+msgstr "বারের প্রস্থ"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:NumberOfLines\n"
+"Label\n"
+"value.text"
+msgid "Number of lines in combination chart"
+msgstr "মিশ্র লেখচিত্রের লাইন সংখ্যা"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:TextAttributes\n"
+"Label\n"
+"value.text"
+msgid "Te~xt..."
+msgstr "পাঠ্য... (~x)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:ObjectTitleDescription\n"
+"Label\n"
+"value.text"
+msgid "Description..."
+msgstr "বর্ণনা..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:RenameObject\n"
+"Label\n"
+"value.text"
+msgid "Name..."
+msgstr "নাম..."
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Commands..uno:LineArrowEnd\n"
+"Label\n"
+"value.text"
+msgid "Line Ends with Arrow"
+msgstr "রেখার শেষভাগে তীর"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Popups..uno:ArrangeRow\n"
+"Label\n"
+"value.text"
+msgid "Arrange~ment"
+msgstr "বিন্যাস (~m)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Popups..uno:ChartTitleMenu\n"
+"Label\n"
+"value.text"
+msgid "~Title"
+msgstr "শিরোনাম (~T)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Popups..uno:DiagramAxisMenu\n"
+"Label\n"
+"value.text"
+msgid "A~xis"
+msgstr "অক্ষ (~x)"
+
+#: ChartCommands.xcu
+msgctxt ""
+"ChartCommands.xcu\n"
+"..ChartCommands.UserInterface.Popups..uno:DiagramGridMenu\n"
+"Label\n"
+"value.text"
+msgid "~Grid"
+msgstr "গ্রিড (~G)"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBClearQuery\n"
+"Label\n"
+"value.text"
+msgid "Clear Query"
+msgstr "কোয়েরি মুছে দিন"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBAddRelation\n"
+"Label\n"
+"value.text"
+msgid "New Relation..."
+msgstr "নতুন রিলেশন..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBAddTable\n"
+"Label\n"
+"value.text"
+msgid "Add Tables..."
+msgstr "টেবিল যোগ..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBIndexDesign\n"
+"Label\n"
+"value.text"
+msgid "~Index Design..."
+msgstr "ইনডেক্স ডিজাইন... (~I)"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBChangeDesignMode\n"
+"Label\n"
+"value.text"
+msgid "Switch Design View On/Off"
+msgstr "ডিজাইন দৃশ্যপট চালু/বন্ধ"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBViewFunctions\n"
+"Label\n"
+"value.text"
+msgid "Functions"
+msgstr "ফাংশন"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBViewAliases\n"
+"Label\n"
+"value.text"
+msgid "Alias"
+msgstr "এলিয়াস"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBViewTableNames\n"
+"Label\n"
+"value.text"
+msgid "Table name"
+msgstr "টেবিলের নাম"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBDistinctValues\n"
+"Label\n"
+"value.text"
+msgid "Distinct Values"
+msgstr "স্বতন্ত্র মান"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:PasteSpecial\n"
+"Label\n"
+"value.text"
+msgid "Paste ~Special..."
+msgstr "বিশেষ প্রতিলেপন... (~S)"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBDelete\n"
+"Label\n"
+"value.text"
+msgid "Delete"
+msgstr "মুছে ফেলুন"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBRename\n"
+"Label\n"
+"value.text"
+msgid "Rename..."
+msgstr "পুনরায় নামকরণ..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBEdit\n"
+"Label\n"
+"value.text"
+msgid "Edit..."
+msgstr "সম্পাদনা..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBEditSqlView\n"
+"Label\n"
+"value.text"
+msgid "Edit in SQL View..."
+msgstr "SQL দৃশ্যপটে সম্পাদনা..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBOpen\n"
+"Label\n"
+"value.text"
+msgid "Open Database Object..."
+msgstr "ডাটাবেস অবজেক্ট খুলুন..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBTableDelete\n"
+"Label\n"
+"value.text"
+msgid "Delete"
+msgstr "মুছে ফেলুন"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBTableRename\n"
+"Label\n"
+"value.text"
+msgid "Rename..."
+msgstr "পুনঃনামকরণ..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBTableEdit\n"
+"Label\n"
+"value.text"
+msgid "Edit..."
+msgstr "সম্পাদনা..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBTableOpen\n"
+"Label\n"
+"value.text"
+msgid "Open Database Object..."
+msgstr "ডাটাবেস অবজেক্ট খুলুন..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBQueryDelete\n"
+"Label\n"
+"value.text"
+msgid "Delete"
+msgstr "মুছে ফেলুন"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBQueryRename\n"
+"Label\n"
+"value.text"
+msgid "Rename..."
+msgstr "পুনঃনামকরণ..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBQueryEdit\n"
+"Label\n"
+"value.text"
+msgid "Edit..."
+msgstr "সম্পাদনা..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBQueryOpen\n"
+"Label\n"
+"value.text"
+msgid "Open Database Object..."
+msgstr "ডাটাবেস অবজেক্ট খুলুন..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBFormDelete\n"
+"Label\n"
+"value.text"
+msgid "Delete"
+msgstr "মুছে ফেলুন"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBFormRename\n"
+"Label\n"
+"value.text"
+msgid "Rename..."
+msgstr "পুনঃনামকরণ..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBFormEdit\n"
+"Label\n"
+"value.text"
+msgid "Edit..."
+msgstr "সম্পাদনা..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBFormOpen\n"
+"Label\n"
+"value.text"
+msgid "Open Database Object..."
+msgstr "ডাটাবেস অবজেক্ট খুলুন..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBReportDelete\n"
+"Label\n"
+"value.text"
+msgid "Delete"
+msgstr "মুছে ফেলুন"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBReportRename\n"
+"Label\n"
+"value.text"
+msgid "Rename..."
+msgstr "পুনঃনামকরণ..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBReportEdit\n"
+"Label\n"
+"value.text"
+msgid "Edit..."
+msgstr "সম্পাদনা..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBReportOpen\n"
+"Label\n"
+"value.text"
+msgid "Open Database Object..."
+msgstr "ডাটাবেস অবজেক্ট খুলুন..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBConvertToView\n"
+"Label\n"
+"value.text"
+msgid "Create as View"
+msgstr "ভিউ হিসেবে তৈরি"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBNewFormAutoPilot\n"
+"Label\n"
+"value.text"
+msgid "Form Wizard..."
+msgstr "ফরম উইজার্ড..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBNewTableAutoPilot\n"
+"Label\n"
+"value.text"
+msgid "Table Wizard..."
+msgstr "টেবিল উইজার্ড..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBNewQueryAutoPilot\n"
+"Label\n"
+"value.text"
+msgid "Query Wizard..."
+msgstr "কোয়েরি উইজার্ড..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBNewFormAutoPilotWithPreSelection\n"
+"Label\n"
+"value.text"
+msgid "Form Wizard..."
+msgstr "ফরম উইজার্ড..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBNewReportAutoPilot\n"
+"Label\n"
+"value.text"
+msgid "Report Wizard..."
+msgstr "প্রতিবেদন উইজার্ড..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBNewReportAutoPilotWithPreSelection\n"
+"Label\n"
+"value.text"
+msgid "Report Wizard..."
+msgstr "প্রতিবেদন উইজার্ড..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBSelectAll\n"
+"Label\n"
+"value.text"
+msgid "Select All"
+msgstr "সব নির্বাচন"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBDSProperties\n"
+"Label\n"
+"value.text"
+msgid "Properties..."
+msgstr "বৈশিষ্ট্য..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBDSConnectionType\n"
+"Label\n"
+"value.text"
+msgid "Connection Type..."
+msgstr "সংযোগের ধরন..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBDSAdvancedSettings\n"
+"Label\n"
+"value.text"
+msgid "Advanced Settings..."
+msgstr "উন্নত সেটিং..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBViewTables\n"
+"Label\n"
+"value.text"
+msgid "Tables"
+msgstr "টেবিল"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBViewQueries\n"
+"Label\n"
+"value.text"
+msgid "Queries"
+msgstr "কোয়েরি"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBViewForms\n"
+"Label\n"
+"value.text"
+msgid "Forms"
+msgstr "ফরম"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBViewReports\n"
+"Label\n"
+"value.text"
+msgid "Reports"
+msgstr "প্রতিবেদন"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBSortAscending\n"
+"Label\n"
+"value.text"
+msgid "Ascending"
+msgstr "আরোহী"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBSortDescending\n"
+"Label\n"
+"value.text"
+msgid "Descending"
+msgstr "অবরোহী"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBDisablePreview\n"
+"Label\n"
+"value.text"
+msgid "None"
+msgstr "কোনটি না"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBShowDocInfoPreview\n"
+"Label\n"
+"value.text"
+msgid "Document Information"
+msgstr "নথির তথ্য"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBShowDocPreview\n"
+"Label\n"
+"value.text"
+msgid "Document"
+msgstr "নথি"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBNewForm\n"
+"Label\n"
+"value.text"
+msgid "Form..."
+msgstr "ফরম..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBNewQuery\n"
+"Label\n"
+"value.text"
+msgid "Query (Design View)..."
+msgstr "কোয়েরি (ডিজাইন দৃশ্যপট)..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBNewQuerySql\n"
+"Label\n"
+"value.text"
+msgid "Query (SQL View)..."
+msgstr "কোয়েরি (SQL দৃশ্যপট)..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBNewTable\n"
+"Label\n"
+"value.text"
+msgid "Table Design..."
+msgstr "টেবিল ডিজাইন..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBNewView\n"
+"Label\n"
+"value.text"
+msgid "View Design..."
+msgstr "ভিউ ডিজাইন..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBNewViewSQL\n"
+"Label\n"
+"value.text"
+msgid "View (Simple)..."
+msgstr "ভিউ (সাধারণ)..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBNewFolder\n"
+"Label\n"
+"value.text"
+msgid "Folder..."
+msgstr "ফোল্ডার..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBRelationDesign\n"
+"Label\n"
+"value.text"
+msgid "Relationships..."
+msgstr "সম্পর্ক..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBUserAdmin\n"
+"Label\n"
+"value.text"
+msgid "User Administration..."
+msgstr "ব্যবহারকারী পরিচালনা..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBTableFilter\n"
+"Label\n"
+"value.text"
+msgid "Table Filter..."
+msgstr "টেবিল পরিশোধক..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBRefreshTables\n"
+"Label\n"
+"value.text"
+msgid "Refresh Tables"
+msgstr "টেবিল রিফ্রেশ"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBDirectSQL\n"
+"Label\n"
+"value.text"
+msgid "SQL..."
+msgstr "SQL..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBMigrateScripts\n"
+"Label\n"
+"value.text"
+msgid "Migrate Macros ..."
+msgstr "ম্যাক্রো স্থানান্তর..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DSBEditDoc\n"
+"Label\n"
+"value.text"
+msgid "Edit Data"
+msgstr "ডাটা সম্পাদনা"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DSBFormLetter\n"
+"Label\n"
+"value.text"
+msgid "~Mail Merge..."
+msgstr "মেইল একত্রীকরণ... (~M)"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DSBInsertColumns\n"
+"Label\n"
+"value.text"
+msgid "Data to Text..."
+msgstr "ডাটা থেকে লেখায়..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DSBInsertContent\n"
+"Label\n"
+"value.text"
+msgid "Data to Fields"
+msgstr "ডাটা থেকে ক্ষেত্রে"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DSBDocumentDataSource\n"
+"Label\n"
+"value.text"
+msgid "Data Source of Current Document"
+msgstr "বর্তমান নথির ডাটা উৎস"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBSendReportAsMail\n"
+"Label\n"
+"value.text"
+msgid "Report As E-Mail..."
+msgstr "ই-মেইল হিসেবে প্রতিবেদন পাঠানো..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBSendReportToWriter\n"
+"Label\n"
+"value.text"
+msgid "Report to Text Document..."
+msgstr "নথিতে প্রতিবেদন..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:FormSlots/deleteRecord\n"
+"Label\n"
+"value.text"
+msgid "Delete ~Record"
+msgstr "রেকর্ড মুছে ফেলা (~R)"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:FormSlots/insertRecord\n"
+"Label\n"
+"value.text"
+msgid "~Record"
+msgstr "রেকর্ড (~R)"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBQueryPreview\n"
+"Label\n"
+"value.text"
+msgid "Preview"
+msgstr "প্রাকদর্শন"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Commands..uno:DBNewReport\n"
+"Label\n"
+"value.text"
+msgid "Report..."
+msgstr "প্রতিবেদন..."
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Popups..uno:DBDatabasePropertiesMenu\n"
+"Label\n"
+"value.text"
+msgid "Database"
+msgstr "ডাটাবেস"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Popups..uno:DBDatabaseObjectsMenu\n"
+"Label\n"
+"value.text"
+msgid "Database Objects"
+msgstr "ডাটাবেস অবজেক্ট"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Popups..uno:DBSort\n"
+"Label\n"
+"value.text"
+msgid "Sort"
+msgstr "সাজানো"
+
+#: DbuCommands.xcu
+msgctxt ""
+"DbuCommands.xcu\n"
+"..DbuCommands.UserInterface.Popups..uno:DBPreview\n"
+"Label\n"
+"value.text"
+msgid "Preview"
+msgstr "প্রাকদর্শন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertObjectStarMath\n"
+"Label\n"
+"value.text"
+msgid "~Formula..."
+msgstr "সূত্র... (~F)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ObjectMirrorVertical\n"
+"Label\n"
+"value.text"
+msgid "Flip Vertically"
+msgstr "উল্লম্বভাবে উল্টান"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ObjectMirrorHorizontal\n"
+"Label\n"
+"value.text"
+msgid "Flip Object Horizontally"
+msgstr "অবজেক্ট অনুভূমিকভাবে উল্টান"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ShowPrecedents\n"
+"Label\n"
+"value.text"
+msgid "Trace ~Precedents"
+msgstr "প্রিসিডেন্ট সনাক্ত (~P)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ResetAttributes\n"
+"Label\n"
+"value.text"
+msgid "Clear ~Direct Formatting"
+msgstr "সরাসরি বিন্যাস মুছে ফেলা (~D)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ClearArrowPrecedents\n"
+"Label\n"
+"value.text"
+msgid "~Remove Precedents"
+msgstr "প্রিসিডেন্ট অপসারণ (~R)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ShowDependents\n"
+"Label\n"
+"value.text"
+msgid "~Trace Dependents"
+msgstr "ডিপেন্ডেন্ট সনাক্ত (~T)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SplitWindow\n"
+"Label\n"
+"value.text"
+msgid "~Split Window"
+msgstr "উইন্ডো বিভক্ত (~S)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SplitWindow\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Split"
+msgstr "বিভক্ত (~S)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ClearArrowDependents\n"
+"Label\n"
+"value.text"
+msgid "Remove ~Dependents"
+msgstr "ডিপেন্ডেন্ট অপসারণ (~D)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FreezePanes\n"
+"Label\n"
+"value.text"
+msgid "~Freeze Window"
+msgstr "উইন্ডো নিশ্চল (~F)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FreezePanes\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Freeze"
+msgstr "নিশ্চল (~F)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ShowErrors\n"
+"Label\n"
+"value.text"
+msgid "Trace ~Error"
+msgstr "ত্রুটি সনাক্ত (~E)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DrawChart\n"
+"Label\n"
+"value.text"
+msgid "Insert Chart"
+msgstr "লেখচিত্র সন্নিবেশ"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ClearArrows\n"
+"Label\n"
+"value.text"
+msgid "Remove ~All Traces"
+msgstr "সব সনাক্ত অপসারণ (~A)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AuditingFillMode\n"
+"Label\n"
+"value.text"
+msgid "~Fill Mode"
+msgstr "ভরাট মোড (~F)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ShowInvalid\n"
+"Label\n"
+"value.text"
+msgid "~Mark Invalid Data"
+msgstr "অকার্যকর তথ্য চিহ্নিত (~M)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:RefreshArrows\n"
+"Label\n"
+"value.text"
+msgid "Refresh Tra~ces"
+msgstr "সনাক্ত রিফ্রেশ(~c)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AutoRefreshArrows\n"
+"Label\n"
+"value.text"
+msgid "A~utoRefresh Traces"
+msgstr "ট্রেস স্বয়ংক্রিয়-রিফ্রেশ (~u)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AutoRefreshArrows\n"
+"ContextLabel\n"
+"value.text"
+msgid "A~utoRefresh"
+msgstr "স্বয়ংক্রিয়-রিফ্রেশ (~u)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ChooseDesign\n"
+"Label\n"
+"value.text"
+msgid "Choose Themes"
+msgstr "থীম বাছাই করা"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:EuroConverter\n"
+"Label\n"
+"value.text"
+msgid "Euro Converter"
+msgstr "ইউরো রূপান্তরকারী"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ProtectTraceChangeMode\n"
+"Label\n"
+"value.text"
+msgid "~Protect Records..."
+msgstr "রেকর্ড সুরক্ষিতকরণ... (~P)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertExternalDataSource\n"
+"Label\n"
+"value.text"
+msgid "Link to E~xternal Data..."
+msgstr "বহিঃস্থ তথ্যের সাথে সংযোগ... (~x)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Hyphenate\n"
+"Label\n"
+"value.text"
+msgid "~Hyphenation..."
+msgstr "হাইফেন প্রয়োগ... (~H)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ObjectTitleDescription\n"
+"Label\n"
+"value.text"
+msgid "Description..."
+msgstr "বর্ণনা..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:RenameObject\n"
+"Label\n"
+"value.text"
+msgid "Name..."
+msgstr "নাম..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FocusInputLine\n"
+"Label\n"
+"value.text"
+msgid "Input Line"
+msgstr "ইনপুট লাইন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectTables\n"
+"Label\n"
+"value.text"
+msgid "~Select Sheets..."
+msgstr "শীট নির্বাচন... (~S)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectTables\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Select..."
+msgstr "নির্বাচন... (~S)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:TableEvents\n"
+"Label\n"
+"value.text"
+msgid "Sheet ~Events..."
+msgstr "শীট ইভেন্ট... (~E)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:TableEvents\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Events..."
+msgstr "ইভেন্ট... (~E)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataPilotFilter\n"
+"Label\n"
+"value.text"
+msgid "Pivot Table Filter"
+msgstr "পিভট টেবিল পরিশোধক"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NextPage\n"
+"Label\n"
+"value.text"
+msgid "Next Page"
+msgstr "পরবর্তী পৃষ্ঠা"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:PreviousPage\n"
+"Label\n"
+"value.text"
+msgid "Previous Page"
+msgstr "পূর্ববর্তী পৃষ্ঠা"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FirstPage\n"
+"Label\n"
+"value.text"
+msgid "First Page"
+msgstr "প্রথম পৃষ্ঠা"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:LastPage\n"
+"Label\n"
+"value.text"
+msgid "Last Page"
+msgstr "শেষ পৃষ্ঠা"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ZoomIn\n"
+"Label\n"
+"value.text"
+msgid "Zoom In"
+msgstr "বড় করা"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ZoomOut\n"
+"Label\n"
+"value.text"
+msgid "Zoom Out"
+msgstr "ছোট করা"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Margins\n"
+"Label\n"
+"value.text"
+msgid "Margins"
+msgstr "মার্জিন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ScalingFactor\n"
+"Label\n"
+"value.text"
+msgid "Scaling Factor"
+msgstr "আকার পরিবর্তনের অনুপাত"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ClosePreview\n"
+"Label\n"
+"value.text"
+msgid "Close Preview"
+msgstr "প্রাকদর্শন বন্ধ করা"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:StatusDocPos\n"
+"Label\n"
+"value.text"
+msgid "Position in Document"
+msgstr "নথিতে অবস্থান"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:StatusPageStyle\n"
+"Label\n"
+"value.text"
+msgid "Page Format"
+msgstr "পৃষ্ঠা বিন্যাস"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:StatusSelectionMode\n"
+"Label\n"
+"value.text"
+msgid "Selection Mode"
+msgstr "নির্বাচন মোড"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SimpleReferenz\n"
+"Label\n"
+"value.text"
+msgid "Enter References"
+msgstr "রেফারেন্স সন্নিবেশ"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:StatusSelectionModeExp\n"
+"Label\n"
+"value.text"
+msgid "Status Expanded Selection"
+msgstr "অবস্থা বর্ধিত নির্বাচন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:StatusSelectionModeExt\n"
+"Label\n"
+"value.text"
+msgid "Status Extended Selection"
+msgstr "অবস্থা প্রসারিত নির্বাচন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:GoLeftBlock\n"
+"Label\n"
+"value.text"
+msgid "Page Left"
+msgstr "পৃষ্ঠার বামে"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:GoRightBlock\n"
+"Label\n"
+"value.text"
+msgid "Page Right"
+msgstr "পৃষ্ঠার ডানে"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:GoRightBlockSel\n"
+"Label\n"
+"value.text"
+msgid "Select to Page Right"
+msgstr "পৃষ্ঠার ডান পর্যন্ত নির্বাচন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:GoUpToStartOfData\n"
+"Label\n"
+"value.text"
+msgid "To Upper Block Margin"
+msgstr "ঊর্ধ্ব ব্লক মার্জিন পর্যন্ত"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:GoDownToEndOfData\n"
+"Label\n"
+"value.text"
+msgid "To Lower Block Margin"
+msgstr "নিম্ন ব্লক মার্জিন পর্যন্ত"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:GoLeftToStartOfData\n"
+"Label\n"
+"value.text"
+msgid "To Left Block Margin"
+msgstr "বাম ব্লক মার্জিন পর্যন্ত"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:GoRightToEndOfData\n"
+"Label\n"
+"value.text"
+msgid "To Right Block Margin"
+msgstr "ডান ব্লক মার্জিন পর্যন্ত"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:GoUpToStartOfDataSel\n"
+"Label\n"
+"value.text"
+msgid "Select to Upper Block Margin"
+msgstr "ঊর্ধ্ব ব্লক মার্জিন পর্যন্ত নির্বাচন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:TextToColumns\n"
+"Label\n"
+"value.text"
+msgid "Te~xt to Columns..."
+msgstr "লেখা থেকে কলামে... (~x)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataConsolidate\n"
+"Label\n"
+"value.text"
+msgid "~Consolidate..."
+msgstr "একত্রীকরণ... (~C)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:GoDownToEndOfDataSel\n"
+"Label\n"
+"value.text"
+msgid "Select to Lower Block Margin"
+msgstr "নিম্ন ব্লক মার্জিন পর্যন্ত নির্বাচন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataDataPilotRun\n"
+"Label\n"
+"value.text"
+msgid "~Create Pivot Table..."
+msgstr "পিভট টেবিল তৈরি... (~C)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataDataPilotRun\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Create..."
+msgstr "তৈরি... (~C)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:GoLeftToStartOfDataSel\n"
+"Label\n"
+"value.text"
+msgid "Select to Left Block Margin"
+msgstr "বাম ব্লক মার্জিন পর্যন্ত নির্বাচন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FunctionDialog\n"
+"Label\n"
+"value.text"
+msgid "~Function..."
+msgstr "ফাংশন... (~F)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:GoRightToEndOfDataSel\n"
+"Label\n"
+"value.text"
+msgid "Select to Right Block Margin"
+msgstr "ডান ব্লক মার্জিন পর্যন্ত নির্বাচন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:GoalSeekDialog\n"
+"Label\n"
+"value.text"
+msgid "~Goal Seek..."
+msgstr "লক্ষ্য অর্জন... (~G)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SolverDialog\n"
+"Label\n"
+"value.text"
+msgid "Sol~ver..."
+msgstr "সমাধানকারী... (~v)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToNextTable\n"
+"Label\n"
+"value.text"
+msgid "To Next Sheet"
+msgstr "পরবর্তী শীটে"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:TableOperationDialog\n"
+"Label\n"
+"value.text"
+msgid "~Multiple Operations..."
+msgstr "একাধিক অপারেশন... (~M)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToPrevTable\n"
+"Label\n"
+"value.text"
+msgid "To Previous Sheet"
+msgstr "পুর্ববর্তী শীটে"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertObjectChart\n"
+"Label\n"
+"value.text"
+msgid "Ch~art..."
+msgstr "লেখচিত্র... (~a)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:StarChartDialog\n"
+"Label\n"
+"value.text"
+msgid "Ch~art..."
+msgstr "লেখচিত্র... (~a)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToNextUnprotected\n"
+"Label\n"
+"value.text"
+msgid "To Next Unprotected Cell"
+msgstr "পরবর্তী অরক্ষিত ঘর"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToPreviousUnprotected\n"
+"Label\n"
+"value.text"
+msgid "To Previous Unprotected Cell"
+msgstr "পুর্ববর্তী অরক্ষিত ঘরে"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectColumn\n"
+"Label\n"
+"value.text"
+msgid "Select Column"
+msgstr "কলাম নির্বাচন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:StarChartDataDialog\n"
+"Label\n"
+"value.text"
+msgid "Modify Chart Data Area"
+msgstr "লেখচিত্রের তথ্য এলাকা পরিবর্তন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectRow\n"
+"Label\n"
+"value.text"
+msgid "Select Row"
+msgstr "সারি নির্বাচন"
+
+#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ConditionalFormatMenu\n"
+"Label\n"
+"value.text"
+msgid "C~onditional Formatting"
+msgstr "শর্তাধীন বিন্যাস... (~o)"
+
+#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ConditionalFormatDialog\n"
+"Label\n"
+"value.text"
+msgid "Condition..."
+msgstr "শর্ত"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ColorScaleFormatDialog\n"
+"Label\n"
+"value.text"
+msgid "Color Scale..."
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataBarFormatDialog\n"
+"Label\n"
+"value.text"
+msgid "Data Bar..."
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ConditionalFormatManagerDialog\n"
+"Label\n"
+"value.text"
+msgid "Manage..."
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Deselect\n"
+"Label\n"
+"value.text"
+msgid "Undo Selection"
+msgstr "নির্বাচন পূর্বাবস্থায় আনা"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:GoToCurrentCell\n"
+"Label\n"
+"value.text"
+msgid "To Current Cell"
+msgstr "বর্তমান ঘরে"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectData\n"
+"Label\n"
+"value.text"
+msgid "Select Data Area"
+msgstr "তথ্য এলাকা নির্বাচন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetInputMode\n"
+"Label\n"
+"value.text"
+msgid "Toggle Edit Mode"
+msgstr "সম্পাদনা মোড টগল"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ClearContents\n"
+"Label\n"
+"value.text"
+msgid "Clear Contents"
+msgstr "বিষয়বস্তু খালি করা"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AutoFill\n"
+"Label\n"
+"value.text"
+msgid "AutoFill Data Series: automatic"
+msgstr "ডাটা ধারা স্বয়ংক্রিয়-পূরণ করা হবে: স্বয়ংক্রিয়"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Cancel\n"
+"Label\n"
+"value.text"
+msgid "Cancel"
+msgstr "বাতিল"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectArrayFormula\n"
+"Label\n"
+"value.text"
+msgid "Select Array Formula"
+msgstr "অ্যারে সূত্র নির্বাচন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToNextTableSel\n"
+"Label\n"
+"value.text"
+msgid "Select to Next Sheet"
+msgstr "পরবর্তী শীট পর্যন্ত নির্বাচন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToPrevTableSel\n"
+"Label\n"
+"value.text"
+msgid "Select to Previous Sheet"
+msgstr "পূর্ববর্তী শীট পর্যন্ত নির্বাচন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:WrapText\n"
+"Label\n"
+"value.text"
+msgid "Automatic Row Break"
+msgstr "স্বয়ংক্রিয় সারি বিভাজক"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DefinePrintArea\n"
+"Label\n"
+"value.text"
+msgid "~Define Print Area"
+msgstr "মুদ্রণ এলাকা নির্ধারণ (~D)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DefinePrintArea\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Define"
+msgstr "নির্ধারণ (~D)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeletePrintArea\n"
+"Label\n"
+"value.text"
+msgid "~Remove Print Area"
+msgstr "মুদ্রণ এলাকা অপসারণ (~R)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeletePrintArea\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Remove"
+msgstr "অপসারণ (~R)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:EditPrintArea\n"
+"Label\n"
+"value.text"
+msgid "~Edit Print Area..."
+msgstr "মুদ্রণ এলাকা সম্পাদনা... (~E)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:EditPrintArea\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Edit..."
+msgstr "সম্পাদনা... (~E)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ToggleRelative\n"
+"Label\n"
+"value.text"
+msgid "Relative/Absolute References"
+msgstr "আপেক্ষিক/প্রকৃত রেফারেন্স"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:PasteSpecial\n"
+"Label\n"
+"value.text"
+msgid "Paste ~Special..."
+msgstr "বিশেষ প্রতিলেপন... (~S)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataSelect\n"
+"Label\n"
+"value.text"
+msgid "Selection List"
+msgstr "নির্বাচন তালিকা"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteCell\n"
+"Label\n"
+"value.text"
+msgid "Delete C~ells..."
+msgstr "ঘর মুছে ফেলা... (~e)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:RepeatSearch\n"
+"Label\n"
+"value.text"
+msgid "Repeat Search"
+msgstr "পুনরায় অনুসন্ধান"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Remove\n"
+"Label\n"
+"value.text"
+msgid "~Delete..."
+msgstr "মুছে ফেলা... (~D)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillDown\n"
+"Label\n"
+"value.text"
+msgid "Fill ~Down"
+msgstr "নিচে পূরণ করা (~D)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillDown\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Down"
+msgstr "নিচে (~D)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillRight\n"
+"Label\n"
+"value.text"
+msgid "Fill ~Right"
+msgstr "ডানে পূরণ করা (~R)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillRight\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Right"
+msgstr "ডানে (~R)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillUp\n"
+"Label\n"
+"value.text"
+msgid "Fill ~Up"
+msgstr "উপরে পূরণ করা (~U)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillUp\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Up"
+msgstr "উপরে (~U)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillLeft\n"
+"Label\n"
+"value.text"
+msgid "Fill ~Left"
+msgstr "বামে পূরণ করা (~L)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillLeft\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Left"
+msgstr "বাম (~L)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillTable\n"
+"Label\n"
+"value.text"
+msgid "Fill ~Sheets..."
+msgstr "শীট পূরণ করা... (~S)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillTable\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Sheets..."
+msgstr "শীট... (~S)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillSeries\n"
+"Label\n"
+"value.text"
+msgid "Fill S~eries..."
+msgstr "ধারা পূরণ... (~e)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillSeries\n"
+"ContextLabel\n"
+"value.text"
+msgid "S~eries..."
+msgstr "ধারা... (~e)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:EditHeaderAndFooter\n"
+"Label\n"
+"value.text"
+msgid "~Headers & Footers..."
+msgstr "শীর্ষচরণ ও পাদচরণ... (~H)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Validation\n"
+"Label\n"
+"value.text"
+msgid "~Validity..."
+msgstr "কার্যকারিতা... (~V)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "সারি মুছে ফেলা"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertCtrl\n"
+"Label\n"
+"value.text"
+msgid "Insert"
+msgstr "সন্নিবেশ"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteColumns\n"
+"Label\n"
+"value.text"
+msgid "Delete Columns"
+msgstr "কলাম মুছে ফেলা"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsCellsCtrl\n"
+"Label\n"
+"value.text"
+msgid "Insert Cells"
+msgstr "ঘর সন্নিবেশ"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:TraceChangeMode\n"
+"Label\n"
+"value.text"
+msgid "~Record Changes"
+msgstr "পরিবর্তনসমূহ রেকর্ড (~R)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:TraceChangeMode\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Record"
+msgstr "রেকর্ড (~R)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsObjCtrl\n"
+"Label\n"
+"value.text"
+msgid "Insert Object"
+msgstr "অবজেক্ট প্রবেশ"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ShowChanges\n"
+"Label\n"
+"value.text"
+msgid "Sho~w Changes..."
+msgstr "পরিবর্তন প্রদর্শন... (~w)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ShowChanges\n"
+"ContextLabel\n"
+"value.text"
+msgid "Sho~w..."
+msgstr "প্রদর্শন... (~w)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DefineLabelRange\n"
+"Label\n"
+"value.text"
+msgid "Define ~Labels..."
+msgstr "লেবেল নির্ণয়... (~L)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DefineLabelRange\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Labels..."
+msgstr "লেবেল... (~L)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NoteVisible\n"
+"Label\n"
+"value.text"
+msgid "Show Comment"
+msgstr "মন্তব্য প্রদর্শন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertAnnotation\n"
+"Label\n"
+"value.text"
+msgid "Comm~ent"
+msgstr "মন্তব্য (~e)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteNote\n"
+"Label\n"
+"value.text"
+msgid "Delete Comment"
+msgstr "মন্তব্য মুছে ফেলা হবে"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InputLineVisible\n"
+"Label\n"
+"value.text"
+msgid "~Formula Bar"
+msgstr "সূত্র বার (~F)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ViewRowColumnHeaders\n"
+"Label\n"
+"value.text"
+msgid "C~olumn & Row Headers"
+msgstr "কলাম ও সারি শিরোনাম (~o)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Scale\n"
+"Label\n"
+"value.text"
+msgid "Scale Screen Display"
+msgstr "পর্দার আকার পরিবর্তন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ViewValueHighlighting\n"
+"Label\n"
+"value.text"
+msgid "Value ~Highlighting"
+msgstr "মান হাইলাইট (~H)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NormalViewMode\n"
+"Label\n"
+"value.text"
+msgid "~Normal View"
+msgstr "সাধারণ দৃশ্যপট (~N)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NormalViewMode\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Normal"
+msgstr "সাধারণ (~N)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:PagebreakMode\n"
+"Label\n"
+"value.text"
+msgid "~Page Break Preview"
+msgstr "পৃষ্ঠা বিভাজকের প্রাকদর্শন (~P)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FunctionBox\n"
+"Label\n"
+"value.text"
+msgid "F~unction List"
+msgstr "ফাংশনের তালিকা (~u)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataAreaRefresh\n"
+"Label\n"
+"value.text"
+msgid "R~efresh Range"
+msgstr "পরিসর রিফ্রেশ (~e)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FocusCellAddress\n"
+"Label\n"
+"value.text"
+msgid "Sheet Area Input Field"
+msgstr "শীট এলাকার ইনপুট ক্ষেত্র"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Collaborate\n"
+"Label\n"
+"value.text"
+msgid "Collaborate..."
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:UnderlineNone\n"
+"Label\n"
+"value.text"
+msgid "Underline: Off"
+msgstr "নিম্নরেখা: বন্ধ"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:UnderlineSingle\n"
+"Label\n"
+"value.text"
+msgid "Underline: Single"
+msgstr "নিম্নরেখা: একক"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AcceptChanges\n"
+"Label\n"
+"value.text"
+msgid "~Accept or Reject Changes..."
+msgstr "পরিবর্তন গ্রহণ বা প্রত্যাখান... (~A)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AcceptChanges\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Accept or Reject..."
+msgstr "গ্রহণ বা প্রত্যাখান... (~A)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:UnderlineDouble\n"
+"Label\n"
+"value.text"
+msgid "Underline: Double"
+msgstr "নিম্নরেখা: দ্বিগুণ"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:CommentChange\n"
+"Label\n"
+"value.text"
+msgid "~Comments..."
+msgstr "মন্তব্য... (~C)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:UnderlineDotted\n"
+"Label\n"
+"value.text"
+msgid "Underline: Dotted"
+msgstr "নিম্নরেখা: বিন্দুযুক্ত"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteAllBreaks\n"
+"Label\n"
+"value.text"
+msgid "Delete Page Breaks"
+msgstr "পৃষ্ঠা বিভাজক মুছে ফেলা"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertRowBreak\n"
+"Label\n"
+"value.text"
+msgid "Insert ~Row Break"
+msgstr "সারি বিভাজক সন্নিবেশ (~R)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertRowBreak\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Row Break"
+msgstr "সারি বিভাজক (~R)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AddPrintArea\n"
+"Label\n"
+"value.text"
+msgid "~Add Print Area"
+msgstr "মুদ্রণ এলাকা যোগ (~A)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AddPrintArea\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Add"
+msgstr "যোগ (~A)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertColumnBreak\n"
+"Label\n"
+"value.text"
+msgid "Insert ~Column Break"
+msgstr "কলাম বিভাজক সন্নিবেশ (~C)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertColumnBreak\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Column Break"
+msgstr "কলাম বিভাজক (~C)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AdjustPrintZoom\n"
+"Label\n"
+"value.text"
+msgid "Adjust Scale"
+msgstr "অনুপাত সমন্বয় করুন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRowbreak\n"
+"Label\n"
+"value.text"
+msgid "Remove ~Row Break"
+msgstr "সারি বিভাজক অপসারণ (~R)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRowbreak\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Row Break"
+msgstr "সারি বিভাজক (~R)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ResetPrintZoom\n"
+"Label\n"
+"value.text"
+msgid "Reset Scale"
+msgstr "আকার পনুঃনির্ধারণ করা"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteColumnbreak\n"
+"Label\n"
+"value.text"
+msgid "Remove ~Column Break"
+msgstr "কলাম বিভাজক অপসারণ (~C)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteColumnbreak\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Column Break"
+msgstr "কলাম বিভাজক (~C)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertContents\n"
+"Label\n"
+"value.text"
+msgid "Paste Special"
+msgstr "বিশেষ প্রতিলেপন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertCell\n"
+"Label\n"
+"value.text"
+msgid "Insert ~Cells..."
+msgstr "ঘর সন্নিবেশ... (~C)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertCell\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Cells..."
+msgstr "ঘর... (~C)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertRows\n"
+"Label\n"
+"value.text"
+msgid "Insert ~Rows"
+msgstr "সারি সন্নিবেশ (~R)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "সারি (~R)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertColumns\n"
+"Label\n"
+"value.text"
+msgid "Insert Co~lumns"
+msgstr "কলাম সন্নিবেশ (~l)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertColumns\n"
+"ContextLabel\n"
+"value.text"
+msgid "Co~lumns"
+msgstr "কলাম (~l)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Insert\n"
+"Label\n"
+"value.text"
+msgid "Insert ~Sheet..."
+msgstr "শীট সন্নিবেশ... (~S)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Insert\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Sheet..."
+msgstr "শীট... (~S)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertSheetFromFile\n"
+"Label\n"
+"value.text"
+msgid "Insert Shee~t From File..."
+msgstr "ফাইল থেকে শীট সন্নিবেশ... (~t)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertSheetFromFile\n"
+"ContextLabel\n"
+"value.text"
+msgid "Shee~t From File..."
+msgstr "ফাইল থেকে শীট... (~t)"
+
+#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AddName\n"
+"Label\n"
+"value.text"
+msgid "~Define Name..."
+msgstr "পরিসর নির্ধারণ... (~D)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AddName\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Define..."
+msgstr ""
+
+#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DefineName\n"
+"Label\n"
+"value.text"
+msgid "~Manage Names..."
+msgstr "নাম তৈরি... (~C)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DefineName\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Manage..."
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertName\n"
+"Label\n"
+"value.text"
+msgid "~Insert Name..."
+msgstr "নাম সন্নিবেশ... (~I)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertName\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Insert..."
+msgstr "সন্নিবেশ... (~I)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:CreateNames\n"
+"Label\n"
+"value.text"
+msgid "~Create Names..."
+msgstr "নাম তৈরি... (~C)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:CreateNames\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Create..."
+msgstr "তৈরি... (~C)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ApplyNames\n"
+"Label\n"
+"value.text"
+msgid "Assign Names"
+msgstr "নাম নির্ধারণ"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertCellsDown\n"
+"Label\n"
+"value.text"
+msgid "Insert Cells Down"
+msgstr "নিচে ঘর সন্নিবেশ"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertCellsRight\n"
+"Label\n"
+"value.text"
+msgid "Insert Cells Right"
+msgstr "ডানে ঘর সন্নিবেশ"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FormatCellDialog\n"
+"Label\n"
+"value.text"
+msgid "Format ~Cells..."
+msgstr "ঘর বিন্যাস... (~C)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FormatCellDialog\n"
+"ContextLabel\n"
+"value.text"
+msgid "Ce~lls..."
+msgstr "ঘর... (~l)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:RowHeight\n"
+"Label\n"
+"value.text"
+msgid "Row ~Height..."
+msgstr "সারির উচ্চতা... (~H)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:RowHeight\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Height..."
+msgstr "উচ্চতা... (~H)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetOptimalRowHeight\n"
+"Label\n"
+"value.text"
+msgid "~Optimal Row Height..."
+msgstr "সারির উপযুক্ত উচ্চতা... (~O)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetOptimalRowHeight\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Optimal Height..."
+msgstr "উপযুক্ত উচ্চতা... (~O)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:HideRow\n"
+"Label\n"
+"value.text"
+msgid "H~ide Rows"
+msgstr "সারি আড়াল (~i)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:HideRow\n"
+"ContextLabel\n"
+"value.text"
+msgid "H~ide"
+msgstr "আড়াল (~i)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ShowRow\n"
+"Label\n"
+"value.text"
+msgid "~Show Rows"
+msgstr "সারি প্রদর্শন (~S)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ShowRow\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Show"
+msgstr "প্রদর্শন (~S)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ColumnWidth\n"
+"Label\n"
+"value.text"
+msgid "Column ~Width..."
+msgstr "কলামের প্রস্থ... (~W)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ColumnWidth\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Width..."
+msgstr "প্রস্থ... (~W)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetOptimalColumnWidth\n"
+"Label\n"
+"value.text"
+msgid "~Optimal Column Width..."
+msgstr "কলামের উপযুক্ত প্রস্থ... (~O)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetOptimalColumnWidth\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Optimal Width..."
+msgstr "উপযুক্ত প্রস্থ... (~O)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:HideColumn\n"
+"Label\n"
+"value.text"
+msgid "~Hide Columns"
+msgstr "কলাম আড়াল (~H)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:HideColumn\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Hide"
+msgstr "আড়াল (~H)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ShowColumn\n"
+"Label\n"
+"value.text"
+msgid "~Show Columns"
+msgstr "কলাম প্রদর্শন (~S)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ShowColumn\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Show"
+msgstr "প্রদর্শন (~S)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Hide\n"
+"Label\n"
+"value.text"
+msgid "~Hide Sheets"
+msgstr "শীট আড়াল (~H)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Hide\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Hide"
+msgstr "আড়াল (~H)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Show\n"
+"Label\n"
+"value.text"
+msgid "~Show Sheets..."
+msgstr "শীট প্রদর্শন... (~S)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Show\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Show..."
+msgstr "প্রদর্শন... (~S)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:MergeCells\n"
+"Label\n"
+"value.text"
+msgid "Merge Cells"
+msgstr "ঘর মিলিতকরণ"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SplitCell\n"
+"Label\n"
+"value.text"
+msgid "Split Cells"
+msgstr "ঘর বিভাজন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ToggleMergeCells\n"
+"Label\n"
+"value.text"
+msgid "M~erge and Center Cells"
+msgstr "ঘরগুলো একত্রিত করে কেন্দ্রস্থিত করা হবে"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:PageFormatDialog\n"
+"Label\n"
+"value.text"
+msgid "Format ~Page..."
+msgstr "পৃষ্ঠা বিন্যাস... (~P)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:PageFormatDialog\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Page..."
+msgstr "পৃষ্ঠা... (~P)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:StandardTextAttributes\n"
+"Label\n"
+"value.text"
+msgid "Standard Text Attributes"
+msgstr "লেখার আদর্শ বৈশিষ্ট্য"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:TextAttributes\n"
+"Label\n"
+"value.text"
+msgid "Define Text Attributes"
+msgstr "লেখার বৈশিষ্ট্য নির্ধারণ"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetOptimalColumnWidthDirect\n"
+"Label\n"
+"value.text"
+msgid "Optimal Column Width, direct"
+msgstr "উপযুক্ত কলাম প্রস্থ, সরাসরি"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AutomaticCalculation\n"
+"Label\n"
+"value.text"
+msgid "Auto~Calculate"
+msgstr "স্বয়ংক্রিয়-নির্ণয় (~C)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Calculate\n"
+"Label\n"
+"value.text"
+msgid "~Recalculate"
+msgstr "পুনরায় নির্ণয় (~R)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Protect\n"
+"Label\n"
+"value.text"
+msgid "Protect ~Sheet..."
+msgstr "শীট সুরক্ষিতকরণ... (~S)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Protect\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Sheet..."
+msgstr "শীট... (~S)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ToolProtectionDocument\n"
+"Label\n"
+"value.text"
+msgid "Protect ~Document..."
+msgstr "নথি সুরক্ষিতকরণ... (~D)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ToolProtectionDocument\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Document..."
+msgstr "নথি... (~D)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ToolsOptions\n"
+"Label\n"
+"value.text"
+msgid "Spreadsheet Options"
+msgstr "স্প্রেডশীট অপশন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ScenarioManager\n"
+"Label\n"
+"value.text"
+msgid "Sc~enarios..."
+msgstr "দৃশ্যকল্প... (~e)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:RecalcPivotTable\n"
+"Label\n"
+"value.text"
+msgid "~Refresh Pivot Table"
+msgstr "পিভট টেবিল রিফ্রেশ (~R)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:RecalcPivotTable\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Refresh"
+msgstr "রিফ্রেশ (~R)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeletePivotTable\n"
+"Label\n"
+"value.text"
+msgid "~Delete Pivot Table"
+msgstr "পিভট টেবিল অপসারণ (~D)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeletePivotTable\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Delete"
+msgstr "মুছে ফেলা (~D)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:CalculateHard\n"
+"Label\n"
+"value.text"
+msgid "Recalculate Hard"
+msgstr "পুনরায় নির্ণয়- কঠিন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AutoComplete\n"
+"Label\n"
+"value.text"
+msgid "~AutoInput"
+msgstr "স্বয়ংক্রিয়-ইনপুট (~A)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DefineDBName\n"
+"Label\n"
+"value.text"
+msgid "~Define Data Range..."
+msgstr "ডাটা পরিসর নির্ধারণ... (~D)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DefineDBName\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Define Range..."
+msgstr "পরিসর নির্ধারণ... (~D)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectDB\n"
+"Label\n"
+"value.text"
+msgid "Select Data ~Range..."
+msgstr "ডাটা পরিসর নির্বাচন... (~R)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectDB\n"
+"ContextLabel\n"
+"value.text"
+msgid "Select ~Range..."
+msgstr "পরিসর নির্বাচন... (~R)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ManageXMLSource\n"
+"Label\n"
+"value.text"
+msgid "~XML Source..."
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataSort\n"
+"Label\n"
+"value.text"
+msgid "~Sort..."
+msgstr "সাজানো... (~S)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataFilterStandardFilter\n"
+"Label\n"
+"value.text"
+msgid "~Standard Filter..."
+msgstr "আদর্শ পরিশোধক... (~S)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataFilterSpecialFilter\n"
+"Label\n"
+"value.text"
+msgid "~Advanced Filter..."
+msgstr "উন্নত পরিশোধক... (~A)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataFilterAutoFilter\n"
+"Label\n"
+"value.text"
+msgid "Auto~Filter"
+msgstr "স্বয়ংক্রিয়-পরিশোধক (~F)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataFilterRemoveFilter\n"
+"Label\n"
+"value.text"
+msgid "~Remove Filter"
+msgstr "পরিশোধক অপসারণ (~R)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataForm\n"
+"Label\n"
+"value.text"
+msgid "F~orm..."
+msgstr "ফরম (o)..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataSubTotals\n"
+"Label\n"
+"value.text"
+msgid "Sub~totals..."
+msgstr "উপসমষ্টি... (~t)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AutoOutline\n"
+"Label\n"
+"value.text"
+msgid "~AutoOutline"
+msgstr "স্বয়ংক্রিয়-রূপরেখা (~A)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataImport\n"
+"Label\n"
+"value.text"
+msgid "Import Data"
+msgstr "ডাটা ইমপোর্ট"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataReImport\n"
+"Label\n"
+"value.text"
+msgid "Refresh Data Import"
+msgstr "ডাটা ইমপোর্ট রিফ্রেশ"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataFilterHideAutoFilter\n"
+"Label\n"
+"value.text"
+msgid "~Hide AutoFilter"
+msgstr "স্বয়ংক্রিয়-পরিশোধক আড়াল করা (~H)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SortDescending\n"
+"Label\n"
+"value.text"
+msgid "Sort Descending"
+msgstr "অবরোহী ক্রমানুসারে সাজান"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SortAscending\n"
+"Label\n"
+"value.text"
+msgid "Sort Ascending"
+msgstr "আরোহী ক্রমানুসারে সাজান"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:RenameTable\n"
+"Label\n"
+"value.text"
+msgid "~Rename Sheet..."
+msgstr "শীট পুনঃনামকরণ... (~R)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:RenameTable\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rename..."
+msgstr "পুনঃনামকরণ... (~R)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Name\n"
+"Label\n"
+"value.text"
+msgid "Rename Sheet"
+msgstr "শীট পুনঃনামকরণ"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetTabBgColor\n"
+"Label\n"
+"value.text"
+msgid "~Tab Color..."
+msgstr "ট্যাবের রং... (~T)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetTabBgColor\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Tab Color..."
+msgstr "ট্যাবের রং... (~T)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:TabBgColor\n"
+"Label\n"
+"value.text"
+msgid "Tab Color"
+msgstr "ট্যাবের রং"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Move\n"
+"Label\n"
+"value.text"
+msgid "~Move/Copy Sheet..."
+msgstr "শীট সরানো/অনুলিপি করা... (~M)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Move\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Move/Copy..."
+msgstr "সরানো/অনুলিপি করা... (~M)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:TableSelectAll\n"
+"Label\n"
+"value.text"
+msgid "Select All Sheets"
+msgstr "সব শীট নির্বাচন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:TableDeselectAll\n"
+"Label\n"
+"value.text"
+msgid "Deselect All Sheets"
+msgstr "সব শীট অনির্বাচিত করুন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Add\n"
+"Label\n"
+"value.text"
+msgid "Append Sheet"
+msgstr "শীট সংযুক্ত করুন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AlignLeft\n"
+"Label\n"
+"value.text"
+msgid "Align Left"
+msgstr "বাম প্রান্তিক"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AlignRight\n"
+"Label\n"
+"value.text"
+msgid "Align Right"
+msgstr "ডান প্রান্তিক"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AlignHorizontalCenter\n"
+"Label\n"
+"value.text"
+msgid "Align Center Horizontally"
+msgstr "অনুভূমিকভাবে কেন্দ্রে প্রান্তিক"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AlignBlock\n"
+"Label\n"
+"value.text"
+msgid "Justified"
+msgstr "উভয়প্রান্তিক"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AlignTop\n"
+"Label\n"
+"value.text"
+msgid "Align Top"
+msgstr "উপরে প্রান্তিক"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AlignBottom\n"
+"Label\n"
+"value.text"
+msgid "Align Bottom"
+msgstr "নিচে প্রান্তিক"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:AlignVCenter\n"
+"Label\n"
+"value.text"
+msgid "Align Center Vertically"
+msgstr "উল্লম্বভাবে কেন্দ্রে প্রান্তিক"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectScenario\n"
+"Label\n"
+"value.text"
+msgid "Select Scenario"
+msgstr "দৃশ্যকল্প নির্বাচন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:UpdateChart\n"
+"Label\n"
+"value.text"
+msgid "Redraw Chart"
+msgstr "লেখচিত্র পুনরায় আঁকা"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ToggleAnchorType\n"
+"Label\n"
+"value.text"
+msgid "Change Anchor"
+msgstr "নোঙ্গর পরিবর্তন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NumberFormatCurrency\n"
+"Label\n"
+"value.text"
+msgid "Number Format: Currency"
+msgstr "নম্বর বিন্যাস: মুদ্রা"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NumberFormatPercent\n"
+"Label\n"
+"value.text"
+msgid "Number Format: Percent"
+msgstr "নম্বর বিন্যাস: শতকরা"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NumberFormatStandard\n"
+"Label\n"
+"value.text"
+msgid "Number Format: Standard"
+msgstr "নম্বর বিন্যাস: আদর্শ"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NumberFormatDate\n"
+"Label\n"
+"value.text"
+msgid "Number Format : Date"
+msgstr "নম্বর বিন্যাস: তারিখ"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NumberFormatDecimal\n"
+"Label\n"
+"value.text"
+msgid "Number Format: Decimal"
+msgstr "নম্বর বিন্যাস: দশমিক"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NumberFormatScientific\n"
+"Label\n"
+"value.text"
+msgid "Number Format: Exponential"
+msgstr "নম্বর বিন্যাস: সূচকীয়"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NumberFormatTime\n"
+"Label\n"
+"value.text"
+msgid "Number Format: Time"
+msgstr "নম্বর বিন্যাস: সময়"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NumberFormatIncDecimals\n"
+"Label\n"
+"value.text"
+msgid "Number Format: Add Decimal Place"
+msgstr "নম্বর বিন্যাস: দশমিকের ঘর যোগ করা"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NumberFormatDecDecimals\n"
+"Label\n"
+"value.text"
+msgid "Number Format: Delete Decimal Place"
+msgstr "নম্বর বিন্যাস: দশমিকের ঘর মুছে ফেলা"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:EditLinks\n"
+"Label\n"
+"value.text"
+msgid "Edit Lin~ks..."
+msgstr "লিংক সম্পাদনা... (~k)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:EditLinks\n"
+"ContextLabel\n"
+"value.text"
+msgid "Lin~ks..."
+msgstr "লিংক... (~k)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertObjectStarImage\n"
+"Label\n"
+"value.text"
+msgid "Insert From Image Editor"
+msgstr "চিত্র সম্পাদক থেকে সন্নিবেশ করান"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SheetRightToLeft\n"
+"Label\n"
+"value.text"
+msgid "Sheet R~ight-To-Left"
+msgstr "ডান-থেকে-বাম শীট (~i)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SheetRightToLeft\n"
+"ContextLabel\n"
+"value.text"
+msgid "R~ight-To-Left"
+msgstr "ডান-থেকে‌-বাম (~i)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetAnchorToPage\n"
+"Label\n"
+"value.text"
+msgid "Anchor: To P~age"
+msgstr "নোঙ্গর: পৃষ্ঠায় (~a)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetAnchorToPage\n"
+"ContextLabel\n"
+"value.text"
+msgid "To P~age"
+msgstr "পৃষ্ঠায় (~a)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetAnchorToCell\n"
+"Label\n"
+"value.text"
+msgid "Anchor: To ~Cell"
+msgstr "নোঙ্গর: ঘরে (~C)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetAnchorToCell\n"
+"ContextLabel\n"
+"value.text"
+msgid "To ~Cell"
+msgstr "ঘরে (~C)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SendMailDocAsMS\n"
+"Label\n"
+"value.text"
+msgid "E-mail as ~Microsoft Excel..."
+msgstr "Microsoft Excel হিসেবে ই-মেইল... (~M)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SendMailDocAsOOo\n"
+"Label\n"
+"value.text"
+msgid "E-mail as ~OpenDocument Spreadsheet..."
+msgstr "ওপেন-ডকুমেন্ট স্প্রেডশীট হিসেবে ই-মেইল... (~O)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ShareDocument\n"
+"Label\n"
+"value.text"
+msgid "S~hare Document..."
+msgstr "নথি শেয়ার... (~h)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ToggleSheetGrid\n"
+"Label\n"
+"value.text"
+msgid "Toggle Grid Lines for Current Sheet"
+msgstr "বর্তমান পাতার জন্য গ্রিড লাইন টগল করা হবে"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertFieldSheet\n"
+"Label\n"
+"value.text"
+msgid "Insert Sheet Name Field"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertFieldDocTitle\n"
+"Label\n"
+"value.text"
+msgid "Insert Document Title Field"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertFieldDateVariable\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Field (variable)"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:OpenFromCalc\n"
+"Label\n"
+"value.text"
+msgid "~Open..."
+msgstr "খুলুন... (~O)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:AuditMenu\n"
+"Label\n"
+"value.text"
+msgid "~Detective"
+msgstr "সনাক্তকারী (~D)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:InsertBreakMenu\n"
+"Label\n"
+"value.text"
+msgid "Page ~Break"
+msgstr "পৃষ্ঠা বিরতি (~B)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:DataMenu\n"
+"Label\n"
+"value.text"
+msgid "~Data"
+msgstr "ডাটা (~D)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:DelBreakMenu\n"
+"Label\n"
+"value.text"
+msgid "Delete Page ~Break"
+msgstr "পৃষ্ঠা বিরতি মুছে ফেলা হবে (~B)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:FillCellsMenu\n"
+"Label\n"
+"value.text"
+msgid "Fill"
+msgstr "ভরাট"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:CellContentsMenu\n"
+"Label\n"
+"value.text"
+msgid "Cell Co~ntents"
+msgstr "ঘরের বিষয়বস্তু (~n)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:NamesMenu\n"
+"Label\n"
+"value.text"
+msgid "~Names"
+msgstr "নাম (~N)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:DataPilotMenu\n"
+"Label\n"
+"value.text"
+msgid "~Pivot Table"
+msgstr "পিভট টেবিল (~P)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:EditSheetMenu\n"
+"Label\n"
+"value.text"
+msgid "~Sheet"
+msgstr "শীট (~S)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:FilterMenu\n"
+"Label\n"
+"value.text"
+msgid "~Filter"
+msgstr "পরিশোধক (~F)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:SendTo\n"
+"Label\n"
+"value.text"
+msgid "Sen~d"
+msgstr "প্রেরণ (~d)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:ProtectMenu\n"
+"Label\n"
+"value.text"
+msgid "~Protect Document"
+msgstr "নথি সুরক্ষিতকরণ (~P)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:GroupOutlineMenu\n"
+"Label\n"
+"value.text"
+msgid "~Group and Outline"
+msgstr "গ্রুপ ও রূপরেখা (~G)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:RowMenu\n"
+"Label\n"
+"value.text"
+msgid "~Row"
+msgstr "সারি (~R)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:ColumnMenu\n"
+"Label\n"
+"value.text"
+msgid "Colu~mn"
+msgstr "কলাম (~m)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:SheetMenu\n"
+"Label\n"
+"value.text"
+msgid "~Sheet"
+msgstr "শীট (~S)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:MergeCellsMenu\n"
+"Label\n"
+"value.text"
+msgid "M~erge Cells"
+msgstr "ঘর মিলিতকরণ (~e)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:PrintRangesMenu\n"
+"Label\n"
+"value.text"
+msgid "Pri~nt Ranges"
+msgstr "মুদ্রণ পরিসর (~n)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:DrawGraphicMenu\n"
+"Label\n"
+"value.text"
+msgid "Graph~ic"
+msgstr "গ্রাফিক (~i)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:ToggleFormula\n"
+"Label\n"
+"value.text"
+msgid "Show Formula"
+msgstr "সূত্র প্রদর্শন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:AssignMacro\n"
+"Label\n"
+"value.text"
+msgid "Assign Macro..."
+msgstr "ম্যাক্রো নির্ধারণ..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:MarkPrecedents\n"
+"Label\n"
+"value.text"
+msgid "Mark Precedents"
+msgstr "প্রিসিডেন্ট চিহ্নিত করা হবে"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:MarkDependents\n"
+"Label\n"
+"value.text"
+msgid "Mark Dependents"
+msgstr "নির্ভরতা চিহ্নিত করা হবে"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:InsertCurrentDate\n"
+"Label\n"
+"value.text"
+msgid "Insert Current Date"
+msgstr "বর্তমান তারিখ সংযোজন"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:InsertCurrentTime\n"
+"Label\n"
+"value.text"
+msgid "Insert Current Time"
+msgstr "বর্তমান সময় সংযোজন"
+
+#: DbRelationWindowState.xcu
+msgctxt ""
+"DbRelationWindowState.xcu\n"
+"..DbRelationWindowState.UIElements.States.private:resource/toolbar/toolbar\n"
+"UIName\n"
+"value.text"
+msgid "Standard"
+msgstr "আদর্শ"
+
+#: DbTableWindowState.xcu
+msgctxt ""
+"DbTableWindowState.xcu\n"
+"..DbTableWindowState.UIElements.States.private:resource/toolbar/toolbar\n"
+"UIName\n"
+"value.text"
+msgid "Standard"
+msgstr "আদর্শ"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:ChangeFont\n"
+"Label\n"
+"value.text"
+msgid "~Fonts..."
+msgstr "ফন্ট... (~F)"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:ChangeFontSize\n"
+"Label\n"
+"value.text"
+msgid "F~ont Size..."
+msgstr "ফন্টের আকার... (~o)"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:ChangeDistance\n"
+"Label\n"
+"value.text"
+msgid "~Spacing..."
+msgstr "ফাঁকাকরণ... (~S)"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:ChangeAlignment\n"
+"Label\n"
+"value.text"
+msgid "A~lignment..."
+msgstr "প্রান্তিককরণ... (~l)"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:RedrawAutomatic\n"
+"Label\n"
+"value.text"
+msgid "~AutoUpdate Display"
+msgstr "স্বয়ংক্রিয় হালনাগাদ প্রদর্শন (~A)"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:Symbols\n"
+"Label\n"
+"value.text"
+msgid "Symbols"
+msgstr "প্রতীক"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:Textmode\n"
+"Label\n"
+"value.text"
+msgid "~Text Mode"
+msgstr "লেখার মোড (~T)"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:ImportFormula\n"
+"Label\n"
+"value.text"
+msgid "~Import Formula..."
+msgstr "সূত্র ইমপোর্ট... (~I)"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:FitInWindow\n"
+"Label\n"
+"value.text"
+msgid "Fit To Window"
+msgstr "উইন্ডোর সাথে মানানসই"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:InsertConfigName\n"
+"Label\n"
+"value.text"
+msgid "Insert Text"
+msgstr "লেখা সন্নিবেশ"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:InsertCommand\n"
+"Label\n"
+"value.text"
+msgid "Insert Command"
+msgstr "কমান্ড সন্নিবেশ"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:ModifyStatus\n"
+"Label\n"
+"value.text"
+msgid "Modified"
+msgstr "পরিবর্তিত"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:TextStatus\n"
+"Label\n"
+"value.text"
+msgid "Text Status"
+msgstr "লেখার অবস্থা"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:NextError\n"
+"Label\n"
+"value.text"
+msgid "Ne~xt Error"
+msgstr "পরবর্তী ত্রুটি (~x)"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:PrevError\n"
+"Label\n"
+"value.text"
+msgid "Pr~evious Error"
+msgstr "পূর্ববর্তী ত্রুটি (~e)"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:NextMark\n"
+"Label\n"
+"value.text"
+msgid "~Next Marker"
+msgstr "পরবর্তী চিহ্নিতকারী (~N)"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:PrevMark\n"
+"Label\n"
+"value.text"
+msgid "Previous ~Marker"
+msgstr "পূর্ববর্তী চিহ্নিতকারী (~M)"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:SymbolCatalogue\n"
+"Label\n"
+"value.text"
+msgid "~Catalog..."
+msgstr "ক্যাটালগ... (~C)"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:Preferences\n"
+"Label\n"
+"value.text"
+msgid "Options"
+msgstr "অপশন"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:View50\n"
+"Label\n"
+"value.text"
+msgid "0.5"
+msgstr "০.৫"
+
+#: MathCommands.xcu
+#, fuzzy
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:View100\n"
+"Label\n"
+"value.text"
+msgid "Zoom 100%"
+msgstr "১০০% জুম"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:View200\n"
+"Label\n"
+"value.text"
+msgid "Zoom 200%"
+msgstr "২০০% জুম"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:ZoomIn\n"
+"Label\n"
+"value.text"
+msgid "Z~oom In"
+msgstr "বড় করা (~o)"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:ZoomOut\n"
+"Label\n"
+"value.text"
+msgid "Zoo~m Out"
+msgstr "ছোট করা (~m)"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:Draw\n"
+"Label\n"
+"value.text"
+msgid "U~pdate"
+msgstr "হালনাগাদ (~p)"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:Adjust\n"
+"Label\n"
+"value.text"
+msgid "Sho~w All"
+msgstr "সব প্রদর্শন (~w)"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:ToolBox\n"
+"Label\n"
+"value.text"
+msgid "Elements"
+msgstr "উপাদান"
+
+#: MathCommands.xcu
+msgctxt ""
+"MathCommands.xcu\n"
+"..MathCommands.UserInterface.Commands..uno:FormelCursor\n"
+"Label\n"
+"value.text"
+msgid "Formula Cursor"
+msgstr "সূত্রের কার্সার "
diff --git a/source/bn/scp2/source/accessories.po b/source/bn/scp2/source/accessories.po
index f97099ae45d..69eae305c0b 100644
--- a/source/bn/scp2/source/accessories.po
+++ b/source/bn/scp2/source/accessories.po
@@ -2016,3 +2016,2127 @@ msgctxt ""
"LngText.text"
msgid "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION এ জুলু সহায়তা ইনস্টল"
+
+#: module_templates_accessories.ulf
+msgctxt ""
+"module_templates_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_TI_ER\n"
+"LngText.text"
+msgid "Tigrinya"
+msgstr ""
+
+#: module_templates_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_templates_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_TI_ER\n"
+"LngText.text"
+msgid "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ দোগরী সহায়তা ইনস্টল"
+
+#: module_templates_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_templates_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_UZ\n"
+"LngText.text"
+msgid "Uzbek"
+msgstr "উজবেক"
+
+#: module_templates_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_templates_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_UZ\n"
+"LngText.text"
+msgid "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ উজবেক সহায়তা ইনস্টল"
+
+#: module_templates_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_templates_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_MN\n"
+"LngText.text"
+msgid "Mongolian"
+msgstr "মঙ্গোলিয়ান"
+
+#: module_templates_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_templates_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_MN\n"
+"LngText.text"
+msgid "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ মঙ্গোলিয়ান সহায়তা ইনস্টল"
+
+#: module_templates_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_templates_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_KK\n"
+"LngText.text"
+msgid "Kazakh"
+msgstr "কাজাখ"
+
+#: module_templates_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_templates_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_KK\n"
+"LngText.text"
+msgid "Installs Kazakh support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ কাজাখ সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_OPTIONAL_ACCESSORIES_SAMPLES\n"
+"LngText.text"
+msgid "Sample documents"
+msgstr "নমুনা নথি"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_OPTIONAL_ACCESSORIES_SAMPLES\n"
+"LngText.text"
+msgid "Sample documents are good for learning."
+msgstr "শেখার জন্য নমুনা নথি বেশ উপকারী।"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_OPTIONAL_ACCESSORIES_DOCUMENTATIONS\n"
+"LngText.text"
+msgid "Documentations"
+msgstr "ডকুমেন্টেশন"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_OPTIONAL_ACCESSORIES_DOCUMENTATIONS\n"
+"LngText.text"
+msgid "%PRODUCTNAME documentations."
+msgstr "%PRODUCTNAME ডকুমেন্টেশন।"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_OPTIONAL_ACCESSORIES_ADVERTISEMENT\n"
+"LngText.text"
+msgid "Advertisement"
+msgstr "বিজ্ঞাপন"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_OPTIONAL_ACCESSORIES_ADVERTISEMENT\n"
+"LngText.text"
+msgid "%PRODUCTNAME advertisement materials."
+msgstr "%PRODUCTNAME বিজ্ঞাপনের উপাদান।"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_EN_US\n"
+"LngText.text"
+msgid "English"
+msgstr "ইংরেজি"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_EN_US\n"
+"LngText.text"
+msgid "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ ইংরেজি সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_DE\n"
+"LngText.text"
+msgid "German"
+msgstr "জার্মান"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_DE\n"
+"LngText.text"
+msgid "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ জার্মান সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_FR\n"
+"LngText.text"
+msgid "French"
+msgstr "ফ্রেঞ্চ"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_FR\n"
+"LngText.text"
+msgid "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ ফ্রেঞ্চ সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_IT\n"
+"LngText.text"
+msgid "Italian"
+msgstr "ইটালিয়ান"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_IT\n"
+"LngText.text"
+msgid "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ ইটালিয়ান সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_ES\n"
+"LngText.text"
+msgid "Spanish"
+msgstr "স্প্যানিশ"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_ES\n"
+"LngText.text"
+msgid "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ স্প্যানিশ সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_SV\n"
+"LngText.text"
+msgid "Swedish"
+msgstr "সুইডিশ"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_SV\n"
+"LngText.text"
+msgid "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ সুইডিশ সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_PT\n"
+"LngText.text"
+msgid "Portuguese"
+msgstr "পর্তুগীজ"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_PT\n"
+"LngText.text"
+msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ পর্তুগীজ ভাষার সুবিধা ইনস্টল করে"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_PT_BR\n"
+"LngText.text"
+msgid "Portuguese (Brazil)"
+msgstr "পর্তুগীজ (ব্রাজিল)"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_PT_BR\n"
+"LngText.text"
+msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ পর্তুগীজ ভাষার সুবিধা ইনস্টল করে"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_JA\n"
+"LngText.text"
+msgid "Japanese"
+msgstr "জাপানী"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_JA\n"
+"LngText.text"
+msgid "Installs Japanese support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ জাপানী সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_KO\n"
+"LngText.text"
+msgid "Korean"
+msgstr "কোরিয়ান"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_KO\n"
+"LngText.text"
+msgid "Installs Korean support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ কোরিয়ান সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_ZH_CN\n"
+"LngText.text"
+msgid "Chinese (simplified)"
+msgstr "চীনা (সরলীকৃত)"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_ZH_CN\n"
+"LngText.text"
+msgid "Installs Chinese (simplified) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ চাইনিজ (সরলকৃত) সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_ZH_TW\n"
+"LngText.text"
+msgid "Chinese (traditional)"
+msgstr "চীনা (সনাতন)"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_ZH_TW\n"
+"LngText.text"
+msgid "Installs Chinese (traditional) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ চাইনিজ (সনাতন) সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_NL\n"
+"LngText.text"
+msgid "Dutch"
+msgstr "ডাচডাচ"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_NL\n"
+"LngText.text"
+msgid "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ ডাচ সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_HU\n"
+"LngText.text"
+msgid "Hungarian"
+msgstr "হাঙ্গেরীয়"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_HU\n"
+"LngText.text"
+msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ হাঙ্গেরিয় সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_PL\n"
+"LngText.text"
+msgid "Polish"
+msgstr "পোলিশ"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_PL\n"
+"LngText.text"
+msgid "Installs Polish support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ পোলিশ সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_RU\n"
+"LngText.text"
+msgid "Russian"
+msgstr "রাশিয়ান"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_RU\n"
+"LngText.text"
+msgid "Installs Russian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ রাশীয় সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_TR\n"
+"LngText.text"
+msgid "Turkish"
+msgstr "তুর্কি"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_TR\n"
+"LngText.text"
+msgid "Installs Turkish support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ তুর্কি সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_EL\n"
+"LngText.text"
+msgid "Greek"
+msgstr "গ্রীক"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_EL\n"
+"LngText.text"
+msgid "Installs Greek support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ গ্রিক সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_TH\n"
+"LngText.text"
+msgid "Thai"
+msgstr "থাই"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_TH\n"
+"LngText.text"
+msgid "Installs Thai support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ থাই সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_CS\n"
+"LngText.text"
+msgid "Czech"
+msgstr "চেক"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_CS\n"
+"LngText.text"
+msgid "Installs Czech support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ চেক সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_SK\n"
+"LngText.text"
+msgid "Slovak"
+msgstr "স্লোভাক"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_SK\n"
+"LngText.text"
+msgid "Installs Slovak support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ স্লোভাক সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_HR\n"
+"LngText.text"
+msgid "Croatian"
+msgstr "ক্রোয়েশিয়ান"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_HR\n"
+"LngText.text"
+msgid "Installs Croatian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ ক্রোয়েশিয়ান সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_ET\n"
+"LngText.text"
+msgid "Estonian"
+msgstr "ইস্তোনিয়া"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_ET\n"
+"LngText.text"
+msgid "Installs Estonian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ এস্তোনীয় সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_VI\n"
+"LngText.text"
+msgid "Vietnamese"
+msgstr "ভিয়েতনামী"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_VI\n"
+"LngText.text"
+msgid "Installs Vietnamese support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ ভিয়েতনামী সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_BG\n"
+"LngText.text"
+msgid "Bulgarian"
+msgstr "বুলগেরীয়"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_BG\n"
+"LngText.text"
+msgid "Installs Bulgarian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ বুলগেরীয় সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_KM\n"
+"LngText.text"
+msgid "Khmer"
+msgstr "খেমার"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_KM\n"
+"LngText.text"
+msgid "Installs Khmer support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ খেমার সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_PA_IN\n"
+"LngText.text"
+msgid "Punjabi"
+msgstr "পাঞ্জাবী"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_PA_IN\n"
+"LngText.text"
+msgid "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ পাঞ্জাবি সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_GU_IN\n"
+"LngText.text"
+msgid "Gujarati"
+msgstr "গুজরাটি"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_GU_IN\n"
+"LngText.text"
+msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ ফারসী সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_TA\n"
+"LngText.text"
+msgid "Tamil"
+msgstr "তামিল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_TA\n"
+"LngText.text"
+msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ তাজিক সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_TA_IN\n"
+"LngText.text"
+msgid "Tamil"
+msgstr "তামিল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_TA_IN\n"
+"LngText.text"
+msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ তাজিক সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_HI\n"
+"LngText.text"
+msgid "Hindi"
+msgstr "হিন্দি"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_HI\n"
+"LngText.text"
+msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ সিন্ধি সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_HI_IN\n"
+"LngText.text"
+msgid "Hindi"
+msgstr "হিন্দি"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_HI_IN\n"
+"LngText.text"
+msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ সিন্ধি সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_ST\n"
+"LngText.text"
+msgid "Southern Sotho (Sutu)"
+msgstr "দক্ষিণস্থ সোথো (সুতো)"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_ST\n"
+"LngText.text"
+msgid "Installs Southern Sotho (Sutu) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ দক্ষিণী সোথো (সুতু) সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_TN\n"
+"LngText.text"
+msgid "Tswana"
+msgstr "সোয়ানা"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_TN\n"
+"LngText.text"
+msgid "Installs Tswana support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ সোয়ানা সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_XH\n"
+"LngText.text"
+msgid "Xhosa"
+msgstr "জোসা"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_XH\n"
+"LngText.text"
+msgid "Installs Xhosa support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ জোসা সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_ZU\n"
+"LngText.text"
+msgid "Zulu"
+msgstr "জুলু"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_ZU\n"
+"LngText.text"
+msgid "Installs Zulu support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ জুলু সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_AF\n"
+"LngText.text"
+msgid "Afrikaans"
+msgstr "আফ্রিকান"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_AF\n"
+"LngText.text"
+msgid "Installs Afrikaans support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ আফ্রিকান সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_SW\n"
+"LngText.text"
+msgid "Swahili"
+msgstr "সোয়াহিলি"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_SW\n"
+"LngText.text"
+msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ সোয়াজী সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_SW_TZ\n"
+"LngText.text"
+msgid "Swahili"
+msgstr "সোয়াহিলি"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_SW_TZ\n"
+"LngText.text"
+msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ সোয়াজী সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_LO\n"
+"LngText.text"
+msgid "Lao"
+msgstr "লাও"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_LO\n"
+"LngText.text"
+msgid "Installs Lao support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ লাও সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_MY\n"
+"LngText.text"
+msgid "Burmese"
+msgstr "বার্মিজ"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_MY\n"
+"LngText.text"
+msgid "Installs Burmese (Myanmar) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ বার্মিজ (মিয়ানমার) সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_NSO\n"
+"LngText.text"
+msgid "Northern Sotho"
+msgstr "উত্তর সোথো"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_NSO\n"
+"LngText.text"
+msgid "Installs Northern Sotho support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ উত্তর সোথো সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_BN\n"
+"LngText.text"
+msgid "Bengali"
+msgstr "বাংলা"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_BN\n"
+"LngText.text"
+msgid "Installs Bengali support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ নেপালি সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_BN_BD\n"
+"LngText.text"
+msgid "Bengali (Bangladesh)"
+msgstr "বাংলা (বাংলাদেশ)"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_BN_BD\n"
+"LngText.text"
+msgid "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr ""
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_BN_IN\n"
+"LngText.text"
+msgid "Bengali (India)"
+msgstr "বাংলা (ভারত)"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_BN_IN\n"
+"LngText.text"
+msgid "Installs Bengali (India) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ গালিসিয়ান সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_OR\n"
+"LngText.text"
+msgid "Oriya"
+msgstr "ওরিয়া"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_OR\n"
+"LngText.text"
+msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ আইরিশ সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_OR_IN\n"
+"LngText.text"
+msgid "Oriya"
+msgstr "ওরিয়া"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_OR_IN\n"
+"LngText.text"
+msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ আইরিশ সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_MR\n"
+"LngText.text"
+msgid "Marathi"
+msgstr "মারাঠি"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_MR\n"
+"LngText.text"
+msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ ফারসী সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_MR_IN\n"
+"LngText.text"
+msgid "Marathi"
+msgstr "মারাঠি"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_MR_IN\n"
+"LngText.text"
+msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ ফারসী সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_NE\n"
+"LngText.text"
+msgid "Nepali"
+msgstr "নেপালি"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_NE\n"
+"LngText.text"
+msgid "Installs Nepali support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ নেপালি সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_AR\n"
+"LngText.text"
+msgid "Arabic"
+msgstr "এরাবিক"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_AR\n"
+"LngText.text"
+msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ থাই সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_AR_SA\n"
+"LngText.text"
+msgid "Arabic"
+msgstr "এরাবিক"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_AR_SA\n"
+"LngText.text"
+msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ থাই সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_CA\n"
+"LngText.text"
+msgid "Catalan"
+msgstr "কাটালান"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_CA\n"
+"LngText.text"
+msgid "Installs Catalan support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ ক্যাটালান সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_DA\n"
+"LngText.text"
+msgid "Danish"
+msgstr "ড্যানিশ"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_DA\n"
+"LngText.text"
+msgid "Installs Danish support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ ড্যানিশ ভাষা সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_FI\n"
+"LngText.text"
+msgid "Finnish"
+msgstr "ফিনিশ"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_FI\n"
+"LngText.text"
+msgid "Installs Finnish support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ ফিনিশ সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_HE\n"
+"LngText.text"
+msgid "Hebrew"
+msgstr "হিব্রু"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_HE\n"
+"LngText.text"
+msgid "Installs Hebrew support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ হিব্রু সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_IS\n"
+"LngText.text"
+msgid "Icelandic"
+msgstr "আইসল্যান্ডীয়"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_IS\n"
+"LngText.text"
+msgid "Installs Icelandic support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ আইসল্যান্ডীয় সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_NB\n"
+"LngText.text"
+msgid "Norwegian (Bokmal)"
+msgstr "নরওয়েজিয়ান (বুকমল)"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_NB\n"
+"LngText.text"
+msgid "Installs Norwegian (Bokmal) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ নরওয়েজীয় (বোকমাল) সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_NN\n"
+"LngText.text"
+msgid "Norwegian (Nynorsk)"
+msgstr "নরওয়েজিয়ান (নিনর্স্ক)"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_NN\n"
+"LngText.text"
+msgid "Installs Norwegian (Nynorsk) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ নরওয়েজীয় (নাইনোকস্করস) সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_RM\n"
+"LngText.text"
+msgid "Rhaeto-Romance"
+msgstr "রাহেতো-রোমান্স"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_RM\n"
+"LngText.text"
+msgid "Installs Rhaeto-Romance support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr ""
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_RO\n"
+"LngText.text"
+msgid "Romanian"
+msgstr "রোমানীয়"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_RO\n"
+"LngText.text"
+msgid "Installs Romanian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ রোমানীয় সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_SQ\n"
+"LngText.text"
+msgid "Albanian"
+msgstr "আলবেনীয়"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_SQ\n"
+"LngText.text"
+msgid "Installs Albanian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ আলবেনিয় সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_UR\n"
+"LngText.text"
+msgid "Urdu"
+msgstr ""
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_UR\n"
+"LngText.text"
+msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ জুলু সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_ID\n"
+"LngText.text"
+msgid "Indonesian"
+msgstr "ইন্দোনেশীয়"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_ID\n"
+"LngText.text"
+msgid "Installs Indonesian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ ইন্দোনেশীয় সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_UK\n"
+"LngText.text"
+msgid "Ukrainian"
+msgstr "ইউক্রেনীয়"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_UK\n"
+"LngText.text"
+msgid "Installs Ukrainian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ ইউক্রেনীয় সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_BE\n"
+"LngText.text"
+msgid "Belarusian"
+msgstr "বেলারাশিয়ান"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_BE\n"
+"LngText.text"
+msgid "Installs Belarusian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ বেলারুশীয় সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_SL\n"
+"LngText.text"
+msgid "Slovenian"
+msgstr "স্লোভেনীয়"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_SL\n"
+"LngText.text"
+msgid "Installs Slovenian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ স্লোভেনিয়ান সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_LV\n"
+"LngText.text"
+msgid "Latvian"
+msgstr "লাতভিয়"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_LV\n"
+"LngText.text"
+msgid "Installs Latvian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ লাতভীয় সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_LT\n"
+"LngText.text"
+msgid "Lithuanian"
+msgstr "লিথুনীয়"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_LT\n"
+"LngText.text"
+msgid "Installs Lithuanian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ লিথুয়ানীয় সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_HY\n"
+"LngText.text"
+msgid "Armenian"
+msgstr ""
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_HY\n"
+"LngText.text"
+msgid "Installs Armenian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ রোমানীয় সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_EU\n"
+"LngText.text"
+msgid "Basque"
+msgstr "বাস্ক"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_EU\n"
+"LngText.text"
+msgid "Installs Basque support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ বাস্ক সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_MK\n"
+"LngText.text"
+msgid "Macedonian"
+msgstr "মেসেডোনীয়"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_MK\n"
+"LngText.text"
+msgid "Installs Macedonian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ মেসেডোনীয় সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_MT\n"
+"LngText.text"
+msgid "Maltese"
+msgstr "মাল্টানীজ"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_MT\n"
+"LngText.text"
+msgid "Installs Maltese support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ জাপানী সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_CY\n"
+"LngText.text"
+msgid "Welsh"
+msgstr "ওয়েলশ"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_CY\n"
+"LngText.text"
+msgid "Installs Welsh support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ ওয়েলশ সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_GL\n"
+"LngText.text"
+msgid "Galician"
+msgstr "গালিসিয়ান"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_GL\n"
+"LngText.text"
+msgid "Installs Galician support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ গালিসিয়ান সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_SH_YU\n"
+"LngText.text"
+msgid "Serbian (Latin)"
+msgstr "সার্বীয় (ল্যাটিন)"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_SH_YU\n"
+"LngText.text"
+msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ সান্তালি সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_SH\n"
+"LngText.text"
+msgid "Serbian (Latin)"
+msgstr "সার্বীয় (ল্যাটিন)"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_SH\n"
+"LngText.text"
+msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ সান্তালি সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_GA\n"
+"LngText.text"
+msgid "Irish"
+msgstr "আইরিশ"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_GA\n"
+"LngText.text"
+msgid "Installs Irish support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ আইরিশ সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_SR_CS\n"
+"LngText.text"
+msgid "Serbian (Cyrillic)"
+msgstr "সার্বীয় (সিরিলিক)"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_SR_CS\n"
+"LngText.text"
+msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr ""
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_SR\n"
+"LngText.text"
+msgid "Serbian (Cyrillic)"
+msgstr "সার্বীয় (সিরিলিক)"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_SR\n"
+"LngText.text"
+msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr ""
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_BS\n"
+"LngText.text"
+msgid "Bosnian"
+msgstr "বসনীয়"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_BS\n"
+"LngText.text"
+msgid "Installs Bosnian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ বসনিয়া সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_AS_IN\n"
+"LngText.text"
+msgid "Assamese"
+msgstr "আসামীয়"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_AS_IN\n"
+"LngText.text"
+msgid "Installs Assamese support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ জাপানী সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_RW\n"
+"LngText.text"
+msgid "Kinyarwanda"
+msgstr "কিনইয়ারওয়ান্ডা"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_RW\n"
+"LngText.text"
+msgid "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ কিনইয়ারওয়ান্ডা সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_SA\n"
+"LngText.text"
+msgid "Sanskrit"
+msgstr "সংস্কৃত"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_SA\n"
+"LngText.text"
+msgid "Installs Sanskrit support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ সান্তালি সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_FA\n"
+"LngText.text"
+msgid "Farsi"
+msgstr "ফার্সি"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_FA\n"
+"LngText.text"
+msgid "Installs Farsi support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ ফারসী সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_FO\n"
+"LngText.text"
+msgid "Faroese"
+msgstr "ফ্যারজ"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_FO\n"
+"LngText.text"
+msgid "Installs Faroese support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ ফারসী সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_SB\n"
+"LngText.text"
+msgid "Sorbian"
+msgstr "সার্বীয়"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_SB\n"
+"LngText.text"
+msgid "Installs Sorbian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ কোরিয়ান সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_TT\n"
+"LngText.text"
+msgid "Tatar"
+msgstr "তাতার"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_TT\n"
+"LngText.text"
+msgid "Installs Tatar support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ টাটার সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_TS\n"
+"LngText.text"
+msgid "Tsonga"
+msgstr "তুংগা"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_TS\n"
+"LngText.text"
+msgid "Installs Tsonga support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ টংগা সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_YI\n"
+"LngText.text"
+msgid "Yiddish"
+msgstr ""
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_YI\n"
+"LngText.text"
+msgid "Installs Yiddish support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ সুইডিশ সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_BR\n"
+"LngText.text"
+msgid "Breton"
+msgstr "ব্রেটন"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_BR\n"
+"LngText.text"
+msgid "Installs Breton support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ ব্রেটন সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_NR\n"
+"LngText.text"
+msgid "Ndebele South"
+msgstr "এন্ডিবিলি দক্ষিণ"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_NR\n"
+"LngText.text"
+msgid "Installs Ndebele South support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ ড্যাবেল সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_SS\n"
+"LngText.text"
+msgid "Swazi"
+msgstr "সোয়াজি"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_SS\n"
+"LngText.text"
+msgid "Installs Swazi support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ সোয়াজী সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_VE\n"
+"LngText.text"
+msgid "Venda"
+msgstr "ভেনদা"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_VE\n"
+"LngText.text"
+msgid "Installs Venda support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ ভেনদা সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_KN\n"
+"LngText.text"
+msgid "Kannada"
+msgstr "কান্নাডা"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_KN\n"
+"LngText.text"
+msgid "Installs Kannada support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ কান্নাড়া সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_MS\n"
+"LngText.text"
+msgid "Malay (Malaysian)"
+msgstr "মালয় (মালয়েশিয়া)"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_MS\n"
+"LngText.text"
+msgid "Installs Malay (Malaysian) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ ক্যাটালান (ভ্যালেনসীয়ান) সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_TG\n"
+"LngText.text"
+msgid "Tajik"
+msgstr "তাজিক"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_TG\n"
+"LngText.text"
+msgid "Installs Tajik support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ তাজিক সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_KU\n"
+"LngText.text"
+msgid "Kurdish"
+msgstr "কুর্দী"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_KU\n"
+"LngText.text"
+msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ কুর্দী সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_DZ\n"
+"LngText.text"
+msgid "Dzongkha"
+msgstr "ঝোঙ্খা"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_DZ\n"
+"LngText.text"
+msgid "Installs Dzongkha support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ ঝোঙ্খা সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_KA\n"
+"LngText.text"
+msgid "Georgian"
+msgstr "জর্জীয়"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_KA\n"
+"LngText.text"
+msgid "Installs Georgian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ জর্জীয় সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_EO\n"
+"LngText.text"
+msgid "Esperanto"
+msgstr "এসপারান্তো"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_EO\n"
+"LngText.text"
+msgid "Installs Esperanto support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ এসপারান্তো সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_GU\n"
+"LngText.text"
+msgid "Gujarati"
+msgstr "গুজরাটি"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_GU\n"
+"LngText.text"
+msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ ফারসী সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_EN_ZA\n"
+"LngText.text"
+msgid "English (South Africa)"
+msgstr "ইংরেজী (দক্ষিণ আফ্রিকা)"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_EN_ZA\n"
+"LngText.text"
+msgid "Installs English (South Africa) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ ইংরেজি (দক্ষিণ আফ্রিকা) সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_EN_GB\n"
+"LngText.text"
+msgid "English (United Kingdom)"
+msgstr "ইংরেজি (যুক্ত রাজ্য)"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_EN_GB\n"
+"LngText.text"
+msgid "Installs English (United Kingdom) support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ ইংরেজি (যুক্তরাজ্য) সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_UR_IN\n"
+"LngText.text"
+msgid "Urdu"
+msgstr ""
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_UR_IN\n"
+"LngText.text"
+msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ জুলু সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_ML_IN\n"
+"LngText.text"
+msgid "Malayalam"
+msgstr "মালয়"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_ML_IN\n"
+"LngText.text"
+msgid "Installs Malayalam support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ ক্যাটালান সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_TE_IN\n"
+"LngText.text"
+msgid "Telugu"
+msgstr "তেলেগু"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_TE_IN\n"
+"LngText.text"
+msgid "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ জুলু সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_TI_ER\n"
+"LngText.text"
+msgid "Tigrinya"
+msgstr ""
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_TI_ER\n"
+"LngText.text"
+msgid "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ দোগরী সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_UZ\n"
+"LngText.text"
+msgid "Uzbek"
+msgstr "উজবেক"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_UZ\n"
+"LngText.text"
+msgid "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ উজবেক সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_MN\n"
+"LngText.text"
+msgid "Mongolian"
+msgstr "মঙ্গোলিয়ান"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_MN\n"
+"LngText.text"
+msgid "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ মঙ্গোলিয়ান সহায়তা ইনস্টল"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_NAME_MODULE_LANGPACK_KK\n"
+"LngText.text"
+msgid "Kazakh"
+msgstr "কাজাখ"
+
+#: module_samples_accessories.ulf
+#, fuzzy
+msgctxt ""
+"module_samples_accessories.ulf\n"
+"STR_DESC_MODULE_LANGPACK_KK\n"
+"LngText.text"
+msgid "Installs Kazakh support in %PRODUCTNAME %PRODUCTVERSION"
+msgstr "%PRODUCTNAME %PRODUCTVERSION এ কাজাখ সহায়তা ইনস্টল"
+
+#: module_gallery_accessories.ulf
+msgctxt ""
+"module_gallery_accessories.ulf\n"
+"STR_NAME_MODULE_OPTIONAL_ACCESSORIES_GALLERY\n"
+"LngText.text"
+msgid "Additional Gallery Themes"
+msgstr "অতিরিক্ত গ্যালারি থীম"
+
+#: module_gallery_accessories.ulf
+msgctxt ""
+"module_gallery_accessories.ulf\n"
+"STR_DESC_MODULE_OPTIONAL_ACCESSORIES_GALLERY\n"
+"LngText.text"
+msgid "The %PRODUCTNAME Gallery contains more than 3400 elements in various themes."
+msgstr "%PRODUCTNAME গ্যালারিতে রয়েছে বিভিন্ন থীমের উপর তিন হাজার চারশরও বেশী উপাদান।"
diff --git a/source/bn/sd/source/ui/app.po b/source/bn/sd/source/ui/app.po
index 5e5011042a0..e26392e6b8d 100644
--- a/source/bn/sd/source/ui/app.po
+++ b/source/bn/sd/source/ui/app.po
@@ -4214,3 +4214,78 @@ msgctxt ""
"#define.text"
msgid "Graphics Styles"
msgstr "গ্রাফিক্স শৈলী"
+
+#: res_bmp.src
+msgctxt ""
+"res_bmp.src\n"
+"SfxStyleFamiliesRes2\n"
+"#define.text"
+msgid "Presentation Styles"
+msgstr "উপস্থাপনা শৈলী"
+
+#: res_bmp.src
+#, fuzzy
+msgctxt ""
+"res_bmp.src\n"
+"STR_STYLE_FILTER_USED\n"
+"string.text"
+msgid "Applied Styles"
+msgstr "প্রয়োগকৃত শৈলী"
+
+#: res_bmp.src
+#, fuzzy
+msgctxt ""
+"res_bmp.src\n"
+"STR_STYLE_FILTER_USERDEF\n"
+"string.text"
+msgid "Custom Styles"
+msgstr "স্বনির্ধারিত শৈলী"
+
+#: res_bmp.src
+#, fuzzy
+msgctxt ""
+"res_bmp.src\n"
+"STR_STYLE_FILTER_ALL\n"
+"string.text"
+msgid "All Styles"
+msgstr "ঘরের শৈলী"
+
+#: res_bmp.src
+#, fuzzy
+msgctxt ""
+"res_bmp.src\n"
+"DLG_STYLE_DESIGNER.RID_GRAPHICSTYLEFAMILY\n"
+"1\n"
+"filterlist.text"
+msgid "All Styles"
+msgstr "ঘরের শৈলী"
+
+#: res_bmp.src
+#, fuzzy
+msgctxt ""
+"res_bmp.src\n"
+"DLG_STYLE_DESIGNER.RID_GRAPHICSTYLEFAMILY\n"
+"2\n"
+"filterlist.text"
+msgid "Applied Styles"
+msgstr "প্রয়োগকৃত শৈলী"
+
+#: res_bmp.src
+#, fuzzy
+msgctxt ""
+"res_bmp.src\n"
+"DLG_STYLE_DESIGNER.RID_GRAPHICSTYLEFAMILY\n"
+"3\n"
+"filterlist.text"
+msgid "Custom Styles"
+msgstr "স্বনির্ধারিত শৈলী"
+
+#: res_bmp.src
+#, fuzzy
+msgctxt ""
+"res_bmp.src\n"
+"DLG_STYLE_DESIGNER.RID_PRESENTATIONSTYLEFAMILY\n"
+"1\n"
+"filterlist.text"
+msgid "All Styles"
+msgstr "ঘরের শৈলী"
diff --git a/source/bn/svx/source/dialog.po b/source/bn/svx/source/dialog.po
index e4456cf3184..1127760a7bb 100644
--- a/source/bn/svx/source/dialog.po
+++ b/source/bn/svx/source/dialog.po
@@ -4412,3 +4412,3141 @@ msgctxt ""
"string.text"
msgid "CJK Miscellaneous"
msgstr "CJK বিবিধ"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_ENCLOSED_CJK_LETTERS\n"
+"string.text"
+msgid "Enclosed CJK Letters And Months"
+msgstr "সংগ্রথিত CJK বর্ণ ও মাসসমূহ"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_CJK_COMPATIBILITY\n"
+"string.text"
+msgid "CJK Compatibility"
+msgstr "CJK উপযুক্ততা"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL\n"
+"string.text"
+msgid "Hangul"
+msgstr "হাঙ্গুল"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_CJK_UNIFIED_IDGRAPH\n"
+"string.text"
+msgid "CJK Unified Ideographs"
+msgstr "CJK ইউনিফাইড ইডিওগ্রাফ"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_CJK_EXT_A_UNIFIED_IDGRAPH\n"
+"string.text"
+msgid "CJK Unified Ideographs Extension-A"
+msgstr "CJK ইউনিফাইড ইডিওগ্রাফ বর্ধিতাংশ-A"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_PRIVATE_USE_AREA\n"
+"string.text"
+msgid "Private Use Area"
+msgstr "একান্ত ব্যবহারের এলাকা"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_CJK_COMPAT_IDGRAPHS\n"
+"string.text"
+msgid "CJK Compatibility Ideographs"
+msgstr "CJK উপযুক্ততা ইডিওগ্রাফ"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_ALPHA_PRESENTATION\n"
+"string.text"
+msgid "Alphabetic Presentation Forms"
+msgstr "বর্ণানুক্রমিক উপস্থাপনা ফরম"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_ARABIC_PRESENT_A\n"
+"string.text"
+msgid "Arabic Presentation Forms-A"
+msgstr "আরবি উপস্থাপনা ফরম-এ"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_COMBINING_HALF_MARKS\n"
+"string.text"
+msgid "Combining Half Marks"
+msgstr "অর্ধ চিহ্নসমূহ একত্রিত করা হচ্ছে"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_CJK_COMPAT_FORMS\n"
+"string.text"
+msgid "CJK Compatibility Forms"
+msgstr "CJK উপযুক্ততা ফরম"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_SMALL_FORM_VARIANTS\n"
+"string.text"
+msgid "Small Form Variants"
+msgstr "ছোট প্রকারভেদ"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_ARABIC_PRESENT_B\n"
+"string.text"
+msgid "Arabic Presentation Forms-B"
+msgstr "আরবি উপস্থাপনা ফরম-বি"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HALFW_FULLW_FORMS\n"
+"string.text"
+msgid "Half-width and Full-width Forms"
+msgstr "অর্ধ-প্রস্থ ও পূর্ণ-প্রস্থ ফরম"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_SPECIALS\n"
+"string.text"
+msgid "Specials"
+msgstr "বিশেষ"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL_GA\n"
+"string.text"
+msgid "Hangul Ga"
+msgstr "হাঙ্গুল গা"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL_NA\n"
+"string.text"
+msgid "Hangul Na"
+msgstr "হাঙ্গুল না"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL_DA\n"
+"string.text"
+msgid "Hangul Da"
+msgstr "হাঙ্গুল ডা"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL_RA\n"
+"string.text"
+msgid "Hangul Ra"
+msgstr "হাঙ্গুল রা"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL_MA\n"
+"string.text"
+msgid "Hangul Ma"
+msgstr "হাঙ্গুল মা"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL_BA\n"
+"string.text"
+msgid "Hangul Ba"
+msgstr "হাঙ্গুল বা"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL_SA\n"
+"string.text"
+msgid "Hangul Sa"
+msgstr "হাঙ্গুল সা"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL_AH\n"
+"string.text"
+msgid "Hangul Ah"
+msgstr "হাঙ্গুল আহ"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL_JA\n"
+"string.text"
+msgid "Hangul Ja"
+msgstr "হাঙ্গুল জা"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL_CHA\n"
+"string.text"
+msgid "Hangul Cha"
+msgstr "হাঙ্গুল ছা"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL_KA\n"
+"string.text"
+msgid "Hangul Ka"
+msgstr "হাঙ্গুল কা"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL_TA\n"
+"string.text"
+msgid "Hangul Ta"
+msgstr "হাঙ্গুল তা"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL_PA\n"
+"string.text"
+msgid "Hangul Pa"
+msgstr "হাঙ্গুল পা"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANGUL_HA\n"
+"string.text"
+msgid "Hangul Ha"
+msgstr "হাঙ্গুল হা"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_YI\n"
+"string.text"
+msgid "Yi"
+msgstr "Yi"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_SINHALA\n"
+"string.text"
+msgid "Sinhala"
+msgstr "সিনহালা"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_TIBETAN\n"
+"string.text"
+msgid "Tibetan"
+msgstr "তিব্বতীয়"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_MYANMAR\n"
+"string.text"
+msgid "Myanmar"
+msgstr "মায়ানমার"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_KHMER\n"
+"string.text"
+msgid "Khmer"
+msgstr "খেমার"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_OGHAM\n"
+"string.text"
+msgid "Ogham"
+msgstr "ওগাম"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_RUNIC\n"
+"string.text"
+msgid "Runic"
+msgstr "রুনিক"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_SYRIAC\n"
+"string.text"
+msgid "Syriac"
+msgstr "সিরিয়াক"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_THAANA\n"
+"string.text"
+msgid "Thaana"
+msgstr "থানা"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_ETHIOPIC\n"
+"string.text"
+msgid "Ethiopic"
+msgstr "ইথিওপিক"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_CHEROKEE\n"
+"string.text"
+msgid "Cherokee"
+msgstr "চেরোকী"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_CANADIAN_ABORIGINAL\n"
+"string.text"
+msgid "Canadan Aboriginal Syllables"
+msgstr "কানাডিয়ান আদিবাসী সিলেবেল"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_MONGOLIAN\n"
+"string.text"
+msgid "Mongolian"
+msgstr "মঙ্গোলিয়ান"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_MISC_MATH_SYMS_A\n"
+"string.text"
+msgid "Miscellaneous Mathematical Symbols-A"
+msgstr "বিবিধ গাণিতিক চিহ্ন-এ"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_SUPPL_ARROWS_A\n"
+"string.text"
+msgid "Supplemental Arrows-A"
+msgstr "অতিরিক্ত তীরচিহ্ন-এ"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_BRAILLE_PATTERNS\n"
+"string.text"
+msgid "Braille Patterns"
+msgstr "ব্রেইল চিহ্নসমূহ"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_SUPPL_ARROWS_B\n"
+"string.text"
+msgid "Supplemental Arrows-B"
+msgstr "অতিরিক্ত তীরচিহ্ন-বি"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_MISC_MATH_SYMS_B\n"
+"string.text"
+msgid "Miscellaneous Mathematical Symbols-B"
+msgstr "বিবিধ গাণিতিক চিহ্ন-বি"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_CJK_RADICAL_SUPPL\n"
+"string.text"
+msgid "CJK Radical Supplement"
+msgstr "CJK রেডিকেল সাপ্লিমেন্ট"
+
+#: ucsubset.src
+#, fuzzy
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_KANGXI_RADICALS\n"
+"string.text"
+msgid "Kangxi Radicals"
+msgstr "Kanxi রেডিকেল"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_IDEO_DESC_CHARS\n"
+"string.text"
+msgid "Ideographic Description Characters"
+msgstr "চিত্রলিপি বর্ণনার অক্ষরসমূহ"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_TAGALOG\n"
+"string.text"
+msgid "Tagalog"
+msgstr "ট্যাগালগ"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_HANUNOO\n"
+"string.text"
+msgid "Hanunoo"
+msgstr "হানুনু"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_TAGBANWA\n"
+"string.text"
+msgid "Tagbanwa"
+msgstr "টাগবানওয়া"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_BUHID\n"
+"string.text"
+msgid "Buhid"
+msgstr "বুহিড"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_KANBUN\n"
+"string.text"
+msgid "Kanbun"
+msgstr "কানবুন"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_BOPOMOFO_EXTENDED\n"
+"string.text"
+msgid "Bopomofo Extended"
+msgstr "বোপোমোফো বর্ধিত"
+
+#: ucsubset.src
+msgctxt ""
+"ucsubset.src\n"
+"RID_SUBSETMAP\n"
+"RID_SUBSETSTR_KATAKANA_PHONETIC\n"
+"string.text"
+msgid "Katakana Phonetics"
+msgstr "কাটাকানা ফনেটিক্স"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"GRP_DRAWGRID\n"
+"fixedline.text"
+msgid "Grid"
+msgstr "গ্রিড"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"CBX_USE_GRIDSNAP\n"
+"checkbox.text"
+msgid "Sn~ap to grid"
+msgstr "গ্রিডে স্ন্যাপ (~a)"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"CBX_GRID_VISIBLE\n"
+"checkbox.text"
+msgid "V~isible grid"
+msgstr "দৃশ্যমান গ্রিড (~i)"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"FL_RESOLUTION\n"
+"fixedline.text"
+msgid "Resolution"
+msgstr "রেজল্যুশন"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"FT_DRAW_X\n"
+"fixedtext.text"
+msgid "H~orizontal"
+msgstr "অনুভূমিক (~o)"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"FT_DRAW_Y\n"
+"fixedtext.text"
+msgid "~Vertical"
+msgstr "উল্লম্ব (~V)"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"FL_DIVISION\n"
+"fixedline.text"
+msgid "Subdivision"
+msgstr "সাবডিভিশন"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"FT_DIVISION_X\n"
+"fixedtext.text"
+msgid "Horizont~al"
+msgstr "অনুভূমিক (~a)"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"FT_DIVISION_Y\n"
+"fixedtext.text"
+msgid "V~ertical"
+msgstr "উল্লম্ব (~e)"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"FT_HORZ_POINTS\n"
+"fixedtext.text"
+msgid "space(s)"
+msgstr "ফাঁকাস্থান"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"CBX_SYNCHRONIZE\n"
+"checkbox.text"
+msgid "Synchronize a~xes"
+msgstr "অক্ষ সিনক্রোনাইজ (~x)"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"GRP_SNAP\n"
+"fixedline.text"
+msgid "Snap"
+msgstr "স্ন্যাপ"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"CBX_SNAP_HELPLINES\n"
+"checkbox.text"
+msgid "To snap lines"
+msgstr "স্ন্যাপ লাইনে"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"CBX_SNAP_BORDER\n"
+"checkbox.text"
+msgid "To the ~page margins"
+msgstr "পৃষ্ঠার মার্জিনে (~p)"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"CBX_SNAP_FRAME\n"
+"checkbox.text"
+msgid "To object ~frame"
+msgstr "অবজেক্ট ফ্রেমে (~f)"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"CBX_SNAP_POINTS\n"
+"checkbox.text"
+msgid "To obje~ct points"
+msgstr "অবজেক্ট পয়েন্টে (~c)"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"FT_SNAP_AREA\n"
+"fixedtext.text"
+msgid "~Snap range"
+msgstr "স্ন্যাপ পরিসীমা (~S)"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"MTR_FLD_SNAP_AREA\n"
+"metricfield.text"
+msgid " Pixels"
+msgstr "পিক্সেল"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"GRP_ORTHO\n"
+"fixedline.text"
+msgid "Snap position"
+msgstr "স্ন্যাপের অবস্থান"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"CBX_ORTHO\n"
+"checkbox.text"
+msgid "~When creating or moving objects"
+msgstr "অবজেক্ট তৈরি বা সরানোর সময় (~W)"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"CBX_BIGORTHO\n"
+"checkbox.text"
+msgid "~Extend edges"
+msgstr "প্রান্ত বর্ধিত করা হবে (~E)"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"CBX_ROTATE\n"
+"checkbox.text"
+msgid "When ro~tating"
+msgstr "আবর্তন করার সময় (~t)"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"MTR_FLD_ANGLE\n"
+"metricfield.text"
+msgid " degrees"
+msgstr "ডিগ্রী"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"FT_BEZ_ANGLE\n"
+"fixedtext.text"
+msgid "Point reducti~on"
+msgstr "পয়েন্ট হ্রাস (~o)"
+
+#: optgrid.src
+msgctxt ""
+"optgrid.src\n"
+"RID_SVXPAGE_GRID\n"
+"MTR_FLD_BEZ_ANGLE\n"
+"metricfield.text"
+msgid " degrees"
+msgstr "ডিগ্রী"
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"FL_IMAGE_DETAILS\n"
+"fixedline.text"
+msgid "Image Details"
+msgstr ""
+
+#: compressgraphicdialog.src
+#, fuzzy
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"FT_CG_2_X\n"
+"fixedtext.text"
+msgid "Original Size:"
+msgstr "মূল আকার"
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"FT_CG_3_X\n"
+"fixedtext.text"
+msgid "View Size:"
+msgstr ""
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"FT_CG_5_X\n"
+"fixedtext.text"
+msgid "Image Capacity:"
+msgstr ""
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"FT_CG_6_X\n"
+"fixedtext.text"
+msgid "New Capacity:"
+msgstr ""
+
+#: compressgraphicdialog.src
+#, fuzzy
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"FL_SETTINGS\n"
+"fixedline.text"
+msgid "Settings"
+msgstr "জাল"
+
+#: compressgraphicdialog.src
+#, fuzzy
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"CB_REDUCE_IMAGE_RESOLUTION\n"
+"checkbox.text"
+msgid "Reduce Image Resolution"
+msgstr "চিত্রের রেজল্যুশন হ্রাস করা হবে (~i)"
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"FT_NEW_WIDTH\n"
+"fixedtext.text"
+msgid "Width:"
+msgstr "প্রস্থ:"
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"FT_NEW_HEIGHT\n"
+"fixedtext.text"
+msgid "Height:"
+msgstr "উচ্চতা:"
+
+#: compressgraphicdialog.src
+#, fuzzy
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"FT_RESOLUTION\n"
+"fixedtext.text"
+msgid "Resolution:"
+msgstr "রেজল্যুশন"
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS.LB_RESOLUTION\n"
+"1\n"
+"stringlist.text"
+msgid "75"
+msgstr ""
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS.LB_RESOLUTION\n"
+"2\n"
+"stringlist.text"
+msgid "96"
+msgstr ""
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS.LB_RESOLUTION\n"
+"3\n"
+"stringlist.text"
+msgid "150"
+msgstr ""
+
+#: compressgraphicdialog.src
+#, fuzzy
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS.LB_RESOLUTION\n"
+"4\n"
+"stringlist.text"
+msgid "200"
+msgstr "২০০%"
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS.LB_RESOLUTION\n"
+"5\n"
+"stringlist.text"
+msgid "300"
+msgstr ""
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS.LB_RESOLUTION\n"
+"6\n"
+"stringlist.text"
+msgid "600"
+msgstr ""
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"FT_DPI\n"
+"fixedtext.text"
+msgid "DPI"
+msgstr ""
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"RB_LOSSLESS_COMPRESSION\n"
+"radiobutton.text"
+msgid "~Lossless compression"
+msgstr ""
+
+#: compressgraphicdialog.src
+#, fuzzy
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"FT_COMPRESSION\n"
+"fixedtext.text"
+msgid "Compression:"
+msgstr "কম্প্রেশন"
+
+#: compressgraphicdialog.src
+#, fuzzy
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"RB_JPEG_COMPRESSION\n"
+"radiobutton.text"
+msgid "~JPEG compression"
+msgstr "কোন কম্প্রেশন নয় (~N)"
+
+#: compressgraphicdialog.src
+#, fuzzy
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"FT_QUALITY\n"
+"fixedtext.text"
+msgid "Quality:"
+msgstr "গুণমান (~Q)"
+
+#: compressgraphicdialog.src
+#, fuzzy
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"CB_CROP\n"
+"checkbox.text"
+msgid "Crop"
+msgstr "ফলাফল"
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"BUTTON_CG_CALCULATE\n"
+"pushbutton.text"
+msgid "Calculate"
+msgstr "নির্ণয়"
+
+#: compressgraphicdialog.src
+msgctxt ""
+"compressgraphicdialog.src\n"
+"RID_SVXDLG_COMPRESSGRAPHICS\n"
+"modaldialog.text"
+msgid "Compress Graphics"
+msgstr ""
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXMN_RULER\n"
+"ID_MM\n"
+"menuitem.text"
+msgid "Millimeter"
+msgstr "মিলিমিটার"
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXMN_RULER\n"
+"ID_CM\n"
+"menuitem.text"
+msgid "Centimeter"
+msgstr "সেন্টিমিটার"
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXMN_RULER\n"
+"ID_M\n"
+"menuitem.text"
+msgid "Meter"
+msgstr "মিটার"
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXMN_RULER\n"
+"ID_KM\n"
+"menuitem.text"
+msgid "Kilometer"
+msgstr "কিলোমিটার"
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXMN_RULER\n"
+"ID_INCH\n"
+"menuitem.text"
+msgid "Inch"
+msgstr "ইঞ্চি"
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXMN_RULER\n"
+"ID_FOOT\n"
+"menuitem.text"
+msgid "Foot"
+msgstr "ফুট"
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXMN_RULER\n"
+"ID_MILE\n"
+"menuitem.text"
+msgid "Miles"
+msgstr "মাইল"
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXMN_RULER\n"
+"ID_POINT\n"
+"menuitem.text"
+msgid "Point"
+msgstr "পয়েন্ট"
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXMN_RULER\n"
+"ID_PICA\n"
+"menuitem.text"
+msgid "Pica"
+msgstr "পাইকা"
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXMN_RULER\n"
+"ID_CHAR\n"
+"menuitem.text"
+msgid "Char"
+msgstr "অক্ষর"
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXMN_RULER\n"
+"ID_LINE\n"
+"menuitem.text"
+msgid "Line"
+msgstr "লাইন"
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXSTR_RULER_TAB_LEFT\n"
+"string.text"
+msgid "Left"
+msgstr "বাম"
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXSTR_RULER_TAB_RIGHT\n"
+"string.text"
+msgid "Right"
+msgstr "ডান"
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXSTR_RULER_TAB_DECIMAL\n"
+"string.text"
+msgid "Decimal"
+msgstr "দশমিক"
+
+#: ruler.src
+msgctxt ""
+"ruler.src\n"
+"RID_SVXSTR_RULER_TAB_CENTER\n"
+"string.text"
+msgid "Center"
+msgstr "কেন্দ্র"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_MS_1252\n"
+"pairedlist.text"
+msgid "Western Europe (Windows-1252/WinLatin 1)"
+msgstr "পশ্চিম ইউরোপ (Windows-1252/WinLatin 1) "
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_APPLE_ROMAN\n"
+"pairedlist.text"
+msgid "Western Europe (Apple Macintosh)"
+msgstr "পশ্চিম ইউরোপ (Apple Macintosh)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_850\n"
+"pairedlist.text"
+msgid "Western Europe (DOS/OS2-850/International)"
+msgstr "পশ্চিম ইউরোপ (DOS/OS2-850/আন্তর্জাতিক)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_437\n"
+"pairedlist.text"
+msgid "Western Europe (DOS/OS2-437/US)"
+msgstr "পশ্চিম ইউরোপ (DOS/OS2-437/US)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_860\n"
+"pairedlist.text"
+msgid "Western Europe (DOS/OS2-860/Portuguese)"
+msgstr "পশ্চিম ইউরোপ (DOS/OS2-860/পর্তুগীজ)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_861\n"
+"pairedlist.text"
+msgid "Western Europe (DOS/OS2-861/Icelandic)"
+msgstr "পশ্চিম ইউরোপ (DOS/OS2-861/আইসল্যান্ডিয়)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_863\n"
+"pairedlist.text"
+msgid "Western Europe (DOS/OS2-863/French (Can.))"
+msgstr "পশ্চিম ইউরোপ (DOS/OS2-863/ফ্রেঞ্চ (কানাডা))"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_865\n"
+"pairedlist.text"
+msgid "Western Europe (DOS/OS2-865/Nordic)"
+msgstr "পশ্চিম ইউরোপ (DOS/OS2-865/নর্ডিক)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ASCII_US\n"
+"pairedlist.text"
+msgid "Western Europe (ASCII/US)"
+msgstr "পশ্চিম ইউরোপ (ASCII/US)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_8859_1\n"
+"pairedlist.text"
+msgid "Western Europe (ISO-8859-1)"
+msgstr "পশ্চিম ইউরোপ (ISO-8859-1)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_8859_2\n"
+"pairedlist.text"
+msgid "Eastern Europe (ISO-8859-2)"
+msgstr "পূর্ব ইউরোপ (ISO-8859-2)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_8859_3\n"
+"pairedlist.text"
+msgid "Latin 3 (ISO-8859-3)"
+msgstr "ল্যাটিন ৩ (ISO-8859-3)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_8859_4\n"
+"pairedlist.text"
+msgid "Baltic (ISO-8859-4)"
+msgstr "ব্যাল্টিক (ISO-8859-4)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_8859_5\n"
+"pairedlist.text"
+msgid "Cyrillic (ISO-8859-5)"
+msgstr "সিরিলিক (ISO-8859-5)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_8859_6\n"
+"pairedlist.text"
+msgid "Arabic (ISO-8859-6)"
+msgstr "এরাবিক (ISO-8859-6)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_8859_7\n"
+"pairedlist.text"
+msgid "Greek (ISO-8859-7)"
+msgstr "গ্রীক (ISO-8859-7)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_8859_8\n"
+"pairedlist.text"
+msgid "Hebrew (ISO-8859-8)"
+msgstr "হিব্রু (ISO-8859-8)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_8859_9\n"
+"pairedlist.text"
+msgid "Turkish (ISO-8859-9)"
+msgstr "তুর্কি (ISO-8859-9)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_8859_14\n"
+"pairedlist.text"
+msgid "Western Europe (ISO-8859-14)"
+msgstr "পশ্চিম ইউরোপ (ISO-8859-14)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_8859_15\n"
+"pairedlist.text"
+msgid "Western Europe (ISO-8859-15/EURO)"
+msgstr "পশ্চিম ইউরোপ (ISO-8859-15/EURO)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_737\n"
+"pairedlist.text"
+msgid "Greek (DOS/OS2-737)"
+msgstr "গ্রীক (DOS/OS2-737)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_775\n"
+"pairedlist.text"
+msgid "Baltic (DOS/OS2-775)"
+msgstr "বলটিক (DOS/OS2-775)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_852\n"
+"pairedlist.text"
+msgid "Eastern Europe (DOS/OS2-852)"
+msgstr "পূর্ব ইউরোপ (DOS/OS2-852)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_855\n"
+"pairedlist.text"
+msgid "Cyrillic (DOS/OS2-855)"
+msgstr "সিরিলিক (DOS/OS2-855)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_857\n"
+"pairedlist.text"
+msgid "Turkish (DOS/OS2-857)"
+msgstr "তুর্কি (DOS/OS2-857)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_862\n"
+"pairedlist.text"
+msgid "Hebrew (DOS/OS2-862)"
+msgstr "হিব্রু (DOS/OS2-862)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_864\n"
+"pairedlist.text"
+msgid "Arabic (DOS/OS2-864)"
+msgstr "এরাবিক (DOS/OS2-864)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_866\n"
+"pairedlist.text"
+msgid "Cyrillic (DOS/OS2-866/Russian)"
+msgstr "সিরিলিক (DOS/OS2-866/রুশ)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_IBM_869\n"
+"pairedlist.text"
+msgid "Greek (DOS/OS2-869/Modern)"
+msgstr "গ্রীক (DOS/OS2-869/আধুনিক)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_MS_1250\n"
+"pairedlist.text"
+msgid "Eastern Europe (Windows-1250/WinLatin 2)"
+msgstr "পূর্ব ইউরোপ (Windows-1250/WinLatin ২)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_MS_1251\n"
+"pairedlist.text"
+msgid "Cyrillic (Windows-1251)"
+msgstr "সিরিলিক (Windows-1251)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_MS_1253\n"
+"pairedlist.text"
+msgid "Greek (Windows-1253)"
+msgstr "গ্রীক (Windows-1253)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_MS_1254\n"
+"pairedlist.text"
+msgid "Turkish (Windows-1254)"
+msgstr "তুর্কি (Windows-1254)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_MS_1255\n"
+"pairedlist.text"
+msgid "Hebrew (Windows-1255)"
+msgstr "হিব্রু (Windows-1255)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_MS_1256\n"
+"pairedlist.text"
+msgid "Arabic (Windows-1256)"
+msgstr "এরাবিক (Windows-1256)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_MS_1257\n"
+"pairedlist.text"
+msgid "Baltic (Windows-1257)"
+msgstr "বালটিক (Windows-1257)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_APPLE_CENTEURO\n"
+"pairedlist.text"
+msgid "Eastern Europe (Apple Macintosh)"
+msgstr "পূর্ব ইউরোপ (Apple Macintosh)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_APPLE_CROATIAN\n"
+"pairedlist.text"
+msgid "Eastern Europe (Apple Macintosh/Croatian)"
+msgstr "পূর্ব ইউরোপ (Apple Macintosh/ক্রোয়েশিয়)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_APPLE_CYRILLIC\n"
+"pairedlist.text"
+msgid "Cyrillic (Apple Macintosh)"
+msgstr "সিরিলিক (Apple Macintosh)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_APPLE_GREEK\n"
+"pairedlist.text"
+msgid "Greek (Apple Macintosh)"
+msgstr "গ্রীক (Apple Macintosh)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_APPLE_ICELAND\n"
+"pairedlist.text"
+msgid "Western Europe (Apple Macintosh/Icelandic)"
+msgstr "পশ্চিম ইউরোপ (Apple Macintosh/আইসল্যান্ডিক)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_APPLE_ROMANIAN\n"
+"pairedlist.text"
+msgid "Eastern Europe (Apple Macintosh/Rumanian)"
+msgstr "পূর্ব ইউরোপ (Apple Macintosh/রোমানিয়ান)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_APPLE_TURKISH\n"
+"pairedlist.text"
+msgid "Turkish (Apple Macintosh)"
+msgstr "তুর্কি (Apple Macintosh)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_APPLE_UKRAINIAN\n"
+"pairedlist.text"
+msgid "Cyrillic (Apple Macintosh/Ukrainian)"
+msgstr "সিরিলিক (Apple Macintosh/ইউক্রেনিয়ান)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_APPLE_CHINSIMP\n"
+"pairedlist.text"
+msgid "Chinese simplified (Apple Macintosh)"
+msgstr "চীনা সরলকৃত (Apple Macintosh)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_APPLE_CHINTRAD\n"
+"pairedlist.text"
+msgid "Chinese traditional (Apple Macintosh)"
+msgstr "চীনা প্রচলিত (Apple Macintosh)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_APPLE_JAPANESE\n"
+"pairedlist.text"
+msgid "Japanese (Apple Macintosh)"
+msgstr "জাপানী (Apple Macintosh)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_APPLE_KOREAN\n"
+"pairedlist.text"
+msgid "Korean (Apple Macintosh)"
+msgstr "কোরিয় (Apple Macintosh)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_MS_932\n"
+"pairedlist.text"
+msgid "Japanese (Windows-932)"
+msgstr "জাপানী (Windows-932)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_MS_936\n"
+"pairedlist.text"
+msgid "Chinese simplified (Windows-936)"
+msgstr "চীনা সরলকৃত (Windows-936)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_MS_949\n"
+"pairedlist.text"
+msgid "Korean (Windows-949)"
+msgstr "কোরিয় (Windows-949)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_MS_950\n"
+"pairedlist.text"
+msgid "Chinese traditional (Windows-950)"
+msgstr "চীনা প্রচলিত (Windows-950)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_SHIFT_JIS\n"
+"pairedlist.text"
+msgid "Japanese (Shift-JIS)"
+msgstr "জাপান (Shift-JIS)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_GB_2312\n"
+"pairedlist.text"
+msgid "Chinese simplified (GB-2312)"
+msgstr "চীনা সরলকৃত (GB-2312)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_GB_18030\n"
+"pairedlist.text"
+msgid "Chinese simplified (GB-18030)"
+msgstr "চীনা সরলকৃত (GB-18030)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_GBT_12345\n"
+"pairedlist.text"
+msgid "Chinese traditional (GBT-12345)"
+msgstr "চীনা প্রচলিত (GBT-12345) "
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_GBK\n"
+"pairedlist.text"
+msgid "Chinese simplified (GBK/GB-2312-80)"
+msgstr "চীনা সরলকৃত (GBK/GB-2312-80)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_BIG5\n"
+"pairedlist.text"
+msgid "Chinese traditional (Big5)"
+msgstr "চীনা প্রচলিত (Big5) "
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_BIG5_HKSCS\n"
+"pairedlist.text"
+msgid "Chinese traditional (BIG5-HKSCS)"
+msgstr "চীনা প্রচলিত (BIG5-HKSCS) "
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_EUC_JP\n"
+"pairedlist.text"
+msgid "Japanese (EUC-JP)"
+msgstr "জাপানী (EUC-JP)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_EUC_CN\n"
+"pairedlist.text"
+msgid "Chinese simplified (EUC-CN)"
+msgstr "চীনা সরলকৃত (EUC-CN)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_EUC_TW\n"
+"pairedlist.text"
+msgid "Chinese traditional (EUC-TW)"
+msgstr "চীনা প্রচলিত (EUC-TW)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_2022_JP\n"
+"pairedlist.text"
+msgid "Japanese (ISO-2022-JP)"
+msgstr "জাপানী (ISO-2022-JP)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_2022_CN\n"
+"pairedlist.text"
+msgid "Chinese simplified (ISO-2022-CN)"
+msgstr "চীনা সরলকৃত (ISO-2022-CN)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_KOI8_R\n"
+"pairedlist.text"
+msgid "Cyrillic (KOI8-R)"
+msgstr "সিরিলিক (KOI8-R)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_UTF7\n"
+"pairedlist.text"
+msgid "Unicode (UTF-7)"
+msgstr "ইউনিকোড (UTF-7)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_UTF8\n"
+"pairedlist.text"
+msgid "Unicode (UTF-8)"
+msgstr "ইউনিকোড (UTF-8)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_8859_10\n"
+"pairedlist.text"
+msgid "Eastern Europe (ISO-8859-10)"
+msgstr "ইষ্টার্ণ ইউরোপ (ISO-8859-10)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_8859_13\n"
+"pairedlist.text"
+msgid "Eastern Europe (ISO-8859-13)"
+msgstr "ইষ্টার্ণ ইউরোপ (ISO-8859-13)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_EUC_KR\n"
+"pairedlist.text"
+msgid "Korean (EUC-KR)"
+msgstr "কোরিয় (EUC-KR)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_ISO_2022_KR\n"
+"pairedlist.text"
+msgid "Korean (ISO-2022-KR)"
+msgstr "কোরিয় (ISO-2022-KR)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_MS_1361\n"
+"pairedlist.text"
+msgid "Korean (Windows-Johab-1361)"
+msgstr "কোরিয় (Windows-Johab-1361)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_UCS2\n"
+"pairedlist.text"
+msgid "Unicode"
+msgstr "ইউনিকোড"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_TIS_620\n"
+"pairedlist.text"
+msgid "Thai (ISO-8859-11/TIS-620)"
+msgstr "থাই (ISO-8859-11/TIS-620)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_MS_874\n"
+"pairedlist.text"
+msgid "Thai (Windows-874)"
+msgstr "থাই (Windows-874)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_KOI8_U\n"
+"pairedlist.text"
+msgid "Cyrillic (KOI8-U)"
+msgstr "সিরিলিক (KOI8-U)"
+
+#: txenctab.src
+msgctxt ""
+"txenctab.src\n"
+"RID_SVXSTR_TEXTENCODING_TABLE\n"
+"RTL_TEXTENCODING_PT154\n"
+"pairedlist.text"
+msgid "Cyrillic (PT154)"
+msgstr "সিরিলিক (PT154)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXSTR_SEARCH_STYLES\n"
+"string.text"
+msgid "Including Styles"
+msgstr "শৈলী অন্তর্ভুক্ত করা হচ্ছে"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXSTR_SEARCH\n"
+"string.text"
+msgid "(Search)"
+msgstr "(অনুসন্ধান)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXSTR_REPLACE\n"
+"string.text"
+msgid "(Replace)"
+msgstr "(প্রতিস্থাপন)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"FT_SEARCH\n"
+"fixedtext.text"
+msgid "~Search for"
+msgstr "খুঁজুন (~S)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"FT_REPLACE\n"
+"fixedtext.text"
+msgid "Re~place with"
+msgstr "এর দ্বারা প্রতিস্থাপন (~p)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"BTN_SEARCH\n"
+"pushbutton.text"
+msgid "~Find"
+msgstr "অনুসন্ধান"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"BTN_SEARCH_ALL\n"
+"pushbutton.text"
+msgid "Find ~All"
+msgstr "সব অনুসন্ধান (~A)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"BTN_REPLACE\n"
+"pushbutton.text"
+msgid "~Replace"
+msgstr "প্রতিস্থাপন (~R)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"BTN_REPLACE_ALL\n"
+"pushbutton.text"
+msgid "Replace A~ll"
+msgstr "সব প্রতিস্থাপন (~l)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"CB_MATCH_CASE\n"
+"checkbox.text"
+msgid "Ma~tch case"
+msgstr "অক্ষরের ছাঁদ মিলানো হবে (~t)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"CB_WHOLE_WORDS\n"
+"checkbox.text"
+msgid "Whole wor~ds only"
+msgstr "শুধুমাত্র সম্পূর্ণ শব্দসমূহ (~d)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"BTN_CLOSE\n"
+"cancelbutton.text"
+msgid "~Close"
+msgstr "বন্ধ (~C)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"CB_SELECTIONS\n"
+"checkbox.text"
+msgid "C~urrent selection only"
+msgstr "শুধুমাত্র বর্তমানে নির্বাচিত অংশ (~u)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"CB_BACKWARDS\n"
+"checkbox.text"
+msgid "Bac~kwards"
+msgstr "পশ্চাৎগামী (~k)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"CB_REGEXP\n"
+"checkbox.text"
+msgid "Regular e~xpressions"
+msgstr "রেগুলার এক্সপ্রেশন (~x)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"CB_SIMILARITY\n"
+"checkbox.text"
+msgid "S~imilarity search"
+msgstr "অনুরূপ অনুসন্ধান (~i) "
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"CB_LAYOUTS\n"
+"checkbox.text"
+msgid "Search for St~yles"
+msgstr "শৈলী অনুসন্ধান (~y)"
+
+#: srchdlg.src
+#, fuzzy
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"CB_COMMENTS\n"
+"checkbox.text"
+msgid "Comments"
+msgstr "মন্তব্য"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"CB_JAP_MATCH_FULL_HALF_WIDTH\n"
+"checkbox.text"
+msgid "Match character width"
+msgstr "অক্ষরের প্রস্থ মিলান হবে"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"CB_JAP_SOUNDS_LIKE\n"
+"checkbox.text"
+msgid "Sounds like (Japanese)"
+msgstr "শব্দের ধরন (জাপানী)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"BTN_ATTRIBUTE\n"
+"pushbutton.text"
+msgid "Attri~butes..."
+msgstr "বৈশিষ্ট্য... (~b)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"BTN_FORMAT\n"
+"pushbutton.text"
+msgid "For~mat..."
+msgstr "বিন্যাস... (~m)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"BTN_NOFORMAT\n"
+"pushbutton.text"
+msgid "~No Format"
+msgstr "বিন্যাস নেই (~N)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"FT_CALC_SEARCHIN\n"
+"fixedtext.text"
+msgid "Search i~n"
+msgstr "অনুসন্ধান করুন (~n)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH.LB_CALC_SEARCHIN\n"
+"1\n"
+"stringlist.text"
+msgid "Formulas"
+msgstr "সূত্র"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH.LB_CALC_SEARCHIN\n"
+"2\n"
+"stringlist.text"
+msgid "Values"
+msgstr "মান"
+
+#: srchdlg.src
+#, fuzzy
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH.LB_CALC_SEARCHIN\n"
+"3\n"
+"stringlist.text"
+msgid "Notes"
+msgstr "নোট"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"FT_CALC_SEARCHDIR\n"
+"fixedtext.text"
+msgid "Search ~direction"
+msgstr "অনুসন্ধান নির্দেশনা (~d)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"RB_CALC_ROWS\n"
+"radiobutton.text"
+msgid "Ro~ws"
+msgstr "সারি (~w)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"RB_CALC_COLUMNS\n"
+"radiobutton.text"
+msgid "Colu~mns"
+msgstr "কলাম (~m)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"CB_ALL_SHEETS\n"
+"checkbox.text"
+msgid "Search in all sheets"
+msgstr "সব শীটে অনুসন্ধান"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"STR_WORDCALC\n"
+"string.text"
+msgid "~Entire cells"
+msgstr "সম্পূর্ণ ঘর (~E)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"STR_MORE_BTN\n"
+"string.text"
+msgid "More ~Options"
+msgstr "আরও অপশন (~O)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"STR_LESS_BTN\n"
+"string.text"
+msgid "Fewer ~Options"
+msgstr "কম অপশন (~O)"
+
+#: srchdlg.src
+msgctxt ""
+"srchdlg.src\n"
+"RID_SVXDLG_SEARCH\n"
+"modelessdialog.text"
+msgid "Find & Replace"
+msgstr "অনুসন্ধান ও প্রতিস্থাপন"
+
+#: prtqry.src
+msgctxt ""
+"prtqry.src\n"
+"RID_SVXSTR_QRY_PRINT_TITLE\n"
+"string.text"
+msgid "Printing selection"
+msgstr "নির্বাচিত অংশ মুদ্রণ"
+
+#: prtqry.src
+msgctxt ""
+"prtqry.src\n"
+"RID_SVXSTR_QRY_PRINT_MSG\n"
+"string.text"
+msgid "Do you want to print the selection or the entire document?"
+msgstr "আপনি কি শুধু নির্বাচিত অংশ মুদ্রণ করতে চান নাকি সম্পূর্ণ নথি?"
+
+#: prtqry.src
+msgctxt ""
+"prtqry.src\n"
+"RID_SVXSTR_QRY_PRINT_ALL\n"
+"string.text"
+msgid "~All"
+msgstr "সব (~A)"
+
+#: prtqry.src
+msgctxt ""
+"prtqry.src\n"
+"RID_SVXSTR_QRY_PRINT_SELECTION\n"
+"string.text"
+msgid "~Selection"
+msgstr "নির্বাচন (~S)"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"_TEXT_FT_LMARGIN\n"
+"#define.text"
+msgid "~Left margin"
+msgstr "বাম মার্জিন (~L)"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"_TEXT_FT_RMARGIN\n"
+"#define.text"
+msgid "R~ight margin"
+msgstr "ডান মার্জিন (~i)"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_HEADER\n"
+"CB_TURNON\n"
+"checkbox.text"
+msgid "Hea~der on"
+msgstr "শিরোনাম সক্রিয় (~d)"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_HEADER\n"
+"CB_SHARED\n"
+"checkbox.text"
+msgid "Same ~content left/right"
+msgstr "বামে/ডানে একই বিষয়বস্তু (~c)"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_HEADER\n"
+"CB_SHARED_FIRST\n"
+"checkbox.text"
+msgid "Same content on first page"
+msgstr ""
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_HEADER\n"
+"FT_DIST\n"
+"fixedtext.text"
+msgid "~Spacing"
+msgstr "ফাঁকাকরণ (~S)"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_HEADER\n"
+"CB_DYNSPACING\n"
+"checkbox.text"
+msgid "Use d~ynamic spacing"
+msgstr "ডাইনামিক ফাঁকাকরণ ব্যবহার করা হবে (~y)"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_HEADER\n"
+"FT_HEIGHT\n"
+"fixedtext.text"
+msgid "~Height"
+msgstr "উচ্চতা (~H)"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_HEADER\n"
+"CB_HEIGHT_DYN\n"
+"checkbox.text"
+msgid "~AutoFit height"
+msgstr "উচ্চতা স্বয়ংক্রিয়ভাবে-মানানসই (~A)"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_HEADER\n"
+"FL_FRAME\n"
+"fixedline.text"
+msgid "Header"
+msgstr "শিরোনাম"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_HEADER\n"
+"BTN_EXTRAS\n"
+"pushbutton.text"
+msgid "~More..."
+msgstr "আরও... (~M)"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_HEADER\n"
+"tabpage.text"
+msgid "Header"
+msgstr "শীর্ষচরণ"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_FOOTER\n"
+"CB_TURNON\n"
+"checkbox.text"
+msgid "~Footer on"
+msgstr "পাদচরণ সক্রিয় (~F)"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_FOOTER\n"
+"CB_SHARED\n"
+"checkbox.text"
+msgid "Same ~content left/right"
+msgstr "বামে/ডানে একই বিষয়বস্তু (~c)"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_FOOTER\n"
+"CB_SHARED_FIRST\n"
+"checkbox.text"
+msgid "Same content on first page"
+msgstr ""
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_FOOTER\n"
+"FT_DIST\n"
+"fixedtext.text"
+msgid "~Spacing"
+msgstr "ফাঁকাকরণ (~S)"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_FOOTER\n"
+"CB_DYNSPACING\n"
+"checkbox.text"
+msgid "Use d~ynamic spacing"
+msgstr "ডাইনামিক ফাঁকাকরণ ব্যবহার করুন (~y)"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_FOOTER\n"
+"FT_HEIGHT\n"
+"fixedtext.text"
+msgid "~Height"
+msgstr "উচ্চতা (~H)"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_FOOTER\n"
+"CB_HEIGHT_DYN\n"
+"checkbox.text"
+msgid "~AutoFit height"
+msgstr "উচ্চতা স্বয়ংক্রিয়ভাবে-মানানসই (~A)"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_FOOTER\n"
+"FL_FRAME\n"
+"fixedline.text"
+msgid "Footer"
+msgstr "পাদচরণ"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_FOOTER\n"
+"BTN_EXTRAS\n"
+"pushbutton.text"
+msgid "~More..."
+msgstr "আরও... (~M)"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXPAGE_FOOTER\n"
+"tabpage.text"
+msgid "Footer"
+msgstr "পাদচরণ"
+
+#: hdft.src
+msgctxt ""
+"hdft.src\n"
+"RID_SVXQBX_DELETE_HEADFOOT\n"
+"querybox.text"
+msgid ""
+"Removing headers or footers deletes the contents.\n"
+"Do you want to delete this text?"
+msgstr ""
+"শীর্ষচরণ বা পাদচরণ অপসারণ করলে বিষয়বস্তু মুছে যাবে।\n"
+"আপনি কি এই লেখাটি মুছে ফেলতে চান?"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_APPLY\n"
+"toolboxitem.text"
+msgid "Apply"
+msgstr "প্রয়োগ"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_OPEN\n"
+"toolboxitem.text"
+msgid "Open..."
+msgstr "খুলুন..."
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_SAVEAS\n"
+"toolboxitem.text"
+msgid "Save..."
+msgstr "সংরক্ষণ..."
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_SELECT\n"
+"toolboxitem.text"
+msgid "Select"
+msgstr "নির্বাচন"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_RECT\n"
+"toolboxitem.text"
+msgid "Rectangle"
+msgstr "আয়তক্ষেত্র"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_CIRCLE\n"
+"toolboxitem.text"
+msgid "Ellipse"
+msgstr "উপবৃত্ত"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_POLY\n"
+"toolboxitem.text"
+msgid "Polygon"
+msgstr "বহুভুজ"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_FREEPOLY\n"
+"toolboxitem.text"
+msgid "Freeform Polygon"
+msgstr "মুক্ত-আকৃতির বহুভুজ"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_POLYEDIT\n"
+"toolboxitem.text"
+msgid "Edit Points"
+msgstr "বিন্দু সম্পাদনা"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_POLYMOVE\n"
+"toolboxitem.text"
+msgid "Move Points"
+msgstr "বিন্দু সরানো"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_POLYINSERT\n"
+"toolboxitem.text"
+msgid "Insert Points"
+msgstr "বিন্দু সন্নিবেশ"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_POLYDELETE\n"
+"toolboxitem.text"
+msgid "Delete Points"
+msgstr "বিন্দু অপসারণ"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_UNDO\n"
+"toolboxitem.text"
+msgid "Undo "
+msgstr "পূর্বাবস্থা"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_REDO\n"
+"toolboxitem.text"
+msgid "Redo"
+msgstr "পুনরায় করুন"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_ACTIVE\n"
+"toolboxitem.text"
+msgid "Active"
+msgstr "সক্রিয়"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_MACRO\n"
+"toolboxitem.text"
+msgid "Macro..."
+msgstr "ম্যাক্রো..."
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP.TBX_IMAPDLG1\n"
+"TBI_PROPERTY\n"
+"toolboxitem.text"
+msgid "Properties..."
+msgstr "বৈশিষ্ট্য..."
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP\n"
+"FT_URL\n"
+"fixedtext.text"
+msgid "Address:"
+msgstr "ঠিকানা:"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP\n"
+"FT_TEXT\n"
+"fixedtext.text"
+msgid "Text:"
+msgstr "লেখা:"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP\n"
+"RID_SVXCTL_FT_TARGET\n"
+"fixedtext.text"
+msgid "Frame:"
+msgstr "ফ্রেম:"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXDLG_IMAP\n"
+"modelessdialog.text"
+msgid "ImageMap Editor"
+msgstr "ImageMap সম্পাদক"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXMN_IMAP\n"
+"MN_URL\n"
+"menuitem.text"
+msgid "Description..."
+msgstr "বর্ণনা..."
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXMN_IMAP\n"
+"MN_MACRO\n"
+"menuitem.text"
+msgid "~Macro..."
+msgstr "ম্যাক্রো... (~M)"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXMN_IMAP\n"
+"MN_ACTIVATE\n"
+"menuitem.text"
+msgid "Active"
+msgstr "সক্রিয়"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXMN_IMAP.MN_POSITION\n"
+"MN_FRAME_TO_TOP\n"
+"menuitem.text"
+msgid "Bring to Front"
+msgstr "সবার সামনে আনা"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXMN_IMAP.MN_POSITION\n"
+"MN_MOREFRONT\n"
+"menuitem.text"
+msgid "Bring ~Forward"
+msgstr "একধাপ সামনে আনা (~F)"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXMN_IMAP.MN_POSITION\n"
+"MN_MOREBACK\n"
+"menuitem.text"
+msgid "Send Back~ward"
+msgstr "একধাপ পিছনে নেয়া (~w)"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXMN_IMAP.MN_POSITION\n"
+"MN_FRAME_TO_BOTTOM\n"
+"menuitem.text"
+msgid "~Send to Back"
+msgstr "সবার পিছনে নেয়া (~S)"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXMN_IMAP\n"
+"MN_POSITION\n"
+"menuitem.text"
+msgid "Arrange"
+msgstr "সাজানো"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXMN_IMAP\n"
+"MN_MARK_ALL\n"
+"menuitem.text"
+msgid "Select ~All"
+msgstr "সব নির্বাচন (~A)"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"RID_SVXMN_IMAP\n"
+"MN_DELETE1\n"
+"menuitem.text"
+msgid "~Delete"
+msgstr "অপসারণ (~D)"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"STR_IMAPDLG_SAVE\n"
+"string.text"
+msgid ""
+"The ImageMap has been modified.\n"
+"Do you want to save the changes?"
+msgstr ""
+"ImageMap পরিবর্তন করা হয়েছে।\n"
+"আপনি কি পরিবর্তনসমূহ সংরক্ষণ করতে চান?"
+
+#: imapdlg.src
+msgctxt ""
+"imapdlg.src\n"
+"STR_IMAPDLG_MODIFY\n"
+"string.text"
+msgid ""
+"The ImageMap has been modified.\n"
+"Do you want to save the changes?"
+msgstr ""
+"ImageMap পরিবর্তন করা হয়েছে।\n"
+"আপনি কি পরিবর্তনসমূহ সংরক্ষণ করতে চান?"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_STYLE\n"
+"TBI_STYLE_OFF\n"
+"toolboxitem.text"
+msgid "Off"
+msgstr "নিষ্ক্রিয়"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_STYLE\n"
+"TBI_STYLE_ROTATE\n"
+"toolboxitem.text"
+msgid "Rotate"
+msgstr "ঘুরানো হবে"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_STYLE\n"
+"TBI_STYLE_UPRIGHT\n"
+"toolboxitem.text"
+msgid "Upright"
+msgstr "সোজাসুজি"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_STYLE\n"
+"TBI_STYLE_SLANTX\n"
+"toolboxitem.text"
+msgid "Slant Horizontal"
+msgstr "অনুভূমিক ঢাল"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_STYLE\n"
+"TBI_STYLE_SLANTY\n"
+"toolboxitem.text"
+msgid "Slant Vertical"
+msgstr "উল্লম্ব ঢাল"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_ADJUST\n"
+"TBI_ADJUST_MIRROR\n"
+"toolboxitem.text"
+msgid "Orientation"
+msgstr "স্থিতিবিন্যাস"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_ADJUST\n"
+"TBI_ADJUST_LEFT\n"
+"toolboxitem.text"
+msgid "Align Left"
+msgstr "বাম প্রান্তিক"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_ADJUST\n"
+"TBI_ADJUST_CENTER\n"
+"toolboxitem.text"
+msgid "Center"
+msgstr "কেন্দ্র"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_ADJUST\n"
+"TBI_ADJUST_RIGHT\n"
+"toolboxitem.text"
+msgid "Align Right"
+msgstr "ডান প্রান্তিক"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_ADJUST\n"
+"TBI_ADJUST_AUTOSIZE\n"
+"toolboxitem.text"
+msgid "AutoSize Text"
+msgstr "লেখা স্বয়ংক্রিয়ভাবে-মানানসই"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK\n"
+"MTR_FLD_DISTANCE\n"
+"metricfield.text"
+msgid "-"
+msgstr "-"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK\n"
+"MTR_FLD_DISTANCE\n"
+"metricfield.quickhelptext"
+msgid "Distance"
+msgstr "দুরত্ব"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK\n"
+"MTR_FLD_TEXTSTART\n"
+"metricfield.text"
+msgid "-"
+msgstr "-"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK\n"
+"MTR_FLD_TEXTSTART\n"
+"metricfield.quickhelptext"
+msgid "Indent"
+msgstr "ইন্ডেন্ট"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_SHADOW\n"
+"TBI_SHOWFORM\n"
+"toolboxitem.text"
+msgid "Contour"
+msgstr "কনট্যুর"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_SHADOW\n"
+"TBI_OUTLINE\n"
+"toolboxitem.text"
+msgid "Text Contour"
+msgstr "লেখার কনট্যুর"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_SHADOW\n"
+"TBI_SHADOW_OFF\n"
+"toolboxitem.text"
+msgid "No Shadow"
+msgstr "ছায়াহীন"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_SHADOW\n"
+"TBI_SHADOW_NORMAL\n"
+"toolboxitem.text"
+msgid "Vertical"
+msgstr "উল্লম্ব"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK.TBX_SHADOW\n"
+"TBI_SHADOW_SLANT\n"
+"toolboxitem.text"
+msgid "Slant"
+msgstr "তির্যক"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK\n"
+"MTR_FLD_SHADOW_X\n"
+"metricfield.text"
+msgid " degrees"
+msgstr " degrees"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK\n"
+"MTR_FLD_SHADOW_X\n"
+"metricfield.quickhelptext"
+msgid "Distance X"
+msgstr "X-এর দুরত্ব"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK\n"
+"MTR_FLD_SHADOW_Y\n"
+"metricfield.text"
+msgid "%"
+msgstr "%"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK\n"
+"MTR_FLD_SHADOW_Y\n"
+"metricfield.quickhelptext"
+msgid "Distance Y"
+msgstr "Y-এর দুরত্ব"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK\n"
+"CLB_SHADOW_COLOR\n"
+"listbox.text"
+msgid "-"
+msgstr "-"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK\n"
+"CLB_SHADOW_COLOR\n"
+"listbox.quickhelptext"
+msgid "Shadow Color"
+msgstr "ছায়ার রঙ"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXDLG_FONTWORK\n"
+"dockingwindow.text"
+msgid "Fontwork"
+msgstr "ফন্টওয়ার্ক"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXSTR_FONTWORK_FORM1\n"
+"string.text"
+msgid "Upper Semicircle"
+msgstr "ঊর্ধ্ব অর্ধবৃত্ত"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXSTR_FONTWORK_FORM2\n"
+"string.text"
+msgid "Lower Semicircle"
+msgstr "নিম্ন অর্ধবৃত্ত"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXSTR_FONTWORK_FORM3\n"
+"string.text"
+msgid "Left Semicircle"
+msgstr "বাম অর্ধবৃত্ত"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXSTR_FONTWORK_FORM4\n"
+"string.text"
+msgid "Right Semicircle"
+msgstr "ডান অর্ধবৃত্ত"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXSTR_FONTWORK_FORM5\n"
+"string.text"
+msgid "Upper Arc"
+msgstr "ঊর্ধ্ব চাপ"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXSTR_FONTWORK_FORM6\n"
+"string.text"
+msgid "Lower Arc"
+msgstr "নিম্ন চাপ"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXSTR_FONTWORK_FORM7\n"
+"string.text"
+msgid "Left Arc"
+msgstr "বামের চাপ"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXSTR_FONTWORK_FORM8\n"
+"string.text"
+msgid "Right Arc"
+msgstr "ডানের চাপ"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXSTR_FONTWORK_FORM9\n"
+"string.text"
+msgid "Open Circle"
+msgstr "খোলা বৃত্ত"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXSTR_FONTWORK_FORM10\n"
+"string.text"
+msgid "Closed Circle"
+msgstr "পূর্ণ বৃত্ত"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXSTR_FONTWORK_FORM11\n"
+"string.text"
+msgid "Closed Circle II"
+msgstr "পূর্ণ বৃত্ত ২"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXSTR_FONTWORK_FORM12\n"
+"string.text"
+msgid "Open Circle Vertical"
+msgstr "পূর্ণ বৃত্ত- উল্লম্ব"
+
+#: fontwork.src
+msgctxt ""
+"fontwork.src\n"
+"RID_SVXSTR_FONTWORK_UNDOCREATE\n"
+"string.text"
+msgid "Create Fontwork object"
+msgstr "ফন্টওয়ার্ক অবজেক্ট তৈরি"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY\n"
+"CB_AUTO_DETECT\n"
+"checkbox.text"
+msgid "Automatic detection"
+msgstr "স্বয়ংক্রিয় শনাক্তকরণ"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY\n"
+"FT_LEFT\n"
+"fixedtext.text"
+msgid "Base text"
+msgstr "মূল পাঠ্য"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY\n"
+"FT_RIGHT\n"
+"fixedtext.text"
+msgid "Ruby text"
+msgstr "রুবি পাঠ্য"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY\n"
+"FT_ADJUST\n"
+"fixedtext.text"
+msgid "Alignment"
+msgstr "প্রান্তিককরণ"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY.LB_ADJUST\n"
+"1\n"
+"stringlist.text"
+msgid "Left"
+msgstr "বাম"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY.LB_ADJUST\n"
+"2\n"
+"stringlist.text"
+msgid "Center"
+msgstr "কেন্দ্র"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY.LB_ADJUST\n"
+"3\n"
+"stringlist.text"
+msgid "Right"
+msgstr "ডান"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY.LB_ADJUST\n"
+"4\n"
+"stringlist.text"
+msgid "0 1 0"
+msgstr "0 1 0"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY.LB_ADJUST\n"
+"5\n"
+"stringlist.text"
+msgid "1 2 1"
+msgstr "1 2 1"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY\n"
+"FT_POSITION\n"
+"fixedtext.text"
+msgid "Position"
+msgstr "অবস্থান"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY.LB_POSITION\n"
+"1\n"
+"stringlist.text"
+msgid "Top"
+msgstr "উপর"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY.LB_POSITION\n"
+"2\n"
+"stringlist.text"
+msgid "Bottom"
+msgstr "নীচ"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY\n"
+"FT_CHAR_STYLE\n"
+"fixedtext.text"
+msgid "Character Style for ruby text"
+msgstr "রুবি পাঠ্যের জন্য অক্ষর শৈলী"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY\n"
+"PB_STYLIST\n"
+"pushbutton.text"
+msgid "Styles"
+msgstr "শৈলীসমূহ"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY\n"
+"FT_PREVIEW\n"
+"fixedtext.text"
+msgid "Preview:"
+msgstr "প্রাকদর্শন:"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY\n"
+"PB_APPLY\n"
+"okbutton.text"
+msgid "~Apply"
+msgstr "প্রয়োগ (~A)"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY\n"
+"PB_CLOSE\n"
+"pushbutton.text"
+msgid "~Close"
+msgstr "বন্ধ (~C)"
+
+#: rubydialog.src
+msgctxt ""
+"rubydialog.src\n"
+"RID_SVXDLG_RUBY\n"
+"modelessdialog.text"
+msgid "Asian Phonetic Guide"
+msgstr "এশিয়ান ফোনেটিক গাইড"
diff --git a/source/bn/svx/source/svdraw.po b/source/bn/svx/source/svdraw.po
index f25b0e486ed..1aa5ed7e069 100644
--- a/source/bn/svx/source/svdraw.po
+++ b/source/bn/svx/source/svdraw.po
@@ -4664,3 +4664,283 @@ msgctxt ""
"string.text"
msgid "Kerning"
msgstr "কার্নিং"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_EE_CHAR_KERNING\n"
+"string.text"
+msgid "Manual kerning"
+msgstr "নিজ হাতে করা কার্নিং"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_EE_CHAR_WLM\n"
+"string.text"
+msgid "No underline for spaces"
+msgstr "ফাঁকা স্থানের জন্য কোনো নিম্নরেখা নেই"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_EE_FEATURE_TAB\n"
+"string.text"
+msgid "Tabulator"
+msgstr "সারণিকার"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_EE_FEATURE_LINEBR\n"
+"string.text"
+msgid "Optional line break"
+msgstr "ঐচ্ছিক লাইন বিভাজক"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_EE_FEATURE_NOTCONV\n"
+"string.text"
+msgid "Non-convertible character"
+msgstr "অরূপান্তরযোগ্য অক্ষর"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_EE_FEATURE_FIELD\n"
+"string.text"
+msgid "Fields"
+msgstr "ক্ষেত্র"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_SA_GRAFRED\n"
+"string.text"
+msgid "Red"
+msgstr "লাল"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_SA_GRAFGREEN\n"
+"string.text"
+msgid "Green"
+msgstr "সবুজ"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_SA_GRAFBLUE\n"
+"string.text"
+msgid "Blue"
+msgstr "নীল"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_SA_GRAFLUMINANCE\n"
+"string.text"
+msgid "Brightness"
+msgstr "উজ্জ্বলতা"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_SA_GRAFCONTRAST\n"
+"string.text"
+msgid "Contrast"
+msgstr "বৈসাদৃশ্য"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_SA_GRAFGAMMA\n"
+"string.text"
+msgid "Gamma"
+msgstr "গামা"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_SA_GRAFTRANSPARENCE\n"
+"string.text"
+msgid "Transparency"
+msgstr "স্বচ্ছতা"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_SA_GRAFINVERT\n"
+"string.text"
+msgid "Invert"
+msgstr "বিপরীত"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_SA_GRAFMODE\n"
+"string.text"
+msgid "Graphics mode"
+msgstr "গ্রাফিক্স মোড"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"SIP_SA_GRAFCROP\n"
+"string.text"
+msgid "Crop"
+msgstr "ছাঁটা"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_ObjNameSingulMEDIA\n"
+"string.text"
+msgid "Media object"
+msgstr "মিডিয়া অবজেক্ট"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_ObjNamePluralMEDIA\n"
+"string.text"
+msgid "Media objects"
+msgstr "মিডিয়া অবজেক্ট"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_TABLE_ATTR\n"
+"string.text"
+msgid "Apply table attributes"
+msgstr "সারণির বৈশিষ্ট্য প্রয়োগ করা হবে"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_TABLE_AUTOFMT\n"
+"string.text"
+msgid "AutoFormat table"
+msgstr "সারণি স্বয়ংক্রিয়-বিন্যাস"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_TABLE_INSCOL\n"
+"string.text"
+msgid "Insert column"
+msgstr "কলাম সন্নিবেশ"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_TABLE_INSROW\n"
+"string.text"
+msgid "Insert row"
+msgstr "সারি সন্নিবেশ"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_UNDO_COL_DELETE\n"
+"string.text"
+msgid "Delete column"
+msgstr "কলাম মুছে ফেলুন"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_UNDO_ROW_DELETE\n"
+"string.text"
+msgid "Delete row"
+msgstr "সারি মুছে ফেলুন"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_TABLE_SPLIT\n"
+"string.text"
+msgid "Split cells"
+msgstr "ঘর বিভাজন"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_TABLE_MERGE\n"
+"string.text"
+msgid "Merge cells"
+msgstr "ঘর মিলিতকরণ"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_TABLE_NUMFORMAT\n"
+"string.text"
+msgid "Format cell"
+msgstr "ঘর বিন্যাস"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_TABLE_DISTRIBUTE_ROWS\n"
+"string.text"
+msgid "Distribute rows"
+msgstr "সারি ছড়ানো"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_TABLE_DISTRIBUTE_COLUMNS\n"
+"string.text"
+msgid "Distribute columns"
+msgstr "কলাম ছড়ানো"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_TABLE_STYLE\n"
+"string.text"
+msgid "Table style"
+msgstr "সারণির শৈলী"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_TABLE_STYLE_SETTINGS\n"
+"string.text"
+msgid "Table style settings"
+msgstr "সারণি শৈলীর সেটিং"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_ObjNameSingulTable\n"
+"string.text"
+msgid "Table"
+msgstr "সারণি"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_ObjNamePluralTable\n"
+"string.text"
+msgid "Tables"
+msgstr "সারণিসমূহ"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_ObjNameSingulFONTWORK\n"
+"string.text"
+msgid "font work"
+msgstr "ফন্টের কাজ"
+
+#: svdstr.src
+msgctxt ""
+"svdstr.src\n"
+"STR_ObjNamePluralFONTWORK\n"
+"string.text"
+msgid "font works"
+msgstr "ফন্টের কাজ"
diff --git a/source/bn/sw/source/ui/fldui.po b/source/bn/sw/source/ui/fldui.po
index c534aeb7b94..afceaf0a353 100644
--- a/source/bn/sw/source/ui/fldui.po
+++ b/source/bn/sw/source/ui/fldui.po
@@ -1787,3 +1787,144 @@ msgctxt ""
"stringlist.text"
msgid "Date Time Author"
msgstr "তারিখ সময় লেখক"
+
+#: flddinf.src
+msgctxt ""
+"flddinf.src\n"
+"TP_FLD_DOKINF\n"
+"FT_DOKINFFORMAT\n"
+"fixedtext.text"
+msgid "F~ormat"
+msgstr "বিন্যাস (~o)"
+
+#: flddinf.src
+msgctxt ""
+"flddinf.src\n"
+"TP_FLD_DOKINF\n"
+"CB_DOKINFFIXEDCONTENT\n"
+"checkbox.text"
+msgid "~Fixed content"
+msgstr "নির্ধারিত বিষয়স্তু (~F)"
+
+#: flddinf.src
+msgctxt ""
+"flddinf.src\n"
+"TP_FLD_DOKINF\n"
+"STR_DOKINF_INFO\n"
+"string.text"
+msgid "Info"
+msgstr "তথ্য"
+
+#: flddinf.src
+msgctxt ""
+"flddinf.src\n"
+"TP_FLD_DOKINF\n"
+"tabpage.text"
+msgid "DocInformation"
+msgstr "নথির-তথ্য"
+
+#: flddok.src
+msgctxt ""
+"flddok.src\n"
+"TP_FLD_DOK\n"
+"FT_DOKTYPE\n"
+"fixedtext.text"
+msgid "~Type"
+msgstr "ধরন (~T)"
+
+#: flddok.src
+msgctxt ""
+"flddok.src\n"
+"TP_FLD_DOK\n"
+"FT_DOKSELECTION\n"
+"fixedtext.text"
+msgid "S~elect"
+msgstr "নির্বাচন (~e)"
+
+#: flddok.src
+msgctxt ""
+"flddok.src\n"
+"TP_FLD_DOK\n"
+"FT_DOKFORMAT\n"
+"fixedtext.text"
+msgid "F~ormat"
+msgstr "বিন্যাস (~o)"
+
+#: flddok.src
+msgctxt ""
+"flddok.src\n"
+"TP_FLD_DOK\n"
+"FT_DOKVALUE\n"
+"fixedtext.text"
+msgid "O~ffset"
+msgstr "অফসেট (~f)"
+
+#: flddok.src
+msgctxt ""
+"flddok.src\n"
+"TP_FLD_DOK\n"
+"CB_DOKFIXEDCONTENT\n"
+"checkbox.text"
+msgid "~Fixed content"
+msgstr "নির্ধারিত বিষয়বস্তু (~F)"
+
+#: flddok.src
+msgctxt ""
+"flddok.src\n"
+"TP_FLD_DOK\n"
+"STR_DOKDATEOFF\n"
+"string.text"
+msgid "Offs~et in days"
+msgstr "দৈনিক অফসেট (~e)"
+
+#: flddok.src
+msgctxt ""
+"flddok.src\n"
+"TP_FLD_DOK\n"
+"STR_DOKTIMEOFF\n"
+"string.text"
+msgid "Offs~et in minutes"
+msgstr "মিনিটে অফসেট (~e)"
+
+#: flddok.src
+msgctxt ""
+"flddok.src\n"
+"TP_FLD_DOK\n"
+"tabpage.text"
+msgid "Document"
+msgstr "নথি"
+
+#: inpdlg.src
+msgctxt ""
+"inpdlg.src\n"
+"DLG_FLD_INPUT\n"
+"ED_LABEL\n"
+"edit.text"
+msgid "Input"
+msgstr "ইনপুট"
+
+#: inpdlg.src
+msgctxt ""
+"inpdlg.src\n"
+"DLG_FLD_INPUT\n"
+"FL_EDIT\n"
+"fixedline.text"
+msgid "Edit"
+msgstr "সম্পাদনা"
+
+#: inpdlg.src
+msgctxt ""
+"inpdlg.src\n"
+"DLG_FLD_INPUT\n"
+"PB_NEXT\n"
+"pushbutton.text"
+msgid "~Next"
+msgstr "পরবর্তী (~N)"
+
+#: inpdlg.src
+msgctxt ""
+"inpdlg.src\n"
+"DLG_FLD_INPUT\n"
+"modaldialog.text"
+msgid "Input Field"
+msgstr "ইনপুট ক্ষেত্র"