7869: Various small issues in gramps.pot

This commit is contained in:
Ondrej Krc-Jediny 2014-07-10 12:46:42 -07:00 committed by Paul Franklin
parent 21c00435ad
commit 1a7c827aa9
3 changed files with 4 additions and 4 deletions

View File

@ -58,7 +58,7 @@ try:
import gi import gi
giversion = gi.require_version giversion = gi.require_version
except: 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' " "You need a version which has the function 'require_version' "
"to start Gramps")) "to start Gramps"))
sys.exit(0) sys.exit(0)
@ -91,7 +91,7 @@ except (ImportError, ValueError):
print((_("Gdk, Gtk or Pango typelib not installed.\n" print((_("Gdk, Gtk or Pango typelib not installed.\n"
"Install Gnome Introspection, and " "Install Gnome Introspection, and "
"pygobject version 3.3.2 or later.\n" "pygobject version 3.3.2 or later.\n"
"Install then instrospection data for Gdk, Gtk and Pango\n\n" "Then install introspection data for Gdk, Gtk and Pango\n\n"
"Gramps will terminate now."))) "Gramps will terminate now.")))
sys.exit(0) sys.exit(0)

View File

@ -394,7 +394,7 @@
<date name="天皇(明仁)即位記念" value="1990/11/12" /> <date name="天皇(明仁)即位記念" value="1990/11/12" />
<date name="皇太子徳仁親王の結婚" value="1993/6/9" /> <date name="皇太子徳仁親王の結婚" value="1993/6/9" />
</country> </country>
<country _name="Sweden - Holidays"> <country _name="Sweden">
<date name="Nyårsdagen" value="*/1/1" type="religious" /> <date name="Nyårsdagen" value="*/1/1" type="religious" />
<date name="Trettondagen" value="*/1/6" type="religious" /> <date name="Trettondagen" value="*/1/6" type="religious" />
<date name="Långfredagen" type="religious" value="> easter(y)" offset="-2" /> <date name="Långfredagen" type="religious" value="> easter(y)" offset="-2" />

View File

@ -6730,7 +6730,7 @@ class GedcomParser(UpdateCallback):
""" """
state = CurrentState(level=1) state = CurrentState(level=1)
self.__parse_level(state, self.head_parse_tbl, self.__undefined) 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): def __header_sour(self, line, state):
""" """