1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="ui" id="nautilus-behavior" xml:lang="as">
<info>
<link type="guide" xref="nautilus-prefs" group="nautilus-behavior"/>
<desc>ফাইলসমূহ খোলিবলৈ, লিখনী ফাইলসমূহ চলাবলৈ অথবা দৰ্শন কৰিবলৈ, আৰু আবৰ্জনাৰ ব্যৱহাৰ ধাৰ্য্য কৰিবলৈ এবাৰ-ক্লিক কৰক।</desc>
<revision pkgversion="3.5.92" version="0.2" date="2012-09-19" status="review"/>
<revision pkgversion="3.18" date="2015-09-29" status="candidate"/>
<revision pkgversion="3.33.3" date="2019-07-19" status="candidate"/>
<credit type="author">
<name>টিফানি এন্টপলস্কি</name>
<email>tiffany@antopolski.com</email>
</credit>
<credit type="author">
<name>শ্বণ মেকেন্স</name>
<email>shaunm@gnome.org</email>
</credit>
<credit type="editor">
<name>মাইকেল হিল</name>
<email>mdhillca@gmail.com</email>
</credit>
<credit type="editor">
<name>চিন্ধু এচ</name>
<email>sindhus@live.in</email>
</credit>
<credit type="editor">
<name>David King</name>
<email>amigadave@amigadave.com</email>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
</info>
<title>ফাইল ব্যৱস্থাপক ব্যৱহাৰ পছন্দবোৰ</title>
<p>You can control whether you single-click or double-click files, how
executable text files are handled, and the trash behavior. Click the menu
button in the sidebar of the window, select <gui>Preferences</gui>,
then go to the <gui>General</gui> section.</p>
<section id="behavior">
<title>General</title>
<terms>
<item>
<title><gui>Action to Open Items</gui></title>
<p>অবিকল্পিতভাৱে, এবাৰ ক্লিক কৰিলে ফাইলসমূহ নিৰ্বাচন হয় আৰু দুবাৰ ক্লিকত সিহত খোল খায়। ইয়ৰা পৰিৱৰ্তে আপুনি এবাৰ ক্লিকত ফাইল আৰু ফোল্ডাৰসমূহ খোলিবলৈ নিৰ্বাচন কৰিব পাৰে। যেতিয়া আপুনি এবাৰ-ক্লিক অৱস্থা ব্যৱহাৰ কৰে, এটা অথবা অধিক ফাইলসমূহ নিৰ্বাচন কৰিবলৈ আপুনি <key>Ctrl</key> কি ধৰি থৈ ক্লিক কৰিব পাৰে।</p>
</item>
</terms>
</section>
<section id="executable">
<title>এক্সিকিউটেবুল লিখনী ফাইলসমূহ</title>
<p>An executable text file is a file that contains a program that you can run
(execute). The <link xref="nautilus-file-properties-permissions">file
permissions</link> must also allow for the file to run as a program. The most
common are <sys>Shell</sys>, <sys>Python</sys> and <sys>Perl</sys> scripts.
These have extensions <file>.sh</file>, <file>.py</file> and <file>.pl</file>,
respectively.</p>
<p>Executable text files are also called <em>scripts</em>. All scripts in the
<file>~/.local/share/nautilus/scripts</file> folder will appear in the context
menu for a file under the <gui style="menuitem">Scripts</gui> submenu. When a
script is executed from a local folder, all selected files will be pasted to
the script as parameters. To execute a script on a file:</p>
<steps>
<item>
<p>পছন্দৰ ফোল্ডাৰলৈ যাওক।</p>
</item>
<item>
<p>পছন্দৰ ফাইল বাছক।</p>
</item>
<item>
<p>পৰিপ্ৰেক্ষতিত মেনু খোলিবলৈ ফাইলত ৰাইট ক্লিক কৰক আৰু <gui style="menuitem">স্ক্ৰিপ্টসমূহ</gui> মেনুৰ পৰা এক্সিকিউট কৰিবলৈ পছন্দৰ স্ক্ৰিপ্ট বাছক।</p>
</item>
</steps>
<note style="important">
<p>এটা স্ক্ৰিপ্টক কোনো প্ৰাচল প্ৰদান কৰা নহব যেতিয়া এটা দূৰৱৰ্তী ফোল্ডাৰ যেনে ৱেব অথবা <sys>ftp</sys> সমল দেখুৱা এটা ফোল্ডাৰৰ পৰা এক্সিকিউট কৰা হয়।</p>
</note>
</section>
</page>
|