File: nautilus-file-properties-basic.page

package info (click to toggle)
gnome-user-docs 49.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 143,008 kB
  • sloc: xml: 829; makefile: 532; sh: 514
file content (108 lines) | stat: -rw-r--r-- 4,614 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="ui" id="nautilus-file-properties-basic" xml:lang="sl">

  <info>
    <link type="guide" xref="files#more-file-tasks"/>

    <revision pkgversion="3.5.92" version="0.2" date="2012-09-19" status="review"/>
    <revision pkgversion="3.18" date="2015-09-29" status="final"/>
    <revision version="gnome:46" date="2024-03-05" status="final"/>

    <credit type="author">
      <name>Tiffany Antopolski</name>
      <email>tiffany@antopolski.com</email>
    </credit>
    <credit type="author">
      <name>Shaun McCance</name>
      <email>shaunm@gnome.org</email>
    </credit>
    <credit type="editor">
      <name>David King</name>
      <email>amigadave@amigadave.com</email>
    </credit>

    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>

    <desc>Ogled osnovnih podatkov, nastavitev dovoljenj in izbira privzetih programov.</desc>

  </info>

  <title>Lastnosti datoteke</title>

  <p>Za ogled podatkov o datoteki ali mapi desno kliknite in izberite <gui>Lastnosti</gui>. Namesto tega lahko tudi izberete datoteko in pritisnite <guiseq><gui>Alt</gui><gui>Enter</gui></guiseq>.</p>

  <p>Okno lastnosti datoteke prikazuje podrobnosti kot so vrsta datoteke, velikost datoteke in kdaj ste jo nazadnje spremenili. Če te podatke potrebujete pogosto, jih lahko imate prikazane v <link xref="nautilus-list">pogledu seznama stolpcev</link> ali <link xref="nautilus-zaslon#icon-captions">ikon</link>.</p>

  <p>For certain types of files, such as images and videos, there will be an
  extra <gui>Properties</gui> entry that provides information like the
  dimensions, duration, and codec.</p>

  <p>For the <gui>Permissions</gui> entry see
  <link xref="nautilus-file-properties-permissions"/>.</p>

<section id="basic">
 <title>Osnovne lastnosti</title>
 <terms>
  <item>
    <title><gui>Name</gui></title>
    <p>The name of the file or folder.</p>
    <note style="tip">
      <p>To rename a file, see <link xref="files-rename"/>.</p>
    </note>
  </item>
  <item>
    <title><gui>Type</gui></title>
    <p>This helps you identify the type of the file, such as PDF document,
    OpenDocument Text, or JPEG image. The file type determines which
    applications can open the file, among other things. For example, you
    can’t open a picture with a music player. See <link xref="files-open"/>
    for more information on this.</p>
    <note style="tip">
      <p>To change the default application to open a file type, see <link xref="files-open#default"/>.</p>
    </note>
  </item>

  <item>
    <title>Vsebina</title>
    <p>To polje se prikaže, če gledate lastnosti mape ne datoteke. Pomaga vam videti število predetov v mapi. Če mapa vsebuje druge mape, se posamezne notranje mape štejejo kot ena predmet, tudi če vsebujejo več predmetov. Vsaka datoteka se prav tako šteje kot en predmet. Če je mapa prazna, bo vsebina prikazala <gui>ničesar</gui>.</p>
  </item>

  <item>
    <title>Velikost</title>
    <p>To polje se prikaže, če gledate datotekao (ne mapo). Velikost datoteke vam pove, koliko prostora na disku zaseda. To je tudi pokazatelj, kako dolgo bo trajalo, da prenesete datoteko ali jo pošljete preko e-pošte (velike datoteke za pošiljanje/prejemanje zahtevajo več časa).</p>
    <p>Velikosti so lahko v bajtih, KB, MB, or GB; v primeru zadnjih treh bo velikost v bajtih podana tudi v oklepaju. 1 KB je 1024 bajtov, 1 MB je 1024 KB in tako dalje.</p>
  </item>

  <item>
    <title>Nezaseden prostor</title>
    <p>To je prikazano samo za mape. Podaja količino prostora, ki je na voljo na disku, na katerem je mapa. To je uporabno za preverjanje, če je trdi disk poln.</p>
  </item>

  <item>
    <title>Parent Folder</title>
    <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 parent folder would be <file>/home/jim</file> and its location
    would be <file>/home/jim/Resume.pdf</file>.</p>
  </item>

  <item>
    <title>Dostopano</title>
    <p>Datum in čas, ko je bila datoteka zadnjič odprta.</p>
  </item>

  <item>
    <title>Spremenjeno</title>
    <p>Datum in čas zadnje spremembe in shranjevanja datoteke.</p>
  </item>

  <item>
    <title>Created</title>
    <p>The date and time when the file was created.</p>
  </item>
 </terms>
</section>

</page>