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

« back to all changes in this revision

Viewing changes to options/udf.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
        <expert>
 
4
                <option>
 
5
                        <title lang="en">Set number of session on multisession CD -=Type=-</title>
 
6
                        <title lang="ru">Установить номер сессии на мультисессионном CD -=Type=-</title>
 
7
                        <type>SpinBox</type>
 
8
                        <default>0</default>
 
9
                        <values>
 
10
                                <variant>session=</variant>
 
11
                        </values>
 
12
                        <docmark>iso9660_session</docmark>
 
13
                </option>
 
14
                <option>
 
15
                        <title lang="en">Unset strict conformance</title>
 
16
                        <title lang="ru">Не устанавливать строгое соответствие</title>
 
17
                        <type>СheckBox</type>
 
18
                        <values>
 
19
                                <variant status="checked">nostrict</variant>
 
20
                        </values>
 
21
                        <docmark>udf_nostrict</docmark>
 
22
                </option>
 
23
                <option>
 
24
                        <title lang="en">Size of blocks</title>
 
25
                        <title lang="ru">Размер блоков</title>
 
26
                        <show>
 
27
                                <locale name="en">
 
28
                                        <variant>2048</variant>
 
29
                                        <variant>512</variant>
 
30
                                        <variant>1024</variant>
 
31
                                </locale>
 
32
                        </show>
 
33
                        <values>
 
34
                                <variant>bs=2048</variant>
 
35
                                <variant>bs=512</variant>
 
36
                                <variant>bs=1024</variant>
 
37
                        </values>
 
38
                        <docmark>udf_bs</docmark>
 
39
                </option>
 
40
                <option>
 
41
                        <title lang="en">Skip volume sequence recognition</title>
 
42
                        <title lang="ru">Пропуск распознавания последовательности тома</title>
 
43
                        <type>СheckBox</type>
 
44
                        <values>
 
45
                                <variant status="checked">novrs</variant>
 
46
                        </values>
 
47
                        <docmark>udf_novrs</docmark>
 
48
                </option>
 
49
                <option>
 
50
                        <title lang="en">Override -=Type=- standard anchor location </title>
 
51
                        <title lang="ru">Отмена -=Type=- расположения стандартного якоря</title>
 
52
                        <type>SpinBox</type>
 
53
                        <default>256</default>
 
54
                        <values>
 
55
                                <variant>anchor=</variant>
 
56
                        </values>
 
57
                        <docmark>udf_anchor</docmark>
 
58
                </option>
 
59
                <option>
 
60
                        <title lang="en">Last block of the filesystem -=Type=-</title>
 
61
                        <title lang="ru">Последний блок файловой системы -=Type=-</title>
 
62
                        <type>SpinBox</type>
 
63
                        <default>0</default>
 
64
                        <values>
 
65
                                <variant>lastblock=</variant>
 
66
                        </values>
 
67
                        <docmark>udf_lastblock</docmark>
 
68
                </option>
 
69
        </expert>
 
70
        <option>
 
71
                <title lang="en">All files belongs to group</title>
 
72
                <title lang="ru">Все файлы принадлежат группе</title>
 
73
                <type>GID</type>
 
74
                <docmark>gid</docmark>
 
75
        </option>
 
76
        <option>
 
77
                <title lang="en">All files belongs to user</title>
 
78
                <title lang="ru">Все файлы принадлежат пользователю</title>
 
79
                <type>UID</type>
 
80
                <docmark>uid</docmark>
 
81
        </option>
 
82
        <option>
 
83
                <title lang="en">Encoding of files names</title>
 
84
                <title lang="ru">Кодировка имён файлов</title>
 
85
                <type>Encoding</type>
 
86
                <values>
 
87
                        <variant>iocharset=</variant>
 
88
                </values>
 
89
                <docmark>encoding</docmark>
 
90
        </option>
 
91
        <option>
 
92
                <title lang="en">Always show hidden files</title>
 
93
                <title lang="ru">Всегда показывать скрытые файлы</title>
 
94
                <type>СheckBox</type>
 
95
                <values>
 
96
                        <variant status="checked">unhide</variant>
 
97
                </values>
 
98
                <docmark>iso9660_unhide</docmark>
 
99
        </option>
 
100
        <option>
 
101
                <title lang="en">Permissions for users(for files and directories)</title>
 
102
                <title lang="ru">Права для пользователей(для файлов и директорий)</title>
 
103
                <type>Permissions</type>
 
104
                <maximum>777</maximum>
 
105
                <values>
 
106
                        <variant>umask=</variant>
 
107
                </values>
 
108
                <docmark>umask</docmark>
 
109
        </option>
 
110
        <option>
 
111
                <title lang="en">Show deleted files in lists</title>
 
112
                <title lang="ru">Показывать удалёные файлы в списках</title>
 
113
                <type>СheckBox</type>
 
114
                <values>
 
115
                        <variant status="checked">undelete</variant>
 
116
                </values>
 
117
                <docmark>udf_undelete</docmark>
 
118
        </option>
 
119
</options>
 
 
b'\\ No newline at end of file'