27 lines
819 B
C
27 lines
819 B
C
|
/*
|
||
|
* 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__ */
|