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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2011-09-27 08:53:15 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: package-import@ubuntu.com-20110927085315-e67rwz2j78y49aob
Tags: 3.2.0-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="task" id="files-rename" xml:lang="ru">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="files"/>
 
6
    <desc>Change file or folder name.</desc>
 
7
 
 
8
    <revision pkgversion="3.2" date="2011-09-04" status="final"/>
 
9
    <credit type="author">
 
10
      <name>GNOME Documentation Project</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
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
18
  
 
19
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
20
      <mal:name>Александр Прокудин</mal:name>
 
21
      <mal:email>alexandre.prokoudine@gmail.com</mal:email>
 
22
      <mal:years>2011</mal:years>
 
23
    </mal:credit>
 
24
  </info>
 
25
 
 
26
  <title>Rename a file or folder</title>
 
27
 
 
28
<p>You can change the name of a file or folder.</p>
 
29
  <steps>
 
30
    <item><p>Right-click on a file or folder and select <gui>Rename</gui>, 
 
31
    or select the file and press <key>F2</key>.</p></item>
 
32
    <item><p>Type the new name and press <key>Enter</key>.</p></item>
 
33
  </steps>
 
34
 
 
35
  <p>You can also rename a file from the
 
36
  <link xref="nautilus-file-properties-basic">properties</link> window.</p>
 
37
 
 
38
  <p>When you rename a file, only the first part of the name of the file is selected, not the file extension (the part after the "."). The extension normally denotes what type of file it is (e.g. <file>file.pdf</file> is a PDF document), and you usually do not want to change that. If you need to change the extension as well, select the entire file name and change it.</p>
 
39
 
 
40
  <section id="valid-chars">
 
41
    <title>Valid characters for file names</title>
 
42
    <p>You can use any character except the <key>/</key> (slash) character in file names.
 
43
    Some devices, however, use a <em>file system</em> that has more restrictions on file
 
44
    names. For example, USB flash drives are often formatted with the <em>FAT32</em> file
 
45
    system. On these devices, or if you intend to share files with people who use another
 
46
    operating system, you should avoid the following characters:
 
47
    <key>|</key>, <key>\</key>, <key>?</key>, <key>*</key>, <key>&lt;</key>, <key>"</key>,
 
48
    <key>:</key>, <key>&gt;</key>, <key>/</key>.</p>
 
49
 
 
50
    <note style="warning">
 
51
    <p> If you name a file with a <key>.</key> as the first character, the file will be
 
52
    <link xref="files-hidden">hidden</link>.</p>
 
53
    </note>
 
54
  </section>
 
55
 
 
56
  <section id="common-probs">
 
57
    <title>Common problems</title>
 
58
    <terms>
 
59
      <item>
 
60
        <title>The name is already used</title>
 
61
        <p>You can't have two files or folders with the same name in the same folder.
 
62
        If you try to rename a file to a name that already exists in the folder you
 
63
        are working in, the file manager will not allow it.  Use a different name.</p>
 
64
        <p>File and folder names are case sensitive. For example, <file>File.txt</file>
 
65
        and <file>file.txt</file> are different names.  This is allowed, though it's
 
66
        not always a good idea.</p>
 
67
      </item>
 
68
      <item>
 
69
        <title>The file name is too long</title>
 
70
        <p>On some file systems, file names can have no more than 255 characters in their names.  Use a shorter name.</p>
 
71
      </item>
 
72
      <item>
 
73
        <title>The option to rename is grayed out</title>
 
74
        <p>If <gui>Rename</gui> is grayed out, you do not have permission to rename
 
75
        the file.  Generally, if you do not have the correct permissions to rename
 
76
        a file, you should not be renaming it.
 
77
        See <link xref="nautilus-file-properties-permissions"/>.</p>
 
78
      </item>
 
79
    </terms>
 
80
  </section>
 
81
</page>