File: partman-basicfilesystems.templates

package info (click to toggle)
partman-basicfilesystems 148
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,556 kB
  • sloc: sh: 1,149; makefile: 2
file content (418 lines) | stat: -rw-r--r-- 14,046 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
Template: partman-basicfilesystems/progress_checking
Type: text
# :sl1:
_Description: Checking the ${TYPE} file system in partition #${PARTITION} of ${DEVICE}...

Template: partman-basicfilesystems/progress_swap_checking
Type: text
# :sl1:
_Description: Checking the swap space in partition #${PARTITION} of ${DEVICE}...

Template: partman-basicfilesystems/progress_formatting
Type: text
# :sl1:
_Description: Creating ${TYPE} file system in partition #${PARTITION} of ${DEVICE}...

Template: partman-basicfilesystems/progress_formatting_mountable
Type: text
# :sl1:
_Description: Creating ${TYPE} file system for ${MOUNT_POINT} in partition #${PARTITION} of ${DEVICE}...

Template: partman-basicfilesystems/progress_swap_formatting
Type: text
# :sl1:
_Description: Formatting swap space in partition #${PARTITION} of ${DEVICE}...

Template: partman-basicfilesystems/check_failed
Type: boolean
# :sl2:
_Description: Go back to the menu and correct errors?
 The test of the file system with type ${TYPE} in partition #${PARTITION}
 of ${DEVICE} found uncorrected errors.
 .
 If you do not go back to the partitioning menu and correct these errors,
 the partition will be used as is.

Template: partman-basicfilesystems/swap_check_failed
Type: boolean
# :sl2:
_Description: Go back to the menu and correct errors?
 The test of the swap space in partition #${PARTITION} of ${DEVICE} found
 uncorrected errors.
 .
 If you do not go back to the partitioning menu and correct these errors,
 the partition will be used as is.

Template: partman-basicfilesystems/no_swap
Type: boolean
Default: true
# :sl2:
_Description: Do you want to return to the partitioning menu?
 You have not selected any partitions for use as swap space. Enabling swap
 space is recommended so that the system can make better use of the
 available physical memory, and so that it behaves better when physical
 memory is scarce. You may experience installation problems if you do not
 have enough physical memory.
 .
 If you do not go back to the partitioning menu and assign a swap partition,
 the installation will continue without swap space.

Template: partman-basicfilesystems/create_failed
Type: error
# :sl2:
_Description: Failed to create a file system
 The ${TYPE} file system creation in partition
 #${PARTITION} of ${DEVICE} failed.

Template: partman-basicfilesystems/create_swap_failed
Type: error
# :sl2:
_Description: Failed to create a swap space
 The creation of swap space in partition #${PARTITION} of ${DEVICE} failed.

Template: partman-basicfilesystems/no_mount_point
Type: boolean
# :sl2:
_Description: Do you want to return to the partitioning menu?
 No mount point is assigned for the ${FILESYSTEM} file system in partition
 #${PARTITION} of ${DEVICE}.
 .
 If you do not go back to the partitioning menu and assign a mount point
 from there, this partition will not be used at all.

Template: partman-basicfilesystems/posix_filesystem_required
Type: error
# :sl2:
_Description: Invalid file system for this mount point
 The file system type ${FILESYSTEM} cannot be mounted on ${MOUNTPOINT},
 because it is not a fully-functional Unix file system. Please choose a
 different file system, such as ${EXT2}.

Template: partman-basicfilesystems/mountpoint
Type: select
# Note to translators : Please keep your translations of the choices
# below a 65 columns limit (which means 65 characters
# in single-byte languages) including the initial path
# :sl2:
__Choices: / - the root file system, /boot - static files of the boot loader, /home - user home directories, /tmp - temporary files, /usr - static data, /var - variable data, /srv - data for services provided by this system, /opt - add-on application software packages, /usr/local - local hierarchy, Enter manually, Do not mount it
_Description: Mount point for this partition:

Template: partman-basicfilesystems/fat_mountpoint
Type: select
# :sl2:
__Choices: /dos, /windows, Enter manually, Do not mount it
_Description: Mount point for this partition:

Template: partman-basicfilesystems/mountpoint_manual
Type: string
# :sl2:
_Description: Mount point for this partition:

Template: partman-basicfilesystems/bad_mountpoint
Type: error
# :sl2:
_Description: Invalid mount point
 The mount point you entered is invalid.
 .
 Mount points must start with "/". They cannot contain spaces.

