[UI Strings] Change strings in certificates administration

Show certificate id in page title. Add translation.
This commit is contained in:
Benjamin Dauvergne 2010-06-18 09:49:06 +00:00
parent c950abccc0
commit f6a955b1f9
4 changed files with 5579 additions and 5323 deletions

2802
po/es.po

File diff suppressed because it is too large Load Diff

5326
po/fr.po

File diff suppressed because it is too large Load Diff

2770
po/wcs.pot

File diff suppressed because it is too large Load Diff

View File

@ -38,8 +38,8 @@ class CertificatePage(Directory):
self.certificate = CertificateAuthorities.get(component)
def _q_index [html] (self):
html_top('settings', title = _('certificates'))
'<h2>%s</h2>' % (_('Certificate'))
html_top('settings', title = _('Certificate %s') % self.certificate.id)
'<h2>%s</h2>' % (_('Certificate %s' % self.certificate.id))
'<div>%s</div>' % (self.certificate.cert)
def delete [html] (self):