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

« back to all changes in this revision

Viewing changes to gnome-help/sv/files-rename.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
1
<?xml version="1.0" encoding="utf-8"?>
2
 
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="files-rename">
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="files-rename" xml:lang="sv">
3
3
 
4
4
  <info>
5
5
    <link type="guide" xref="files"/>
6
 
    <desc>Change file or folder name.</desc>
7
 
    <revision pkgversion="3.0" date="2011-03-29" status="final"/>
8
 
    <revision pkgversion="3.0" version="3.0.1" date="2011-04-06" status="outdated"/>
 
6
    <desc>Byt namn på fil eller mapp.</desc>
 
7
 
 
8
    <revision pkgversion="3.2" date="2011-09-04" status="final"/>
9
9
    <credit type="author">
10
10
      <name>Dokumentationsprojekt för GNOME</name>
11
11
      <email>gnome-doc-list@gnome.org</email>
17
17
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
18
18
  </info>
19
19
 
20
 
  <title>Rename a file or folder</title>
 
20
  <title>Byt namn på en fil eller mapp</title>
21
21
 
 
22
<p>You can change the name of a file or folder.</p>
22
23
  <steps>
23
24
    <item><p>Right-click on a file or folder and select <gui>Rename</gui>, 
24
25
    or select the file and press <key>F2</key>.</p></item>
25
 
    <item><p>Type the new name and press <key>Enter</key>.</p></item>
 
26
    <item><p>Ange det nya namnet och tryck på <key>Retur</key>.</p></item>
26
27
  </steps>
27
28
 
28
29
  <p>You can also rename a file from the
29
 
  <link xref="nautilus-file-properties-basic#rename">properties</link> window.</p>
 
30
  <link xref="nautilus-file-properties-basic">properties</link> window.</p>
30
31
 
31
 
  <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 it with your mouse, or press <keyseq><key>Ctrl</key><key>A</key></keyseq> to select the entire file name.</p>
 
32
  <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>
32
33
 
33
34
  <section id="valid-chars">
34
 
    <title>Valid characters for file names</title>
 
35
    <title>Giltiga tecken för filnamn</title>
35
36
    <p>You can use any character except the <key>/</key> (slash) character in file names.
36
37
    Some devices, however, use a <em>file system</em> that has more restrictions on file
37
38
    names. For example, USB flash drives are often formatted with the <em>FAT32</em> file
47
48
  </section>
48
49
 
49
50
  <section id="common-probs">
50
 
    <title>Common problems</title>
 
51
    <title>Vanliga problem</title>
51
52
    <terms>
52
53
      <item>
53
 
        <title>The name is already used</title>
 
54
        <title>Namnet används redan</title>
54
55
        <p>You can't have two files or folders with the same name in the same folder.
55
56
        If you try to rename a file to a name that already exists in the folder you
56
57
        are working in, the file manager will not allow it.  Use a different name.</p>
59
60
        not always a good idea.</p>
60
61
      </item>
61
62
      <item>
62
 
        <title>File name too long</title>
 
63
        <title>The file name is too long</title>
63
64
        <p>On some file systems, file names can have no more than 255 characters in their names.  Use a shorter name.</p>
64
65
      </item>
65
66
      <item>