You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

183 lines
5.3 KiB

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_external_dbsource
#
# Translators:
# Ahmet Altınışık <aaltinisik@altinkaya.com.tr>, 2016
# Antonio Trueba, 2016
# bossnm11 <bossnm11@gmail.com>, 2014
# Carles Antoli <carlesantoli@hotmail.com>, 2015
# Chanseok <kcsgoodboy@gmail.com>, 2014
# Chul Park <parkchul@nate.com>, 2015
# David10000 <gameness@naver.com>, 2014
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012-2013
# Gil <gedwarp@gmail.com>, 2014
# Hongseob Lee <shevious@gmail.com>, 2015
# Hongseob Lee <shevreg@yahoo.com>, 2015
# jeon <bluerespect@nate.com>, 2014
# JiyeonLee <leejiyeon00@gmail.com>, 2014
# Jong-Dae Park <jdpark7@gmail.com>, 2013
# Kevin Min <gr326887@graded.br>, 2015
# KimKyudong <choemh@nate.com>, 2014
# mariana1201 <gogo3135@naver.com>, 2014
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2015-2016
# Nicole <dlruddk1112@gmail.com>, 2014
# Paolo Valier, 2016
# Pope, 2014
# Rudolf Schnapka <rs@techno-flex.de>, 2016
# Sarina Canelake <sarina@edx.org>, 2014
# Seok Jun Yoon <fake2real@dctribe.com>, 2015
# shin2012 <shin2013@gmail.com>, 2014
# Sujin Lee <sujinlee.me@gmail.com>, 2014
# Sunah Lim <whitetree70@snu.ac.kr>, 2013
# Young C. Kim, 2015
msgid ""
msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-06-09 18:30+0000\n"
"PO-Revision-Date: 2016-06-06 13:36+0000\n"
"Last-Translator: Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>\n"
"Language-Team: Finnish (http://www.transifex.com/oca/OCA-server-tools-8-0/"
"language/fi/)\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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:165
#, python-format
msgid "Connection test failed!"
msgstr ""
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/base_external_dbsource.py:176
#, 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 "Luonut"
#. module: base_external_dbsource
#: field:base.external.dbsource,create_date:0
msgid "Created on"
msgstr "Luotu"
#. 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
#: field:base.external.dbsource,display_name:0
msgid "Display Name"
msgstr "Nimi"
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/base_external_dbsource.py:177
#, 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:166
#, 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,__last_update:0
msgid "Last Modified on"
msgstr "Viimeksi muokattu"
#. module: base_external_dbsource
#: field:base.external.dbsource,write_uid:0
msgid "Last Updated by"
msgstr "Viimeksi päivittänyt"
#. module: base_external_dbsource
#: field:base.external.dbsource,write_date:0
msgid "Last Updated on"
msgstr "Viimeksi päivitetty"
#. 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 ""