diff options
Diffstat (limited to 'xml/htdocs')
-rw-r--r-- | xml/htdocs/xsl/months.xml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/xml/htdocs/xsl/months.xml b/xml/htdocs/xsl/months.xml index 4ceb41cc..3df505ba 100644 --- a/xml/htdocs/xsl/months.xml +++ b/xml/htdocs/xsl/months.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /home/antarus/code/conversion/gentoo/xml/htdocs/xsl/months.xml,v 1.13 2008/11/27 17:43:20 neysx Exp $ --> +<!-- $Header: /home/antarus/code/conversion/gentoo/xml/htdocs/xsl/months.xml,v 1.14 2009/03/12 18:20:04 neysx Exp $ --> <!DOCTYPE datedata [ <!ELEMENT datedata (months+)> @@ -22,6 +22,20 @@ <month>November</month> <month>December</month> </months> + <months lang="bg"> + <month>Януари</month> + <month>Февруари</month> + <month>Март</month> + <month>Април</month> + <month>Май</month> + <month>Юни</month> + <month>Юли</month> + <month>Август</month> + <month>Септември</month> + <month>Октомври</month> + <month>Ноември</month> + <month>Декември</month> + </months> <months lang="fr"> <month>janvier</month> <month>février</month> |