diff --git a/web/pgadmin/dashboard/templates/dashboard/database_dashboard.html b/web/pgadmin/dashboard/templates/dashboard/database_dashboard.html index f6e9fee86..6c3c8c278 100644 --- a/web/pgadmin/dashboard/templates/dashboard/database_dashboard.html +++ b/web/pgadmin/dashboard/templates/dashboard/database_dashboard.html @@ -2,12 +2,12 @@
- {{ gettext('Database sessions') }} + {{ _('Database sessions') }}
- {{ gettext('Transactions per second') }} + {{ _('Transactions per second') }}
@@ -23,17 +23,17 @@
- {{ gettext('Tuples in') }} + {{ _('Tuples in') }}
- {{ gettext('Tuples out') }} + {{ _('Tuples out') }}
- {{ gettext('Block I/O') }} + {{ _('Block I/O') }}
@@ -53,7 +53,7 @@
- {{ gettext('Database activity') }} + {{ _('Database activity') }}
@@ -64,35 +64,35 @@
- +
- +
- +
diff --git a/web/pgadmin/dashboard/templates/dashboard/server_dashboard.html b/web/pgadmin/dashboard/templates/dashboard/server_dashboard.html index 066873c98..5b217d4fc 100644 --- a/web/pgadmin/dashboard/templates/dashboard/server_dashboard.html +++ b/web/pgadmin/dashboard/templates/dashboard/server_dashboard.html @@ -2,12 +2,12 @@
- {{ gettext('Server sessions') }} + {{ _('Server sessions') }}
- {{ gettext('Transactions per second') }} + {{ _('Transactions per second') }}
@@ -23,17 +23,17 @@
- {{ gettext('Tuples in') }} + {{ _('Tuples in') }}
- {{ gettext('Tuples out') }} + {{ _('Tuples out') }}
- {{ gettext('Block I/O') }} + {{ _('Block I/O') }}
@@ -53,7 +53,7 @@
- {{ gettext('Server activity') }} + {{ _('Server activity') }}
@@ -64,45 +64,45 @@
- +
- +
- +
- +
diff --git a/web/pgadmin/dashboard/templates/dashboard/welcome_dashboard.html b/web/pgadmin/dashboard/templates/dashboard/welcome_dashboard.html index 093f827e5..ab8a75b4f 100644 --- a/web/pgadmin/dashboard/templates/dashboard/welcome_dashboard.html +++ b/web/pgadmin/dashboard/templates/dashboard/welcome_dashboard.html @@ -6,12 +6,9 @@
pgAdmin 4 -

Feature rich | Maximises PostgreSQL | Open Source

+

{{ _('Feature rich') }} | {{ _('Maximises PostgreSQL') }} | {{ _('Open Source') }}

- pgAdmin is an open source administration and management tool for the PostgreSQL - database. The tools include a graphical administration interface, an SQL query - tool, a procedural code debugger and much more. The tool is designed to answer - the needs of developers, DBAs and system administrators alike. + {{ _('pgAdmin is an open source administration and management tool for the PostgreSQL database. The tools include a graphical administration interface, an SQL query tool, a procedural code debugger and much more. The tool is designed to answer the needs of developers, DBAs and system administrators alike.') }}

@@ -19,21 +16,21 @@
- Quick Links + {{ _('Quick Links') }}
@@ -44,32 +41,32 @@
- Getting Started + {{ _('Getting Started') }}
diff --git a/web/pgadmin/messages.pot b/web/pgadmin/messages.pot index f792d1f12..2a0f3c49c 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: 2016-11-14 11:51+0000\n" +"POT-Creation-Date: 2016-11-14 12:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -6548,6 +6548,60 @@ msgstr "" msgid "Configuration" msgstr "" +#: pgadmin/dashboard/templates/dashboard/welcome_dashboard.html:9 +msgid "Feature rich" +msgstr "" + +#: pgadmin/dashboard/templates/dashboard/welcome_dashboard.html:9 +msgid "Maximises PostgreSQL" +msgstr "" + +#: pgadmin/dashboard/templates/dashboard/welcome_dashboard.html:9 +msgid "Open Source" +msgstr "" + +#: pgadmin/dashboard/templates/dashboard/welcome_dashboard.html:11 +msgid "" +"pgAdmin is an open source administration and management tool for the " +"PostgreSQL database. The tools include a graphical administration " +"interface, an SQL query tool, a procedural code debugger and much more. " +"The tool is designed to answer the needs of developers, DBAs and system " +"administrators alike." +msgstr "" + +#: pgadmin/dashboard/templates/dashboard/welcome_dashboard.html:19 +msgid "Quick Links" +msgstr "" + +#: pgadmin/dashboard/templates/dashboard/welcome_dashboard.html:26 +msgid "Add New Server" +msgstr "" + +#: pgadmin/dashboard/templates/dashboard/welcome_dashboard.html:33 +msgid "Configure pgAdmin" +msgstr "" + +#: pgadmin/dashboard/templates/dashboard/welcome_dashboard.html:44 +msgid "Getting Started" +msgstr "" + +#: pgadmin/dashboard/templates/dashboard/welcome_dashboard.html:51 +msgid "PostgreSQL Documentation" +msgstr "" + +#: pgadmin/dashboard/templates/dashboard/welcome_dashboard.html:57 +#: pgadmin/help/__init__.py:35 pgadmin/help/__init__.py:60 +msgid "pgAdmin Website" +msgstr "" + +#: pgadmin/dashboard/templates/dashboard/welcome_dashboard.html:63 +msgid "Planet PostgreSQL" +msgstr "" + +#: pgadmin/dashboard/templates/dashboard/welcome_dashboard.html:69 +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." @@ -6745,10 +6799,6 @@ msgstr "" msgid "Online Help" msgstr "" -#: pgadmin/help/__init__.py:35 pgadmin/help/__init__.py:60 -msgid "pgAdmin Website" -msgstr "" - #: pgadmin/help/__init__.py:42 pgadmin/help/__init__.py:67 msgid "PostgreSQL Website" msgstr ""