This file is indexed.

/usr/share/help/id/glabels-3.0/select.page is in glabels-data 3.2.1-2build1.

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
111
112
113
114
115
116
117
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:e="http://projectmallard.org/experimental/" type="guide" id="select" xml:lang="id">

  <info>
    <link type="guide" xref="index#usage"/>
    <revision pkgversion="3.0" version="0.1" date="2010-05-04" status="incomplete"/>
    <desc>Bagaimana memilih objek.</desc>
    <credit type="author">
      <name>Jim Evins</name>
      <email>evins@snaught.com</email>
    </credit>
    <credit type="author">
      <name>Mario Blättermann</name>
      <email>mario.blaettermann@gmail.com</email>
    </credit>
    <license>
      <p>Creative Commons Share Alike 3.0</p>
    </license>    
  </info>

    <title>Untuk memilih objek</title>

      <p>A prerequisite for performing operations on objects is the
        selection of individual objects or groups of objects.  The
        display area must be in the object selection mode to create new
        selections, as indicated by an arrow cursor.  The object
        selection mode is selected by the
        <guiseq><gui>Objects</gui>
        <gui>Select Mode</gui></guiseq> menu item,
        or the corresponding command on the <gui>Drawing
        Toolbar</gui>.</p>

      <section>
	  <title>Memilih objek tunggal</title>
	    <p>Sebuah objek tunggal dapat dipilih hanya dengan mengklik objek yang diinginkan pada area tampilan. Sekali dipilih, objek akan ditandai dengan sekumpulan tangan pengubah ukuran.</p>
	</section>

	<section>
	  <title>Mengagregasi pilihan objek</title>
	    <p>Multiple objects can be selected by first selecting the first
              object as above and then by holding the <key>Ctrl</key>
              key while selecting additional objects.
              Individual objects can be added to an existing selection
              at any time by holding the <key>Ctrl</key> key while
              selecting the desired objects.  All objects can also be
              selected by using the <guiseq><gui>Edit</gui>
              <gui>Select All</gui></guiseq>
              menu item.  All objects in an aggregate object selection will be
              highlighted.</p>
	</section>

	<section>
	  <title>Pemilihan area</title>
	  
	    <p>Beberapa objek juga dapat dipilih sekaligus dengan mengklik area kosong dan menyeret untuk membentuk suatu area persegi. Ketika dilepas, semua objek yang tercakup dalam area akan membentuk agregasi pilihan. Suatu pilihan area dapat dipakai untuk menambah ke pilihan yang telah ada dengan menahan tombol <key>Ctrl</key> ketika melakukan pemilihan.</p>
	  
	</section>

	<section>
	  <title>Mengeluarkan objek dari pilihan</title>
	  
	    <p>Individual objects can be removed from an existing
              selection by holding the <key>Ctrl</key> key while
              clicking on a previously selected object.  An entire selection
              can be dismissed by using the <guiseq>
	      <gui>Edit</gui> <gui>Un-select All</gui>
              </guiseq> menu item
              or by simply clicking any empty space in the display area.
              Once an object is unselected its highlight is removed.</p>
	  
	</section>

    <section id="clipboard"> 
      <title>Perintah Papan Klip</title>

      <p>Object selections can be manipulated using the standard clipboard
        operations <gui>Cut</gui>,
        <gui>Copy</gui>, <gui>Paste</gui>,
        and <gui>Delete</gui>.</p>

	<section>
	  <title><gui>Cut</gui> (<keyseq><key>Ctrl</key><key>X</key></keyseq>)</title>
	  
	    <p>Moves selected objects to the clipboard.  The objects are
              then available for pasting back into the current document or
              another document.</p>
	  
	</section>

	<section>
	  <title><gui>Copy</gui> (<keyseq><key>Ctrl</key><key>C</key></keyseq>)</title>
	  
	    <p>Copies selected objects to the clipboard without deleting
              them.  The objects are then available for pasting back into
              the current document or another document.</p>
	  
	</section>

	<section>
	  <title><gui>Paste</gui> (<keyseq><key>Ctrl</key><key>V</key></keyseq>)</title>
	  
	    <p>Pastes objects from the clipboard into the current document.
              <app>gLabels</app> can only paste objects from
              another <app>gLabels</app> document.</p>
	  
	</section>

	<section>
	  <title><gui>Delete</gui> (<key>Del</key>)</title>
	  
	    <p>Deletes selected objects without placing them on the
              clipboard.</p>
	  
	</section>
       </section>

</page>