diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index fd45eafdc813..1660dbdf455f 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -19,6 +19,7 @@ LOCALES= af_ZA.ISO_8859-1 \ is_IS.ISO_8859-1 \ nl_NL.ISO_8859-1 \ no_NO.ISO_8859-1 \ + pl_PL.ISO_8859-2 \ ru_RU.KOI8-R \ sv_SE.ISO_8859-1 diff --git a/share/monetdef/pl_PL.ISO8859-2.src b/share/monetdef/pl_PL.ISO8859-2.src new file mode 100644 index 000000000000..c39be8ef3b31 --- /dev/null +++ b/share/monetdef/pl_PL.ISO8859-2.src @@ -0,0 +1,36 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol +PLN +# currency_symbol +zł +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +2 +# n_cs_precedes +1 +# n_sep_by_space +2 +# p_sign_posn +4 +# n_sign_posn +4 +# EOF diff --git a/share/monetdef/pl_PL.ISO_8859-2.src b/share/monetdef/pl_PL.ISO_8859-2.src new file mode 100644 index 000000000000..c39be8ef3b31 --- /dev/null +++ b/share/monetdef/pl_PL.ISO_8859-2.src @@ -0,0 +1,36 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol +PLN +# currency_symbol +zł +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +2 +# n_cs_precedes +1 +# n_sep_by_space +2 +# p_sign_posn +4 +# n_sign_posn +4 +# EOF diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index 5f2e9db130b7..940129295a55 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -14,6 +14,7 @@ LOCALES= af_ZA.ISO_8859-1 \ is_IS.ISO_8859-1 \ nl_NL.ISO_8859-1 \ no_NO.ISO_8859-1 \ + pl_PL.ISO_8859-2 \ ru_RU.KOI8-R \ sv_SE.ISO_8859-1 diff --git a/share/msgdef/pl_PL.ISO8859-2.src b/share/msgdef/pl_PL.ISO8859-2.src new file mode 100644 index 000000000000..4225067f3f16 --- /dev/null +++ b/share/msgdef/pl_PL.ISO8859-2.src @@ -0,0 +1,10 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[tTyY].* +# noexpr +^[nN].* +# EOF diff --git a/share/msgdef/pl_PL.ISO_8859-2.src b/share/msgdef/pl_PL.ISO_8859-2.src new file mode 100644 index 000000000000..4225067f3f16 --- /dev/null +++ b/share/msgdef/pl_PL.ISO_8859-2.src @@ -0,0 +1,10 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[tTyY].* +# noexpr +^[nN].* +# EOF diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 0896e49f3c6f..531974ee0deb 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -14,6 +14,7 @@ LOCALES= af_ZA.ISO_8859-1 \ is_IS.ISO_8859-1 \ nl_NL.ISO_8859-1 \ no_NO.ISO_8859-1 \ + pl_PL.ISO_8859-2 \ ru_RU.KOI8-R \ sv_SE.ISO_8859-1 diff --git a/share/numericdef/pl_PL.ISO8859-2.src b/share/numericdef/pl_PL.ISO8859-2.src new file mode 100644 index 000000000000..68677812c355 --- /dev/null +++ b/share/numericdef/pl_PL.ISO8859-2.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/numericdef/pl_PL.ISO_8859-2.src b/share/numericdef/pl_PL.ISO_8859-2.src new file mode 100644 index 000000000000..68677812c355 --- /dev/null +++ b/share/numericdef/pl_PL.ISO_8859-2.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