Activate base_external_dbsource

OCA Transbot updated translations from Transifex
This commit is contained in:
Sandy
2015-05-26 16:49:12 -04:00
committed by Víctor Martínez
parent 33d6c76a28
commit 44543751da
7 changed files with 724 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
{
'name': 'External Database Sources',
'version': '1.3',
'version': '8.0.1.3.0',
'category': 'Tools',
'description': """
This module allows you to define connections to foreign databases using ODBC,
@@ -59,8 +59,5 @@ Contributors
'test': [
'test/dbsource_connect.yml',
],
'installable': False,
'active': False,
'installable': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@@ -0,0 +1,144 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_external_dbsource
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-09-29 11:14+0000\n"
"PO-Revision-Date: 2015-09-18 13:54+0000\n"
"Last-Translator: <>\n"
"Language-Team: German (http://www.transifex.com/oca/OCA-server-tools-8-0/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_external_dbsource
#: help:base.external.dbsource,conn_string:0
msgid ""
"\n"
"Sample connection strings:\n"
"- Microsoft SQL Server:\n"
" mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n"
"- MySQL: mysql://user:%s@server:port/dbname\n"
"- 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"
"- SQLite: sqlite:///test.db\n"
msgstr ""
#. module: base_external_dbsource
#: field:base.external.dbsource,conn_string:0
msgid "Connection string"
msgstr ""
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/base_external_dbsource.py:163
#, python-format
msgid "Connection test failed!"
msgstr ""
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/base_external_dbsource.py:174
#, python-format
msgid "Connection test succeeded!"
msgstr ""
#. module: base_external_dbsource
#: field:base.external.dbsource,connector:0
msgid "Connector"
msgstr ""
#. module: base_external_dbsource
#: field:base.external.dbsource,create_uid:0
msgid "Created by"
msgstr "Erstellt von"
#. module: base_external_dbsource
#: field:base.external.dbsource,create_date:0
msgid "Created on"
msgstr "Erstellt am:"
#. module: base_external_dbsource
#: model:ir.ui.menu,name:base_external_dbsource.menu_dbsource
msgid "Database Sources"
msgstr ""
#. module: base_external_dbsource
#: field:base.external.dbsource,name:0
msgid "Datasource name"
msgstr ""
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/base_external_dbsource.py:175
#, python-format
msgid "Everything seems properly set up!"
msgstr ""
#. module: base_external_dbsource
#: view:base.external.dbsource:base_external_dbsource.view_dbsource_form
msgid "External DB Source"
msgstr ""
#. module: base_external_dbsource
#: view:base.external.dbsource:base_external_dbsource.view_dbsource_tree
msgid "External DB Sources"
msgstr ""
#. module: base_external_dbsource
#: model:ir.actions.act_window,name:base_external_dbsource.action_dbsource
#: model:ir.model,name:base_external_dbsource.model_base_external_dbsource
msgid "External Database Sources"
msgstr ""
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/base_external_dbsource.py:164
#, python-format
msgid ""
"Here is what we got instead:\n"
" %s"
msgstr ""
#. module: base_external_dbsource
#: field:base.external.dbsource,id:0
msgid "ID"
msgstr "ID"
#. module: base_external_dbsource
#: help:base.external.dbsource,connector:0
msgid ""
"If a connector is missing from the "
"list, check the server log to confirm "
"that the required components were "
"detected."
msgstr ""
#. module: base_external_dbsource
#: field:base.external.dbsource,write_uid:0
msgid "Last Updated by"
msgstr "Zuletzt aktualisiert von"
#. module: base_external_dbsource
#: field:base.external.dbsource,write_date:0
msgid "Last Updated on"
msgstr "Zuletzt aktualisiert am"
#. module: base_external_dbsource
#: field:base.external.dbsource,password:0
msgid "Password"
msgstr ""
#. module: base_external_dbsource
#: selection:base.external.dbsource,connector:0
msgid "PostgreSQL"
msgstr ""
#. module: base_external_dbsource
#: view:base.external.dbsource:base_external_dbsource.view_dbsource_form
msgid "Test Connection"
msgstr ""

View File

@@ -0,0 +1,144 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_external_dbsource
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-09-29 11:14+0000\n"
"PO-Revision-Date: 2015-09-18 13:54+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-server-tools-8-0/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_external_dbsource
#: help:base.external.dbsource,conn_string:0
msgid ""
"\n"
"Sample connection strings:\n"
"- Microsoft SQL Server:\n"
" mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n"
"- MySQL: mysql://user:%s@server:port/dbname\n"
"- 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"
"- SQLite: sqlite:///test.db\n"
msgstr ""
#. module: base_external_dbsource
#: field:base.external.dbsource,conn_string:0
msgid "Connection string"
msgstr ""
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/base_external_dbsource.py:163
#, python-format
msgid "Connection test failed!"
msgstr ""
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/base_external_dbsource.py:174
#, python-format
msgid "Connection test succeeded!"
msgstr ""
#. module: base_external_dbsource
#: field:base.external.dbsource,connector:0
msgid "Connector"
msgstr ""
#. module: base_external_dbsource
#: field:base.external.dbsource,create_uid:0
msgid "Created by"
msgstr "Creado por"
#. module: base_external_dbsource
#: field:base.external.dbsource,create_date:0
msgid "Created on"
msgstr "Creado en"
#. module: base_external_dbsource
#: model:ir.ui.menu,name:base_external_dbsource.menu_dbsource
msgid "Database Sources"
msgstr ""
#. module: base_external_dbsource
#: field:base.external.dbsource,name:0
msgid "Datasource name"
msgstr ""
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/base_external_dbsource.py:175
#, python-format
msgid "Everything seems properly set up!"
msgstr ""
#. module: base_external_dbsource
#: view:base.external.dbsource:base_external_dbsource.view_dbsource_form
msgid "External DB Source"
msgstr ""
#. module: base_external_dbsource
#: view:base.external.dbsource:base_external_dbsource.view_dbsource_tree
msgid "External DB Sources"
msgstr ""
#. module: base_external_dbsource
#: model:ir.actions.act_window,name:base_external_dbsource.action_dbsource
#: model:ir.model,name:base_external_dbsource.model_base_external_dbsource
msgid "External Database Sources"
msgstr ""
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/base_external_dbsource.py:164
#, python-format
msgid ""
"Here is what we got instead:\n"
" %s"
msgstr ""
#. module: base_external_dbsource
#: field:base.external.dbsource,id:0
msgid "ID"
msgstr "ID"
#. module: base_external_dbsource
#: help:base.external.dbsource,connector:0
msgid ""
"If a connector is missing from the "
"list, check the server log to confirm "
"that the required components were "
"detected."
msgstr ""
#. module: base_external_dbsource
#: field:base.external.dbsource,write_uid:0
msgid "Last Updated by"
msgstr "Última actualización por"
#. module: base_external_dbsource
#: field:base.external.dbsource,write_date:0
msgid "Last Updated on"
msgstr "Última actualización el"
#. module: base_external_dbsource
#: field:base.external.dbsource,password:0
msgid "Password"
msgstr ""
#. module: base_external_dbsource
#: selection:base.external.dbsource,connector:0
msgid "PostgreSQL"
msgstr ""
#. module: base_external_dbsource
#: view:base.external.dbsource:base_external_dbsource.view_dbsource_form
msgid "Test Connection"
msgstr ""

View File

@@ -0,0 +1,144 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_external_dbsource
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-09-29 11:14+0000\n"
"PO-Revision-Date: 2015-09-18 13:54+0000\n"
"Last-Translator: <>\n"
"Language-Team: French (http://www.transifex.com/oca/OCA-server-tools-8-0/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: base_external_dbsource
#: help:base.external.dbsource,conn_string:0
msgid ""
"\n"
"Sample connection strings:\n"
"- Microsoft SQL Server:\n"
" mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n"
"- MySQL: mysql://user:%s@server:port/dbname\n"
"- 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"
"- SQLite: sqlite:///test.db\n"
msgstr ""
#. module: base_external_dbsource
#: field:base.external.dbsource,conn_string:0
msgid "Connection string"
msgstr ""
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/base_external_dbsource.py:163
#, python-format
msgid "Connection test failed!"
msgstr ""
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/base_external_dbsource.py:174
#, python-format
msgid "Connection test succeeded!"
msgstr ""
#. module: base_external_dbsource
#: field:base.external.dbsource,connector:0
msgid "Connector"
msgstr ""
#. module: base_external_dbsource
#: field:base.external.dbsource,create_uid:0
msgid "Created by"
msgstr "Créé par"
#. module: base_external_dbsource
#: field:base.external.dbsource,create_date:0
msgid "Created on"
msgstr "Date"
#. module: base_external_dbsource
#: model:ir.ui.menu,name:base_external_dbsource.menu_dbsource
msgid "Database Sources"
msgstr ""
#. module: base_external_dbsource
#: field:base.external.dbsource,name:0
msgid "Datasource name"
msgstr ""
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/base_external_dbsource.py:175
#, python-format
msgid "Everything seems properly set up!"
msgstr ""
#. module: base_external_dbsource
#: view:base.external.dbsource:base_external_dbsource.view_dbsource_form
msgid "External DB Source"
msgstr ""
#. module: base_external_dbsource
#: view:base.external.dbsource:base_external_dbsource.view_dbsource_tree
msgid "External DB Sources"
msgstr ""
#. module: base_external_dbsource
#: model:ir.actions.act_window,name:base_external_dbsource.action_dbsource
#: model:ir.model,name:base_external_dbsource.model_base_external_dbsource
msgid "External Database Sources"
msgstr ""
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/base_external_dbsource.py:164
#, python-format
msgid ""
"Here is what we got instead:\n"
" %s"
msgstr ""
#. module: base_external_dbsource
#: field:base.external.dbsource,id:0
msgid "ID"
msgstr "ID"
#. module: base_external_dbsource
#: help:base.external.dbsource,connector:0
msgid ""
"If a connector is missing from the "
"list, check the server log to confirm "
"that the required components were "
"detected."
msgstr ""
#. module: base_external_dbsource
#: field:base.external.dbsource,write_uid:0
msgid "Last Updated by"
msgstr "Dernière mise à jour par"
#. module: base_external_dbsource
#: field:base.external.dbsource,write_date:0
msgid "Last Updated on"
msgstr "Dernière mise à jour le"
#. module: base_external_dbsource
#: field:base.external.dbsource,password:0
msgid "Password"
msgstr ""
#. module: base_external_dbsource
#: selection:base.external.dbsource,connector:0
msgid "PostgreSQL"
msgstr ""
#. module: base_external_dbsource
#: view:base.external.dbsource:base_external_dbsource.view_dbsource_form
msgid "Test Connection"
msgstr ""

View File

@@ -0,0 +1,145 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_external_dbsource
#
# Translators:
# Armando Vulcano Junior <vulcano@uol.com.br>, 2015
msgid ""
msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-09-29 11:14+0000\n"
"PO-Revision-Date: 2015-09-19 01:07+0000\n"
"Last-Translator: Armando Vulcano Junior <vulcano@uol.com.br>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: base_external_dbsource
#: help:base.external.dbsource,conn_string:0
msgid ""
"\n"
"Sample connection strings:\n"
"- Microsoft SQL Server:\n"
" mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n"
"- MySQL: mysql://user:%s@server:port/dbname\n"
"- 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"
"- SQLite: sqlite:///test.db\n"
msgstr ""
#. module: base_external_dbsource
#: field:base.external.dbsource,conn_string:0
msgid "Connection string"
msgstr "Caracter de Conexão"
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/base_external_dbsource.py:163
#, python-format
msgid "Connection test failed!"
msgstr "Teste de conexão falhou!"
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/base_external_dbsource.py:174
#, python-format
msgid "Connection test succeeded!"
msgstr "Teste de conexão com sucesso\""
#. module: base_external_dbsource
#: field:base.external.dbsource,connector:0
msgid "Connector"
msgstr "Conector"
#. module: base_external_dbsource
#: field:base.external.dbsource,create_uid:0
msgid "Created by"
msgstr "Criado por"
#. module: base_external_dbsource
#: field:base.external.dbsource,create_date:0
msgid "Created on"
msgstr "Criado em"
#. module: base_external_dbsource
#: model:ir.ui.menu,name:base_external_dbsource.menu_dbsource
msgid "Database Sources"
msgstr "Bancos de Dados Origem"
#. module: base_external_dbsource
#: field:base.external.dbsource,name:0
msgid "Datasource name"
msgstr "Nome Origem-de-dados"
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/base_external_dbsource.py:175
#, python-format
msgid "Everything seems properly set up!"
msgstr "Tudo parece configurado de acordo!"
#. module: base_external_dbsource
#: view:base.external.dbsource:base_external_dbsource.view_dbsource_form
msgid "External DB Source"
msgstr "Fonte BD externo"
#. module: base_external_dbsource
#: view:base.external.dbsource:base_external_dbsource.view_dbsource_tree
msgid "External DB Sources"
msgstr "Fontes BD externo"
#. module: base_external_dbsource
#: model:ir.actions.act_window,name:base_external_dbsource.action_dbsource
#: model:ir.model,name:base_external_dbsource.model_base_external_dbsource
msgid "External Database Sources"
msgstr "Fontes Banco de Dados Externo"
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/base_external_dbsource.py:164
#, python-format
msgid ""
"Here is what we got instead:\n"
" %s"
msgstr "Aqui está o que temos em vez\n%s"
#. module: base_external_dbsource
#: field:base.external.dbsource,id:0
msgid "ID"
msgstr "Identificação"
#. module: base_external_dbsource
#: help:base.external.dbsource,connector:0
msgid ""
"If a connector is missing from the "
"list, check the server log to confirm "
"that the required components were "
"detected."
msgstr "Se um conector está faltando na lista, verifique o histórico do servidor para confirmar se os componentes necessários foram detectados."
#. module: base_external_dbsource
#: field:base.external.dbsource,write_uid:0
msgid "Last Updated by"
msgstr "Última atualização por"
#. module: base_external_dbsource
#: field:base.external.dbsource,write_date:0
msgid "Last Updated on"
msgstr "Última atualização em"
#. module: base_external_dbsource
#: field:base.external.dbsource,password:0
msgid "Password"
msgstr "Senha"
#. module: base_external_dbsource
#: selection:base.external.dbsource,connector:0
msgid "PostgreSQL"
msgstr "PostgreSQL"
#. module: base_external_dbsource
#: view:base.external.dbsource:base_external_dbsource.view_dbsource_form
msgid "Test Connection"
msgstr "Conexão Teste"

View File

@@ -0,0 +1,145 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_external_dbsource
#
# Translators:
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2015
msgid ""
msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-09-29 11:14+0000\n"
"PO-Revision-Date: 2015-09-26 07:09+0000\n"
"Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n"
"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/sl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: sl\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
#. module: base_external_dbsource
#: help:base.external.dbsource,conn_string:0
msgid ""
"\n"
"Sample connection strings:\n"
"- Microsoft SQL Server:\n"
" mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n"
"- MySQL: mysql://user:%s@server:port/dbname\n"
"- 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"
"- SQLite: sqlite:///test.db\n"
msgstr "\nVzorčni niz povezave:\n- Microsoft SQL Server:\n mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n- MySQL: mysql://user:%s@server:port/dbname\n- 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- SQLite: sqlite:///test.db\n"
#. module: base_external_dbsource
#: field:base.external.dbsource,conn_string:0
msgid "Connection string"
msgstr "Niz povezave"
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/base_external_dbsource.py:163
#, python-format
msgid "Connection test failed!"
msgstr "Test povezave neuspešen!"
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/base_external_dbsource.py:174
#, python-format
msgid "Connection test succeeded!"
msgstr "Test povezave uspel!"
#. module: base_external_dbsource
#: field:base.external.dbsource,connector:0
msgid "Connector"
msgstr "Povezovalnik"
#. module: base_external_dbsource
#: field:base.external.dbsource,create_uid:0
msgid "Created by"
msgstr "Ustvaril"
#. module: base_external_dbsource
#: field:base.external.dbsource,create_date:0
msgid "Created on"
msgstr "Ustvarjeno"
#. module: base_external_dbsource
#: model:ir.ui.menu,name:base_external_dbsource.menu_dbsource
msgid "Database Sources"
msgstr "Viri podatkovne baze"
#. module: base_external_dbsource
#: field:base.external.dbsource,name:0
msgid "Datasource name"
msgstr "Naziv podatkovne baze"
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/base_external_dbsource.py:175
#, python-format
msgid "Everything seems properly set up!"
msgstr "Kaže, da je vse pravilno nastavljeno!"
#. module: base_external_dbsource
#: view:base.external.dbsource:base_external_dbsource.view_dbsource_form
msgid "External DB Source"
msgstr "Vir zunanje podatkovne baze"
#. module: base_external_dbsource
#: view:base.external.dbsource:base_external_dbsource.view_dbsource_tree
msgid "External DB Sources"
msgstr "Viri zunanjih podatkovnih baz"
#. module: base_external_dbsource
#: model:ir.actions.act_window,name:base_external_dbsource.action_dbsource
#: model:ir.model,name:base_external_dbsource.model_base_external_dbsource
msgid "External Database Sources"
msgstr "Viri zunanjih podatkovnih baz"
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/base_external_dbsource.py:164
#, python-format
msgid ""
"Here is what we got instead:\n"
" %s"
msgstr "Namesto tega smo dobili:\n %s"
#. module: base_external_dbsource
#: field:base.external.dbsource,id:0
msgid "ID"
msgstr "ID"
#. module: base_external_dbsource
#: help:base.external.dbsource,connector:0
msgid ""
"If a connector is missing from the "
"list, check the server log to confirm "
"that the required components were "
"detected."
msgstr "Če na seznamu manjka povezovalnik, preverite dnevnik strežnika, če so bile zahtevane komponente zaznane."
#. module: base_external_dbsource
#: field:base.external.dbsource,write_uid:0
msgid "Last Updated by"
msgstr "Zadnjič posodobil"
#. module: base_external_dbsource
#: field:base.external.dbsource,write_date:0
msgid "Last Updated on"
msgstr "Zadnjič posodobljeno"
#. module: base_external_dbsource
#: field:base.external.dbsource,password:0
msgid "Password"
msgstr "Geslo"
#. module: base_external_dbsource
#: selection:base.external.dbsource,connector:0
msgid "PostgreSQL"
msgstr "PostgreSQL"
#. module: base_external_dbsource
#: view:base.external.dbsource:base_external_dbsource.view_dbsource_form
msgid "Test Connection"
msgstr "Test povezave"

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB