~ubuntu-branches/ubuntu/precise/gnome-user-docs/precise

« back to all changes in this revision

Viewing changes to gnome-help/nl/nautilus-file-properties-basic.page

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2011-09-12 09:23:35 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: package-import@ubuntu.com-20110912092335-11udas9xjsi3g6n0
Tags: 3.1.1-0ubuntu1
New upstream release

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="topic" style="ui" id="nautilus-file-properties-basic" xml:lang="nl">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="files" group="more"/>
 
6
 
 
7
   <desc>View basic file information, set permissions, and choose
 
8
   default applications.</desc>
 
9
 
 
10
   <revision pkgversion="3.2" date="2011-09-05" status="final"/>
 
11
   <credit type="author">
 
12
     <name>Tiffany Antopolski</name>
 
13
     <email>tiffany@antopolski.com</email>
 
14
   </credit>
 
15
   <credit type="author">
 
16
     <name>Shaun McCance</name>
 
17
     <email>shaunm@gnome.org</email>
 
18
   </credit>
 
19
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
20
    <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"/>
 
21
  </info>
 
22
  <title>File properties</title>
 
23
 
 
24
  <p>To view information about a file or folder, right-click it and select
 
25
  <gui>Properties</gui>. You can also select the file and press
 
26
  <keyseq><key>Alt</key><key>Enter</key></keyseq>.</p>
 
27
 
 
28
  <p>The file properties window shows you information like the type of file,
 
29
  the size of the file, and when you last modified it. If you need this 
 
30
  information often, you
 
31
  can have it displayed in <link xref="nautilus-list">list view columns</link>
 
32
  or <link xref="nautilus-display#icon-captions">icon captions</link>.</p>
 
33
 
 
34
  <p>The information given on the <gui>Basic</gui> tab is explained below. 
 
35
  There are also 
 
36
  <gui><link xref="nautilus-file-properties-permissions">Permissions</link></gui> 
 
37
  and <gui><link xref="files-open#default">Open With</link></gui> tabs. For 
 
38
  certain types of files, such as images and videos, there will be an extra tab 
 
39
  that provides information like the dimensions, duration, and codec.</p>
 
40
 
 
41
<section id="basic">
 
42
 <title>Basic properties</title>
 
43
 <terms>
 
44
  <item>
 
45
    <title><gui>Name</gui></title>
 
46
    <p>You can rename the file by changing this field.
 
47
    You can also rename a file outside the properties window. See
 
48
    <link xref="files-rename"/>.</p>
 
49
  </item>
 
50
  <item>
 
51
    <title><gui>Type</gui></title>
 
52
    <p>This helps you identify the type of the file, such as PDF document, 
 
53
    OpenDocument Text, or JPEG image. The file type determines which 
 
54
    applications can open the file, amongst  other things. For example, you 
 
55
    can't open a picture with a music player. See <link xref="files-open"/> 
 
56
    for more information on this.</p> 
 
57
  <p>The <em>MIME type</em> of the file is shown in parentheses; MIME type is 
 
58
    a standard way that computers use to refer to the file type.</p>
 
59
  </item>
 
60
 
 
61
  <item>
 
62
    <title>Contents</title>
 
63
    <p>This field is displayed if you are looking at the properties of a folder rather than a file. It helps you see the number of items in the folder.  If the folder includes other folders, each inner folder is counted as one item, even if it contains further items. Each file is also counted as one item. If the folder is empty, the contents will display <gui>nothing</gui>.</p>
 
64
  </item>
 
65
 
 
66
  <item>
 
67
    <title>Size</title>
 
68
    <p>This field is displayed if you are looking at a file (not a folder). The size of a file tells you how much disk space it takes up. This is also an indicator of how long it will take to download a file or send it in an email (big files take longer to send/receive).</p>
 
69
    <p>Sizes may be given in bytes, KB, MB, or GB; in the case of the last three, the size in bytes will also be given in parentheses. Technically, 1 KB is 1024 bytes, 1 MB is 1024 KB and so on.</p>
 
70
  </item>
 
71
 
 
72
  <item>
 
73
    <title>Location</title>
 
74
    <p>The location of each file on your computer is given by its <em>absolute path</em>. This is a unique "address" of the file on your computer, made up of a list of the folders that you would need to go into to find the file. For example, if Jim had a file called <file>Resume.pdf</file> in his Home folder, its location would be <file>/home/jim/Resume.pdf</file>.</p>
 
75
  </item>
 
76
 
 
77
  <item>
 
78
    <title>Volume</title>
 
79
    <p>The file system or device that the file is stored on. This shows you
 
80
    where the file is physically stored, for example if it is on the hard disk 
 
81
    or on a CD, or a
 
82
    <link xref="nautilus-connect">network share or file server</link>. Hard 
 
83
    disks can be split up into several 
 
84
    <link xref="disk-partitions">disk partitions</link>; the partition will 
 
85
    be displayed under <gui>Volume</gui> too.</p>
 
86
  </item>
 
87
 
 
88
  <item>
 
89
    <title>Free Space</title>
 
90
    <p>This is only displayed for folders. It gives the amount of disk space 
 
91
    which is available on the disk that the folder is on. This is useful for 
 
92
    checking if the hard disk is full.</p>
 
93
  </item>
 
94
 
 
95
 
 
96
  <item>
 
97
    <title>Accessed</title>
 
98
    <p>The date and time when the file was last opened.</p>
 
99
  </item>
 
100
 
 
101
  <item>
 
102
    <title>Modified</title>
 
103
    <p>The date and time when the file was last changed and saved.</p>
 
104
  </item>
 
105
 </terms>
 
106
</section>
 
107
 
 
108
</page>