~ubuntu-branches/ubuntu/saucy/mountmanager/saucy

« back to all changes in this revision

Viewing changes to options/ntfs.xml

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2008-08-20 10:22:14 UTC
  • Revision ID: james.westby@ubuntu.com-20080820102214-fv93myu0ncb1503r
Tags: upstream-0.2.4
Import upstream version 0.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<options>
 
3
        <option>
 
4
                <title lang="en">Encoding of files names</title>
 
5
                <title lang="ru">Кодировка имён файлов</title>
 
6
                <type>Encoding</type>
 
7
                <values>
 
8
                        <variant>iocharset=</variant>
 
9
                </values>
 
10
                <docmark>ntfs_iocharset</docmark>
 
11
        </option>
 
12
        <option>
 
13
                <title lang="en">Use Utf8 for converting file names</title>
 
14
                <title lang="ru">Использовать кодировку Utf8 для конвертироваия имён файлов</title>
 
15
                <type>CheckBox</type>
 
16
                <values>
 
17
                        <variant status="checked">utf8</variant>
 
18
                </values>
 
19
                <docmark>ntfs_utf8</docmark>
 
20
        </option>
 
21
        <option>
 
22
                <title lang="en">The file system distinguishes between upper and lower case</title>
 
23
                <title lang="ru">Файловая система различает нижний и верхний регистр</title>
 
24
                <type>CheckBox</type>
 
25
                <values>
 
26
                        <variant status="checked">posix=1</variant>
 
27
                        <variant status="default">posix=0</variant>
 
28
                </values>
 
29
                <docmark>ntfs_posix</docmark>
 
30
        </option>
 
31
        <option>
 
32
                <title lang="en">Permissions for users(for files and directories)</title>
 
33
                <title lang="ru">Права для пользователей(для файлов и директорий)</title>
 
34
                <type>Permissions</type>
 
35
                <maximum>777</maximum>
 
36
                <values>
 
37
                        <variant>umask=</variant>
 
38
                </values>
 
39
                <docmark>ntfs_utf8</docmark>
 
40
        </option>
 
41
</options>
 
 
b'\\ No newline at end of file'