translation stubs

merge-requests/273/head
Evan James 5 years ago
parent 0bc6cd2bd4
commit 1fe28a9442

@ -56,6 +56,54 @@ _btrfsSVBody3="Denne proces gentages indtil et jokertegn (*) angives som partiti
_btrfsMntBody="Brug [MELLEMRUM] for at ændre monteringsvalg. Gennemse dem omhyggeligt. Vælg ikke flere versioner af det samme valg."
_btrfsMntConfBody="Bekræft dine valg:"
#zfs
_PrepZFS="ZFS (optional)" #translate me!
_zfsNotSupported="The kernel modules to support ZFS could not be found" #translate me!
_zfsAutoComplete="Automatic zfs provisioning has been completed" #translate me!
_zfsMainMenuBody="ZFS is a flexible and resilient file system that combines elements of logical volume management, RAID and traditional file systems. ZFS on Linux requires special handling and is not ideal for beginners.\n\nSelect automatic to select a partition and allow the system to automate the creation a new a zpool and datasets mounted to '/', '/home' and '/var/cache/pacman'. Manual configuration is available but requires specific knowledge of zfs." #translate me!
_zfsMainMenuOptAutomatic="Automatically configure" #translate me!
_zfsMainMenuOptManual="Manual configuration" #translate me!
_zfsManualMenuTitle="ZFS Manual Setup" #translate me!
_zfsManualMenuBody="Please select an option below" #translate me!
_zfsManualMenuOptCreate="Create a new zpool" #translate me!
_zfsManualMenuOptImport="Import an existing zpool" #translate me!
_zfsManualMenuOptNewFile="Create and mount a ZFS filesystem" #translate me!
_zfsManualMenuOptNewLegacy="Create a legacy ZFS filesystem" #translate me!
_zfsManualMenuOptNewZvol="Create a new ZVOL" #translate me!
_zfsManualMenuOptSet="Set a property on a zfs filesystem" #translate me!
_zfsManualMenuOptDestroy="Destroy a ZFS dataset" #translate me!
_zfsZpoolPartMenuTitle="Select a partition" #translate me!
_zfsZpoolPartMenuBody="Select a partition to hold the ZFS zpool" #translate me!
_zfsZpoolCTitle="zpool Creation" #translate me!
_zfsZpoolCBody="Enter the name for the new zpool" #translate me!
_zfsZpoolCValidation1="zpool names must start with a letter and are limited to only alphanumeric characters and the special characters : . - _" #translate me!
_zfsZpoolCValidation2="zpool names cannot start with the reserved words (log, mirror, raidz, raidz1, raidz2, raidz3, or spare)" #translate me!
_zfsZpoolImportMenuTitle="Import a zpool" #translate me!
_zfsZpoolImportMenuBody="Select an existing pool to import" #translate me!
_zfsSelectZpoolMenuTitle="zpool Selection" #translate me!
_zfsSelectZpoolMenuBody="Select a zpool from the list" #translate me!
_zfsMountMenuTitle="Mountpoint Selection" #translate me!
_zfsMountMenuBody="Enter a mountpoint for the filesystem" #translate me!
_zfsMountMenuInUse="That mountpoint is already in use, please select a different mountpoint" #translate me!
_zfsMountMenuNotValid="That is not a valid mountpoint" #translate me!
_zfsDSMenuNameTitle="ZFS DataSet" #translate me!
_zfsDSMenuNameBody="Enter a name and relative path for the dataset. For example, if you want the dataset to be placed at zpool/data/zname, enter 'data/zname'" #translate me!
_zfsZvolSizeMenuTitle="ZVOL Size" #translate me!
_zfsZvolSizeMenuBody="Enter the size of the zvol in megabytes(MB)" #translate me!
_zfsZvolSizeMenuValidation="You must enter a number greater than 0" #translate me!
_zfsDestroyMenuTitle="Destroy a ZFS dataset" #translate me!
_zfsDestroyMenuBody="Select the dataset you would like to permanently delete. Please note that this will recursively delete any child datasets with warning" #translate me!
_zfsDestroyMenuConfirm1="Please confirm that you want to irrevocably delete all the data on" #translate me!
_zfsDestroyMenuConfirm2="and the data contained on all of it's children" #translate me!
_zfsSetMenuTitle="Set a ZFS Property" #translate me!
_zfsSetMenuBody="Enter the property and value you would like to set using the format property=mountpoint\n\nFor example, you could enter:\ncompression=lz4\nor\nacltype=posixacl" #translate me!
_zfsSetMenuSelect="Select the dataset you would like to set a property on" #translate me!
_zfsSetMenuValidation="Input must be the format property=mountpoint" #translate me!
_zfsCancelled="Operation cancelled" #translate me!
_zfsFoundRoot="Using ZFS root on '/'" #translate me!
_zfsZpoolNoPool="No available zfs pools found" #translate me!
_zfsDatasetNotFound="No datasets available" #translate me!
# Autopartition
_AutoPartBody1="ADVARSEL: ALLE data på"
_AutoPartBody2="vil gå uigenkaldeligt tabt.\n\nEn 512MB boot partition oprettes først, derefter en partition til root (/)."

@ -54,6 +54,54 @@ _btrfsSVBody3="Dit proces zal worden herhaald tot een asterisk (*) als subvolume
_btrfsMntBody="Gebuik [Spatie] om de gewenste aankoppel-opties te (de)selecteren en controleer deze nauwkeurig. Vermijd de selectie van meerdere versies van de zelfde optie, aub."
_btrfsMntConfBody="Bevestig volgende aankoppelopties:"
#zfs
_PrepZFS="ZFS (optional)" #translate me!
_zfsNotSupported="The kernel modules to support ZFS could not be found" #translate me!
_zfsAutoComplete="Automatic zfs provisioning has been completed" #translate me!
_zfsMainMenuBody="ZFS is a flexible and resilient file system that combines elements of logical volume management, RAID and traditional file systems. ZFS on Linux requires special handling and is not ideal for beginners.\n\nSelect automatic to select a partition and allow the system to automate the creation a new a zpool and datasets mounted to '/', '/home' and '/var/cache/pacman'. Manual configuration is available but requires specific knowledge of zfs." #translate me!
_zfsMainMenuOptAutomatic="Automatically configure" #translate me!
_zfsMainMenuOptManual="Manual configuration" #translate me!
_zfsManualMenuTitle="ZFS Manual Setup" #translate me!
_zfsManualMenuBody="Please select an option below" #translate me!
_zfsManualMenuOptCreate="Create a new zpool" #translate me!
_zfsManualMenuOptImport="Import an existing zpool" #translate me!
_zfsManualMenuOptNewFile="Create and mount a ZFS filesystem" #translate me!
_zfsManualMenuOptNewLegacy="Create a legacy ZFS filesystem" #translate me!
_zfsManualMenuOptNewZvol="Create a new ZVOL" #translate me!
_zfsManualMenuOptSet="Set a property on a zfs filesystem" #translate me!
_zfsManualMenuOptDestroy="Destroy a ZFS dataset" #translate me!
_zfsZpoolPartMenuTitle="Select a partition" #translate me!
_zfsZpoolPartMenuBody="Select a partition to hold the ZFS zpool" #translate me!
_zfsZpoolCTitle="zpool Creation" #translate me!
_zfsZpoolCBody="Enter the name for the new zpool" #translate me!
_zfsZpoolCValidation1="zpool names must start with a letter and are limited to only alphanumeric characters and the special characters : . - _" #translate me!
_zfsZpoolCValidation2="zpool names cannot start with the reserved words (log, mirror, raidz, raidz1, raidz2, raidz3, or spare)" #translate me!
_zfsZpoolImportMenuTitle="Import a zpool" #translate me!
_zfsZpoolImportMenuBody="Select an existing pool to import" #translate me!
_zfsSelectZpoolMenuTitle="zpool Selection" #translate me!
_zfsSelectZpoolMenuBody="Select a zpool from the list" #translate me!
_zfsMountMenuTitle="Mountpoint Selection" #translate me!
_zfsMountMenuBody="Enter a mountpoint for the filesystem" #translate me!
_zfsMountMenuInUse="That mountpoint is already in use, please select a different mountpoint" #translate me!
_zfsMountMenuNotValid="That is not a valid mountpoint" #translate me!
_zfsDSMenuNameTitle="ZFS DataSet" #translate me!
_zfsDSMenuNameBody="Enter a name and relative path for the dataset. For example, if you want the dataset to be placed at zpool/data/zname, enter 'data/zname'" #translate me!
_zfsZvolSizeMenuTitle="ZVOL Size" #translate me!
_zfsZvolSizeMenuBody="Enter the size of the zvol in megabytes(MB)" #translate me!
_zfsZvolSizeMenuValidation="You must enter a number greater than 0" #translate me!
_zfsDestroyMenuTitle="Destroy a ZFS dataset" #translate me!
_zfsDestroyMenuBody="Select the dataset you would like to permanently delete. Please note that this will recursively delete any child datasets with warning" #translate me!
_zfsDestroyMenuConfirm1="Please confirm that you want to irrevocably delete all the data on" #translate me!
_zfsDestroyMenuConfirm2="and the data contained on all of it's children" #translate me!
_zfsSetMenuTitle="Set a ZFS Property" #translate me!
_zfsSetMenuBody="Enter the property and value you would like to set using the format property=mountpoint\n\nFor example, you could enter:\ncompression=lz4\nor\nacltype=posixacl" #translate me!
_zfsSetMenuSelect="Select the dataset you would like to set a property on" #translate me!
_zfsSetMenuValidation="Input must be the format property=mountpoint" #translate me!
_zfsCancelled="Operation cancelled" #translate me!
_zfsFoundRoot="Using ZFS root on '/'" #translate me!
_zfsZpoolNoPool="No available zfs pools found" #translate me!
_zfsDatasetNotFound="No datasets available" #translate me!
# Autopartitionering
_AutoPartBody1="Opgelet: ALLE data op"
_AutoPartBody2="zal worden gewist.\n\nEr wordt eerst een boot partitie van 512MB aangemaakt, de rest van de ruimte wordt ingenomen door een tweede (root of '/') partitie."

