Further missing translation fixes. Stats now:

1481 of 1831 messages (80%) translated in pgadmin/translations/de/LC_MESSAGES/messages.po
1694 of 1831 messages (92%) translated in pgadmin/translations/ja/LC_MESSAGES/messages.po
1748 of 1831 messages (95%) translated in pgadmin/translations/pl/LC_MESSAGES/messages.po
1750 of 1831 messages (95%) translated in pgadmin/translations/ru/LC_MESSAGES/messages.po
1436 of 1831 messages (78%) translated in pgadmin/translations/zh/LC_MESSAGES/messages.po
This commit is contained in:
Alexander Lakhin
2017-11-06 19:49:11 -05:00
committed by Dave Page
parent 2be418706d
commit 187ab22d90
37 changed files with 2676 additions and 508 deletions

View File

@@ -194,7 +194,7 @@ define('pgadmin.node.extension', [
id: 'relocatable', label: gettext('Relocatable?'), cell: 'switch',
group: gettext('Definition'), type: 'switch', mode: ['properties'],
options: {
'onText': 'Yes', 'offText': 'No',
'onText': gettext('Yes'), 'offText': gettext('No'),
'onColor': 'success', 'offColor': 'primary',
'size': 'small'
}