~ben-kietzman/ubuntu/quantal/mountmanager/fix-for-598070

« back to all changes in this revision

Viewing changes to options/ext2.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="ru">Поддерживать POSIX Access Control Lists</title>
 
6
                        <title lang="en">Support POSIX Access Control Lists</title>
 
7
                        <type>CheckBox</type>
 
8
                        <values>
 
9
                                <variant status="default">noacl</variant>
 
10
                                <variant status="checked">acl</variant>
 
11
                        </values>
 
12
                        <docmark>ext3_acl</docmark>
 
13
                </option>
 
14
                <docmark>ext3_acl</docmark>
 
15
                <option>
 
16
                        <title lang="en">What allocator use for new inodes</title>
 
17
                        <title lang="ru">Что использовать для новых таблиц inodes</title>
 
18
                        <type>ComboBox</type>
 
19
                        <show>
 
20
                                <locale name="en">
 
21
                                        <variant>Orlov</variant>
 
22
                                        <variant>Oldalloc</variant>
 
23
                                </locale>
 
24
                        </show>
 
25
                        <values>
 
26
                                <variant>orlov</variant>
 
27
                                <variant>oldalloc</variant>
 
28
                        </values>
 
29
                        <docmark>ext3_alloc</docmark>
 
30
                </option>
 
31
                <option>
 
32
                        <title lang="en">Support extended attibutes of user</title>
 
33
                        <title lang="ru">Поддерживать расширенные атрибуты пользователя</title>
 
34
                        <type>CheckBox</type>
 
35
                        <values>
 
36
                                <variant status="default">nouser_xattr</variant>
 
37
                                <variant status="checked">user_xattr</variant>
 
38
                        </values>
 
39
                        <docmark>ext3_xattr</docmark>
 
40
                </option>
 
41
                <option>
 
42
                        <title lang="en">Don't attach buffer-heads to file pagecache</title>
 
43
                        <title lang="ru">Не прикреплять "голову" буффера в файловую кэш-страницу</title>
 
44
                        <type>CheckBox</type>
 
45
                        <values>
 
46
                                <variant status="checked">nobh</variant>
 
47
                        </values>
 
48
                        <docmark>ext3_nobh</docmark>
 
49
                </option>
 
50
        </expert>
 
51
        <option>
 
52
                <title lang="en">Check file system at mount time</title>
 
53
                <title lang="ru">Проверять файловую систему во время монтирования</title>
 
54
                <type>CheckBox</type>
 
55
                <values>
 
56
                        <variant status="default">nocheck</variant>
 
57
                        <variant status="checked">check</variant>
 
58
                </values>
 
59
                <docmark>ext3_check</docmark>
 
60
        </option>
 
61
        <option>
 
62
                <title lang="en">What to do when an error is encountered</title>
 
63
                <title lang="ru">Что делать при появлении неожиданной ошибке</title>
 
64
                <type>ComboBox</type>
 
65
                <show>
 
66
                        <locale name="en">
 
67
                                <variant>Try to remount, but in read-only mode</variant>
 
68
                                <variant>Ignore</variant>
 
69
                                <variant>Halt the system</variant>
 
70
                        </locale>
 
71
                        <locale name="ru">
 
72
                                <variant>Попытаться перемонтировать, но в режиме "только чтение"</variant>
 
73
                                <variant>Игнорировать</variant>
 
74
                                <variant>Остановить систему</variant>
 
75
                        </locale>
 
76
                </show>
 
77
                <values>
 
78
                        <variant>errors=remount-ro</variant>
 
79
                        <variant>errors=continue</variant>
 
80
                        <variant>errors=panic</variant>
 
81
                </values>
 
82
                <docmark>ext3_errors</docmark>
 
83
        </option>
 
84
        <option>
 
85
                <title lang="en">Define what group id is newly created file gets</title>
 
86
                <title lang="ru">Выставлять GID для каждого нового созданного файла</title>
 
87
                <type>CheckBox</type>
 
88
                <values>
 
89
                        <variant status="default">nogrpid</variant>
 
90
                        <variant status="checked">grpid</variant>
 
91
                </values>
 
92
                <docmark>ext3_grpid</docmark>
 
93
        </option>
 
94
        <option>
 
95
                <title lang="en">Print debugging info upon each (re)mount</title>
 
96
                <title lang="ru">Печатать debug-информацию во время каждого монтирования</title>
 
97
                <type>CheckBox</type>
 
98
                <values>
 
99
                        <variant status="checked">debug</variant>
 
100
                </values>
 
101
                <docmark>ext3_debug</docmark>
 
102
        </option>
 
103
        <option>
 
104
                <title lang="en">Disables 32-bit UIDs and GIDs</title>
 
105
                <title lang="ru">Не использовать 32 битные UID и GID</title>
 
106
                <type>CheckBox</type>
 
107
                <values>
 
108
                        <variant status="checked">nouid32</variant>
 
109
                </values>
 
110
                <docmark>ext3_nouid32</docmark>
 
111
        </option>
 
112
</options>
 
 
b'\\ No newline at end of file'