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.
|
|
# Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_notification_email_template # # Translators: # Matjaž Mozetič <m.mozetic@matmoz.si>, 2016 msgid "" msgstr "" "Project-Id-Version: social (8.0)\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-06-03 02:42+0000\n" "PO-Revision-Date: 2016-06-02 11:56+0000\n" "Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n" "Language-Team: Slovenian (http://www.transifex.com/oca/OCA-social-8-0/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
#. module: mail_notification_email_template #: model:email.template,body_html:mail_notification_email_template.template msgid "" "\n" " <h2>Dear ${object.partner_id.name},</h2>\n" " <p>there's a new message on <a href=\"${object.record_access_link}\">${object.record.name}</a>:</p>\n" " ${object.message_id.body|safe}\n" " \n" " " msgstr "\n <h2>Spoštovani ${object.partner_id.name},</h2>\n <p>Čaka vas novo sporočilo na <a href=\"${object.record_access_link}\">${object.record.name}</a>:</p>\n ${object.message_id.body|safe}\n \n "
#. module: mail_notification_email_template #: model:email.template,subject:mail_notification_email_template.template msgid "${object.message_id.subject|safe}" msgstr "${object.message_id.subject|safe}"
#. module: mail_notification_email_template #: model:ir.model,name:mail_notification_email_template.model_mail_message_subtype msgid "Message subtypes" msgstr "Sporočilni podtipi"
#. module: mail_notification_email_template #: field:mail.message.subtype,template_id:0 msgid "Notification template" msgstr "Predloga obvestila"
#. module: mail_notification_email_template #: model:ir.model,name:mail_notification_email_template.model_mail_notification msgid "Notifications" msgstr "Obvestila"
#. module: mail_notification_email_template #: field:mail.notification,record:0 msgid "Record" msgstr "Zapis"
#. module: mail_notification_email_template #: field:mail.notification,record_access_link:0 msgid "Record access link" msgstr "Dostopna povezava do zapisa"
#. module: mail_notification_email_template #: help:mail.message.subtype,template_id:0 msgid "" "This template will be used to render notifications sent out for this subtype" msgstr "Ta predloga se uporablja za upodobitev razposlanih obvestil za ta pod tip"
|