You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
manjaro-architect/data/translations/english.trans

573 lines
34 KiB
Plaintext

##
##
## English Translation File
##
##
## Written by Carl Duff (15-Feb-2016)
##
##
# Generic
_UseSpaceBar="Use [Spacebar] to de/select options listed."
_AlreadyInst="Already installed:"
_InstPkg="Install"
_All="All"
_Done="Done"
_PlsWaitBody="Please wait..."
_PassReEntBody="Re-enter the password."
_ErrTitle="Error"
_PassErrBody="The passwords entered do not match. Please try again."
# Basics
_SelLang="Select Language"
_Lang="Language"
_Keep="Keep"
_Change="Change"
_NoCon="No Internet Detected."
_EstCon="Establish connection?"
_Config="Configure"
_ApplySet="Apply language settings ..."
_ChMenu="Select Menu"
_ChMenuBody="The Regular Menu will guide you through the installation of a pre-configured Manjaro Environment with some additional choices.\n\nThe Advanced Menu can be used to install unconfigured desktops or Manjaro development profiles and also includes an additional selection of network and multimedia applications and some advanced options for system and security configuration."
# Security and Tweaks
_SecMenuTitle="Security and systemd Tweaks"
_SecJournTitle="Amend journald Logging"
_SecCoreTitle="Disable Coredump Logging"
_SecKernTitle="Restrict Access to Kernel Logs"
_SecKernBody="Kernel logs may contain information an attacker can use to identify and exploit kernel vulnerabilities, including sensitive memory addresses.\n\nIf systemd-journald logging has not been disabled, it is possible to create a rule in /etc/sysctl.d/ to disable access to these logs unless using root privilages (e.g. via sudo)."
_Edit="Edit configuration file"
_Disable="Disable"
_SecMenuBody="A few useful and beginner-friendly tweaks are available to improve system security and performance.\n\nSelecting an option will provide details about it."
_SecJournBody="systemd-journald collects and stores kernel logs, system logs, audit records, and standard outputs and error messages from services.\n\nBy default, a persistent (non-volatile) journal size limit is 10% of the root partition size: a 500G root means a 50G limit to data stored in /var/log/journal. 50M should be sufficent. Logging can also be disabled, although solving system problems may be more difficult."
_SecCoreBody="A core dump is a record of computer memory when a process crashes.\n\nUseful for developers but not the average user, core dumps waste system resources and can also contain sensitive data such as passwords and encryption keys.\n\nThe default systemd behavior is to generate core dumps for all processes in /var/lib/systemd/coredump. This behavior can be overridden by creating a configuration file in the /etc/systemd/coredump.conf.d/ directory."
# btrfs
_btrfsSVTitle="btrfs Subvolumes"
_btrfsSVBody="Create btrfs subvolumes?\n\nAn initial subvolume will be created and then mounted. Other subvolumes branching from this may then be created.\n\nOtherwise you can skip directly to the mounting options."
_btrfsMSubBody1="Enter the name of the initial subvolume to mount (e.g. ROOT). Mounting options may then be selected. Once mounted, all other subvolumes created for"
_btrfsMSubBody2="will branch from it."
_btrfsSVErrBody="Blanks or spaces are not permitted. Please try again."
_btrfsSVBody1="Enter the name of subvolume"
_btrfsSVBody2="to create within"
_btrfsSVBody3="This process will be repeated until an asterisk (*) is entered as the subvolume name.\n\nCreated Subvols:"
_btrfsMntBody="Use [Space] to de/select the desired mount options and review carefully. Please do not select multiple versions of the same option."
_btrfsMntConfBody="Confirm the following mount options:"
#zfs
_PrepZFS="ZFS (optional)"
_zfsNotSupported="The kernel modules to support ZFS could not be found"
_zfsAutoComplete="Automatic zfs provisioning has been completed"
_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."
_zfsMainMenuOptAutomatic="Automatically configure"
_zfsMainMenuOptManual="Manual configuration"
_zfsManualMenuTitle="ZFS Manual Setup"
_zfsManualMenuBody="Please select an option below"
_zfsManualMenuOptCreate="Create a new zpool"
_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"
_zfsZpoolCTitle="zpool Creation"
_zfsZpoolCBody="Enter the name for the new zpool"
_zfsZpoolCValidation1="zpool names must start with a letter and are limited to only alphanumeric characters and the special characters : . - _"
_zfsZpoolCValidation2="zpool names cannot start with the reserved words (log, mirror, raidz, raidz1, raidz2, raidz3, or spare)"
_zfsZpoolImportMenuTitle="Import a zpool"
_zfsZpoolImportMenuBody="Select an existing pool to import"
_zfsSelectZpoolMenuTitle="zpool Selection"
_zfsSelectZpoolMenuBody="Select a zpool from the list"
_zfsMountMenuTitle="Mountpoint Selection"
_zfsMountMenuBody="Enter a mountpoint for the filesystem"
_zfsMountMenuInUse="That mountpoint is already in use, please select a different mountpoint"
_zfsMountMenuNotValid="That is not a valid mountpoint"
_zfsDSMenuNameTitle="ZFS DataSet"
_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'"
_zfsZvolSizeMenuTitle="ZVOL Size"
_zfsZvolSizeMenuBody="Enter the size of the zvol in megabytes(MB)"
_zfsZvolSizeMenuValidation="You must enter a number greater than 0"
_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"
_zfsDatasetNotFound="No datasets available"
# Autopartition
_AutoPartBody1="Warning: ALL data on"
_AutoPartBody2="will be destroyed.\n\nA 512MB boot partition will first be created, followed by a second (root or '/') partition using all remaining space."
_AutoPartBody3="If intending to use SWAP, select the 'Swap File' option when mounting.\n\nDo you wish to continue?"
# Error Messages. All others are generated by BASH.
_ErrNoMount="Partition(s) must be mounted first."
_ErrNoBase="The Manjaro base must be installed first."
_ErrNoKernel="At least one kernel must be selected."
# Vbox Installations
_VBoxInstTitle="VirtualBox Installation"
_VBoxInstBody="If for any reason the VirtualBox guest modules do not load for the installed system (e.g. low resolution and scrollbars after booting), a one-off series of commands will fix this:\n\n$ su\n# depmod -a\n# modprobe -a vboxvideo vboxguest vboxsf\n# reboot"
# Select Config Files
_SeeConfOptTitle="Review Configuration Files"
_SeeConfOptBody="Select any file listed below to be reviewed or amended."
_SeeConfErrBody="File does not exist."
# Pacman
_PrepPacKey="Refresh Pacman Keys"
# LUKS / DM-Crypt / Encryption
_PrepLUKS="LUKS Encryption (optional)"
_LuksMenuBody="Devices and volumes encrypted using dm_crypt cannot be accessed or even seen without being unlocked via a key or password."
_LuksMenuBody2="A seperate boot partition without encryption or logical volume management (LVM - unless using BIOS Grub) is required."
_LuksMenuBody3="The Automatic option uses default encryption settings, and is recommended for beginners. Otherwise, it is possible to specify cypher and key size parameters manually."
_LuksOpen="Open Encrypted Partition"
_LuksErr="No LUKS-encrypted partition found."
_LuksOpenBody="Specify a name for the encrypted block device. It is not necessary to prefix it with /dev/mapper/. An example has been provided."
_LuksEncrypt="Automatic LUKS Encryption"
_LuksEncryptAdv="Define Key-Size and Cypher"
_LuksEncryptBody="Select a partition to encrypt."
_LuksEncruptSucc="Done! Opened and ready for LVM (recommended) or direct mounting."
_LuksPartErrBody="A minimum of two partitions are required for encryption:\n\n1. Root (/) - standard or lvm partition types.\n\n2. Boot (/boot or /boot/efi) - standard partition types only (except lvm where using BIOS Grub)."
_SelLuksRootBody="Select the ROOT (/) partition to encrypt. This is where Manjaro will be installed."
_LuksPassBody="Enter a password to un/encrypt the partition. This should not be the same as the Root account or user account passwords."
_LuksWaitBody="Creating encrypted Root partition:"
_LuksWaitBody2="Device or volume used:"
_LuksCipherKey="Once the specified flags have been amended, they will automatically be used with the 'cryptsetup -q luksFormat /dev/...' command.\n\nNOTE: Key files are not supported; they can be added manually post-installation. Do not specify any additional flags such as -v (--verbose) or -y (--verify-passphrase)."
# Logical Volume Management
_PrepLVM="Logical Volume Management"
_PrepLVM2="(optional)"
_LvmMenu="Logical Volume Management (LVM) allows 'virtual' hard drives (Volume Groups) and partitions (Logical Volumes) to be created from existing drives and partitions. A Volume Group must be created first, then one or more Logical Volumes in it.\n\nLVM can also be used with an encrypted partition to create multiple logical volumes (e.g. root and home) in it."
_LvmCreateVG="Create VG and LV(s)"
_LvmDelVG="Delete Volume Groups"
_LvMDelAll="Delete *ALL* VGs, LVs, PVs"
_LvmDetBody="Existing Logical Volume Management (LVM) detected. Activating. Please Wait..."
_LvmPartErrBody="There are no viable partitions available to use for Logical Volume Management. A minimum of one is required.\n\nIf LVM is already in use, deactivating it will allow the partition(s) used for its Physical Volume(s) to be used again."
_LvmNameVgBody="Enter the name of the Volume Group (VG) to create.\n\nThe VG is the new 'virtual device/hard-disk' to create out of the partition(s) selected next."
_LvmNameVgErr="Invalid Name Entered or group name already in use.\nThe Volume Group name may be alpha-numeric, but may not contain spaces or start with a '/'."
_LvmPvSelBody="Select the partition(s) to use for the Physical Volume (PV)."
_LvmPvConfBody1="Confirm creation of Volume Group"
_LvmPvConfBody2="with the following partitions:"
_LvmPvActBody1="Creating and activating Volume Group"
_LvmPvDoneBody1="Volume Group"
_LvmPvDoneBody2="has been created"
_LvmLvNumBody1="Enter the number of Logical Volumes (LVs) to create in"
_LvmLvNumBody2="The last (or only) LV will automatically use 100% of the remaining space in the Volume Group."
_LvmLvNameBody1="Enter the name of the Logical Volume (LV) to create.\n\nThis is like setting a name or label for a partition."
_LvmLvNameBody2="NOTE: This LV will automatically use up all space remaining on the Volume Group"
_LvmLvNameErrBody="Name is in use or not valid. Use alpha-numeric characters only, no spaces or '/'!"
_LvmLvSizeBody1="remaining"
_LvmLvSizeBody2="Enter the size of the Logical Volume (LV) in Megabytes (M) or Gigabytes (G).\nFor example:\n100M will create a 100 Megabyte LV, 10G will create a 10 Gigabyte LV."
_LvmLvSizeErrBody="Invalid value entered.\nA numeric value must be entered with an 'M' (Megabytes) or a 'G' (Gigabytes) at the end.\nExamples include, 100M, 10G, or 250M.\nThe value may also not be equal to or greater than the remaining size of the VG!"
_LvmCompBody="Done! All Logical Volumes have been created for the Volume Group.\n\nDo you wish to view the new LVM scheme?"
_LvmDelQ="Confirm deletion of Volume Group(s) and Logical Volume(s).\n\nIf deleting a Volume Group, all Logical Volumes within will be deleted as well."
_LvmSelVGBody="Select Volume Group to delete. All Logical Volumes within will also be deleted."
_LvmVGErr="No Volume Groups found."
# Show devices and partitions
_DevShowOpt="List Devices (optional)"
# Check Requirements
_ChkTitle="Rechecking Requirements"
_ChkBody="Rechecking installer has been run as root and that there is an active internet connection. Please wait..."
_RtFailBody="The installer must be run as root. Exiting."
_ConFailBody="Internet connection test failed. Exiting."
_ReqMetTitle="Requirements Met"
_ReqMetBody="All checks passed!"
_UpdDb="Updating database ..."
# Installer Mirrorlist
_MirrorlistTitle="Mirrorlist"
_MirrorBranch="Choose Manjaro branch to use"
_MirrorlistBody="The mirrorlist contains server addresses used by pacman to install packages. To find the fastest servers, FIRST generate a mirrorlist by country BEFORE running RankMirrors, otherwise the process will take a LONG TIME.\n\nThe pacman configuration file can be edited to enable multilib and other repositories.\n\nNOTE: Close text files with '[CTRL] + [x]'. If edited, then press [y] to save or [n] to discard changes."
_RankMirrors="Select your custom mirrors using [Spacebar] or [Enter] and confirm with the [OK] button at the bottom."
_MirrorbyCountry="Generate mirrorlist by Country"
_MirrorEdit="Manually edit mirrorlist"
_MirrorRankTitle="Rank Mirrors by Speed"
_MirrorRestTitle="Restore Original Mirrorlist"
_MirrorRankBody="Finding the fastest servers from the mirrorlist."
_MirrorNoneBody="A copy of the original mirrorlist was not found."
_MirrorCntryBody="A list of mirrors by the selected country will be generated."
_MirrorGenQ="Use generated mirrorlist for installer?"
_MirrorConfig="Edit Pacman Mirror Configuration"
_MirrorPacman="Edit Pacman Configuration"
_MIrrorPacQ="Use edited pacman configuration for installed system? If Yes, the file will be copied over after installing the base."
# Set Keymap (vconsole)
_VCKeymapTitle="Set Virtual Console"
_DefKeymap="Currently configured keymap setting is:"
_VCKeymapBody="A virtual console is a shell prompt in a non-graphical environment. Its keymap is independent of a desktop environment / terminal."
# Set Xkbmap (environment)
_XkbmapBody="Select Desktop Environment Keymap."
# Set Locale
_localeBody="Locales determine the time and date formats, etc.\n\nThe format is language_COUNTRY (e.g. en_US is english, United States; en_GB is english, Great Britain)."
_langBody="Choose the system language. English is recommended for easier troubleshooting\n\nThe format is language_COUNTRY (e.g. en_US is english, United States; en_GB is english, Great Britain)."
# Set Timezone
_TimeZBody="The time zone is used to correctly set your system clock."
_TimeSubZBody="Select the city nearest to you."
_TimeZQ="Set Time Zone:"
# Set Hardware Clock
_HwCBody="UTC is the universal time standard, and is recommended unless dual-booting with Windows."
# Generate FSTAB
_FstabBody="The FSTAB file (File System TABle) sets what storage devices and partitions are to be mounted, and how they are to be used.\n\nUUID (Universally Unique IDentifier) is recommended.\n\nIf no labels were set for the partitions earlier, device names will be used for the label option."
_FstabErr="The Part UUID option is only for UEFI/GPT installations."
_FstabDevName="Device Name"
_FstabDevLabel="Device Label"
_FstabDevUUID="Device UUID"
_FstabDevPtUUID="UEFI Part UUID"
# Set Hostname
_HostNameBody="The host name is used to identify the system on a network.\n\nIt is restricted to alphanumeric characters, can contain a hyphen (-) - but not at the start or end - and must be no longer than 63 characters."
# Set Root Password
_PassRtBody="Enter Root password"
_PassRtBody2="Re-enter Root password"
# Create New User
_NUsrTitle="Create New User"
_NUsrBody="Enter the user name. Letters MUST be lower case."
# Username Error
_NUsrErrTitle="User Name Error"
_NUsrErrBody="An incorrect user name was entered. Please try again."
# Set User
_PassNUsrBody="Enter password for"
_NUsrSetBody="Creating User and setting groups..."
_DefShell="Choose the default shell."
# Mounting (Partitions)
_MntStatusTitle="Mount Status"
_MntStatusSucc="Mount Successful!"
_MntStatusFail="Mount Failed!"
_WarnMount1="IMPORTANT: Partitions can be mounted without formatting them by selecting the"
_WarnMount2="option listed at the top of the file system menu.\n\nEnsure the correct choices for mounting and formatting are made as no warnings will be provided, with the exception of the UEFI boot partition."
# Select Device (installation)
_DevSelTitle="Select Device"
_DevSelBody="Devices (/dev/) are available hard-disks and USB-sticks to install on. The first is /sda, the second /sdb, and so on.\n\nIf you're booting Manjaro-Architect from a USB-stick, be careful as it will also be listed!"
# Partitioning Tool
_PartToolTitle="Partitioning Tool"
_PartToolBody="An automatic partitioning option is available for beginners. Otherwise, cfdisk is recomended for BIOS, parted for UEFI.\n\nDO NOT select a UEFI/GPT-only partitioning tool for a BIOS/MBR system as this could cause serious problems, including an unbootable installation."
_PartOptAuto="Automatic Partitioning"
_PartOptWipe="Securely Wipe Device (optional)"
_AutoPartWipeBody1="WARNING: ALL data on"
_AutoPartWipeBody2="will be destroyed using the command 'wipe -Ifre'. This process may also take a long time depending on the size of the device.\n\nDo you wish to continue?"
# Partitioning Error
_PartErrBody="BIOS systems require a minmum of one partition (ROOT).\n\nUEFI systems require a minimum of two partitions (ROOT and UEFI)."
# File System
_FSTitle="Choose Filesystem"
_FSBody="Ext4 is recommended. Not all filesystems are viable for Root or Boot partitions. All have different features and limitations."
_FSSkip="Do not format"
_FSMount="Mount"
_FSWarn1="Data on"
_FSWarn2="will be lost"
# Select Root
_SelRootBody="Select ROOT Partition. This is where Manjaro will be installed."
# Select SWAP
_SelSwpBody="Select SWAP Partition. If using a Swapfile, it will be initially set the same size as your RAM."
_SelSwpNone="None"
_SelSwpFile="Swapfile"
# Select UEFI
_SelUefiBody="Select UEFI Partition. This is a special partition for booting UEFI systems."
# Format UEFI
_FormUefiBody="The UEFI partition"
_FormUefiBody2="has already been formatted.\n\nReformat? Doing so will erase ALL data already on that partition."
# UEFI Mountpoint
_MntUefiBody="Select UEFI Mountpoint.\n\n
/boot/efi is recommended for multiboot systems.\n
/boot is required for systemd-boot."
_MntUefiCrypt="Select UEFI Mountpoint.\n\n
/boot/efi is recommended for multiboot systems and required for full disk encryption. Encrypted /boot is supported only by grub and can lead to slow startup.\n\n
/boot is required for systemd-boot and for refind when using encryption."
# Extra Partitions
_ExtPartBody="Select additional partitions in any order, or 'Done' to finish."
# Extra Partitions
_ExtPartBody1="Specify partition mountpoint. Ensure the name begins with a forward slash (/). Examples include:"
# Extra Partition Naming Error
_ExtErrBody="Partition cannot be mounted due to a problem with the mountpoint name. A name must be given after a forward slash."
# Install Base
_WarnInstBase="A Manjaro Base has already been installed on this partition.\nProceed anyway?"
_InstBseTitle="Install Base"
_InstFail="Installation failed."
_InstBseBody="Standard: Recommended for beginners. Choose up to two kernels (linux and linux-lts) and optionally the base-devel package group. sudo, btrfs-progs, f2fs-tools will also be installed.\n\nAdvanced: Choose up to four kernels (linux, lts, grsec, zen) and control individual base and base-devel packages. Additional configuration for grsec and zen may be required for Virtualbox and NVIDIA.\n\nNOTE: Unless already installed, at least one kernel must be selected."
_InstStandBseBody="The base package group will be installed automatically. The base-devel package group is required to use the Arch User Repository (AUR)."
_InstStandBase="Standard Installation"
_InstAdvBase="Advanced Installation"
_InstAdvBseBody="WARNING: This is for experienced users only. Newer users should use the 'standard' installation option."
_InstAdvWait="Gathering package descriptions."
_InstGrub="Install Grub"
# Install BIOS Bootloader
_InstBiosBtTitle="Install BIOS Bootloader"
_InstGrubBody="The installation device for GRUB can be selected in the next step.\n\nOs-prober is needed for automatic detection of already installed systems on other partitions."
_InstBiosBtBody="Grub2 is recommended for beginners. The installation device can also be selected.\n\nSyslinux is a lighter and simpler alternative that will only work with ext/btrfs filesystems."
_InstSysTitle="Install Syslinux"
_InstSysBody="Install syslinux to Master Boot Record (MBR) or to Root (/)?"
# Install UEFI Bootloader
_InstUefiBtTitle="Install UEFI Bootloader"
_InstUefiBtBody="Install UEFI Bootloader GRUB."
_SetBootDefBody="Some UEFI firmware may not detect the bootloader unless it is set as default by copying its efi stub to"
_SetBootDefBody2="and renaming it to bootx64.efi.\n\nIt is recommended to do so unless already using a default bootloader, or where intending to use multiple bootloaders.\n\nSet bootloader as default?"
# efi file set for Grub
_SetDefDoneBody="has been set as the default bootloader."
# Graphics Card Menu
_GCtitle="Graphics Card Menu"
_GCBody="Pick Nouveau for older NVIDIA cards. If your card is not listed, pick 'Unknown / Generic'."
_GCUnknOpt="Unknown / Generic"
# NVIDIA Configruation Check
_NvidiaConfTitle="NVIDIA Configuration Check"
_NvidiaConfBody="A basic NVIDIA configuration file has been created. Please check it before closing to continue."
# Graphics Card Detection
_GCDetTitle="Detected"
_GCDetBody="Is your graphics card or virtualisation software"
_GCDetBody2="-Select 'Yes' to install its OPEN-SOURCE driver.\n\n-Select 'No' to open the graphics card menu, which includes proprietary NVIDIA drivers."
# Install DE Info
_DEInfoBody="Multiple environments can be installed.\n\nGnome and LXDE come with a display manager.\n\nCinnamon, Gnome and KDE come with a Network Manager."
# Install DE Menu
_InstDETitle="Install Desktop Environments"
_DesktopInstalled="A Manjaro-Desktop has already been installed on this partition!\nInstalling another one will likely result in package conflicts and other issues.\nIt is recommended you format the partition and start a fresh install.\n\nIgnore and Proceed anyway?"
_InstManDEBody="Please choose a desktop environment."
_ErrInit="Wrong init system"
_WarnInit="is currently available for systemd only.\nPlease adjust your selection:"
_DiffPro="Select different profile"
_InstSystd="Install systemd base"
_InstDEBody="Desktop Environments and their related package groups are listed first."
_ExtraTitle="Full or minimal?"
_ExtraBody="This edition is offered in two versions"
# Install Common Packages
_InstComTitle="Install Common Packages"
_InstComBody="Some environments require additional packages to function better."
# Display Manager
_DmChTitle="Install Display Manager"
_DmChBody="gdm lists Gnome-shell as a dependency. sddm is recommended for plasma. lightdm will include lightdm-gtk-greeter. slim is no longer maintained."
_DmDoneBody="Display manager has been installed and enabled."
# Network Manager
_InstNMTitle="Install Network Manager"
_InstNMBody="Network Manager is recommended, especially for wireless and PPPoE/DSL connections."
_InstNMErrBody="Network connection manager has been installed and enabled."
# Welcome
_WelTitle="Welcome to"
_WelBody="This installer will download the latest packages from the Manjaro repositories. \n\nMENU OPTIONS: Select by pressing the option number or by using the up/down arrow keys before pressing [enter] to confirm. Switch between buttons by using [Tab] or the left/right arrow keys before pressing [enter] to confirm. Long lists can be navigated using the [pg up] and [pg down] keys, and/or by pressing the first letter of the desired option.\n\nCONFIGURATION & PACKAGE OPTIONS: Default packages in checklists will be pre-checked. Use the [Spacebar] to de/select."
# Preparation Menu
_PrepMenuTitle="Prepare Installation"
_PrepMenuBody="The console keyboard layout will be used for both the installer and the installed system."
_PrepKBLayout="Set Desktop Keyboard Layout"
_PrepMirror="Configure Installer Mirrorlist"
_PrepPartDisk="Partition Disk"
_PrepMntPart="Mount Partitions"
_Back="Back"
# Install Base Menu
_PkgList="Processing package list"
_InstBsMenuTitle="Install Base"
_InstBseMenuBody="Packages to be installed will be downloaded from mirror servers. The default branch is 'stable'.\nTo optimize your download speed or to switch branch, use the entry [$_PrepMirror]."
_InstBse="Install Base Packages"
_ChsInit="Choose your initsystem"
_Note="Note!"
_WarnOrc="These Manjaro profiles are incompatible with openrc:"
_ChsAddPkgs="Choose additional modules for your kernels"
_InstBootldr="Install Bootloader"
_InstDrvTitle="Install Hardware Drivers"
_InstDrvBody="Some network and graphics cards \nmay need special drivers. \nOptions 1 and 2 choose drivers automatically, \noptions 3 and 4 let you choose specific drivers"
_InstFree="Auto-install free drivers"
_InstProp="Auto-install proprietary drivers"
_SelDDrv="Select Display Driver"
_InstAllDrv="Install all free drivers"
# Configure Base Menu
_ConfBseMenuTitle="Configure Base"
_ConfBseBody="Basic configuration of the base."
_ConfBseFstab="Generate FSTAB"
_ConfBseHost="Set Hostname"
_ConfBseTimeHC="Set Timezone and Clock"
_ConfBseSysLoc="Set System Locale"
_ConfBseSysLang="Set System Language"
_RunMkinit="Run Mkinitcpio"
_RunUpGrub="Update GRUB"
# User Menu
_ConfUsrRoot="Set Root Password"
_ConfUsrNew="Add New User(s)"
# Graphics Menu
_InstGrMenuTitle="Install Graphical Interface"
_InstGrMenuBody="Prior to installing a desktop environment, graphics, input, and sound drivers MUST be installed first. This will include installing graphics card drivers."
_InstDEMenuTitle="Choose a full Manjaro edition or vanilla desktop environments"
_InstGrMenuDS="Install Display Server"
_InstGrMenuDSBody="In addition to xorg and wayland options, drivers for input devices (xf86-input-) are also listed."
_InstGrMenuDD="Install Display Driver"
_InstGrDrv="Choose video-driver to be installed"
_WarnInstGr="No Display Driver selected."
_InstDEStable="Install Manjaro Desktop"
_InstDEGit="Install Manjaro Desktop (development profiles)"
_InstDE="Install Unconfigured Desktop Environments"
_InstGrDE="Install Desktop environment"
_InstPBody="This installs a package list and a desktop-settings package, corresponding to manjaro editions of the same name."
_InstGrMenuGE="Install Graphical Environment"
_InstGrMenuDM="Install Display Manager"
# Networking Menu
_InstNMMenuTitle="Install Networking Capabilties"
_InstNWDrv="Install Network Drivers"
_SelNWDrv="Select Network Driver"
_InfoNWKernel="Support for your network card is built into the kernel,\nno need to install anything."
_InstNMMenuBody="Supplementary packages may be required for networking and wireless devices. Some wireless devices may also require additional firmware to function."
_InstNMMenuPkg="Install Wireless Device Packages"
_InstNMMenuNM="Install Network Connection Manager"
_InstNMMenuCups="Install CUPS / Printer Packages"
_InstNMMenuPkgBody="Key wifi packages will be pre-checked if a wireless device was detected. If unsure about additional firmware, all packages can be installed."
_SeeWirelessDev="Display Wireless Device (optional)"
_WirelessShowTitle="Wireless Device"
_WirelessErrBody="None Detected."
_InstCupsBody="CUPS (Common Unix Printing System) is the standards-based, open source printing system developed by Apple Inc. for OS X and other UNIX-like operating systems. Samba allows file and printer sharing between Linux and Windows systems."
_InstCupsQ="Enable org.cups.cupsd.service on installed system?"
# Install Multimedia Support Menu
_InstMultMenuTitle="Install Multimedia Support"
_InstMultMenuBody="Accessibility packages aid those with sight and/or hearing impairments. The Custom Packages option allows for user-defined packages to be installed."
_InstMulSnd="Install Sound Driver(s)"
_InstMulSndBody="ALSA provides kernel driven sound card drivers. PulseAudio serves as a proxy to ALSA."
_InstMulCodec="Install Codecs"
_InstMulAcc="Install Accessibility Packages"
_InstMulAccBody="Select desired accessibility packages."
_InstMulCust="Install Custom Packages"
# Codecs Menu
_InstMulCodBody="GStreamer is a pipeline-based multimedia framework. The first two options are the current and legacy (gstreamer0.10) package groups. Xine is also listed."
# Custom Packages Box
_InstMulCustBody="Enter the (exact) names of packages to be installed from the Manjaro repositories, seperated by spaces.\n\nFor example, to install Firefox, VLC, and HTop: firefox vlc htop"
# Main Menu
_MMTitle="Main Menu"
_MMBody="Steps should be followed IN ORDER. Once complete, select 'Done' to finalize the installation."
_MMNewBody="After mounting the partitions in the preparation section, select your installation type. If you are unsure, choose Desktop System for a default Manjaro installation."
# Final Check
_BaseCheck="Base is not installed"
_BootlCheck="Bootloader is not installed"
_FstabCheck="Fstab has not been generated"
_GCCheck="No graphics driver has been installed"
_LocaleCheck="Locales have not been generated"
_RootCheck="Root password is not set"
_UserCheck="No user accounts have been generated"
# Close Installer
_CloseInstBody="Close installer?"
_LogInfo="Would you like to save the installation-log to the installed system?\nIt will be copied to"
# Chroot
_ChrootReturn="\nYou will now chroot into your installed system. You can do changes almost as if you had booted into your installation.\n\nType \"exit\" to exit chroot and \"fg\" to return to the installer.\n "
_EnterChroot="Enter your installation"
_ChrootTitle="Chroot into Installation"
#Refind
_InstRefindTitle="Install refind"
_InstRefindBody="This installs refind and configures it to automatically detect your kernels. No support for encrypted /boot or intel microcode. These require manual boot stanzas or using a different bootloader."
_RefindReady="Refind was succesfully installed"
_bootloaderInfo="Refind can be used standalone or in conjunction with other bootloaders as a graphical bootmenu. It autodetects all bootable systems at boot time.\nGrub supports encrypted /boot partition and detects all bootable systems when you update your kernels. It supports booting .iso files from a harddrive and automatic boot entries for btrfs snapshots.\nSystemd-boot is very light and simple and has little automation. It autodetects windows, but is otherwise unsuited for multibooting."
# Systemd-boot
_InstSystdBBody="This installs systemd-boot and generates boot entries for the currently installed kernels. This bootloader requires your kernels to be on the UEFI partition. This is achieved by mounting the UEFI partition to /boot."
_SystdBReady="Systemd-boot was installed"
#Meta menu
_InstCrMenuTitle="Install CLI System"
_InstCrMenuBody="This installs a Manjaro base-system without graphical desktop environment. Steps 1-3 are needed for a working system, the rest is optional."
_InstDsMenuTitle="Install Desktop System"
_InstDsMenuBody="This installs a full Manjaro edition with graphical desktop environment. Steps 1-3 are needed for a working system, the rest is optional."
_InstCsMenuTitle="Install Custom System"
_InstCsMenuBody="This installs a Manjaro base-system without graphical desktop environment. Steps 1-4 are needed for a working system, the rest is optional."
#System rescue
_SysRescTitle="System Rescue"
_SysRescBody="This menu is a collection of tools to help restore a broken system to full functionality."
_RmPkgs="Remove Packages"
_RmPkgsMsg="Search packages by typing their name.
Press tab to select multiple packages"
_RmPkgsPrmpt="Package to remove"
_AddPkgsPrmpt="Package"
_AddPkgs="Choose any extra packages you would like to add.
Search packages by typing their name.
Press tab to select multiple packages and proceed or quit with Enter."
#Extra
_ExtraPkgTitle="Extra Packages"
_ExtraPkgBody="Would you like to add any additional packages to your installation?"
_TweaksMenuTitle="System Tweaks"
_PerfBody="Settings to configure your system to a specific workload"
_TweaksBody="Various configuration options"
_PerfMenu="Performance"
_SetSchd="I/O Schedulers"
_SetSwap="Swap Configuration"
_AutologEnable="Enable Automatic Login"
_HibrnEnable="Enable Hibernation"
_LogMenu="View System Logs"
_LogBody="Parse system logs with fzf"
_DataRecMenu="Data Recovery"
_DataRecBody="Various tools for data backup and recovery"
_HostCache="Choose pacman cache"
_HostCacheBody="Do you want to use the pacman cache of the running system instead of the installation target? This can reduce the size of the required downloads in the installation."
#RAID menu
_PrepRAID="RAID (optional)"
_RAIDLevelTitle="Select a RAID level."
_RAIDLevel0="disk striping"
_RAIDLevel1="mirroring"
_RAIDLevel5="distributed parity, (1 drive tolerance, requires 3 disks)"
_RAIDLevel6="double parity, (2 drive tolerance, requires 4 disks)"
_RAIDLevel10="raid 1+0, (requires 4 disks)"
_PartitionSelectTitle="Partion Select"
_PartitionSelectDescription="Select the partitions you want to use for this RAID array."
_DeviceNameTitle="Device Name"
_DeviceNameDescription="What would you like the RAID device to named? \nFor an example, its a standard for the first raid device in system to be named md0. "
_DeviceNamePrefixWarning="(don't prefix with /dev/md/)"
_ArrayCreatedTitle="Array Created"
_ArrayCreatedDescription="The RAID array has been created successfully."