improve language handling and url-parameter sanitizing
This commit is contained in:
parent
f4bf1c7a34
commit
baafed8f38
6 changed files with 63 additions and 19 deletions
|
@ -9,6 +9,8 @@ help!
|
|||
- SuccessMessage.InitRunning contains only the first sentence
|
||||
- SuccessMessage.ReBoot: add a hint for automatic redirection (3rd sentence)
|
||||
- EmptyCryptoPassword: change 'Text' accordingly to English string.
|
||||
- Button.System: is in eglish
|
||||
- ErrorMessage.NoDocumentation: is in english
|
||||
|
||||
Below are some smaller changes in English sentences. Someone may change it accordingly.
|
||||
- MountFailed: add 'Pleasy try again' to the end of the string.
|
||||
|
|
|
@ -211,6 +211,12 @@ Lang {
|
|||
Title = Keine Festplatte
|
||||
Text = Es wurde kein Datenträger gefunden, der zur Speicherung der verschlüsselten Daten geeignet ist. Prüfe bitte, ob beim Anschalten des Computers eine Festplatte vom BIOS erkannt wurde.
|
||||
}
|
||||
|
||||
NoDocumentation {
|
||||
Title = Keine Hilfeseiten
|
||||
Text = Es sind keine Hilfeseiten verfügbar!
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -250,6 +250,11 @@ Lang {
|
|||
Title = No hard disk
|
||||
Text = No disk suitable for an encrypted filesystem found. Please ensure the BIOS detected the disk during power-on of the computer.
|
||||
}
|
||||
|
||||
NoDocumentation {
|
||||
Title = No Documentation
|
||||
Text = There is no Documentation available!
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -55,6 +55,7 @@ Lang {
|
|||
Protocol = Dnevnik
|
||||
Documentation = Priročnik
|
||||
Status = Stanje
|
||||
System = System
|
||||
}
|
||||
|
||||
|
||||
|
@ -210,6 +211,11 @@ Lang {
|
|||
Title = Ni trdega diska
|
||||
Text = Primeren trdi disk za shranjenje kriptiranega datotečnega sistema ni zaznan. Poskrbite da bo med zagonom BIOS zaznal trdi disk.
|
||||
}
|
||||
|
||||
NoDocumentation {
|
||||
Title = No Documentation
|
||||
Text = There is no Documentation available!
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue