aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-11-05 07:21:03 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-11-05 07:21:03 +0000
commitfba9768c412c1d5eb079a43bc37d81641159f247 (patch)
tree7426fe2aea8dfc7159c9ed3ccce8624b44b5b8ce /share
parentd0f08415a8fe9ed6066101816f189e0f1bade42c (diff)
Notes
Diffstat (limited to 'share')
-rw-r--r--share/msgdef/Makefile1
-rw-r--r--share/msgdef/bg_BG.CP1251.src14
-rw-r--r--share/numericdef/Makefile1
-rw-r--r--share/numericdef/bg_BG.CP1251.src12
-rw-r--r--share/timedef/Makefile3
-rw-r--r--share/timedef/bg_BG.CP1251.src101
6 files changed, 131 insertions, 1 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile
index ec86befd7e9b5..10ea92815482e 100644
--- a/share/msgdef/Makefile
+++ b/share/msgdef/Makefile
@@ -4,6 +4,7 @@ NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}
LOCALES= af_ZA.ISO8859-1 \
+ bg_BG.CP1251 \
cs_CZ.ISO8859-2 \
da_DK.ISO8859-1 \
de_DE.ISO8859-1 \
diff --git a/share/msgdef/bg_BG.CP1251.src b/share/msgdef/bg_BG.CP1251.src
new file mode 100644
index 0000000000000..e52d30d64cf3d
--- /dev/null
+++ b/share/msgdef/bg_BG.CP1251.src
@@ -0,0 +1,14 @@
+# $FreeBSD$
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# yesexpr
+^[дДyY].*
+# noexpr
+^[нНnN].*
+# yesstr
+да
+# nostr
+не
+# EOF
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile
index cf214bee82ca5..89e5811f1f34d 100644
--- a/share/numericdef/Makefile
+++ b/share/numericdef/Makefile
@@ -4,6 +4,7 @@ NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}
LOCALES= af_ZA.ISO8859-1 \
+ bg_BG.CP1251 \
cs_CZ.ISO8859-2 \
da_DK.ISO8859-1 \
de_DE.ISO8859-1 \
diff --git a/share/numericdef/bg_BG.CP1251.src b/share/numericdef/bg_BG.CP1251.src
new file mode 100644
index 0000000000000..68677812c3555
--- /dev/null
+++ b/share/numericdef/bg_BG.CP1251.src
@@ -0,0 +1,12 @@
+# $FreeBSD$
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# decimal_point
+,
+# thousands_sep
+
+# grouping
+3;3
+# EOF
diff --git a/share/timedef/Makefile b/share/timedef/Makefile
index 7726f40cd64ca..2d1121a25e1a6 100644
--- a/share/timedef/Makefile
+++ b/share/timedef/Makefile
@@ -3,7 +3,8 @@
NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}
-LOCALES= cs_CZ.ISO8859-2 \
+LOCALES= bg_BG.CP1251 \
+ cs_CZ.ISO8859-2 \
da_DK.ISO8859-1 \
de_AT.ISO8859-1 \
de_DE.ISO8859-1 \
diff --git a/share/timedef/bg_BG.CP1251.src b/share/timedef/bg_BG.CP1251.src
new file mode 100644
index 0000000000000..eb6299a70cac5
--- /dev/null
+++ b/share/timedef/bg_BG.CP1251.src
@@ -0,0 +1,101 @@
+# $FreeBSD$
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# Short months names
+#
+Яну
+Фев
+Мар
+Апр
+Май
+Юни
+Юли
+Авг
+Сеп
+Окт
+Нов
+Дек
+#
+# Long months names
+#
+Януари
+Февруари
+Март
+Април
+Май
+Юни
+Юли
+Август
+Септември
+Октомври
+Ноември
+Декември
+#
+# Short weekdays names
+# (padded with a space to conform with other languages)
+Нд
+Пн
+Вт
+Ср
+Чт
+Пт
+Сб
+#
+# Long weekdays names
+#
+Неделя
+Понеделник
+Вторник
+Сряда
+Четвъртък
+Петък
+Събота
+#
+# X_fmt
+#
+%H:%M:%S
+#
+# x_fmt
+#
+%d.%m.%y
+#
+# c_fmt
+#
+%a %e %b %X %Y
+#
+# am
+#
+am
+#
+# pm
+#
+pm
+#
+# date_fmt
+#
+%a %e %b %Y %X %Z
+#
+# Long months names (alternative)
+#
+Януари
+Февруари
+Март
+Април
+Май
+Юни
+Юли
+Август
+Септември
+Октомври
+Ноември
+Декември
+#
+# md_order
+#
+dm
+#
+# ampm_fmt
+%I:%M:%S %p
+# EOF