Typos and German translation
svn: r1347
This commit is contained in:
parent
b3cf783509
commit
b3a5874583
@ -221,7 +221,7 @@ class FamilyView:
|
|||||||
nap = GrampsCfg.nameof(self.person)
|
nap = GrampsCfg.nameof(self.person)
|
||||||
nsp = GrampsCfg.nameof(self.selected_spouse)
|
nsp = GrampsCfg.nameof(self.selected_spouse)
|
||||||
QuestionDialog(_('Remove %s as a spouse of %s?') % (nsp,nap),
|
QuestionDialog(_('Remove %s as a spouse of %s?') % (nsp,nap),
|
||||||
_('Removing a spouse removes the relationship betwen '
|
_('Removing a spouse removes the relationship between '
|
||||||
'the spouse and the active person. It does not '
|
'the spouse and the active person. It does not '
|
||||||
'remove the spouse from the database'),
|
'remove the spouse from the database'),
|
||||||
_('Remove Spouse'),
|
_('Remove Spouse'),
|
||||||
|
@ -192,7 +192,7 @@ class PlaceView:
|
|||||||
_('This place is currently being used at least one '
|
_('This place is currently being used at least one '
|
||||||
'record in the database. Deleting it will remove it '
|
'record in the database. Deleting it will remove it '
|
||||||
'from the database and remove it from all records '
|
'from the database and remove it from all records '
|
||||||
'the reference it.'),
|
'that reference it.'),
|
||||||
_('Delete Place'),
|
_('Delete Place'),
|
||||||
ans.query_response)
|
ans.query_response)
|
||||||
else:
|
else:
|
||||||
|
@ -106,7 +106,7 @@ def scale_image(path,size):
|
|||||||
except:
|
except:
|
||||||
WarningDialog(_("Cannot display %s") % path,
|
WarningDialog(_("Cannot display %s") % path,
|
||||||
_('GRAMPS is not able to display the image file. '
|
_('GRAMPS is not able to display the image file. '
|
||||||
'This may be cause by a corrupt file.'))
|
'This may be caused by a corrupt file.'))
|
||||||
return gtk.gdk.pixbuf_new_from_file(const.icon)
|
return gtk.gdk.pixbuf_new_from_file(const.icon)
|
||||||
|
|
||||||
width = image1.get_width()
|
width = image1.get_width()
|
||||||
@ -118,7 +118,7 @@ def scale_image(path,size):
|
|||||||
except:
|
except:
|
||||||
WarningDialog(_("Cannot display %s") % path,
|
WarningDialog(_("Cannot display %s") % path,
|
||||||
_('GRAMPS is not able to display the image file. '
|
_('GRAMPS is not able to display the image file. '
|
||||||
'This may be cause by a corrupt file.'))
|
'This may be caused by a corrupt file.'))
|
||||||
return gtk.gdk.pixbuf_new_from_file(const.icon)
|
return gtk.gdk.pixbuf_new_from_file(const.icon)
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
4774
src/po/de.po
4774
src/po/de.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user