Template: partman-basicfilesystems/choose_label
Type: string
# :sl2:
_Description: Label for the file system in this partition:

Template: partman-basicfilesystems/text/format_swap
Type: text
# :sl2:
_Description: Format the swap area:

Template: partman-basicfilesystems/text/yes
Type: text
# In the following context: "Format the partition: yes"
# :sl2:
_Description: yes

Template: partman-basicfilesystems/text/no
Type: text
# In the following context: "Format the partition: no"
# :sl2:
_Description: no

Template: partman-basicfilesystems/text/specify_label
Type: text
# label of file system
# :sl2:
_Description: Label:

Template: partman-basicfilesystems/text/none
Type: text
# for partman-basicfilesystems: in the following context: "Label: none"
# :sl2:
_Description: none[ Do not translate what's inside the brackets and just put the translation for the word "none" in your language without any brackets. This "none" relates to "Label:" ]

Template: partman-basicfilesystems/text/reserved_for_root
Type: text
# Up to 24 character positions
# :sl2:
_Description: Reserved blocks:

Template: partman-basicfilesystems/specify_reserved
Type: string
# :sl2:
_Description: Percentage of the file system blocks reserved for the super-user:

Template: partman-basicfilesystems/text/usage
Type: text
# :sl2:
# Up to 25 character positions
_Description: Typical usage:

Template: partman-basicfilesystems/text/typical_usage
Type: text
# :sl2:
# In the following context: "Typical usage: standard"
_Description: standard

Template: partman-basicfilesystems/specify_usage
Type: select
Choices: ${CHOICES}
# :sl2:
# Translate "standard" the same way as in the
# partman-basicfilesystems/text/typical_usage template.  Do not
# translate "news", "largefile" and "largefile4".
_Description: Typical usage of this partition:
 Please specify how the file system is going to be used, so that
 optimal file system parameters can be chosen for that use.
 .
 standard = standard parameters,
 news = one inode per 4KB block,
 largefile = one inode per megabyte,
 largefile4 = one inode per 4 megabytes.

Template: partman-basicfilesystems/text/specify_mountpoint
Type: text
# This is an item in the menu "Partition settings"
# :sl2:
_Description: Mount point:

Template: partman-basicfilesystems/text/no_mountpoint
Type: text
# :sl2:
# In the following context: "Mount point: none"
_Description: none[ Do not translate what's inside the brackets and just put the translation for the word "none" in your language without any brackets. This "none" relates to "Mount point:" ]

Template: partman/filesystem_long/ext2
Type: text
# :sl2:
_Description: Ext2 file system

Template: partman/filesystem_short/ext2
Type: text
# :sl1:
# Short file system name (untranslatable in many languages)
_Description: ext2

Template: partman/filesystem_long/fat16
Type: text
# :sl2:
_Description: FAT16 file system

Template: partman/filesystem_short/fat16
Type: text
# :sl1:
# Short file system name (untranslatable in many languages)
_Description: fat16

Template: partman/filesystem_long/fat32
Type: text
# :sl2:
_Description: FAT32 file system

Template: partman/filesystem_short/fat32
Type: text
# :sl1:
# Short file system name (untranslatable in many languages)
_Description: fat32

Template: partman/filesystem_long/ntfs
Type: text
# :sl2:
_Description: NTFS journaling file system

Template: partman/filesystem_short/ntfs
Type: text
# :sl1:
# Short file system name (untranslatable in many languages)
_Description: ntfs

Template: partman/method_long/swap
Type: text
# :sl2:
_Description: swap area

Template: partman/method_short/swap
Type: text
# :sl1:
# Short variant of `swap space'
_Description: swap

Template: partman/filesystem_long/linux-swap
# :sl2:
Type: text
_Description: swap area

Template: partman/filesystem_short/linux-swap
Type: text
# :sl1:
# Short variant of `swap space'
_Description: swap

Template: partman-basicfilesystems/text/options
# :sl2:
Type: text
_Description: Mount options:

Template: partman-basicfilesystems/mountoptions
Type: multiselect
Choices-C: ${options}
Choices: ${descriptions}
# :sl2:
_Description: Mount options:
 Mount options can tune the behavior of the file system.

Template: partman-basicfilesystems/text/noatime
Type: text
# :sl2:
# Note to translators: Please keep your translations of this string below
# a 65 columns limit (which means 65 characters in single-byte languages)
_Description: noatime - do not update inode access times at each access

Template: partman-basicfilesystems/text/nodiratime
Type: text
# :sl2:
# Note to translators: Please keep your translations of this string below
# a 65 columns limit (which means 65 characters in single-byte languages)
_Description: nodiratime - do not update directory inode access times

Template: partman-basicfilesystems/text/relatime
Type: text
# :sl2:
# Note to translators: Please keep your translations of this string below
# a 65 columns limit (which means 65 characters in single-byte languages)
_Description: relatime - update inode access times relative to modify time

Template: partman-basicfilesystems/text/nodev
Type: text
# :sl2:
# Note to translators: Please keep your translations of this string below
# a 65 columns limit (which means 65 characters in single-byte languages)
_Description: nodev - do not support character or block special devices

Template: partman-basicfilesystems/text/nosuid
Type: text
# :sl2:
# Note to translators: Please keep your translations of this string below
# a 65 columns limit (which means 65 characters in single-byte languages)
_Description: nosuid - ignore set-user-identifier or set-group-identifier bits

Template: partman-basicfilesystems/text/noexec
Type: text
# :sl2:
# Note to translators: Please keep your translations of this string below
# a 65 columns limit (which means 65 characters in single-byte languages)
_Description: noexec - do not allow execution of any binaries

Template: partman-basicfilesystems/text/ro
Type: text
# :sl2:
# Note to translators: Please keep your translations of this string below
# a 65 columns limit (which means 65 characters in single-byte languages)
_Description: ro - mount the file system read-only

Template: partman-basicfilesystems/text/sync
Type: text
# :sl2:
# Note to translators: Please keep your translations of this string below
# a 65 columns limit (which means 65 characters in single-byte languages)
_Description: sync - all input/output activities occur synchronously

Template: partman-basicfilesystems/text/usrquota
Type: text
# :sl2:
# Note to translators: Please keep your translations of this string below
# a 65 columns limit (which means 65 characters in single-byte languages)
_Description: usrquota - user disk quota accounting enabled

Template: partman-basicfilesystems/text/grpquota
Type: text
# :sl2:
# Note to translators: Please keep your translations of this string below
# a 65 columns limit (which means 65 characters in single-byte languages)
_Description: grpquota - group disk quota accounting enabled

Template: partman-basicfilesystems/text/user_xattr
Type: text
# :sl2:
# Note to translators: Please keep your translations of this string below
# a 65 columns limit (which means 65 characters in single-byte languages)
_Description: user_xattr - support user extended attributes

Template: partman-basicfilesystems/text/quiet
Type: text
# :sl2:
# Note to translators: Please keep your translations of this string below
# a 65 columns limit (which means 65 characters in single-byte languages)
_Description: quiet - changing owner and permissions does not return errors

Template: partman-basicfilesystems/text/notail
Type: text
# :sl2:
# Note to translators: Please keep your translations of this string below
# a 65 columns limit (which means 65 characters in single-byte languages)
_Description: notail - disable packing of files into the file system tree

Template: partman-basicfilesystems/text/discard
Type: text
# :sl2:
# Note to translators: Please keep your translations of this string below
# a 65 columns limit (which means 65 characters in single-byte languages)
_Description: discard - trim freed blocks from underlying block device

Template: partman-basicfilesystems/text/acls
Type: text
# :sl4:
# Note to translators: Please keep your translations of this string below
# a 65 columns limit (which means 65 characters in single-byte languages)
_Description: acls - support POSIX.1e Access Control List

Template: partman-basicfilesystems/text/shortnames
Type: text
# :sl4:
# Note to translators: Please keep your translations of this string below
# a 65 columns limit (which means 65 characters in single-byte languages)
_Description: shortnames - only use the old MS-DOS 8.3 style filenames

Template: partman-basicfilesystems/boot_not_ext2
Type: boolean
# :sl5:
_Description: Go back to the menu and correct this problem?
 Your boot partition has not been configured with the ext2
 file system. This is needed by your machine in order to boot. Please go
 back and use the ext2 file system.
 .
 If you do not go back to the partitioning menu and correct this error,
 the partition will be used as is. This means that you may not be able
 to boot from your hard disk.

Template: partman-basicfilesystems/boot_not_first_partition
Type: boolean
# :sl5:
_Description: Go back to the menu and correct this problem?
 Your boot partition is not located on the first partition of your
 hard disk. This is needed by your machine in order to boot.  Please go
 back and use your first partition as a boot partition.
 .
 If you do not go back to the partitioning menu and correct this error,
 the partition will be used as is. This means that you may not be able
 to boot from your hard disk.