# Translation of Odoo Server. # This file contains the translation of the following modules: # * portal # # Translators: # Jaroslav Bosansky , 2017 # Martin Trigaux , 2017 # Matus Krnac , 2017 # Pavol Krnáč , 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-07 08:57+0000\n" "PO-Revision-Date: 2016-09-07 08:57+0000\n" "Last-Translator: Pavol Krnáč , 2017\n" "Language-Team: Slovak (https://www.transifex.com/odoo/teams/41243/sk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: sk\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: portal #: model:mail.template,body_html:portal.mail_template_data_portal_welcome msgid "" "\n" "

\n" " Dear ${object.user_id.name or ''},\n" "

\n" "

\n" " You have been given access to ${user.company_id.name}'s ${object.wizard_id.portal_id.name}.\n" "

\n" "

\n" " Your login account data is:\n" "

\n" "\n" "

\n" "\tYou can set or change your password via the following url:\n" "

\n" "\n" "

\n" "${object.wizard_id.welcome_message or ''}" msgstr "" #. module: portal #: model:ir.model,name:portal.model_res_groups msgid "Access Groups" msgstr "Skupiny prístupov" #. module: portal #: model:ir.ui.view,arch_db:portal.wizard_view msgid "Apply" msgstr "Mám záujem" #. module: portal #: model:ir.ui.view,arch_db:portal.wizard_view msgid "Cancel" msgstr "Zrušiť" #. module: portal #: model:ir.model.fields,field_description:portal.field_portal_wizard_user_partner_id msgid "Contact" msgstr "Kontakt" #. module: portal #: model:ir.ui.view,arch_db:portal.wizard_view msgid "Contacts" msgstr "Kontakty" #. module: portal #: model:ir.model.fields,field_description:portal.field_portal_wizard_create_uid #: model:ir.model.fields,field_description:portal.field_portal_wizard_user_create_uid msgid "Created by" msgstr "Created by " #. module: portal #: model:ir.model.fields,field_description:portal.field_portal_wizard_create_date #: model:ir.model.fields,field_description:portal.field_portal_wizard_user_create_date msgid "Created on" msgstr "Created on " #. module: portal #: model:ir.model.fields,field_description:portal.field_portal_wizard_display_name #: model:ir.model.fields,field_description:portal.field_portal_wizard_user_display_name msgid "Display Name" msgstr "Názov obrazovky " #. module: portal #: model:ir.model.fields,field_description:portal.field_portal_wizard_user_email msgid "Email" msgstr "Email" #. module: portal #: code:addons/portal/wizard/portal_wizard.py:130 #, python-format msgid "Group %s is not a portal" msgstr "" #. module: portal #: model:ir.model.fields,field_description:portal.field_portal_wizard_id #: model:ir.model.fields,field_description:portal.field_portal_wizard_user_id msgid "ID" msgstr "ID" #. module: portal #: model:ir.model.fields,help:portal.field_res_groups_is_portal msgid "If checked, this group is usable as a portal." msgstr "Ak zaškrtnuté, táto skupina je použiteľná ako portál." #. module: portal #: model:ir.model.fields,field_description:portal.field_portal_wizard_user_in_portal msgid "In Portal" msgstr "V portáli" #. module: portal #: model:ir.model.fields,field_description:portal.field_portal_wizard_welcome_message msgid "Invitation Message" msgstr "Pozvánková správa" #. module: portal #: model:ir.model.fields,field_description:portal.field_portal_wizard___last_update #: model:ir.model.fields,field_description:portal.field_portal_wizard_user___last_update msgid "Last Modified on" msgstr "Posledná modifikácia" #. module: portal #: model:ir.model.fields,field_description:portal.field_portal_wizard_user_write_uid #: model:ir.model.fields,field_description:portal.field_portal_wizard_write_uid msgid "Last Updated by" msgstr "Naposledy upravoval" #. module: portal #: model:ir.model.fields,field_description:portal.field_portal_wizard_user_write_date #: model:ir.model.fields,field_description:portal.field_portal_wizard_write_date msgid "Last Updated on" msgstr "Naposledy upravované" #. module: portal #: model:ir.model.fields,field_description:portal.field_portal_wizard_user_user_id msgid "Login User" msgstr "Prihlasovacie meno používateľa" #. module: portal #: model:ir.ui.view,arch_db:portal.group_search_view msgid "Non-Portal Groups" msgstr "Neportálové skupiny" #. module: portal #: model:ir.model.fields,field_description:portal.field_portal_wizard_portal_id #: model:ir.model.fields,field_description:portal.field_res_groups_is_portal msgid "Portal" msgstr "Portál" #. module: portal #: model:ir.actions.act_window,name:portal.partner_wizard_action #: model:ir.model,name:portal.model_portal_wizard #: model:ir.ui.view,arch_db:portal.wizard_view msgid "Portal Access Management" msgstr "Spravovanie portálového prístupu" #. module: portal #: model:ir.ui.view,arch_db:portal.group_search_view msgid "Portal Groups" msgstr "Portálové skupiny" #. module: portal #: model:ir.model,name:portal.model_portal_wizard_user msgid "Portal User Config" msgstr "Konfigurácia používateľa portálu" #. module: portal #: model:ir.ui.view,arch_db:portal.wizard_view msgid "" "Select which contacts should belong to the portal in the list below.\n" " The email address of each selected contact must be valid and unique.\n" " If necessary, you can fix any contact's email address directly in the list." msgstr "" "Zvoľte kontakty, ktoré by mali patriť k portálu, v nižšie uvedenom zozname.\n" "Emailová adresa každého vybraného kontaktu musí byť platná a jedinečná.\n" "Ak je to nutné, môžete opraviť emailovú adresu ktoréhokoľvek kontaktu priamo v zozname." #. module: portal #: code:addons/portal/wizard/portal_wizard.py:106 #, python-format msgid "Several contacts have the same email: " msgstr "Niekoľko kontaktov má rovnaký email:" #. module: portal #: code:addons/portal/wizard/portal_wizard.py:103 #, python-format msgid "Some contacts don't have a valid email: " msgstr "Niektoré kontakty nemajú platný email:" #. module: portal #: code:addons/portal/wizard/portal_wizard.py:109 #, python-format msgid "Some contacts have the same email as an existing portal user:" msgstr "" "Niekoľko kontaktov má rovnaký email ako existujúci používateľ portálu:" #. module: portal #: model:ir.model.fields,help:portal.field_portal_wizard_portal_id msgid "The portal that users can be added in or removed from." msgstr "" "Portál do ktorého môźu byť pridaný, alebo z neho odstránený, používatelia." #. module: portal #: model:ir.ui.view,arch_db:portal.wizard_view msgid "This text is included in the email sent to new portal users." msgstr "" "Tento text je pridaný v emaili poslanom novým portálovým používateľom." #. module: portal #: model:ir.model.fields,help:portal.field_portal_wizard_welcome_message msgid "This text is included in the email sent to new users of the portal." msgstr "Tento text je pridaný v emaili poslanom novým používateľom portálu." #. module: portal #: code:addons/portal/wizard/portal_wizard.py:112 #, python-format msgid "" "To resolve this error, you can: \n" "- Correct the emails of the relevant contacts\n" "- Grant access only to contacts with unique emails" msgstr "" "Pre vyriešenie tejto chyby, môžete:\n" "- Opraviť emaily relevantných kontaktov\n" "- Udeliť prístup len kontaktom s jedinečnými emailami" #. module: portal #: model:ir.model.fields,field_description:portal.field_portal_wizard_user_ids msgid "Users" msgstr "Používatelia" #. module: portal #: model:ir.model.fields,field_description:portal.field_portal_wizard_user_wizard_id msgid "Wizard" msgstr "Sprievodca" #. module: portal #: code:addons/portal/wizard/portal_wizard.py:179 #, python-format msgid "" "You must have an email address in your User Preferences to send emails." msgstr "" "Musíte mať emailovú adresu vo svojich používateľských preferenciách pre " "posielanie emailov." #. module: portal #: model:mail.template,subject:portal.mail_template_data_portal_welcome msgid "Your Odoo account at ${user.company_id.name}" msgstr ""