~ubuntu-branches/ubuntu/trusty/gedit-plugins/trusty-proposed

« back to all changes in this revision

Viewing changes to help/gl/bookmarks.page

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-12-12 16:35:11 UTC
  • mto: (7.3.7 sid)
  • mto: This revision was merged to the branch mainline in revision 70.
  • Revision ID: package-import@ubuntu.com-20131212163511-d7275l3drwdrw1qq
Tags: upstream-3.10.1
Import upstream version 3.10.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<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="gl">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
 
6
    <revision version="3.4" date="2013-02-24" status="review"/>
 
7
 
 
8
    <credit type="author">
 
9
      <name>Jim Campbell</name>
 
10
      <email its:translate="no">jwcampbell@gmail.com</email>
 
11
    </credit>
 
12
 
 
13
    <desc>Record commonly-referenced locations with bookmarks.</desc>
 
14
  
 
15
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
16
      <mal:name>Fran Dieguez</mal:name>
 
17
      <mal:email>frandieguez@gnome.org</mal:email>
 
18
      <mal:years>2011-2012.</mal:years>
 
19
    </mal:credit>
 
20
  
 
21
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
22
      <mal:name>Leandro Regueiro</mal:name>
 
23
      <mal:email>leandro.regueiro@gmail.com</mal:email>
 
24
      <mal:years>2011.</mal:years>
 
25
    </mal:credit>
 
26
  </info>
 
27
 
 
28
  <title>Marcadores</title>
 
29
 
 
30
  <p><app>gedit</app> bookmarks allow you to highlight important lines of text
 
31
  within your document or program, making them easier to find. You can also
 
32
  move up or down between bookmarks, making document navigation a bit
 
33
  faster.</p>
 
34
 
 
35
  <p>To enable the bookmark plugin, select <guiseq><gui style="menu">gedit</gui>
 
36
  <gui style="menuitem">Preferences</gui><gui>Plugins</gui>
 
37
  <gui>Bookmarks</gui></guiseq>.</p>
 
38
 
 
39
  <steps>
 
40
    <title>Os marcadores engádense e quítanse realizando a mesma acción. Para insertar ou quitar marcadores:</title>
 
41
    <item>
 
42
      <p>Navegue até a liña na que quere insertar ou quitar o marcador.</p>
 
43
    </item>
 
44
    <item>
 
45
      <p>Press <keyseq><key>Ctrl</key><key>Alt</key><key>B</key></keyseq>, or
 
46
      click <guiseq><gui style="menu">Edit</gui><gui style="menuitem">Toggle
 
47
      Bookmark</gui></guiseq>.</p>
 
48
    </item>
 
49
  </steps>
 
50
  
 
51
  <steps>
 
52
    <title>Para moverse entre marcadores:</title>
 
53
    <item>
 
54
      <p>Prema <keyseq><key>Ctrl</key><key>B</key></keyseq> para moverse ao seguinte marcador.</p>
 
55
    </item>
 
56
    <item>
 
57
      <p>Prema <keyseq><key>Ctrl</key><key>Maiús</key><key>B</key></keyseq> para moverse ao marcador anterior.</p>
 
58
      <note>
 
59
        <p>If you prefer using the mouse, you can click
 
60
        <guiseq><gui style="menu">gedit</gui><gui style="menuitem">Go to Next
 
61
        Bookmark</gui></guiseq> or <guiseq><gui style="menu">Edit</gui>
 
62
        <gui style="menuitem">Go to Previous Bookmark</gui></guiseq>.</p>
 
63
      </note>
 
64
    </item>
 
65
  </steps>
 
66
 
 
67
</page>