[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Please check my english



Hi,

[Please CCed me. I don't subscribe this list.]

I wrote debconf's template, but I got Bug#141108, because my
english too sucked. so I rewrote this template, and it seems
that my meaning got across to a bug reporter, but he and I
aren't native english speaker. so I would like someone to
check my english.

Thanks,
--
Akira TAGOH  : tagoh@gnome.gr.jp  / Japan GNOME Users Group
at@gclab.org : tagoh@gnome-db.org / GNOME-DB Project
             : tagoh@redhat.com   / Red Hat, Inc.
             : tagoh@debian.org   / Debian Project
#! /bin/sh

. /usr/share/debconf/confmodule

db_input medium libpango1.0-common/use_defoma || true
db_go || true
db_get libpango1.0-common/use_defoma
if [ "$RET" = "true" ]; then
	if test -f /etc/pango/pangox.aliases && ! test -h /etc/pango/pangox.aliases; then
		db_input high libpango1.0-common/saved_aliases_file || true
		db_go || true
	fi
	db_input medium libpango1.0-common/suggested_fonts || true
	db_go || true
else
	if test -f /etc/pango/pangox.aliases && test -h /etc/pango/pangox.aliases; then
		db_input high libpango1.0-common/generated_aliases_file || true
		db_go || true
	fi
	db_input medium libpango1.0-common/other_fonts || true
	db_go || true
fi

Template: libpango1.0-common/suggested_fonts
Type: note
Description: About suggested font packages
 You may need to install suggested font packages
 if it supports some encodings you want to use.
 .
 Font entries will be automatically generated into pangox.aliases,
 when you install suggsted font packages.

Template: libpango1.0-common/other_fonts
Type: note
Description: pangox.aliases configuration
 You may need to install appropriate font packages
 to get proper encodings for use with Pango,
 .
 If you don't have fonts installed that are compatible with the locales
 you want to use, you may get empty squares instead of currect glyphs.
 .
 If you add font packages, remember to modify pangox.aliases file.

Template: libpango1.0-common/use_defoma
Type: boolean
Default: true
Description: Do you want to entrust font management to defoma?
 /etc/pango/pangox.aliases can now be managed by defoma.
 You can choose here whether to use defoma or not for managing pango fonts.
 This will be the case when you have defomized font packages already installed.
 .
 If you say 'Yes' here, /etc/pango/pangox.alises will be a symbolic link to
 /var/lib/defoma/pango.d/pangox.aliases, which defoma actually manages.
 The file will be re-generated by defoma
 when you install/upgrade/remove defomized font packages.
 .
 If you don't want to use defoma and you prefer to edit pangox.aliases
 manually, choose 'No' here.
 .
 You can run dpkg-reconfigure later, to have defomized /etc/pango/pangox.aliases
 or manage the file by yourself.

Template: libpango1.0-common/saved_aliases_file
Type: note
Description: pangox.aliases configuration
 Your old pangox.aliases file has been saved as
 /etc/pango/pangox.aliases-old.

Template: libpango1.0-common/generated_aliases_file
Type: note
Description: pangox.aliases configuration
 /etc/pango/pangox.aliases was not found.
 Now update-pangox-aliases will generate a default pangox.aliases.
 You may modify the generated file to be suitable for your needs.


Reply to: