This file is indexed.

/usr/share/help/es/gedit/bookmarks.page is in gedit-plugin-bookmarks 3.28.1-1.

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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="plugin-bookmarks" xml:lang="es">

  <info>
    <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
    <revision version="3.4" date="2013-02-24" status="review"/>
    <revision version="3.14" date="2014-09-10" status="review"/>

    <credit type="author">
      <name>Jim Campbell</name>
      <email its:translate="no">jwcampbell@gmail.com</email>
    </credit>
    <credit type="copyright editor">
      <name>Ekaterina Gerasimova</name>
      <email its:translate="no">kittykat3756@gmail.com</email>
      <years>2014</years>
    </credit>

    <desc>Guardar ubicaciones usadas frecuentemente con los marcadores</desc>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Daniel Mustieles</mal:name>
      <mal:email>daniel.mustieles@gmail.com</mal:email>
      <mal:years>2011-2015</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Jorge González</mal:name>
      <mal:email>jorgegonz@svn.gnome.org</mal:email>
      <mal:years>2006-2011</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>María Majadas</mal:name>
      <mal:email>maria.majadas@hispalinux.es</mal:email>
      <mal:years>2005</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Milagros Alessandra Infante Montero</mal:name>
      <mal:email>maim92@gmail.com</mal:email>
      <mal:years>2013</mal:years>
    </mal:credit>
  </info>

  <title>Marcadores</title>

  <p>Los marcadores de <app>gedit</app> le permiten resaltar líneas de texto importantes en su documento o en su programa, haciendo que sean más fáciles de encontrar. También puede moverse entre los marcadores, agilizando la navegación por el documento.</p>

  <p>Para activar el complemento de marcadores, seleccione <guiseq><gui style="menu">gedit</gui> <gui style="menuitem">Preferencias</gui><gui>Complementos</gui> <gui>Marcadores</gui></guiseq>.</p>

  <steps>
    <title>Los marcadores se insertan y se quitan realizando la misma acción. Para insertar o quitar marcadores:</title>
    <item>
      <p>Navegue hasta la línea en la que quiere insertar o quitar el marcador.</p>
    </item>
    <item>
      <p>Puñse <keyseq><key>Ctrl</key><key>Alt</key><key>B</key></keyseq>, o abra el menú en la esquina superior derecha y elija <gui style="menuitem">Alternar marcador</gui>.</p>
    </item>
  </steps>
  
  <list>
    <title>Para moverse entre marcadores:</title>
    <item>
      <p>Pulse <keyseq><key>Ctrl</key><key>B</key></keyseq> para moverse al siguiente marcador.</p>
    </item>
    <item>
      <p>Pulse <keyseq><key>Ctrl</key><key>Shift</key><key>B</key></keyseq> para moverse al marcador anterior.</p>
    </item>
  </list>

  <note>
    <p>Si prefiere usar el ratón, puede abrir el menú en la esquina superior derecha y elegir <gui style="menuitem">Ir al siguiente marcador</gui> o <gui style="menuitem">Ir al marcador siguiente</gui>.</p>
  </note>

</page>