Second update for consistent use of Gramps. See issue 3355.

svn: r13611
This commit is contained in:
Peter Landgren 2009-11-17 20:45:58 +00:00
parent 33686fcf18
commit 900d1c57f4
9 changed files with 17 additions and 17 deletions

View File

@ -1,5 +1,5 @@
[Desktop Entry] [Desktop Entry]
_Name=GRAMPS Genealogy System _Name=Gramps Genealogy System
_Comment=Manage genealogical information, perform genealogical research and analysis _Comment=Manage genealogical information, perform genealogical research and analysis
Icon=gramps Icon=gramps
Terminal=false Terminal=false

View File

@ -1,5 +1,5 @@
application/x-gramps: application/x-gramps:
_description=GRAMPS database _description=Gramps database
default_action_type=application default_action_type=application
short_list_application_ids=gramps short_list_application_ids=gramps
short_list_application_ids_for_novice_user_level=gramps short_list_application_ids_for_novice_user_level=gramps
@ -10,7 +10,7 @@ application/x-gramps:
open=gramps %f open=gramps %f
application/x-gramps-package: application/x-gramps-package:
_description=GRAMPS package _description=Gramps package
default_action_type=application default_action_type=application
short_list_application_ids=gramps short_list_application_ids=gramps
short_list_application_ids_for_novice_user_level=gramps short_list_application_ids_for_novice_user_level=gramps
@ -21,7 +21,7 @@ application/x-gramps-package:
open=gramps %f open=gramps %f
application/x-gramps-xml: application/x-gramps-xml:
_description=GRAMPS XML database _description=Gramps XML database
default_action_type=application default_action_type=application
short_list_application_ids=gramps short_list_application_ids=gramps
short_list_application_ids_for_novice_user_level=gramps short_list_application_ids_for_novice_user_level=gramps

View File

@ -125,7 +125,7 @@ class ArgHandler(object):
return db_path return db_path
else: else:
self.__error( _('Error: Input family tree "%s" does not exist.\n' self.__error( _('Error: Input family tree "%s" does not exist.\n'
"If gedcom, gramps-xml or grdb, use the -i option to " "If GEDCOM, Gramps-xml or grdb, use the -i option to "
"import into a family tree instead.") % value) "import into a family tree instead.") % value)
sys.exit(0) sys.exit(0)

View File

@ -209,18 +209,18 @@ Check it out.
<_tip number="31"> <_tip number="31">
<b>Improving Gramps</b>: Users are encouraged to request enhancements to <b>Improving Gramps</b>: Users are encouraged to request enhancements to
Gramps. Gramps.
Requesting an enhancement can be done either through the gramps-users or Requesting an enhancement can be done either through the Gramps-users or
gramps-devel mailing lists, or by creating a Feature Request at Gramps-devel mailing lists, or by creating a Feature Request at
http://bugs.gramps-project.org http://bugs.gramps-project.org
Filing a Feature Request is preferred. Filing a Feature Request is preferred.
</_tip> </_tip>
<_tip number="32"> <_tip number="32">
<b>Gramps Mailing Lists</b>: Want answers to your queries about Gramps? <b>Gramps Mailing Lists</b>: Want answers to your queries about Gramps?
Check out the gramps-users list. Check out the Gramps-users list.
Many people are on the list, so you're likely to get an answer quickly. Many people are on the list, so you're likely to get an answer quickly.
If you have questions related to the development of Gramps, If you have questions related to the development of Gramps,
try gramps-devel. Information on both mailing lists can be found at try Gramps-devel. Information on both mailing lists can be found at
lists.sf.net. lists.sf.net.
</_tip> </_tip>
@ -230,7 +230,7 @@ Want to help with Gramps but can't program? Not a problem. A project
as large as Gramps requires people with a wide variety of skills. as large as Gramps requires people with a wide variety of skills.
Contributions can vary from writing documentation to testing development Contributions can vary from writing documentation to testing development
versions to helping with the web site. versions to helping with the web site.
Start by subscribing to the gramps developers mailing list, gramps-devel Start by subscribing to the Gramps developers mailing list, Gramps-devel
and introducing yourself. and introducing yourself.
Subscription information can be found at lists.sf.net. Subscription information can be found at lists.sf.net.
</_tip> </_tip>
@ -412,7 +412,7 @@ is easier to distribute than multiple reports, especially when printed.
<_tip number="59"> <_tip number="59">
Interested in getting notified when a new version of Gramps is released? Interested in getting notified when a new version of Gramps is released?
Join the gramps-announce mailing list at Join the Gramps-announce mailing list at
http://lists.sourceforge.net/lists/listinfo/gramps-announce http://lists.sourceforge.net/lists/listinfo/gramps-announce
</_tip> </_tip>

View File

@ -1156,7 +1156,7 @@ class GrampsDBDir(GrampsDbBase, UpdateCallback):
self.db_is_open = False self.db_is_open = False
raise FileVersionError( raise FileVersionError(
_("The database version is not supported by this " _("The database version is not supported by this "
"version of GRAMPS.\nPlease upgrade to the " "version of Gramps.\nPlease upgrade to the "
"corresponding version or use XML for porting " "corresponding version or use XML for porting "
"data between different database versions.")) "data between different database versions."))

View File

@ -298,7 +298,7 @@ class NavigationView(PageView):
else: else:
self.uistate.push_message( self.uistate.push_message(
self.dbstate, self.dbstate,
_("Error: %s is not a valid GRAMPS ID") % gid) _("Error: %s is not a valid Gramps ID") % gid)
dialog.destroy() dialog.destroy()
def get_handle_from_gramps_id(self, gid): def get_handle_from_gramps_id(self, gid):

View File

@ -263,7 +263,7 @@ def cleanup_column_name(column):
"death cause", _("death cause")]: "death cause", _("death cause")]:
return "deathcause" return "deathcause"
elif retval in ["grampsid", "id", "gramps_id", elif retval in ["grampsid", "id", "gramps_id",
"gramps id", _("gramps id")]: "gramps id", _("Gramps id")]:
return "grampsid" return "grampsid"
elif retval in ["person", _("person")]: elif retval in ["person", _("person")]:
return "person" return "person"

View File

@ -486,8 +486,8 @@ tool_modes = [TOOL_MODE_GUI]
register(TOOL, register(TOOL,
id = 'reorder_ids', id = 'reorder_ids',
name = _("Reorder GRAMPS IDs"), name = _("Reorder Gramps IDs"),
description = _("Reorders the gramps IDs " description = _("Reorders the Gramps IDs "
"according to Gramps' default rules."), "according to Gramps' default rules."),
version = '1.0', version = '1.0',
status = STABLE, status = STABLE,

View File

@ -945,7 +945,7 @@ class BasePage(object):
value = format_date(date.Today()) value = format_date(date.Today())
msg = _('Generated by <a href = "%(homepage)s">' msg = _('Generated by <a href = "%(homepage)s">'
'GRAMPS</a> on %(date)s') % { 'Gramps</a> on %(date)s') % {
'date': value, 'homepage' : const.URL_HOMEPAGE 'date': value, 'homepage' : const.URL_HOMEPAGE
} }