NetBSD/share/locale/time/ja_JP.eucJP.src
ginsbach 14f5b96735 Add locale category files for LC_TIME. These are sourced from FreeBSD
with modifications to the comments and sorted properly for NetBSD.
Additional Makefile work is still needed to generate the links for locales
with shared category files.
2008-05-17 04:11:29 +00:00

80 lines
779 B
Plaintext

# $NetBSD: ja_JP.eucJP.src,v 1.1 2008/05/17 04:11:30 ginsbach Exp $
#
# Japanese Language Time Locale for Japan
#
# WARNING: Empty lines and/or blank spaces may be essential.
#
# From: $FreeBSD: src/share/timedef/ja_JP.eucJP.src,v 1.12 2007/12/30 03:08:52 ache Exp $
#
# Short weekday names (abday)
#
#
# Long weekday names (day)
#
日曜日
月曜日
火曜日
水曜日
木曜日
金曜日
土曜日
#
# Short month names (abmon)
#
1
2
3
4
5
6
7
8
9
10
11
12
#
# Long month names (mon)
#
1月
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
#
# Ante Meridiem/Post Meridiem - %p (am_pm)
#
AM
PM
#
# Date and Time - %c (d_t_fmt)
#
%a %b/%e %T %Y
#
# Date - %x (d_fmt)
#
%Y/%m/%d
#
# Time - %X (t_fmt)
#
%H時%M分%S秒
#
# 12-hour Clock - %r (t_ampm_fmt)
#
%I:%M:%S %p
# EOF