@ -68,6 +68,7 @@ _zfsManualMenuOptImport="Import an existing zpool"
_zfsManualMenuOptNewFile="Create and mount a ZFS filesystem"
_zfsManualMenuOptNewLegacy="Create a legacy ZFS filesystem"
_zfsManualMenuOptNewZvol="Create a new ZVOL"
_zfsManualMenuOptSet="Set a property on a zfs filesystem"
_zfsManualMenuOptDestroy="Destroy a ZFS dataset"
_zfsZpoolPartMenuTitle="Select a partition"
_zfsZpoolPartMenuBody="Select a partition to hold the ZFS zpool"
@ -92,6 +93,10 @@ _zfsDestroyMenuTitle="Destroy a ZFS dataset"
_zfsDestroyMenuBody="Select the dataset you would like to permanently delete. Please note that this will recursively delete any child datasets with warning"
_zfsDestroyMenuConfirm1="Please confirm that you want to irrevocably delete all the data on"
_zfsDestroyMenuConfirm2="and the data contained on all of it's children"
_zfsSetMenuTitle="Set a ZFS Property"
_zfsSetMenuBody="Enter the property and value you would like to set using the format property=mountpoint\n\nFor example, you could enter:\ncompression=lz4\nor\nacltype=posixacl"
_zfsSetMenuSelect="Select the dataset you would like to set a property on"
_zfsSetMenuValidation="Input must be the format property=mountpoint"
_zfsCancelled="Operation cancelled"
_zfsFoundRoot="Using ZFS root on '/'"
_zfsZpoolNoPool="No available zfs pools found"

@ -57,6 +57,54 @@ _btrfsSVBody3="Ce processus sera répété jusqu'à ce qu'un astérisque (*) soi
_btrfsMntBody="Utiliser [Espace] pour sélectionner/désélectionner les options de montage désirées. Veuillez ne pas sélectionner plusieurs versions de la même option."
_btrfsMntConfBody="Confirmer les options de montage suivantes :"
#zfs
_PrepZFS="ZFS (optional)" #translate me!
_zfsNotSupported="The kernel modules to support ZFS could not be found" #translate me!
_zfsAutoComplete="Automatic zfs provisioning has been completed" #translate me!
_zfsMainMenuBody="ZFS is a flexible and resilient file system that combines elements of logical volume management, RAID and traditional file systems. ZFS on Linux requires special handling and is not ideal for beginners.\n\nSelect automatic to select a partition and allow the system to automate the creation a new a zpool and datasets mounted to '/', '/home' and '/var/cache/pacman'. Manual configuration is available but requires specific knowledge of zfs." #translate me!
_zfsMainMenuOptAutomatic="Automatically configure" #translate me!
_zfsMainMenuOptManual="Manual configuration" #translate me!
_zfsManualMenuTitle="ZFS Manual Setup" #translate me!
_zfsManualMenuBody="Please select an option below" #translate me!
_zfsManualMenuOptCreate="Create a new zpool" #translate me!
_zfsManualMenuOptImport="Import an existing zpool" #translate me!
_zfsManualMenuOptNewFile="Create and mount a ZFS filesystem" #translate me!
_zfsManualMenuOptNewLegacy="Create a legacy ZFS filesystem" #translate me!
_zfsManualMenuOptNewZvol="Create a new ZVOL" #translate me!
_zfsManualMenuOptSet="Set a property on a zfs filesystem" #translate me!
_zfsManualMenuOptDestroy="Destroy a ZFS dataset" #translate me!
_zfsZpoolPartMenuTitle="Select a partition" #translate me!
_zfsZpoolPartMenuBody="Select a partition to hold the ZFS zpool" #translate me!
_zfsZpoolCTitle="zpool Creation" #translate me!
_zfsZpoolCBody="Enter the name for the new zpool" #translate me!
_zfsZpoolCValidation1="zpool names must start with a letter and are limited to only alphanumeric characters and the special characters : . - _" #translate me!
_zfsZpoolCValidation2="zpool names cannot start with the reserved words (log, mirror, raidz, raidz1, raidz2, raidz3, or spare)" #translate me!
_zfsZpoolImportMenuTitle="Import a zpool" #translate me!
_zfsZpoolImportMenuBody="Select an existing pool to import" #translate me!
_zfsSelectZpoolMenuTitle="zpool Selection" #translate me!
_zfsSelectZpoolMenuBody="Select a zpool from the list" #translate me!
_zfsMountMenuTitle="Mountpoint Selection" #translate me!
_zfsMountMenuBody="Enter a mountpoint for the filesystem" #translate me!
_zfsMountMenuInUse="That mountpoint is already in use, please select a different mountpoint" #translate me!
_zfsMountMenuNotValid="That is not a valid mountpoint" #translate me!
_zfsDSMenuNameTitle="ZFS DataSet" #translate me!
_zfsDSMenuNameBody="Enter a name and relative path for the dataset. For example, if you want the dataset to be placed at zpool/data/zname, enter 'data/zname'" #translate me!
_zfsZvolSizeMenuTitle="ZVOL Size" #translate me!
_zfsZvolSizeMenuBody="Enter the size of the zvol in megabytes(MB)" #translate me!
_zfsZvolSizeMenuValidation="You must enter a number greater than 0" #translate me!
_zfsDestroyMenuTitle="Destroy a ZFS dataset" #translate me!
_zfsDestroyMenuBody="Select the dataset you would like to permanently delete. Please note that this will recursively delete any child datasets with warning" #translate me!
_zfsDestroyMenuConfirm1="Please confirm that you want to irrevocably delete all the data on" #translate me!
_zfsDestroyMenuConfirm2="and the data contained on all of it's children" #translate me!
_zfsSetMenuTitle="Set a ZFS Property" #translate me!
_zfsSetMenuBody="Enter the property and value you would like to set using the format property=mountpoint\n\nFor example, you could enter:\ncompression=lz4\nor\nacltype=posixacl" #translate me!
_zfsSetMenuSelect="Select the dataset you would like to set a property on" #translate me!
_zfsSetMenuValidation="Input must be the format property=mountpoint" #translate me!
_zfsCancelled="Operation cancelled" #translate me!
_zfsFoundRoot="Using ZFS root on '/'" #translate me!
_zfsZpoolNoPool="No available zfs pools found" #translate me!
_zfsDatasetNotFound="No datasets available" #translate me!
# Partition auto
_AutoPartBody1="AVERTISSEMENT : TOUTES les données sur"
_AutoPartBody2="vont être effacées.\n\nUne partition de démarrage (boot) de 512MB va être créée en premier, suivie par une seconde partition (root ou '/') utilisant tout l'espace restant."

