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:20 -05:00
committed by Dave Page
parent 2be418706d
commit 187ab22d90
37 changed files with 2676 additions and 508 deletions
+2 -2
View File
@@ -627,7 +627,7 @@ define(
if (!(_.isFunction(obj.canDropCascade) ?
obj.canDropCascade.apply(obj, [d, i]) : obj.canDropCascade)) {
Alertify.error(
S('The %s "%s" cannot be dropped!')
S( gettext('The %s "%s" cannot be dropped.'))
.sprintf(obj.label, d.label).value(),
10
);
@@ -641,7 +641,7 @@ define(
if (!(_.isFunction(obj.canDrop) ?
obj.canDrop.apply(obj, [d, i]) : obj.canDrop)) {
Alertify.error(
S('The %s "%s" cannot be dropped!')
S( gettext('The %s "%s" cannot be dropped.'))
.sprintf(obj.label, d.label).value(),
10
);