mirror of
https://github.com/webmin/webmin.git
synced 2026-01-16 15:06:07 +00:00
174 lines
6.1 KiB
Plaintext
174 lines
6.1 KiB
Plaintext
index_title=Partitions on Local Disks
|
|
index_ecmd=The required command $1 is missing
|
|
index_problem=This module cannot be used : $1
|
|
index_none=No disks were found on this system!
|
|
index_dname=Disk name
|
|
index_dsize=Total size
|
|
index_dmodel=Make and model
|
|
index_dparts=Slices
|
|
index_return=list of disks
|
|
|
|
disk_title=Edit Disk
|
|
disk_egone=Disk no longer exists!
|
|
disk_no=Slice
|
|
disk_type=Type
|
|
disk_extent=Extent
|
|
disk_start=Start block
|
|
disk_end=End block
|
|
disk_use=Used by
|
|
disk_scount=$1 partitions
|
|
disk_parts=Partitions
|
|
disk_free=Free space
|
|
disk_vm=Virtual memory
|
|
disk_iscsi=iSCSI shared device $1
|
|
disk_none=This disk has no slices yet.
|
|
disk_size=Size
|
|
disk_dsize=<b>Disk size:</b> $1
|
|
disk_model=<b>Make and model:</b> $1
|
|
disk_cylinders=<b>Cylinders:</b> $1
|
|
disk_blocks=<b>Blocks:</b> $1
|
|
disk_device=<b>Device file:</b> $1
|
|
disk_return=disk details and list of slices
|
|
disk_add=Create a new slice.
|
|
disk_smart=Show SMART Status
|
|
disk_smartdesc=Show the current status of this drive as detected by SMART, and check it for disk errors.
|
|
|
|
select_device=$1 device $2
|
|
select_slice=$1 device $2 slice $3
|
|
select_part=$1 device $2 slice $3 partition $4
|
|
|
|
slice_title=Edit Slice
|
|
slice_egone=Selected slice does not exist!
|
|
slice_ssize=Slice size
|
|
slice_sstart=Starting block
|
|
slice_send=Ending block
|
|
slice_sblocks=Number of blocks
|
|
slice_stype=Slice type
|
|
slice_sactive=Active slice?
|
|
slice_add=Create a new partition.
|
|
slice_letter=Partition
|
|
slice_type=Type
|
|
slice_extent=Extent
|
|
slice_size=Size
|
|
slice_start=Start block
|
|
slice_end=End block
|
|
slice_use=Used by
|
|
slice_none=This slice has no partitions yet.
|
|
slice_none2=This slice has no partitions, and none can be created as it is in use as a filesystem.
|
|
slice_delete=Delete Slice
|
|
slice_deletedesc=Delete this slice and all partitions and filesystems within it. Any data on those filesystem will be almost certainly unrecoverable.
|
|
slice_return=slice details and list of partitions
|
|
slice_err=Failed to modify slice
|
|
slice_header=Slice details
|
|
slice_suse=Directly used by
|
|
|
|
dslice_title=Delete Slice
|
|
dslice_rusure=Are you sure you want to delete the slice $1? Any partitions and filesystems within it will also be deleted.
|
|
dslice_warn=Warning - this slice is currently used by : $1
|
|
dslice_confirm=Delete Now
|
|
dslice_deleting=Deleting slice $1 ..
|
|
dslice_failed=.. deletion failed : $1
|
|
dslice_done=.. done
|
|
|
|
nslice_title=Create Slice
|
|
nslice_header=New slice details
|
|
nslice_number=Slice number
|
|
nslice_diskblocks=Disk size in blocks
|
|
nslice_start=Starting block
|
|
nslice_end=Ending block
|
|
nslice_type=New slice type
|
|
nslice_makepart=Create default partition?
|
|
nslice_err=Failed to create slice
|
|
nslice_enumber=Missing or non-numeric slice number
|
|
nslice_eclash=A slice with number $1 already exists
|
|
nslice_estart=Starting block must be a number
|
|
nslice_eend=Ending block must be a number
|
|
nslice_erange=Starting block must be lower than the ending block
|
|
nslice_emax=Ending block cannot be larger than the disk size of $1 blocks
|
|
nslice_creating=Creating slice $1 on $2 ..
|
|
nslice_failed=.. slice creation failed : $1
|
|
nslice_done=.. slice added
|
|
nslice_parting=Create default partitions in slice $1 on $2 ..
|
|
nslice_pfailed=.. partition creation failed : $1
|
|
nslice_pdone=.. partition added
|
|
|
|
npart_title=Create Partition
|
|
npart_header=New partition details
|
|
npart_letter=Partition letter
|
|
npart_diskblocks=Slice size in blocks
|
|
npart_type=Partition type
|
|
npart_err=Failed to create partition
|
|
npart_eletter=Partition number must be a letter from A to D
|
|
npart_eclash=A partition with letter $1 already exists
|
|
npart_emax=Ending block cannot be larger than the slice size of $1 blocks
|
|
npart_creating=Creating partition $1 on $2 ..
|
|
npart_failed=.. partition creation failed : $1
|
|
npart_done=.. partition added
|
|
|
|
part_title=Edit Partition
|
|
part_egone=Partition no longer exists!
|
|
part_header=Partition details
|
|
part_device=Device file
|
|
part_size=Partition size
|
|
part_type=Partition type
|
|
part_start=Starting block
|
|
part_end=Ending block
|
|
part_use=Currently used by
|
|
part_nouse=Nothing
|
|
part_inuse=In use by $1
|
|
part_foruse=For use by $1
|
|
part_newfs=Create Filesystem
|
|
part_newfsdesc=Click this button to create a new UFS filesystem on this device. Any data that was previously on the partition will be erased.
|
|
part_fsck=Check Filesystem
|
|
part_fsckdesc=Click this button to check the UFS filesystem on this device, and repair any errors found.
|
|
part_delete=Delete Partition
|
|
part_deletedesc=Click this button to remove this partition from the slice. Any data on the partition will be lost forever.
|
|
part_return=partition details
|
|
part_err=Failed to save partition
|
|
part_esave=Currently in use by $1
|
|
part_newmount=Mount Partition On:
|
|
part_newmount2=Mount Partition
|
|
part_mountmsg=Mount this device on new directory on your system, so that it can be used to store files. A filesystem must have been already created on the device.
|
|
part_mountmsg2=Mount this device as virtual memory on your system, to increase the amount of memory available.
|
|
part_cannotedit=This partition cannot be modified as it is currently in use.
|
|
|
|
dpart_title=Delete Partition
|
|
dpart_rusure=Are you sure you want to delete the partition $1? Any filesystems within it will also be deleted.
|
|
dpart_warn=Warning - this partition is currently used by $1
|
|
dpart_confirm=Delete Now
|
|
dpart_deleting=Deleting partition $1 ..
|
|
dpart_failed=.. deletion failed : $1
|
|
dpart_done=.. done
|
|
|
|
newfs_title=Create Filesystem
|
|
newfs_header=New filesystem details
|
|
newfs_free=Space to reserve for root
|
|
newfs_deffree=Default (8%)
|
|
newfs_trim=Enable TRIM mode for SSDs
|
|
newfs_label=Filesystem label
|
|
newfs_none=None
|
|
newfs_create=Create Now
|
|
newfs_err=Failed to create filesystem
|
|
newfs_efree=Space to reserve for root must be a percentage
|
|
newfs_elabel=Missing or invalid label
|
|
newfs_creating=Creating filesystem on $1 ..
|
|
newfs_failed=.. creation failed!
|
|
newfs_done=.. created successfully
|
|
|
|
fsck_title=Check Filesystem
|
|
fsck_err=Failed to check filesystem
|
|
fsck_checking=Checking filesystem on $1 ..
|
|
fsck_failed=.. check failed!
|
|
fsck_done=.. check completed with no errors found
|
|
|
|
log_create_slice=Created slice $1
|
|
log_delete_slice=Deleted slice $1
|
|
log_modify_slice=Modified slice $1
|
|
log_create_part=Created partition $1
|
|
log_delete_part=Deleted partition $1
|
|
log_modify_part=Modified partition $1
|
|
log_newfs_part=Created filesystem on partition $1
|
|
log_fsck_part=Checked filesystem on partition $1
|
|
|
|
__norefs=1
|