@ -53,6 +53,54 @@ _btrfsSVBody3="Dieser Prozess wird wiederholt bis ein Sternchen (*) als Name fü
_btrfsMntBody="[Leerzeichen] drücken, um die gewünschten Einhängeoptionen aus- oder abzuwählen.\nBitte achten Sie darauf, keine inkompatiblen Optionen zu wählen."
_btrfsMntConfBody="Bestätigen Sie die Auswahl der Einhängeoptionen:"
#zfs
_PrepZFS="ZFS (optional)" #translate me!
_zfsNotSupported="The kernel modules to support ZFS could not be found" #translate me!
_zfsAutoComplete="Automatic zfs provisioning has been completed" #translate me!
_zfsMainMenuBody="ZFS is a flexible and resilient file system that combines elements of logical volume management, RAID and traditional file systems. ZFS on Linux requires special handling and is not ideal for beginners.\n\nSelect automatic to select a partition and allow the system to automate the creation a new a zpool and datasets mounted to '/', '/home' and '/var/cache/pacman'. Manual configuration is available but requires specific knowledge of zfs." #translate me!
_zfsMainMenuOptAutomatic="Automatically configure" #translate me!
_zfsMainMenuOptManual="Manual configuration" #translate me!
_zfsManualMenuTitle="ZFS Manual Setup" #translate me!
_zfsManualMenuBody="Please select an option below" #translate me!
_zfsManualMenuOptCreate="Create a new zpool" #translate me!
_zfsManualMenuOptImport="Import an existing zpool" #translate me!
_zfsManualMenuOptNewFile="Create and mount a ZFS filesystem" #translate me!
_zfsManualMenuOptNewLegacy="Create a legacy ZFS filesystem" #translate me!
_zfsManualMenuOptNewZvol="Create a new ZVOL" #translate me!
_zfsManualMenuOptSet="Set a property on a zfs filesystem" #translate me!
_zfsManualMenuOptDestroy="Destroy a ZFS dataset" #translate me!
_zfsZpoolPartMenuTitle="Select a partition" #translate me!
_zfsZpoolPartMenuBody="Select a partition to hold the ZFS zpool" #translate me!
_zfsZpoolCTitle="zpool Creation" #translate me!
_zfsZpoolCBody="Enter the name for the new zpool" #translate me!
_zfsZpoolCValidation1="zpool names must start with a letter and are limited to only alphanumeric characters and the special characters : . - _" #translate me!
_zfsZpoolCValidation2="zpool names cannot start with the reserved words (log, mirror, raidz, raidz1, raidz2, raidz3, or spare)" #translate me!
_zfsZpoolImportMenuTitle="Import a zpool" #translate me!
_zfsZpoolImportMenuBody="Select an existing pool to import" #translate me!
_zfsSelectZpoolMenuTitle="zpool Selection" #translate me!
_zfsSelectZpoolMenuBody="Select a zpool from the list" #translate me!
_zfsMountMenuTitle="Mountpoint Selection" #translate me!
_zfsMountMenuBody="Enter a mountpoint for the filesystem" #translate me!
_zfsMountMenuInUse="That mountpoint is already in use, please select a different mountpoint" #translate me!
_zfsMountMenuNotValid="That is not a valid mountpoint" #translate me!
_zfsDSMenuNameTitle="ZFS DataSet" #translate me!
_zfsDSMenuNameBody="Enter a name and relative path for the dataset. For example, if you want the dataset to be placed at zpool/data/zname, enter 'data/zname'" #translate me!
_zfsZvolSizeMenuTitle="ZVOL Size" #translate me!
_zfsZvolSizeMenuBody="Enter the size of the zvol in megabytes(MB)" #translate me!
_zfsZvolSizeMenuValidation="You must enter a number greater than 0" #translate me!
_zfsDestroyMenuTitle="Destroy a ZFS dataset" #translate me!
_zfsDestroyMenuBody="Select the dataset you would like to permanently delete. Please note that this will recursively delete any child datasets with warning" #translate me!
_zfsDestroyMenuConfirm1="Please confirm that you want to irrevocably delete all the data on" #translate me!
_zfsDestroyMenuConfirm2="and the data contained on all of it's children" #translate me!
_zfsSetMenuTitle="Set a ZFS Property" #translate me!
_zfsSetMenuBody="Enter the property and value you would like to set using the format property=mountpoint\n\nFor example, you could enter:\ncompression=lz4\nor\nacltype=posixacl" #translate me!
_zfsSetMenuSelect="Select the dataset you would like to set a property on" #translate me!
_zfsSetMenuValidation="Input must be the format property=mountpoint" #translate me!
_zfsCancelled="Operation cancelled" #translate me!
_zfsFoundRoot="Using ZFS root on '/'" #translate me!
_zfsZpoolNoPool="No available zfs pools found" #translate me!
_zfsDatasetNotFound="No datasets available" #translate me!
# Autopartition
_AutoPartBody1="ACHTUNG! SÄMTLICHE Daten auf"
_AutoPartBody2="werden gelöscht!\n\nEs wird eine 512MB Boot Partition erzeugt, gefolgt von einer zweiten Partition (root bzw '/') auf dem gesamten verbleibenden Speicherplatz."

