Added missing gettexts and text space improvements.

This commit is contained in:
Libor M
2021-06-24 11:15:50 +05:30
committed by Akshay Joshi
parent 313224e6f5
commit cc989c5c08
5 changed files with 12 additions and 12 deletions

View File

@@ -405,13 +405,13 @@ define('pgadmin.node.subscription', [
type: 'switch', mode: ['create','edit', 'properties'],
group: gettext('With'),
readonly: 'isConnect', deps :['connect'],
helpMessage: gettext('Specifies whether the subscription should be actively replicating, or whether it should be just setup but not started yet. '),
helpMessage: gettext('Specifies whether the subscription should be actively replicating, or whether it should be just setup but not started yet.'),
},
{
id: 'refresh_pub', label: gettext('Refresh publication?'),
type: 'switch', mode: ['edit'],
group: gettext('With'),
helpMessage: gettext('Fetch missing table information from publisher. '),
helpMessage: gettext('Fetch missing table information from publisher.'),
deps:['enabled'], disabled: function(m){
if (m.get('enabled'))
return false;

View File

@@ -121,7 +121,7 @@ define('pgadmin.node.server', [
applies: ['object'], callback: 'change_password',
label: gettext('Change Password...'), priority: 10,
icon: 'fa fa-lock', enable : 'is_connected',data: {
data_disabled: gettext('Please connect server to enable change password. '),
data_disabled: gettext('Please connect server to enable change password.'),
},
},{
name: 'wal_replay_pause', node: 'server', module: this,