~ubuntu-branches/ubuntu/precise/live-manual/precise

« back to all changes in this revision

Viewing changes to manual/pot/customization_contents.xml.pot

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2010-06-06 15:30:21 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100606153021-wjm839uxrii9x2ks
Tags: upstream-2.0~a1
ImportĀ upstreamĀ versionĀ 2.0~a1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# SOME DESCRIPTIVE TITLE
 
2
# Copyright (C) YEAR Free Software Foundation, Inc.
 
3
# This file is distributed under the same license as the live-manual package.
 
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
 
5
#
 
6
#, fuzzy
 
7
msgid ""
 
8
msgstr ""
 
9
"Project-Id-Version: live-manual VERSION\n"
 
10
"POT-Creation-Date: 2010-06-06 12:16+0300\n"
 
11
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 
12
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 
13
"Language-Team: LANGUAGE <LL@li.org>\n"
 
14
"MIME-Version: 1.0\n"
 
15
"Content-Type: text/plain; charset=utf-8\n"
 
16
"Content-Transfer-Encoding: ENCODING"
 
17
 
 
18
#. type: Content of: <sect1><title>
 
19
#: en/customization_contents.xml:7
 
20
msgid "Customising contents"
 
21
msgstr ""
 
22
 
 
23
#. type: Content of: <sect1><para>
 
24
#: en/customization_contents.xml:9
 
25
msgid "This chapter discusses further customisation of the live system."
 
26
msgstr ""
 
27
 
 
28
#. type: Content of: <sect1><sect2><title>
 
29
#: en/customization_contents.xml:12
 
30
msgid "Includes"
 
31
msgstr ""
 
32
 
 
33
#. type: Content of: <sect1><sect2><para>
 
34
#: en/customization_contents.xml:14
 
35
msgid ""
 
36
"Using includes, it is possible to add (or replace) arbitrary files in your "
 
37
"Debian Live image. &live-helper; provides three mechanisms for using them:"
 
38
msgstr ""
 
39
 
 
40
#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
 
41
#: en/customization_contents.xml:19
 
42
msgid "Chroot local includes"
 
43
msgstr ""
 
44
 
 
45
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
 
46
#: en/customization_contents.xml:23
 
47
msgid ""
 
48
"These allow you to add or replace files to the chroot/Live filesystem. "
 
49
"Please see <xref linkend=\"chroot-local-includes\"/> for more information."
 
50
msgstr ""
 
51
 
 
52
#. type: Content of: <sect1><sect2><sect3><title>
 
53
#: en/customization_contents.xml:29 en/customization_contents.xml:89
 
54
msgid "Binary local includes"
 
55
msgstr ""
 
56
 
 
57
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
 
58
#: en/customization_contents.xml:33
 
59
msgid ""
 
60
"These allow you to add or replace files in the binary image. Please see "
 
61
"<xref linkend=\"binary-local-includes\"/> for more information."
 
62
msgstr ""
 
63
 
 
64
#. type: Content of: <sect1><sect2><sect3><title>
 
65
#: en/customization_contents.xml:39 en/customization_contents.xml:96
 
66
msgid "Binary includes"
 
67
msgstr ""
 
68
 
 
69
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
 
70
#: en/customization_contents.xml:43
 
71
msgid ""
 
72
"These allow you to add or replace Debian specific files in the binary image, "
 
73
"such as the templates and tools directories. Please see <xref linkend="
 
74
"\"binary-includes\"/> for more information."
 
75
msgstr ""
 
76
 
 
77
#. type: Content of: <sect1><sect2><para>
 
78
#: en/customization_contents.xml:50
 
79
msgid ""
 
80
"Please see <xref linkend=\"terms\"/> for more information about the "
 
81
"distinction between the \"Live\" and \"binary\" images."
 
82
msgstr ""
 
83
 
 
84
#. type: Content of: <sect1><sect2><sect3><title>
 
85
#: en/customization_contents.xml:54
 
86
msgid "Live/chroot local includes"
 
87
msgstr ""
 
88
 
 
89
#. type: Content of: <sect1><sect2><sect3><para>
 
90
#: en/customization_contents.xml:56
 
91
msgid ""
 
92
"Chroot local includes can be used to add or replace files in the chroot/Live "
 
93
"filesystem so that they are visible when the Live system is booted. Typical "
 
94
"uses for them are to populate the skeleton user directory (<filename class="
 
95
"\"directory\">/etc/skel</filename>) used by the live system to create the "
 
96
"live user's home directory, or adding configuration files where additional "
 
