fix GPG to say OpenPGP. pot/po (nothing major)

This commit is contained in:
Nikos Kouremenos 2005-08-12 12:10:27 +00:00
parent 4c24be16ed
commit f72268d90b
12 changed files with 2845 additions and 2717 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1444,7 +1444,7 @@ _('Without a connection, you can not edit your personal information.')
secret_keys = []
if not secret_keys:
dialogs.ErrorDialog(_('Failed to get secret keys'),
_('There was a problem retrieving your GPG secret keys.')).get_response()
_('There was a problem retrieving your OpenPGP secret keys.')).get_response()
return
secret_keys['None'] = 'None'
instance = dialogs.ChooseGPGKeyDialog(_('Passphrase'),

View File

@ -10285,7 +10285,7 @@ Status message</property>
<child>
<widget class="GtkEventBox" id="gpg_eventbox">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">GPG Encryption</property>
<property name="tooltip" translatable="yes">OpenPGP Encryption</property>
<property name="visible_window">True</property>
<property name="above_child">False</property>
@ -15650,7 +15650,7 @@ the Jabber network.</property>
<child>
<widget class="GtkCheckMenuItem" id="toggle_gpg_menuitem">
<property name="visible">True</property>
<property name="label" translatable="yes">Toggle _GPG Encryption</property>
<property name="label" translatable="yes">Toggle Open_PGP Encryption</property>
<property name="use_underline">True</property>
<property name="active">False</property>
<signal name="activate" handler="on_toggle_gpg_menuitem_activate" last_modification_time="Thu, 30 Jun 2005 10:43:11 GMT"/>