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

« back to all changes in this revision

Viewing changes to help/gl/dashboard.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-dashboard" 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>Display recently-used and most-used files on startup.</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>Taboleiro</title>
 
29
 
 
30
  <p>The <app>Dashboard</app> plugin provides quick access to your most
 
31
  recently-used files and most-frequently used files. To activate the
 
32
  <app>Dashboard</app> plugin, select
 
33
  <guiseq><gui style="menu">gedit</gui><gui style="menuitem">Preferences</gui>
 
34
  <gui>Plugins</gui><gui>Dashboard</gui></guiseq>. You will need to restart
 
35
  <app>gedit</app> to activate the <app>Dashboard</app> plugin.</p>
 
36
  
 
37
  <p>O <app>taboleiro</app> tamén inclúe unha xanela <gui>Buscar</gui>, que lle permita buscar ficheiros que poden non aparecer na lista de ficheiros.</p>
 
38
  
 
39
<section id="gedit-recently-used">
 
40
  <title>Ficheiros usados recentemente</title>
 
41
 
 
42
  <p>O taboleiro mostrará inicialmente un atallo a un <gui>documento baleiro</gui>, e a sete dos seus ficheiros usados máis recentemente. Prema no <gui>documento baleiro</gui> para crear un ficheiro novo. Prema en calquera dos outros ficheiros para abrilo.</p>
 
43
 
 
44
</section>
 
45
  
 
46
<section id="gedit-most-used">
 
47
  <title>Ficheiros máis frecuentemente usados</title>
 
48
 
 
49
  <p>Similarly, the dashboard displays a shortcut for an <gui>empty
 
50
  document</gui> and seven of your most frequently-used files. Click on the
 
51
  <gui> empty document</gui> to create a new file. Click on any of the other
 
52
  files to open that file.</p>
 
53
 
 
54
  <note style="tip">
 
55
    <p>Once activated, the <app>dashboard</app> will be displayed by default
 
56
    when you open <app>gedit</app>. You can also open the <app>dashboard</app>
 
57
    by clicking <guiseq><gui>File</gui><gui>New</gui></guiseq>, or by pressing
 
58
    <keyseq><key>Ctrl</key><key>N</key></keyseq>.</p>
 
59
  </note>
 
60
  
 
61
</section>
 
62
 
 
63
</page>