<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="files-sort" xml:lang="es">

  <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>Ordenar archivos por nombre, tamaño, tipo, o por cuando se modificaron.</desc>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Daniel Mustieles</mal:name>
      <mal:email>daniel.mustieles@gmail.com</mal:email>
      <mal:years>2011 - 2022</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Nicolás Satragno</mal:name>
      <mal:email>nsatragno@gnome.org</mal:email>
      <mal:years>2012</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Francisco Molinero</mal:name>
      <mal:email>paco@byasl.com</mal:email>
      <mal:years>2011</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Jorge González</mal:name>
      <mal:email>jorgegonz@svn.gnome.org</mal:email>
      <mal:years>2011, 2012</mal:years>
    </mal:credit>
  </info>

<title>Ordenar archivos y carpetas</title>

<p>Puede ordenar los archivos de una carpeta de diferentes formas; por ejemplo, por fecha o tamaño. Consulte la sección <link xref="#ways"/>para ver una lista de formas habituales de ordenar archivos. Consulte la sección <link xref="nautilus-views"/> para obtener información sobre cómo cambiar la ordenación predeterminada.</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>Vista de lista</title>

  <p>Para ordenar los archivos de forma diferente, pulse en una de las cabeceras de las columnas en el gestor de archivos. Por ejemplo, pulse en <gui>Tipo</gui> para ordenar por tipo de archivo. Pulse de nuevo en la cabecera de la columna para ordenar en orden inverso.</p>

  <p>For more sort options, click the view options button in the toolbar.</p>

  <p>En la vista de lista, puede mostrar las columnas con más atributos y ordenar por estas columnas. Pulse en el botón de opciones de la vista en la barra de herramientas, elija <gui>Columnas visibles…</gui> y seleccione las columnas que quiere que sean visibles. A continuación, podrá ordenar por esas columnas. Consulte la sección <link xref="nautilus-list"/> para obtener las descripciones de las columnas disponibles.</p>

</section>

<section id="ways">
  <title>Maneras de ordenar archivos</title>

  <terms>
    <item>
      <title>A-Z</title>
      <p>Ordena alfabéticamente por el nombre del archivo.</p>
    </item>
    <item>
      <title>Z-A</title>
      <p>Sorts alphabetically by the name of the file in reverse order.</p>
    </item>
    <item>
      <title>Última modificación</title>
      <p>Sorts by the date and time that a file was last changed. Sorts from
      newest to oldest.</p>
    </item>
    <item>
      <title>First Modified</title>
      <p>Sorts by the date and time that a file was first changed. Sorts from
      oldest to newest.</p>
    </item>
    <item>
      <title>Tamaño</title>
      <p>Ordena por el tamaño del archivo (cuánto espacio ocupa). Ordena de menor a mayor de manera predeterminada.</p>
    </item>
    <item>
      <title>Tipo</title>
      <p>Ordena alfabéticamente por el tipo de archivo. Los archivos del mismo tipo se agrupan, a continuación, ordenados por nombre.</p>
    </item>
  </terms>

</section>

</page>
