German translation and several typo fixes

svn: r1431
This commit is contained in:
Unknown 2003-04-09 19:49:11 +00:00
parent e81d73bcd7
commit ef06ad30d8
7 changed files with 742 additions and 727 deletions

View File

@ -725,7 +725,7 @@ class GlobalMediaProperties:
self.path = self.db.getSavePath()
self.change_dialog = gtk.glade.XML(const.imageselFile,"change_global")
title = _('Change global media object properites')
title = _('Change global media object properties')
Utils.set_titles(self.change_dialog.get_widget('change_global'),
self.change_dialog.get_widget('title'),title)

View File

@ -191,7 +191,7 @@ class PlaceView:
if used == 1:
ans = EditPlace.DeletePlaceQuery(place,self.db,self.update_display)
QuestionDialog(_('Delete %s') % place.get_title(),
_('This place is currently being used at least one '
_('This place is currently being used by at least one '
'record in the database. Deleting it will remove it '
'from the database and remove it from all records '
'that reference it.'),

View File

@ -1558,7 +1558,7 @@ more of these alternate calendars, enable alternate calendar support.</property>
<child>
<widget class="GnomeDruidPageStandard" id="druidpagestandard8">
<property name="visible">True</property>
<property name="title" translatable="yes">LDS extenstions</property>
<property name="title" translatable="yes">LDS extensions</property>
<property name="title_foreground">#53e00817a71b</property>
<property name="background">#53e00817d488</property>
<property name="contents_background">#e1e0dbdac5c5</property>

View File

@ -489,7 +489,7 @@ class Gramps:
msg = _("Cannot merge people.")
msg2 = _("Exactly two people must be selected to perform a merge. "
"A second person can be selected by holding down the "
"control key while clicking on a the desired person.")
"control key while clicking on the desired person.")
ErrorDialog(msg,msg2)
else:
import MergeData

View File

@ -509,7 +509,7 @@ class IndivSummaryDialog(Report.TextReportDialog):
font.set_italic(1)
p = TextDoc.ParagraphStyle()
p.set_font(font)
p.set_description(_("The style used category labels."))
p.set_description(_("The style used for category labels."))
self.default_style.add_style("TableTitle",p)
font = TextDoc.FontStyle()

View File

@ -352,7 +352,7 @@ class IndivSummaryDialog(Report.TextReportDialog):
font.set_italic(1)
p = TextDoc.ParagraphStyle()
p.set_font(font)
p.set_description(_("The style used category labels."))
p.set_description(_("The style used for category labels."))
self.default_style.add_style("TableTitle",p)
font = TextDoc.FontStyle()

File diff suppressed because it is too large Load Diff