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.
 
 
 

177 lines
5.5 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>, 2015
# Alejandro Santana <alejandrosantana@anubia.es>, 2015
# FIRST AUTHOR <EMAIL@ADDRESS>, 2013
# Guewen Baconnier <guewen.baconnier@camptocamp.com>, 2015
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2015
# Paolo Valier, 2016
# SaFi J. <safi2266@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-05-06 02:41+0000\n"
"PO-Revision-Date: 2016-05-05 05:57+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"
"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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 ""
"\n"
"Vzorč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:165
#, python-format
msgid "Connection test failed!"
msgstr "Test povezave neuspešen!"
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/base_external_dbsource.py:176
#, 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
#: field:base.external.dbsource,display_name:0
msgid "Display Name"
msgstr "Prikazni naziv"
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/base_external_dbsource.py:177
#, 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:166
#, 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,__last_update:0
msgid "Last Modified on"
msgstr "Zadnjič spremenjeno"
#. 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"