changeset 1f0a2364f5f6 in weblate:default details: https://hg.tryton.org/weblate?cmd=changeset&node=1f0a2364f5f6 description: Added translation using Weblate (Serbian) diffstat:
modules/notification_email/locale/sr.po | 198 ++++++++++++++++++++++++++++++++ 1 files changed, 198 insertions(+), 0 deletions(-) diffs (202 lines): diff -r c21aef82f849 -r 1f0a2364f5f6 modules/notification_email/locale/sr.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules/notification_email/locale/sr.po Wed Jul 07 22:56:42 2021 +0000 @@ -0,0 +1,198 @@ +# +msgid "" +msgstr "" +"Language: sr\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgctxt "field:ir.trigger,notification_email:" +msgid "Email Notification" +msgstr "" + +msgctxt "field:ir.trigger,notification_email_required:" +msgid "Notification Email Required" +msgstr "" + +msgctxt "field:notification.email,attachments:" +msgid "Attachments" +msgstr "" + +msgctxt "field:notification.email,contact_mechanism:" +msgid "Contact Mechanism" +msgstr "" + +msgctxt "field:notification.email,content:" +msgid "Content" +msgstr "" + +msgctxt "field:notification.email,fallback_recipients:" +msgid "Recipients Fallback User" +msgstr "" + +msgctxt "field:notification.email,fallback_recipients_hidden:" +msgid "Hidden Recipients Fallback User" +msgstr "" + +msgctxt "field:notification.email,fallback_recipients_secondary:" +msgid "Secondary Recipients Fallback User" +msgstr "" + +msgctxt "field:notification.email,from_:" +msgid "From" +msgstr "" + +msgctxt "field:notification.email,model:" +msgid "Model" +msgstr "" + +msgctxt "field:notification.email,recipients:" +msgid "Recipients" +msgstr "" + +msgctxt "field:notification.email,recipients_hidden:" +msgid "Hidden Recipients" +msgstr "" + +msgctxt "field:notification.email,recipients_secondary:" +msgid "Secondary Recipients" +msgstr "" + +msgctxt "field:notification.email,subject:" +msgid "Subject" +msgstr "" + +msgctxt "field:notification.email,triggers:" +msgid "Triggers" +msgstr "" + +msgctxt "field:notification.email.attachment,model:" +msgid "Model" +msgstr "" + +msgctxt "field:notification.email.attachment,notification:" +msgid "Notification" +msgstr "" + +msgctxt "field:notification.email.attachment,report:" +msgid "Report" +msgstr "" + +msgctxt "field:notification.email.log,date:" +msgid "Date" +msgstr "" + +msgctxt "field:notification.email.log,notification:" +msgid "Notification" +msgstr "" + +msgctxt "field:notification.email.log,recipients:" +msgid "Recipients" +msgstr "" + +msgctxt "field:notification.email.log,recipients_hidden:" +msgid "Hidden Recipients" +msgstr "" + +msgctxt "field:notification.email.log,recipients_secondary:" +msgid "Secondary Recipients" +msgstr "" + +msgctxt "field:notification.email.log,resource:" +msgid "Resource" +msgstr "" + +msgctxt "field:notification.email.log,trigger:" +msgid "Trigger" +msgstr "" + +msgctxt "help:notification.email,attachments:" +msgid "The reports used as attachments." +msgstr "" + +msgctxt "help:notification.email,contact_mechanism:" +msgid "Define which email to use from the party's contact mechanisms" +msgstr "" + +msgctxt "help:notification.email,content:" +msgid "The report used as email template." +msgstr "" + +msgctxt "help:notification.email,fallback_recipients:" +msgid "User notified when no recipients e-mail is found" +msgstr "" + +msgctxt "help:notification.email,fallback_recipients_hidden:" +msgid "User notified when no hidden recipients e-mail is found" +msgstr "" + +msgctxt "help:notification.email,fallback_recipients_secondary:" +msgid "User notified when no secondary recipients e-mail is found" +msgstr "" + +msgctxt "help:notification.email,from_:" +msgid "Leave empty for the value defined in the configuration file." +msgstr "" + +msgctxt "help:notification.email,recipients:" +msgid "The field that contains the recipient(s)." +msgstr "" + +msgctxt "help:notification.email,recipients_hidden:" +msgid "The field that contains the hidden recipient(s)." +msgstr "" + +msgctxt "help:notification.email,recipients_secondary:" +msgid "The field that contains the secondary recipient(s)." +msgstr "" + +msgctxt "help:notification.email,subject:" +msgid "" +"The Genshi syntax can be used with 'record' in the evaluation context.\n" +"If empty the report name will be used." +msgstr "" + +msgctxt "help:notification.email,triggers:" +msgid "Add a trigger for the notification." +msgstr "" + +msgctxt "model:ir.action,name:act_email_form" +msgid "Notification Emails" +msgstr "" + +msgctxt "model:ir.action,name:act_notification_email_log" +msgid "Logs" +msgstr "" + +msgctxt "model:ir.action,name:act_notification_email_log_relate" +msgid "Notification E-Mails" +msgstr "" + +msgctxt "model:ir.message,text:msg_notification_invalid_subject" +msgid "" +"Invalid e-mail subject in notification \"%(notification)s\" with exception " +"\"%(exception)s\"." +msgstr "" + +msgctxt "model:ir.ui.menu,name:menu_email_form" +msgid "Notification Emails" +msgstr "" + +msgctxt "model:notification.email,name:" +msgid "Email Notification" +msgstr "" + +msgctxt "model:notification.email.attachment,name:" +msgid "Email Notification Attachment" +msgstr "" + +msgctxt "model:notification.email.log,name:" +msgid "Notification Email Log" +msgstr "" + +msgctxt "selection:ir.trigger,action:" +msgid "Email Notification" +msgstr "" + +msgctxt "view:notification.email.log:" +msgid "Time" +msgstr ""
