en_GB.po 5.07 KB
Newer Older
François C. committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151
# 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 ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-09-10 02:52+0000\n"
"PO-Revision-Date: 2016-09-10 02:52+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: base_external_dbsource
#: model:ir.model.fields,help:base_external_dbsource.field_base_external_dbsource_conn_string
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
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_conn_string
msgid "Connection string"
msgstr ""

#. module: base_external_dbsource
#: code:addons/base_external_dbsource/models/base_external_dbsource.py:169
#, python-format
msgid ""
"Connection test failed:                         Here is what we got instead:\n"
" %s"
msgstr ""

#. module: base_external_dbsource
#: code:addons/base_external_dbsource/models/base_external_dbsource.py:179
#, python-format
msgid ""
"Connection test succeeded:                           Everything seems "
"properly set up!"
msgstr ""

#. module: base_external_dbsource
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_connector
msgid "Connector"
msgstr ""

#. module: base_external_dbsource
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_create_uid
msgid "Created by"
msgstr "Created by"

#. module: base_external_dbsource
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_create_date
msgid "Created on"
msgstr "Created on"

#. module: base_external_dbsource
#: model:ir.ui.menu,name:base_external_dbsource.menu_dbsource
msgid "Database Sources"
msgstr ""

#. module: base_external_dbsource
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_name
msgid "Datasource name"
msgstr ""

#. module: base_external_dbsource
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_display_name
msgid "Display Name"
msgstr ""

#. module: base_external_dbsource
#: model:ir.ui.view,arch_db:base_external_dbsource.view_dbsource_form
msgid "External DB Source"
msgstr ""

#. module: base_external_dbsource
#: model:ir.ui.view,arch_db: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
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_id
msgid "ID"
msgstr "ID"

#. module: base_external_dbsource
#: model:ir.model.fields,help:base_external_dbsource.field_base_external_dbsource_connector
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
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource___last_update
msgid "Last Modified on"
msgstr ""

#. module: base_external_dbsource
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_write_uid
msgid "Last Updated by"
msgstr "Last Updated by"

#. module: base_external_dbsource
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_write_date
msgid "Last Updated on"
msgstr "Last Updated on"

#. module: base_external_dbsource
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_password
msgid "Password"
msgstr ""

#. module: base_external_dbsource
#: model:ir.ui.view,arch_db:base_external_dbsource.view_dbsource_form
msgid "Please check the tooltip for connection string examples"
msgstr ""

#. module: base_external_dbsource
#: selection:base.external.dbsource,connector:0
msgid "PostgreSQL"
msgstr ""

#. module: base_external_dbsource
#: model:ir.ui.view,arch_db:base_external_dbsource.view_dbsource_form
msgid "Test Connection"
msgstr ""