OCA reporting engine fork for dev and update.
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.

52 lines
2.3 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * report_custom_filename
  4. #
  5. # Translators:
  6. # Pedro M. Baeza <pedro.baeza@gmail.com>, 2016
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 9.0c\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2016-12-21 08:13+0000\n"
  12. "PO-Revision-Date: 2016-12-21 08:13+0000\n"
  13. "Last-Translator: Pedro M. Baeza <pedro.baeza@gmail.com>, 2016\n"
  14. "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
  15. "Language: es\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #. module: report_custom_filename
  21. #: model:ir.model.fields,field_description:report_custom_filename.field_ir_act_report_xml_download_filename
  22. msgid "Download filename"
  23. msgstr "Nombre del archivo descargado"
  24. #. module: report_custom_filename
  25. #: model:ir.model.fields,help:report_custom_filename.field_ir_act_report_xml_download_filename
  26. msgid ""
  27. "Fill in this field to have a custom file name when downloading this report. "
  28. "This string is evaluated as a jinja2 expression.\n"
  29. "You can use python expressions, `objects` is a browse record list of the "
  30. "objects for which the report is being generated.\n"
  31. "Check for this list's length to determine if it is a report being printed "
  32. "for multiple records or not. You also have access to `o`, which is the first "
  33. "record in the list.\n"
  34. "For qweb reports, the variable `ext` gives you the requested format's "
  35. "extension"
  36. msgstr ""
  37. "Rellene este campo para tener un nombre de archivo personalizado cuando "
  38. "descargues este informe. Esta cadena es evaluada como una expresión jinja2.\n"
  39. "Puede usar expresiones python, 'objects' es una lista de búsqueda de "
  40. "registros de los objetos para los cuales el informe está siendo generado.\n"
  41. "Compruebe la longitud de esta lista para determinar si un informe está "
  42. "siendo impreso para múltiples registros o no. También tiene acceso a 'o', "
  43. "que es el primer registro de la lista.\n"
  44. "Para los informes qweb, la variable 'ext' le da la extensión del formato "
  45. "requerido."
  46. #. module: report_custom_filename
  47. #: model:ir.model,name:report_custom_filename.model_ir_actions_report_xml
  48. msgid "ir.actions.report.xml"
  49. msgstr "ir.actions.report.xml"