| 1 |
Template: di-utils-mount-partitions/mainmenu
|
| 2 |
Type: select
|
| 3 |
_Choices: Mount a partition, Unmount a partition, Leave
|
| 4 |
Default: Mount a partition
|
| 5 |
_Description: Partition mounting main-menu
|
| 6 |
Please select one of the following options.
|
| 7 |
|
| 8 |
Template: di-utils-mount-partitions/which-partition
|
| 9 |
Type: select
|
| 10 |
Choices: ${PARTITIONS}
|
| 11 |
_Description: Please choose which partition to mount
|
| 12 |
Listed are the partitions available in your system. Please choose which
|
| 13 |
partition you want to mount.
|
| 14 |
|
| 15 |
Template: di-utils-mount-partitions/rootpartition
|
| 16 |
Type: select
|
| 17 |
Choices: ${PARTITIONS}
|
| 18 |
_Description: Please choose the root partition
|
| 19 |
Please choose one of these partitions for your root (/) mount point.
|
| 20 |
|
| 21 |
Template: di-utils-mount-partitions/mountpoint
|
| 22 |
Type: select
|
| 23 |
Choices: ${MOUNTPOINTS}
|
| 24 |
_Description: Please choose where you want to mount the partition
|
| 25 |
Please choose where you want to mount ${PARTITION}.
|
| 26 |
|
| 27 |
Template: di-utils-mount-partitions/manual-mountpoint
|
| 28 |
Type: string
|
| 29 |
_Description: Please choose where you want to mount the partition
|
| 30 |
Please enter the path to where you want to mount ${PARTITION}.
|
| 31 |
|
| 32 |
Template: di-utils-mount-partitions/nosel
|
| 33 |
Type: note
|
| 34 |
_Description: Not enough information
|
| 35 |
Sorry, no partitions can be mounted. Either partition or mountpoint
|
| 36 |
information is missing.
|
| 37 |
|
| 38 |
Template: di-utils-mount-partitions/mkmntfailed
|
| 39 |
Type: note
|
| 40 |
_Description: Unable to create mountpoint
|
| 41 |
Unable to create the mountpoint ${MOUNT}.
|
| 42 |
|
| 43 |
Template: di-utils-mount-partitions/mountfailed
|
| 44 |
Type: note
|
| 45 |
_Description: Unable to mount partition
|
| 46 |
Unable to mount the partition ${PART} onto mountpoint ${MOUNT}.
|
| 47 |
|
| 48 |
Template: di-utils-mount-partitions/doublemnt
|
| 49 |
Type: note
|
| 50 |
_Description: Unable to reuse the mount-point
|
| 51 |
The given mount-point ${MOUNTPOINT} is alreay in use. Please select
|
| 52 |
an other mount-point, or unmount the partition first.
|
| 53 |
|
| 54 |
Template: di-utils-mount-partitions/sillymnt
|
| 55 |
Type: note
|
| 56 |
_Description: You can't use this mount-point
|
| 57 |
The given mount-point ${MOUNTPOINT} can't be used to mount a partition
|
| 58 |
on. Maybe your system will be in an unbootable state after this.
|
| 59 |
|
| 60 |
Template: di-utils-mount-partitions/nopart
|
| 61 |
Type: note
|
| 62 |
_Description: No valid partition for mounting found
|
| 63 |
No valid partition found in the system. Maybe not all needed kernel
|
| 64 |
modules are loaded, or no partition has 0x83 as partition type.
|
| 65 |
|
| 66 |
Template: di-utils-mount-partitions/nompart
|
| 67 |
Type: note
|
| 68 |
_Description: No mounted partitions found
|
| 69 |
No mounted partitions, for unmounting found. Nothing to unmount.
|
| 70 |
|
| 71 |
Template: di-utils-mount-partitions/umount-partition
|
| 72 |
Type: select
|
| 73 |
Choices: ${PARTITIONS}
|
| 74 |
_Description: Please choose which partition to unmount
|
| 75 |
Listed are the partitions currently mounted in your system. Please choose which
|
| 76 |
partition you want to unmount.
|
| 77 |
|
| 78 |
Template: di-utils-mount-partitions/umounterr
|
| 79 |
Type: note
|
| 80 |
_Description: Unable unmount the partition
|
| 81 |
The partition ${PARTITION} (mounted on ${MOUNTPOINT}) can't be unmounted. Maybe
|
| 82 |
an other partition is mounted under this partition?
|
| 83 |
|