sync code with last improvements from OpenBSD
This commit is contained in:
commit
88965415ff
26235 changed files with 29195616 additions and 0 deletions
26
app/xlockmore/xlock/resource-msg-nl.h
Normal file
26
app/xlockmore/xlock/resource-msg-nl.h
Normal file
|
@ -0,0 +1,26 @@
|
|||
/*
|
||||
* Resource messages for Dutch
|
||||
*/
|
||||
|
||||
#ifndef __RESOURCE_MSG_NL__
|
||||
#define __RESOURCE_MSG_NL__
|
||||
|
||||
#define DEF_NAME "Naam: "
|
||||
#define DEF_PASS "Wachtwoord: "
|
||||
#define DEF_VALID "Aan het checken ..."
|
||||
#define DEF_INVALID "Ongeldig wachtwoord."
|
||||
#define DEF_INVALIDCAPSLOCK "Ongeldig wachtwoord, Hoofdlettertoets ingedrukt."
|
||||
#define DEF_INFO "Geef wachtwoord om te ontgrendelen ; selecteer het icoon om te vergrendelen."
|
||||
|
||||
#ifdef HAVE_KRB5
|
||||
#define DEF_KRBINFO "Geef Kerberos wachtwoord om te ontgrendelen ; selecteer het icoon om te vergrendelen."
|
||||
#endif /* HAVE_KRB5 */
|
||||
|
||||
#define DEF_COUNT_FAILED " mislukte poging."
|
||||
#define DEF_COUNTS_FAILED " mislukte pogingen."
|
||||
|
||||
#define DEF_BTN_LABEL "Loguit"
|
||||
#define DEF_BTN_HELP "klik hier om uit te loggen"
|
||||
#define DEF_FAIL "Auto-loguit mislukt"
|
||||
|
||||
#endif /* __RESOURCE_MSG_NL__ */
|
Loading…
Add table
Add a link
Reference in a new issue