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.

48 lines
2.0 KiB

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