sync code with last improvements from OpenBSD
This commit is contained in:
commit
88965415ff
26235 changed files with 29195616 additions and 0 deletions
39
app/xlockmore/modes/dclock-msg-nl.h
Normal file
39
app/xlockmore/modes/dclock-msg-nl.h
Normal file
|
@ -0,0 +1,39 @@
|
|||
/*
|
||||
* dclock messages for Netherlands language
|
||||
*/
|
||||
|
||||
#ifndef __DCLOCK_MSG_NL_H__
|
||||
#define __DCLOCK_MSG_NL_H__
|
||||
|
||||
#define POPEX_STRING "Wereld populatie"
|
||||
#define PEOPLE_STRING " Mensen"
|
||||
#define FOREST_STRING "Aantal tropische wouden"
|
||||
#define TROPICAL_STRING " Tropisch gebied in "
|
||||
#define HIV_STRING "Huidige staat HIV infecties wereldwijd"
|
||||
#define CASES_STRING " gevallen"
|
||||
#define LAB_STRING "Verbruikt tijdens onderzoek"
|
||||
#define VEG_STRING "Opgegeten door de mens"
|
||||
#define YEAR_STRING " dieren dit jaar"
|
||||
#define Y2K_STRING "Aftellen tot Y2K (1 Januari 2000, 0.00 uur)"
|
||||
#define POST_Y2K_STRING "Tijd sinds Y2K (1 Januari 2000)"
|
||||
#define Y2001_STRING "Aftellen tot het einde van het tweede Millennium (1 Januari 2001, 0.00 uur)"
|
||||
#define POST_Y2001_STRING "Verstreken tijd sinds het begin van het derde Millennium (1 Januari 2001)"
|
||||
#define Y2001_STRING "Aftellen tot het tweede millennium (1 Januari 2001)"
|
||||
#define POST_Y2001_STRING "Tijd sinds het tweede millennium (1 Januari 2001)"
|
||||
|
||||
#define DAY "dag"
|
||||
#define DAYS "dagen"
|
||||
#define HOUR "uur"
|
||||
#define HOURS "uren"
|
||||
#define MINUTE "minuut"
|
||||
#define MINUTES "minuten"
|
||||
#define SECOND "seconde"
|
||||
#define SECONDS "seconden"
|
||||
|
||||
#ifdef METRIC
|
||||
#define AREA_STRING "Hectare"
|
||||
#else
|
||||
#define AREA_STRING "Acre"
|
||||
#endif /* METRIC */
|
||||
|
||||
#endif /* __DCLOCK_MSG_NL_H__ */
|
Loading…
Add table
Add a link
Reference in a new issue