From 4e2ecd1566bb4d80e36bbe82ea46816f557dfea1 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Mon, 30 Nov 2015 15:51:54 -0500 Subject: [PATCH] OCA Transbot updated translations from Transifex --- mail_attach_existing_attachment/i18n/es_CO.po | 34 ++++ mail_compose_select_lang/i18n/es_CO.po | 40 +++++ mail_forward/i18n/en.po | 166 +++++++++++++++++ mail_forward/i18n/sl.po | 167 ++++++++++++++++++ mail_full_expand/i18n/es_CO.po | 36 ++++ mail_full_expand/i18n/pt_BR.po | 36 ++++ .../i18n/es_CO.po | 29 +++ .../i18n/pt_BR.po | 29 +++ mail_sent/i18n/es_CO.po | 33 ++++ mail_sent/i18n/pt_BR.po | 33 ++++ mass_mailing_custom_unsubscribe/i18n/es_CO.po | 30 ++++ social_media_dribbble/i18n/en.po | 38 ++++ social_media_dribbble/i18n/sl.po | 39 ++++ social_media_tripadvisor/i18n/en.po | 34 ++++ social_media_tripadvisor/i18n/sl.po | 35 ++++ social_media_xing/i18n/en.po | 38 ++++ social_media_xing/i18n/sl.po | 39 ++++ 17 files changed, 856 insertions(+) create mode 100644 mail_attach_existing_attachment/i18n/es_CO.po create mode 100644 mail_compose_select_lang/i18n/es_CO.po create mode 100644 mail_forward/i18n/en.po create mode 100644 mail_forward/i18n/sl.po create mode 100644 mail_full_expand/i18n/es_CO.po create mode 100644 mail_full_expand/i18n/pt_BR.po create mode 100644 mail_restrict_follower_selection/i18n/es_CO.po create mode 100644 mail_restrict_follower_selection/i18n/pt_BR.po create mode 100644 mail_sent/i18n/es_CO.po create mode 100644 mail_sent/i18n/pt_BR.po create mode 100644 mass_mailing_custom_unsubscribe/i18n/es_CO.po create mode 100644 social_media_dribbble/i18n/en.po create mode 100644 social_media_dribbble/i18n/sl.po create mode 100644 social_media_tripadvisor/i18n/en.po create mode 100644 social_media_tripadvisor/i18n/sl.po create mode 100644 social_media_xing/i18n/en.po create mode 100644 social_media_xing/i18n/sl.po diff --git a/mail_attach_existing_attachment/i18n/es_CO.po b/mail_attach_existing_attachment/i18n/es_CO.po new file mode 100644 index 00000000..9587f291 --- /dev/null +++ b/mail_attach_existing_attachment/i18n/es_CO.po @@ -0,0 +1,34 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_attach_existing_attachment +# +# Translators: +# John Toro , 2015 +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-11-21 02:16+0000\n" +"PO-Revision-Date: 2015-11-03 17:26+0000\n" +"Last-Translator: John Toro \n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-social-8-0/language/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_attach_existing_attachment +#: field:mail.compose.message,object_attachment_ids:0 +msgid "Attachments" +msgstr "Adjuntos" + +#. module: mail_attach_existing_attachment +#: field:mail.compose.message,can_attach_attachment:0 +msgid "Can Attach Attachment" +msgstr "No se puede adjuntar el elemento" + +#. module: mail_attach_existing_attachment +#: model:ir.model,name:mail_attach_existing_attachment.model_mail_compose_message +msgid "Email composition wizard" +msgstr "Asistente de redacción de E-mail" diff --git a/mail_compose_select_lang/i18n/es_CO.po b/mail_compose_select_lang/i18n/es_CO.po new file mode 100644 index 00000000..25c229a6 --- /dev/null +++ b/mail_compose_select_lang/i18n/es_CO.po @@ -0,0 +1,40 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_compose_select_lang +# +# Translators: +# John Toro , 2015 +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-11-21 02:16+0000\n" +"PO-Revision-Date: 2015-11-03 17:24+0000\n" +"Last-Translator: John Toro \n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-social-8-0/language/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_compose_select_lang +#: model:ir.model,name:mail_compose_select_lang.model_email_template +msgid "Email Templates" +msgstr "Plantilla de E-mails" + +#. module: mail_compose_select_lang +#: model:ir.model,name:mail_compose_select_lang.model_mail_compose_message +msgid "Email composition wizard" +msgstr "Asistente de redacción de E-mail" + +#. module: mail_compose_select_lang +#: view:mail.compose.message:mail_compose_select_lang.email_compose_message_wizard_inherit_form_lang +#: field:mail.compose.message,lang:0 +msgid "Force language" +msgstr "Forzar lenguaje" + +#. module: mail_compose_select_lang +#: model:ir.model,name:mail_compose_select_lang.model_report +msgid "Report" +msgstr "Iforme" diff --git a/mail_forward/i18n/en.po b/mail_forward/i18n/en.po new file mode 100644 index 00000000..374ee214 --- /dev/null +++ b/mail_forward/i18n/en.po @@ -0,0 +1,166 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_forward +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-11-21 02:16+0000\n" +"PO-Revision-Date: 2015-11-20 13:56+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: English (http://www.transifex.com/oca/OCA-social-8-0/language/en/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_forward +#. openerp-web +#: code:addons/mail_forward/static/src/js/mail_forward.js:25 +#, python-format +msgid "(No subject)" +msgstr "(No subject)" + +#. module: mail_forward +#: help:res.request.link,mail_forward_target:0 +msgid "Allow to forward mails to this model." +msgstr "Allow to forward mails to this model." + +#. module: mail_forward +#: help:mail_forward.compose_message,move_attachments:0 +msgid "" +"Attachments will be assigned to the chosen destination object and you will " +"be able to pick them from its 'Attachments' button, but they will not be " +"there for the current object if any. In any case you can always open it from" +" the message itself." +msgstr "Attachments will be assigned to the chosen destination object and you will be able to pick them from its 'Attachments' button, but they will not be there for the current object if any. In any case you can always open it from the message itself." + +#. module: mail_forward +#. openerp-web +#: code:addons/mail_forward/static/src/js/mail_forward.js:47 +#, python-format +msgid "CC: " +msgstr "CC: " + +#. module: mail_forward +#: field:mail_forward.compose_message,create_uid:0 +msgid "Created by" +msgstr "Created by" + +#. module: mail_forward +#: field:mail_forward.compose_message,create_date:0 +msgid "Created on" +msgstr "Created on" + +#. module: mail_forward +#. openerp-web +#: code:addons/mail_forward/static/src/js/mail_forward.js:38 +#, python-format +msgid "Date: " +msgstr "Date: " + +#. module: mail_forward +#: field:mail_forward.compose_message,destination_object_id:0 +msgid "Destination object" +msgstr "Destination object" + +#. module: mail_forward +#. openerp-web +#: code:addons/mail_forward/static/src/js/mail_forward.js:16 +#, python-format +msgid "FWD" +msgstr "FWD" + +#. module: mail_forward +#. openerp-web +#: code:addons/mail_forward/static/src/xml/mail_forward.xml:10 +#, python-format +msgid "Forward" +msgstr "Forward" + +#. module: mail_forward +#: model:ir.actions.act_window,name:mail_forward.compose_action +msgid "Forward Email" +msgstr "Forward Email" + +#. module: mail_forward +#. openerp-web +#: code:addons/mail_forward/static/src/js/mail_forward.js:36 +#, python-format +msgid "Forwarded message" +msgstr "Forwarded message" + +#. module: mail_forward +#. openerp-web +#: code:addons/mail_forward/static/src/js/mail_forward.js:37 +#, python-format +msgid "From: " +msgstr "From: " + +#. module: mail_forward +#: field:mail_forward.compose_message,id:0 +msgid "ID" +msgstr "ID" + +#. module: mail_forward +#: field:mail_forward.compose_message,write_uid:0 +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: mail_forward +#: field:mail_forward.compose_message,write_date:0 +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: mail_forward +#: field:res.request.link,mail_forward_target:0 +msgid "Mail forward target" +msgstr "Mail forward target" + +#. module: mail_forward +#: field:mail_forward.compose_message,move_attachments:0 +msgid "Move attachments" +msgstr "Move attachments" + +#. module: mail_forward +#: help:mail_forward.compose_message,destination_object_id:0 +msgid "Object where the forwarded message will be attached" +msgstr "Object where the forwarded message will be attached" + +#. module: mail_forward +#: field:mail_forward.compose_message,original_wizard_id:0 +msgid "Original message compose wizard" +msgstr "Original message compose wizard" + +#. module: mail_forward +#. openerp-web +#: code:addons/mail_forward/static/src/js/mail_forward.js:41 +#, python-format +msgid "Subject: " +msgstr "Subject: " + +#. module: mail_forward +#. openerp-web +#: code:addons/mail_forward/static/src/js/mail_forward.js:44 +#, python-format +msgid "To: " +msgstr "To: " + +#. module: mail_forward +#: view:mail_forward.compose_message:mail_forward.compose_form +msgid "" +"{\n" +" 'invisible': [('destination_object_id', '=', False)]\n" +" }" +msgstr "{\n 'invisible': [('destination_object_id', '=', False)]\n }" + +#. module: mail_forward +#: view:mail_forward.compose_message:mail_forward.compose_form +msgid "" +"{\n" +" 'required': [('destination_object_id', '=', False)]\n" +" }" +msgstr "{\n 'required': [('destination_object_id', '=', False)]\n }" diff --git a/mail_forward/i18n/sl.po b/mail_forward/i18n/sl.po new file mode 100644 index 00000000..719d697e --- /dev/null +++ b/mail_forward/i18n/sl.po @@ -0,0 +1,167 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_forward +# +# Translators: +# Matjaž Mozetič , 2015 +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-11-21 02:16+0000\n" +"PO-Revision-Date: 2015-11-22 09:01+0000\n" +"Last-Translator: Matjaž Mozetič \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_forward +#. openerp-web +#: code:addons/mail_forward/static/src/js/mail_forward.js:25 +#, python-format +msgid "(No subject)" +msgstr "(ni zadeve)" + +#. module: mail_forward +#: help:res.request.link,mail_forward_target:0 +msgid "Allow to forward mails to this model." +msgstr "Dovoli posredovanje pošte na ta model." + +#. module: mail_forward +#: help:mail_forward.compose_message,move_attachments:0 +msgid "" +"Attachments will be assigned to the chosen destination object and you will " +"be able to pick them from its 'Attachments' button, but they will not be " +"there for the current object if any. In any case you can always open it from" +" the message itself." +msgstr "Priponke bodo dodeljene izbranemu ciljnemu objektu, da jih boste lahko izbirali preko gumba 'Priponke', a ne bo jih na voljo za trenutni (če kateri) objekt. V vsakem primeru pa jih lahko odprete iz samega sporočila." + +#. module: mail_forward +#. openerp-web +#: code:addons/mail_forward/static/src/js/mail_forward.js:47 +#, python-format +msgid "CC: " +msgstr "CC: " + +#. module: mail_forward +#: field:mail_forward.compose_message,create_uid:0 +msgid "Created by" +msgstr "Ustvaril" + +#. module: mail_forward +#: field:mail_forward.compose_message,create_date:0 +msgid "Created on" +msgstr "Ustvarjeno" + +#. module: mail_forward +#. openerp-web +#: code:addons/mail_forward/static/src/js/mail_forward.js:38 +#, python-format +msgid "Date: " +msgstr "Datum:" + +#. module: mail_forward +#: field:mail_forward.compose_message,destination_object_id:0 +msgid "Destination object" +msgstr "Ciljni objekt" + +#. module: mail_forward +#. openerp-web +#: code:addons/mail_forward/static/src/js/mail_forward.js:16 +#, python-format +msgid "FWD" +msgstr "FWD" + +#. module: mail_forward +#. openerp-web +#: code:addons/mail_forward/static/src/xml/mail_forward.xml:10 +#, python-format +msgid "Forward" +msgstr "Posreduj" + +#. module: mail_forward +#: model:ir.actions.act_window,name:mail_forward.compose_action +msgid "Forward Email" +msgstr "Posredovanje e-pošte" + +#. module: mail_forward +#. openerp-web +#: code:addons/mail_forward/static/src/js/mail_forward.js:36 +#, python-format +msgid "Forwarded message" +msgstr "Posredovano sporočilo" + +#. module: mail_forward +#. openerp-web +#: code:addons/mail_forward/static/src/js/mail_forward.js:37 +#, python-format +msgid "From: " +msgstr "Od:" + +#. module: mail_forward +#: field:mail_forward.compose_message,id:0 +msgid "ID" +msgstr "ID" + +#. module: mail_forward +#: field:mail_forward.compose_message,write_uid:0 +msgid "Last Updated by" +msgstr "Zadnji posodobil" + +#. module: mail_forward +#: field:mail_forward.compose_message,write_date:0 +msgid "Last Updated on" +msgstr "Zadnjič posodobljeno" + +#. module: mail_forward +#: field:res.request.link,mail_forward_target:0 +msgid "Mail forward target" +msgstr "Cilj posredovanja pošte" + +#. module: mail_forward +#: field:mail_forward.compose_message,move_attachments:0 +msgid "Move attachments" +msgstr "Premik priponk" + +#. module: mail_forward +#: help:mail_forward.compose_message,destination_object_id:0 +msgid "Object where the forwarded message will be attached" +msgstr "Objekt, kamor bo posredovano sporočilo pripeto" + +#. module: mail_forward +#: field:mail_forward.compose_message,original_wizard_id:0 +msgid "Original message compose wizard" +msgstr "Čarovnik za sestavljanje izvornega sporočila" + +#. module: mail_forward +#. openerp-web +#: code:addons/mail_forward/static/src/js/mail_forward.js:41 +#, python-format +msgid "Subject: " +msgstr "Zadeva:" + +#. module: mail_forward +#. openerp-web +#: code:addons/mail_forward/static/src/js/mail_forward.js:44 +#, python-format +msgid "To: " +msgstr "Za:" + +#. module: mail_forward +#: view:mail_forward.compose_message:mail_forward.compose_form +msgid "" +"{\n" +" 'invisible': [('destination_object_id', '=', False)]\n" +" }" +msgstr "{\n 'invisible': [('destination_object_id', '=', False)]\n }" + +#. module: mail_forward +#: view:mail_forward.compose_message:mail_forward.compose_form +msgid "" +"{\n" +" 'required': [('destination_object_id', '=', False)]\n" +" }" +msgstr "{\n 'required': [('destination_object_id', '=', False)]\n }" diff --git a/mail_full_expand/i18n/es_CO.po b/mail_full_expand/i18n/es_CO.po new file mode 100644 index 00000000..fc98898b --- /dev/null +++ b/mail_full_expand/i18n/es_CO.po @@ -0,0 +1,36 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_full_expand +# +# Translators: +# John Toro , 2015 +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-11-21 02:16+0000\n" +"PO-Revision-Date: 2015-11-03 17:19+0000\n" +"Last-Translator: John Toro \n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-social-8-0/language/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_full_expand +#. openerp-web +#: code:addons/mail_full_expand/static/src/xml/mail_full_expand.xml:10 +#, python-format +msgid "Fully expand" +msgstr "Ampliar totalmente" + +#. module: mail_full_expand +#: view:mail.message:mail_full_expand.view +msgid "Message" +msgstr "Mensaje" + +#. module: mail_full_expand +#: model:ir.actions.act_window,name:mail_full_expand.act_window +msgid "Read Full Email" +msgstr "Leer E-mail Completo" diff --git a/mail_full_expand/i18n/pt_BR.po b/mail_full_expand/i18n/pt_BR.po new file mode 100644 index 00000000..d85c3cfb --- /dev/null +++ b/mail_full_expand/i18n/pt_BR.po @@ -0,0 +1,36 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_full_expand +# +# Translators: +# Wagner Pereira , 2015 +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-11-21 02:16+0000\n" +"PO-Revision-Date: 2015-11-03 16:51+0000\n" +"Last-Translator: Wagner Pereira \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-social-8-0/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: mail_full_expand +#. openerp-web +#: code:addons/mail_full_expand/static/src/xml/mail_full_expand.xml:10 +#, python-format +msgid "Fully expand" +msgstr "Expandir totalmente" + +#. module: mail_full_expand +#: view:mail.message:mail_full_expand.view +msgid "Message" +msgstr "Mensagem" + +#. module: mail_full_expand +#: model:ir.actions.act_window,name:mail_full_expand.act_window +msgid "Read Full Email" +msgstr "Ler Todo o Email" diff --git a/mail_restrict_follower_selection/i18n/es_CO.po b/mail_restrict_follower_selection/i18n/es_CO.po new file mode 100644 index 00000000..fd75f0e9 --- /dev/null +++ b/mail_restrict_follower_selection/i18n/es_CO.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_restrict_follower_selection +# +# Translators: +# John Toro , 2015 +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-11-21 02:16+0000\n" +"PO-Revision-Date: 2015-11-03 17:18+0000\n" +"Last-Translator: John Toro \n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-social-8-0/language/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_restrict_follower_selection +#: model:ir.actions.act_window,name:mail_restrict_follower_selection.action_setup +msgid "Configure the restriction on followers" +msgstr "Configurar la restricción en seguidores" + +#. module: mail_restrict_follower_selection +#: model:ir.model,name:mail_restrict_follower_selection.model_mail_wizard_invite +msgid "Invite wizard" +msgstr "Asistente de Invitación" diff --git a/mail_restrict_follower_selection/i18n/pt_BR.po b/mail_restrict_follower_selection/i18n/pt_BR.po new file mode 100644 index 00000000..7335e438 --- /dev/null +++ b/mail_restrict_follower_selection/i18n/pt_BR.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_restrict_follower_selection +# +# Translators: +# Wagner Pereira , 2015 +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-11-21 02:16+0000\n" +"PO-Revision-Date: 2015-11-03 16:48+0000\n" +"Last-Translator: Wagner Pereira \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-social-8-0/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: mail_restrict_follower_selection +#: model:ir.actions.act_window,name:mail_restrict_follower_selection.action_setup +msgid "Configure the restriction on followers" +msgstr "Configure a restrição a seguidores" + +#. module: mail_restrict_follower_selection +#: model:ir.model,name:mail_restrict_follower_selection.model_mail_wizard_invite +msgid "Invite wizard" +msgstr "Assistente de convite" diff --git a/mail_sent/i18n/es_CO.po b/mail_sent/i18n/es_CO.po new file mode 100644 index 00000000..8a12af45 --- /dev/null +++ b/mail_sent/i18n/es_CO.po @@ -0,0 +1,33 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_sent +# +# Translators: +# John Toro , 2015 +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-11-21 02:16+0000\n" +"PO-Revision-Date: 2015-11-03 17:13+0000\n" +"Last-Translator: John Toro \n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-social-8-0/language/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_sent +#: model:ir.actions.client,help:mail_sent.action +msgid "" +"

