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

« back to all changes in this revision

Viewing changes to help/sl/tag-list.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-tag-list" xml:lang="sl">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
 
6
    <revision pkgversion="3.8" date="2013-02-24" status="review"/>
 
7
    <revision pkgversion="3.8" date="2013-03-22" status="review"/>
 
8
 
 
9
    <credit type="author">
 
10
      <name>Daniel Neel</name>
 
11
      <email its:translate="no">dneelyep@gmail.com</email>
 
12
    </credit>
 
13
    <credit type="author">
 
14
      <name>Jim Campbell</name>
 
15
      <email its:translate="no">jwcampbell@gmail.com</email>
 
16
    </credit>
 
17
    <credit type="editor">
 
18
      <name>Sindhu S</name>
 
19
      <email its:translate="no">sindhus@live.in</email>
 
20
    </credit>
 
21
 
 
22
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal-plugins.xml"/>
 
23
 
 
24
    <desc>Automatically insert tags, strings and special characters into a document.</desc>
 
25
  </info>
 
26
 
 
27
  <title>Tag List</title>
 
28
 
 
29
  <p>The <app>Tag List</app> plugin allows you to insert common tags and
 
30
  special characters from a list in the side pane. By default, the plugin can
 
31
  insert tags and special characters for <app>HTML</app>, <app>XHTML</app>,
 
32
  <app>XSLT</app>, <app>XUL</app> and <app>LaTeX</app>.</p>
 
33
 
 
34
<section id="enable-tag-list-plugin">
 
35
  <title>Enable Tag List Plugin</title>
 
36
 
 
37
  <p>To enable the <app>Tag List</app> plugin:</p>
 
38
 
 
39
  <steps>
 
40
    <item>
 
41
      <p>Select <guiseq><gui style="menu">gedit</gui>
 
42
      <gui style="menuitem">Preferences</gui>
 
43
      <gui style="tab">Plugins</gui></guiseq>.</p>
 
44
    </item>
 
45
    <item>
 
46
      <p>Select <gui style="menuitem">Tag List</gui> to enable the plugin.</p>
 
47
    </item>
 
48
    <item>
 
49
      <p>Access the tag list by selecting
 
50
      <guiseq><gui style="menu">View</gui>
 
51
      <gui style="menuitem">Side Pane</gui></guiseq>, or by pressing
 
52
      <key>F9</key>.</p>
 
53
    </item>
 
54
  </steps>
 
55
 
 
56
  <p>The side pane will initially show a list of open documents, so to view and
 
57
  use the <app>Tag List</app>, you will need to click on the tab showing the
 
58
  "plus" icon at the bottom of the side pane. The icon will look similar to
 
59
  this:</p>
 
60
 
 
61
  <p><media type="image" mime="image/png" src="figures/gedit-side-pane3.png"/></p>
 
62
 
 
63
</section>
 
64
 
 
65
<section id="inserting-tags">
 
66
  <title>Vstavljanje oznak in posebnih znakov</title>
 
67
 
 
68
  <p>The <app>tag list</app> uses a drop-down menu to let you choose from the
 
69
  different types of tags. For example, one tag option is <gui>HTML -
 
70
  Tags</gui>.</p>
 
71
 
 
72
  <p>Za začetek vstavljanja oznak naredite naslednje:</p>
 
73
 
 
74
  <steps>
 
75
    <item>
 
76
      <p>Premaknite kazalko, kjer boste želeli vstaviti oznako ali poseben znak.</p>
 
77
    </item>
 
78
    <item>
 
79
      <p>Izberite želeno vrsto oznake iz spustnega menija na vrhu stranskega pladnja.</p>
 
80
    </item>
 
81
    <item>
 
82
      <p>Drsajte skozi seznam in najdite želeno oznako ali znak.</p>
 
83
    </item>
 
84
    <item>
 
85
      <p>Dvakrat kliknete na oznako na seznamu oznak.</p>
 
86
    </item>
 
87
  </steps>
 
88
 
 
89
  <p>The tag or special character you have chosen will then be displayed in
 
90
  your document.</p>
 
91
</section>
 
92
 
 
93
<section id="tag-list-tips">
 
94
  <title>Namigi seznama oznak</title>
 
95
 
 
96
  <note style="tip">
 
97
    <p>Oznako lahko vstavite tudi s pritiskom na <key>Enter</key> ali <keyseq><key>Shift</key><key>Enter</key></keyseq>.</p>
 
98
    <p>Pressing the <key>Return</key> key will insert the tag at the cursor
 
99
    position, and then return focus to the document. Pressing
 
100
    <keyseq><key>Shift</key><key>Return</key></keyseq> will insert the tag at
 
101
    the cursor position, but will keep the focus on the
 
102
    <app>tag-list</app>.</p>
 
103
  </note>
 
104
 
 
105
  <note style="tip">
 
106
    <p>Predogled besedila, ki bo vstavljeno za vsako oznako in poseben znak, lahko vidite s klikom na besedo <gui>Predogled</gui> na dnu stranskega pladnja.</p>
 
107
  </note>
 
108
</section>
 
109
 
 
110
</page>