mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Switch to new locale names
This commit is contained in:
parent
8f2681e1a7
commit
6ce47fe06e
29 changed files with 36 additions and 339 deletions
|
|
@ -3,45 +3,45 @@
|
|||
NOMAN=YES
|
||||
CLEANFILES+= ${LOCALES:S/$/.out/g}
|
||||
|
||||
LOCALES= af_ZA.ISO_8859-1 \
|
||||
cs_CZ.ISO_8859-2 \
|
||||
da_DK.ISO_8859-1 \
|
||||
de_DE.ISO_8859-1 \
|
||||
el_GR.ISO_8859-7 \
|
||||
en_CA.ISO_8859-1 \
|
||||
en_GB.ISO_8859-1 \
|
||||
en_US.ISO_8859-1 \
|
||||
es_ES.ISO_8859-1 \
|
||||
et_EE.ISO_8859-15 \
|
||||
fi_FI.ISO_8859-1 \
|
||||
fr_CH.ISO_8859-1 \
|
||||
fr_FR.ISO_8859-1 \
|
||||
hr_HR.ISO_8859-2 \
|
||||
hu_HU.ISO_8859-2 \
|
||||
is_IS.ISO_8859-1 \
|
||||
it_IT.ISO_8859-1 \
|
||||
nl_NL.ISO_8859-1 \
|
||||
no_NO.ISO_8859-1 \
|
||||
pl_PL.ISO_8859-2 \
|
||||
pt_PT.ISO_8859-1 \
|
||||
LOCALES= af_ZA.ISO8859-1 \
|
||||
cs_CZ.ISO8859-2 \
|
||||
da_DK.ISO8859-1 \
|
||||
de_DE.ISO8859-1 \
|
||||
el_GR.ISO8859-7 \
|
||||
en_CA.ISO8859-1 \
|
||||
en_GB.ISO8859-1 \
|
||||
en_US.ISO8859-1 \
|
||||
es_ES.ISO8859-1 \
|
||||
et_EE.ISO8859-15 \
|
||||
fi_FI.ISO8859-1 \
|
||||
fr_CH.ISO8859-1 \
|
||||
fr_FR.ISO8859-1 \
|
||||
hr_HR.ISO8859-2 \
|
||||
hu_HU.ISO8859-2 \
|
||||
is_IS.ISO8859-1 \
|
||||
it_IT.ISO8859-1 \
|
||||
nl_NL.ISO8859-1 \
|
||||
no_NO.ISO8859-1 \
|
||||
pl_PL.ISO8859-2 \
|
||||
pt_PT.ISO8859-1 \
|
||||
ru_RU.CP866 \
|
||||
ru_RU.ISO_8859-5 \
|
||||
ru_RU.ISO8859-5 \
|
||||
ru_RU.KOI8-R \
|
||||
sl_SI.ISO_8859-2 \
|
||||
sv_SE.ISO_8859-1 \
|
||||
tr_TR.ISO_8859-9 \
|
||||
sl_SI.ISO8859-2 \
|
||||
sv_SE.ISO8859-1 \
|
||||
tr_TR.ISO8859-9 \
|
||||
uk_UA.KOI8-U \
|
||||
ko_KR.EUC \
|
||||
ja_JP.EUC \
|
||||
ko_KR.eucKR \
|
||||
ja_JP.eucJP \
|
||||
zh_TW.Big5 \
|
||||
zh_CN.EUC
|
||||
zh_CN.eucCN
|
||||
|
||||
ENGLISH= en_GB.ISO_8859-1
|
||||
ENGLISHLINKS= en_AU.ISO_8859-1 en_NZ.ISO_8859-1
|
||||
FRENCH= fr_FR.ISO_8859-1
|
||||
FRENCHLINKS= fr_CA.ISO_8859-1
|
||||
GERMAN= de_DE.ISO_8859-1
|
||||
GERMANLINKS= de_AT.ISO_8859-1
|
||||
ENGLISH= en_GB.ISO8859-1
|
||||
ENGLISHLINKS= en_AU.ISO8859-1 en_NZ.ISO8859-1
|
||||
FRENCH= fr_FR.ISO8859-1
|
||||
FRENCHLINKS= fr_CA.ISO8859-1
|
||||
GERMAN= de_DE.ISO8859-1
|
||||
GERMANLINKS= de_AT.ISO8859-1
|
||||
|
||||
LOCALEDIR= ${DESTDIR}/usr/share/locale
|
||||
|
||||
|
|
@ -66,5 +66,7 @@ afterinstall:
|
|||
.for link in ${GERMANLINKS}
|
||||
ln -sf ../${GERMAN}/LC_MESSAGES ${LOCALEDIR}/${link}/LC_MESSAGES
|
||||
.endfor
|
||||
ln -fs ../en_US.ISO8859-1/LC_MESSAGES \
|
||||
${LOCALEDIR}/en_US.US-ASCII/LC_MESSAGES
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[jJyY].*
|
||||
# noexpr
|
||||
^[nN].*
|
||||
# EOF
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[aAyY].*
|
||||
# noexpr
|
||||
^[nN].*
|
||||
# yesstr
|
||||
ano
|
||||
# nostr
|
||||
ne
|
||||
# EOF
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[jJyY].*
|
||||
# noexpr
|
||||
^[nN].*
|
||||
# EOF
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[jJyY].*
|
||||
# noexpr
|
||||
^[nN].*
|
||||
# EOF
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[íÍyY].*
|
||||
# noexpr
|
||||
^[ïÏnN].*
|
||||
# yesstr
|
||||
ÍÁÉ
|
||||
# nostr
|
||||
Ï×É
|
||||
# EOF
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[yYoO].*
|
||||
# noexpr
|
||||
^[nN].*
|
||||
# EOF
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[yY].*
|
||||
# noexpr
|
||||
^[nN].*
|
||||
# EOF
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[yYsS].*
|
||||
# noexpr
|
||||
^[nN].*
|
||||
# EOF
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[sSyY].*
|
||||
# noexpr
|
||||
^[nN].*
|
||||
# EOF
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[1JjYy].*
|
||||
# noexpr
|
||||
^[0EeNn].*
|
||||
# EOF
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[kKjJyY].*
|
||||
# noexpr
|
||||
^[nNeE].*
|
||||
# EOF
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[oOjJsSyY].*
|
||||
# noexpr
|
||||
^[nN].*
|
||||
# EOF
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[oOyY].*
|
||||
# noexpr
|
||||
^[nN].*
|
||||
# EOF
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[dDyY].*
|
||||
# noexpr
|
||||
^[nN].*
|
||||
# EOF
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[iIyY].*
|
||||
# noexpr
|
||||
^[nN].*
|
||||
# yesstr
|
||||
igen
|
||||
# nostr
|
||||
nem
|
||||
# EOF
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[jJyY].*
|
||||
# noexpr
|
||||
^[nN].*
|
||||
# EOF
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[sSyY].*
|
||||
# noexpr
|
||||
^[nN].*
|
||||
# EOF
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[yYyYはハ].*
|
||||
# noexpr
|
||||
^[nNnNいイ].*
|
||||
# EOF
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[sSyY].*
|
||||
# noexpr
|
||||
^[nN].*
|
||||
# EOF
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[jJyY].*
|
||||
# noexpr
|
||||
^[nN].*
|
||||
# EOF
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[jJyY].*
|
||||
# noexpr
|
||||
^[nN].*
|
||||
# EOF
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[tTyY].*
|
||||
# noexpr
|
||||
^[nN].*
|
||||
# yesstr
|
||||
tak
|
||||
# nostr
|
||||
nie
|
||||
# EOF
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[sSyY].*
|
||||
# noexpr
|
||||
^[nN].*
|
||||
# EOF
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[Ô´yY].*
|
||||
# noexpr
|
||||
^[ݽnN].*
|
||||
# yesstr
|
||||
ÔÐ
|
||||
# nostr
|
||||
ÝÕâ
|
||||
# EOF
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[YyJj].*
|
||||
# noexpr
|
||||
^[Nn].*
|
||||
# EOF
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[jJyY].*
|
||||
# noexpr
|
||||
^[nN].*
|
||||
# EOF
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
# XXX: I with dot above also should be included to yesexpr
|
||||
^[IiYy].*
|
||||
# noexpr
|
||||
^[nN].*
|
||||
# EOF
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[yYyY是].*
|
||||
# noexpr
|
||||
^[nNnN不否].*
|
||||
# yesstr
|
||||
是
|
||||
# nostr
|
||||
否
|
||||
# EOF
|
||||
Loading…
Reference in a new issue