oca-travis
7 years ago
7 changed files with 159 additions and 48 deletions
-
31report_custom_filename/i18n/ca.po
-
33report_custom_filename/i18n/de.po
-
31report_custom_filename/i18n/es.po
-
32report_custom_filename/i18n/pt_PT.po
-
28report_custom_filename/i18n/report_custom_filename.pot
-
32report_custom_filename/i18n/sl.po
-
20report_custom_filename/i18n/tr_TR.po
@ -0,0 +1,28 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * report_custom_filename |
|||
# |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 8.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"Last-Translator: <>\n" |
|||
"Language-Team: \n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Plural-Forms: \n" |
|||
|
|||
#. module: report_custom_filename |
|||
#: field:ir.actions.report.xml,download_filename:0 |
|||
msgid "Download filename" |
|||
msgstr "" |
|||
|
|||
#. module: report_custom_filename |
|||
#: help:ir.actions.report.xml,download_filename:0 |
|||
msgid "Fill in this field to have a custom file name when downloading this report. This string is evaluated as a jinja2 expression.\n" |
|||
"You can use python expressions, `objects` is a browse record list of the objects for which the report is being generated.\n" |
|||
"Check for this list's length to determine if it is a report being printed for multiple records or not. You also have access to `o`, which is the first record in the list.\n" |
|||
"For qweb reports, the variable `ext` gives you the requested format's extension" |
|||
msgstr "" |
|||
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue