Improved german translation and a small bugfix

master
Thomas Hooge 4 years ago
parent acdd3d8037
commit 03159ae83a
  1. 4
      lib/GUI.pm
  2. 4
      lib/GUI/X509_browser.pm
  3. 1958
      po/de.po

@ -1002,7 +1002,9 @@ sub create_detail_tree {
$tree_scrolled->add_with_viewport($tree);
$t = $mode eq 'req'?_("Request Details"):_("Certificate Details");
$t .= " - $parsed->{'CN'}";
if (defined $parsed->{'CN'}) {
$t .= " - $parsed->{'CN'}";
}
$root = $store->append(undef);
$store->set($root, 0 => $t);

@ -505,11 +505,11 @@ sub add_info {
if ($self->{'mode'} eq 'cert') {
$parsed = $self->{'main'}->{'CERT'}->parse_cert($self->{'main'}, $dn,
$false);
$title="Certificate Information";
$title = _("Certificate Information");
} else {
$parsed = $self->{'main'}->{'REQ'}->parse_req($self->{'main'}, $dn,
$false);
$title="Request Information";
$title = _("Request Information");
}
defined($parsed) || GUI::HELPERS::print_error(_("Can't read file"));

1958
po/de.po

File diff suppressed because it is too large Load Diff