mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[FIX] base_external_dbsource: Fix PQ connection
* Use `conn_string_full` in pg connection to fix #888 [UPD] Update base_external_dbsource.pot
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_external_dbsource
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
@@ -12,11 +12,12 @@ msgstr ""
|
||||
"PO-Revision-Date: 2017-02-18 02:29+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
|
||||
"Language: ar\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ar\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
||||
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
#. module: base_external_dbsource
|
||||
#: model:ir.model.fields,help:base_external_dbsource.field_base_external_dbsource_conn_string
|
||||
@@ -29,7 +30,8 @@ msgid ""
|
||||
" - ODBC: DRIVER={FreeTDS};SERVER=server.address;Database=mydb;UID=sa\n"
|
||||
" - ORACLE: username/%s@//server.address:port/instance\n"
|
||||
" - PostgreSQL:\n"
|
||||
" dbname='template1' user='dbuser' host='localhost' port='5432' password=%s\n"
|
||||
" dbname='template1' user='dbuser' host='localhost' "
|
||||
"port='5432' password=%s\n"
|
||||
" - SQLite: sqlite:///test.db\n"
|
||||
" - Elasticsearch: https://user:%s@localhost:9200\n"
|
||||
" "
|
||||
|
||||
Reference in New Issue
Block a user