No sent messages.

\n" +"

This list contains messages sent by you.

\n" +" " +msgstr "

No hay mensajes enviados.

\n

Esta lista contiene los mensajes que haz enviado.

\n " + +#. module: mail_sent +#: model:ir.actions.client,name:mail_sent.action +#: model:ir.ui.menu,name:mail_sent.menu +msgid "Sent" +msgstr "Enviado" diff --git a/mail_sent/i18n/pt_BR.po b/mail_sent/i18n/pt_BR.po new file mode 100644 index 00000000..2ea443c9 --- /dev/null +++ b/mail_sent/i18n/pt_BR.po @@ -0,0 +1,33 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_sent +# +# Translators: +# Wagner Pereira , 2015 +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-11-21 02:16+0000\n" +"PO-Revision-Date: 2015-11-03 16:51+0000\n" +"Last-Translator: Wagner Pereira \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-social-8-0/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: mail_sent +#: model:ir.actions.client,help:mail_sent.action +msgid "" +"

No sent messages.

\n" +"

This list contains messages sent by you.

\n" +" " +msgstr "

Nenhuma mensagem enviada.

\n

Esta lista contem mensagens enviadas para você

" + +#. module: mail_sent +#: model:ir.actions.client,name:mail_sent.action +#: model:ir.ui.menu,name:mail_sent.menu +msgid "Sent" +msgstr "Enviado" diff --git a/mass_mailing_custom_unsubscribe/i18n/es_CO.po b/mass_mailing_custom_unsubscribe/i18n/es_CO.po new file mode 100644 index 00000000..eb06e353 --- /dev/null +++ b/mass_mailing_custom_unsubscribe/i18n/es_CO.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mass_mailing_custom_unsubscribe +# +# Translators: +# John Toro , 2015 +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-11-21 02:16+0000\n" +"PO-Revision-Date: 2015-11-03 17:16+0000\n" +"Last-Translator: John Toro \n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-social-8-0/language/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mass_mailing_custom_unsubscribe +#: code:addons/mass_mailing_custom_unsubscribe/models/mail_mail.py:37 +#, python-format +msgid "Click to unsubscribe" +msgstr "Clic para cancelar la suscripción" + +#. module: mass_mailing_custom_unsubscribe +#: model:ir.model,name:mass_mailing_custom_unsubscribe.model_mail_mail +msgid "Outgoing Mails" +msgstr "Correos Salientes" diff --git a/social_media_dribbble/i18n/en.po b/social_media_dribbble/i18n/en.po new file mode 100644 index 00000000..e05f17de --- /dev/null +++ b/social_media_dribbble/i18n/en.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * social_media_dribbble +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-11-21 02:16+0000\n" +"PO-Revision-Date: 2015-11-20 13:46+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: English (http://www.transifex.com/oca/OCA-social-8-0/language/en/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: social_media_dribbble +#: field:website,social_dribbble:0 +msgid "Dribbble Account" +msgstr "Dribbble Account" + +#. module: social_media_dribbble +#: model:ir.model,name:social_media_dribbble.model_website +msgid "Website" +msgstr "Website" + +#. module: social_media_dribbble +#: view:website:social_media_dribbble.view_website_form_extra +msgid "http://dribbble.com" +msgstr "http://dribbble.com" + +#. module: social_media_dribbble +#: view:website.config.settings:social_media_dribbble.view_website_config_settings_ext +msgid "https://dribbble.com" +msgstr "https://dribbble.com" diff --git a/social_media_dribbble/i18n/sl.po b/social_media_dribbble/i18n/sl.po new file mode 100644 index 00000000..c887b3fe --- /dev/null +++ b/social_media_dribbble/i18n/sl.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * social_media_dribbble +# +# Translators: +# Matjaž Mozetič , 2015 +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-11-21 02:16+0000\n" +"PO-Revision-Date: 2015-11-22 09:01+0000\n" +"Last-Translator: Matjaž Mozetič \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: social_media_dribbble +#: field:website,social_dribbble:0 +msgid "Dribbble Account" +msgstr "Dribbble račun" + +#. module: social_media_dribbble +#: model:ir.model,name:social_media_dribbble.model_website +msgid "Website" +msgstr "Spletna stran" + +#. module: social_media_dribbble +#: view:website:social_media_dribbble.view_website_form_extra +msgid "http://dribbble.com" +msgstr "http://dribbble.com" + +#. module: social_media_dribbble +#: view:website.config.settings:social_media_dribbble.view_website_config_settings_ext +msgid "https://dribbble.com" +msgstr "https://dribbble.com" diff --git a/social_media_tripadvisor/i18n/en.po b/social_media_tripadvisor/i18n/en.po new file mode 100644 index 00000000..29f28883 --- /dev/null +++ b/social_media_tripadvisor/i18n/en.po @@ -0,0 +1,34 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * social_media_tripadvisor +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-11-21 02:16+0000\n" +"PO-Revision-Date: 2015-11-20 13:51+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: English (http://www.transifex.com/oca/OCA-social-8-0/language/en/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: social_media_tripadvisor +#: field:website,social_tripadvisor:0 +msgid "Tripadvisor Account" +msgstr "Tripadvisor Account" + +#. module: social_media_tripadvisor +#: model:ir.model,name:social_media_tripadvisor.model_website +msgid "Website" +msgstr "Website" + +#. module: social_media_tripadvisor +#: view:website:social_media_tripadvisor.view_website_form_extra +#: view:website.config.settings:social_media_tripadvisor.view_website_config_settings_ext +msgid "http://tripadvisor.de" +msgstr "http://tripadvisor.de" diff --git a/social_media_tripadvisor/i18n/sl.po b/social_media_tripadvisor/i18n/sl.po new file mode 100644 index 00000000..d8866d4e --- /dev/null +++ b/social_media_tripadvisor/i18n/sl.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * social_media_tripadvisor +# +# Translators: +# Matjaž Mozetič , 2015 +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-11-21 02:16+0000\n" +"PO-Revision-Date: 2015-11-22 09:01+0000\n" +"Last-Translator: Matjaž Mozetič \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: social_media_tripadvisor +#: field:website,social_tripadvisor:0 +msgid "Tripadvisor Account" +msgstr "Tripadvisor račun" + +#. module: social_media_tripadvisor +#: model:ir.model,name:social_media_tripadvisor.model_website +msgid "Website" +msgstr "Spletna stran" + +#. module: social_media_tripadvisor +#: view:website:social_media_tripadvisor.view_website_form_extra +#: view:website.config.settings:social_media_tripadvisor.view_website_config_settings_ext +msgid "http://tripadvisor.de" +msgstr "http://tripadvisor.de" diff --git a/social_media_xing/i18n/en.po b/social_media_xing/i18n/en.po new file mode 100644 index 00000000..38a14b0f --- /dev/null +++ b/social_media_xing/i18n/en.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * social_media_xing +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-11-21 02:16+0000\n" +"PO-Revision-Date: 2015-11-20 13:42+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: English (http://www.transifex.com/oca/OCA-social-8-0/language/en/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: social_media_xing +#: model:ir.model,name:social_media_xing.model_website +msgid "Website" +msgstr "Website" + +#. module: social_media_xing +#: field:website,social_xing:0 +msgid "Xing Account" +msgstr "Xing Account" + +#. module: social_media_xing +#: view:website:social_media_xing.view_website_form_extra +msgid "http://www.xing.com" +msgstr "http://www.xing.com" + +#. module: social_media_xing +#: view:website.config.settings:social_media_xing.view_website_config_settings_ext +msgid "https://www.xing.com" +msgstr "https://www.xing.com" diff --git a/social_media_xing/i18n/sl.po b/social_media_xing/i18n/sl.po new file mode 100644 index 00000000..e85e9728 --- /dev/null +++ b/social_media_xing/i18n/sl.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * social_media_xing +# +# Translators: +# Matjaž Mozetič , 2015 +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-11-21 02:16+0000\n" +"PO-Revision-Date: 2015-11-22 09:02+0000\n" +"Last-Translator: Matjaž Mozetič \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: social_media_xing +#: model:ir.model,name:social_media_xing.model_website +msgid "Website" +msgstr "Spletna stran" + +#. module: social_media_xing +#: field:website,social_xing:0 +msgid "Xing Account" +msgstr "Xing račun" + +#. module: social_media_xing +#: view:website:social_media_xing.view_website_form_extra +msgid "http://www.xing.com" +msgstr "http://www.xing.com" + +#. module: social_media_xing +#: view:website.config.settings:social_media_xing.view_website_config_settings_ext +msgid "https://www.xing.com" +msgstr "https://www.xing.com"