minor language fix
svn property of check_language fixed
This commit is contained in:
parent
491d16899f
commit
1ff4bd59fb
1 changed files with 13 additions and 28 deletions
|
@ -15,15 +15,10 @@ Title {
|
|||
|
||||
|
||||
Text {
|
||||
AccessDenied = Sorry - you did not enter the appropriate credentials!
|
||||
EnterCurrentCryptoPassword = Enter the crypto password
|
||||
EnterNewCryptoPassword = Enter the new crypto password
|
||||
EnterSameCryptoPassword = Repeat the new crypto password
|
||||
EnterCurrentAdminPassword = Enter the current administration password
|
||||
EnterNewAdminPassword = Enter the new administration password
|
||||
EnterSameAdminPassword = Repeat the new administration password
|
||||
PartitionInfo = Current partioning of the disk:
|
||||
IPAddress = Network address (IP) of the CryptoBox:
|
||||
AccessDenied = Sorry - you are not allowed to do this!
|
||||
EnterCurrentPassword = Enter the password
|
||||
EnterNewPassword = Enter new password
|
||||
EnterSamePassword = Repeat new password
|
||||
TimeOut = Timeout for deactivation of the encrypted filesystem (in minutes):
|
||||
SelectLanguage = Language preferences:
|
||||
RedirectNote = Click here if your browser does not support automatic redirection.
|
||||
|
@ -55,29 +50,19 @@ Button {
|
|||
|
||||
WarningMessage {
|
||||
|
||||
EmptyCryptoPassword {
|
||||
Title = Missing crypto password
|
||||
Text = You have to enter a crypto password!
|
||||
EmptyPassword {
|
||||
Title = Missing password
|
||||
Text = You have to enter a password!
|
||||
}
|
||||
|
||||
EmptyNewCryptoPassword {
|
||||
Title = Missing new crypto password
|
||||
Text = You have to enter a new crypto password!
|
||||
EmptyNewPassword {
|
||||
Title = Missing new password
|
||||
Text = You have to enter a new password!
|
||||
}
|
||||
|
||||
DifferentCryptoPasswords {
|
||||
Title = Crypto passwords do not match
|
||||
Text = Both entered passwords have to be identical to ensure this is the desired password.
|
||||
}
|
||||
|
||||
DifferentAdminPasswords {
|
||||
Title = Administration passwords do not match
|
||||
Text = Both entered passwords have to be identical to ensure this is the desired password.
|
||||
}
|
||||
|
||||
WrongAdminPassword {
|
||||
Title = Wrong Administration password
|
||||
Text = The entered administration password is wrong. Please try again.
|
||||
DifferentPasswords {
|
||||
Title = Different passwords
|
||||
Text = The passwords you entered did not match.
|
||||
}
|
||||
|
||||
NotInitialized {
|
||||
|
|
Loading…
Reference in a new issue