~ubuntu-branches/debian/jessie/file-roller/jessie

« back to all changes in this revision

Viewing changes to help/uk/archive-extract-advanced-options.page

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-03-09 19:32:38 UTC
  • mfrom: (1.6.86)
  • Revision ID: package-import@ubuntu.com-20120309193238-dzn4p0szzcambb5v
Tags: 3.3.91-1
* New upstream release.
* Refresh 99_ltmain_as-needed.patch with newer copy in dh-autoreconf.
* Update to Standards-Version 3.9.3, no changes needed.

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-advanced-options" xml:lang="uk">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="index#advanced-options"/>
 
6
    <desc>Specify your preferences for archive extraction.</desc>
 
7
    <credit type="author">
 
8
      <name>Marta Bogdanowicz</name>
 
9
      <email>majus85@gmail.com</email>
 
10
    </credit>
 
11
    <license>
 
12
      <p>Creative Commons Share Alike 3.0</p>
 
13
    </license>
 
14
  </info>
 
15
 
 
16
  <title>Advanced options for archive extracting</title>
 
17
 
 
18
  <p><app>File Roller</app> offers different options while extracting an
 
19
  archive. You can see these options in the file chooser dialog, which you use
 
20
  for choosing the location for extracted files. At the bottom of this dialog,
 
21
  you can decide if you want to extract:</p>
 
22
  <terms>
 
23
    <item>
 
24
      <title><gui>Усі файли</gui></title>
 
25
        <p>the whole archive will be extracted</p>
 
26
    </item>
 
27
    <item>
 
28
      <title><gui>Виділені файли</gui></title>
 
29
        <p><app>File Roller</app> extracts only the chosen files</p>
 
30
          <note>
 
31
          <p>Select them before you click <guiseq><gui style="menu">Archive</gui>
 
32
          <gui style="menuitem">Extract…</gui></guiseq>. Do this by clicking on
 
33
          the file name. Press <key>Ctrl</key> or <key>Shift</key>, to select
 
34
          more than one file.</p>
 
35
          </note>
 
36
    </item>
 
37
    <item>
 
38
      <title><gui>Файли</gui></title>
 
39
        <p>you can type the names of the files that you want to extract</p>
 
40
          <note>
 
41
          <p>The file name needs to be followed by a file extension. You can
 
42
          extract, for example, all <file>.txt</file> files, by typing
 
43
          <file>*.txt</file>.</p>
 
44
          </note>
 
45
    </item>
 
46
  </terms>
 
47
 
 
48
  <p>You can specify in the file chooser dialog whether you want:</p>
 
49
  <terms>
 
50
    <item>
 
51
      <title><gui>Відтворювати структуру каталогів</gui></title>
 
52
        <p>Tick this option if you want to keep the directory structure, as it
 
53
        was in your archive</p>
 
54
    </item>
 
55
    <item>
 
56
      <title><gui>Перезаписувати існуючі файли</gui></title>
 
57
        <p>If your archive contains files with the same name as those in the
 
58
        destination folder, then <app>File Roller</app> will overwrite them
 
59
        during extraction if this option is enabled</p>
 
60
    </item>
 
61
    <item>
 
62
      <title><gui>Do not extract older folders</gui></title>
 
63
        <p>This option will not overwrite existing files with the same name,
 
64
        which have a more recent modification date than those which are in the
 
65
        archive.</p>
 
66
    </item>
 
67
  </terms>
 
68
 
 
69
  <p>These <gui>Actions</gui> are listed at the bottom of the dialog.</p>
 
70
 
 
71
  <note style="advanced">
 
72
    <p>The option <gui>Do not extract older files</gui> is only avaiable when
 
73
    the option <gui>Overwrite existing files</gui> has been enabled.</p>
 
74
  </note>
 
75
 
 
76
</page>