1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="files-sort" xml:lang="ca">
<info>
<link type="guide" xref="files#common-file-tasks"/>
<revision pkgversion="3.6.0" version="0.2" date="2012-09-25" status="review"/>
<revision pkgversion="3.13.92" date="2014-09-22" status="review"/>
<revision pkgversion="3.18" date="2015-09-29" status="final"/>
<revision version="gnome:45" date="2024-03-04" status="final"/>
<credit type="author">
<name>Phil Bull</name>
<email>philbull@gmail.com</email>
</credit>
<credit type="author">
<name>Jim Campbell</name>
<email>jwcampbell@gmail.com</email>
</credit>
<credit type="editor">
<name>Michael Hill</name>
<email>mdhillca@gmail.com</email>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc>Organitzeu els fitxers pel nom, la mida, el tipus o per quan hagin canviat.</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Jaume Jorba</mal:name>
<mal:email>jaume.jorba@gmail.com</mal:email>
<mal:years>2018, 2019</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Jordi Mas i Hernàndez</mal:name>
<mal:email>jmas@softcatala.org</mal:email>
<mal:years>2018, 2020-2023</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Miquel-Àngel Burgos i Fradeja</mal:name>
<mal:email>miquel.angel.burgos@gmail.com</mal:email>
<mal:years>2020</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Maite Guix i Ribé</mal:name>
<mal:email>maite.guix@me.com</mal:email>
<mal:years>2022</mal:years>
</mal:credit>
</info>
<title>Ordenar fitxers i carpetes</title>
<p>Podeu ordenar els fitxers d'una carpeta de diferents maneres, per exemple segons la seva data o la mida. Consulteu <link xref="#ways"/> a sota per a veure una llista de formes habituals d'ordenar els fitxers. Consulteu <link xref="nautilus-views"/> per a obtenir informació sobre com canviar l'ordre de classificació per defecte.</p>
<p>The way that you can sort files depends on the <em>folder view</em> that you
are using. You can change the current view using the list/grid button in the
toolbar.</p>
<section id="icon-view">
<title>Grid view</title>
<p>To sort files in a different order, click the view options button in the
toolbar and choose <gui>A-Z</gui>, <gui>Z-A</gui>, <gui>Last Modified</gui>,
<gui>First Modified</gui>, <gui>Size</gui>, or <gui>Type</gui>.</p>
<p>As an example, if you select <gui>A-Z</gui>, the files will be sorted
by their names, in alphabetical order. See <link xref="#ways"/> for other
options.</p>
</section>
<section id="list-view">
<title>Visualització de llista</title>
<p>Per a ordenar els fitxers en un ordre diferent, cliqueu a un dels encapçalaments de columna al gestor de fitxers. Per exemple, cliqueu a <gui>Tipus</gui> per a ordenar per tipus de fitxer. Cliqueu a l'encapçalament de la columna de nou per a ordenar en ordre invers.</p>
<p>For more sort options, click the view options button in the toolbar.</p>
<p>A la vista de llista, podeu mostrar columnes amb més atributs i ordenar per aquestes columnes. Cliqueu al botó Opcions de visualització a la barra d'eines, seleccioneu <gui>Columnes visibles…</gui> i seleccioneu les columnes que voleu que siguin visibles. A continuació, podreu ordenar per aquestes columnes. Consultar <link xref="nautilus-list"/> per a obtenir les descripcions de les columnes disponibles.</p>
</section>
<section id="ways">
<title>Maneres d'ordenar fitxers</title>
<terms>
<item>
<title>A-Z</title>
<p>Ordena alfabèticament pel nom del fitxer.</p>
</item>
<item>
<title>Z-A</title>
<p>Sorts alphabetically by the name of the file in reverse order.</p>
</item>
<item>
<title>Última modificació</title>
<p>Sorts by the date and time that a file was last changed. Sorts from
oldest to newest.</p>
</item>
<item>
<title>First Modified</title>
<p>Sorts by the date and time that a file was last changed. Sorts from
newest to oldest.</p>
</item>
<item>
<title>Mida</title>
<p>Ordena per la mida del fitxer (quant espai de disc ocupa). Ordena des del més petit al més gran per defecte.</p>
</item>
<item>
<title>Tipus</title>
<p>Ordre alfabèticament pel tipus de fitxer. Els fitxers del mateix tipus s'agrupen, ordenats per nom.</p>
</item>
</terms>
</section>
</page>
|