7869: Various small issues in gramps.pot
This commit is contained in:
parent
fe46587c2e
commit
2bfd496870
@ -56,7 +56,7 @@ try:
|
||||
import gi
|
||||
giversion = gi.require_version
|
||||
except:
|
||||
print(_("Your version of gi (gnome-instrospection) seems to be too old. "
|
||||
print(_("Your version of gi (gnome-introspection) seems to be too old. "
|
||||
"You need a version which has the function 'require_version' "
|
||||
"to start Gramps"))
|
||||
sys.exit(0)
|
||||
@ -89,7 +89,7 @@ except (ImportError, ValueError):
|
||||
print((_("Gdk, Gtk, Pango or PangoCairo typelib not installed.\n"
|
||||
"Install Gnome Introspection, and "
|
||||
"pygobject version 3.3.2 or later.\n"
|
||||
"Install then instrospection data for Gdk, Gtk, Pango and "
|
||||
"Then install introspection data for Gdk, Gtk, Pango and "
|
||||
"PangoCairo\n\n"
|
||||
"Gramps will terminate now.")))
|
||||
sys.exit(0)
|
||||
|
@ -394,7 +394,7 @@
|
||||
<date name="天皇(明仁)即位記念" value="1990/11/12" />
|
||||
<date name="皇太子徳仁親王の結婚" value="1993/6/9" />
|
||||
</country>
|
||||
<country _name="Sweden - Holidays">
|
||||
<country _name="Sweden">
|
||||
<date name="Nyårsdagen" value="*/1/1" type="religious" />
|
||||
<date name="Trettondagen" value="*/1/6" type="religious" />
|
||||
<date name="Långfredagen" type="religious" value="> easter(y)" offset="-2" />
|
||||
|
@ -6746,7 +6746,7 @@ class GedcomParser(UpdateCallback):
|
||||
"""
|
||||
state = CurrentState(level=1)
|
||||
self.__parse_level(state, self.head_parse_tbl, self.__undefined)
|
||||
self.__check_msgs(_("Head (header)"), state, None)
|
||||
self.__check_msgs(_("HEAD (header)"), state, None)
|
||||
|
||||
def __header_sour(self, line, state):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user