~ubuntu-branches/ubuntu/karmic/file-roller/karmic

« back to all changes in this revision

Viewing changes to help/ca/file-roller.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher, Robert Ancell
  • Date: 2009-06-16 12:41:19 UTC
  • mfrom: (1.2.60 upstream)
  • Revision ID: james.westby@ubuntu.com-20090616124119-2bnihzlkh11vsc54
Tags: 2.27.1-0ubuntu1
* debian/control.in:
  - updated gtk requirement

[ Robert Ancell ]
* New upstream version (LP: #387706)
  - New features and user visible changes
    - Added support for lzip compressed archives (#579467)
    - Added support for xz compressed archives (#582237)
  - Bugs fixed:
    - #582712: Opening multipart encrypted .7z files does not work (file-roller-created .7z)
    - #584675: Untracked files on fresh clone
    - #580070: Garbage is displayed when adding a folder
    - #583863: Wrong explanation for the command 'extract-here'.
    - #584810: File-roller uses libsexy
    - #584718: File-roller crashes when opening certain archives with wierd characters in filename (LP: #282179)
    - #581102: build error in copy-n-paste/
    - #578467: Should not use deprecated gtk symbols
    - #503240: File-roller kills the entire session when aborted (LP: #369603)
* debian/patches: 30_fix_local_include.patch: Fix local include file in distributed file
* debian/control.in:
* debian/control:
* debian/file-roller.mime:
  - Support lzip and xz

Show diffs side-by-side

added added

removed removed

Lines of Context:
346
346
              <entry align="left"><para><filename>.tar.gz</filename> o <filename>.tgz</filename></para></entry>
347
347
            </row>
348
348
            <row valign="top">
 
349
              <entry><para>Tar archive compressed with <command>lzip</command></para></entry>
 
350
              <entry align="left"><para><filename>.tar.lz</filename> or <filename>.tlz</filename></para></entry>
 
351
            </row>
 
352
            <row valign="top">
349
353
              <entry><para>Arxiu tar comprimit amb el <command>lzop</command></para></entry>
350
354
              <entry align="left"><para><filename>.tar.lzo</filename> o <filename>.tzo</filename></para></entry>
351
355
            </row>
380
384
    <para>El format d'arxiu més comú en sistemes de Microsoft Windows és l'arxiu creat amb el <application>PKZIP</application> o <application>WinZip</application>.</para>
381
385
    <sect2 id="file-roller-intro-nonarchive">
382
386
      <title>Fitxers comprimits que no són arxius</title> 
383
 
      <para>Un fitxer comprimit que no és un arxiu és un fitxer creat quan utilitzeu el <command>bzip2</command>, el <command>gzip</command>, el <command>lzop</command> el <command>compress</command> o el <command>rzip</command> per a comprimir un fitxer que no és un arxiu. Per exemple, <filename>fitxer.txt.gz</filename> es crea quan utilitzeu el <command>gzip</command> per a comprimir <filename>fitxer.txt</filename>.</para>
 
387
      <para>A compressed non-archive file is a file that is created when you use <command>bzip2</command>, <command>gzip</command>, <command>lzip</command>, <command>lzop</command>, <command>compress</command> or <command>rzip</command> to compress a non-archive file. For example, <filename>file.txt.gz</filename> is created when you use <command>gzip</command> to compress <filename>file.txt</filename>.</para>
384
388
      <para>Podeu utilitzar el <application>gestor d'arxius</application> per a crear, obrir o extreure un fitxer comprimit que no és un arxiu.</para> 
385
389
    </sect2>
386
390
  </sect1>