]> git.sur5r.net Git - glabels/blob - help/pt_BR/basicusage.page
Imported Upstream version 3.2.0
[glabels] / help / pt_BR / basicusage.page
1 <?xml version="1.0" encoding="utf-8"?>
2 <page xmlns="http://projectmallard.org/1.0/" xmlns:e="http://projectmallard.org/experimental/" type="guide" id="basicusage" xml:lang="pt-BR">
3
4   <info>
5     <link type="guide" xref="index#usage"/>
6     <revision pkgversion="3.0" version="0.1" date="2010-05-04" status="incomplete"/>
7     <desc>
8       Handling files and quit the application.
9     </desc>
10     <credit type="author">
11       <name>Jim Evins</name>
12       <email>evins@snaught.com</email>
13     </credit>
14     <credit type="author">
15       <name>Mario Blättermann</name>
16       <email>mario.blaettermann@gmail.com</email>
17     </credit>
18     <license>
19       <p>Creative Commons Share Alike 3.0</p>
20     </license>    
21   </info>
22
23    <title>Basic usage</title>
24     
25     <section>
26     <title>To open a file</title>
27
28       <p>To open a file, choose 
29         <guiseq><gui>File</gui><gui>Open</gui>
30         </guiseq> to display the <gui>Open File</gui> dialog.
31         Select the file that you want to open, then click
32         <gui>OK</gui>. The file is displayed in the display area
33         of the <app>gLabels</app> window. </p>
34
35       <p>You can also open multiple files in
36         <app>gLabels</app>. The application creates a separate
37         application window for each open file.</p>
38
39       <p>The application records the paths and filenames of the
40         most recent files that you have edited and displays the files as menu
41         items on the <guiseq><gui>File</gui><gui>Recent Files</gui>
42         </guiseq> menu.</p>
43      </section>
44
45      <section id="closefile">
46     <title>To close a file</title>
47
48       <p>To close the current document, choose
49         <guiseq><gui>File</gui>
50         <gui>Close</gui></guiseq> to close the application
51         window.  If the current document is modified, a confirmation dialog
52         will be presented, allowing you to save the document or cancel
53         the command.  If the window being closed is the only open window,
54         <app>gLabels</app> will exit.</p>
55      </section>
56      
57      <section>
58     <title>To save a file</title>
59
60       <p>You can save files in the following ways:</p>
61
62       <list><item>
63
64           <p>To save changes to an existing file, choose 
65             <guiseq><gui>File</gui>
66             <gui>Save</gui></guiseq>. </p>
67
68         </item>
69         <item>
70
71           <p>To save a new file or to save an existing file under a new
72             filename, choose <guiseq><gui>File</gui>
73             <gui>Save As</gui></guiseq>. Enter a name
74             for the file in the <gui>Save As</gui> dialog box,
75             then click <gui>OK</gui>.</p>
76
77         </item>
78       </list>
79      </section>
80
81      <section>
82     <title>To quit <app>gLabels</app></title>
83
84       <p>To quit <app>gLabels</app>, choose <guiseq><gui>File</gui>
85         <gui>Quit</gui></guiseq>. This is equivalent to closing all open windows. 
86         See <link xref="basicusage#closefile"/>.</p>
87      </section>
88 </page>