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 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
  
     | 
    
      <?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="ui" id="nautilus-list" xml:lang="ca">
  <info>
    <its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" xlink:type="simple" xlink:href="gnome-help.its"/>
    <link type="guide" xref="nautilus-prefs" group="nautilus-list"/>
    <revision pkgversion="3.5.92" date="2012-09-19" status="review"/>
    <revision pkgversion="3.14.0" date="2014-09-23" status="review"/>
    <revision pkgversion="3.18" date="2014-09-30" status="candidate"/>
    <revision pkgversion="3.33.3" date="2019-07-19" status="candidate"/>
    <revision pkgversion="41.0" date="2021-10-15" status="candidate"/>
    <credit type="author">
      <name>Phil Bull</name>
      <email>philbull@gmail.com</email>
    </credit>
    <credit type="editor">
      <name>Michael Hill</name>
      <email>mdhillca@gmail.com</email>
    </credit>
    <credit type="editor">
      <name>Ekaterina Gerasimova</name>
      <email>kittykat3756@gmail.com</email>
      <years>2014</years>
    </credit>
    <credit type="editor">
      <name>David King</name>
      <email>amigadave@amigadave.com</email>
      <years>2015</years>
    </credit>
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
    <desc>Controlar quina informació es mostra a les columnes de la vista de llista.</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>Preferències de les columnes de la llista de fitxers</title>
  <p>There are several columns of information that you can display in the
  <gui>Files</gui> list view..</p>
  <p>Click the view options button in the toolbar, pick <gui>Visible
  Columns…</gui> and select the columns that you want to be visible. You will
  then be able to sort by those columns.</p>
  <terms>
    <item>
      <title><gui>Nom</gui></title>
      <p>El nom de carpetes i fitxers.</p>
      <note style="tip">
        <p>La columna <gui>Nom</gui> no es pot ocultar.</p>
      </note>
    </item>
    <item>
      <title><gui>Mida</gui></title>
      <p>La mida d'una carpeta es dona com la quantitat d'elements que conté. La mida d'un fitxer es proporciona en bytes, KB o MB.</p>
    </item>
    <item>
      <title><gui>Tipus</gui></title>
      <p>Es mostra com a carpeta, o tipus de fitxer com ara document PDF, imatge JPEG, àudio MP3 i més.</p>
    </item>
    <item>
      <title><gui>Propietari</gui></title>
      <p>El nom de l'usuari al qual pertany la carpeta o el fitxer.</p>
    </item>
    <item>
      <title><gui>Grup</gui></title>
      <p>El grup al qual pertany el fitxer. Cada usuari normalment està en el seu propi grup, però és possible que hi hagi molts usuaris en un sol grup. Per exemple, un departament pot tenir el seu propi grup en un entorn de treball.</p>
    </item>
    <item>
      <title><gui>Permisos</gui></title>
      <p>Mostra els permisos d'accés al fitxer. Per exemple, <gui>drwxrw-r--</gui></p>
      <list>
        <item>
          <p>El primer caràcter és el tipus de fitxer.<gui>-</gui> significa fitxer regular i <gui>d</gui> significa directori (carpeta). Rarament es poden mostrar altres caràcters.</p>
        </item>
        <item>
          <p>Els següents tres caràcters <gui>rwx</gui> especifiquen permisos per a l'usuari propietari del fitxer.</p>
        </item>
        <item>
          <p>Els següents tres <gui>rw-</gui> especifiquen permisos per a tots els membres del grup propietaris del fitxer.</p>
        </item>
        <item>
          <p>Els darrers tres caràcters de la columna <gui>r--</gui> especifiquen permisos per a tots els altres usuaris del sistema.</p>
        </item>
      </list>
      <p>Cada permís té els significats següents:</p>
      <list>
        <item>
          <p><gui>r</gui>: llegible, el que significa que podeu obrir el fitxer o la carpeta</p>
        </item>
        <item>
          <p><gui>w</gui>: es pot escriure, el que significa que podeu desar-hi canvis</p>
        </item>
        <item>
          <p><gui>x</gui>: executable, el que significa que podeu executar-lo si és un programa o fitxer de script, o podeu accedir a subcarpetes i fitxers si és una carpeta</p>
        </item>
        <item>
          <p><gui>-</gui>: permís no establert</p>
        </item>
      </list>
    </item>
    <item>
      <title><gui>Ubicació</gui></title>
      <p>El camí a la ubicació del fitxer.</p>
    </item>
    <item>
      <title><gui>Modificat</gui></title>
      <p>Dona la data de la darrera vegada que es va modificar el fitxer.</p>
    </item>
    <item>
      <title><gui>Modificat - Hora</gui></title>
      <p>Dona la data i l'hora de la darrera vegada que es va modificar el fitxer.</p>
    </item>
    <item>
      <title><gui>Accedit</gui></title>
      <p>Gives the date or time of the last time the file was accessed.</p>
    </item>
    <item>
      <title><gui>Recency</gui></title>
      <p>Gives the date or time of the last time the file was accessed by the user.</p>
    </item>
    <item>
      <title><gui>Detailed Type</gui></title>
      <p>Mostra el tipus MIME de l'element.</p>
    </item>
    <item>
      <title><gui>Created</gui></title>
      <p>Gives the date and time when the file was created.</p>
    </item>
  </terms>
</page>
 
     |