# English (British) translation. # Copyright (C) 2007 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Abigail Brady , Bastien Nocera , 2007. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2008-11-23 01:15+0000\n" "PO-Revision-Date: 2007-06-11 15:12+0000\n" "Last-Translator: Abigail Brady \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/InputController.py:36 ../src/Properties_Renderer.py:24 #: ../src/Volume_Tab_View.py:30 #, python-format msgid "" "\n" " Unable to initialize graphical environment. Most likely cause of failure\n" " is that the tool was not run using a graphical environment. Please either\n" " start your graphical user interface or set your DISPLAY variable.\n" " \n" " Caught exception: %s\n" msgstr "" "\n" " Unable to initialize graphical environment. Most likely cause of failure\n" " is that the tool was not run using a graphical environment. Please either\n" " start your graphical user interface or set your DISPLAY variable.\n" " \n" " Caught exception: %s\n" #. ##TRANSLATOR: The string below is seen when adding a new Physical #. ##Volume to an existing Volume Group. #: ../src/InputController.py:56 #, python-format msgid "Select a Volume Group to add %s to:" msgstr "Select a Volume Group to add %s to:" #. ##TRANSLATOR: The two strings below refer to the name and type of #. ##available disk entities on the system. There are two types -- #. ##The first is an 'unallocated physical volume' which is a disk or #. ##partition that has been initialized for use with LVM, by writing #. ##a special label onto the first block of the partition. The other type #. ##is an 'uninitialized entity', which is an available disk or partition #. ##that is NOT yet initialized to be used with LVM. Hope this helps give #. ##some context. #: ../src/InputController.py:84 msgid "Name" msgstr "Name" #: ../src/InputController.py:85 msgid "Size" msgstr "Size" #: ../src/InputController.py:86 msgid "Entity Type" msgstr "Entity Type" #: ../src/InputController.py:88 msgid "Unallocated Physical Volume" msgstr "Unallocated Physical Volume" #: ../src/InputController.py:89 msgid "Uninitialized Disk Entity" msgstr "Uninitialized Disk Entity" #: ../src/InputController.py:90 #, python-format msgid "Select disk entities to add to the %s Volume Group:" msgstr "Select disk entities to add to the %s Volume Group:" #: ../src/InputController.py:92 msgid "" "A Volume Group must be made up of two or more Physical Volumes to support " "striping. This Volume Group does not meet that requirement." msgstr "" "A Volume Group must be made up of two or more Physical Volumes to support " "striping. This Volume Group does not meet that requirement." #: ../src/InputController.py:94 #, python-format msgid "" "A Logical Volume with the name %s already exists in this Volume Group. " "Please choose a unique name." msgstr "" "A Logical Volume with the name %s already exists in this Volume Group. " "Please choose a unique name." #: ../src/InputController.py:96 #, python-format msgid "" "A Volume Group with the name %s already exists. Please choose a unique name." msgstr "" "A Volume Group with the name %s already exists. Please choose a unique name." #: ../src/InputController.py:98 msgid "A Name must be provided for the new Logical Volume" msgstr "A Name must be provided for the new Logical Volume" #: ../src/InputController.py:100 msgid "A Name must be provided for the new Volume Group" msgstr "A Name must be provided for the new Volume Group" #: ../src/InputController.py:102 #, python-format msgid "" "The specified mount point, %s, does not exist. Do you wish to create it?" msgstr "" "The specified mount point, %s, does not exist. Do you wish to create it?" #: ../src/InputController.py:104 #, python-format msgid "The creation of mount point %s unexpectedly failed." msgstr "The creation of mount point %s unexpectedly failed." #: ../src/InputController.py:106 msgid "This capability is not yet implemented in this version" msgstr "This capability is not yet implemented in this version" #: ../src/InputController.py:108 msgid "" "The number of Logical Volumes in this Volume Group has reached its maximum " "limit." msgstr "" "The number of Logical Volumes in this Volume Group has reached its maximum " "limit." #: ../src/InputController.py:110 msgid "" "The number of Physical Volumes in this Volume Group has reached its maximum " "limit." msgstr "" "The number of Physical Volumes in this Volume Group has reached its maximum " "limit." #: ../src/InputController.py:112 #, python-format msgid "" "At most %s Physical Volumes can be added to this Volume Group before the " "limit is reached." msgstr "" "At most %s Physical Volumes can be added to this Volume Group before the " "limit is reached." #: ../src/InputController.py:114 #, python-format msgid "" "Volume Group %s does not have enough space for new Logical Volumes. A " "possible solution would be to add an additional Physical Volume to the " "Volume Group." msgstr "" "Volume Group %s does not have enough space for new Logical Volumes. A " "possible solution would be to add an additional Physical Volume to the " "Volume Group." #: ../src/InputController.py:116 msgid "A snapshot of a snapshot is not supported." msgstr "A snapshot of a snapshot is not supported." #: ../src/InputController.py:117 msgid "A snapshot of a mirrored Logical Volume is not supported." msgstr "A snapshot of a mirrored Logical Volume is not supported." #: ../src/InputController.py:119 #, python-format msgid "" "Logical volume %s has snapshot %s currently associated with it. Please " "remove the snapshot first." msgstr "" "Logical volume %s has snapshot %s currently associated with it. Please " "remove the snapshot first." #: ../src/InputController.py:120 #, python-format msgid "" "Logical volume %s has snapshots: %s currently associated with it. Please " "remove snapshots first." msgstr "" "Logical volume %s has snapshots: %s currently associated with it. Please " "remove snapshots first." #: ../src/InputController.py:122 msgid "" "Undefined type conversion error in model factory. Unable to complete task." msgstr "" "Undefined type conversion error in model factory. Unable to complete task." #: ../src/InputController.py:124 #, python-format msgid "" "BIG WARNING: Logical Volume %s has an %s file system on it and is currently " "mounted on %s. Are you absolutely certain that you wish to discard the data " "on this mounted filesystem?" msgstr "" "BIG WARNING: Logical Volume %s has an %s file system on it and is currently " "mounted on %s. Are you absolutely certain that you wish to discard the data " "on this mounted filesystem?" #: ../src/InputController.py:126 #, python-format msgid "" "Logical Volume %s is currently mounted on %s. In order to complete request, " "it has to be unmounted. Are you sure you want it unmounted?" msgstr "" "Logical Volume %s is currently mounted on %s. In order to complete request, " "it has to be unmounted. Are you sure you want it unmounted?" #. ##TRANSLATOR: An extent below is an abstract unit of storage. The size #. ##of an extent is user-definable. #: ../src/InputController.py:132 #, python-format msgid "Unused space on %s" msgstr "Unused space on %s" #: ../src/InputController.py:133 #, python-format msgid "%s megabytes" msgstr "%s megabytes" #: ../src/InputController.py:134 #, python-format msgid "%s kilobytes" msgstr "%s kilobytes" #: ../src/InputController.py:135 #, python-format msgid "%s gigabytes" msgstr "%s gigabytes" #: ../src/InputController.py:136 #, python-format msgid "%s extents" msgstr "%s extents" #: ../src/InputController.py:138 msgid "Remaining free space in Volume Group:\n" msgstr "Remaining free space in Volume Group:\n" #: ../src/InputController.py:139 msgid "Remaining space for this Volume:\n" msgstr "Remaining space for this Volume:\n" #: ../src/InputController.py:141 msgid "Extents" msgstr "Extents" #: ../src/InputController.py:142 msgid "Gigabytes" msgstr "Gigabytes" #: ../src/InputController.py:143 msgid "Megabytes" msgstr "Megabytes" #: ../src/InputController.py:144 msgid "Kilobytes" msgstr "Kilobytes" #: ../src/InputController.py:146 #, python-format msgid "The %s should only contain number values" msgstr "The %s should only contain number values" #: ../src/InputController.py:147 msgid "" "The Maximum Physical Volumes field should contain only integer values " "between 1 and 256" msgstr "" "The Maximum Physical Volumes field should contain only integer values " "between 1 and 256" #: ../src/InputController.py:148 msgid "" "The Maximum Logical Volumes field should contain only integer values between " "1 and 256" msgstr "" "The Maximum Logical Volumes field should contain only integer values between " "1 and 256" #: ../src/InputController.py:150 #, python-format msgid "" "Are you quite certain that you wish to remove %s from Logical Volume " "Management?" msgstr "" "Are you quite certain that you wish to remove %s from Logical Volume " "Management?" #: ../src/InputController.py:152 #, python-format msgid "" "The Physical Volume named %s, that you wish to remove, has data from active " "Logical Volume(s) mapped to its extents. Because it is the only Physical " "Volume in the Volume Group, there is no place to move the data to. " "Recommended action is either to add a new Physical Volume before removing " "this one, or else remove the Logical Volumes that are associated with this " "Physical Volume." msgstr "" "The Physical Volume named %s, that you wish to remove, has data from active " "Logical Volume(s) mapped to its extents. Because it is the only Physical " "Volume in the Volume Group, there is no place to move the data to. " "Recommended action is either to add a new Physical Volume before removing " "this one, or else remove the Logical Volumes that are associated with this " "Physical Volume." #: ../src/InputController.py:153 #, python-format msgid "" "Are you quite certain that you wish to remove %s from the %s Volume Group?" msgstr "" "Are you quite certain that you wish to remove %s from the %s Volume Group?" #: ../src/InputController.py:154 #, python-format msgid "" "Removing Physical Volume %s from the Volume Group %s will leave the Volume " "group empty, and it will be removed as well. Do you wish to proceed?" msgstr "" "Removing Physical Volume %s from the Volume Group %s will leave the Volume " "group empty, and it will be removed as well. Do you wish to proceed?" #: ../src/InputController.py:155 #, python-format msgid "" "Volume Group %s does not have enough space to move the data stored on %s. A " "possible solution would be to add an additional Physical Volume to the " "Volume Group." msgstr "" "Volume Group %s does not have enough space to move the data stored on %s. A " "possible solution would be to add an additional Physical Volume to the " "Volume Group." #: ../src/InputController.py:156 msgid "" "The dm-mirror module is either not loaded in your kernel, or your kernel " "does not support the dm-mirror target. If it is supported, try running " "\"modprobe dm-mirror\". Otherwise, operations that require moving data on " "Physical Extents are unavailable." msgstr "" "The dm-mirror module is either not loaded in your kernel, or your kernel " "does not support the dm-mirror target. If it is supported, try running " "\"modprobe dm-mirror\". Otherwise, operations that require moving data on " "Physical Extents are unavailable." #: ../src/InputController.py:157 msgid "" "The dm-snapshot module is either not loaded in your kernel, or your kernel " "does not support the dm-snapshot target. If it is supported, try running " "\"modprobe dm-snapshot\". Otherwise, creation of snapshots is unavailable." msgstr "" "The dm-snapshot module is either not loaded in your kernel, or your kernel " "does not support the dm-snapshot target. If it is supported, try running " "\"modprobe dm-snapshot\". Otherwise, creation of snapshots is unavailable." #: ../src/InputController.py:159 #, python-format msgid "Are you quite certain that you wish to remove logical volume %s?" msgstr "Are you quite certain that you wish to remove logical volume %s?" #: ../src/InputController.py:160 #, python-format msgid "" "Logical volume %s contains %s filesystem. All data on it will be lost! Are " "you quite certain that you wish to remove logical volume %s?" msgstr "" "Logical volume %s contains %s filesystem. All data on it will be lost! Are " "you quite certain that you wish to remove logical volume %s?" #: ../src/InputController.py:161 #, python-format msgid "" "Logical volume %s contains data from directory %s. All data in it will be " "lost! Are you quite certain that you wish to remove logical volume %s?" msgstr "" "Logical volume %s contains data from directory %s. All data in it will be " "lost! Are you quite certain that you wish to remove logical volume %s?" #: ../src/InputController.py:306 msgid "" "In order for Volume Group to be safely used in clustered environment, lvm2-" "cluster rpm has to be installed, `lvmconf --enable-cluster` has to be " "executed and clvmd service has to be running" msgstr "" "In order for Volume Group to be safely used in clustered environment, lvm2-" "cluster rpm has to be installed, `lvmconf --enable-cluster` has to be " "executed and clvmd service has to be running" #: ../src/InputController.py:365 #, python-format msgid "" "Physical Volume %s contains extents belonging to a mirror log of Logical " "Volume %s. Mirrored Logical Volumes are not yet migratable, so %s is not " "removable." msgstr "" "Physical Volume %s contains extents belonging to a mirror log of Logical " "Volume %s. Mirrored Logical Volumes are not yet migratable, so %s is not " "removable." #: ../src/InputController.py:368 #, python-format msgid "" "Physical Volume %s contains extents belonging to a mirror image of Logical " "Volume %s. Mirrored Logical Volumes are not yet migratable, so %s is not " "removable." msgstr "" "Physical Volume %s contains extents belonging to a mirror image of Logical " "Volume %s. Mirrored Logical Volumes are not yet migratable, so %s is not " "removable." #: ../src/InputController.py:371 #, python-format msgid "" "Physical Volume %s contains extents belonging to %s, a snapshot of %s. " "Snapshots are not yet migratable, so %s is not removable." msgstr "" "Physical Volume %s contains extents belonging to %s, a snapshot of %s. " "Snapshots are not yet migratable, so %s is not removable." #: ../src/InputController.py:376 #, python-format msgid "" "Physical Volume %s contains extents belonging to %s, the origin of snapshot %" "s. Snapshot origins are not yet migratable, so %s is not removable." msgstr "" "Physical Volume %s contains extents belonging to %s, the origin of snapshot %" "s. Snapshot origins are not yet migratable, so %s is not removable." #: ../src/InputController.py:378 #, python-format msgid "" "Physical Volume %s contains extents belonging to %s, the origin of snapshots " "%s. Snapshot origins are not yet migratable, so %s is not removable." msgstr "" "Physical Volume %s contains extents belonging to %s, the origin of snapshots " "%s. Snapshot origins are not yet migratable, so %s is not removable." #: ../src/InputController.py:565 #, python-format msgid "" "Logical Volume \"%s\" has snapshots that are not selected for removal. They " "must be removed as well." msgstr "" "Logical Volume \"%s\" has snapshots that are not selected for removal. They " "must be removed as well." #: ../src/InputController.py:580 #, python-format msgid "" "\"%s\", an origin of snapshot \"%s\", has been deleted from removal list." msgstr "" "\"%s\", an origin of snapshot \"%s\", has been deleted from removal list." #: ../src/InputController.py:611 #, python-format msgid "" "Physical Volume \"%s\" contains extents belonging to a mirror. Mirrors are " "not migratable, so %s is not removable." msgstr "" "Physical Volume \"%s\" contains extents belonging to a mirror. Mirrors are " "not migratable, so %s is not removable." #: ../src/InputController.py:614 #, python-format msgid "" "Physical Volume \"%s\" contains extents belonging to a snapshot or a " "snapshot's origin. Snapshots are not migratable, so %s is not removable." msgstr "" "Physical Volume \"%s\" contains extents belonging to a snapshot or a " "snapshot's origin. Snapshots are not migratable, so %s is not removable." #: ../src/InputController.py:679 msgid "The path you specified does not exist." msgstr "The path you specified does not exist." #: ../src/InputController.py:686 msgid "The path you specified is not a Block Device." msgstr "The path you specified is not a Block Device." #: ../src/InputController.py:757 #, python-format msgid "Initialization of %s failed" msgstr "Initialization of %s failed" #: ../src/InputController.py:994 ../src/InputController.py:997 msgid "Please select some extents first" msgstr "Please select some extents first" #: ../src/InputController.py:1031 msgid "" "There are not enough free extents to perform the necessary migration. Adding " "more physical volumes would solve the problem." msgstr "" "There are not enough free extents to perform the necessary migration. Adding " "more physical volumes would solve the problem." #: ../src/InputController.py:1193 msgid "Migrate extents" msgstr "Migrate extents" #: ../src/InputController.py:1321 msgid "Options" msgstr "Options" #: ../src/InputController.py:1355 #, python-format msgid "Create A Snapshot of %s" msgstr "Create A Snapshot of %s" #: ../src/InputController.py:1357 msgid "Create New Logical Volume" msgstr "Create New Logical Volume" #: ../src/InputController.py:1360 #, python-format msgid "Edit %s, a Snapshot of %s" msgstr "Edit %s, a Snapshot of %s" #: ../src/InputController.py:1363 msgid "Edit Logical Volume" msgstr "Edit Logical Volume" #: ../src/InputController.py:1516 msgid "Underlying Logical Volume Management does not support mirroring" msgstr "Underlying Logical Volume Management does not support mirroring" #: ../src/InputController.py:1523 msgid "Striped Logical Volumes cannot be mirrored." msgstr "Striped Logical Volumes cannot be mirrored." #: ../src/InputController.py:1530 msgid "Logical Volumes with associated snapshots cannot be mirrored yet." msgstr "Logical Volumes with associated snapshots cannot be mirrored yet." #. mirror images placement: diff HDs or anywhere #. prompt #: ../src/InputController.py:1537 msgid "" "The primary purpose of mirroring is to protect data in the case of hard " "drive failure. Do you want to place mirror images onto different hard drives?" msgstr "" "The primary purpose of mirroring is to protect data in the case of hard " "drive failure. Do you want to place mirror images onto different hard drives?" #: ../src/InputController.py:1546 msgid "" "Less than 3 hard drives are available with free space. Disabling mirroring." msgstr "" "Less than 3 hard drives are available with free space. Disabling mirroring." #: ../src/InputController.py:1551 msgid "" "There must be free space on at least three Physical Volumes to enable " "mirroring" msgstr "" "There must be free space on at least three Physical Volumes to enable " "mirroring" #: ../src/InputController.py:1559 msgid "" "The size of the Logical Volume has been adjusted to the maximum available " "size for mirrors." msgstr "" "The size of the Logical Volume has been adjusted to the maximum available " "size for mirrors." #: ../src/InputController.py:1564 #, python-format msgid "" "There is not enough free space to add mirroring. Reduce size of Logical " "Volume to at most %s, or add Physical Volumes." msgstr "" "There is not enough free space to add mirroring. Reduce size of Logical " "Volume to at most %s, or add Physical Volumes." #: ../src/InputController.py:1928 msgid "Names beginning with \"snapshot\" or \"pvmove\" are reserved keywords." msgstr "Names beginning with \"snapshot\" or \"pvmove\" are reserved keywords." #: ../src/InputController.py:1930 msgid "Names containing \"_mlog\" or \"_mimage\" are reserved keywords." msgstr "Names containing \"_mlog\" or \"_mimage\" are reserved keywords." #: ../src/InputController.py:1932 msgid "Names beginning with a \"-\" are invalid" msgstr "Names beginning with a \"-\" are invalid" #: ../src/InputController.py:1934 msgid "Name can be neither \".\" nor \"..\"" msgstr "Name can be neither \".\" nor \"..\"" #: ../src/InputController.py:1940 msgid "Whitespaces are not allowed in Logical Volume names" msgstr "Whitespaces are not allowed in Logical Volume names" #: ../src/InputController.py:1943 #, python-format msgid "Invalid character \"%s\" in Logical Volume name" msgstr "Invalid character \"%s\" in Logical Volume name" #: ../src/InputController.py:1963 msgid "Please specify mount point" msgstr "Please specify mount point" #: ../src/InputController.py:2029 msgid "Do you want to upgrade ext2 to ext3 preserving data on Logical Volume?" msgstr "Do you want to upgrade ext2 to ext3 preserving data on Logical Volume?" #: ../src/InputController.py:2063 msgid "" "Changing the filesystem will destroy all data on the Logical Volume! Are you " "sure you want to proceed?" msgstr "" "Changing the filesystem will destroy all data on the Logical Volume! Are you " "sure you want to proceed?" #. migration not performed, continue process with no mirroring #: ../src/InputController.py:2164 msgid "Mirror not created. Completing remaining tasks." msgstr "Mirror not created. Completing remaining tasks." #. create mirror #: ../src/InputController.py:2167 msgid "" "Underlaying LVM doesn't support addition of mirrors to existing Logical " "Volumes. Completing remaining tasks." msgstr "" "Underlaying LVM doesn't support addition of mirrors to existing Logical " "Volumes. Completing remaining tasks." #: ../src/InputController.py:2216 msgid "In order to add mirroring, some extents need to be migrated." msgstr "In order to add mirroring, some extents need to be migrated." #: ../src/InputController.py:2216 msgid "Do you want to migrate specified extents?" msgstr "Do you want to migrate specified extents?" #: ../src/CommandHandler.py:55 msgid "Creating Logical Volume" msgstr "Creating Logical Volume" #: ../src/CommandHandler.py:74 ../src/CommandHandler.py:91 msgid "Resizing Logical Volume" msgstr "Resizing Logical Volume" #: ../src/CommandHandler.py:124 msgid "Adding Mirror to Logical Volume" msgstr "Adding Mirror to Logical Volume" #: ../src/CommandHandler.py:135 msgid "Removing Mirror from Logical Volume" msgstr "Removing Mirror from Logical Volume" #: ../src/CommandHandler.py:160 msgid "Initializing Physical Volume" msgstr "Initializing Physical Volume" #: ../src/CommandHandler.py:171 msgid "Adding Physical Volume to Volume Group" msgstr "Adding Physical Volume to Volume Group" #: ../src/CommandHandler.py:203 msgid "Creating Volume Group" msgstr "Creating Volume Group" #: ../src/CommandHandler.py:225 msgid "Removing Volume Group" msgstr "Removing Volume Group" #: ../src/CommandHandler.py:235 msgid "Removing Physical Volume" msgstr "Removing Physical Volume" #: ../src/CommandHandler.py:248 msgid "Removing Logical Volume" msgstr "Removing Logical Volume" #: ../src/CommandHandler.py:263 msgid "Renaming Logical Volume" msgstr "Renaming Logical Volume" #: ../src/CommandHandler.py:285 msgid "Removing Physical Volume from Volume Group" msgstr "Removing Physical Volume from Volume Group" #: ../src/CommandHandler.py:320 msgid "Migrating Extents" msgstr "Migrating Extents" #: ../src/CommandHandler.py:332 msgid "Completing Extent Migration" msgstr "Completing Extent Migration" #: ../src/CommandHandler.py:383 msgid "Rereading partition table" msgstr "Rereading partition table" #: ../src/lvm_model.py:45 ../src/lvmui_constants.py:83 msgid "Unused" msgstr "Unused" #: ../src/lvm_model.py:46 msgid "Unused Space" msgstr "Unused Space" #: ../src/lvm_model.py:48 msgid "Unmounted" msgstr "Unmounted" #: ../src/lvm_model.py:58 msgid "Volume Group Name: " msgstr "Volume Group Name: " #: ../src/lvm_model.py:59 msgid "System ID: " msgstr "System ID: " #: ../src/lvm_model.py:60 msgid "Format: " msgstr "Format: " #: ../src/lvm_model.py:61 ../src/lvm_model.py:78 ../src/lvm_model.py:93 msgid "Attributes: " msgstr "Attributes: " #: ../src/lvm_model.py:62 msgid "Volume Group Size: " msgstr "Volume Group Size: " #: ../src/lvm_model.py:63 msgid "Available Space: " msgstr "Available Space: " #: ../src/lvm_model.py:64 msgid "Total Number of Extents: " msgstr "Total Number of Extents: " #: ../src/lvm_model.py:65 msgid "Number of Free Extents: " msgstr "Number of Free Extents: " #: ../src/lvm_model.py:66 msgid "Extent Size: " msgstr "Extent Size: " #: ../src/lvm_model.py:67 msgid "Maximum Allowed Physical Volumes: " msgstr "Maximum Allowed Physical Volumes: " #: ../src/lvm_model.py:68 msgid "Number of Physical Volumes: " msgstr "Number of Physical Volumes: " #: ../src/lvm_model.py:69 msgid "Maximum Allowed Logical Volumes: " msgstr "Maximum Allowed Logical Volumes: " #: ../src/lvm_model.py:70 msgid "Number of Logical Volumes: " msgstr "Number of Logical Volumes: " #: ../src/lvm_model.py:71 msgid "VG UUID: " msgstr "VG UUID: " #: ../src/lvm_model.py:73 msgid "Logical Volume Name: " msgstr "Logical Volume Name: " #: ../src/lvm_model.py:74 msgid "Logical Volume Size: " msgstr "Logical Volume Size: " #: ../src/lvm_model.py:75 msgid "Number of Segments: " msgstr "Number of Segments: " #: ../src/lvm_model.py:76 msgid "Number of Stripes: " msgstr "Number of Stripes: " #: ../src/lvm_model.py:77 msgid "Stripe Size: " msgstr "Stripe Size: " #: ../src/lvm_model.py:79 msgid "LV UUID: " msgstr "LV UUID: " #: ../src/lvm_model.py:81 msgid "Partition Type: " msgstr "Partition Type: " #: ../src/lvm_model.py:82 msgid "Size: " msgstr "Size: " #: ../src/lvm_model.py:83 msgid "Mount Point: " msgstr "Mount Point: " #: ../src/lvm_model.py:84 msgid "Mount Point when Rebooted: " msgstr "Mount Point when Rebooted: " #: ../src/lvm_model.py:85 msgid "File System: " msgstr "File System: " #: ../src/lvm_model.py:87 msgid "Physical Volume Name: " msgstr "Physical Volume Name: " #: ../src/lvm_model.py:88 msgid "Physical Volume Size: " msgstr "Physical Volume Size: " #: ../src/lvm_model.py:89 msgid "Space Used: " msgstr "Space Used: " #: ../src/lvm_model.py:90 msgid "Space Free: " msgstr "Space Free: " #: ../src/lvm_model.py:91 msgid "Total Physical Extents: " msgstr "Total Physical Extents: " #: ../src/lvm_model.py:92 msgid "Allocated Physical Extents: " msgstr "Allocated Physical Extents: " #: ../src/lvm_model.py:94 msgid "PV UUID: " msgstr "PV UUID: " #: ../src/lvm_model.py:96 msgid "Not initializable:" msgstr "Not initializable:" #: ../src/lvm_model.py:97 msgid "Extended partition" msgstr "Extended partition" #. Translator: the line below refers to a standard linux swap partition. #: ../src/lvm_model.py:99 msgid "Swap partition currently in use" msgstr "Swap partition currently in use" #: ../src/lvm_model.py:100 msgid "Foreign boot partition" msgstr "Foreign boot partition" #: ../src/lvm_model.py:101 msgid "Autopartition failure" msgstr "Autopartition failure" #: ../src/lvm_model.py:259 msgid "Partition manually" msgstr "Partition manually" #: ../src/lvm_model.py:295 msgid "Multipath device" msgstr "Multipath device" #: ../src/lvm_model.py:298 msgid "Note:" msgstr "Note:" #: ../src/lvm_model.py:298 msgid "Initialize manually" msgstr "Initialize manually" #: ../src/lvm_model.py:741 msgid "Clustered: " msgstr "Clustered: " #: ../src/lvm_model.py:743 msgid "True" msgstr "True" #: ../src/lvm_model.py:745 msgid "False" msgstr "False" #: ../src/lvm_model.py:803 msgid "Number of mirror images:" msgstr "Number of mirror images:" #: ../src/lvm_model.py:806 msgid "Snapshots:" msgstr "Snapshots:" #: ../src/lvm_model.py:812 msgid "Snapshot origin:" msgstr "Snapshot origin:" #: ../src/lvm_model.py:819 msgid "Snapshot usage:" msgstr "Snapshot usage:" #: ../src/lvm_model.py:842 ../src/lvm_model.py:848 ../src/lvm_model.py:891 #: ../src/lvm_model.py:907 msgid "/ Root Filesystem" msgstr "/ Root Filesystem" #: ../src/lvm_model.py:910 ../src/Filesystem.py:137 msgid "None" msgstr "None" #: ../src/lvm_model.py:964 msgid "SCSI Address: " msgstr "SCSI Address: " #: ../src/lvm_model.py:966 msgid "SCSI ID: " msgstr "SCSI ID: " #. INIT_ENTITY=_("Are you certain that you wish to initialize disk entity %s? All data will be lost on this device/partition.") #: ../src/lvmui_constants.py:51 #, python-format msgid "" "All data on disk entity %s will be lost! Are you certain that you wish to " "initialize it?" msgstr "" "All data on disk entity %s will be lost! Are you certain that you wish to " "initialize it?" #: ../src/lvmui_constants.py:52 #, python-format msgid "" "Disk entity %s contains %s filesystem. All data on it will be lost! Are you " "certain that you wish to initialize disk entity %s?" msgstr "" "Disk entity %s contains %s filesystem. All data on it will be lost! Are you " "certain that you wish to initialize disk entity %s?" #: ../src/lvmui_constants.py:53 #, python-format msgid "" "Disk entity %s contains data from directory %s. All data in it will be lost! " "Are you certain that you wish to initialize disk entity %s?" msgstr "" "Disk entity %s contains data from directory %s. All data in it will be lost! " "Are you certain that you wish to initialize disk entity %s?" #: ../src/lvmui_constants.py:54 #, python-format msgid "" "Are you certain that you wish to initialize %s of free space on disk %s?" msgstr "" "Are you certain that you wish to initialize %s of free space on disk %s?" #: ../src/lvmui_constants.py:55 #, python-format msgid "" "You are about to initialize unpartitioned disk %s. It is advisable, although " "not required, to create a partition on it. Do you want to create a single " "partition encompassing the whole drive?" msgstr "" "You are about to initialize unpartitioned disk %s. It is advisable, although " "not required, to create a partition on it. Do you want to create a single " "partition encompassing the whole drive?" #: ../src/lvmui_constants.py:57 msgid "Reloading LVM. Please wait." msgstr "Reloading LVM. Please wait." #: ../src/lvmui_constants.py:59 #, python-format msgid "" "Changes will take effect after computer is restarted. If device %s is used, " "before restart, data corruption WILL occur. It is advisable to restart your " "computer now." msgstr "" "Changes will take effect after computer is restarted. If device %s is used, " "before restart, data corruption WILL occur. It is advisable to restart your " "computer now." #: ../src/lvmui_constants.py:61 msgid "Mirror Log" msgstr "Mirror Log" #: ../src/lvmui_constants.py:63 msgid "Unable to process request" msgstr "Unable to process request" #: ../src/lvmui_constants.py:65 #, python-format msgid "%s command failed. Command attempted: \"%s\" - System Error Message: %s" msgstr "" "%s command failed. Command attempted: \"%s\" - System Error Message: %s" #: ../src/lvmui_constants.py:84 msgid "Free" msgstr "Free" #: ../src/lvmui_constants.py:85 msgid "Free space" msgstr "Free space" #: ../src/lvmui_constants.py:87 msgid "Unpartitioned space" msgstr "Unpartitioned space" #: ../src/lvmui_constants.py:88 #, python-format msgid "Unpartitioned space on %s" msgstr "Unpartitioned space on %s" #: ../src/lvmui_constants.py:90 msgid "GB" msgstr "GB" #: ../src/lvmui_constants.py:91 msgid "MB" msgstr "MB" #: ../src/lvmui_constants.py:92 msgid "KB" msgstr "KB" #: ../src/lvmui_constants.py:93 msgid "Bytes" msgstr "Bytes" #. File System Types #: ../src/lvmui_constants.py:97 msgid "No Filesystem" msgstr "No Filesystem" #: ../src/lvmui_constants.py:98 msgid "Ext2" msgstr "Ext2" #: ../src/lvmui_constants.py:99 msgid "Ext3" msgstr "Ext3" #: ../src/lvmui_constants.py:100 msgid "JFS" msgstr "JFS" #: ../src/lvmui_constants.py:101 msgid "MSDOS" msgstr "MSDOS" #: ../src/lvmui_constants.py:102 msgid "Reiserfs" msgstr "Reiserfs" #: ../src/lvmui_constants.py:103 msgid "VFAT" msgstr "VFAT" #: ../src/lvmui_constants.py:104 msgid "XFS" msgstr "XFS" #: ../src/lvmui_constants.py:105 msgid "Cramfs" msgstr "Cramfs" #: ../src/Properties_Renderer.py:42 msgid "Properties for" msgstr "Properties for" #: ../src/Properties_Renderer.py:43 ../src/renderer.py:37 msgid "Physical Volume" msgstr "Physical Volume" #. UNALLOCATED_MESSAGE=_("This Volume has not been allocated \n to a Volume Group yet.") #: ../src/Properties_Renderer.py:44 ../src/renderer.py:36 msgid "Logical Volume" msgstr "Logical Volume" #: ../src/Properties_Renderer.py:45 msgid "Unallocated Volume" msgstr "Unallocated Volume" #: ../src/Properties_Renderer.py:46 ../src/renderer.py:43 msgid "Disk Entity" msgstr "Disk Entity" #: ../src/Properties_Renderer.py:47 ../src/Properties_Renderer.py:48 #: ../src/Properties_Renderer.py:49 ../src/renderer.py:38 msgid "Volume Group" msgstr "Volume Group" #. UNINITIALIZED_MESSAGE=_("This extent has not yet been \n initialized for use with LVM.") #: ../src/renderer.py:33 msgid "No Volume Selected" msgstr "No Volume Selected" #: ../src/renderer.py:34 msgid "Multiple selection" msgstr "Multiple selection" #: ../src/renderer.py:39 ../src/Volume_Tab_View.py:46 msgid "Logical View" msgstr "Logical View" #: ../src/renderer.py:40 ../src/Volume_Tab_View.py:45 msgid "Physical View" msgstr "Physical View" #: ../src/renderer.py:41 msgid "Unallocated" msgstr "Unallocated" #: ../src/renderer.py:42 msgid "Uninitialized" msgstr "Uninitialized" #: ../src/renderer.py:195 #, python-format msgid "" "The extents that you are attempting to select belong to a mirror log of " "Logical Volume %s. Mirrored Logical Volumes are not yet migratable, so the " "extents are not selectable." msgstr "" "The extents that you are attempting to select belong to a mirror log of " "Logical Volume %s. Mirrored Logical Volumes are not yet migratable, so the " "extents are not selectable." #: ../src/renderer.py:197 #, python-format msgid "" "The extents that you are attempting to select belong to mirror image of " "Logical Volume %s. Mirrored Logical Volumes are not yet migratable, so the " "extents are not selectable." msgstr "" "The extents that you are attempting to select belong to mirror image of " "Logical Volume %s. Mirrored Logical Volumes are not yet migratable, so the " "extents are not selectable." #: ../src/renderer.py:199 #, python-format msgid "" "The extents that you are attempting to select belong to %s, a snapshot of %" "s. Snapshots are not yet migratable, so the extents are not selectable." msgstr "" "The extents that you are attempting to select belong to %s, a snapshot of %" "s. Snapshots are not yet migratable, so the extents are not selectable." #: ../src/renderer.py:201 #, python-format msgid "" "The extents that you are attempting to select belong to a snapshot origin %" "s. Snapshot origins are not yet migratable, so the extents are not " "selectable." msgstr "" "The extents that you are attempting to select belong to a snapshot origin %" "s. Snapshot origins are not yet migratable, so the extents are not " "selectable." #: ../src/renderer.py:388 #, python-format msgid "Snapshot of %s" msgstr "Snapshot of %s" #: ../src/renderer.py:490 msgid "Origin" msgstr "Origin" #: ../src/renderer.py:496 msgid "Snapshot" msgstr "Snapshot" #: ../src/renderer.py:540 msgid "extent view" msgstr "extent view" #: ../src/Volume_Tab_View.py:42 msgid "Volume Groups" msgstr "Volume Groups" #: ../src/Volume_Tab_View.py:43 msgid "Unallocated Volumes" msgstr "Unallocated Volumes" #: ../src/Volume_Tab_View.py:44 msgid "Uninitialized Entities" msgstr "Uninitialized Entities" #: ../src/Volume_Tab_View.py:231 msgid "Clustered VG" msgstr "Clustered VG" #: ../src/Volume_Tab_View.py:617 #, python-format msgid "%s mirror synchronisation" msgstr "%s mirror synchronisation" #. no existing partitions, write #: ../src/fdisk_wrapper.py:192 msgid "Please wait while partition is being created" msgstr "Please wait while partition is being created" #: ../src/Filesystem.py:20 #, python-format msgid "Creating %s filesystem" msgstr "Creating %s filesystem" #: ../src/Filesystem.py:21 #, python-format msgid "Resizing %s filesystem" msgstr "Resizing %s filesystem" #: ../src/Filesystem.py:22 #, python-format msgid "Checking %s filesystem" msgstr "Checking %s filesystem" #: ../src/Filesystem.py:23 #, python-format msgid "Upgrading %s filesystem to %s" msgstr "Upgrading %s filesystem to %s" #: ../src/Filesystem.py:24 #, python-format msgid "" "Creation of filesystem failed. Command attempted: \"%s\" - System Error " "Message: %s" msgstr "" "Creation of filesystem failed. Command attempted: \"%s\" - System Error " "Message: %s" #: ../src/Filesystem.py:25 #, python-format msgid "" "Resize of filesystem failed. Command attempted: \"%s\" - System Error " "Message: %s" msgstr "" "Resize of filesystem failed. Command attempted: \"%s\" - System Error " "Message: %s" #: ../src/Filesystem.py:26 #, python-format msgid "" "Check of filesystem failed. Command attempted: \"%s\" - System Error " "Message: %s" msgstr "" "Check of filesystem failed. Command attempted: \"%s\" - System Error " "Message: %s" #: ../src/Filesystem.py:27 #, python-format msgid "" "Upgrade of filesystem failed. Command attempted: \"%s\" - System Error " "Message: %s" msgstr "" "Upgrade of filesystem failed. Command attempted: \"%s\" - System Error " "Message: %s" #: ../src/Filesystem.py:143 msgid "Unknown filesystem" msgstr "Unknown filesystem" #: ../src/Filesystem.py:387 msgid "GFS (local)" msgstr "GFS (local)" #: ../src/Filesystem.py:502 msgid "GFS (clustered)" msgstr "GFS (clustered)" #: ../src/Filesystem.py:536 ../src/Filesystem.py:812 msgid "Cluster name contains illegal character " msgstr "Cluster name contains illegal character " #: ../src/Filesystem.py:539 ../src/Filesystem.py:815 msgid "GFS name contains illegal character " msgstr "GFS name contains illegal character " #: ../src/Filesystem.py:542 ../src/Filesystem.py:818 msgid "Missing Cluster Name" msgstr "Missing Cluster Name" #: ../src/Filesystem.py:545 ../src/Filesystem.py:821 msgid "Missing GFS Name" msgstr "Missing GFS Name" #: ../src/Filesystem.py:664 msgid "GFS2 (local)" msgstr "GFS2 (local)" #: ../src/Filesystem.py:778 msgid "GFS2 (clustered)" msgstr "GFS2 (clustered)" #: ../src/Segment.py:44 msgid "Stripe" msgstr "Stripe" #: ../src/Segment.py:68 msgid "Linear Mapping" msgstr "Linear Mapping" #: ../src/Segment.py:109 msgid "Mirror" msgstr "Mirror" #: ../src/PhysicalVolume.py:142 #, python-format msgid "Partition %s" msgstr "Partition %s" #: ../src/lvui.glade.h:1 ../src/lv_edit_props.glade.h:1 msgid "*" msgstr "*" #: ../src/lvui.glade.h:2 msgid "1024" msgstr "1024" #: ../src/lvui.glade.h:3 msgid "128" msgstr "128" #: ../src/lvui.glade.h:4 msgid "16" msgstr "16" #: ../src/lvui.glade.h:5 msgid "2" msgstr "2" #: ../src/lvui.glade.h:6 msgid "256" msgstr "256" #: ../src/lvui.glade.h:7 msgid "32" msgstr "32" #: ../src/lvui.glade.h:8 msgid "4" msgstr "4" #: ../src/lvui.glade.h:9 msgid "512" msgstr "512" #: ../src/lvui.glade.h:10 msgid "64" msgstr "64" #: ../src/lvui.glade.h:11 msgid "8" msgstr "8" #: ../src/lvui.glade.h:12 msgid "Add Physical Volume to VG" msgstr "Add Physical Volume to VG" #: ../src/lvui.glade.h:13 msgid "" "Add to existing \n" "Volume Group" msgstr "" "Add to existing \n" "Volume Group" #: ../src/lvui.glade.h:15 msgid "Clustered" msgstr "Clustered" #: ../src/lvui.glade.h:16 msgid "" "Create New\n" "Logical Volume" msgstr "" "Create New\n" "Logical Volume" #: ../src/lvui.glade.h:18 msgid "Create Snapshot" msgstr "Create Snapshot" #: ../src/lvui.glade.h:19 msgid "" "Create new \n" "Volume Group" msgstr "" "Create new \n" "Volume Group" #: ../src/lvui.glade.h:21 msgid "Edit Properties" msgstr "Edit Properties" #: ../src/lvui.glade.h:22 msgid "Enter path of Block Device to initialize" msgstr "Enter path of Block Device to initialize" #: ../src/lvui.glade.h:23 msgid "" "Extend\n" "Volume Group" msgstr "" "Extend\n" "Volume Group" #: ../src/lvui.glade.h:25 msgid "Extend Volume Group" msgstr "Extend Volume Group" #: ../src/lvui.glade.h:26 msgid "Format" msgstr "Format" #: ../src/lvui.glade.h:27 msgid "Initialize" msgstr "Initialize" #: ../src/lvui.glade.h:28 msgid "Initialize Block Device" msgstr "Initialize Block Device" #: ../src/lvui.glade.h:29 msgid "Initialize Entity" msgstr "Initialize Entity" #: ../src/lvui.glade.h:30 msgid "Initialize _Block Device" msgstr "Initialize _Block Device" #: ../src/lvui.glade.h:31 msgid "Kilo" msgstr "Kilo" #: ../src/lvui.glade.h:32 msgid "Logical Volume Management" msgstr "Logical Volume Management" #: ../src/lvui.glade.h:33 msgid "Manage Volumes" msgstr "Manage Volumes" #: ../src/lvui.glade.h:34 msgid "Mark Volume Group as 'clustered'" msgstr "Mark Volume Group as 'clustered'" #: ../src/lvui.glade.h:35 msgid "Maximum Logical Volumes" msgstr "Maximum Logical Volumes" #: ../src/lvui.glade.h:36 msgid "Maximum Physical Volumes" msgstr "Maximum Physical Volumes" #: ../src/lvui.glade.h:37 msgid "Meg" msgstr "Meg" #: ../src/lvui.glade.h:38 msgid "" "Migrate Selected\n" "Extent(s) From Volume" msgstr "" "Migrate Selected\n" "Extent(s) From Volume" #: ../src/lvui.glade.h:40 msgid "New Volume Group" msgstr "New Volume Group" #: ../src/lvui.glade.h:41 msgid "Physical Extent Size" msgstr "Physical Extent Size" #: ../src/lvui.glade.h:42 msgid "" "Remove \n" "Logical Volume" msgstr "" "Remove \n" "Logical Volume" #: ../src/lvui.glade.h:44 msgid "" "Remove Selected\n" "Logical Volume(s)" msgstr "" "Remove Selected\n" "Logical Volume(s)" #: ../src/lvui.glade.h:46 msgid "" "Remove Selected\n" "Physical Volume(s)" msgstr "" "Remove Selected\n" "Physical Volume(s)" #: ../src/lvui.glade.h:48 msgid "" "Remove Volume from\n" "Volume Group" msgstr "" "Remove Volume from\n" "Volume Group" #: ../src/lvui.glade.h:50 msgid "" "Remove volume \n" "from LVM" msgstr "" "Remove volume \n" "from LVM" #: ../src/lvui.glade.h:52 msgid "Select a Volume Group to add this PV to:" msgstr "Select a Volume Group to add this PV to:" #: ../src/lvui.glade.h:53 msgid "Some text" msgstr "Some text" #: ../src/lvui.glade.h:54 msgid "Volume Group Name" msgstr "Volume Group Name" #: ../src/lvui.glade.h:55 msgid "_Reload" msgstr "_Reload" #: ../src/lvui.glade.h:56 msgid "_Tools" msgstr "_Tools" #: ../src/lvui.glade.h:57 msgid "extend vg message:" msgstr "extend vg message:" #: ../src/lv_edit_props.glade.h:2 msgid "" "4\n" "8\n" "16\n" "32\n" "64\n" "128\n" "256\n" "512" msgstr "" "4\n" "8\n" "16\n" "32\n" "64\n" "128\n" "256\n" "512" #: ../src/lv_edit_props.glade.h:10 msgid "Filesystem" msgstr "Filesystem" #: ../src/lv_edit_props.glade.h:11 msgid "LV Properties" msgstr "LV Properties" #: ../src/lv_edit_props.glade.h:12 msgid "Size" msgstr "Size" #: ../src/lv_edit_props.glade.h:13 msgid "Add entry to /etc/fstab" msgstr "Add entry to /etc/fstab" #: ../src/lv_edit_props.glade.h:14 msgid "Create New Logical Volume (LV)" msgstr "Create New Logical Volume (LV)" #: ../src/lv_edit_props.glade.h:15 msgid "Filesystem is not resizable" msgstr "Filesystem is not resizable" #: ../src/lv_edit_props.glade.h:16 msgid "Free space in Volume Group label" msgstr "Free space in Volume Group label" #: ../src/lv_edit_props.glade.h:17 msgid "Free space remaining label" msgstr "Free space remaining label" #: ../src/lv_edit_props.glade.h:18 msgid "Kilobytes granularity" msgstr "Kilobytes granularity" #: ../src/lv_edit_props.glade.h:19 msgid "LV name:" msgstr "LV name:" #: ../src/lv_edit_props.glade.h:20 msgid "LV size" msgstr "LV size" #: ../src/lv_edit_props.glade.h:21 msgid "LVs under snapshots are not resizable" msgstr "LVs under snapshots are not resizable" #: ../src/lv_edit_props.glade.h:22 msgid "Linear" msgstr "Linear" #: ../src/lv_edit_props.glade.h:23 msgid "Mirrored" msgstr "Mirrored" #: ../src/lv_edit_props.glade.h:24 msgid "Mirrored LVs are not resizable" msgstr "Mirrored LVs are not resizable" #: ../src/lv_edit_props.glade.h:25 msgid "Mount" msgstr "Mount" #: ../src/lv_edit_props.glade.h:26 msgid "Mount point:" msgstr "Mount point:" #: ../src/lv_edit_props.glade.h:27 msgid "Mount when rebooted" msgstr "Mount when rebooted" #: ../src/lv_edit_props.glade.h:28 msgid "Size beg" msgstr "Size beg" #: ../src/lv_edit_props.glade.h:29 msgid "Size end" msgstr "Size end" #: ../src/lv_edit_props.glade.h:30 msgid "Striped" msgstr "Striped" #: ../src/lv_edit_props.glade.h:31 msgid "Use remaining" msgstr "Use remaining" #: ../src/lv_edit_props.glade.h:32 msgid "stripes" msgstr "stripes" #: ../src/migrate_extents.glade.h:1 msgid "Destination" msgstr "Destination" #: ../src/migrate_extents.glade.h:2 msgid "Migration Policy" msgstr "Migration Policy" #: ../src/migrate_extents.glade.h:3 msgid "Anywhere - not implemented" msgstr "Anywhere - not implemented" #: ../src/migrate_extents.glade.h:4 msgid "Automatically choose PVs to migrate to" msgstr "Automatically choose PVs to migrate to" #: ../src/migrate_extents.glade.h:5 msgid "Contiguous" msgstr "Contiguous" #: ../src/migrate_extents.glade.h:6 msgid "Destination:" msgstr "Destination:" #: ../src/migrate_extents.glade.h:7 msgid "" "In order to remove PV, extents in use have to be migrated.\n" "Select extents' destination and migration policy." msgstr "" "In order to remove PV, extents in use have to be migrated.\n" "Select extents' destination and migration policy." #: ../src/migrate_extents.glade.h:9 msgid "Inherit" msgstr "Inherit" #: ../src/migrate_extents.glade.h:10 msgid "Inherit policy from Volume Group" msgstr "Inherit policy from Volume Group" #: ../src/migrate_extents.glade.h:11 msgid "Migrate Extents" msgstr "Migrate Extents" #: ../src/migrate_extents.glade.h:12 msgid "Migrate anywhere even if that reduces performance" msgstr "Migrate anywhere even if that reduces performance" #: ../src/migrate_extents.glade.h:13 msgid "New extents are adjacent to existing ones" msgstr "New extents are adjacent to existing ones" #: ../src/migrate_extents.glade.h:14 msgid "Normal" msgstr "Normal" #: ../src/migrate_extents.glade.h:15 msgid "Only migrate extents belonging to LV" msgstr "Only migrate extents belonging to LV" #: ../src/migrate_extents.glade.h:16 msgid "Use common sense" msgstr "Use common sense"