@ -54,6 +54,54 @@ _btrfsSVBody3="Ez a folyamat addig ismétlődik, amíg az alkötet nevének ninc
_btrfsMntBody="Használd a [Szóköz] billentyűt a csatolási opció kijelöléshez, illetve a kijelölés törléséhez. Kérlek ne válaszd ki ugyanannak az opciónak több változatát."
_btrfsMntConfBody="Erősítsd meg a következő csatolási lehetőségeket:"
#zfs
_PrepZFS="ZFS (optional)" #translate me!
_zfsNotSupported="The kernel modules to support ZFS could not be found" #translate me!
_zfsAutoComplete="Automatic zfs provisioning has been completed" #translate me!
_zfsMainMenuBody="ZFS is a flexible and resilient file system that combines elements of logical volume management, RAID and traditional file systems. ZFS on Linux requires special handling and is not ideal for beginners.\n\nSelect automatic to select a partition and allow the system to automate the creation a new a zpool and datasets mounted to '/', '/home' and '/var/cache/pacman'. Manual configuration is available but requires specific knowledge of zfs." #translate me!
_zfsMainMenuOptAutomatic="Automatically configure" #translate me!
_zfsMainMenuOptManual="Manual configuration" #translate me!
_zfsManualMenuTitle="ZFS Manual Setup" #translate me!
_zfsManualMenuBody="Please select an option below" #translate me!
_zfsManualMenuOptCreate="Create a new zpool" #translate me!
_zfsManualMenuOptImport="Import an existing zpool" #translate me!
_zfsManualMenuOptNewFile="Create and mount a ZFS filesystem" #translate me!
_zfsManualMenuOptNewLegacy="Create a legacy ZFS filesystem" #translate me!
_zfsManualMenuOptNewZvol="Create a new ZVOL" #translate me!
_zfsManualMenuOptSet="Set a property on a zfs filesystem" #translate me!
_zfsManualMenuOptDestroy="Destroy a ZFS dataset" #translate me!
_zfsZpoolPartMenuTitle="Select a partition" #translate me!
_zfsZpoolPartMenuBody="Select a partition to hold the ZFS zpool" #translate me!
_zfsZpoolCTitle="zpool Creation" #translate me!
_zfsZpoolCBody="Enter the name for the new zpool" #translate me!
_zfsZpoolCValidation1="zpool names must start with a letter and are limited to only alphanumeric characters and the special characters : . - _" #translate me!
_zfsZpoolCValidation2="zpool names cannot start with the reserved words (log, mirror, raidz, raidz1, raidz2, raidz3, or spare)" #translate me!
_zfsZpoolImportMenuTitle="Import a zpool" #translate me!
_zfsZpoolImportMenuBody="Select an existing pool to import" #translate me!
_zfsSelectZpoolMenuTitle="zpool Selection" #translate me!
_zfsSelectZpoolMenuBody="Select a zpool from the list" #translate me!
_zfsMountMenuTitle="Mountpoint Selection" #translate me!
_zfsMountMenuBody="Enter a mountpoint for the filesystem" #translate me!
_zfsMountMenuInUse="That mountpoint is already in use, please select a different mountpoint" #translate me!
_zfsMountMenuNotValid="That is not a valid mountpoint" #translate me!
_zfsDSMenuNameTitle="ZFS DataSet" #translate me!
_zfsDSMenuNameBody="Enter a name and relative path for the dataset. For example, if you want the dataset to be placed at zpool/data/zname, enter 'data/zname'" #translate me!
_zfsZvolSizeMenuTitle="ZVOL Size" #translate me!
_zfsZvolSizeMenuBody="Enter the size of the zvol in megabytes(MB)" #translate me!
_zfsZvolSizeMenuValidation="You must enter a number greater than 0" #translate me!
_zfsDestroyMenuTitle="Destroy a ZFS dataset" #translate me!
_zfsDestroyMenuBody="Select the dataset you would like to permanently delete. Please note that this will recursively delete any child datasets with warning" #translate me!
_zfsDestroyMenuConfirm1="Please confirm that you want to irrevocably delete all the data on" #translate me!
_zfsDestroyMenuConfirm2="and the data contained on all of it's children" #translate me!
_zfsSetMenuTitle="Set a ZFS Property" #translate me!
_zfsSetMenuBody="Enter the property and value you would like to set using the format property=mountpoint\n\nFor example, you could enter:\ncompression=lz4\nor\nacltype=posixacl" #translate me!
_zfsSetMenuSelect="Select the dataset you would like to set a property on" #translate me!
_zfsSetMenuValidation="Input must be the format property=mountpoint" #translate me!
_zfsCancelled="Operation cancelled" #translate me!
_zfsFoundRoot="Using ZFS root on '/'" #translate me!
_zfsZpoolNoPool="No available zfs pools found" #translate me!
_zfsDatasetNotFound="No datasets available" #translate me!
# Automatikus Partícionálás
_AutoPartBody1="Figyelmeztetés: Az ÖSSZES adat a(z) "
_AutoPartBody2="eszközön törölve lesz.\n\nElőször az 512MB-os boot partíció lesz létrehozva, ezután az összes fennmaradó hely felhasználásával a gyökér (root) partíció."

@ -55,6 +55,54 @@ _btrfsSVBody3="Questo processo sarà ripetuto fino a quando un asterisco (*) non
_btrfsMntBody="Usare [Spazio] per de/selezionare le opzioni di montaggio desiderate e leggere accuratamente. Non selezionare multiple versioni della stessa opzione."
_btrfsMntConfBody="Confermare le seguenti opzioni di montaggio:"
#zfs
_PrepZFS="ZFS (optional)" #translate me!
_zfsNotSupported="The kernel modules to support ZFS could not be found" #translate me!
_zfsAutoComplete="Automatic zfs provisioning has been completed" #translate me!
_zfsMainMenuBody="ZFS is a flexible and resilient file system that combines elements of logical volume management, RAID and traditional file systems. ZFS on Linux requires special handling and is not ideal for beginners.\n\nSelect automatic to select a partition and allow the system to automate the creation a new a zpool and datasets mounted to '/', '/home' and '/var/cache/pacman'. Manual configuration is available but requires specific knowledge of zfs." #translate me!
_zfsMainMenuOptAutomatic="Automatically configure" #translate me!
_zfsMainMenuOptManual="Manual configuration" #translate me!
_zfsManualMenuTitle="ZFS Manual Setup" #translate me!
_zfsManualMenuBody="Please select an option below" #translate me!
_zfsManualMenuOptCreate="Create a new zpool" #translate me!
_zfsManualMenuOptImport="Import an existing zpool" #translate me!
_zfsManualMenuOptNewFile="Create and mount a ZFS filesystem" #translate me!
_zfsManualMenuOptNewLegacy="Create a legacy ZFS filesystem" #translate me!
_zfsManualMenuOptNewZvol="Create a new ZVOL" #translate me!
_zfsManualMenuOptSet="Set a property on a zfs filesystem" #translate me!
_zfsManualMenuOptDestroy="Destroy a ZFS dataset" #translate me!
_zfsZpoolPartMenuTitle="Select a partition" #translate me!
_zfsZpoolPartMenuBody="Select a partition to hold the ZFS zpool" #translate me!
_zfsZpoolCTitle="zpool Creation" #translate me!
_zfsZpoolCBody="Enter the name for the new zpool" #translate me!
_zfsZpoolCValidation1="zpool names must start with a letter and are limited to only alphanumeric characters and the special characters : . - _" #translate me!
_zfsZpoolCValidation2="zpool names cannot start with the reserved words (log, mirror, raidz, raidz1, raidz2, raidz3, or spare)" #translate me!
_zfsZpoolImportMenuTitle="Import a zpool" #translate me!
_zfsZpoolImportMenuBody="Select an existing pool to import" #translate me!
_zfsSelectZpoolMenuTitle="zpool Selection" #translate me!
_zfsSelectZpoolMenuBody="Select a zpool from the list" #translate me!
_zfsMountMenuTitle="Mountpoint Selection" #translate me!
_zfsMountMenuBody="Enter a mountpoint for the filesystem" #translate me!
_zfsMountMenuInUse="That mountpoint is already in use, please select a different mountpoint" #translate me!
_zfsMountMenuNotValid="That is not a valid mountpoint" #translate me!
_zfsDSMenuNameTitle="ZFS DataSet" #translate me!
_zfsDSMenuNameBody="Enter a name and relative path for the dataset. For example, if you want the dataset to be placed at zpool/data/zname, enter 'data/zname'" #translate me!
_zfsZvolSizeMenuTitle="ZVOL Size" #translate me!
_zfsZvolSizeMenuBody="Enter the size of the zvol in megabytes(MB)" #translate me!
_zfsZvolSizeMenuValidation="You must enter a number greater than 0" #translate me!
_zfsDestroyMenuTitle="Destroy a ZFS dataset" #translate me!
_zfsDestroyMenuBody="Select the dataset you would like to permanently delete. Please note that this will recursively delete any child datasets with warning" #translate me!
_zfsDestroyMenuConfirm1="Please confirm that you want to irrevocably delete all the data on" #translate me!
_zfsDestroyMenuConfirm2="and the data contained on all of it's children" #translate me!
_zfsSetMenuTitle="Set a ZFS Property" #translate me!
_zfsSetMenuBody="Enter the property and value you would like to set using the format property=mountpoint\n\nFor example, you could enter:\ncompression=lz4\nor\nacltype=posixacl" #translate me!
_zfsSetMenuSelect="Select the dataset you would like to set a property on" #translate me!
_zfsSetMenuValidation="Input must be the format property=mountpoint" #translate me!
_zfsCancelled="Operation cancelled" #translate me!
_zfsFoundRoot="Using ZFS root on '/'" #translate me!
_zfsZpoolNoPool="No available zfs pools found" #translate me!
_zfsDatasetNotFound="No datasets available" #translate me!
# Partizionamento automatico
_AutoPartBody1="Attenzione: TUTTI i dati contenuti in"
_AutoPartBody2="saranno eliminati.\n\nVerrà creata una partizione di boot da 512MB, seguita da una seconda partizione (root o '/') usando tutto lo spazio rimanente."

