mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added missing gettexts and text space improvements.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user