|
| 1 | +# Translation of Odoo Server. |
| 2 | +# This file contains the translation of the following modules: |
| 3 | +# * sql_export_mail |
| 4 | +# |
| 5 | +msgid "" |
| 6 | +msgstr "" |
| 7 | +"Project-Id-Version: Odoo Server 8.0\n" |
| 8 | +"Report-Msgid-Bugs-To: \n" |
| 9 | +"POT-Creation-Date: 2017-07-18 13:15+0000\n" |
| 10 | +"PO-Revision-Date: 2017-07-18 13:15+0000\n" |
| 11 | +"Last-Translator: <>\n" |
| 12 | +"Language-Team: \n" |
| 13 | +"MIME-Version: 1.0\n" |
| 14 | +"Content-Type: text/plain; charset=UTF-8\n" |
| 15 | +"Content-Transfer-Encoding: \n" |
| 16 | +"Plural-Forms: \n" |
| 17 | + |
| 18 | +#. module: sql_export_mail |
| 19 | +#: model:email.template,body_html:sql_export_mail.sql_export_mailer |
| 20 | +msgid "\n" |
| 21 | +"<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n" |
| 22 | +"\n" |
| 23 | +"<p>You will find the report ${object.name or ''} as an attachment of the mail.</p>\n" |
| 24 | +"\n" |
| 25 | +"</div>\n" |
| 26 | +" " |
| 27 | +msgstr "\n" |
| 28 | +"<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n" |
| 29 | +"\n" |
| 30 | +"<p>Vous trouverez le rapport ${object.name or ''} en pièce jointe de ce mail.</p>\n" |
| 31 | +"\n" |
| 32 | +"</div>\n" |
| 33 | +" " |
| 34 | + |
| 35 | +#. module: sql_export_mail |
| 36 | +#: model:email.template,subject:sql_export_mail.sql_export_mailer |
| 37 | +msgid "${object.name or ''}" |
| 38 | +msgstr "${object.name or ''}" |
| 39 | + |
| 40 | +#. module: sql_export_mail |
| 41 | +#: help:sql.export,mail_user_ids:0 |
| 42 | +msgid "Add the users who want to receive the report by e-mail. You need to link the sql query with a cron to send mail automatically" |
| 43 | +msgstr "Ajoutez les utilisateurs voulant recevoir le rapport par mail. Vous devez ensuite créer une tâche planifiée pour envoyer le mail automatiquement." |
| 44 | + |
| 45 | +#. module: sql_export_mail |
| 46 | +#: view:sql.export:sql_export_mail.sql_export_mail_view_form |
| 47 | +msgid "Create Cron" |
| 48 | +msgstr "Créer une tâche planfiée" |
| 49 | + |
| 50 | +#. module: sql_export_mail |
| 51 | +#: model:ir.model.fields,field_description:sql_export_mail.field_sql_export_cron_ids |
| 52 | +#: view:sql.export:sql_export_mail.sql_export_mail_view_form |
| 53 | +#: field:sql.export,cron_ids:0 |
| 54 | +msgid "Crons" |
| 55 | +msgstr "Tâches planifiées" |
| 56 | + |
| 57 | +#. module: sql_export_mail |
| 58 | +#: selection:sql.export,mail_condition:0 |
| 59 | +msgid "File Not Empty" |
| 60 | +msgstr "Fichier non vide." |
| 61 | + |
| 62 | +#. module: sql_export_mail |
| 63 | +#: code:addons/sql_export_mail/models/sql_export.py:126 |
| 64 | +#, python-format |
| 65 | +msgid "It is not possible to execute and send a query automatically by e-mail if there are parameters to fill" |
| 66 | +msgstr "Il n'est pas possible d'exécuter en envoyer le résultat d'une requête par mail si celle-ci contient des paramètres." |
| 67 | + |
| 68 | +#. module: sql_export_mail |
| 69 | +#: model:ir.model.fields,field_description:sql_export_mail.field_sql_export_mail_condition |
| 70 | +#: field:sql.export,mail_condition:0 |
| 71 | +msgid "Mail condition" |
| 72 | +msgstr "Condition d'envoi par mail" |
| 73 | + |
| 74 | +#. module: sql_export_mail |
| 75 | +#: model:ir.model,name:sql_export_mail.model_sql_export |
| 76 | +msgid "SQL export" |
| 77 | +msgstr "Export SQL" |
| 78 | + |
| 79 | +#. module: sql_export_mail |
| 80 | +#: code:addons/sql_export_mail/models/sql_export.py:135 |
| 81 | +#, python-format |
| 82 | +msgid "The user does not have any e-mail address." |
| 83 | +msgstr "L'utilisateur selectionné n'a pas d'addresse mail." |
| 84 | + |
| 85 | +#. module: sql_export_mail |
| 86 | +#: model:ir.model.fields,field_description:sql_export_mail.field_sql_export_mail_user_ids |
| 87 | +#: field:sql.export,mail_user_ids:0 |
| 88 | +msgid "User to notify" |
| 89 | +msgstr "Utilisateurs à notifier par mail" |
| 90 | + |
| 91 | +#. module: sql_export_mail |
| 92 | +#: view:sql.export:sql_export_mail.sql_export_mail_view_form |
| 93 | +msgid "Users Notified by e-mail" |
| 94 | +msgstr "Utilisateurs notifiés par mail" |
0 commit comments