Remove building with NOCRYPTO option
[minix.git] / share / locale / time / ja_JP.UTF-8.src
blob1403066815cf7c550d5ec448cceec9f92b6b499c
1 # $NetBSD: ja_JP.UTF-8.src,v 1.2 2013/08/11 22:09:42 joerg Exp $
3 # Locale: ja_JP
4 # Character set: UTF-8
6 # Copyright 1991-2011 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in
7 # http://www.unicode.org/copyright.html.
8
9 # Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode
10 # data files and any associated documentation (the "Data Files") or Unicode software and any
11 # associated documentation (the "Software") to deal in the Data Files or Software without
12 # restriction, including without limitation the rights to use, copy, modify, merge, publish,
13 # distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom
14 # the Data Files or Software are furnished to do so, provided that (a) the above copyright
15 # notice(s) and this permission notice appear with all copies of the Data Files or Software,
16 # (b) both the above copyright notice(s) and this permission notice appear in associated
17 # documentation, and (c) there is clear notice in each modified Data File or in the Software as
18 # well as in the documentation associated with the Data File(s) or Software that the data or
19 # software has been modified.
20
21 # THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
23 # PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT
24 # HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
25 # CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
26 # WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
27 # CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
29 # Short weekday names (abday)
31
32
33
34
35
36
37
39 # Long weekday names (day)
41 日曜日
42 月曜日
43 火曜日
44 水曜日
45 木曜日
46 金曜日
47 土曜日
49 # Short month names (abmon)
51 1月
52 2月
53 3月
54 4月
55 5月
56 6月
57 7月
58 8月
59 9月
60 10月
61 11月
62 12月
64 # Long month names (mon)
66 1月
67 2月
68 3月
69 4月
70 5月
71 6月
72 7月
73 8月
74 9月
75 10月
76 11月
77 12月
79 # Ante Meridiem/Post Meridiem - %p (am_pm)
81 午前
82 午後
84 # Date and Time - %c (d_t_fmt)
86 %Y年%m月%e日 %H:%M:%S %Z
88 # Date - %x (d_fmt)
90 %Y/%m/%d
92 # Time - %X (t_fmt)
94 %H:%M:%S
96 # 12-hour Clock - %r (t_fmt_ampm)
98 %p%I:%M:%S
99 # EOF