This file is indexed.

/usr/share/help-langpack/ur/ubuntu-help/nautilus-file-properties-basic.page is in language-pack-gnome-ur-base 1:14.04+20140410.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="ui" id="nautilus-file-properties-basic" xml:lang="ur">

  <info>
    <link type="guide" xref="files" group="more"/>

   <desc>View basic file information, set permissions, and choose
   default applications.</desc>

   <revision pkgversion="3.5.92" version="0.2" date="2012-09-19" status="review"/>
   <revision version="13.10" date="2013-09-15" status="review"/>

   <credit type="author">
     <name>Tiffany Antopolski</name>
     <email>tiffany@antopolski.com</email>
   </credit>
   <credit type="author">
     <name>Shaun McCance</name>
     <email>shaunm@gnome.org</email>
   </credit>
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
    <its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" xlink:type="simple" xlink:href="gnome-help.its"/>
  </info>
  <title>File properties</title>

  <p>To view information about a file or folder, right-click it and select
  <gui>Properties</gui>. You can also select the file and press
  <keyseq><key>Alt</key><key>Enter</key></keyseq>.</p>

  <p>The file properties window shows you information like the type of file,
  the size of the file, and when you last modified it. If you need this
  information often, you
  can have it displayed in <link xref="nautilus-list">list view columns</link>
  or <link xref="nautilus-display#icon-captions">icon captions</link>.</p>

  <p>The information given on the <gui>Basic</gui> tab is explained below.
  There are also
  <gui><link xref="nautilus-file-properties-permissions">Permissions</link></gui>
  and <gui><link xref="files-open#default">Open With</link></gui> tabs. For
  certain types of files, such as images and videos, there will be an extra tab
  that provides information like the dimensions, duration, and codec.</p>

<section id="basic">
 <title>Basic properties</title>
 <terms>
  <item>
    <title><gui>Name</gui></title>
    <p>You can rename the file by changing this field.
    You can also rename a file outside the properties window. See
    <link xref="files-rename"/>.</p>
  </item>
  <item>
    <title><gui>Type</gui></title>
    <p>This helps you identify the type of the file, such as PDF document,
    OpenDocument Text, or JPEG image. The file type determines which
    applications can open the file, among other things. For example, you
    can't open a picture with a music player. See <link xref="files-open"/>
    for more information on this.</p>
  <p>The <em>MIME type</em> of the file is shown in parentheses; MIME type is
    a standard way that computers use to refer to the file type.</p>
  </item>

  <item>
    <title>Contents</title>
    <p>This field is displayed if you are looking at the properties of a folder rather than a file. It helps you see the number of items in the folder.  If the folder includes other folders, each inner folder is counted as one item, even if it contains further items. Each file is also counted as one item. If the folder is empty, the contents will display <gui>nothing</gui>.</p>
  </item>

  <item>
    <title>Size</title>
    <p>This field is displayed if you are looking at a file (not a folder). The size of a file tells you how much disk space it takes up. This is also an indicator of how long it will take to download a file or send it in an email (big files take longer to send/receive).</p>
    <p>Sizes may be given in bytes, KB, MB, or GB; in the case of the last three, the size in bytes will also be given in parentheses. Technically, 1 KB is 1024 bytes, 1 MB is 1024 KB and so on.</p>
  </item>

  <item>
    <title>Location</title>
    <p>The location of each file on your computer is given by its <em>absolute path</em>. This is a unique "address" of the file on your computer, made up of a list of the folders that you would need to go into to find the file. For example, if Jim had a file called <file>Resume.pdf</file> in his Home folder, its location would be <file>/home/jim/Resume.pdf</file>.</p>
  </item>

  <item>
    <title>Volume</title>
    <p>The file system or device that the file is stored on. This shows you
    where the file is physically stored, for example if it is on the hard disk
    or on a CD, or a
    <link xref="nautilus-connect">network share or file server</link>. Hard
    disks can be split up into several
    <link xref="disk-partitions">disk partitions</link>; the partition will
    be displayed under <gui>Volume</gui> too.</p>
  </item>

  <item>
    <title>Free Space</title>
    <p>This is only displayed for folders. It gives the amount of disk space
    which is available on the disk that the folder is on. This is useful for
    checking if the hard disk is full.</p>
  </item>


  <item>
    <title>Accessed</title>
    <p>The date and time when the file was last opened.</p>
  </item>

  <item>
    <title>Modified</title>
    <p>The date and time when the file was last changed and saved.</p>
  </item>
 </terms>
</section>

</page>