File: dclock-msg-ja.h

package info (click to toggle)
xlockmore 1%3A5.13-2.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 9,700 kB
  • ctags: 14,263
  • sloc: ansic: 119,809; cpp: 5,427; sh: 3,168; makefile: 2,309; tcl: 1,338; perl: 572; java: 476
file content (38 lines) | stat: -rw-r--r-- 1,146 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/* 
 * dclock messages for Japanese
 *   By: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
 *   Modified by: YAMAGUCHI Shingo <shingo-y@spacelan.ne.jp>
 */

#ifndef __DCLOCK_MSG_JA_H__
#define __DCLOCK_MSG_JA_H__

#define POPEX_STRING		"ߤ͸"
#define PEOPLE_STRING		" "
#define FOREST_STRING		"ߤǮӱӤ"
#define TROPICAL_STRING		" "
#define HIV_STRING		"ߤ HIV "
#define CASES_STRING		" "
#define LAB_STRING		"ǯưʪ¸ˤ"
#define VEG_STRING		"ǯʹ֤οȤȤ"
#define YEAR_STRING		" Τưʪˤʤޤ"
#define Y2K_STRING		"Y2K (2000ǯ11, 000ʬ00) ޤ "
#define POST_Y2K_STRING		"Y2K (2000ǯ11, 000ʬ00) "
#define Y2001_STRING		"ǯνλ (2001ǯ11, 000ʬ00) ޤ "
#define POST_Y2001_STRING	"ǯγ (2001ǯ11, 000ʬ00) "
#define DAY			""
#define DAYS			""
#define HOUR			""
#define HOURS			""
#define MINUTE			"ʬ"
#define MINUTES			"ʬ"
#define SECOND			""
#define SECONDS			""

#if METRIC
#define AREA_STRING		"إ"
#else
#define AREA_STRING		""
#endif

#endif /* __DCLOCK_MSG_JA_H__ */