Re order password errors in mkuser()

This commit is contained in:
natemaia
2019-01-13 19:42:44 -08:00
parent 7efdb466a7
commit 2cee0cd38f
3 changed files with 163 additions and 182 deletions

View File

@ -3,16 +3,15 @@
# Generic
_Done="Done"
_Skip="Skip/None"
_ErrTitle="Installation Error"
_NoFileErr="\nFile does not exist.\n"
_PassErr="\nThe passwords entered do not match.\n"
_OnlyOne="\nOnly one partition available"
_Pass2="\nRe-enter the password for"
_TryAgain="Please try again.\n"
_Exit="Exiting.\n"
_Back="Back"
_Name="Name:"
_Skip="Skip/None"
_Exit="Exiting.\n"
_ErrTitle="Installation Error"
_TryAgain="Please try again.\n"
_Pass2="\nRe-enter the password for"
_NoFileErr="\nFile does not exist.\n"
_OnlyOne="\nOnly one partition available"
# Welcome
_WelTitle="Welcome to"
@ -53,9 +52,9 @@ _ErrChoiceConsole="\nUnmount the partitions and exit to view the error log or ke
# timezone
_TimeZTitle="Set Timezone"
_TimeZBody="\nThe time zone is used to set the system clock.\n\nSelect your country or continent from the list below"
_TimeSubZBody="\nSelect the nearest city to your location from the list below."
_TimeZQ="\nConfirm time zone:"
_TimeSubZBody="\nSelect the nearest city to your location from the list below."
_TimeZBody="\nThe time zone is used to set the system clock.\n\nSelect your country or continent from the list below"
# bootloader
_MntBootBody="\nSelect which bootloader to use."
@ -216,6 +215,7 @@ _ExtErrBody="\nCannot mount partition due to a problem with the mountpoint name.
_PartErrBody="\nBIOS systems require at least one partition (ROOT).\n\nUEFI systems require at least two (ROOT and EFI).\n"
_UserErrTitle="User Name Error"
_UserErrBody="\nIncorrect user name.\n\nPlease try again.\n"
_PassErr="\nThe passwords entered do not match.\n"
_UserPassErr="\nThe user passwords entered do not match.\n"
_RootPassErr="\nThe root passwords entered do not match.\n"
_UserPassEmpty="\nThe user password cannot be left empty.\n"