~ubuntu-branches/ubuntu/saucy/file-roller/saucy

« back to all changes in this revision

Viewing changes to help/nl/archive-extract.page

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-08-26 10:16:27 UTC
  • mfrom: (1.7.6) (2.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20130826101627-b8uh1n4pnvpfkhww
Tags: 3.9.90-0ubuntu1
* Sync with Debian. Remaining changes:
  - Depend on zip and unzip instead of p7zip which is in universe
  - Suggest p7zip-full (LP: #918107)
  - Recommend sessioninstaller
* Dropped change:
  - Use the Ubuntu epoch for the Nautilus depends (Ubuntu 11.10
    and newer include Nautilus 3.0 or higher)
* New upstream release
  - Restore directory modification time when extracting (LP: #1076716)
  - Allow viewing the password when creating an encrypted archive
    (LP: #772556)
  - Avoid unnecessary word break when wrapping text to new lines
    (LP: #1193921)
* debian/patches/revert_gtk_3-9.patch:
  - Revert commit that requires GTK 3.9 since GTK 3.9 won't be in Saucy
* debian/control.in, debian/rules:
  - Run dh-autoreconf for above patch

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/" type="guide" id="archive-extract" xml:lang="nl">
3
 
 
4
 
  <info>
5
 
    <link type="guide" xref="index#managing-archives"/>
6
 
    <link type="seealso" xref="archive-open"/>
7
 
    <link type="seealso" xref="password-protection"/>
8
 
    <link type="seealso" xref="archive-extract-advanced-options"/>
9
 
    <revision pkgversion="3.4" date="2011-12-12" status="review"/>
10
 
    <revision pkgversion="3.6" date="2012-08-05" status="review"/>
11
 
    <revision pkgversion="3.8" date="2013-03-25" status="candidate"/>
12
 
    <credit type="author">
13
 
      <name>Marta Bogdanowicz</name>
14
 
      <email>majus85@gmail.com</email>
15
 
    </credit>
16
 
    <credit type="editor">
17
 
      <name>Ekaterina Gerasimova</name>
18
 
      <email>kittykat3756@gmail.com</email>
19
 
    </credit>
20
 
    <license>
21
 
      <p>Creative Commons Share Alike 3.0</p>
22
 
    </license>
23
 
    <desc>Extract files or folders from your archive.</desc>
24
 
  </info>
25
 
 
26
 
  <title>Extract an archive</title>
27
 
 
28
 
  <p>Extract files from an archive using <app>Archive Manager</app> by
29
 
  following these steps:</p>
30
 
 
31
 
  <steps>
32
 
    <item>
33
 
      <p><link xref="archive-open">Open</link> an archive.</p>
34
 
    </item>
35
 
    <item>
36
 
      <p>Click <guiseq><gui style="menu">Archive</gui>
37
 
      <gui style="menuitem">Extract…</gui></guiseq> or click <gui>Extract</gui>
38
 
      in the toolbar button.</p>
39
 
    </item>
40
 
    <item>
41
 
      <p>Choose where you want the archive to be extracted to in the file
42
 
      chooser. This will be the destination folder.</p>
43
 
      <note style="tip">
44
 
        <p>See <link xref="archive-extract-advanced-options">advanced options
45
 
        for extracting archives</link> for more extraction options.</p>
46
 
      </note>
47
 
    </item>
48
 
    <item>
49
 
      <p>Click <gui>Extract</gui>.</p>
50
 
    </item>
51
 
    <item>
52
 
      <p>If an archive is protected by a
53
 
      <link xref="password-protection">password</link>, <app>Archive
54
 
      Manager</app> will request it. Type in the password and click
55
 
      <gui>OK</gui>.</p>
56
 
    </item>
57
 
    <item>
58
 
      <p>The application will show you the progress bar in a new dialog.
59
 
      If the extraction completes successfully, you will be asked whether you
60
 
      want to:</p>
61
 
      <list>
62
 
        <item>
63
 
          <p><gui>Quit</gui> to close <app>Archive Manager</app>.</p>
64
 
        </item>
65
 
        <item>
66
 
          <p><gui>Show the files</gui> to view the destination folder with
67
 
          <app>Files</app>.</p>
68
 
        </item>
69
 
        <item>
70
 
          <p><gui>Close</gui> the dialog.</p>
71
 
        </item>
72
 
      </list>
73
 
    </item>
74
 
  </steps>
75
 
 
76
 
</page>