* src/docgen/LPRDoc.py: Typo.

* src/po/da_DK.po: Remove in favor of da.po file.
* src/po/da.po: Add (replaces da_DK.po).
* configure.in, configure: Switch from da_DK to da in languages.


svn: r3023
This commit is contained in:
Alex Roitman 2004-03-17 01:44:10 +00:00
parent 1d6fa098b1
commit 9fc3b43afb
5 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2004-03-16 Alex Roitman <shura@alex.neuro.umn.edu>
* src/docgen/LPRDoc.py: Typo.
* src/po/da_DK.po: Remove in favor of da.po file.
* src/po/da.po: Add (replaces da_DK.po).
* configure.in, configure: Switch from da_DK to da in languages.
2004-03-15 Alex Roitman <shura@alex.neuro.umn.edu>
* src/docgen/LPRDoc.py (do_print): Typos.

2
configure vendored
View File

@ -1780,7 +1780,7 @@ echo "${ECHO_T}no" >&6
fi
LANGUAGES="hu zh_CN cs da_DK de es fr it nb nl no pl pt_BR ro ru sv eo"
LANGUAGES="hu zh_CN cs da de es fr it nb nl no pl pt_BR ro ru sv eo"
DISTLANGS=

View File

@ -21,7 +21,7 @@ AC_PATH_PROG(MSGFMT, msgfmt)
AC_PATH_PROG(MSGCONV, msgconv)
AC_PATH_PROG(ICONV, iconv)
LANGUAGES="hu zh_CN cs da_DK de es fr it nb nl no pl pt_BR ro ru sv eo"
LANGUAGES="hu zh_CN cs da de es fr it nb nl no pl pt_BR ro ru sv eo"
AC_SUBST(LANGUAGES)
DISTLANGS=

View File

@ -50,7 +50,7 @@ if gnomeprint.Context.__dict__.has_key('grestore'):
else:
support_photos = 0
print "LPRDoc: Photos and rotated text (used in TimeChart)"
print " are not supported for direct priting."
print " are not supported for direct printing."
print " Get gnome-python from CVS"
print " or wait for the next gnome-python release."
### end FIXME ###