NetBSD/share/locale/time/en_GB.ISO8859-1.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
853 B
Plaintext

# $NetBSD: en_GB.ISO8859-1.src,v 1.1 2008/05/17 04:11:30 ginsbach Exp $
#
# English Language Time Locale for United Kingdom
#
# WARNING: Empty lines and/or blank spaces may be essential.
#
# From: $FreeBSD: src/share/timedef/en_GB.ISO8859-1.src,v 1.11 2007/12/30 03:08:52 ache Exp $
#
# Short weekday names (abday)
#
Sun
Mon
Tue
Wed
Thu
Fri
Sat
#
# Long weekday names (day)
#
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
#
# Short month names (abmon)
#
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
#
# Long month names (mon)
#
January
February
March
April
May
June
July
August
September
October
November
December
#
# Ante Meridiem/Post Meridiem - %p (am_pm)
#
am
pm
#
# Date and Time - %c (d_t_fmt)
#
%a %e %b %X %Y
#
# Date - %x (d_fmt)
#
%d/%m/%Y
#
# Time - %X (t_fmt)
#
%H:%M:%S
#
# 12-hour Clock - %r (t_ampm_fmt)
#
%I:%M:%S %p
# EOF