freebsd-dev/share/timedef/he_IL.UTF-8.src
Andrey A. Chernov 79386ec7db Comments fixing
1) Back out "month names" -> "months names" and fix few such cases which
are wrong initially
2) "weekdays names" -> "weekday names"

Noted by: des [1]
2007-12-30 03:08:52 +00:00

102 lines
901 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# Short month names
ינו
פבר
מרץ
אפר
מאי
יונ
יול
אוג
ספט
אוק
נוב
דצמ
#
# Long month names (as in a date)
#
ינואר
פברואר
מרץ
אפריל
מאי
יוני
יולי
אוגוסט
ספטמבר
אוקטובר
נובמבר
דצמבר
#
# Short weekday names
#
א'
ב'
ג'
ד'
ה'
ו'
ש'
#
# Long weekday names
#
ראשון
שני
שלישי
רביעי
חמישי
שישי
שבת
#
# X_fmt
#
%H:%M:%S
#
# x_fmt
#
%d/%m/%y
#
# c_fmt
#
%Z %H:%M:%S %Y %b %d %a
#
# am
#
AM
#
# pm
#
PM
#
# date_fmt
#
%a %b %e %H:%M:%S %Z %Y
#
# Long month names (without case ending)
#
ינואר
פברואר
מרץ
אפריל
מאי
יוני
יולי
אוגוסט
ספטמבר
אוקטובר
נובמבר
דצמבר
#
# md_order
#
md
#
# ampm_fmt
#
%I:%M:%S %p
# EOF