removed one duplicate label key and made all login and register fields multi language (#1296)
This commit is contained in:
@ -51,7 +51,7 @@ show.hints=Show hints
|
||||
lesson.overview=Lesson overview
|
||||
reset.lesson=Reset lesson
|
||||
sign.in=Sign in
|
||||
register.new=Register new user
|
||||
register.new=or register yourself as a new user
|
||||
sign.up=Sign up
|
||||
register.title=Register
|
||||
|
||||
@ -63,3 +63,12 @@ password.size=Password should at least contain 6 characters
|
||||
password.diff=The passwords do not match.
|
||||
security.enabled=Security enabled, you can try the previous challenges and see the effect!
|
||||
security.disabled=Security enabled, you can try the previous challenges and see the effect!
|
||||
termsofuse=Terms of use
|
||||
register.condition.1=While running this program your machine will be extremely vulnerable to attack.\
|
||||
You should disconnect from the Internet while using this program. WebGoat's default configuration binds to localhost to minimize the exposure.
|
||||
register.condition.2=This program is for educational purposes only. If you attempt \
|
||||
these techniques without authorization, you are very likely to get caught. If \
|
||||
you are caught engaging in unauthorized hacking, most companies will fire you. \
|
||||
Claiming that you were doing security research will not work as that is the \
|
||||
first thing that all hackers claim.
|
||||
terms.agree=Agree with the terms and conditions
|
||||
|
@ -22,13 +22,16 @@
|
||||
# projects.
|
||||
# <p>
|
||||
#
|
||||
lesson.completed=Gefeliciteerd, je hebt de les succesvol afgerond.
|
||||
lesson.completed=Gefeliciteerd, je hebt deze les succesvol afgerond.
|
||||
assignment.solved=Gefeliciteerd, je hebt deze opdracht succesvol afgerond.
|
||||
assignment.not.solved=Sorry de oplossing is niet correct, probeer het nog eens.
|
||||
RestartLesson=Herstart de les
|
||||
SolutionVideos=Video oplossingen
|
||||
ErrorGenerating=Fout opgetreden tijdens generatie
|
||||
InvalidData=Ongeldige invoer
|
||||
Go!=Ga snel aan de slag!
|
||||
password=Wachtwoord
|
||||
password.confirm=Herhaal wachtwoord
|
||||
username=Gebruikersnaam
|
||||
logged_out=Je bent succesvol uitgelogd.
|
||||
invalid_username_password=Ongeldige gebruikersnaam/wachtwoord combinatie
|
||||
@ -46,4 +49,14 @@ contact=Neem contact met ons op
|
||||
show.hints=Toon hints
|
||||
lesson.overview=Overzicht les
|
||||
reset.lesson=Herstart les
|
||||
sign.in=Log in
|
||||
sign.in=Inloggen
|
||||
terms.agree=Ik ga akkoord met de voorwaarden
|
||||
sign.up=Registreer
|
||||
register.title=Aanmelden als nieuwe gebruiker
|
||||
register.new=of aanmelden als nieuwe gebruiker
|
||||
termsofuse=Gebruiksvoorwaarden
|
||||
register.condition.1=Wanneer u WebGoat runt op uw computer, bent u kwetsbaar voor cyber aanvallen. \
|
||||
Zorg dat u geen verbinding heeft met internet en dat toegang tot WebGoat alleen lokaal mogelijk is om het aanvalsoppervlak te verkleinen.
|
||||
register.condition.2=WebGoat is bedoeld als educatieve applicatie op het gebied van secure software development. \
|
||||
Gebruik wat u leert om applicaties beter te maken en niet om zonder toestemming applicaties te schaden. \
|
||||
In dat laatste geval loopt u risico op rechtsvervoling en ontslag.
|
||||
|
Reference in New Issue
Block a user