survey_percent_question/i18n/hr.po

Summary

Maintainability
Test Coverage
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * survey_percent_question
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Bole <bole@dajmi5.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-31 09:58+0000\n"
"PO-Revision-Date: 2016-12-31 09:58+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: survey_percent_question
#: code:addons/survey_percent_question/models/survey.py:50
#, python-format
msgid "Comment"
msgstr "Komentar"

#. module: survey_percent_question
#: code:addons/survey_percent_question/models/survey.py:50
#, python-format
msgid "Other"
msgstr "Drugo"

#. module: survey_percent_question
#: code:addons/survey_percent_question/models/survey_question.py:46
#, python-format
msgid "Percentage"
msgstr "Postotak"

#. module: survey_percent_question
#: model:ir.model,name:survey_percent_question.model_survey_survey
msgid "Survey"
msgstr "Anketa"

#. module: survey_percent_question
#: model:ir.model,name:survey_percent_question.model_survey_question
msgid "Survey Question"
msgstr "Anketno pitanje"

#. module: survey_percent_question
#: model:ir.model,name:survey_percent_question.model_survey_user_input_line
msgid "Survey User Input Line"
msgstr "Polje za unos u anketi"

#. module: survey_percent_question
#: code:addons/survey_percent_question/models/survey_question.py:67
#, python-format
msgid "The sum of all values must be 100%, not {0}%"
msgstr "Zbroj svih vrijednosti mora biti 100%,a ne {0}%"

#. module: survey_percent_question
#: code:addons/survey_percent_question/models/survey_question.py:56
#, python-format
msgid "You must provide a label for your extra value"
msgstr "Morate označiti dodatnu vrijednost"

#. module: survey_percent_question
#: view:survey.question:survey_percent_question.survey_question_form
msgid ""
"{'invisible': ['|', ('comments_allowed', '=', False), ('type', 'in', "
"['matrix', 'percent_split'])]}"
msgstr ""
"{'invisible': ['|', ('comments_allowed', '=', False), ('type', 'in', "
"['matrix', 'percent_split'])]}"

#. module: survey_percent_question
#: view:survey.question:survey_percent_question.survey_question_form
msgid ""
"{'invisible': [('type', 'not in', ['simple_choice', 'multiple_choice', "
"'matrix', 'percent_split'])]}"
msgstr ""
"{'invisible': [('type', 'not in', ['simple_choice', 'multiple_choice', "
"'matrix', 'percent_split'])]}"

#. module: survey_percent_question
#: code:addons/survey_percent_question/models/survey_question.py:64
#, python-format
msgid "{0} is not a number"
msgstr "{0} nije broj"