@ -54,6 +54,54 @@ _btrfsSVBody3="Proces ten będzie powtarzany dopóki gwiazdka (*) nie zostanie w
_btrfsMntBody="Użyj [Spacji], aby wybrać żądane opcje montowania i dokładnie zapoznaj się z nimi. Nie zaznaczaj wielu wersji tej samej opcji."
_btrfsMntConfBody="Potwierdz następujące opcje montowania:"
#zfs
_PrepZFS="ZFS (optional)" #translate me!
_zfsNotSupported="The kernel modules to support ZFS could not be found" #translate me!
_zfsAutoComplete="Automatic zfs provisioning has been completed" #translate me!
_zfsMainMenuBody="ZFS is a flexible and resilient file system that combines elements of logical volume management, RAID and traditional file systems. ZFS on Linux requires special handling and is not ideal for beginners.\n\nSelect automatic to select a partition and allow the system to automate the creation a new a zpool and datasets mounted to '/', '/home' and '/var/cache/pacman'. Manual configuration is available but requires specific knowledge of zfs." #translate me!
_zfsMainMenuOptAutomatic="Automatically configure" #translate me!
_zfsMainMenuOptManual="Manual configuration" #translate me!
_zfsManualMenuTitle="ZFS Manual Setup" #translate me!
_zfsManualMenuBody="Please select an option below" #translate me!
_zfsManualMenuOptCreate="Create a new zpool" #translate me!
_zfsManualMenuOptImport="Import an existing zpool" #translate me!
_zfsManualMenuOptNewFile="Create and mount a ZFS filesystem" #translate me!
_zfsManualMenuOptNewLegacy="Create a legacy ZFS filesystem" #translate me!
_zfsManualMenuOptNewZvol="Create a new ZVOL" #translate me!
_zfsManualMenuOptSet="Set a property on a zfs filesystem" #translate me!
_zfsManualMenuOptDestroy="Destroy a ZFS dataset" #translate me!
_zfsZpoolPartMenuTitle="Select a partition" #translate me!
_zfsZpoolPartMenuBody="Select a partition to hold the ZFS zpool" #translate me!
_zfsZpoolCTitle="zpool Creation" #translate me!
_zfsZpoolCBody="Enter the name for the new zpool" #translate me!
_zfsZpoolCValidation1="zpool names must start with a letter and are limited to only alphanumeric characters and the special characters : . - _" #translate me!
_zfsZpoolCValidation2="zpool names cannot start with the reserved words (log, mirror, raidz, raidz1, raidz2, raidz3, or spare)" #translate me!
_zfsZpoolImportMenuTitle="Import a zpool" #translate me!
_zfsZpoolImportMenuBody="Select an existing pool to import" #translate me!
_zfsSelectZpoolMenuTitle="zpool Selection" #translate me!
_zfsSelectZpoolMenuBody="Select a zpool from the list" #translate me!
_zfsMountMenuTitle="Mountpoint Selection" #translate me!
_zfsMountMenuBody="Enter a mountpoint for the filesystem" #translate me!
_zfsMountMenuInUse="That mountpoint is already in use, please select a different mountpoint" #translate me!
_zfsMountMenuNotValid="That is not a valid mountpoint" #translate me!
_zfsDSMenuNameTitle="ZFS DataSet" #translate me!
_zfsDSMenuNameBody="Enter a name and relative path for the dataset. For example, if you want the dataset to be placed at zpool/data/zname, enter 'data/zname'" #translate me!
_zfsZvolSizeMenuTitle="ZVOL Size" #translate me!
_zfsZvolSizeMenuBody="Enter the size of the zvol in megabytes(MB)" #translate me!
_zfsZvolSizeMenuValidation="You must enter a number greater than 0" #translate me!
_zfsDestroyMenuTitle="Destroy a ZFS dataset" #translate me!
_zfsDestroyMenuBody="Select the dataset you would like to permanently delete. Please note that this will recursively delete any child datasets with warning" #translate me!
_zfsDestroyMenuConfirm1="Please confirm that you want to irrevocably delete all the data on" #translate me!
_zfsDestroyMenuConfirm2="and the data contained on all of it's children" #translate me!
_zfsSetMenuTitle="Set a ZFS Property" #translate me!
_zfsSetMenuBody="Enter the property and value you would like to set using the format property=mountpoint\n\nFor example, you could enter:\ncompression=lz4\nor\nacltype=posixacl" #translate me!
_zfsSetMenuSelect="Select the dataset you would like to set a property on" #translate me!
_zfsSetMenuValidation="Input must be the format property=mountpoint" #translate me!
_zfsCancelled="Operation cancelled" #translate me!
_zfsFoundRoot="Using ZFS root on '/'" #translate me!
_zfsZpoolNoPool="No available zfs pools found" #translate me!
_zfsDatasetNotFound="No datasets available" #translate me!
# Autopartition
_AutoPartBody1="Uwaga: WSZYSTKIE dane na"
_AutoPartBody2="zostaną skasowane.\n\nNajpierw zostanie utworzona partycja boot o wielkości 512 MB, a następnie kolejna (root lub '/') partycja, wykorzystująca całe dostępne miejsce."