97
"processing is not required."
 
98
msgstr ""
 
99
 
 
100
#. type: Content of: <sect1><sect2><sect3><para>
 
101
#: en/customization_contents.xml:60
 
102
msgid ""
 
103
"To include files, simply add them to your <filename class=\"directory"
 
104
"\">config/chroot_local-includes</filename> directory. This directory "
 
105
"corresponds to the root directory (<filename class=\"directory\">/</"
 
106
"filename>) of the live system. For example, to add a file <filename>/var/www/"
 
107
"index.html</filename> in the live system, use:"
 
108
msgstr ""
 
109
 
 
110
#. type: Content of: <sect1><sect2><sect3><screen>
 
111
#: en/customization_contents.xml:64
 
112
#, no-wrap
 
113
msgid ""
 
114
"  $ mkdir -p config/chroot_local-includes/var/www\n"
 
115
"  $ cp /path/to/my/index.html config/chroot_local-includes/var/www\n"
 
116
" "
 
117
msgstr ""
 
118
 
 
119
#. type: Content of: <sect1><sect2><sect3><para>
 
120
#: en/customization_contents.xml:69
 
121
msgid "Your configuration will then have the following layout:"
 
122
msgstr ""
 
123
 
 
124
#. type: Content of: <sect1><sect2><sect3><screen>
 
125
#: en/customization_contents.xml:73
 
126
#, no-wrap
 
127
msgid ""
 
128
"-- config\n"
 
129
"   [...]\n"
 
130
"    |-- chroot_local-includes\n"
 
131
"    |   `-- var\n"
 
132
"    |       `-- www\n"
 
133
"    |           `-- index.html\n"
 
134
"   [...]\n"
 
135
"    `-- templates\n"
 
136
" "
 
137
msgstr ""
 
138
 
 
139
#. type: Content of: <sect1><sect2><sect3><para>
 
140
#: en/customization_contents.xml:84
 
141
msgid ""
 
142
"Chroot local includes are installed after package installation so that files "
 
143
"installed by packages are overwritten."
 
144
msgstr ""
 
145
 
 
146
#. type: Content of: <sect1><sect2><sect3><para>
 
147
#: en/customization_contents.xml:91 en/customization_contents.xml:98
 
148
#: en/customization_contents.xml:107 en/customization_contents.xml:112
 
149
#: en/customization_contents.xml:117
 
150
msgid "FIXME."
 
151
msgstr ""
 
152
 
 
153
#. type: Content of: <sect1><sect2><title>
 
154
#: en/customization_contents.xml:105
 
155
msgid "Hooks"
 
156
msgstr ""
 
157
 
 
158
#. type: Content of: <sect1><sect2><para>
 
159
#: en/customization_contents.xml:108
 
160
msgid "Enabling hooks"
 
161
msgstr ""
 
162
 
 
163
#. type: Content of: <sect1><sect2><sect3><title>
 
164
#: en/customization_contents.xml:111
 
165
msgid "Live/chroot local hooks"
 
166
msgstr ""
 
167
 
 
168
#. type: Content of: <sect1><sect2><sect3><title>
 
169
#: en/customization_contents.xml:116
 
170
msgid "Binary local hooks"
 
171
msgstr ""
 
172
 
 
173
#. type: Content of: <sect1><sect2><title>
 
174
#: en/customization_contents.xml:123
 
175
msgid "Preseeding Debconf questions"
 
176
msgstr ""
 
177
 
 
178
#. type: Content of: <sect1><sect2><para>
 
179
#: en/customization_contents.xml:125
 
180
msgid ""
 
181
"Files in the <filename class=\"directory\">config/chroot_local-preseed</"
 
182
"filename> directory are considered to be debconf preseed files and are "
 
183
"installed by &live-helper; using <filename>debconf-set-selections</filename>."
 
184
msgstr ""
 
185
 
 
186
#. type: Content of: <sect1><sect2><para>
 
187
#: en/customization_contents.xml:127
 
188
msgid ""
 
189
"For more information about debconf, please see debconf(7) in the "
 
190
"<command>debconf</command> package."
 
191
msgstr ""
 
192
 
 
193
#. type: Content of: <sect1><sect2><title>
 
194
#: en/customization_contents.xml:131
 
195
msgid "Symlink conversion"
 
196
msgstr ""
 
197
 
 
198
#. type: Content of: <sect1><sect2><para>
 
199
#: en/customization_contents.xml:132
 
200
msgid "FIXME. (This is probably in the wrong section)"
 
201
msgstr ""