diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py index c3adca28..ac7b376b 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py @@ -877,11 +877,8 @@ shifted to the another schema. inherits=True) if not old_data: - return gone(gettext(""" - Could not find the foreign table in the database. - It may have been removed by another user or - shifted to the another schema. - """)) + return gone(gettext("Could not find the foreign table in the database." + + " It may have been removed by another user or shifted to the another schema.")) # Prepare dict of columns with key = column's attnum # Will use this in the update template when any column is diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py index 25b12668..2abce444 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py @@ -627,9 +627,7 @@ class FtsConfigurationView(PGChildNodeView): return internal_server_error(errormsg=res) if len(res['rows']) == 0: - return gone(_(""" - Could not find the FTS Configuration node. - """)) + return gone(_("Could not find the FTS Configuration node.")) old_data = res['rows'][0] diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py index 4cefd93b..bc526af6 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py @@ -369,9 +369,7 @@ class FtsDictionaryView(PGChildNodeView): return internal_server_error(errormsg=res) if len(res['rows']) == 0: - return gone(_(""" - Could not find the FTS Dictionary node in the database node. - """)) + return gone(_("Could not find the FTS Dictionary node in the database node.")) if res['rows'][0]['options'] is not None: res['rows'][0]['options'] = self.tokenize_options(res['rows'][0]['options']) @@ -612,9 +610,7 @@ class FtsDictionaryView(PGChildNodeView): return internal_server_error(errormsg=res) if len(res['rows']) == 0: - return gone(_(""" - Could not find the FTS Dictionary node. - """)) + return gone(_("Could not find the FTS Dictionary node.")) old_data = res['rows'][0] diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py index 16296f71..0f16dfd6 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py @@ -303,9 +303,7 @@ class FtsParserView(PGChildNodeView): return internal_server_error(errormsg=res) if len(res['rows']) == 0: - return gone(_(""" - Could not find the FTS Parser node in the database node. - """)) + return gone(_("Could not find the FTS Parser node in the database node.")) return ajax_response( response=res['rows'][0], diff --git a/web/pgadmin/messages.pot b/web/pgadmin/messages.pot index 128b0d94..a3af2808 100644 --- a/web/pgadmin/messages.pot +++ b/web/pgadmin/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2017-03-09 09:21+0000\n" +"POT-Creation-Date: 2017-03-27 02:06+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" -#: pgadmin/__init__.py:357 pgadmin/__init__.py:397 +#: pgadmin/__init__.py:401 pgadmin/__init__.py:441 #, python-format msgid "Auto-detected %s installation with the data directory at %s" msgstr "" @@ -27,12 +27,12 @@ msgstr "" msgid "About %(appname)s" msgstr "" -#: pgadmin/about/__init__.py:66 +#: pgadmin/about/__init__.py:64 #: pgadmin/browser/server_groups/servers/templates/servers/servers.js:42 msgid "Server" msgstr "" -#: pgadmin/about/__init__.py:68 +#: pgadmin/about/__init__.py:66 msgid "Desktop" msgstr "" @@ -66,21 +66,23 @@ msgstr "" msgid "Current User" msgstr "" -#: pgadmin/browser/__init__.py:36 +#: pgadmin/browser/__init__.py:37 #: pgadmin/browser/templates/browser/js/browser.js:104 msgid "Browser" msgstr "" -#: pgadmin/browser/__init__.py:193 +#: pgadmin/browser/__init__.py:194 msgid "Show system objects?" msgstr "" -#: pgadmin/browser/__init__.py:194 pgadmin/tools/sqleditor/__init__.py:79 -#: pgadmin/tools/sqleditor/__init__.py:128 +#: pgadmin/browser/__init__.py:195 pgadmin/tools/debugger/__init__.py:67 +#: pgadmin/tools/sqleditor/__init__.py:79 +#: pgadmin/tools/sqleditor/__init__.py:90 +#: pgadmin/tools/sqleditor/__init__.py:136 msgid "Display" msgstr "" -#: pgadmin/browser/__init__.py:422 pgadmin/browser/collection.py:227 +#: pgadmin/browser/__init__.py:423 pgadmin/browser/collection.py:227 #: pgadmin/browser/server_groups/servers/databases/schemas/packages/edbfuncs/__init__.py:109 #: pgadmin/browser/server_groups/servers/databases/schemas/packages/edbfuncs/__init__.py:688 msgid "Nodes" @@ -100,21 +102,21 @@ msgstr "" msgid "Connection to the server has been lost." msgstr "" -#: pgadmin/browser/server_groups/__init__.py:124 +#: pgadmin/browser/server_groups/__init__.py:125 msgid "The specified server group cannot be deleted." msgstr "" -#: pgadmin/browser/server_groups/__init__.py:136 -#: pgadmin/browser/server_groups/__init__.py:167 -#: pgadmin/browser/server_groups/__init__.py:205 +#: pgadmin/browser/server_groups/__init__.py:137 +#: pgadmin/browser/server_groups/__init__.py:168 +#: pgadmin/browser/server_groups/__init__.py:206 msgid "The specified server group could not be found." msgstr "" -#: pgadmin/browser/server_groups/__init__.py:231 +#: pgadmin/browser/server_groups/__init__.py:232 msgid "Server group already exists" msgstr "" -#: pgadmin/browser/server_groups/__init__.py:263 +#: pgadmin/browser/server_groups/__init__.py:264 msgid "No server group name was specified" msgstr "" @@ -202,8 +204,8 @@ msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/domains/__init__.py:206 #: pgadmin/browser/server_groups/servers/databases/schemas/domains/domain_constraints/__init__.py:211 #: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:407 -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:409 -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:343 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:407 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:341 #: pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/__init__.py:326 #: pgadmin/browser/server_groups/servers/databases/schemas/functions/__init__.py:267 #: pgadmin/browser/server_groups/servers/databases/schemas/packages/__init__.py:321 @@ -274,20 +276,20 @@ msgstr "" #: pgadmin/browser/server_groups/servers/__init__.py:894 #: pgadmin/browser/server_groups/servers/pgagent/templates/pga_job/js/pga_job.js:185 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1763 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1899 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2438 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2739 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2808 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2879 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2929 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2984 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3192 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3300 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3398 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3443 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3496 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3535 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1699 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1835 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2374 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2685 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2754 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2825 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2875 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2930 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3081 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3189 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3287 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3332 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3385 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3424 msgid "" "Not connected to the server or the connection to the server has been " "closed." @@ -327,31 +329,31 @@ msgstr "" msgid "EDB Advanced Server" msgstr "" -#: pgadmin/browser/server_groups/servers/types.py:48 +#: pgadmin/browser/server_groups/servers/types.py:51 #: pgadmin/help/__init__.py:84 msgid "Paths" msgstr "" -#: pgadmin/browser/server_groups/servers/types.py:56 +#: pgadmin/browser/server_groups/servers/types.py:59 msgid "{0} Binary Path" msgstr "" -#: pgadmin/browser/server_groups/servers/types.py:57 +#: pgadmin/browser/server_groups/servers/types.py:60 msgid "Binary paths" msgstr "" -#: pgadmin/browser/server_groups/servers/types.py:59 +#: pgadmin/browser/server_groups/servers/types.py:63 msgid "" "Path to the directory containing the {0} utility programs (pg_dump, " "pg_restore etc)." msgstr "" -#: pgadmin/browser/server_groups/servers/types.py:110 +#: pgadmin/browser/server_groups/servers/types.py:115 #, python-format msgid "Could not find the utility for the operation '%s'" msgstr "" -#: pgadmin/browser/server_groups/servers/types.py:124 +#: pgadmin/browser/server_groups/servers/types.py:129 msgid "PostgreSQL" msgstr "" @@ -392,8 +394,8 @@ msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/domains/domain_constraints/__init__.py:482 #: pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py:724 #: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:544 -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:528 -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:467 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:526 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:465 #: pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/__init__.py:439 #: pgadmin/browser/server_groups/servers/databases/schemas/functions/__init__.py:799 #: pgadmin/browser/server_groups/servers/databases/schemas/packages/__init__.py:390 @@ -523,9 +525,7 @@ msgstr "" #: pgadmin/browser/server_groups/servers/tablespaces/templates/tablespaces/js/tablespaces.js:326 #: pgadmin/browser/server_groups/servers/tablespaces/templates/tablespaces/sql/default/stats.sql:5 #: pgadmin/browser/server_groups/servers/templates/servers/servers.js:628 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:533 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:560 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:800 +#: pgadmin/browser/server_groups/templates/server_groups/server_groups.js:38 msgid "Name" msgstr "" @@ -716,8 +716,6 @@ msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/views/templates/view/js/view.js:109 #: pgadmin/browser/server_groups/servers/databases/templates/databases/js/databases.js:308 #: pgadmin/browser/server_groups/servers/tablespaces/templates/tablespaces/js/tablespaces.js:340 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:543 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:805 #: pgadmin/tools/backup/templates/backup/js/backup.js:201 #: pgadmin/tools/restore/templates/restore/js/restore.js:159 msgid "Owner" @@ -1189,8 +1187,6 @@ msgstr "" #: pgadmin/browser/server_groups/servers/templates/servers/sql/9.6_plus/stats.sql:29 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:3 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:28 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:416 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:688 msgid "User" msgstr "" @@ -1253,11 +1249,11 @@ msgstr "" #: pgadmin/tools/maintenance/templates/maintenance/js/maintenance.js:53 #: pgadmin/tools/maintenance/templates/maintenance/js/maintenance.js:80 #: pgadmin/tools/maintenance/templates/maintenance/js/maintenance.js:93 -#: pgadmin/tools/sqleditor/__init__.py:114 -#: pgadmin/tools/sqleditor/__init__.py:120 -#: pgadmin/tools/sqleditor/__init__.py:140 -#: pgadmin/tools/sqleditor/__init__.py:147 -#: pgadmin/tools/sqleditor/__init__.py:154 +#: pgadmin/tools/sqleditor/__init__.py:122 +#: pgadmin/tools/sqleditor/__init__.py:128 +#: pgadmin/tools/sqleditor/__init__.py:148 +#: pgadmin/tools/sqleditor/__init__.py:155 +#: pgadmin/tools/sqleditor/__init__.py:162 msgid "Options" msgstr "" @@ -1287,6 +1283,7 @@ msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/functions/templates/function/js/functions.js:223 #: pgadmin/browser/server_groups/servers/databases/schemas/functions/templates/trigger_function/js/trigger_functions.js:159 #: pgadmin/browser/server_groups/servers/databases/schemas/packages/edbfuncs/templates/edbfunc/js/edbfunc.js:83 +#: pgadmin/templates/security/login_user.html:12 msgid "Language" msgstr "" @@ -1646,15 +1643,12 @@ msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py:880 msgid "" -"\n" -" Could not find the foreign table in the database.\n" -" It may have been removed by another user or\n" -" shifted to the another schema.\n" -" " +"Could not find the foreign table in the database. It may have been " +"removed by another user or shifted to the another schema." msgstr "" -#: pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py:1236 -#: pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py:1277 +#: pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py:1233 +#: pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py:1274 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/__init__.py:2792 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/__init__.py:2841 #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:1211 @@ -1738,6 +1732,7 @@ msgid "FTS Configurations" msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:323 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:630 msgid "Could not find the FTS Configuration node." msgstr "" @@ -1761,21 +1756,14 @@ msgstr "" msgid "FTS Configuration dropped" msgstr "" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:630 -msgid "" -"\n" -" Could not find the FTS Configuration node.\n" -" " -msgstr "" - -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:855 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:853 msgid "" "ERROR: Could not generate reversed engineered query for the FTS " "Configuration!\n" "{0}" msgstr "" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:864 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:862 msgid "" "ERROR: Could not generate reversed engineered query for FTS Configuration" " node!" @@ -1837,43 +1825,33 @@ msgid "FTS Dictionaries" msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:335 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:613 msgid "Could not find the FTS Dictionary node." msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:372 -msgid "" -"\n" -" Could not find the FTS Dictionary node in the database " -"node.\n" -" " +msgid "Could not find the FTS Dictionary node in the database node." msgstr "" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:488 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:486 msgid "Could not find the FTS Dictionary node to update." msgstr "" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:531 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:529 msgid "The specified FTS dictionary could not be found.\n" msgstr "" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:550 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:548 msgid "FTS Dictionary dropped" msgstr "" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:615 -msgid "" -"\n" -" Could not find the FTS Dictionary node.\n" -" " -msgstr "" - -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:731 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:727 msgid "" "Could not generate reversed engineered query for the FTS Dictionary.\n" "{0}" msgstr "" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:739 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:735 msgid "Could not generate reversed engineered query for FTS Dictionary node." msgstr "" @@ -1910,36 +1888,33 @@ msgid "FTS Parsers" msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:280 -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:550 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:548 msgid "Could not find the FTS Parser node." msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:306 -msgid "" -"\n" -" Could not find the FTS Parser node in the database node.\n" -" " +msgid "Could not find the FTS Parser node in the database node." msgstr "" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:424 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:422 msgid "Could not find the FTS Parser node to update." msgstr "" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:470 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:468 msgid "The specified FTS parser could not be found.\n" msgstr "" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:490 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:488 msgid "FTS Parser dropped" msgstr "" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:774 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:772 msgid "" "Could not generate reversed engineered query for the FTS Parser.\n" "{0}" msgstr "" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:781 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:779 msgid "Could not generate reversed engineered query for FTS Parser node" msgstr "" @@ -2101,8 +2076,6 @@ msgid "Trigger Functions" msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/functions/templates/function/js/functions.js:44 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:521 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:788 msgid "Mode" msgstr "" @@ -4268,9 +4241,6 @@ msgstr "" #: pgadmin/browser/server_groups/servers/templates/servers/sql/9.6_plus/stats.sql:30 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:4 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:29 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:411 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:471 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:538 msgid "Database" msgstr "" @@ -4935,6 +4905,7 @@ msgstr "" #: pgadmin/browser/server_groups/servers/pgagent/steps/templates/pga_jobstep/js/pga_jobstep.js:94 #: pgadmin/browser/server_groups/servers/pgagent/templates/pga_job/js/pga_job.js:93 #: pgadmin/browser/server_groups/servers/templates/servers/servers.js:626 +#: pgadmin/browser/server_groups/templates/server_groups/server_groups.js:35 msgid "ID" msgstr "" @@ -5552,6 +5523,10 @@ msgstr "" msgid "Please specify the value for all the security providers." msgstr "" +#: pgadmin/browser/server_groups/servers/roles/templates/role/js/role.js:255 +msgid "Select members" +msgstr "" + #: pgadmin/browser/server_groups/servers/roles/templates/role/js/role.js:316 msgid "Login/Group Role" msgstr "" @@ -5675,7 +5650,7 @@ msgid "Move objects to another tablespace" msgstr "" #: pgadmin/browser/server_groups/servers/tablespaces/templates/tablespaces/js/tablespaces.js:176 -#: pgadmin/browser/templates/browser/index.html:156 +#: pgadmin/browser/templates/browser/index.html:158 #: pgadmin/tools/user_management/__init__.py:41 #: pgadmin/tools/user_management/templates/user_management/js/user_management.js:384 msgid "Users" @@ -5685,9 +5660,7 @@ msgstr "" #: pgadmin/browser/server_groups/servers/tablespaces/templates/tablespaces/js/tablespaces.js:258 #: pgadmin/browser/server_groups/servers/templates/servers/servers.js:896 #: pgadmin/browser/server_groups/servers/templates/servers/servers.js:922 -#: pgadmin/preferences/templates/preferences/preferences.js:357 -#: pgadmin/preferences/templates/preferences/preferences.js:381 -#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:262 +#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:265 #: pgadmin/tools/import_export/templates/import_export/js/import_export.js:376 #: pgadmin/tools/import_export/templates/import_export/js/import_export.js:396 #: pgadmin/tools/maintenance/templates/maintenance/js/maintenance.js:272 @@ -5707,7 +5680,6 @@ msgstr "" #: pgadmin/misc/file_manager/templates/file_manager/js/file_manager.js:409 #: pgadmin/misc/file_manager/templates/file_manager/js/file_manager.js:509 #: pgadmin/misc/file_manager/templates/file_manager/js/file_manager.js:631 -#: pgadmin/preferences/templates/preferences/preferences.js:359 #: pgadmin/tools/backup/templates/backup/js/backup.js:452 #: pgadmin/tools/backup/templates/backup/js/backup.js:665 #: pgadmin/tools/datagrid/templates/datagrid/index.html:244 @@ -5832,7 +5804,7 @@ msgid "Confirm Password" msgstr "" #: pgadmin/browser/server_groups/servers/templates/servers/servers.js:407 -#: pgadmin/browser/templates/browser/index.html:153 +#: pgadmin/browser/templates/browser/index.html:155 #: pgadmin/templates/security/change_password.html:10 msgid "Change Password" msgstr "" @@ -5895,8 +5867,6 @@ msgstr "" #: pgadmin/browser/server_groups/servers/templates/servers/sql/9.6_plus/stats.sql:31 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:5 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:30 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:431 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:703 msgid "Backend start" msgstr "" @@ -5906,8 +5876,6 @@ msgstr "" #: pgadmin/browser/server_groups/servers/templates/servers/sql/9.6_plus/stats.sql:41 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:15 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:40 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:426 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:698 msgid "Client" msgstr "" @@ -5917,8 +5885,6 @@ msgstr "" #: pgadmin/browser/server_groups/servers/templates/servers/sql/9.6_plus/stats.sql:42 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:16 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:41 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:421 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:693 msgid "Application" msgstr "" @@ -5926,8 +5892,6 @@ msgstr "" #: pgadmin/browser/server_groups/servers/templates/servers/sql/9.2_plus/stats.sql:42 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:17 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:42 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:445 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:717 msgid "Waiting?" msgstr "" @@ -5986,41 +5950,41 @@ msgstr "" msgid "The ID cannot be changed." msgstr "" -#: pgadmin/browser/templates/browser/index.html:94 +#: pgadmin/browser/templates/browser/index.html:95 msgid "Loading {0} v{1}..." msgstr "" -#: pgadmin/browser/templates/browser/index.html:100 +#: pgadmin/browser/templates/browser/index.html:102 msgid "Toggle navigation" msgstr "" -#: pgadmin/browser/templates/browser/index.html:117 +#: pgadmin/browser/templates/browser/index.html:119 msgid "File" msgstr "" -#: pgadmin/browser/templates/browser/index.html:122 +#: pgadmin/browser/templates/browser/index.html:124 #: pgadmin/browser/templates/browser/js/node.js:982 msgid "Edit" msgstr "" -#: pgadmin/browser/templates/browser/index.html:127 +#: pgadmin/browser/templates/browser/index.html:129 msgid "Object" msgstr "" -#: pgadmin/browser/templates/browser/index.html:132 +#: pgadmin/browser/templates/browser/index.html:134 msgid "Management" msgstr "" -#: pgadmin/browser/templates/browser/index.html:137 +#: pgadmin/browser/templates/browser/index.html:139 msgid "Tools" msgstr "" -#: pgadmin/browser/templates/browser/index.html:142 pgadmin/help/__init__.py:90 +#: pgadmin/browser/templates/browser/index.html:144 pgadmin/help/__init__.py:90 #: pgadmin/help/__init__.py:99 msgid "Help" msgstr "" -#: pgadmin/browser/templates/browser/index.html:159 +#: pgadmin/browser/templates/browser/index.html:161 msgid "Logout" msgstr "" @@ -6153,12 +6117,10 @@ msgid "No statistics are available for the selected object." msgstr "" #: pgadmin/browser/templates/browser/js/messages.js:25 -#: pgadmin/preferences/templates/preferences/preferences.js:193 msgid "True" msgstr "" #: pgadmin/browser/templates/browser/js/messages.js:26 -#: pgadmin/preferences/templates/preferences/preferences.js:194 msgid "False" msgstr "" @@ -6341,12 +6303,10 @@ msgid "Block I/O statistics refresh rate" msgstr "" #: pgadmin/dashboard/__init__.py:140 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:337 msgid "Please connect to the selected server to view the table." msgstr "" #: pgadmin/dashboard/__init__.py:145 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:225 msgid "Please connect to the selected server to view the graph." msgstr "" @@ -6481,117 +6441,6 @@ msgstr "" msgid "Community Support" msgstr "" -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:44 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:117 -msgid "An error occurred whilst loading the dashboard." -msgstr "" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:229 -msgid "An error occurred whilst rendering the graph." -msgstr "" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:341 -msgid "An error occurred whilst rendering the table." -msgstr "" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:406 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:466 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:683 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:738 -msgid "PID" -msgstr "" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:436 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:708 -msgid "State" -msgstr "" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:453 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:725 -msgid "Wait Event" -msgstr "" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:458 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:730 -msgid "Blocking PIDs" -msgstr "" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:476 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:743 -msgid "Lock type" -msgstr "" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:481 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:748 -msgid "Target relation" -msgstr "" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:486 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:753 -msgid "Page" -msgstr "" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:491 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:758 -msgid "Tuple" -msgstr "" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:496 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:763 -msgid "vXID (target)" -msgstr "" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:501 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:768 -msgid "XID (target)" -msgstr "" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:506 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:773 -msgid "Class" -msgstr "" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:511 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:778 -msgid "Object ID" -msgstr "" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:516 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:783 -msgid "vXID (owner)" -msgstr "" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:526 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:793 -msgid "Granted?" -msgstr "" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:548 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:810 -msgid "XID" -msgstr "" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:553 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:815 -msgid "Prepared at" -msgstr "" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:565 -msgid "Category" -msgstr "" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:570 -msgid "Setting" -msgstr "" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:575 -msgid "Unit" -msgstr "" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:580 -msgid "Description" -msgstr "" - #: pgadmin/dashboard/templates/dashboard/sql/default/activity.sql:9 msgid "yes" msgstr "" @@ -6685,6 +6534,28 @@ msgid "" " with the major.minor version number." msgstr "" +#: pgadmin/misc/__init__.py:49 +#: pgadmin/tools/backup/templates/backup/js/backup.js:70 +#: pgadmin/tools/backup/templates/backup/js/backup.js:74 +#: pgadmin/tools/backup/templates/backup/js/backup.js:78 +#: pgadmin/tools/backup/templates/backup/js/backup.js:243 +#: pgadmin/tools/backup/templates/backup/js/backup.js:247 +#: pgadmin/tools/backup/templates/backup/js/backup.js:250 +#: pgadmin/tools/backup/templates/backup/js/backup.js:253 +#: pgadmin/tools/backup/templates/backup/js/backup.js:256 +#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:179 +#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:183 +#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:186 +#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:189 +#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:207 +#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:222 +msgid "Miscellaneous" +msgstr "" + +#: pgadmin/misc/__init__.py:59 pgadmin/misc/__init__.py:60 +msgid "User language" +msgstr "" + #: pgadmin/misc/bgprocess/__init__.py:50 msgid "seconds" msgstr "" @@ -6715,7 +6586,7 @@ msgid "Too many logs generated!" msgstr "" #: pgadmin/misc/bgprocess/processes.py:76 -#: pgadmin/misc/bgprocess/processes.py:518 +#: pgadmin/misc/bgprocess/processes.py:555 msgid "Could not find a process with the specified ID." msgstr "" @@ -6727,7 +6598,7 @@ msgstr "" msgid "The process has already finished and can not be restarted." msgstr "" -#: pgadmin/misc/bgprocess/processes.py:439 +#: pgadmin/misc/bgprocess/processes.py:476 msgid "Status for the background process '{0}' could not be loaded." msgstr "" @@ -6810,21 +6681,17 @@ msgid "Format" msgstr "" #: pgadmin/preferences/__init__.py:55 -#: pgadmin/preferences/templates/preferences/preferences.js:354 -#: pgadmin/preferences/templates/preferences/preferences.js:366 +#: pgadmin/preferences/templates/preferences/preferences.js:359 msgid "Preferences" msgstr "" -#: pgadmin/preferences/templates/preferences/preferences.js:202 -msgid "Show" +#: pgadmin/preferences/__init__.py:112 pgadmin/preferences/__init__.py:118 +#: pgadmin/preferences/__init__.py:127 pgadmin/preferences/__init__.py:133 +msgid "label" msgstr "" -#: pgadmin/preferences/templates/preferences/preferences.js:203 -msgid "Hide" -msgstr "" - -#: pgadmin/preferences/templates/preferences/preferences.js:331 -msgid "Category is not selected." +#: pgadmin/preferences/__init__.py:129 +msgid "help_str" msgstr "" #: pgadmin/settings/__init__.py:43 @@ -6837,16 +6704,6 @@ msgstr "" msgid "This URL can not be called directly." msgstr "" -#: pgadmin/settings/templates/settings/settings.js:26 -msgid "Reset layout" -msgstr "" - -#: pgadmin/settings/templates/settings/settings.js:27 -msgid "" -"Are you sure you want to reset the current layout? This will cause the " -"application to reload and any un-saved data will be lost." -msgstr "" - #: pgadmin/templates/security/change_password.html:2 #, python-format msgid "%(appname)s Password Change" @@ -6872,11 +6729,11 @@ msgstr "" msgid "%(appname)s Login" msgstr "" -#: pgadmin/templates/security/login_user.html:9 +#: pgadmin/templates/security/login_user.html:10 msgid "Login" msgstr "" -#: pgadmin/templates/security/login_user.html:12 +#: pgadmin/templates/security/login_user.html:23 #, python-format msgid "Forgotten your password?" msgstr "" @@ -6890,8 +6747,8 @@ msgstr "" msgid "Reset Password" msgstr "" -#: pgadmin/tools/__init__.py:51 pgadmin/tools/datagrid/__init__.py:58 -#: pgadmin/tools/sqleditor/__init__.py:164 +#: pgadmin/tools/__init__.py:57 pgadmin/tools/datagrid/__init__.py:59 +#: pgadmin/tools/sqleditor/__init__.py:172 msgid "This URL cannot be requested directly." msgstr "" @@ -6932,14 +6789,14 @@ msgstr "" msgid "Running command:" msgstr "" -#: pgadmin/tools/backup/__init__.py:239 pgadmin/tools/backup/__init__.py:337 -#: pgadmin/tools/restore/__init__.py:198 +#: pgadmin/tools/backup/__init__.py:242 pgadmin/tools/backup/__init__.py:343 +#: pgadmin/tools/restore/__init__.py:201 msgid "Could not find the specified server." msgstr "" -#: pgadmin/tools/backup/__init__.py:252 pgadmin/tools/backup/__init__.py:350 +#: pgadmin/tools/backup/__init__.py:255 pgadmin/tools/backup/__init__.py:356 #: pgadmin/tools/maintenance/__init__.py:206 -#: pgadmin/tools/restore/__init__.py:212 +#: pgadmin/tools/restore/__init__.py:215 msgid "Please connect to the server first." msgstr "" @@ -6957,23 +6814,6 @@ msgstr "" msgid "Role name" msgstr "" -#: pgadmin/tools/backup/templates/backup/js/backup.js:70 -#: pgadmin/tools/backup/templates/backup/js/backup.js:74 -#: pgadmin/tools/backup/templates/backup/js/backup.js:78 -#: pgadmin/tools/backup/templates/backup/js/backup.js:243 -#: pgadmin/tools/backup/templates/backup/js/backup.js:247 -#: pgadmin/tools/backup/templates/backup/js/backup.js:250 -#: pgadmin/tools/backup/templates/backup/js/backup.js:253 -#: pgadmin/tools/backup/templates/backup/js/backup.js:256 -#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:179 -#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:183 -#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:186 -#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:189 -#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:207 -#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:222 -msgid "Miscellaneous" -msgstr "" - #: pgadmin/tools/backup/templates/backup/js/backup.js:72 #: pgadmin/tools/backup/templates/backup/js/backup.js:249 #: pgadmin/tools/restore/templates/restore/js/restore.js:199 @@ -7211,7 +7051,7 @@ msgid "Please set binary path for PostgreSQL Server from preferences." msgstr "" #: pgadmin/tools/backup/templates/backup/js/backup.js:617 -msgid "Please set binary path for EDB Advanced Server from preferences." +msgid "Please set binary path for EDB Postgres Advanced Server from preferences." msgstr "" #: pgadmin/tools/backup/templates/backup/js/backup.js:731 @@ -7220,7 +7060,7 @@ msgstr "" msgid "Please provide filename" msgstr "" -#: pgadmin/tools/datagrid/__init__.py:210 +#: pgadmin/tools/datagrid/__init__.py:223 msgid "Server disconnected, Please connect and try again" msgstr "" @@ -7270,7 +7110,7 @@ msgid "Paste Row" msgstr "" #: pgadmin/tools/datagrid/templates/datagrid/index.html:107 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2288 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2224 msgid "Delete Row(s)" msgstr "" @@ -7325,12 +7165,12 @@ msgid "Timing" msgstr "" #: pgadmin/tools/datagrid/templates/datagrid/index.html:195 -#: pgadmin/tools/sqleditor/__init__.py:113 +#: pgadmin/tools/sqleditor/__init__.py:121 msgid "Auto commit?" msgstr "" #: pgadmin/tools/datagrid/templates/datagrid/index.html:201 -#: pgadmin/tools/sqleditor/__init__.py:119 +#: pgadmin/tools/sqleditor/__init__.py:127 msgid "Auto rollback?" msgstr "" @@ -7364,129 +7204,142 @@ msgstr "" msgid "Error fetching SQL for script: \"%s\"" msgstr "" -#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:75 +#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:78 msgid "Query Tool" msgstr "" -#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:85 +#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:88 msgid "View All Rows" msgstr "" -#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:90 +#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:93 msgid "View First 100 Rows" msgstr "" -#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:95 +#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:98 msgid "View Last 100 Rows" msgstr "" -#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:100 +#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:103 msgid "View Filtered Rows..." msgstr "" -#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:104 +#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:107 msgid "View Data" msgstr "" -#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:412 +#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:433 msgid " untitled" msgstr "" -#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:461 +#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:501 msgid "Query Tool Initialize Error" msgstr "" +#: pgadmin/tools/debugger/__init__.py:46 +#: pgadmin/tools/debugger/templates/debugger/js/debugger.js:90 +msgid "Debugger" +msgstr "" + +#: pgadmin/tools/debugger/__init__.py:66 pgadmin/tools/sqleditor/__init__.py:89 +msgid "Open in New Browser Tab" +msgstr "" + #: pgadmin/tools/debugger/__init__.py:68 +msgid "If set to True, the Debugger will be opened in a new browser tab." +msgstr "" + +#: pgadmin/tools/debugger/__init__.py:78 #: pgadmin/tools/import_export/__init__.py:141 #: pgadmin/tools/maintenance/__init__.py:143 msgid "This URL can not be called directly!" msgstr "" -#: pgadmin/tools/debugger/__init__.py:186 +#: pgadmin/tools/debugger/__init__.py:196 msgid "Functions with a colon in the name cannot be debugged." msgstr "" -#: pgadmin/tools/debugger/__init__.py:189 +#: pgadmin/tools/debugger/__init__.py:199 msgid "EDB Advanced Server wrapped functions cannot be debugged." msgstr "" -#: pgadmin/tools/debugger/__init__.py:195 +#: pgadmin/tools/debugger/__init__.py:205 msgid "Could not fetch debugger plugin information." msgstr "" -#: pgadmin/tools/debugger/__init__.py:200 +#: pgadmin/tools/debugger/__init__.py:210 msgid "" "The debugger plugin is not enabled. Please add the plugin to the " "shared_preload_libraries setting in the postgresql.conf file and restart " "the database server." msgstr "" -#: pgadmin/tools/debugger/__init__.py:206 -#: pgadmin/tools/debugger/__init__.py:213 +#: pgadmin/tools/debugger/__init__.py:216 +#: pgadmin/tools/debugger/__init__.py:223 msgid "Failed to find the pldbgapi extension in this database." msgstr "" -#: pgadmin/tools/debugger/__init__.py:217 +#: pgadmin/tools/debugger/__init__.py:227 msgid "" "The debugger plugin is not enabled. Please create the pldbgapi extension " "in this database." msgstr "" -#: pgadmin/tools/debugger/__init__.py:221 +#: pgadmin/tools/debugger/__init__.py:231 msgid "The function/procedure cannot be debugged" msgstr "" -#: pgadmin/tools/debugger/__init__.py:553 -#: pgadmin/tools/debugger/__init__.py:590 -#: pgadmin/tools/debugger/__init__.py:612 +#: pgadmin/tools/debugger/__init__.py:569 +#: pgadmin/tools/debugger/__init__.py:606 +#: pgadmin/tools/debugger/__init__.py:628 msgid "Not connected to server Or connection with the server has been closed." msgstr "" -#: pgadmin/tools/debugger/__init__.py:774 -#: pgadmin/tools/debugger/__init__.py:778 -#: pgadmin/tools/debugger/__init__.py:806 -#: pgadmin/tools/debugger/__init__.py:852 -#: pgadmin/tools/debugger/__init__.py:874 -#: pgadmin/tools/debugger/__init__.py:909 -#: pgadmin/tools/debugger/__init__.py:934 -#: pgadmin/tools/debugger/__init__.py:1003 -#: pgadmin/tools/debugger/__init__.py:1046 -#: pgadmin/tools/debugger/__init__.py:1067 -#: pgadmin/tools/debugger/__init__.py:1098 -#: pgadmin/tools/debugger/__init__.py:1119 -#: pgadmin/tools/debugger/__init__.py:1156 -#: pgadmin/tools/debugger/__init__.py:1179 -#: pgadmin/tools/debugger/__init__.py:1206 -#: pgadmin/tools/debugger/__init__.py:1355 -#: pgadmin/tools/debugger/__init__.py:1442 -#: pgadmin/tools/debugger/__init__.py:1464 -#: pgadmin/tools/debugger/__init__.py:1479 -#: pgadmin/tools/sqleditor/__init__.py:206 -#: pgadmin/tools/sqleditor/__init__.py:351 -#: pgadmin/tools/sqleditor/__init__.py:886 +#: pgadmin/tools/debugger/__init__.py:790 +#: pgadmin/tools/debugger/__init__.py:794 +#: pgadmin/tools/debugger/__init__.py:822 +#: pgadmin/tools/debugger/__init__.py:868 +#: pgadmin/tools/debugger/__init__.py:890 +#: pgadmin/tools/debugger/__init__.py:925 +#: pgadmin/tools/debugger/__init__.py:950 +#: pgadmin/tools/debugger/__init__.py:1019 +#: pgadmin/tools/debugger/__init__.py:1062 +#: pgadmin/tools/debugger/__init__.py:1083 +#: pgadmin/tools/debugger/__init__.py:1114 +#: pgadmin/tools/debugger/__init__.py:1135 +#: pgadmin/tools/debugger/__init__.py:1172 +#: pgadmin/tools/debugger/__init__.py:1195 +#: pgadmin/tools/debugger/__init__.py:1222 +#: pgadmin/tools/debugger/__init__.py:1410 +#: pgadmin/tools/debugger/__init__.py:1473 +#: pgadmin/tools/debugger/__init__.py:1495 +#: pgadmin/tools/debugger/__init__.py:1511 +#: pgadmin/tools/sqleditor/__init__.py:214 +#: pgadmin/tools/sqleditor/__init__.py:359 +#: pgadmin/tools/sqleditor/__init__.py:890 #: pgadmin/tools/sqleditor/command.py:176 #: pgadmin/tools/sqleditor/command.py:390 msgid "Not connected to server or connection with the server has been closed." msgstr "" -#: pgadmin/tools/debugger/__init__.py:845 +#: pgadmin/tools/debugger/__init__.py:861 msgid "Target Aborted." msgstr "" -#: pgadmin/tools/debugger/__init__.py:1149 +#: pgadmin/tools/debugger/__init__.py:1165 msgid "Value deposited successfully" msgstr "" -#: pgadmin/tools/debugger/__init__.py:1151 +#: pgadmin/tools/debugger/__init__.py:1167 msgid "Error while setting the value" msgstr "" -#: pgadmin/tools/debugger/__init__.py:1380 -#: pgadmin/tools/debugger/__init__.py:1424 +#: pgadmin/tools/debugger/__init__.py:1435 +#: pgadmin/tools/debugger/__init__.py:1455 msgid "Execution Completed." msgstr "" -#: pgadmin/tools/debugger/__init__.py:1385 +#: pgadmin/tools/debugger/__init__.py:1440 msgid "Execution completed with error" msgstr "" @@ -7534,10 +7387,6 @@ msgstr "" msgid "Set breakpoint" msgstr "" -#: pgadmin/tools/debugger/templates/debugger/js/debugger.js:90 -msgid "Debugger" -msgstr "" - #: pgadmin/tools/debugger/templates/debugger/js/debugger_ui.js:89 msgid "Please enter a value for the parameter." msgstr "" @@ -7551,7 +7400,7 @@ msgid "Local variables" msgstr "" #: pgadmin/tools/debugger/templates/debugger/js/direct.js:1504 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:265 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:199 msgid "Messages" msgstr "" @@ -7602,8 +7451,8 @@ msgstr "" msgid "Please connect to the server first..." msgstr "" -#: pgadmin/tools/import_export/__init__.py:228 -#: pgadmin/tools/import_export/__init__.py:235 +#: pgadmin/tools/import_export/__init__.py:232 +#: pgadmin/tools/import_export/__init__.py:239 msgid "Please specify a valid file" msgstr "" @@ -7850,7 +7699,7 @@ msgstr "" msgid "Restoring the backup on the server '{0}'..." msgstr "" -#: pgadmin/tools/restore/__init__.py:187 +#: pgadmin/tools/restore/__init__.py:190 msgid "File couldn't be found!" msgstr "" @@ -7915,35 +7764,39 @@ msgid "" "number of seconds specified." msgstr "" -#: pgadmin/tools/sqleditor/__init__.py:89 +#: pgadmin/tools/sqleditor/__init__.py:91 +msgid "If set to True, the Query Tool will be opened in a new browser tab." +msgstr "" + +#: pgadmin/tools/sqleditor/__init__.py:97 msgid "Verbose output?" msgstr "" -#: pgadmin/tools/sqleditor/__init__.py:90 -#: pgadmin/tools/sqleditor/__init__.py:96 -#: pgadmin/tools/sqleditor/__init__.py:102 -#: pgadmin/tools/sqleditor/__init__.py:108 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:255 +#: pgadmin/tools/sqleditor/__init__.py:98 +#: pgadmin/tools/sqleditor/__init__.py:104 +#: pgadmin/tools/sqleditor/__init__.py:110 +#: pgadmin/tools/sqleditor/__init__.py:116 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:189 msgid "Explain" msgstr "" -#: pgadmin/tools/sqleditor/__init__.py:95 +#: pgadmin/tools/sqleditor/__init__.py:103 msgid "Show costs?" msgstr "" -#: pgadmin/tools/sqleditor/__init__.py:101 +#: pgadmin/tools/sqleditor/__init__.py:109 msgid "Show buffers?" msgstr "" -#: pgadmin/tools/sqleditor/__init__.py:107 -msgid "Show timing" +#: pgadmin/tools/sqleditor/__init__.py:115 +msgid "Show timing?" msgstr "" -#: pgadmin/tools/sqleditor/__init__.py:125 +#: pgadmin/tools/sqleditor/__init__.py:133 msgid "Font size" msgstr "" -#: pgadmin/tools/sqleditor/__init__.py:129 +#: pgadmin/tools/sqleditor/__init__.py:137 msgid "" "The font size to use for the SQL text boxes and editors. The value " "specified is in \"em\" units, in which 1 is the default relative font " @@ -7952,52 +7805,52 @@ msgid "" "maximum 10." msgstr "" -#: pgadmin/tools/sqleditor/__init__.py:137 +#: pgadmin/tools/sqleditor/__init__.py:145 msgid "Tab size" msgstr "" -#: pgadmin/tools/sqleditor/__init__.py:141 +#: pgadmin/tools/sqleditor/__init__.py:149 msgid "The number of spaces per tab. Minimum 2, maximum 8." msgstr "" -#: pgadmin/tools/sqleditor/__init__.py:146 +#: pgadmin/tools/sqleditor/__init__.py:154 msgid "Use spaces?" msgstr "" -#: pgadmin/tools/sqleditor/__init__.py:148 +#: pgadmin/tools/sqleditor/__init__.py:156 msgid "" "Specifies whether or not to insert spaces instead of tabs when the tab " "key is used." msgstr "" -#: pgadmin/tools/sqleditor/__init__.py:153 +#: pgadmin/tools/sqleditor/__init__.py:161 msgid "Line wrapping?" msgstr "" -#: pgadmin/tools/sqleditor/__init__.py:155 +#: pgadmin/tools/sqleditor/__init__.py:163 msgid "Specifies whether or not to wrap SQL code in editor." msgstr "" -#: pgadmin/tools/sqleditor/__init__.py:190 -#: pgadmin/tools/sqleditor/__init__.py:288 -#: pgadmin/tools/sqleditor/__init__.py:849 +#: pgadmin/tools/sqleditor/__init__.py:198 +#: pgadmin/tools/sqleditor/__init__.py:296 +#: pgadmin/tools/sqleditor/__init__.py:853 msgid "Transaction ID not found in the session." msgstr "" -#: pgadmin/tools/sqleditor/__init__.py:358 -#: pgadmin/tools/sqleditor/__init__.py:889 +#: pgadmin/tools/sqleditor/__init__.py:366 +#: pgadmin/tools/sqleditor/__init__.py:893 msgid "Either Transaction object or Session object not found." msgstr "" -#: pgadmin/tools/sqleditor/__init__.py:608 +#: pgadmin/tools/sqleditor/__init__.py:609 msgid "No primary key found for this object, so unable to save records." msgstr "" -#: pgadmin/tools/sqleditor/__init__.py:1250 +#: pgadmin/tools/sqleditor/__init__.py:1254 msgid "File type not supported" msgstr "" -#: pgadmin/tools/sqleditor/__init__.py:1385 +#: pgadmin/tools/sqleditor/__init__.py:1389 msgid "Transaction status check failed." msgstr "" @@ -8013,173 +7866,165 @@ msgstr "" msgid "Data cannot be saved for the current object." msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:245 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:179 msgid "Data Output" msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:275 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:209 msgid "History" msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:307 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1679 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:242 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1615 msgid "" "The data has been modified, but not saved. Are you sure you wish to " "discard the changes?" msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:311 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:246 msgid "" "The query has been modified, but not saved. Are you sure you wish to " "discard the changes?" msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:460 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1363 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1678 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2508 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:396 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1298 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1614 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2450 msgid "Unsaved changes" msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1364 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2509 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1299 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2451 msgid "Are you sure you wish to discard the current changes?" msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1386 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1321 msgid "Clear history" msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1387 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1322 msgid "Are you sure you wish to clear the history?" msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1703 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1639 msgid "Initializing query execution." msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1710 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3273 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1646 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3162 msgid "Waiting for the query execution to complete..." msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1827 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1763 #, python-format msgid "Query returned successfully in %s." msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1863 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1967 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1799 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1903 msgid "Loading data from the database server and rendering..." msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1974 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1910 #, python-format msgid "Total query runtime: %s." msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1975 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1911 #, python-format msgid "%s rows retrieved." msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2053 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1989 msgid "Retrieving information about the columns returned..." msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2279 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2215 msgid "Row(s) deleted" msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2283 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2219 msgid "Operation failed" msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2284 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2220 msgid "" "There are unsaved changes in grid, Please save them first to avoid " "inconsistency in data" msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2289 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2225 msgid "Are you sure you wish to delete selected row(s)?" msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2351 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2287 msgid "Saving the updated data..." msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2407 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2343 #, python-format msgid "%s." msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2543 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2485 msgid "Loading the file..." msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2591 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2533 msgid "Saving the queries in the file..." msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2602 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2544 msgid "File saved successfully." msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2709 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2655 msgid "Loading the existing filter options..." msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2779 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2849 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2725 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2795 msgid "Applying the new filter..." msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2902 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2848 msgid "Removing the filter..." msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2953 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2899 msgid "Applying the filter..." msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3051 -msgid "Error" -msgstr "" - -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3052 -msgid "Oops, unable to copy to clipboard" -msgstr "" - -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3165 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3054 msgid "Setting the limit on the result..." msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3239 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3128 msgid "Initializing the query execution!" msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3600 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3606 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3489 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3495 msgid "Error occurred while setting verbose option in explain" msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3638 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3644 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3527 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3533 msgid "Error occurred while setting costs option in explain" msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3675 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3681 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3564 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3570 msgid "Error occurred while setting buffers option in explain" msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3711 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3717 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3600 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3606 msgid "Error occurred while setting timing option in explain" msgstr "" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3795 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3684 msgid "Error occurred while getting query tool options " msgstr "" @@ -8309,43 +8154,43 @@ msgstr "" msgid "Service Unavailable" msgstr "" -#: pgadmin/utils/preferences.py:152 +#: pgadmin/utils/preferences.py:153 msgid "Invalid value for a boolean option." msgstr "" -#: pgadmin/utils/preferences.py:162 +#: pgadmin/utils/preferences.py:163 msgid "Invalid value for an integer option." msgstr "" -#: pgadmin/utils/preferences.py:173 +#: pgadmin/utils/preferences.py:174 msgid "Invalid value for a numeric option." msgstr "" -#: pgadmin/utils/preferences.py:179 +#: pgadmin/utils/preferences.py:180 msgid "Invalid value for a date option." msgstr "" -#: pgadmin/utils/preferences.py:185 +#: pgadmin/utils/preferences.py:186 msgid "Invalid value for a datetime option." msgstr "" -#: pgadmin/utils/preferences.py:188 +#: pgadmin/utils/preferences.py:194 msgid "Invalid value for an options option." msgstr "" -#: pgadmin/utils/preferences.py:507 +#: pgadmin/utils/preferences.py:513 msgid "Could not fine the specified module." msgstr "" -#: pgadmin/utils/preferences.py:512 +#: pgadmin/utils/preferences.py:518 msgid "Module '{0}' is no longer in use." msgstr "" -#: pgadmin/utils/preferences.py:525 +#: pgadmin/utils/preferences.py:531 msgid "Module '{0}' does not have category with id '{1}'" msgstr "" -#: pgadmin/utils/preferences.py:539 +#: pgadmin/utils/preferences.py:545 msgid "Could not find the specified preference." msgstr "" diff --git a/web/pgadmin/translations/pl/LC_MESSAGES/messages.mo b/web/pgadmin/translations/pl/LC_MESSAGES/messages.mo index 43427eab..a412bb18 100644 Binary files a/web/pgadmin/translations/pl/LC_MESSAGES/messages.mo and b/web/pgadmin/translations/pl/LC_MESSAGES/messages.mo differ diff --git a/web/pgadmin/translations/pl/LC_MESSAGES/messages.po b/web/pgadmin/translations/pl/LC_MESSAGES/messages.po index ca7319c3..7a20e87b 100644 --- a/web/pgadmin/translations/pl/LC_MESSAGES/messages.po +++ b/web/pgadmin/translations/pl/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2017-03-09 09:21+0000\n" +"POT-Creation-Date: 2017-03-27 02:06+0200\n" "PO-Revision-Date: 2017-03-09 18:02+0200\n" "Last-Translator: grzegorz \n" "Language-Team: begina.felicysym@wp.eu\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" -#: pgadmin/__init__.py:357 pgadmin/__init__.py:397 +#: pgadmin/__init__.py:401 pgadmin/__init__.py:441 #, python-format msgid "Auto-detected %s installation with the data directory at %s" msgstr "Wykryto automatycznie instalację %s z folderem danych %s" @@ -28,12 +28,12 @@ msgstr "Wykryto automatycznie instalację %s z folderem danych %s" msgid "About %(appname)s" msgstr "O aplikacji %(appname)s" -#: pgadmin/about/__init__.py:66 +#: pgadmin/about/__init__.py:64 #: pgadmin/browser/server_groups/servers/templates/servers/servers.js:42 msgid "Server" msgstr "Serwer" -#: pgadmin/about/__init__.py:68 +#: pgadmin/about/__init__.py:66 msgid "Desktop" msgstr "Desktop" @@ -67,21 +67,23 @@ msgstr "Tryb Aplikacji" msgid "Current User" msgstr "Aktualny Użytkownik" -#: pgadmin/browser/__init__.py:36 +#: pgadmin/browser/__init__.py:37 #: pgadmin/browser/templates/browser/js/browser.js:104 msgid "Browser" msgstr "Przeglądarka" -#: pgadmin/browser/__init__.py:193 +#: pgadmin/browser/__init__.py:194 msgid "Show system objects?" msgstr "Pokaż obiekty systemowe" -#: pgadmin/browser/__init__.py:194 pgadmin/tools/sqleditor/__init__.py:79 -#: pgadmin/tools/sqleditor/__init__.py:128 +#: pgadmin/browser/__init__.py:195 pgadmin/tools/debugger/__init__.py:67 +#: pgadmin/tools/sqleditor/__init__.py:79 +#: pgadmin/tools/sqleditor/__init__.py:90 +#: pgadmin/tools/sqleditor/__init__.py:136 msgid "Display" msgstr "Wyświetl" -#: pgadmin/browser/__init__.py:422 pgadmin/browser/collection.py:227 +#: pgadmin/browser/__init__.py:423 pgadmin/browser/collection.py:227 #: pgadmin/browser/server_groups/servers/databases/schemas/packages/edbfuncs/__init__.py:109 #: pgadmin/browser/server_groups/servers/databases/schemas/packages/edbfuncs/__init__.py:688 msgid "Nodes" @@ -101,21 +103,21 @@ msgstr "Brak wymaganych własności." msgid "Connection to the server has been lost." msgstr "Stracono połączenie z serwerem." -#: pgadmin/browser/server_groups/__init__.py:124 +#: pgadmin/browser/server_groups/__init__.py:125 msgid "The specified server group cannot be deleted." msgstr "Wskazana grupa serwerów nie może być usunięta." -#: pgadmin/browser/server_groups/__init__.py:136 -#: pgadmin/browser/server_groups/__init__.py:167 -#: pgadmin/browser/server_groups/__init__.py:205 +#: pgadmin/browser/server_groups/__init__.py:137 +#: pgadmin/browser/server_groups/__init__.py:168 +#: pgadmin/browser/server_groups/__init__.py:206 msgid "The specified server group could not be found." msgstr "Wskazana grupa serwerów nie została znaleziona." -#: pgadmin/browser/server_groups/__init__.py:231 +#: pgadmin/browser/server_groups/__init__.py:232 msgid "Server group already exists" msgstr "Grupa serwerów już istnieje" -#: pgadmin/browser/server_groups/__init__.py:263 +#: pgadmin/browser/server_groups/__init__.py:264 msgid "No server group name was specified" msgstr "Nie wskazano nazwy dla grupy serwerów" @@ -205,8 +207,8 @@ msgstr "Parametry nie zmieniły się!" #: pgadmin/browser/server_groups/servers/databases/schemas/domains/__init__.py:206 #: pgadmin/browser/server_groups/servers/databases/schemas/domains/domain_constraints/__init__.py:211 #: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:407 -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:409 -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:343 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:407 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:341 #: pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/__init__.py:326 #: pgadmin/browser/server_groups/servers/databases/schemas/functions/__init__.py:267 #: pgadmin/browser/server_groups/servers/databases/schemas/packages/__init__.py:321 @@ -280,20 +282,20 @@ msgstr "Przeładowano konfigurację serwera." #: pgadmin/browser/server_groups/servers/__init__.py:894 #: pgadmin/browser/server_groups/servers/pgagent/templates/pga_job/js/pga_job.js:185 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1763 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1899 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2438 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2739 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2808 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2879 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2929 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2984 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3192 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3300 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3398 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3443 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3496 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3535 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1699 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1835 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2374 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2685 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2754 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2825 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2875 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2930 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3081 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3189 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3287 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3332 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3385 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3424 msgid "" "Not connected to the server or the connection to the server has been " "closed." @@ -333,31 +335,31 @@ msgstr "Należy połączyć z serwerem!" msgid "EDB Advanced Server" msgstr "Zaawansowany Serwer EDB" -#: pgadmin/browser/server_groups/servers/types.py:48 +#: pgadmin/browser/server_groups/servers/types.py:51 #: pgadmin/help/__init__.py:84 msgid "Paths" msgstr "Ścieżki" -#: pgadmin/browser/server_groups/servers/types.py:56 +#: pgadmin/browser/server_groups/servers/types.py:59 msgid "{0} Binary Path" msgstr "Ścieżka Binarna {0}" -#: pgadmin/browser/server_groups/servers/types.py:57 +#: pgadmin/browser/server_groups/servers/types.py:60 msgid "Binary paths" msgstr "Ścieżki binarne" -#: pgadmin/browser/server_groups/servers/types.py:59 +#: pgadmin/browser/server_groups/servers/types.py:63 msgid "" "Path to the directory containing the {0} utility programs (pg_dump, " "pg_restore etc)." msgstr "Ścieżka zawierająca programy narzędziowe {0} (pg_dump, pg_restore itd)." -#: pgadmin/browser/server_groups/servers/types.py:110 +#: pgadmin/browser/server_groups/servers/types.py:115 #, python-format msgid "Could not find the utility for the operation '%s'" msgstr "Nie można odnaleźć narzędzia dla operacji '%s'" -#: pgadmin/browser/server_groups/servers/types.py:124 +#: pgadmin/browser/server_groups/servers/types.py:129 msgid "PostgreSQL" msgstr "PostgreSQL" @@ -398,8 +400,8 @@ msgstr "Odłączono od bazy danych." #: pgadmin/browser/server_groups/servers/databases/schemas/domains/domain_constraints/__init__.py:482 #: pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py:724 #: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:544 -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:528 -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:467 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:526 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:465 #: pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/__init__.py:439 #: pgadmin/browser/server_groups/servers/databases/schemas/functions/__init__.py:799 #: pgadmin/browser/server_groups/servers/databases/schemas/packages/__init__.py:390 @@ -532,9 +534,7 @@ msgstr "Rzutowanie..." #: pgadmin/browser/server_groups/servers/tablespaces/templates/tablespaces/js/tablespaces.js:326 #: pgadmin/browser/server_groups/servers/tablespaces/templates/tablespaces/sql/default/stats.sql:5 #: pgadmin/browser/server_groups/servers/templates/servers/servers.js:628 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:533 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:560 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:800 +#: pgadmin/browser/server_groups/templates/server_groups/server_groups.js:38 msgid "Name" msgstr "Nazwa" @@ -725,8 +725,6 @@ msgstr "Wyzwalacz Zdarzeniowy..." #: pgadmin/browser/server_groups/servers/databases/schemas/views/templates/view/js/view.js:109 #: pgadmin/browser/server_groups/servers/databases/templates/databases/js/databases.js:308 #: pgadmin/browser/server_groups/servers/tablespaces/templates/tablespaces/js/tablespaces.js:340 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:543 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:805 #: pgadmin/tools/backup/templates/backup/js/backup.js:201 #: pgadmin/tools/restore/templates/restore/js/restore.js:159 msgid "Owner" @@ -1198,8 +1196,6 @@ msgstr "Mapowanie Użytkownika..." #: pgadmin/browser/server_groups/servers/templates/servers/sql/9.6_plus/stats.sql:29 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:3 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:28 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:416 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:688 msgid "User" msgstr "Użytkownik" @@ -1262,11 +1258,11 @@ msgstr "Program obsługi" #: pgadmin/tools/maintenance/templates/maintenance/js/maintenance.js:53 #: pgadmin/tools/maintenance/templates/maintenance/js/maintenance.js:80 #: pgadmin/tools/maintenance/templates/maintenance/js/maintenance.js:93 -#: pgadmin/tools/sqleditor/__init__.py:114 -#: pgadmin/tools/sqleditor/__init__.py:120 -#: pgadmin/tools/sqleditor/__init__.py:140 -#: pgadmin/tools/sqleditor/__init__.py:147 -#: pgadmin/tools/sqleditor/__init__.py:154 +#: pgadmin/tools/sqleditor/__init__.py:122 +#: pgadmin/tools/sqleditor/__init__.py:128 +#: pgadmin/tools/sqleditor/__init__.py:148 +#: pgadmin/tools/sqleditor/__init__.py:155 +#: pgadmin/tools/sqleditor/__init__.py:162 msgid "Options" msgstr "Opcje" @@ -1296,6 +1292,7 @@ msgstr "Usunięto język" #: pgadmin/browser/server_groups/servers/databases/schemas/functions/templates/function/js/functions.js:223 #: pgadmin/browser/server_groups/servers/databases/schemas/functions/templates/trigger_function/js/trigger_functions.js:159 #: pgadmin/browser/server_groups/servers/databases/schemas/packages/edbfuncs/templates/edbfunc/js/edbfunc.js:83 +#: pgadmin/templates/security/login_user.html:12 msgid "Language" msgstr "Język" @@ -1675,21 +1672,18 @@ msgid "Foreign Table dropped" msgstr "Tabela obca skasowana" #: pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py:880 +#, fuzzy msgid "" -"\n" -" Could not find the foreign table in the database.\n" -" It may have been removed by another user or\n" -" shifted to the another schema.\n" -" " +"Could not find the foreign table in the database. It may have been " +"removed by another user or shifted to the another schema." msgstr "" "\n" -" Nie znaleziono tabeli obcej w bazie danych.\n" -" Być może została usunięta przez innego użytkownika\n" -" lub przesunięta do innego schematu.\n" -" " +"Nie znaleziono tabeli obcej w bazie danych.\n" +"Być może została usunięta przez innego użytkownika \n" +"lub przesunięta do innego schematu.\n" -#: pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py:1236 -#: pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py:1277 +#: pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py:1233 +#: pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py:1274 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/__init__.py:2792 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/__init__.py:2841 #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:1211 @@ -1773,6 +1767,7 @@ msgid "FTS Configurations" msgstr "Konfiguracje FTS" #: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:323 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:630 msgid "Could not find the FTS Configuration node." msgstr "Nie znaleziono węzła Konfiguracji FTS." @@ -1796,17 +1791,7 @@ msgstr "Wskazana konfiguracja FTS nie została znaleziona.\n" msgid "FTS Configuration dropped" msgstr "Konfiguracja FTS skasowana" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:630 -msgid "" -"\n" -" Could not find the FTS Configuration node.\n" -" " -msgstr "" -"\n" -" Nie znaleziono węzła Konfiguracji FTS.\n" -" " - -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:855 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:853 msgid "" "ERROR: Could not generate reversed engineered query for the FTS " "Configuration!\n" @@ -1817,7 +1802,7 @@ msgstr "" "\n" "{0}" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:864 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:862 msgid "" "ERROR: Could not generate reversed engineered query for FTS Configuration" " node!" @@ -1881,43 +1866,28 @@ msgid "FTS Dictionaries" msgstr "Słowniki FTS" #: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:335 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:613 msgid "Could not find the FTS Dictionary node." msgstr "Nie znaleziono węzła Słownika FTS." #: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:372 -msgid "" -"\n" -" Could not find the FTS Dictionary node in the database " -"node.\n" -" " -msgstr "" -"\n" -" Nie znaleziono węzła Słownika FTS w węźle bazy danych.\n" -" " +#, fuzzy +msgid "Could not find the FTS Dictionary node in the database node." +msgstr "Nie znaleziono węzła funkcji w bazie danych." -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:488 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:486 msgid "Could not find the FTS Dictionary node to update." msgstr "Nie znaleziono węzła Słownika FTS do zmiany." -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:531 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:529 msgid "The specified FTS dictionary could not be found.\n" msgstr "Nie znaleziono wskazanego Słownika FTS.\n" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:550 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:548 msgid "FTS Dictionary dropped" msgstr "Słownik FTS skasowany" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:615 -msgid "" -"\n" -" Could not find the FTS Dictionary node.\n" -" " -msgstr "" -"\n" -" Nie znaleziono węzła Słownika FTS.\n" -" " - -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:731 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:727 msgid "" "Could not generate reversed engineered query for the FTS Dictionary.\n" "{0}" @@ -1925,7 +1895,7 @@ msgstr "" "Nie można wygenerować zapytania odwróconej inżynierii dla Słownika FTS.\n" "{0}" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:739 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:735 msgid "Could not generate reversed engineered query for FTS Dictionary node." msgstr "Nie można wygenerować zapytania odwróconej inżynierii dla Słownika FTS." @@ -1962,33 +1932,28 @@ msgid "FTS Parsers" msgstr "Parsery FTS" #: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:280 -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:550 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:548 msgid "Could not find the FTS Parser node." msgstr "Nie znaleziono węzła Parsera FTS." #: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:306 -msgid "" -"\n" -" Could not find the FTS Parser node in the database node.\n" -" " -msgstr "" -"\n" -" Nie znaleziono węzła Parsera FTS w węźle bazy danych.\n" -" " +#, fuzzy +msgid "Could not find the FTS Parser node in the database node." +msgstr "Nie znaleziono węzła funkcji w bazie danych." -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:424 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:422 msgid "Could not find the FTS Parser node to update." msgstr "Nie znaleziono węzła Parsera FTS do zmiany." -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:470 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:468 msgid "The specified FTS parser could not be found.\n" msgstr "Nie znaleziono wskazanego Parsera FTS.\n" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:490 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:488 msgid "FTS Parser dropped" msgstr "Parser FTS skasowany" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:774 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:772 msgid "" "Could not generate reversed engineered query for the FTS Parser.\n" "{0}" @@ -1996,7 +1961,7 @@ msgstr "" "Nie można wygenerować zapytania odwróconej inżynierii dla Parsera FTS.\n" "{0}" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:781 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:779 msgid "Could not generate reversed engineered query for FTS Parser node" msgstr "Nie można wygenerować zapytania odwróconej inżynierii dla Parsera FTS" @@ -2164,8 +2129,6 @@ msgid "Trigger Functions" msgstr "Funkcje Wyzwalaczy" #: pgadmin/browser/server_groups/servers/databases/schemas/functions/templates/function/js/functions.js:44 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:521 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:788 msgid "Mode" msgstr "Tryb" @@ -4331,9 +4294,6 @@ msgstr "Kaskadowe" #: pgadmin/browser/server_groups/servers/templates/servers/sql/9.6_plus/stats.sql:30 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:4 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:29 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:411 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:471 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:538 msgid "Database" msgstr "Baza danych" @@ -4998,6 +4958,7 @@ msgstr "Plan..." #: pgadmin/browser/server_groups/servers/pgagent/steps/templates/pga_jobstep/js/pga_jobstep.js:94 #: pgadmin/browser/server_groups/servers/pgagent/templates/pga_job/js/pga_job.js:93 #: pgadmin/browser/server_groups/servers/templates/servers/servers.js:626 +#: pgadmin/browser/server_groups/templates/server_groups/server_groups.js:35 msgid "ID" msgstr "ID" @@ -5763,6 +5724,11 @@ msgstr "Etykieta bezpieczeństwa" msgid "Please specify the value for all the security providers." msgstr "Należy określić wartość dla wszystkich dostawców bezpieczeństwa." +#: pgadmin/browser/server_groups/servers/roles/templates/role/js/role.js:255 +#, fuzzy +msgid "Select members" +msgstr "Grudzień" + #: pgadmin/browser/server_groups/servers/roles/templates/role/js/role.js:316 msgid "Login/Group Role" msgstr "" @@ -5886,7 +5852,7 @@ msgid "Move objects to another tablespace" msgstr "Przenieś obiekty do innej przestrzeni tabel" #: pgadmin/browser/server_groups/servers/tablespaces/templates/tablespaces/js/tablespaces.js:176 -#: pgadmin/browser/templates/browser/index.html:156 +#: pgadmin/browser/templates/browser/index.html:158 #: pgadmin/tools/user_management/__init__.py:41 #: pgadmin/tools/user_management/templates/user_management/js/user_management.js:384 msgid "Users" @@ -5896,9 +5862,7 @@ msgstr "Użytkownicy" #: pgadmin/browser/server_groups/servers/tablespaces/templates/tablespaces/js/tablespaces.js:258 #: pgadmin/browser/server_groups/servers/templates/servers/servers.js:896 #: pgadmin/browser/server_groups/servers/templates/servers/servers.js:922 -#: pgadmin/preferences/templates/preferences/preferences.js:357 -#: pgadmin/preferences/templates/preferences/preferences.js:381 -#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:262 +#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:265 #: pgadmin/tools/import_export/templates/import_export/js/import_export.js:376 #: pgadmin/tools/import_export/templates/import_export/js/import_export.js:396 #: pgadmin/tools/maintenance/templates/maintenance/js/maintenance.js:272 @@ -5918,7 +5882,6 @@ msgstr "OK" #: pgadmin/misc/file_manager/templates/file_manager/js/file_manager.js:409 #: pgadmin/misc/file_manager/templates/file_manager/js/file_manager.js:509 #: pgadmin/misc/file_manager/templates/file_manager/js/file_manager.js:631 -#: pgadmin/preferences/templates/preferences/preferences.js:359 #: pgadmin/tools/backup/templates/backup/js/backup.js:452 #: pgadmin/tools/backup/templates/backup/js/backup.js:665 #: pgadmin/tools/datagrid/templates/datagrid/index.html:244 @@ -6043,7 +6006,7 @@ msgid "Confirm Password" msgstr "Potwierdź Hasło" #: pgadmin/browser/server_groups/servers/templates/servers/servers.js:407 -#: pgadmin/browser/templates/browser/index.html:153 +#: pgadmin/browser/templates/browser/index.html:155 #: pgadmin/templates/security/change_password.html:10 msgid "Change Password" msgstr "Zmień Hasło" @@ -6106,8 +6069,6 @@ msgstr "Połącz z Serwerem" #: pgadmin/browser/server_groups/servers/templates/servers/sql/9.6_plus/stats.sql:31 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:5 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:30 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:431 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:703 msgid "Backend start" msgstr "Start procesu w tle" @@ -6117,8 +6078,6 @@ msgstr "Start procesu w tle" #: pgadmin/browser/server_groups/servers/templates/servers/sql/9.6_plus/stats.sql:41 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:15 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:40 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:426 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:698 msgid "Client" msgstr "Klient" @@ -6128,8 +6087,6 @@ msgstr "Klient" #: pgadmin/browser/server_groups/servers/templates/servers/sql/9.6_plus/stats.sql:42 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:16 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:41 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:421 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:693 msgid "Application" msgstr "Aplikacja" @@ -6137,8 +6094,6 @@ msgstr "Aplikacja" #: pgadmin/browser/server_groups/servers/templates/servers/sql/9.2_plus/stats.sql:42 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:17 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:42 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:445 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:717 msgid "Waiting?" msgstr "Oczekiwanie?" @@ -6197,41 +6152,41 @@ msgstr "Grupa Serwerów..." msgid "The ID cannot be changed." msgstr "ID nie może zostać zmieniony." -#: pgadmin/browser/templates/browser/index.html:94 +#: pgadmin/browser/templates/browser/index.html:95 msgid "Loading {0} v{1}..." msgstr "Wczytywanie {0} v{1}..." -#: pgadmin/browser/templates/browser/index.html:100 +#: pgadmin/browser/templates/browser/index.html:102 msgid "Toggle navigation" msgstr "Przełączenie nawigacji" -#: pgadmin/browser/templates/browser/index.html:117 +#: pgadmin/browser/templates/browser/index.html:119 msgid "File" msgstr "Plik" -#: pgadmin/browser/templates/browser/index.html:122 +#: pgadmin/browser/templates/browser/index.html:124 #: pgadmin/browser/templates/browser/js/node.js:982 msgid "Edit" msgstr "Edycja" -#: pgadmin/browser/templates/browser/index.html:127 +#: pgadmin/browser/templates/browser/index.html:129 msgid "Object" msgstr "Obiekt" -#: pgadmin/browser/templates/browser/index.html:132 +#: pgadmin/browser/templates/browser/index.html:134 msgid "Management" msgstr "Zarządzanie" -#: pgadmin/browser/templates/browser/index.html:137 +#: pgadmin/browser/templates/browser/index.html:139 msgid "Tools" msgstr "Narzędzia" -#: pgadmin/browser/templates/browser/index.html:142 pgadmin/help/__init__.py:90 +#: pgadmin/browser/templates/browser/index.html:144 pgadmin/help/__init__.py:90 #: pgadmin/help/__init__.py:99 msgid "Help" msgstr "Pomoc" -#: pgadmin/browser/templates/browser/index.html:159 +#: pgadmin/browser/templates/browser/index.html:161 msgid "Logout" msgstr "Wylogowanie" @@ -6367,12 +6322,10 @@ msgid "No statistics are available for the selected object." msgstr "Żadne statystyki nie są dostępne dla wybranego obiektu." #: pgadmin/browser/templates/browser/js/messages.js:25 -#: pgadmin/preferences/templates/preferences/preferences.js:193 msgid "True" msgstr "True" #: pgadmin/browser/templates/browser/js/messages.js:26 -#: pgadmin/preferences/templates/preferences/preferences.js:194 msgid "False" msgstr "False" @@ -6555,12 +6508,10 @@ msgid "Block I/O statistics refresh rate" msgstr "Częstotliwość odświeżania statystyk We/Wy bloków" #: pgadmin/dashboard/__init__.py:140 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:337 msgid "Please connect to the selected server to view the table." msgstr "Należy połączyć się do wybranego serwera by zobaczyć tabelę." #: pgadmin/dashboard/__init__.py:145 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:225 msgid "Please connect to the selected server to view the graph." msgstr "Należy połączyć się do wybranego serwera by zobaczyć wykres." @@ -6700,117 +6651,6 @@ msgstr "" msgid "Community Support" msgstr "Wsparcie Społeczności" -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:44 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:117 -msgid "An error occurred whilst loading the dashboard." -msgstr "Wystąpił błąd podczas wczytywania pulpitu." - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:229 -msgid "An error occurred whilst rendering the graph." -msgstr "Wystąpił błąd podczas rysowania wykresu." - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:341 -msgid "An error occurred whilst rendering the table." -msgstr "Wystąpił błąd podczas rysowania tabeli." - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:406 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:466 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:683 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:738 -msgid "PID" -msgstr "PID" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:436 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:708 -msgid "State" -msgstr "Stan" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:453 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:725 -msgid "Wait Event" -msgstr "Zdarzenie Oczekiwania" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:458 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:730 -msgid "Blocking PIDs" -msgstr "" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:476 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:743 -msgid "Lock type" -msgstr "Typ blokady" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:481 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:748 -msgid "Target relation" -msgstr "Relacja docelowa" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:486 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:753 -msgid "Page" -msgstr "Strona" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:491 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:758 -msgid "Tuple" -msgstr "Krotka" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:496 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:763 -msgid "vXID (target)" -msgstr "vXID (cel)" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:501 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:768 -msgid "XID (target)" -msgstr "XID (cel)" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:506 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:773 -msgid "Class" -msgstr "Klasa" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:511 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:778 -msgid "Object ID" -msgstr "ID Obiektu" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:516 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:783 -msgid "vXID (owner)" -msgstr "vXID (właściciel)" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:526 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:793 -msgid "Granted?" -msgstr "Uprawniono?" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:548 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:810 -msgid "XID" -msgstr "XID" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:553 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:815 -msgid "Prepared at" -msgstr "Przygotowano na" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:565 -msgid "Category" -msgstr "Kategoria" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:570 -msgid "Setting" -msgstr "Ustawienie" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:575 -msgid "Unit" -msgstr "Jednostka" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:580 -msgid "Description" -msgstr "Opis" - #: pgadmin/dashboard/templates/dashboard/sql/default/activity.sql:9 msgid "yes" msgstr "tak" @@ -6908,6 +6748,29 @@ msgstr "" "Ścieżka do dokumentacji Zaawansowanego Serwera EDB. $VERSION$ zostanie " "zastąpiona przez główny.podrzędny numer wersji." +#: pgadmin/misc/__init__.py:49 +#: pgadmin/tools/backup/templates/backup/js/backup.js:70 +#: pgadmin/tools/backup/templates/backup/js/backup.js:74 +#: pgadmin/tools/backup/templates/backup/js/backup.js:78 +#: pgadmin/tools/backup/templates/backup/js/backup.js:243 +#: pgadmin/tools/backup/templates/backup/js/backup.js:247 +#: pgadmin/tools/backup/templates/backup/js/backup.js:250 +#: pgadmin/tools/backup/templates/backup/js/backup.js:253 +#: pgadmin/tools/backup/templates/backup/js/backup.js:256 +#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:179 +#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:183 +#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:186 +#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:189 +#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:207 +#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:222 +msgid "Miscellaneous" +msgstr "Pozostałe" + +#: pgadmin/misc/__init__.py:59 pgadmin/misc/__init__.py:60 +#, fuzzy +msgid "User language" +msgstr "Język" + #: pgadmin/misc/bgprocess/__init__.py:50 msgid "seconds" msgstr "sekundy" @@ -6938,7 +6801,7 @@ msgid "Too many logs generated!" msgstr "Wytworzono za wiele logów!" #: pgadmin/misc/bgprocess/processes.py:76 -#: pgadmin/misc/bgprocess/processes.py:518 +#: pgadmin/misc/bgprocess/processes.py:555 msgid "Could not find a process with the specified ID." msgstr "Nie znaleziono procesu o wskazanym ID." @@ -6950,7 +6813,7 @@ msgstr "Proces został już uruchomiony." msgid "The process has already finished and can not be restarted." msgstr "Proces został już zakończony i nie może być uruchomiony ponownie." -#: pgadmin/misc/bgprocess/processes.py:439 +#: pgadmin/misc/bgprocess/processes.py:476 msgid "Status for the background process '{0}' could not be loaded." msgstr "Status procesu w tle '{0}' nie może być wczytany." @@ -7035,22 +6898,19 @@ msgid "Format" msgstr "Format" #: pgadmin/preferences/__init__.py:55 -#: pgadmin/preferences/templates/preferences/preferences.js:354 -#: pgadmin/preferences/templates/preferences/preferences.js:366 +#: pgadmin/preferences/templates/preferences/preferences.js:359 msgid "Preferences" msgstr "Preferencje" -#: pgadmin/preferences/templates/preferences/preferences.js:202 -msgid "Show" -msgstr "Pokaż" - -#: pgadmin/preferences/templates/preferences/preferences.js:203 -msgid "Hide" -msgstr "Ukryj" +#: pgadmin/preferences/__init__.py:112 pgadmin/preferences/__init__.py:118 +#: pgadmin/preferences/__init__.py:127 pgadmin/preferences/__init__.py:133 +#, fuzzy +msgid "label" +msgstr "Etykieta" -#: pgadmin/preferences/templates/preferences/preferences.js:331 -msgid "Category is not selected." -msgstr "Nie wybrano kategorii." +#: pgadmin/preferences/__init__.py:129 +msgid "help_str" +msgstr "" #: pgadmin/settings/__init__.py:43 msgid "Reset Layout" @@ -7062,18 +6922,6 @@ msgstr "Wyczyść Układ" msgid "This URL can not be called directly." msgstr "Ten URL nie może być wywołany bezpośrednio." -#: pgadmin/settings/templates/settings/settings.js:26 -msgid "Reset layout" -msgstr "Wyczyść układ" - -#: pgadmin/settings/templates/settings/settings.js:27 -msgid "" -"Are you sure you want to reset the current layout? This will cause the " -"application to reload and any un-saved data will be lost." -msgstr "" -"Czy na pewno wyczyścić bieżący układ? Spowoduje to przeładowanie " -"aplikacji i utratę wszystkich niezapisanych danych." - #: pgadmin/templates/security/change_password.html:2 #, python-format msgid "%(appname)s Password Change" @@ -7099,11 +6947,11 @@ msgstr "Odzyskaj Hasło" msgid "%(appname)s Login" msgstr "Login %(appname)s" -#: pgadmin/templates/security/login_user.html:9 +#: pgadmin/templates/security/login_user.html:10 msgid "Login" msgstr "Login" -#: pgadmin/templates/security/login_user.html:12 +#: pgadmin/templates/security/login_user.html:23 #, python-format msgid "Forgotten your password?" msgstr "Zapomniałeś hasła?" @@ -7117,8 +6965,8 @@ msgstr "Odzyskiwanie Hasła %(appname)s" msgid "Reset Password" msgstr "Odzyskaj Hasło" -#: pgadmin/tools/__init__.py:51 pgadmin/tools/datagrid/__init__.py:58 -#: pgadmin/tools/sqleditor/__init__.py:164 +#: pgadmin/tools/__init__.py:57 pgadmin/tools/datagrid/__init__.py:59 +#: pgadmin/tools/sqleditor/__init__.py:172 msgid "This URL cannot be requested directly." msgstr "Ten URL nie może być wywołany bezpośrednio." @@ -7159,14 +7007,14 @@ msgstr "Tworzenie kopii zapasowej serwera '{0}'" msgid "Running command:" msgstr "Wykonywane polecenie:" -#: pgadmin/tools/backup/__init__.py:239 pgadmin/tools/backup/__init__.py:337 -#: pgadmin/tools/restore/__init__.py:198 +#: pgadmin/tools/backup/__init__.py:242 pgadmin/tools/backup/__init__.py:343 +#: pgadmin/tools/restore/__init__.py:201 msgid "Could not find the specified server." msgstr "Nie udało się znaleźć wskazanego serwera." -#: pgadmin/tools/backup/__init__.py:252 pgadmin/tools/backup/__init__.py:350 +#: pgadmin/tools/backup/__init__.py:255 pgadmin/tools/backup/__init__.py:356 #: pgadmin/tools/maintenance/__init__.py:206 -#: pgadmin/tools/restore/__init__.py:212 +#: pgadmin/tools/restore/__init__.py:215 msgid "Please connect to the server first." msgstr "Należy najpierw połączyć z serwerem." @@ -7184,23 +7032,6 @@ msgstr "Nazwa pliku" msgid "Role name" msgstr "Nazwa roli" -#: pgadmin/tools/backup/templates/backup/js/backup.js:70 -#: pgadmin/tools/backup/templates/backup/js/backup.js:74 -#: pgadmin/tools/backup/templates/backup/js/backup.js:78 -#: pgadmin/tools/backup/templates/backup/js/backup.js:243 -#: pgadmin/tools/backup/templates/backup/js/backup.js:247 -#: pgadmin/tools/backup/templates/backup/js/backup.js:250 -#: pgadmin/tools/backup/templates/backup/js/backup.js:253 -#: pgadmin/tools/backup/templates/backup/js/backup.js:256 -#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:179 -#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:183 -#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:186 -#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:189 -#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:207 -#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:222 -msgid "Miscellaneous" -msgstr "Pozostałe" - #: pgadmin/tools/backup/templates/backup/js/backup.js:72 #: pgadmin/tools/backup/templates/backup/js/backup.js:249 #: pgadmin/tools/restore/templates/restore/js/restore.js:199 @@ -7442,7 +7273,8 @@ msgid "Please set binary path for PostgreSQL Server from preferences." msgstr "Należy ustawić ścieżkę binariów Serwera PostgreSQL w preferencjach." #: pgadmin/tools/backup/templates/backup/js/backup.js:617 -msgid "Please set binary path for EDB Advanced Server from preferences." +#, fuzzy +msgid "Please set binary path for EDB Postgres Advanced Server from preferences." msgstr "" "Należy ustawić ścieżkę binariów Zaawansowanego Serwera EDB w " "preferencjach." @@ -7453,7 +7285,7 @@ msgstr "" msgid "Please provide filename" msgstr "Należy podać nazwę pliku" -#: pgadmin/tools/datagrid/__init__.py:210 +#: pgadmin/tools/datagrid/__init__.py:223 msgid "Server disconnected, Please connect and try again" msgstr "Serwer rozłączony. Należy połączyć się i spróbować ponownie" @@ -7503,7 +7335,7 @@ msgid "Paste Row" msgstr "Wklej Wiersz" #: pgadmin/tools/datagrid/templates/datagrid/index.html:107 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2288 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2224 msgid "Delete Row(s)" msgstr "Usuń Wiersz(e)" @@ -7558,12 +7390,12 @@ msgid "Timing" msgstr "Planowanie czasu" #: pgadmin/tools/datagrid/templates/datagrid/index.html:195 -#: pgadmin/tools/sqleditor/__init__.py:113 +#: pgadmin/tools/sqleditor/__init__.py:121 msgid "Auto commit?" msgstr "Automatyczne zatwierdzenia?" #: pgadmin/tools/datagrid/templates/datagrid/index.html:201 -#: pgadmin/tools/sqleditor/__init__.py:119 +#: pgadmin/tools/sqleditor/__init__.py:127 msgid "Auto rollback?" msgstr "Automatyczne wycofania?" @@ -7597,57 +7429,70 @@ msgstr "Zastosuj" msgid "Error fetching SQL for script: \"%s\"" msgstr "Błąd pobrania SQL skryptu: \"%s\"" -#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:75 +#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:78 msgid "Query Tool" msgstr "Narzędzie Zapytania" -#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:85 +#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:88 msgid "View All Rows" msgstr "Podgląd Wszystkich Wierszy" -#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:90 +#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:93 msgid "View First 100 Rows" msgstr "Podgląd Pierwszych 100 Wierszy" -#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:95 +#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:98 msgid "View Last 100 Rows" msgstr "Podgląd Ostatnich 100 Wierszy" -#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:100 +#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:103 msgid "View Filtered Rows..." msgstr "Podgląd Filtrowanych Wierszy..." -#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:104 +#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:107 msgid "View Data" msgstr "Podgląd danych" -#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:412 +#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:433 msgid " untitled" msgstr "" -#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:461 +#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:501 msgid "Query Tool Initialize Error" msgstr "Błąd Uruchomienia Narzędzia Zapytania" +#: pgadmin/tools/debugger/__init__.py:46 +#: pgadmin/tools/debugger/templates/debugger/js/debugger.js:90 +msgid "Debugger" +msgstr "Debugger" + +#: pgadmin/tools/debugger/__init__.py:66 pgadmin/tools/sqleditor/__init__.py:89 +msgid "Open in New Browser Tab" +msgstr "" + #: pgadmin/tools/debugger/__init__.py:68 +msgid "If set to True, the Debugger will be opened in a new browser tab." +msgstr "" + +#: pgadmin/tools/debugger/__init__.py:78 #: pgadmin/tools/import_export/__init__.py:141 #: pgadmin/tools/maintenance/__init__.py:143 msgid "This URL can not be called directly!" msgstr "Ten URL nie może być wywołany bezpośrednio!" -#: pgadmin/tools/debugger/__init__.py:186 +#: pgadmin/tools/debugger/__init__.py:196 msgid "Functions with a colon in the name cannot be debugged." msgstr "Funkcje z dwukropkiem w nazwie nie mogą być debugowane." -#: pgadmin/tools/debugger/__init__.py:189 +#: pgadmin/tools/debugger/__init__.py:199 msgid "EDB Advanced Server wrapped functions cannot be debugged." msgstr "Nie można debugować opakowanych funkcji Zaawansowanego Serwera EDB." -#: pgadmin/tools/debugger/__init__.py:195 +#: pgadmin/tools/debugger/__init__.py:205 msgid "Could not fetch debugger plugin information." msgstr "Nie uzyskano informacji o wtyczce debuggera." -#: pgadmin/tools/debugger/__init__.py:200 +#: pgadmin/tools/debugger/__init__.py:210 msgid "" "The debugger plugin is not enabled. Please add the plugin to the " "shared_preload_libraries setting in the postgresql.conf file and restart " @@ -7657,12 +7502,12 @@ msgstr "" "shared_preload_libraries w pliku postgresql.conf i ponownie uruchomić " "serwer bazy danych." -#: pgadmin/tools/debugger/__init__.py:206 -#: pgadmin/tools/debugger/__init__.py:213 +#: pgadmin/tools/debugger/__init__.py:216 +#: pgadmin/tools/debugger/__init__.py:223 msgid "Failed to find the pldbgapi extension in this database." msgstr "Nie znaleziono rozszerzenia pldbgapi na tej bazie danych." -#: pgadmin/tools/debugger/__init__.py:217 +#: pgadmin/tools/debugger/__init__.py:227 msgid "" "The debugger plugin is not enabled. Please create the pldbgapi extension " "in this database." @@ -7670,61 +7515,61 @@ msgstr "" "Wtyczka debuggera nie jest włączona. Należy utworzyć rozszerzenie " "pldbgapi na tej bazie danych." -#: pgadmin/tools/debugger/__init__.py:221 +#: pgadmin/tools/debugger/__init__.py:231 msgid "The function/procedure cannot be debugged" msgstr "Funkcja/procedura nie może być debugowana" -#: pgadmin/tools/debugger/__init__.py:553 -#: pgadmin/tools/debugger/__init__.py:590 -#: pgadmin/tools/debugger/__init__.py:612 +#: pgadmin/tools/debugger/__init__.py:569 +#: pgadmin/tools/debugger/__init__.py:606 +#: pgadmin/tools/debugger/__init__.py:628 msgid "Not connected to server Or connection with the server has been closed." msgstr "Nie połączono z serwerem lub połączenie zostało zamknięte." -#: pgadmin/tools/debugger/__init__.py:774 -#: pgadmin/tools/debugger/__init__.py:778 -#: pgadmin/tools/debugger/__init__.py:806 -#: pgadmin/tools/debugger/__init__.py:852 -#: pgadmin/tools/debugger/__init__.py:874 -#: pgadmin/tools/debugger/__init__.py:909 -#: pgadmin/tools/debugger/__init__.py:934 -#: pgadmin/tools/debugger/__init__.py:1003 -#: pgadmin/tools/debugger/__init__.py:1046 -#: pgadmin/tools/debugger/__init__.py:1067 -#: pgadmin/tools/debugger/__init__.py:1098 -#: pgadmin/tools/debugger/__init__.py:1119 -#: pgadmin/tools/debugger/__init__.py:1156 -#: pgadmin/tools/debugger/__init__.py:1179 -#: pgadmin/tools/debugger/__init__.py:1206 -#: pgadmin/tools/debugger/__init__.py:1355 -#: pgadmin/tools/debugger/__init__.py:1442 -#: pgadmin/tools/debugger/__init__.py:1464 -#: pgadmin/tools/debugger/__init__.py:1479 -#: pgadmin/tools/sqleditor/__init__.py:206 -#: pgadmin/tools/sqleditor/__init__.py:351 -#: pgadmin/tools/sqleditor/__init__.py:886 +#: pgadmin/tools/debugger/__init__.py:790 +#: pgadmin/tools/debugger/__init__.py:794 +#: pgadmin/tools/debugger/__init__.py:822 +#: pgadmin/tools/debugger/__init__.py:868 +#: pgadmin/tools/debugger/__init__.py:890 +#: pgadmin/tools/debugger/__init__.py:925 +#: pgadmin/tools/debugger/__init__.py:950 +#: pgadmin/tools/debugger/__init__.py:1019 +#: pgadmin/tools/debugger/__init__.py:1062 +#: pgadmin/tools/debugger/__init__.py:1083 +#: pgadmin/tools/debugger/__init__.py:1114 +#: pgadmin/tools/debugger/__init__.py:1135 +#: pgadmin/tools/debugger/__init__.py:1172 +#: pgadmin/tools/debugger/__init__.py:1195 +#: pgadmin/tools/debugger/__init__.py:1222 +#: pgadmin/tools/debugger/__init__.py:1410 +#: pgadmin/tools/debugger/__init__.py:1473 +#: pgadmin/tools/debugger/__init__.py:1495 +#: pgadmin/tools/debugger/__init__.py:1511 +#: pgadmin/tools/sqleditor/__init__.py:214 +#: pgadmin/tools/sqleditor/__init__.py:359 +#: pgadmin/tools/sqleditor/__init__.py:890 #: pgadmin/tools/sqleditor/command.py:176 #: pgadmin/tools/sqleditor/command.py:390 msgid "Not connected to server or connection with the server has been closed." msgstr "Nie połączono z serwerem lub połączenie zostało zamknięte." -#: pgadmin/tools/debugger/__init__.py:845 +#: pgadmin/tools/debugger/__init__.py:861 msgid "Target Aborted." msgstr "Cep Porzucony." -#: pgadmin/tools/debugger/__init__.py:1149 +#: pgadmin/tools/debugger/__init__.py:1165 msgid "Value deposited successfully" msgstr "Wartość zachowana pomyślnie" -#: pgadmin/tools/debugger/__init__.py:1151 +#: pgadmin/tools/debugger/__init__.py:1167 msgid "Error while setting the value" msgstr "Błąd podczas ustawienia wartości" -#: pgadmin/tools/debugger/__init__.py:1380 -#: pgadmin/tools/debugger/__init__.py:1424 +#: pgadmin/tools/debugger/__init__.py:1435 +#: pgadmin/tools/debugger/__init__.py:1455 msgid "Execution Completed." msgstr "Zakończono wykonanie." -#: pgadmin/tools/debugger/__init__.py:1385 +#: pgadmin/tools/debugger/__init__.py:1440 msgid "Execution completed with error" msgstr "Wykonanie zakończyło się błędem." @@ -7772,10 +7617,6 @@ msgstr "Debug" msgid "Set breakpoint" msgstr "Ustawienie pułapki" -#: pgadmin/tools/debugger/templates/debugger/js/debugger.js:90 -msgid "Debugger" -msgstr "Debugger" - #: pgadmin/tools/debugger/templates/debugger/js/debugger_ui.js:89 msgid "Please enter a value for the parameter." msgstr "Należy wprowadzić wartość parametru." @@ -7789,7 +7630,7 @@ msgid "Local variables" msgstr "Zmienne lokalne" #: pgadmin/tools/debugger/templates/debugger/js/direct.js:1504 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:265 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:199 msgid "Messages" msgstr "Komunikaty" @@ -7842,8 +7683,8 @@ msgstr "Nie udało się znaleźć wskazanego serwera" msgid "Please connect to the server first..." msgstr "Należy najpierw połączyć z serwerem..." -#: pgadmin/tools/import_export/__init__.py:228 -#: pgadmin/tools/import_export/__init__.py:235 +#: pgadmin/tools/import_export/__init__.py:232 +#: pgadmin/tools/import_export/__init__.py:239 msgid "Please specify a valid file" msgstr "Należy określić poprawny plik" @@ -8113,7 +7954,7 @@ msgstr "Odtworzenie kopii zapasowej na serwerze '{0}'..." msgid "Restoring the backup on the server '{0}'..." msgstr "Odtworzenie kopii zapasowej na serwerze '{0}'..." -#: pgadmin/tools/restore/__init__.py:187 +#: pgadmin/tools/restore/__init__.py:190 msgid "File couldn't be found!" msgstr "Plik nie został znaleziony!" @@ -8182,35 +8023,40 @@ msgstr "" "wyświetla je do kliknięcia. Wartości większe od 1 wyświetlają " "powiadomienie przez wskazaną liczbę sekund." -#: pgadmin/tools/sqleditor/__init__.py:89 +#: pgadmin/tools/sqleditor/__init__.py:91 +msgid "If set to True, the Query Tool will be opened in a new browser tab." +msgstr "" + +#: pgadmin/tools/sqleditor/__init__.py:97 msgid "Verbose output?" msgstr "Obszerne komunikaty?" -#: pgadmin/tools/sqleditor/__init__.py:90 -#: pgadmin/tools/sqleditor/__init__.py:96 -#: pgadmin/tools/sqleditor/__init__.py:102 -#: pgadmin/tools/sqleditor/__init__.py:108 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:255 +#: pgadmin/tools/sqleditor/__init__.py:98 +#: pgadmin/tools/sqleditor/__init__.py:104 +#: pgadmin/tools/sqleditor/__init__.py:110 +#: pgadmin/tools/sqleditor/__init__.py:116 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:189 msgid "Explain" msgstr "Plan zapytania" -#: pgadmin/tools/sqleditor/__init__.py:95 +#: pgadmin/tools/sqleditor/__init__.py:103 msgid "Show costs?" msgstr "Pokazać koszty?" -#: pgadmin/tools/sqleditor/__init__.py:101 +#: pgadmin/tools/sqleditor/__init__.py:109 msgid "Show buffers?" msgstr "Pokazać bufory?" -#: pgadmin/tools/sqleditor/__init__.py:107 -msgid "Show timing" +#: pgadmin/tools/sqleditor/__init__.py:115 +#, fuzzy +msgid "Show timing?" msgstr "Pokaż timing." -#: pgadmin/tools/sqleditor/__init__.py:125 +#: pgadmin/tools/sqleditor/__init__.py:133 msgid "Font size" msgstr "Rozmiar czcionki" -#: pgadmin/tools/sqleditor/__init__.py:129 +#: pgadmin/tools/sqleditor/__init__.py:137 msgid "" "The font size to use for the SQL text boxes and editors. The value " "specified is in \"em\" units, in which 1 is the default relative font " @@ -8224,19 +8070,19 @@ msgstr "" "procent należy użyć wartości 1.2 zaś by zmniejszyć o 20 procent powinno " "się użyć 0.8. Minimum to 0.1, a maksimum 10." -#: pgadmin/tools/sqleditor/__init__.py:137 +#: pgadmin/tools/sqleditor/__init__.py:145 msgid "Tab size" msgstr "Rozmiar tabulacji" -#: pgadmin/tools/sqleditor/__init__.py:141 +#: pgadmin/tools/sqleditor/__init__.py:149 msgid "The number of spaces per tab. Minimum 2, maximum 8." msgstr "Liczba spacji na tabulację. Minimum 2, maksimum 8." -#: pgadmin/tools/sqleditor/__init__.py:146 +#: pgadmin/tools/sqleditor/__init__.py:154 msgid "Use spaces?" msgstr "Użyć spacji?" -#: pgadmin/tools/sqleditor/__init__.py:148 +#: pgadmin/tools/sqleditor/__init__.py:156 msgid "" "Specifies whether or not to insert spaces instead of tabs when the tab " "key is used." @@ -8244,34 +8090,34 @@ msgstr "" "Określa czy używać do wstawień spacji zamiast tabulacji, gdy wciśnie się " "klawisz tab." -#: pgadmin/tools/sqleditor/__init__.py:153 +#: pgadmin/tools/sqleditor/__init__.py:161 msgid "Line wrapping?" msgstr "Zawijanie linii?" -#: pgadmin/tools/sqleditor/__init__.py:155 +#: pgadmin/tools/sqleditor/__init__.py:163 msgid "Specifies whether or not to wrap SQL code in editor." msgstr "Wskazuje czy zawijać kod SQL w edytorze." -#: pgadmin/tools/sqleditor/__init__.py:190 -#: pgadmin/tools/sqleditor/__init__.py:288 -#: pgadmin/tools/sqleditor/__init__.py:849 +#: pgadmin/tools/sqleditor/__init__.py:198 +#: pgadmin/tools/sqleditor/__init__.py:296 +#: pgadmin/tools/sqleditor/__init__.py:853 msgid "Transaction ID not found in the session." msgstr "ID Transakcji nie znaleziono w sesji." -#: pgadmin/tools/sqleditor/__init__.py:358 -#: pgadmin/tools/sqleditor/__init__.py:889 +#: pgadmin/tools/sqleditor/__init__.py:366 +#: pgadmin/tools/sqleditor/__init__.py:893 msgid "Either Transaction object or Session object not found." msgstr "Nie znaleziono obiektu ani Transakcji ani Sesji." -#: pgadmin/tools/sqleditor/__init__.py:608 +#: pgadmin/tools/sqleditor/__init__.py:609 msgid "No primary key found for this object, so unable to save records." msgstr "Nie znaleziono klucza głównego obiektu, zatem nie da się zapisać rekordów." -#: pgadmin/tools/sqleditor/__init__.py:1250 +#: pgadmin/tools/sqleditor/__init__.py:1254 msgid "File type not supported" msgstr "Nie wspierany typ pliku" -#: pgadmin/tools/sqleditor/__init__.py:1385 +#: pgadmin/tools/sqleditor/__init__.py:1389 msgid "Transaction status check failed." msgstr "Nie udało się sprawdzić statusu transakcji." @@ -8287,22 +8133,22 @@ msgstr "Ciąg znaków filtra jest pusty." msgid "Data cannot be saved for the current object." msgstr "Nie można zapisać danych tego obiektu." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:245 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:179 msgid "Data Output" msgstr "Wyjście Danych" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:275 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:209 msgid "History" msgstr "Historia" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:307 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1679 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:242 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1615 msgid "" "The data has been modified, but not saved. Are you sure you wish to " "discard the changes?" msgstr "Dane zostały zmienione ale nie zapisane. Czy na pewno odrzucić zmiany?" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:311 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:246 msgid "" "The query has been modified, but not saved. Are you sure you wish to " "discard the changes?" @@ -8310,68 +8156,68 @@ msgstr "" "Zapytanie zostało zmienione ale nie zapisane. Czy na pewno odrzucić " "zmiany?" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:460 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1363 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1678 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2508 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:396 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1298 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1614 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2450 msgid "Unsaved changes" msgstr "Niezapisane zmiany" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1364 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2509 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1299 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2451 msgid "Are you sure you wish to discard the current changes?" msgstr "Czy na pewno porzucić ostatnie zmiany?" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1386 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1321 msgid "Clear history" msgstr "Wyczyść historię" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1387 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1322 msgid "Are you sure you wish to clear the history?" msgstr "Czy na pewno wyczyścić historię?" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1703 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1639 msgid "Initializing query execution." msgstr "Początek wykonywania zapytania." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1710 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3273 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1646 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3162 msgid "Waiting for the query execution to complete..." msgstr "Oczekiwanie na zakończenie wykonania zapytania..." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1827 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1763 #, python-format msgid "Query returned successfully in %s." msgstr "Zapytanie zakończone z powodzeniem w czasie %s." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1863 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1967 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1799 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1903 msgid "Loading data from the database server and rendering..." msgstr "Pobieranie danych z serwera bazy i wyświetlanie..." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1974 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1910 #, python-format msgid "Total query runtime: %s." msgstr "Całkowity czas wykonania zapytania: %s" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1975 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1911 #, python-format msgid "%s rows retrieved." msgstr "%s wierszy zwróconych." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2053 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1989 msgid "Retrieving information about the columns returned..." msgstr "Odczyt informacji o zwróconych kolumnach..." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2279 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2215 msgid "Row(s) deleted" msgstr "Wiersz(e) usunięto" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2283 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2219 msgid "Operation failed" msgstr "Niepowodzenie operacji" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2284 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2220 msgid "" "There are unsaved changes in grid, Please save them first to avoid " "inconsistency in data" @@ -8379,85 +8225,77 @@ msgstr "" "Są niezapisane dane w siatce danych, Należy je najpierw zapisać by " "uniknąć niespójności danych" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2289 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2225 msgid "Are you sure you wish to delete selected row(s)?" msgstr "Czy na pewno usunąć wybrany wiersz(e)?" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2351 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2287 msgid "Saving the updated data..." msgstr "Zapis zmodyfikowanych danych..." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2407 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2343 #, python-format msgid "%s." msgstr "%s." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2543 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2485 msgid "Loading the file..." msgstr "Ładowanie pliku..." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2591 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2533 msgid "Saving the queries in the file..." msgstr "Zapis zapytań do pliku..." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2602 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2544 msgid "File saved successfully." msgstr "Udany zapis do pliku." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2709 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2655 msgid "Loading the existing filter options..." msgstr "Pobieranie istniejących opcji filtrowania..." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2779 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2849 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2725 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2795 msgid "Applying the new filter..." msgstr "Zastosowanie nowego filtru..." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2902 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2848 msgid "Removing the filter..." msgstr "Usuwanie filtru..." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2953 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2899 msgid "Applying the filter..." msgstr "Zastosowanie filtru..." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3051 -msgid "Error" -msgstr "Błąd" - -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3052 -msgid "Oops, unable to copy to clipboard" -msgstr "Niestety nie da się skopiować do schowka" - -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3165 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3054 msgid "Setting the limit on the result..." msgstr "Ustawianie limitu na wynik..." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3239 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3128 msgid "Initializing the query execution!" msgstr "Początek wykonywania zapytania!" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3600 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3606 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3489 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3495 msgid "Error occurred while setting verbose option in explain" msgstr "Wystąpił błąd podczas ustawienia opcji szczegółowości w planie zapytania" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3638 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3644 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3527 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3533 msgid "Error occurred while setting costs option in explain" msgstr "Wystąpił błąd podczas ustawienia opcji kosztów w planie zapytania" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3675 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3681 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3564 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3570 msgid "Error occurred while setting buffers option in explain" msgstr "Wystąpił błąd podczas ustawienia opcji buforów w planie zapytania" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3711 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3717 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3600 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3606 msgid "Error occurred while setting timing option in explain" msgstr "Wystąpił błąd podczas ustawienia opcji timingu w planie zapytania" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3795 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3684 msgid "Error occurred while getting query tool options " msgstr "Wystąpił błąd podczas odczytu opcji narzędzia zapytania" @@ -8587,43 +8425,43 @@ msgstr "Nie zaimplementowano." msgid "Service Unavailable" msgstr "Usługa Niedostępna" -#: pgadmin/utils/preferences.py:152 +#: pgadmin/utils/preferences.py:153 msgid "Invalid value for a boolean option." msgstr "Niepoprawna wartość dla opcji logicznej." -#: pgadmin/utils/preferences.py:162 +#: pgadmin/utils/preferences.py:163 msgid "Invalid value for an integer option." msgstr "Niepoprawna wartość dla opcji całkowitej." -#: pgadmin/utils/preferences.py:173 +#: pgadmin/utils/preferences.py:174 msgid "Invalid value for a numeric option." msgstr "Niepoprawna wartość dla opcji liczbowej." -#: pgadmin/utils/preferences.py:179 +#: pgadmin/utils/preferences.py:180 msgid "Invalid value for a date option." msgstr "Niepoprawna wartość dla opcji daty." -#: pgadmin/utils/preferences.py:185 +#: pgadmin/utils/preferences.py:186 msgid "Invalid value for a datetime option." msgstr "Niepoprawna wartość dla opcji daty i czasu." -#: pgadmin/utils/preferences.py:188 +#: pgadmin/utils/preferences.py:194 msgid "Invalid value for an options option." msgstr "Niepoprawna wartość dla opcji z opcjami." -#: pgadmin/utils/preferences.py:507 +#: pgadmin/utils/preferences.py:513 msgid "Could not fine the specified module." msgstr "Nie udało się znaleźć wskazanego modułu" -#: pgadmin/utils/preferences.py:512 +#: pgadmin/utils/preferences.py:518 msgid "Module '{0}' is no longer in use." msgstr "Moduł '{0}' nie jest już używany." -#: pgadmin/utils/preferences.py:525 +#: pgadmin/utils/preferences.py:531 msgid "Module '{0}' does not have category with id '{1}'" msgstr "Moduł '{0}' nie ma kategorii o id '{1}'" -#: pgadmin/utils/preferences.py:539 +#: pgadmin/utils/preferences.py:545 msgid "Could not find the specified preference." msgstr "Nie udało się znaleźć wskazanej preferencji." @@ -8727,3 +8565,90 @@ msgstr "Nie znaleziono wskazanej bazy danych." #~ msgid "Couldn't generate reversed engineered query for FTS Dictionary node!" #~ msgstr "" +#~ msgid "An error occurred whilst loading the dashboard." +#~ msgstr "Wystąpił błąd podczas wczytywania pulpitu." + +#~ msgid "An error occurred whilst rendering the graph." +#~ msgstr "Wystąpił błąd podczas rysowania wykresu." + +#~ msgid "An error occurred whilst rendering the table." +#~ msgstr "Wystąpił błąd podczas rysowania tabeli." + +#~ msgid "PID" +#~ msgstr "PID" + +#~ msgid "State" +#~ msgstr "Stan" + +#~ msgid "Wait Event" +#~ msgstr "Zdarzenie Oczekiwania" + +#~ msgid "Blocking PIDs" +#~ msgstr "" + +#~ msgid "Lock type" +#~ msgstr "Typ blokady" + +#~ msgid "Target relation" +#~ msgstr "Relacja docelowa" + +#~ msgid "Page" +#~ msgstr "Strona" + +#~ msgid "Tuple" +#~ msgstr "Krotka" + +#~ msgid "vXID (target)" +#~ msgstr "vXID (cel)" + +#~ msgid "XID (target)" +#~ msgstr "XID (cel)" + +#~ msgid "Class" +#~ msgstr "Klasa" + +#~ msgid "Object ID" +#~ msgstr "ID Obiektu" + +#~ msgid "vXID (owner)" +#~ msgstr "vXID (właściciel)" + +#~ msgid "Granted?" +#~ msgstr "Uprawniono?" + +#~ msgid "XID" +#~ msgstr "XID" + +#~ msgid "Prepared at" +#~ msgstr "Przygotowano na" + +#~ msgid "Category" +#~ msgstr "Kategoria" + +#~ msgid "Setting" +#~ msgstr "Ustawienie" + +#~ msgid "Unit" +#~ msgstr "Jednostka" + +#~ msgid "Description" +#~ msgstr "Opis" + +#~ msgid "Show" +#~ msgstr "Pokaż" + +#~ msgid "Hide" +#~ msgstr "Ukryj" + +#~ msgid "Category is not selected." +#~ msgstr "Nie wybrano kategorii." + +#~ msgid "Reset layout" +#~ msgstr "Wyczyść układ" + +#~ msgid "Error" +#~ msgstr "Błąd" + +#~ msgid "Oops, unable to copy to clipboard" +#~ msgstr "Niestety nie da się skopiować do schowka" + diff --git a/web/pgadmin/translations/zh/LC_MESSAGES/messages.mo b/web/pgadmin/translations/zh/LC_MESSAGES/messages.mo index c2f6c964..2090ba2e 100644 Binary files a/web/pgadmin/translations/zh/LC_MESSAGES/messages.mo and b/web/pgadmin/translations/zh/LC_MESSAGES/messages.mo differ diff --git a/web/pgadmin/translations/zh/LC_MESSAGES/messages.po b/web/pgadmin/translations/zh/LC_MESSAGES/messages.po index 77b8706e..c9462259 100644 --- a/web/pgadmin/translations/zh/LC_MESSAGES/messages.po +++ b/web/pgadmin/translations/zh/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2017-03-09 09:21+0000\n" +"POT-Creation-Date: 2017-03-27 02:06+0200\n" "PO-Revision-Date: 2017-11-14 23:55+0800\n" "Last-Translator: FULL NAME \n" "Language-Team: zh_Hans_CN \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" -#: pgadmin/__init__.py:357 pgadmin/__init__.py:397 +#: pgadmin/__init__.py:401 pgadmin/__init__.py:441 #, python-format msgid "Auto-detected %s installation with the data directory at %s" msgstr "自动检测到%s的安装,数据目录在%s " @@ -27,12 +27,12 @@ msgstr "自动检测到%s的安装,数据目录在%s " msgid "About %(appname)s" msgstr "About %(appname)s" -#: pgadmin/about/__init__.py:66 +#: pgadmin/about/__init__.py:64 #: pgadmin/browser/server_groups/servers/templates/servers/servers.js:42 msgid "Server" msgstr "服务器" -#: pgadmin/about/__init__.py:68 +#: pgadmin/about/__init__.py:66 msgid "Desktop" msgstr "桌面" @@ -66,21 +66,23 @@ msgstr "应用程序模式" msgid "Current User" msgstr "当前用户" -#: pgadmin/browser/__init__.py:36 +#: pgadmin/browser/__init__.py:37 #: pgadmin/browser/templates/browser/js/browser.js:104 msgid "Browser" msgstr "浏览器" -#: pgadmin/browser/__init__.py:193 +#: pgadmin/browser/__init__.py:194 msgid "Show system objects?" msgstr "显示系统对象么?" -#: pgadmin/browser/__init__.py:194 pgadmin/tools/sqleditor/__init__.py:79 -#: pgadmin/tools/sqleditor/__init__.py:128 +#: pgadmin/browser/__init__.py:195 pgadmin/tools/debugger/__init__.py:67 +#: pgadmin/tools/sqleditor/__init__.py:79 +#: pgadmin/tools/sqleditor/__init__.py:90 +#: pgadmin/tools/sqleditor/__init__.py:136 msgid "Display" msgstr "显示" -#: pgadmin/browser/__init__.py:422 pgadmin/browser/collection.py:227 +#: pgadmin/browser/__init__.py:423 pgadmin/browser/collection.py:227 #: pgadmin/browser/server_groups/servers/databases/schemas/packages/edbfuncs/__init__.py:109 #: pgadmin/browser/server_groups/servers/databases/schemas/packages/edbfuncs/__init__.py:688 msgid "Nodes" @@ -100,21 +102,21 @@ msgstr "缺少必需的属性。" msgid "Connection to the server has been lost." msgstr "到服务器的连接已丢失。" -#: pgadmin/browser/server_groups/__init__.py:124 +#: pgadmin/browser/server_groups/__init__.py:125 msgid "The specified server group cannot be deleted." msgstr "指定的服务器组不能删除" -#: pgadmin/browser/server_groups/__init__.py:136 -#: pgadmin/browser/server_groups/__init__.py:167 -#: pgadmin/browser/server_groups/__init__.py:205 +#: pgadmin/browser/server_groups/__init__.py:137 +#: pgadmin/browser/server_groups/__init__.py:168 +#: pgadmin/browser/server_groups/__init__.py:206 msgid "The specified server group could not be found." msgstr "找不到指定的服务器组" -#: pgadmin/browser/server_groups/__init__.py:231 +#: pgadmin/browser/server_groups/__init__.py:232 msgid "Server group already exists" msgstr "服务器组已存在" -#: pgadmin/browser/server_groups/__init__.py:263 +#: pgadmin/browser/server_groups/__init__.py:264 msgid "No server group name was specified" msgstr "没有指定服务器组名称" @@ -204,8 +206,8 @@ msgstr "没有参数发生改变!" #: pgadmin/browser/server_groups/servers/databases/schemas/domains/__init__.py:206 #: pgadmin/browser/server_groups/servers/databases/schemas/domains/domain_constraints/__init__.py:211 #: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:407 -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:409 -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:343 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:407 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:341 #: pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/__init__.py:326 #: pgadmin/browser/server_groups/servers/databases/schemas/functions/__init__.py:267 #: pgadmin/browser/server_groups/servers/databases/schemas/packages/__init__.py:321 @@ -279,20 +281,20 @@ msgstr "已经重新加载服务器配置" #: pgadmin/browser/server_groups/servers/__init__.py:894 #: pgadmin/browser/server_groups/servers/pgagent/templates/pga_job/js/pga_job.js:185 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1763 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1899 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2438 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2739 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2808 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2879 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2929 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2984 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3192 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3300 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3398 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3443 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3496 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3535 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1699 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1835 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2374 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2685 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2754 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2825 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2875 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2930 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3081 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3189 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3287 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3332 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3385 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3424 msgid "" "Not connected to the server or the connection to the server has been " "closed." @@ -333,31 +335,31 @@ msgstr "请连接服务器" msgid "EDB Advanced Server" msgstr "EDB Advanced Server" -#: pgadmin/browser/server_groups/servers/types.py:48 +#: pgadmin/browser/server_groups/servers/types.py:51 #: pgadmin/help/__init__.py:84 msgid "Paths" msgstr "路径" -#: pgadmin/browser/server_groups/servers/types.py:56 +#: pgadmin/browser/server_groups/servers/types.py:59 msgid "{0} Binary Path" msgstr "{0} 二进制文件路径" -#: pgadmin/browser/server_groups/servers/types.py:57 +#: pgadmin/browser/server_groups/servers/types.py:60 msgid "Binary paths" msgstr "二进制路径" -#: pgadmin/browser/server_groups/servers/types.py:59 +#: pgadmin/browser/server_groups/servers/types.py:63 msgid "" "Path to the directory containing the {0} utility programs (pg_dump, " "pg_restore etc)." msgstr "包含{0} 实用程序(pg_dump,pg_restore等)的目录的路径。" -#: pgadmin/browser/server_groups/servers/types.py:110 +#: pgadmin/browser/server_groups/servers/types.py:115 #, python-format msgid "Could not find the utility for the operation '%s'" msgstr "找不到的该程序的操作 %s" -#: pgadmin/browser/server_groups/servers/types.py:124 +#: pgadmin/browser/server_groups/servers/types.py:129 msgid "PostgreSQL" msgstr "PostgreSQL" @@ -398,8 +400,8 @@ msgstr "数据库已经断开连接" #: pgadmin/browser/server_groups/servers/databases/schemas/domains/domain_constraints/__init__.py:482 #: pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py:724 #: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:544 -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:528 -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:467 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:526 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:465 #: pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/__init__.py:439 #: pgadmin/browser/server_groups/servers/databases/schemas/functions/__init__.py:799 #: pgadmin/browser/server_groups/servers/databases/schemas/packages/__init__.py:390 @@ -532,9 +534,7 @@ msgstr "转换中..." #: pgadmin/browser/server_groups/servers/tablespaces/templates/tablespaces/js/tablespaces.js:326 #: pgadmin/browser/server_groups/servers/tablespaces/templates/tablespaces/sql/default/stats.sql:5 #: pgadmin/browser/server_groups/servers/templates/servers/servers.js:628 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:533 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:560 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:800 +#: pgadmin/browser/server_groups/templates/server_groups/server_groups.js:38 msgid "Name" msgstr "名称" @@ -726,8 +726,6 @@ msgstr "事件触发器..." #: pgadmin/browser/server_groups/servers/databases/schemas/views/templates/view/js/view.js:109 #: pgadmin/browser/server_groups/servers/databases/templates/databases/js/databases.js:308 #: pgadmin/browser/server_groups/servers/tablespaces/templates/tablespaces/js/tablespaces.js:340 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:543 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:805 #: pgadmin/tools/backup/templates/backup/js/backup.js:201 #: pgadmin/tools/restore/templates/restore/js/restore.js:159 msgid "Owner" @@ -1202,8 +1200,6 @@ msgstr "用户映射..." #: pgadmin/browser/server_groups/servers/templates/servers/sql/9.6_plus/stats.sql:29 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:3 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:28 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:416 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:688 msgid "User" msgstr "用户" @@ -1266,11 +1262,11 @@ msgstr "处理程序" #: pgadmin/tools/maintenance/templates/maintenance/js/maintenance.js:53 #: pgadmin/tools/maintenance/templates/maintenance/js/maintenance.js:80 #: pgadmin/tools/maintenance/templates/maintenance/js/maintenance.js:93 -#: pgadmin/tools/sqleditor/__init__.py:114 -#: pgadmin/tools/sqleditor/__init__.py:120 -#: pgadmin/tools/sqleditor/__init__.py:140 -#: pgadmin/tools/sqleditor/__init__.py:147 -#: pgadmin/tools/sqleditor/__init__.py:154 +#: pgadmin/tools/sqleditor/__init__.py:122 +#: pgadmin/tools/sqleditor/__init__.py:128 +#: pgadmin/tools/sqleditor/__init__.py:148 +#: pgadmin/tools/sqleditor/__init__.py:155 +#: pgadmin/tools/sqleditor/__init__.py:162 msgid "Options" msgstr "选项" @@ -1301,6 +1297,7 @@ msgstr "删除语言" #: pgadmin/browser/server_groups/servers/databases/schemas/functions/templates/function/js/functions.js:223 #: pgadmin/browser/server_groups/servers/databases/schemas/functions/templates/trigger_function/js/trigger_functions.js:159 #: pgadmin/browser/server_groups/servers/databases/schemas/packages/edbfuncs/templates/edbfunc/js/edbfunc.js:83 +#: pgadmin/templates/security/login_user.html:12 msgid "Language" msgstr "语言" @@ -1667,19 +1664,16 @@ msgid "Foreign Table dropped" msgstr "外部表已经被删除" #: pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py:880 +#, fuzzy msgid "" -"\n" -" Could not find the foreign table in the database.\n" -" It may have been removed by another user or\n" -" shifted to the another schema.\n" -" " +"Could not find the foreign table in the database. It may have been " +"removed by another user or shifted to the another schema." msgstr "" -" 在数据库中找不到外部表。\n" -"它可能已被其他用户删除\n" -"或者转移到另一个模式。\n" +"在数据库中找不到外部表。\n" +"它可能已被另一个用户删除或转移到另一个模式" -#: pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py:1236 -#: pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py:1277 +#: pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py:1233 +#: pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py:1274 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/__init__.py:2792 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/__init__.py:2841 #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:1211 @@ -1763,6 +1757,7 @@ msgid "FTS Configurations" msgstr "FTS配置" #: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:323 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:630 msgid "Could not find the FTS Configuration node." msgstr "找不到FTS配置节点" @@ -1786,14 +1781,7 @@ msgstr "找不到指定的FTS配置。\\ n" msgid "FTS Configuration dropped" msgstr "FTS 配置删除" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:630 -msgid "" -"\n" -" Could not find the FTS Configuration node.\n" -" " -msgstr "找不到FTS配置节点。\n" - -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:855 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:853 #, fuzzy msgid "" "ERROR: Could not generate reversed engineered query for the FTS " @@ -1803,7 +1791,7 @@ msgstr "" "错误:无法为FTS配置生成反向工程查询!\n" " {0}“" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:864 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:862 #, fuzzy msgid "" "ERROR: Could not generate reversed engineered query for FTS Configuration" @@ -1866,44 +1854,35 @@ msgid "FTS Dictionaries" msgstr "FTS 词典" #: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:335 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:613 msgid "Could not find the FTS Dictionary node." msgstr "找不到 FTS 字典节点" #: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:372 -msgid "" -"\n" -" Could not find the FTS Dictionary node in the database " -"node.\n" -" " -msgstr "在数据库节点中找不到FTS字典节点\n" +#, fuzzy +msgid "Could not find the FTS Dictionary node in the database node." +msgstr "在数据库中找不到该函数节点" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:488 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:486 msgid "Could not find the FTS Dictionary node to update." msgstr "找不到要更新的 FTS 字典节点。" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:531 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:529 msgid "The specified FTS dictionary could not be found.\n" msgstr "找不到指定的 FTS 分析器。\n" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:550 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:548 msgid "FTS Dictionary dropped" msgstr "FTS 分析器删除" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:615 -msgid "" -"\n" -" Could not find the FTS Dictionary node.\n" -" " -msgstr "找不到 FTS 字典节点" - -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:731 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:727 #, fuzzy msgid "" "Could not generate reversed engineered query for the FTS Dictionary.\n" "{0}" msgstr "无法生成反向工程的查询 FTS 字典" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:739 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py:735 #, fuzzy msgid "Could not generate reversed engineered query for FTS Dictionary node." msgstr "无法生成反向工程的查询 FTS 字典节点" @@ -1941,36 +1920,34 @@ msgid "FTS Parsers" msgstr "FTS 解析器" #: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:280 -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:550 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:548 msgid "Could not find the FTS Parser node." msgstr "找不到 FTS 解析器节点" #: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:306 -msgid "" -"\n" -" Could not find the FTS Parser node in the database node.\n" -" " -msgstr "在数据库节点中找不到FTS解析器节点。\n" +#, fuzzy +msgid "Could not find the FTS Parser node in the database node." +msgstr "在数据库中找不到该函数节点" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:424 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:422 msgid "Could not find the FTS Parser node to update." msgstr "找不到要更新的 FTS 解析器节点。" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:470 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:468 msgid "The specified FTS parser could not be found.\n" msgstr "找不到指定的 FTS 分析器。\n" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:490 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:488 msgid "FTS Parser dropped" msgstr "FTS 解析器被删除" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:774 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:772 msgid "" "Could not generate reversed engineered query for the FTS Parser.\n" "{0}" msgstr "无法为FTS解析器生成反向工程查询.{0}" -#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:781 +#: pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/__init__.py:779 msgid "Could not generate reversed engineered query for FTS Parser node" msgstr "无法生成反向工程的查询 FTS 解析器节点" @@ -2137,8 +2114,6 @@ msgid "Trigger Functions" msgstr "触发器函数" #: pgadmin/browser/server_groups/servers/databases/schemas/functions/templates/function/js/functions.js:44 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:521 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:788 msgid "Mode" msgstr "模式" @@ -4319,9 +4294,6 @@ msgstr "级联" #: pgadmin/browser/server_groups/servers/templates/servers/sql/9.6_plus/stats.sql:30 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:4 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:29 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:411 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:471 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:538 msgid "Database" msgstr "数据库" @@ -4987,6 +4959,7 @@ msgstr "调度" #: pgadmin/browser/server_groups/servers/pgagent/steps/templates/pga_jobstep/js/pga_jobstep.js:94 #: pgadmin/browser/server_groups/servers/pgagent/templates/pga_job/js/pga_job.js:93 #: pgadmin/browser/server_groups/servers/templates/servers/servers.js:626 +#: pgadmin/browser/server_groups/templates/server_groups/server_groups.js:35 msgid "ID" msgstr "ID" @@ -5702,6 +5675,11 @@ msgstr "安全标签" msgid "Please specify the value for all the security providers." msgstr "请指定值为所有的安全提供程序" +#: pgadmin/browser/server_groups/servers/roles/templates/role/js/role.js:255 +#, fuzzy +msgid "Select members" +msgstr "十二月" + #: pgadmin/browser/server_groups/servers/roles/templates/role/js/role.js:316 msgid "Login/Group Role" msgstr "登录/组角色" @@ -5825,7 +5803,7 @@ msgid "Move objects to another tablespace" msgstr "移动对象到另一个表空间" #: pgadmin/browser/server_groups/servers/tablespaces/templates/tablespaces/js/tablespaces.js:176 -#: pgadmin/browser/templates/browser/index.html:156 +#: pgadmin/browser/templates/browser/index.html:158 #: pgadmin/tools/user_management/__init__.py:41 #: pgadmin/tools/user_management/templates/user_management/js/user_management.js:384 msgid "Users" @@ -5835,9 +5813,7 @@ msgstr "用户" #: pgadmin/browser/server_groups/servers/tablespaces/templates/tablespaces/js/tablespaces.js:258 #: pgadmin/browser/server_groups/servers/templates/servers/servers.js:896 #: pgadmin/browser/server_groups/servers/templates/servers/servers.js:922 -#: pgadmin/preferences/templates/preferences/preferences.js:357 -#: pgadmin/preferences/templates/preferences/preferences.js:381 -#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:262 +#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:265 #: pgadmin/tools/import_export/templates/import_export/js/import_export.js:376 #: pgadmin/tools/import_export/templates/import_export/js/import_export.js:396 #: pgadmin/tools/maintenance/templates/maintenance/js/maintenance.js:272 @@ -5857,7 +5833,6 @@ msgstr "好" #: pgadmin/misc/file_manager/templates/file_manager/js/file_manager.js:409 #: pgadmin/misc/file_manager/templates/file_manager/js/file_manager.js:509 #: pgadmin/misc/file_manager/templates/file_manager/js/file_manager.js:631 -#: pgadmin/preferences/templates/preferences/preferences.js:359 #: pgadmin/tools/backup/templates/backup/js/backup.js:452 #: pgadmin/tools/backup/templates/backup/js/backup.js:665 #: pgadmin/tools/datagrid/templates/datagrid/index.html:244 @@ -5982,7 +5957,7 @@ msgid "Confirm Password" msgstr "确认密码" #: pgadmin/browser/server_groups/servers/templates/servers/servers.js:407 -#: pgadmin/browser/templates/browser/index.html:153 +#: pgadmin/browser/templates/browser/index.html:155 #: pgadmin/templates/security/change_password.html:10 msgid "Change Password" msgstr "更改密码" @@ -6045,8 +6020,6 @@ msgstr "连接到服务器" #: pgadmin/browser/server_groups/servers/templates/servers/sql/9.6_plus/stats.sql:31 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:5 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:30 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:431 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:703 msgid "Backend start" msgstr "Backend start" @@ -6056,8 +6029,6 @@ msgstr "Backend start" #: pgadmin/browser/server_groups/servers/templates/servers/sql/9.6_plus/stats.sql:41 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:15 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:40 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:426 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:698 msgid "Client" msgstr "Client" @@ -6067,8 +6038,6 @@ msgstr "Client" #: pgadmin/browser/server_groups/servers/templates/servers/sql/9.6_plus/stats.sql:42 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:16 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:41 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:421 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:693 msgid "Application" msgstr "Application" @@ -6076,8 +6045,6 @@ msgstr "Application" #: pgadmin/browser/server_groups/servers/templates/servers/sql/9.2_plus/stats.sql:42 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:17 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:42 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:445 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:717 msgid "Waiting?" msgstr "Waiting?" @@ -6136,41 +6103,41 @@ msgstr "服务器组..." msgid "The ID cannot be changed." msgstr "ID 不能被更改" -#: pgadmin/browser/templates/browser/index.html:94 +#: pgadmin/browser/templates/browser/index.html:95 msgid "Loading {0} v{1}..." msgstr "加载{0}v{1}.." -#: pgadmin/browser/templates/browser/index.html:100 +#: pgadmin/browser/templates/browser/index.html:102 msgid "Toggle navigation" msgstr "切换导航" -#: pgadmin/browser/templates/browser/index.html:117 +#: pgadmin/browser/templates/browser/index.html:119 msgid "File" msgstr "文件" -#: pgadmin/browser/templates/browser/index.html:122 +#: pgadmin/browser/templates/browser/index.html:124 #: pgadmin/browser/templates/browser/js/node.js:982 msgid "Edit" msgstr "编辑" -#: pgadmin/browser/templates/browser/index.html:127 +#: pgadmin/browser/templates/browser/index.html:129 msgid "Object" msgstr "对象" -#: pgadmin/browser/templates/browser/index.html:132 +#: pgadmin/browser/templates/browser/index.html:134 msgid "Management" msgstr "管理" -#: pgadmin/browser/templates/browser/index.html:137 +#: pgadmin/browser/templates/browser/index.html:139 msgid "Tools" msgstr "工具" -#: pgadmin/browser/templates/browser/index.html:142 pgadmin/help/__init__.py:90 +#: pgadmin/browser/templates/browser/index.html:144 pgadmin/help/__init__.py:90 #: pgadmin/help/__init__.py:99 msgid "Help" msgstr "帮助" -#: pgadmin/browser/templates/browser/index.html:159 +#: pgadmin/browser/templates/browser/index.html:161 msgid "Logout" msgstr "注销" @@ -6303,12 +6270,10 @@ msgid "No statistics are available for the selected object." msgstr "没有可用于所选对象的统计数字可用于所选对象" #: pgadmin/browser/templates/browser/js/messages.js:25 -#: pgadmin/preferences/templates/preferences/preferences.js:193 msgid "True" msgstr "是" #: pgadmin/browser/templates/browser/js/messages.js:26 -#: pgadmin/preferences/templates/preferences/preferences.js:194 msgid "False" msgstr "否" @@ -6491,12 +6456,10 @@ msgid "Block I/O statistics refresh rate" msgstr "数据块 I/O 统计刷新率" #: pgadmin/dashboard/__init__.py:140 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:337 msgid "Please connect to the selected server to view the table." msgstr "请连接到所选的服务器,以便查看表" #: pgadmin/dashboard/__init__.py:145 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:225 msgid "Please connect to the selected server to view the graph." msgstr "请连接到所选的服务器,以便查看图表" @@ -6633,117 +6596,6 @@ msgstr "" msgid "Community Support" msgstr "社区支持" -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:44 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:117 -msgid "An error occurred whilst loading the dashboard." -msgstr "在加载主面板时,发生错误" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:229 -msgid "An error occurred whilst rendering the graph." -msgstr "在渲染图表时,发生错误" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:341 -msgid "An error occurred whilst rendering the table." -msgstr "在渲染表的时候发生错误" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:406 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:466 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:683 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:738 -msgid "PID" -msgstr "PID" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:436 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:708 -msgid "State" -msgstr "状态" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:453 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:725 -msgid "Wait Event" -msgstr "等待事件" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:458 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:730 -msgid "Blocking PIDs" -msgstr "阻塞PIDs" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:476 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:743 -msgid "Lock type" -msgstr "锁类型" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:481 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:748 -msgid "Target relation" -msgstr "目标关系" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:486 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:753 -msgid "Page" -msgstr "页" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:491 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:758 -msgid "Tuple" -msgstr "元组" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:496 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:763 -msgid "vXID (target)" -msgstr "vXID(目标)" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:501 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:768 -msgid "XID (target)" -msgstr "XID(目标)" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:506 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:773 -msgid "Class" -msgstr "类" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:511 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:778 -msgid "Object ID" -msgstr "对象ID" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:516 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:783 -msgid "vXID (owner)" -msgstr "vXID (所有者)" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:526 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:793 -msgid "Granted?" -msgstr "允许吗?" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:548 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:810 -msgid "XID" -msgstr "XID" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:553 -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:815 -msgid "Prepared at" -msgstr "准备在" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:565 -msgid "Category" -msgstr "类别" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:570 -msgid "Setting" -msgstr "设置" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:575 -msgid "Unit" -msgstr "单位" - -#: pgadmin/dashboard/templates/dashboard/js/dashboard.js:580 -msgid "Description" -msgstr "说明" - #: pgadmin/dashboard/templates/dashboard/sql/default/activity.sql:9 msgid "yes" msgstr "" @@ -6837,6 +6689,29 @@ msgid "" " with the major.minor version number." msgstr "EDB Advanced Server文档的路径。 $VERSION$将替换为major.minor版本号。" +#: pgadmin/misc/__init__.py:49 +#: pgadmin/tools/backup/templates/backup/js/backup.js:70 +#: pgadmin/tools/backup/templates/backup/js/backup.js:74 +#: pgadmin/tools/backup/templates/backup/js/backup.js:78 +#: pgadmin/tools/backup/templates/backup/js/backup.js:243 +#: pgadmin/tools/backup/templates/backup/js/backup.js:247 +#: pgadmin/tools/backup/templates/backup/js/backup.js:250 +#: pgadmin/tools/backup/templates/backup/js/backup.js:253 +#: pgadmin/tools/backup/templates/backup/js/backup.js:256 +#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:179 +#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:183 +#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:186 +#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:189 +#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:207 +#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:222 +msgid "Miscellaneous" +msgstr "杂项" + +#: pgadmin/misc/__init__.py:59 pgadmin/misc/__init__.py:60 +#, fuzzy +msgid "User language" +msgstr "语言" + #: pgadmin/misc/bgprocess/__init__.py:50 msgid "seconds" msgstr "秒" @@ -6867,7 +6742,7 @@ msgid "Too many logs generated!" msgstr "" #: pgadmin/misc/bgprocess/processes.py:76 -#: pgadmin/misc/bgprocess/processes.py:518 +#: pgadmin/misc/bgprocess/processes.py:555 msgid "Could not find a process with the specified ID." msgstr "找不到具有指定 ID 的进程" @@ -6879,7 +6754,7 @@ msgstr "进程已被启动。" msgid "The process has already finished and can not be restarted." msgstr "该进程过程已经结束,不能重新启动。" -#: pgadmin/misc/bgprocess/processes.py:439 +#: pgadmin/misc/bgprocess/processes.py:476 msgid "Status for the background process '{0}' could not be loaded." msgstr "" @@ -6964,22 +6839,19 @@ msgid "Format" msgstr "格式" #: pgadmin/preferences/__init__.py:55 -#: pgadmin/preferences/templates/preferences/preferences.js:354 -#: pgadmin/preferences/templates/preferences/preferences.js:366 +#: pgadmin/preferences/templates/preferences/preferences.js:359 msgid "Preferences" msgstr "首选项" -#: pgadmin/preferences/templates/preferences/preferences.js:202 -msgid "Show" -msgstr "展示" - -#: pgadmin/preferences/templates/preferences/preferences.js:203 -msgid "Hide" -msgstr "隐藏" +#: pgadmin/preferences/__init__.py:112 pgadmin/preferences/__init__.py:118 +#: pgadmin/preferences/__init__.py:127 pgadmin/preferences/__init__.py:133 +#, fuzzy +msgid "label" +msgstr "标签" -#: pgadmin/preferences/templates/preferences/preferences.js:331 -msgid "Category is not selected." -msgstr "类别没有选中" +#: pgadmin/preferences/__init__.py:129 +msgid "help_str" +msgstr "" #: pgadmin/settings/__init__.py:43 msgid "Reset Layout" @@ -6991,16 +6863,6 @@ msgstr "重置布局" msgid "This URL can not be called directly." msgstr "此 URL 可以不能直接被调用" -#: pgadmin/settings/templates/settings/settings.js:26 -msgid "Reset layout" -msgstr "重置布局" - -#: pgadmin/settings/templates/settings/settings.js:27 -msgid "" -"Are you sure you want to reset the current layout? This will cause the " -"application to reload and any un-saved data will be lost." -msgstr "您确定要重置当前布局吗? 这将导致应用程序重新加载,任何未保存的数据将丢失。" - #: pgadmin/templates/security/change_password.html:2 #, python-format msgid "%(appname)s Password Change" @@ -7026,11 +6888,11 @@ msgstr "恢复 %(appname) 的密码" msgid "%(appname)s Login" msgstr "%(appname)s Login" -#: pgadmin/templates/security/login_user.html:9 +#: pgadmin/templates/security/login_user.html:10 msgid "Login" msgstr "登录" -#: pgadmin/templates/security/login_user.html:12 +#: pgadmin/templates/security/login_user.html:23 #, python-format msgid "Forgotten your password?" msgstr "忘记你的 密码了吗?" @@ -7044,8 +6906,8 @@ msgstr "%(appname) 的密码重置" msgid "Reset Password" msgstr "重置密码" -#: pgadmin/tools/__init__.py:51 pgadmin/tools/datagrid/__init__.py:58 -#: pgadmin/tools/sqleditor/__init__.py:164 +#: pgadmin/tools/__init__.py:57 pgadmin/tools/datagrid/__init__.py:59 +#: pgadmin/tools/sqleditor/__init__.py:172 msgid "This URL cannot be requested directly." msgstr "此 URL 不能直接被请求" @@ -7086,14 +6948,14 @@ msgstr "备份服务器'{0}'" msgid "Running command:" msgstr "运行命令:" -#: pgadmin/tools/backup/__init__.py:239 pgadmin/tools/backup/__init__.py:337 -#: pgadmin/tools/restore/__init__.py:198 +#: pgadmin/tools/backup/__init__.py:242 pgadmin/tools/backup/__init__.py:343 +#: pgadmin/tools/restore/__init__.py:201 msgid "Could not find the specified server." msgstr "找不到指定的服务器" -#: pgadmin/tools/backup/__init__.py:252 pgadmin/tools/backup/__init__.py:350 +#: pgadmin/tools/backup/__init__.py:255 pgadmin/tools/backup/__init__.py:356 #: pgadmin/tools/maintenance/__init__.py:206 -#: pgadmin/tools/restore/__init__.py:212 +#: pgadmin/tools/restore/__init__.py:215 msgid "Please connect to the server first." msgstr "请先连接到服务器" @@ -7111,23 +6973,6 @@ msgstr "文件名" msgid "Role name" msgstr "角色名称" -#: pgadmin/tools/backup/templates/backup/js/backup.js:70 -#: pgadmin/tools/backup/templates/backup/js/backup.js:74 -#: pgadmin/tools/backup/templates/backup/js/backup.js:78 -#: pgadmin/tools/backup/templates/backup/js/backup.js:243 -#: pgadmin/tools/backup/templates/backup/js/backup.js:247 -#: pgadmin/tools/backup/templates/backup/js/backup.js:250 -#: pgadmin/tools/backup/templates/backup/js/backup.js:253 -#: pgadmin/tools/backup/templates/backup/js/backup.js:256 -#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:179 -#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:183 -#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:186 -#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:189 -#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:207 -#: pgadmin/tools/import_export/templates/import_export/js/import_export.js:222 -msgid "Miscellaneous" -msgstr "杂项" - #: pgadmin/tools/backup/templates/backup/js/backup.js:72 #: pgadmin/tools/backup/templates/backup/js/backup.js:249 #: pgadmin/tools/restore/templates/restore/js/restore.js:199 @@ -7365,7 +7210,8 @@ msgid "Please set binary path for PostgreSQL Server from preferences." msgstr "请在首选项设置PostgreSQL服务器二进制文件路径" #: pgadmin/tools/backup/templates/backup/js/backup.js:617 -msgid "Please set binary path for EDB Advanced Server from preferences." +#, fuzzy +msgid "Please set binary path for EDB Postgres Advanced Server from preferences." msgstr "请在首选项配置EDB Advanced Server 二进制文件路径" #: pgadmin/tools/backup/templates/backup/js/backup.js:731 @@ -7374,7 +7220,7 @@ msgstr "请在首选项配置EDB Advanced Server 二进制文件路径" msgid "Please provide filename" msgstr "请输入文件名" -#: pgadmin/tools/datagrid/__init__.py:210 +#: pgadmin/tools/datagrid/__init__.py:223 msgid "Server disconnected, Please connect and try again" msgstr "服务器断开连接,请连接并再试一次" @@ -7425,7 +7271,7 @@ msgid "Paste Row" msgstr "粘贴行" #: pgadmin/tools/datagrid/templates/datagrid/index.html:107 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2288 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2224 msgid "Delete Row(s)" msgstr "删除行" @@ -7480,12 +7326,12 @@ msgid "Timing" msgstr "计时" #: pgadmin/tools/datagrid/templates/datagrid/index.html:195 -#: pgadmin/tools/sqleditor/__init__.py:113 +#: pgadmin/tools/sqleditor/__init__.py:121 msgid "Auto commit?" msgstr "自动提交么?" #: pgadmin/tools/datagrid/templates/datagrid/index.html:201 -#: pgadmin/tools/sqleditor/__init__.py:119 +#: pgadmin/tools/sqleditor/__init__.py:127 msgid "Auto rollback?" msgstr "自动回滚么?" @@ -7519,130 +7365,143 @@ msgstr "应用" msgid "Error fetching SQL for script: \"%s\"" msgstr "读取 SQL 脚本出错︰ \"%s\"" -#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:75 +#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:78 msgid "Query Tool" msgstr "查询工具" -#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:85 +#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:88 msgid "View All Rows" msgstr "查看所有行" -#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:90 +#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:93 msgid "View First 100 Rows" msgstr "查看前 100 行" -#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:95 +#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:98 msgid "View Last 100 Rows" msgstr "查看最后 100 行" -#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:100 +#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:103 msgid "View Filtered Rows..." msgstr "视图筛选行..." -#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:104 +#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:107 msgid "View Data" msgstr "查看数据" -#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:412 +#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:433 msgid " untitled" msgstr "没有标题" -#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:461 +#: pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js:501 msgid "Query Tool Initialize Error" msgstr "查询工具初始化错误" +#: pgadmin/tools/debugger/__init__.py:46 +#: pgadmin/tools/debugger/templates/debugger/js/debugger.js:90 +msgid "Debugger" +msgstr "调试器" + +#: pgadmin/tools/debugger/__init__.py:66 pgadmin/tools/sqleditor/__init__.py:89 +msgid "Open in New Browser Tab" +msgstr "" + #: pgadmin/tools/debugger/__init__.py:68 +msgid "If set to True, the Debugger will be opened in a new browser tab." +msgstr "" + +#: pgadmin/tools/debugger/__init__.py:78 #: pgadmin/tools/import_export/__init__.py:141 #: pgadmin/tools/maintenance/__init__.py:143 msgid "This URL can not be called directly!" msgstr "此 URL 不能被直接调用 !" -#: pgadmin/tools/debugger/__init__.py:186 +#: pgadmin/tools/debugger/__init__.py:196 msgid "Functions with a colon in the name cannot be debugged." msgstr "函数名称中存在冒号无法调试" -#: pgadmin/tools/debugger/__init__.py:189 +#: pgadmin/tools/debugger/__init__.py:199 msgid "EDB Advanced Server wrapped functions cannot be debugged." msgstr "EDB Adcanced Server封装的函数无法调试。" -#: pgadmin/tools/debugger/__init__.py:195 +#: pgadmin/tools/debugger/__init__.py:205 msgid "Could not fetch debugger plugin information." msgstr "无法获取调试器插件信息" -#: pgadmin/tools/debugger/__init__.py:200 +#: pgadmin/tools/debugger/__init__.py:210 msgid "" "The debugger plugin is not enabled. Please add the plugin to the " "shared_preload_libraries setting in the postgresql.conf file and restart " "the database server." msgstr "调试器插件未启用。 请将插件添加到shared_preload_libraries设置在postgresql.conf文件中并重新启动数据库服务器。" -#: pgadmin/tools/debugger/__init__.py:206 -#: pgadmin/tools/debugger/__init__.py:213 +#: pgadmin/tools/debugger/__init__.py:216 +#: pgadmin/tools/debugger/__init__.py:223 #, fuzzy msgid "Failed to find the pldbgapi extension in this database." msgstr "在数据库中,找不到包" -#: pgadmin/tools/debugger/__init__.py:217 +#: pgadmin/tools/debugger/__init__.py:227 msgid "" "The debugger plugin is not enabled. Please create the pldbgapi extension " "in this database." msgstr "调试器插件未启用。 请在此数据库中创建pldbgapi扩展。" -#: pgadmin/tools/debugger/__init__.py:221 +#: pgadmin/tools/debugger/__init__.py:231 msgid "The function/procedure cannot be debugged" msgstr "函数/存储过程不能调试" -#: pgadmin/tools/debugger/__init__.py:553 -#: pgadmin/tools/debugger/__init__.py:590 -#: pgadmin/tools/debugger/__init__.py:612 +#: pgadmin/tools/debugger/__init__.py:569 +#: pgadmin/tools/debugger/__init__.py:606 +#: pgadmin/tools/debugger/__init__.py:628 msgid "Not connected to server Or connection with the server has been closed." msgstr "未连接到服务器或与服务器的连接已关闭" -#: pgadmin/tools/debugger/__init__.py:774 -#: pgadmin/tools/debugger/__init__.py:778 -#: pgadmin/tools/debugger/__init__.py:806 -#: pgadmin/tools/debugger/__init__.py:852 -#: pgadmin/tools/debugger/__init__.py:874 -#: pgadmin/tools/debugger/__init__.py:909 -#: pgadmin/tools/debugger/__init__.py:934 -#: pgadmin/tools/debugger/__init__.py:1003 -#: pgadmin/tools/debugger/__init__.py:1046 -#: pgadmin/tools/debugger/__init__.py:1067 -#: pgadmin/tools/debugger/__init__.py:1098 -#: pgadmin/tools/debugger/__init__.py:1119 -#: pgadmin/tools/debugger/__init__.py:1156 -#: pgadmin/tools/debugger/__init__.py:1179 -#: pgadmin/tools/debugger/__init__.py:1206 -#: pgadmin/tools/debugger/__init__.py:1355 -#: pgadmin/tools/debugger/__init__.py:1442 -#: pgadmin/tools/debugger/__init__.py:1464 -#: pgadmin/tools/debugger/__init__.py:1479 -#: pgadmin/tools/sqleditor/__init__.py:206 -#: pgadmin/tools/sqleditor/__init__.py:351 -#: pgadmin/tools/sqleditor/__init__.py:886 +#: pgadmin/tools/debugger/__init__.py:790 +#: pgadmin/tools/debugger/__init__.py:794 +#: pgadmin/tools/debugger/__init__.py:822 +#: pgadmin/tools/debugger/__init__.py:868 +#: pgadmin/tools/debugger/__init__.py:890 +#: pgadmin/tools/debugger/__init__.py:925 +#: pgadmin/tools/debugger/__init__.py:950 +#: pgadmin/tools/debugger/__init__.py:1019 +#: pgadmin/tools/debugger/__init__.py:1062 +#: pgadmin/tools/debugger/__init__.py:1083 +#: pgadmin/tools/debugger/__init__.py:1114 +#: pgadmin/tools/debugger/__init__.py:1135 +#: pgadmin/tools/debugger/__init__.py:1172 +#: pgadmin/tools/debugger/__init__.py:1195 +#: pgadmin/tools/debugger/__init__.py:1222 +#: pgadmin/tools/debugger/__init__.py:1410 +#: pgadmin/tools/debugger/__init__.py:1473 +#: pgadmin/tools/debugger/__init__.py:1495 +#: pgadmin/tools/debugger/__init__.py:1511 +#: pgadmin/tools/sqleditor/__init__.py:214 +#: pgadmin/tools/sqleditor/__init__.py:359 +#: pgadmin/tools/sqleditor/__init__.py:890 #: pgadmin/tools/sqleditor/command.py:176 #: pgadmin/tools/sqleditor/command.py:390 msgid "Not connected to server or connection with the server has been closed." msgstr "未连接到服务器或与服务器的连接已关闭。" -#: pgadmin/tools/debugger/__init__.py:845 +#: pgadmin/tools/debugger/__init__.py:861 msgid "Target Aborted." msgstr "目标已中止" -#: pgadmin/tools/debugger/__init__.py:1149 +#: pgadmin/tools/debugger/__init__.py:1165 msgid "Value deposited successfully" msgstr "值成功地配置" -#: pgadmin/tools/debugger/__init__.py:1151 +#: pgadmin/tools/debugger/__init__.py:1167 msgid "Error while setting the value" msgstr "设置值时的错误" -#: pgadmin/tools/debugger/__init__.py:1380 -#: pgadmin/tools/debugger/__init__.py:1424 +#: pgadmin/tools/debugger/__init__.py:1435 +#: pgadmin/tools/debugger/__init__.py:1455 msgid "Execution Completed." msgstr "执行完成" -#: pgadmin/tools/debugger/__init__.py:1385 +#: pgadmin/tools/debugger/__init__.py:1440 msgid "Execution completed with error" msgstr "执行完成存在错误" @@ -7690,10 +7549,6 @@ msgstr "调试" msgid "Set breakpoint" msgstr "设置断点" -#: pgadmin/tools/debugger/templates/debugger/js/debugger.js:90 -msgid "Debugger" -msgstr "调试器" - #: pgadmin/tools/debugger/templates/debugger/js/debugger_ui.js:89 msgid "Please enter a value for the parameter." msgstr "请输入一个该参数的值" @@ -7707,7 +7562,7 @@ msgid "Local variables" msgstr "本地变量" #: pgadmin/tools/debugger/templates/debugger/js/direct.js:1504 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:265 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:199 msgid "Messages" msgstr "消息" @@ -7759,8 +7614,8 @@ msgstr "找不到给定的服务器" msgid "Please connect to the server first..." msgstr "请先连接到服务器..." -#: pgadmin/tools/import_export/__init__.py:228 -#: pgadmin/tools/import_export/__init__.py:235 +#: pgadmin/tools/import_export/__init__.py:232 +#: pgadmin/tools/import_export/__init__.py:239 #, fuzzy msgid "Please specify a valid file" msgstr "请指定标签的值" @@ -8013,7 +7868,7 @@ msgstr "还原备份在服务器'{0}'" msgid "Restoring the backup on the server '{0}'..." msgstr "在服务器'{0}'上,还原备份" -#: pgadmin/tools/restore/__init__.py:187 +#: pgadmin/tools/restore/__init__.py:190 #, fuzzy msgid "File couldn't be found!" msgstr "找不到指定的规则。" @@ -8079,35 +7934,40 @@ msgid "" "number of seconds specified." msgstr "执行完成后显示查询信息通知程序的时间长度。值-1禁用通知程序,值0显示直到单击。大于1的值显示指定的秒数的通知程序。" -#: pgadmin/tools/sqleditor/__init__.py:89 +#: pgadmin/tools/sqleditor/__init__.py:91 +msgid "If set to True, the Query Tool will be opened in a new browser tab." +msgstr "" + +#: pgadmin/tools/sqleditor/__init__.py:97 msgid "Verbose output?" msgstr "详细输出?" -#: pgadmin/tools/sqleditor/__init__.py:90 -#: pgadmin/tools/sqleditor/__init__.py:96 -#: pgadmin/tools/sqleditor/__init__.py:102 -#: pgadmin/tools/sqleditor/__init__.py:108 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:255 +#: pgadmin/tools/sqleditor/__init__.py:98 +#: pgadmin/tools/sqleditor/__init__.py:104 +#: pgadmin/tools/sqleditor/__init__.py:110 +#: pgadmin/tools/sqleditor/__init__.py:116 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:189 msgid "Explain" msgstr "解释" -#: pgadmin/tools/sqleditor/__init__.py:95 +#: pgadmin/tools/sqleditor/__init__.py:103 msgid "Show costs?" msgstr "显示代价信息?" -#: pgadmin/tools/sqleditor/__init__.py:101 +#: pgadmin/tools/sqleditor/__init__.py:109 msgid "Show buffers?" msgstr "显示的缓冲区信息?" -#: pgadmin/tools/sqleditor/__init__.py:107 -msgid "Show timing" +#: pgadmin/tools/sqleditor/__init__.py:115 +#, fuzzy +msgid "Show timing?" msgstr "显示时间信息" -#: pgadmin/tools/sqleditor/__init__.py:125 +#: pgadmin/tools/sqleditor/__init__.py:133 msgid "Font size" msgstr "字体大小" -#: pgadmin/tools/sqleditor/__init__.py:129 +#: pgadmin/tools/sqleditor/__init__.py:137 #, fuzzy msgid "" "The font size to use for the SQL text boxes and editors. The value " @@ -8119,53 +7979,53 @@ msgstr "" "用于SQL文本框和编辑器的字体大小。 指定的值以\"em\"为单位,其中1是默认的相对字体大小。 例如,要将字体大小增加20% " ",请使用值1.2,或者减少 20% ,使用值0.8。 最小0.1,最大10。" -#: pgadmin/tools/sqleditor/__init__.py:137 +#: pgadmin/tools/sqleditor/__init__.py:145 msgid "Tab size" msgstr "Tab大小" -#: pgadmin/tools/sqleditor/__init__.py:141 +#: pgadmin/tools/sqleditor/__init__.py:149 msgid "The number of spaces per tab. Minimum 2, maximum 8." msgstr "Tab 代表空格的数量,最小2,最大为8" -#: pgadmin/tools/sqleditor/__init__.py:146 +#: pgadmin/tools/sqleditor/__init__.py:154 msgid "Use spaces?" msgstr "使用空间吗?" -#: pgadmin/tools/sqleditor/__init__.py:148 +#: pgadmin/tools/sqleditor/__init__.py:156 msgid "" "Specifies whether or not to insert spaces instead of tabs when the tab " "key is used." msgstr "指定是否在使用Tab键时插入空格而不是制表符。" -#: pgadmin/tools/sqleditor/__init__.py:153 +#: pgadmin/tools/sqleditor/__init__.py:161 #, fuzzy msgid "Line wrapping?" msgstr "用户映射" -#: pgadmin/tools/sqleditor/__init__.py:155 +#: pgadmin/tools/sqleditor/__init__.py:163 msgid "Specifies whether or not to wrap SQL code in editor." msgstr "" -#: pgadmin/tools/sqleditor/__init__.py:190 -#: pgadmin/tools/sqleditor/__init__.py:288 -#: pgadmin/tools/sqleditor/__init__.py:849 +#: pgadmin/tools/sqleditor/__init__.py:198 +#: pgadmin/tools/sqleditor/__init__.py:296 +#: pgadmin/tools/sqleditor/__init__.py:853 msgid "Transaction ID not found in the session." msgstr "事务 ID 在该会话中找不到" -#: pgadmin/tools/sqleditor/__init__.py:358 -#: pgadmin/tools/sqleditor/__init__.py:889 +#: pgadmin/tools/sqleditor/__init__.py:366 +#: pgadmin/tools/sqleditor/__init__.py:893 msgid "Either Transaction object or Session object not found." msgstr "可能是事务对象或者会话对象找不到." -#: pgadmin/tools/sqleditor/__init__.py:608 +#: pgadmin/tools/sqleditor/__init__.py:609 msgid "No primary key found for this object, so unable to save records." msgstr "该对象没有找到主键,所以无法保存记录" -#: pgadmin/tools/sqleditor/__init__.py:1250 +#: pgadmin/tools/sqleditor/__init__.py:1254 msgid "File type not supported" msgstr "不支持的文件类型" -#: pgadmin/tools/sqleditor/__init__.py:1385 +#: pgadmin/tools/sqleditor/__init__.py:1389 msgid "Transaction status check failed." msgstr "事务状态检查失败" @@ -8181,173 +8041,165 @@ msgstr "筛选字符串为空" msgid "Data cannot be saved for the current object." msgstr "当前对象的数据不能保存" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:245 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:179 msgid "Data Output" msgstr "数据输出" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:275 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:209 msgid "History" msgstr "历史" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:307 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1679 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:242 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1615 msgid "" "The data has been modified, but not saved. Are you sure you wish to " "discard the changes?" msgstr "数据已修改,但未保存。 确定要放弃更改吗?" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:311 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:246 msgid "" "The query has been modified, but not saved. Are you sure you wish to " "discard the changes?" msgstr "查询已修改,但未保存。确定要放弃更改吗?" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:460 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1363 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1678 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2508 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:396 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1298 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1614 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2450 msgid "Unsaved changes" msgstr "未保存的更改" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1364 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2509 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1299 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2451 msgid "Are you sure you wish to discard the current changes?" msgstr "是否确实要放弃当前更改?" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1386 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1321 msgid "Clear history" msgstr "清除历史记录" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1387 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1322 msgid "Are you sure you wish to clear the history?" msgstr "是否确实要清除历史记录?" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1703 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1639 msgid "Initializing query execution." msgstr "初始化查询执行。" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1710 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3273 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1646 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3162 msgid "Waiting for the query execution to complete..." msgstr "等待查询执行完成..." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1827 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1763 #, python-format msgid "Query returned successfully in %s." msgstr "耗时%s 成功返回查询" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1863 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1967 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1799 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1903 msgid "Loading data from the database server and rendering..." msgstr "从数据库服务器加载数据并渲染.." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1974 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1910 #, python-format msgid "Total query runtime: %s." msgstr "总查询运行时: %s." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1975 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1911 #, python-format msgid "%s rows retrieved." msgstr "检索到%s 行" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2053 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:1989 msgid "Retrieving information about the columns returned..." msgstr "检索列信息时返回..." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2279 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2215 msgid "Row(s) deleted" msgstr "删除行" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2283 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2219 msgid "Operation failed" msgstr "操作失败" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2284 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2220 msgid "" "There are unsaved changes in grid, Please save them first to avoid " "inconsistency in data" msgstr "网格中有未保存的更改,请先保存它们,以避免数据不一致" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2289 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2225 msgid "Are you sure you wish to delete selected row(s)?" msgstr "是否确实要删除选定的行?" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2351 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2287 msgid "Saving the updated data..." msgstr "保存更新后的数据..." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2407 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2343 #, python-format msgid "%s." msgstr "%s." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2543 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2485 msgid "Loading the file..." msgstr "加载文件..." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2591 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2533 msgid "Saving the queries in the file..." msgstr "将查询保存在文件..." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2602 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2544 msgid "File saved successfully." msgstr "文件保存成功。" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2709 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2655 msgid "Loading the existing filter options..." msgstr "加载现有的筛选器选项..." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2779 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2849 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2725 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2795 msgid "Applying the new filter..." msgstr "应用新的筛选器..." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2902 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2848 msgid "Removing the filter..." msgstr "移除筛选器..." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2953 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:2899 msgid "Applying the filter..." msgstr "应用筛选器..." -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3051 -msgid "Error" -msgstr "错误" - -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3052 -msgid "Oops, unable to copy to clipboard" -msgstr "哎呀,不能复制到剪贴板" - -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3165 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3054 msgid "Setting the limit on the result..." msgstr "设置限制的结果......" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3239 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3128 msgid "Initializing the query execution!" msgstr "初始化查询执行!" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3600 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3606 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3489 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3495 msgid "Error occurred while setting verbose option in explain" msgstr "在解释设置verbose选项时发生错误" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3638 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3644 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3527 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3533 msgid "Error occurred while setting costs option in explain" msgstr "在解释设置成本选项时发生错误" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3675 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3681 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3564 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3570 msgid "Error occurred while setting buffers option in explain" msgstr "在解释设置缓冲区选项时发生错误" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3711 -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3717 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3600 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3606 msgid "Error occurred while setting timing option in explain" msgstr "在解释设置计时选项时发生错误" -#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3795 +#: pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js:3684 msgid "Error occurred while getting query tool options " msgstr "获取查询工具选项时发生错误" @@ -8477,43 +8329,43 @@ msgstr "尚未实现" msgid "Service Unavailable" msgstr "服务不可用" -#: pgadmin/utils/preferences.py:152 +#: pgadmin/utils/preferences.py:153 msgid "Invalid value for a boolean option." msgstr "布尔选项的无效值" -#: pgadmin/utils/preferences.py:162 +#: pgadmin/utils/preferences.py:163 msgid "Invalid value for an integer option." msgstr "整数选项的无效值" -#: pgadmin/utils/preferences.py:173 +#: pgadmin/utils/preferences.py:174 msgid "Invalid value for a numeric option." msgstr "数字选项的无效值" -#: pgadmin/utils/preferences.py:179 +#: pgadmin/utils/preferences.py:180 msgid "Invalid value for a date option." msgstr "日期选项的无效值" -#: pgadmin/utils/preferences.py:185 +#: pgadmin/utils/preferences.py:186 msgid "Invalid value for a datetime option." msgstr "datetime 选项的无效值" -#: pgadmin/utils/preferences.py:188 +#: pgadmin/utils/preferences.py:194 msgid "Invalid value for an options option." msgstr "选项配置的无效" -#: pgadmin/utils/preferences.py:507 +#: pgadmin/utils/preferences.py:513 msgid "Could not fine the specified module." msgstr "找不到指定的模块" -#: pgadmin/utils/preferences.py:512 +#: pgadmin/utils/preferences.py:518 msgid "Module '{0}' is no longer in use." msgstr "模块'{0}'不再使用" -#: pgadmin/utils/preferences.py:525 +#: pgadmin/utils/preferences.py:531 msgid "Module '{0}' does not have category with id '{1}'" msgstr "模块'{0}'没有 id 为'{1}'类别" -#: pgadmin/utils/preferences.py:539 +#: pgadmin/utils/preferences.py:545 msgid "Could not find the specified preference." msgstr "找不到指定的首选项" @@ -8669,7 +8521,7 @@ msgstr "找不到指定的数据库" #~ msgstr "" #~ msgid "" -#~ msgstr "在结果网格中每页显示的行数。 值应在50到2000之间。" +#~ msgstr "在数据库节点中找不到FTS解析器节点。\n" #~ msgid "Host Agent" #~ msgstr "" @@ -8719,3 +8571,90 @@ msgstr "找不到指定的数据库" #~ msgid "Access denied ({})" #~ msgstr "" +#~ msgid "An error occurred whilst loading the dashboard." +#~ msgstr "在加载主面板时,发生错误" + +#~ msgid "An error occurred whilst rendering the graph." +#~ msgstr "在渲染图表时,发生错误" + +#~ msgid "An error occurred whilst rendering the table." +#~ msgstr "在渲染表的时候发生错误" + +#~ msgid "PID" +#~ msgstr "PID" + +#~ msgid "State" +#~ msgstr "状态" + +#~ msgid "Wait Event" +#~ msgstr "等待事件" + +#~ msgid "Blocking PIDs" +#~ msgstr "阻塞PIDs" + +#~ msgid "Lock type" +#~ msgstr "锁类型" + +#~ msgid "Target relation" +#~ msgstr "目标关系" + +#~ msgid "Page" +#~ msgstr "页" + +#~ msgid "Tuple" +#~ msgstr "元组" + +#~ msgid "vXID (target)" +#~ msgstr "vXID(目标)" + +#~ msgid "XID (target)" +#~ msgstr "XID(目标)" + +#~ msgid "Class" +#~ msgstr "类" + +#~ msgid "Object ID" +#~ msgstr "对象ID" + +#~ msgid "vXID (owner)" +#~ msgstr "vXID (所有者)" + +#~ msgid "Granted?" +#~ msgstr "允许吗?" + +#~ msgid "XID" +#~ msgstr "XID" + +#~ msgid "Prepared at" +#~ msgstr "准备在" + +#~ msgid "Category" +#~ msgstr "类别" + +#~ msgid "Setting" +#~ msgstr "设置" + +#~ msgid "Unit" +#~ msgstr "单位" + +#~ msgid "Description" +#~ msgstr "说明" + +#~ msgid "Show" +#~ msgstr "展示" + +#~ msgid "Hide" +#~ msgstr "隐藏" + +#~ msgid "Category is not selected." +#~ msgstr "类别没有选中" + +#~ msgid "Reset layout" +#~ msgstr "重置布局" + +#~ msgid "Error" +#~ msgstr "错误" + +#~ msgid "Oops, unable to copy to clipboard" +#~ msgstr "哎呀,不能复制到剪贴板" +