mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 04:52:04 +02:00
272 lines
7.8 KiB
Text
272 lines
7.8 KiB
Text
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * base_multi_image
|
|
#
|
|
# Translators:
|
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
# Bole <bole@dajmi5.com>, 2017
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 10.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2017-12-01 02:10+0000\n"
|
|
"PO-Revision-Date: 2017-12-01 02:10+0000\n"
|
|
"Last-Translator: Bole <bole@dajmi5.com>, 2017\n"
|
|
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
|
|
"Language: hr\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
|
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
|
|
|
#. module: base_multi_image
|
|
#: model:ir.model,name:base_multi_image.model_base_multi_image_owner
|
|
msgid " Wizard for base multi image "
|
|
msgstr ""
|
|
|
|
#. module: base_multi_image
|
|
#: model:ir.model,name:base_multi_image.model_base_multi_image_image
|
|
msgid " image model for multiple image functionality "
|
|
msgstr ""
|
|
|
|
#. module: base_multi_image
|
|
#. odoo-python
|
|
#: code:addons/base_multi_image/models/image.py:0
|
|
#: model:ir.model.constraint,message:base_multi_image.constraint_base_multi_image_image_uniq_name_owner
|
|
#, python-format
|
|
msgid "A document can have only one image with the same name."
|
|
msgstr "Dokument može imati samo jednu sliku sa istim nazivom."
|
|
|
|
#. module: base_multi_image
|
|
#. odoo-python
|
|
#: code:addons/base_multi_image/models/image.py:0
|
|
#, python-format
|
|
msgid "Can not open the image %(path)s, error : %(error)s"
|
|
msgstr ""
|
|
|
|
#. module: base_multi_image
|
|
#: model_terms:ir.actions.act_window,help:base_multi_image.image_action
|
|
msgid "Click to add an image attached to an specific record."
|
|
msgstr "Kliknite za dodavanje slike specifičnom zapisu."
|
|
|
|
#. module: base_multi_image
|
|
#: model:ir.model.fields,field_description:base_multi_image.field_base_multi_image_image__comments
|
|
#: model_terms:ir.ui.view,arch_db:base_multi_image.image_form_view
|
|
msgid "Comments"
|
|
msgstr "Komentari"
|
|
|
|
#. module: base_multi_image
|
|
#. odoo-python
|
|
#: code:addons/base_multi_image/models/image.py:0
|
|
#, python-format
|
|
msgid "Could not retrieve URL: %(url)s: %(error)s"
|
|
msgstr ""
|
|
|
|
#. module: base_multi_image
|
|
#: model:ir.model.fields,field_description:base_multi_image.field_base_multi_image_image__create_uid
|
|
msgid "Created by"
|
|
msgstr "Kreirao"
|
|
|
|
#. module: base_multi_image
|
|
#: model:ir.model.fields,field_description:base_multi_image.field_base_multi_image_image__create_date
|
|
msgid "Created on"
|
|
msgstr "Kreirano"
|
|
|
|
#. module: base_multi_image
|
|
#: model:ir.model.fields,field_description:base_multi_image.field_base_multi_image_image__display_name
|
|
msgid "Display Name"
|
|
msgstr "Naziv "
|
|
|
|
#. module: base_multi_image
|
|
#: model:ir.model.fields,help:base_multi_image.field_base_multi_image_image__load_from
|
|
msgid "Either a remote url or a file path on the server"
|
|
msgstr ""
|
|
|
|
#. module: base_multi_image
|
|
#. odoo-python
|
|
#: code:addons/base_multi_image/models/image.py:0
|
|
#, python-format
|
|
msgid "File size exceeds configured maximum (%s bytes)"
|
|
msgstr ""
|
|
|
|
#. module: base_multi_image
|
|
#: model:ir.model.fields,field_description:base_multi_image.field_base_multi_image_image__id
|
|
msgid "ID"
|
|
msgstr "ID"
|
|
|
|
#. module: base_multi_image
|
|
#: model:ir.model.fields,field_description:base_multi_image.field_base_multi_image_image__image_1920
|
|
#: model_terms:ir.ui.view,arch_db:base_multi_image.image_form_view
|
|
msgid "Image"
|
|
msgstr "Slika"
|
|
|
|
#. module: base_multi_image
|
|
#: model:ir.model.fields,field_description:base_multi_image.field_base_multi_image_image__image_1024
|
|
msgid "Image 1024"
|
|
msgstr ""
|
|
|
|
#. module: base_multi_image
|
|
#: model:ir.model.fields,field_description:base_multi_image.field_base_multi_image_image__image_128
|
|
msgid "Image 128"
|
|
msgstr ""
|
|
|
|
#. module: base_multi_image
|
|
#: model:ir.model.fields,field_description:base_multi_image.field_base_multi_image_image__image_256
|
|
msgid "Image 256"
|
|
msgstr ""
|
|
|
|
#. module: base_multi_image
|
|
#: model:ir.model.fields,field_description:base_multi_image.field_base_multi_image_image__image_512
|
|
msgid "Image 512"
|
|
msgstr ""
|
|
|
|
#. module: base_multi_image
|
|
#. odoo-python
|
|
#: code:addons/base_multi_image/models/image.py:0
|
|
#, python-format
|
|
msgid ""
|
|
"Image size excessive, imported images must be smaller than 42 million pixel"
|
|
msgstr ""
|
|
|
|
#. module: base_multi_image
|
|
#: model:ir.model.fields,field_description:base_multi_image.field_base_multi_image_image__name
|
|
msgid "Image title"
|
|
msgstr "Naslov slike"
|
|
|
|
#. module: base_multi_image
|
|
#: model:ir.model.fields,field_description:base_multi_image.field_base_multi_image_owner__image_ids
|
|
#: model_terms:ir.ui.view,arch_db:base_multi_image.image_kanban_view
|
|
msgid "Images"
|
|
msgstr "Slike"
|
|
|
|
#. module: base_multi_image
|
|
#: model:ir.model.fields,field_description:base_multi_image.field_base_multi_image_image____last_update
|
|
msgid "Last Modified on"
|
|
msgstr "Zadnje modificirano"
|
|
|
|
#. module: base_multi_image
|
|
#: model:ir.model.fields,field_description:base_multi_image.field_base_multi_image_image__write_uid
|
|
msgid "Last Updated by"
|
|
msgstr "Zadnji ažurirao"
|
|
|
|
#. module: base_multi_image
|
|
#: model:ir.model.fields,field_description:base_multi_image.field_base_multi_image_image__write_date
|
|
msgid "Last Updated on"
|
|
msgstr "Zadnje ažuriranje"
|
|
|
|
#. module: base_multi_image
|
|
#: model:ir.model.fields,field_description:base_multi_image.field_base_multi_image_image__load_from
|
|
msgid "Load from"
|
|
msgstr ""
|
|
|
|
#. module: base_multi_image
|
|
#: model:ir.actions.act_window,name:base_multi_image.image_action
|
|
#: model:ir.ui.menu,name:base_multi_image.image_menu
|
|
msgid "Multi images"
|
|
msgstr "Višestruke slike"
|
|
|
|
#. module: base_multi_image
|
|
#: model_terms:ir.ui.view,arch_db:base_multi_image.image_form_view
|
|
msgid "Options"
|
|
msgstr "Opcije"
|
|
|
|
#. module: base_multi_image
|
|
#: model:ir.model.fields,field_description:base_multi_image.field_base_multi_image_image__owner_id
|
|
#: model_terms:ir.ui.view,arch_db:base_multi_image.image_form_view
|
|
msgid "Owner"
|
|
msgstr "Vlasnik"
|
|
|
|
#. module: base_multi_image
|
|
#: model:ir.model.fields,field_description:base_multi_image.field_base_multi_image_image__owner_model
|
|
msgid "Owner Model"
|
|
msgstr ""
|
|
|
|
#. module: base_multi_image
|
|
#: model:ir.model.fields,field_description:base_multi_image.field_base_multi_image_image__owner_ref_id
|
|
msgid "Referenced Owner"
|
|
msgstr "Pridruženi vlasnik"
|
|
|
|
#. module: base_multi_image
|
|
#: model:ir.model.fields,field_description:base_multi_image.field_base_multi_image_image__sequence
|
|
msgid "Sequence"
|
|
msgstr "Sekvenca"
|
|
|
|
#. module: base_multi_image
|
|
#: model:ir.model.fields,field_description:base_multi_image.field_base_multi_image_image__show_technical
|
|
msgid "Show Technical"
|
|
msgstr ""
|
|
|
|
#. module: base_multi_image
|
|
#. odoo-python
|
|
#: code:addons/base_multi_image/models/image.py:0
|
|
#, python-format
|
|
msgid "The image %s doesn't exist"
|
|
msgstr ""
|
|
|
|
#~ msgid "Attachment"
|
|
#~ msgstr "Privitak"
|
|
|
|
#~ msgid "Database"
|
|
#~ msgstr "Baza"
|
|
|
|
#~ msgid "File extension"
|
|
#~ msgstr "extenzija datoteke"
|
|
|
|
#~ msgid "Filename"
|
|
#~ msgstr "naziv datoteke"
|
|
|
|
#~ msgid "Filestore"
|
|
#~ msgstr "Pohrana podataka"
|
|
|
|
#~ msgid "Full-sized image"
|
|
#~ msgstr "Slika pune veličine"
|
|
|
|
#~ msgid "Image path"
|
|
#~ msgstr "putanja slike"
|
|
|
|
#~ msgid "Image remote URL"
|
|
#~ msgstr "Udaljeni URL slike"
|
|
|
|
#~ msgid "Image stored in database"
|
|
#~ msgstr "Slike pohranjene u bazi"
|
|
|
|
#, python-format
|
|
#~ msgid "Main image"
|
|
#~ msgstr "Glavna slika"
|
|
|
|
#~ msgid "Medium image"
|
|
#~ msgstr "Srednja slika"
|
|
|
|
#~ msgid "Medium-sized image"
|
|
#~ msgstr "Slika srednje veličine"
|
|
|
|
#~ msgid "Name"
|
|
#~ msgstr "Naziv"
|
|
|
|
#~ msgid "Owner model"
|
|
#~ msgstr "Model vlasnika"
|
|
|
|
#~ msgid "Preview"
|
|
#~ msgstr "Predpregled"
|
|
|
|
#~ msgid "Product Images"
|
|
#~ msgstr "Slike proizvoda"
|
|
|
|
#~ msgid "Show technical"
|
|
#~ msgstr "Prikaži tehnički"
|
|
|
|
#~ msgid "Small image"
|
|
#~ msgstr "Mala slika"
|
|
|
|
#~ msgid "Small-sized image"
|
|
#~ msgstr "Mala slika"
|
|
|
|
#~ msgid "URL"
|
|
#~ msgstr "URL"
|
|
|
|
#~ msgid "base_multi_image.image"
|
|
#~ msgstr "base_multi_image.image"
|
|
|
|
#~ msgid "base_multi_image.owner"
|
|
#~ msgstr "base_multi_image.owner"
|