~ubuntu-branches/ubuntu/raring/gnome-user-docs/raring-proposed

« back to all changes in this revision

Viewing changes to gnome-help/id/files-rename.page

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-04-16 23:55:05 UTC
  • mfrom: (2.4.5 sid)
  • Revision ID: package-import@ubuntu.com-20120416235505-45559x5ql5e85q3j
Tags: 3.4.1-1
* New upstream release.
* debian/copyright: Move to copyright 1.0 format.

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="task" id="files-rename" xml:lang="id">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="files"/>
 
6
    <desc>Change file or folder name.</desc>
 
7
 
 
8
    <revision pkgversion="3.4.0" date="2012-02-20" status="review"/>
 
9
    <credit type="author">
 
10
      <name>Projek Dokumentasi GNOME</name>
 
11
      <email>gnome-doc-list@gnome.org</email>
 
12
    </credit>
 
13
    <credit type="author">
 
14
      <name>Shaun McCance</name>
 
15
      <email>shaunm@gnome.org</email>
 
16
    </credit>
 
17
    <credit type="author">
 
18
      <name>Jim Campbell</name>
 
19
      <email>jwcampbell@gmail.com</email>
 
20
    </credit>
 
21
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
22
  
 
23
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
24
      <mal:name>Andika Triwidada</mal:name>
 
25
      <mal:email>andika@gmail.com</mal:email>
 
26
      <mal:years>2011, 2012</mal:years>
 
27
    </mal:credit>
 
28
  </info>
 
29
 
 
30
  <title>Rename a file or folder</title>
 
31
 
 
32
  <p>As with other file managers, you can use the GNOME file manager to change
 
33
  the name of a file or folder.</p>
 
34
  <steps>
 
35
    <title>To rename a file or folder:</title>
 
36
    <item><p>Right-click on the item and select <gui>Rename</gui>, or select
 
37
    the file and press <key>F2</key>.</p></item>
 
38
    <item><p>Type the new name and press <key>Enter</key>.</p></item>
 
39
  </steps>
 
40
 
 
41
  <p>You can also rename a file from the
 
42
  <link xref="nautilus-file-properties-basic">properties</link> window.</p>
 
43
 
 
44
  <p>When you rename a file, only the first part of the name of the file is
 
45
  selected, not the file extension (the part after the "."). The extension
 
46
  normally denotes what type of file it is (e.g. <file>file.pdf</file> is a PDF
 
47
  document), and you usually do not want to change that. If you need to change
 
48
  the extension as well, select the entire file name and change it.</p>
 
49
 
 
50
  <note style="tip">
 
51
    <p>If you renamed the wrong file, or named your file improperly, you can
 
52
    undo the rename. To revert the action, immediately click <guiseq><gui>Edit
 
53
    </gui><gui> Undo</gui> </guiseq> to restore the former name.</p>
 
54
  </note>
 
55
 
 
56
  <section id="valid-chars">
 
57
    <title>Valid characters for file names</title>
 
58
    <p>You can use any character except the <key>/</key> (slash) character in
 
59
    file names. Some devices, however, use a <em>file system</em> that has more
 
60
    restrictions on file names. Therefore, it is a best practice to avoid the
 
61
    following characters in your file names: <key>|</key>, <key>\</key>,
 
62
    <key>?</key>, <key>*</key>, <key>&lt;</key>, <key>"</key>, <key>:</key>,
 
63
    <key>&gt;</key>, <key>/</key>.</p>
 
64
 
 
65
    <note style="warning">
 
66
    <p> If you name a file with a <key>.</key> as the first character, the file
 
67
    will be <link xref="files-hidden">hidden</link> when you attempt to view
 
68
    it in the file manager.</p>
 
69
    </note>
 
70
  </section>
 
71
 
 
72
  <section id="common-probs">
 
73
    <title>Masalah umum</title>
 
74
    <terms>
 
75
      <item>
 
76
        <title>Nama berkas sudah dipakai</title>
 
77
        <p>You can't have two files or folders with the same name in the same
 
78
        folder. If you try to rename a file to a name that already exists in
 
79
        the folder you are working in, the file manager will not allow it.</p>
 
80
        <p>File and folder names are case sensitive, so the file name
 
81
        <file>File.txt</file> is not the same as <file>FILE.txt</file>.
 
82
        Using different file names like this is allowed, though it is not
 
83
        recommended.</p>
 
84
      </item>
 
85
      <item>
 
86
        <title>Nama berkas terlalu panjang</title>
 
87
        <p>On some file systems, file names can have no more than 255
 
88
        characters in their names.  This 255 character limit includes both the
 
89
        file name and the path to the file (e.g., <file>/home/wanda/Documents/work/business-proposals/...
 
90
        </file>), so you should avoid long file and folder names where
 
91
        possible.</p>
 
92
      </item>
 
93
      <item>
 
94
        <title>The option to rename is grayed out</title>
 
95
        <p>If <gui>Rename</gui> is grayed out, you do not have permission to
 
96
        rename the file. You should use caution with renaming such files, as
 
97
        renaming some protected files may cause your system to become unstable.
 
98
        See <link xref="nautilus-file-properties-permissions"/> for more
 
99
        information.</p>
 
100
      </item>
 
101
    </terms>
 
102
  </section>
 
103
</page>