@ -54,6 +54,54 @@ _btrfsSVBody3="Este processo será repetido até que um asterisco (*) é inserid
_btrfsMntBody="Use [Espaço] para desmarcar ou seleccionar as opções de montagem desejadas e reveja com cuidado. Por favor, não seleccione múltiplas versões da mesma opção."
_btrfsMntConfBody="Confirme as seguintes opções de montagem:"
#zfs
_PrepZFS="ZFS (optional)" #translate me!
_zfsNotSupported="The kernel modules to support ZFS could not be found" #translate me!
_zfsAutoComplete="Automatic zfs provisioning has been completed" #translate me!
_zfsMainMenuBody="ZFS is a flexible and resilient file system that combines elements of logical volume management, RAID and traditional file systems. ZFS on Linux requires special handling and is not ideal for beginners.\n\nSelect automatic to select a partition and allow the system to automate the creation a new a zpool and datasets mounted to '/', '/home' and '/var/cache/pacman'. Manual configuration is available but requires specific knowledge of zfs." #translate me!
_zfsMainMenuOptAutomatic="Automatically configure" #translate me!
_zfsMainMenuOptManual="Manual configuration" #translate me!
_zfsManualMenuTitle="ZFS Manual Setup" #translate me!
_zfsManualMenuBody="Please select an option below" #translate me!
_zfsManualMenuOptCreate="Create a new zpool" #translate me!
_zfsManualMenuOptImport="Import an existing zpool" #translate me!
_zfsManualMenuOptNewFile="Create and mount a ZFS filesystem" #translate me!
_zfsManualMenuOptNewLegacy="Create a legacy ZFS filesystem" #translate me!
_zfsManualMenuOptNewZvol="Create a new ZVOL" #translate me!
_zfsManualMenuOptSet="Set a property on a zfs filesystem" #translate me!
_zfsManualMenuOptDestroy="Destroy a ZFS dataset" #translate me!
_zfsZpoolPartMenuTitle="Select a partition" #translate me!
_zfsZpoolPartMenuBody="Select a partition to hold the ZFS zpool" #translate me!
_zfsZpoolCTitle="zpool Creation" #translate me!
_zfsZpoolCBody="Enter the name for the new zpool" #translate me!
_zfsZpoolCValidation1="zpool names must start with a letter and are limited to only alphanumeric characters and the special characters : . - _" #translate me!
_zfsZpoolCValidation2="zpool names cannot start with the reserved words (log, mirror, raidz, raidz1, raidz2, raidz3, or spare)" #translate me!
_zfsZpoolImportMenuTitle="Import a zpool" #translate me!
_zfsZpoolImportMenuBody="Select an existing pool to import" #translate me!
_zfsSelectZpoolMenuTitle="zpool Selection" #translate me!
_zfsSelectZpoolMenuBody="Select a zpool from the list" #translate me!
_zfsMountMenuTitle="Mountpoint Selection" #translate me!
_zfsMountMenuBody="Enter a mountpoint for the filesystem" #translate me!
_zfsMountMenuInUse="That mountpoint is already in use, please select a different mountpoint" #translate me!
_zfsMountMenuNotValid="That is not a valid mountpoint" #translate me!
_zfsDSMenuNameTitle="ZFS DataSet" #translate me!
_zfsDSMenuNameBody="Enter a name and relative path for the dataset. For example, if you want the dataset to be placed at zpool/data/zname, enter 'data/zname'" #translate me!
_zfsZvolSizeMenuTitle="ZVOL Size" #translate me!
_zfsZvolSizeMenuBody="Enter the size of the zvol in megabytes(MB)" #translate me!
_zfsZvolSizeMenuValidation="You must enter a number greater than 0" #translate me!
_zfsDestroyMenuTitle="Destroy a ZFS dataset" #translate me!
_zfsDestroyMenuBody="Select the dataset you would like to permanently delete. Please note that this will recursively delete any child datasets with warning" #translate me!
_zfsDestroyMenuConfirm1="Please confirm that you want to irrevocably delete all the data on" #translate me!
_zfsDestroyMenuConfirm2="and the data contained on all of it's children" #translate me!
_zfsSetMenuTitle="Set a ZFS Property" #translate me!
_zfsSetMenuBody="Enter the property and value you would like to set using the format property=mountpoint\n\nFor example, you could enter:\ncompression=lz4\nor\nacltype=posixacl" #translate me!
_zfsSetMenuSelect="Select the dataset you would like to set a property on" #translate me!
_zfsSetMenuValidation="Input must be the format property=mountpoint" #translate me!
_zfsCancelled="Operation cancelled" #translate me!
_zfsFoundRoot="Using ZFS root on '/'" #translate me!
_zfsZpoolNoPool="No available zfs pools found" #translate me!
_zfsDatasetNotFound="No datasets available" #translate me!
# Particionamento automático
_AutoPartBody1="Atenção: TODOS os dados em"
_AutoPartBody2="serão destruídos.\n\nUma partição de boot de 512MB será criada primeiro, seguida por uma segunda partição (root ou '/') utilizando todo o espaço restante."

@ -55,6 +55,54 @@ _btrfsSVBody3="Este processo será repetido até que um asterisco (*) é inserid
_btrfsMntBody="Use [Espaço] para desmarcar ou selecionar as opções de montagem desejadas e reveja com cuidado. Por favor, não selecione múltiplas versões da mesma opção."
_btrfsMntConfBody="Confirme as seguintes opções de montagem:"
#zfs
_PrepZFS="ZFS (optional)" #translate me!
_zfsNotSupported="The kernel modules to support ZFS could not be found" #translate me!
_zfsAutoComplete="Automatic zfs provisioning has been completed" #translate me!
_zfsMainMenuBody="ZFS is a flexible and resilient file system that combines elements of logical volume management, RAID and traditional file systems. ZFS on Linux requires special handling and is not ideal for beginners.\n\nSelect automatic to select a partition and allow the system to automate the creation a new a zpool and datasets mounted to '/', '/home' and '/var/cache/pacman'. Manual configuration is available but requires specific knowledge of zfs." #translate me!
_zfsMainMenuOptAutomatic="Automatically configure" #translate me!
_zfsMainMenuOptManual="Manual configuration" #translate me!
_zfsManualMenuTitle="ZFS Manual Setup" #translate me!
_zfsManualMenuBody="Please select an option below" #translate me!
_zfsManualMenuOptCreate="Create a new zpool" #translate me!
_zfsManualMenuOptImport="Import an existing zpool" #translate me!
_zfsManualMenuOptNewFile="Create and mount a ZFS filesystem" #translate me!
_zfsManualMenuOptNewLegacy="Create a legacy ZFS filesystem" #translate me!
_zfsManualMenuOptNewZvol="Create a new ZVOL" #translate me!
_zfsManualMenuOptSet="Set a property on a zfs filesystem" #translate me!
_zfsManualMenuOptDestroy="Destroy a ZFS dataset" #translate me!
_zfsZpoolPartMenuTitle="Select a partition" #translate me!
_zfsZpoolPartMenuBody="Select a partition to hold the ZFS zpool" #translate me!
_zfsZpoolCTitle="zpool Creation" #translate me!
_zfsZpoolCBody="Enter the name for the new zpool" #translate me!
_zfsZpoolCValidation1="zpool names must start with a letter and are limited to only alphanumeric characters and the special characters : . - _" #translate me!
_zfsZpoolCValidation2="zpool names cannot start with the reserved words (log, mirror, raidz, raidz1, raidz2, raidz3, or spare)" #translate me!
_zfsZpoolImportMenuTitle="Import a zpool" #translate me!
_zfsZpoolImportMenuBody="Select an existing pool to import" #translate me!
_zfsSelectZpoolMenuTitle="zpool Selection" #translate me!
_zfsSelectZpoolMenuBody="Select a zpool from the list" #translate me!
_zfsMountMenuTitle="Mountpoint Selection" #translate me!
_zfsMountMenuBody="Enter a mountpoint for the filesystem" #translate me!
_zfsMountMenuInUse="That mountpoint is already in use, please select a different mountpoint" #translate me!
_zfsMountMenuNotValid="That is not a valid mountpoint" #translate me!
_zfsDSMenuNameTitle="ZFS DataSet" #translate me!
_zfsDSMenuNameBody="Enter a name and relative path for the dataset. For example, if you want the dataset to be placed at zpool/data/zname, enter 'data/zname'" #translate me!
_zfsZvolSizeMenuTitle="ZVOL Size" #translate me!
_zfsZvolSizeMenuBody="Enter the size of the zvol in megabytes(MB)" #translate me!
_zfsZvolSizeMenuValidation="You must enter a number greater than 0" #translate me!
_zfsDestroyMenuTitle="Destroy a ZFS dataset" #translate me!
_zfsDestroyMenuBody="Select the dataset you would like to permanently delete. Please note that this will recursively delete any child datasets with warning" #translate me!
_zfsDestroyMenuConfirm1="Please confirm that you want to irrevocably delete all the data on" #translate me!
_zfsDestroyMenuConfirm2="and the data contained on all of it's children" #translate me!
_zfsSetMenuTitle="Set a ZFS Property" #translate me!
_zfsSetMenuBody="Enter the property and value you would like to set using the format property=mountpoint\n\nFor example, you could enter:\ncompression=lz4\nor\nacltype=posixacl" #translate me!
_zfsSetMenuSelect="Select the dataset you would like to set a property on" #translate me!
_zfsSetMenuValidation="Input must be the format property=mountpoint" #translate me!
_zfsCancelled="Operation cancelled" #translate me!
_zfsFoundRoot="Using ZFS root on '/'" #translate me!
_zfsZpoolNoPool="No available zfs pools found" #translate me!
_zfsDatasetNotFound="No datasets available" #translate me!
# Particionamento automático
_AutoPartBody1="Atenção: TODOS os dados em"
_AutoPartBody2="serão destruídos.\n\nUma partição de boot de 512MB será criada primeito, seguida por uma segunda partição (root ou '/') utilizando todo o espaço restante."

