pgAdmin 4 commit: Fix a number of cases where strings were not properly

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix a number of cases where strings were not properly
Date: 2017-11-03 13:10:47
Message-ID: E1eAbkF-0000wY-Fe@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix a number of cases where strings were not properly marked for translation.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1f23838a4c2c4919499bb07f41efab7202843016
Author: Alexander Lakhin <exclusion(at)gmail(dot)com>

Modified Files
--------------
.../foreign_servers/static/js/foreign_server.js | 8 +-
.../user_mapping/static/js/user_mapping.js | 2 +-
.../static/js/foreign_data_wrapper.js | 4 +-
.../foreign_tables/static/js/foreign_table.js | 4 +-
.../static/js/fts_configuration.js | 4 +-
.../functions/static/js/trigger_function.js | 4 +-
.../schemas/tables/column/static/js/column.js | 4 +-
.../foreign_key/static/js/foreign_key.js | 4 +-
.../schemas/tables/indexes/static/js/index.js | 2 +-
.../tables/partitions/static/js/partition.js | 4 +-
.../schemas/tables/static/js/partition.utils.js | 14 +-
.../databases/schemas/tables/static/js/table.js | 4 +-
.../server_groups/servers/static/js/privilege.js | 6 +-
.../server_groups/servers/static/js/server.js | 12 +-
.../server_groups/servers/static/js/variable.js | 8 +-
.../servers/tablespaces/static/js/tablespace.js | 8 +-
web/pgadmin/messages.pot | 275 ++++++--
web/pgadmin/misc/depends/static/js/depends.js | 4 +-
web/pgadmin/static/js/backgrid.pgadmin.js | 2 +-
.../tools/debugger/static/js/debugger_ui.js | 14 +-
web/pgadmin/tools/debugger/static/js/direct.js | 18 +-
.../tools/grant_wizard/static/js/grant_wizard.js | 6 +-
.../translations/de/LC_MESSAGES/messages.mo | Bin 126666 -> 127638 bytes
.../translations/de/LC_MESSAGES/messages.po | 285 ++++++--
.../translations/ja/LC_MESSAGES/messages.mo | Bin 136050 -> 137022 bytes
.../translations/ja/LC_MESSAGES/messages.po | 284 ++++++--
.../translations/pl/LC_MESSAGES/messages.mo | Bin 125422 -> 126394 bytes
.../translations/pl/LC_MESSAGES/messages.po | 282 ++++++--
.../translations/ru/LC_MESSAGES/messages.mo | Bin 164381 -> 165353 bytes
.../translations/ru/LC_MESSAGES/messages.po | 758 +++++++++++++--------
.../translations/zh/LC_MESSAGES/messages.mo | Bin 103279 -> 104251 bytes
.../translations/zh/LC_MESSAGES/messages.po | 284 ++++++--
32 files changed, 1585 insertions(+), 719 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-11-03 13:14:25 Re: Fixes for pgAdmin4 messages
Previous Message Chethana Kumar 2017-11-03 13:07:39 [pgAdmin4][Patch]: Fixed RM 2844 Tree View Icons