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.

55 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. # OCA Transbot <transbot@odoo-community.org>, 2016
  7. # Rudolf Schnapka <rs@techno-flex.de>, 2017
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: Odoo Server 9.0c\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2017-03-04 05:58+0000\n"
  13. "PO-Revision-Date: 2017-03-04 05:58+0000\n"
  14. "Last-Translator: Rudolf Schnapka <rs@techno-flex.de>, 2017\n"
  15. "Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
  16. "Language: de\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. #: model:ir.model.fields,field_description:report_custom_filename.field_ir_act_report_xml_download_filename
  23. msgid "Download filename"
  24. msgstr "Datei herunterladen"
  25. #. module: report_custom_filename
  26. #: model:ir.model.fields,help:report_custom_filename.field_ir_act_report_xml_download_filename
  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. "Pflegen Sie dieses Feld, um einen individuellen Dateinamen beim Download "
  39. "dieses Berichts zu erhalten. Diese Zeichenkette wird als jinja2 -Ausdruck "
  40. "ausgewertet.\n"
  41. "Sie können Python-Ausdrücke verwenden, `objects` ist eine browse record "
  42. "Liste von Objekten, die in diesem Bericht ausgewertet werden.\n"
  43. "Prüfen Sie die Listenlänge, um zu erfahren, ob dieser Bericht mehrere "
  44. "Datensätze betrifft oder nicht.\n"
  45. "Sie haben ebenfalls Zugriff auf das Objekt 'o', welches der erste Datensatz "
  46. "der Liste ist.\n"
  47. "Bei QWeb-Berichen liefert die Variable 'ext' die vom Bericht geforderte "
  48. "Nmenserweiterung."
  49. #. module: report_custom_filename
  50. #: model:ir.model,name:report_custom_filename.model_ir_actions_report_xml
  51. msgid "ir.actions.report.xml"
  52. msgstr "ir.actions.report.xml"