@ -56,6 +56,54 @@ _btrfsSVBody3="Этот процесс будет повторяться до т
_btrfsMntBody="Используте [Пробел] для выбора/отмены выбора опций монтирования и подробного осмотра. Пожалуйста, не выбирайте несколько версий одинаковых опций."
_btrfsMntConfBody="Подтвердите следующие параметры монтирования:"
#zfs
_PrepZFS="ZFS (optional)" #translate me!
_zfsNotSupported="The kernel modules to support ZFS could not be found" #translate me!
_zfsAutoComplete="Automatic zfs provisioning has been completed" #translate me!
_zfsMainMenuBody="ZFS is a flexible and resilient file system that combines elements of logical volume management, RAID and traditional file systems. ZFS on Linux requires special handling and is not ideal for beginners.\n\nSelect automatic to select a partition and allow the system to automate the creation a new a zpool and datasets mounted to '/', '/home' and '/var/cache/pacman'. Manual configuration is available but requires specific knowledge of zfs." #translate me!
_zfsMainMenuOptAutomatic="Automatically configure" #translate me!
_zfsMainMenuOptManual="Manual configuration" #translate me!
_zfsManualMenuTitle="ZFS Manual Setup" #translate me!
_zfsManualMenuBody="Please select an option below" #translate me!
_zfsManualMenuOptCreate="Create a new zpool" #translate me!
_zfsManualMenuOptImport="Import an existing zpool" #translate me!
_zfsManualMenuOptNewFile="Create and mount a ZFS filesystem" #translate me!
_zfsManualMenuOptNewLegacy="Create a legacy ZFS filesystem" #translate me!
_zfsManualMenuOptNewZvol="Create a new ZVOL" #translate me!
_zfsManualMenuOptSet="Set a property on a zfs filesystem" #translate me!
_zfsManualMenuOptDestroy="Destroy a ZFS dataset" #translate me!
_zfsZpoolPartMenuTitle="Select a partition" #translate me!
_zfsZpoolPartMenuBody="Select a partition to hold the ZFS zpool" #translate me!
_zfsZpoolCTitle="zpool Creation" #translate me!
_zfsZpoolCBody="Enter the name for the new zpool" #translate me!
_zfsZpoolCValidation1="zpool names must start with a letter and are limited to only alphanumeric characters and the special characters : . - _" #translate me!
_zfsZpoolCValidation2="zpool names cannot start with the reserved words (log, mirror, raidz, raidz1, raidz2, raidz3, or spare)" #translate me!
_zfsZpoolImportMenuTitle="Import a zpool" #translate me!
_zfsZpoolImportMenuBody="Select an existing pool to import" #translate me!
_zfsSelectZpoolMenuTitle="zpool Selection" #translate me!
_zfsSelectZpoolMenuBody="Select a zpool from the list" #translate me!
_zfsMountMenuTitle="Mountpoint Selection" #translate me!
_zfsMountMenuBody="Enter a mountpoint for the filesystem" #translate me!
_zfsMountMenuInUse="That mountpoint is already in use, please select a different mountpoint" #translate me!
_zfsMountMenuNotValid="That is not a valid mountpoint" #translate me!
_zfsDSMenuNameTitle="ZFS DataSet" #translate me!
_zfsDSMenuNameBody="Enter a name and relative path for the dataset. For example, if you want the dataset to be placed at zpool/data/zname, enter 'data/zname'" #translate me!
_zfsZvolSizeMenuTitle="ZVOL Size" #translate me!
_zfsZvolSizeMenuBody="Enter the size of the zvol in megabytes(MB)" #translate me!
_zfsZvolSizeMenuValidation="You must enter a number greater than 0" #translate me!
_zfsDestroyMenuTitle="Destroy a ZFS dataset" #translate me!
_zfsDestroyMenuBody="Select the dataset you would like to permanently delete. Please note that this will recursively delete any child datasets with warning" #translate me!
_zfsDestroyMenuConfirm1="Please confirm that you want to irrevocably delete all the data on" #translate me!
_zfsDestroyMenuConfirm2="and the data contained on all of it's children" #translate me!
_zfsSetMenuTitle="Set a ZFS Property" #translate me!
_zfsSetMenuBody="Enter the property and value you would like to set using the format property=mountpoint\n\nFor example, you could enter:\ncompression=lz4\nor\nacltype=posixacl" #translate me!
_zfsSetMenuSelect="Select the dataset you would like to set a property on" #translate me!
_zfsSetMenuValidation="Input must be the format property=mountpoint" #translate me!
_zfsCancelled="Operation cancelled" #translate me!
_zfsFoundRoot="Using ZFS root on '/'" #translate me!
_zfsZpoolNoPool="No available zfs pools found" #translate me!
_zfsDatasetNotFound="No datasets available" #translate me!
# Autopartition
_AutoPartBody1="Предупреждение: ВСЕ данные на"
_AutoPartBody2="будут уничтожены.\n\nСначала будет создан раздел boot размером 512MB, затем будет создан корневой раздел (root или '/') который использует все оставшееся место на диске."

@ -55,6 +55,54 @@ _btrfsSVBody3="Este proceso se repetirá hasta que se introduzca un asterisco (*
_btrfsMntBody="Utilice la [BarraEspaciadora] para de/seleccionar las opciones de montaje deseadas y revisarlas cuidadosamente. No seleccione varias versiones de la misma opción."
_btrfsMntConfBody="Confirme las siguientes opciones de montaje:"
#zfs
_PrepZFS="ZFS (optional)" #translate me!
_zfsNotSupported="The kernel modules to support ZFS could not be found" #translate me!
_zfsAutoComplete="Automatic zfs provisioning has been completed" #translate me!
_zfsMainMenuBody="ZFS is a flexible and resilient file system that combines elements of logical volume management, RAID and traditional file systems. ZFS on Linux requires special handling and is not ideal for beginners.\n\nSelect automatic to select a partition and allow the system to automate the creation a new a zpool and datasets mounted to '/', '/home' and '/var/cache/pacman'. Manual configuration is available but requires specific knowledge of zfs." #translate me!
_zfsMainMenuOptAutomatic="Automatically configure" #translate me!
_zfsMainMenuOptManual="Manual configuration" #translate me!
_zfsManualMenuTitle="ZFS Manual Setup" #translate me!
_zfsManualMenuBody="Please select an option below" #translate me!
_zfsManualMenuOptCreate="Create a new zpool" #translate me!
_zfsManualMenuOptImport="Import an existing zpool" #translate me!
_zfsManualMenuOptNewFile="Create and mount a ZFS filesystem" #translate me!
_zfsManualMenuOptNewLegacy="Create a legacy ZFS filesystem" #translate me!
_zfsManualMenuOptNewZvol="Create a new ZVOL" #translate me!
_zfsManualMenuOptSet="Set a property on a zfs filesystem" #translate me!
_zfsManualMenuOptDestroy="Destroy a ZFS dataset" #translate me!
_zfsZpoolPartMenuTitle="Select a partition" #translate me!
_zfsZpoolPartMenuBody="Select a partition to hold the ZFS zpool" #translate me!
_zfsZpoolCTitle="zpool Creation" #translate me!
_zfsZpoolCBody="Enter the name for the new zpool" #translate me!
_zfsZpoolCValidation1="zpool names must start with a letter and are limited to only alphanumeric characters and the special characters : . - _" #translate me!
_zfsZpoolCValidation2="zpool names cannot start with the reserved words (log, mirror, raidz, raidz1, raidz2, raidz3, or spare)" #translate me!
_zfsZpoolImportMenuTitle="Import a zpool" #translate me!
_zfsZpoolImportMenuBody="Select an existing pool to import" #translate me!
_zfsSelectZpoolMenuTitle="zpool Selection" #translate me!
_zfsSelectZpoolMenuBody="Select a zpool from the list" #translate me!
_zfsMountMenuTitle="Mountpoint Selection" #translate me!
_zfsMountMenuBody="Enter a mountpoint for the filesystem" #translate me!
_zfsMountMenuInUse="That mountpoint is already in use, please select a different mountpoint" #translate me!
_zfsMountMenuNotValid="That is not a valid mountpoint" #translate me!
_zfsDSMenuNameTitle="ZFS DataSet" #translate me!
_zfsDSMenuNameBody="Enter a name and relative path for the dataset. For example, if you want the dataset to be placed at zpool/data/zname, enter 'data/zname'" #translate me!
_zfsZvolSizeMenuTitle="ZVOL Size" #translate me!
_zfsZvolSizeMenuBody="Enter the size of the zvol in megabytes(MB)" #translate me!
_zfsZvolSizeMenuValidation="You must enter a number greater than 0" #translate me!
_zfsDestroyMenuTitle="Destroy a ZFS dataset" #translate me!
_zfsDestroyMenuBody="Select the dataset you would like to permanently delete. Please note that this will recursively delete any child datasets with warning" #translate me!
_zfsDestroyMenuConfirm1="Please confirm that you want to irrevocably delete all the data on" #translate me!
_zfsDestroyMenuConfirm2="and the data contained on all of it's children" #translate me!
_zfsSetMenuTitle="Set a ZFS Property" #translate me!
_zfsSetMenuBody="Enter the property and value you would like to set using the format property=mountpoint\n\nFor example, you could enter:\ncompression=lz4\nor\nacltype=posixacl" #translate me!
_zfsSetMenuSelect="Select the dataset you would like to set a property on" #translate me!
_zfsSetMenuValidation="Input must be the format property=mountpoint" #translate me!
_zfsCancelled="Operation cancelled" #translate me!
_zfsFoundRoot="Using ZFS root on '/'" #translate me!
_zfsZpoolNoPool="No available zfs pools found" #translate me!
_zfsDatasetNotFound="No datasets available" #translate me!
# Autopartición
_AutoPartBody1="Aviso: TODA la información en"
_AutoPartBody2="será eliminada por completo.\n\nPrimero se creará una partición de arranque de 512MB, seguida por una segunda partición (raíz o '/') que utilizará todo el espacio restante."

@ -55,6 +55,54 @@ _btrfsSVBody3="Цей процес буде повторюватися доти
_btrfsMntBody="Використовуйте [Пробіл] для вибору/відміни опцій монтування і детального огляду. Будь ласка, не вибирайте декілька версій однакових опцій."
_btrfsMntConfBody="Підтвердіть наступні параметри монтування:"
#zfs
_PrepZFS="ZFS (optional)" #translate me!
_zfsNotSupported="The kernel modules to support ZFS could not be found" #translate me!
_zfsAutoComplete="Automatic zfs provisioning has been completed" #translate me!
_zfsMainMenuBody="ZFS is a flexible and resilient file system that combines elements of logical volume management, RAID and traditional file systems. ZFS on Linux requires special handling and is not ideal for beginners.\n\nSelect automatic to select a partition and allow the system to automate the creation a new a zpool and datasets mounted to '/', '/home' and '/var/cache/pacman'. Manual configuration is available but requires specific knowledge of zfs." #translate me!
_zfsMainMenuOptAutomatic="Automatically configure" #translate me!
_zfsMainMenuOptManual="Manual configuration" #translate me!
_zfsManualMenuTitle="ZFS Manual Setup" #translate me!
_zfsManualMenuBody="Please select an option below" #translate me!
_zfsManualMenuOptCreate="Create a new zpool" #translate me!
_zfsManualMenuOptImport="Import an existing zpool" #translate me!
_zfsManualMenuOptNewFile="Create and mount a ZFS filesystem" #translate me!
_zfsManualMenuOptNewLegacy="Create a legacy ZFS filesystem" #translate me!
_zfsManualMenuOptNewZvol="Create a new ZVOL" #translate me!
_zfsManualMenuOptSet="Set a property on a zfs filesystem" #translate me!
_zfsManualMenuOptDestroy="Destroy a ZFS dataset" #translate me!
_zfsZpoolPartMenuTitle="Select a partition" #translate me!
_zfsZpoolPartMenuBody="Select a partition to hold the ZFS zpool" #translate me!
_zfsZpoolCTitle="zpool Creation" #translate me!
_zfsZpoolCBody="Enter the name for the new zpool" #translate me!
_zfsZpoolCValidation1="zpool names must start with a letter and are limited to only alphanumeric characters and the special characters : . - _" #translate me!
_zfsZpoolCValidation2="zpool names cannot start with the reserved words (log, mirror, raidz, raidz1, raidz2, raidz3, or spare)" #translate me!
_zfsZpoolImportMenuTitle="Import a zpool" #translate me!
_zfsZpoolImportMenuBody="Select an existing pool to import" #translate me!
_zfsSelectZpoolMenuTitle="zpool Selection" #translate me!
_zfsSelectZpoolMenuBody="Select a zpool from the list" #translate me!
_zfsMountMenuTitle="Mountpoint Selection" #translate me!
_zfsMountMenuBody="Enter a mountpoint for the filesystem" #translate me!
_zfsMountMenuInUse="That mountpoint is already in use, please select a different mountpoint" #translate me!
_zfsMountMenuNotValid="That is not a valid mountpoint" #translate me!
_zfsDSMenuNameTitle="ZFS DataSet" #translate me!
_zfsDSMenuNameBody="Enter a name and relative path for the dataset. For example, if you want the dataset to be placed at zpool/data/zname, enter 'data/zname'" #translate me!
_zfsZvolSizeMenuTitle="ZVOL Size" #translate me!
_zfsZvolSizeMenuBody="Enter the size of the zvol in megabytes(MB)" #translate me!
_zfsZvolSizeMenuValidation="You must enter a number greater than 0" #translate me!
_zfsDestroyMenuTitle="Destroy a ZFS dataset" #translate me!
_zfsDestroyMenuBody="Select the dataset you would like to permanently delete. Please note that this will recursively delete any child datasets with warning" #translate me!
_zfsDestroyMenuConfirm1="Please confirm that you want to irrevocably delete all the data on" #translate me!
_zfsDestroyMenuConfirm2="and the data contained on all of it's children" #translate me!
_zfsSetMenuTitle="Set a ZFS Property" #translate me!
_zfsSetMenuBody="Enter the property and value you would like to set using the format property=mountpoint\n\nFor example, you could enter:\ncompression=lz4\nor\nacltype=posixacl" #translate me!
_zfsSetMenuSelect="Select the dataset you would like to set a property on" #translate me!
_zfsSetMenuValidation="Input must be the format property=mountpoint" #translate me!
_zfsCancelled="Operation cancelled" #translate me!
_zfsFoundRoot="Using ZFS root on '/'" #translate me!
_zfsZpoolNoPool="No available zfs pools found" #translate me!
_zfsDatasetNotFound="No datasets available" #translate me!
# Autopartition
_AutoPartBody1="Попередження: УСІ данні на"
_AutoPartBody2="будуть знищені.\n\nСпочатку буде створено розділ boot розміром 512MB, потім буде створений кореневий розділ (root або '/') котрий використає решту місця на диску."

Loading…
Cancel
Save