mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2d19e1596c | ||
|
|
be40c65232 | ||
|
|
6359854e83 | ||
|
|
ea359350c6 | ||
|
|
d1a06d3179 | ||
|
|
2332401a5f | ||
|
|
043342401f | ||
|
|
769604681a | ||
|
|
f0721e5877 | ||
|
|
585f98b6f5 | ||
|
|
bb952fbbf1 | ||
|
|
4573a981cd |
15
.coveragerc
Normal file
15
.coveragerc
Normal file
@@ -0,0 +1,15 @@
|
||||
[report]
|
||||
include =
|
||||
*/OCA/report-print-send/*
|
||||
|
||||
omit =
|
||||
*/tests/*
|
||||
*__init__.py
|
||||
|
||||
# Regexes for lines to exclude from consideration
|
||||
exclude_lines =
|
||||
# Have to re-enable the standard pragma
|
||||
pragma: no cover
|
||||
|
||||
# Don't complain about null context checking
|
||||
if context is None:
|
||||
28
.travis.yml
28
.travis.yml
@@ -6,34 +6,28 @@ addons:
|
||||
packages:
|
||||
- expect-dev # provides unbuffer utility
|
||||
- python-lxml # because pip installation is slow
|
||||
- cups
|
||||
- libcups2-dev
|
||||
- cups
|
||||
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
|
||||
env:
|
||||
global:
|
||||
- VERSION="8.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
|
||||
- TRANSIFEX_USER='transbot@odoo-community.org'
|
||||
- secure: HwYn7vV4wIM4ocObmgkylZmaw6FQynkbMiJmoTTfgL3y3Gy6IAPVXgTNXFUiIuYXZZ4B2GOAfcECQejCCw2KP7OCcBo1oGNuSJ2aVwiQcRH1ENDLTsMq1jcB/4vQuAmTS8WEE5nRkPyutwgE4kBYvZC4tENatakafPRAS+iNqpQ=
|
||||
matrix:
|
||||
- LINT_CHECK="1"
|
||||
- TRANSIFEX="1"
|
||||
- TESTS="1" ODOO_REPO="odoo/odoo"
|
||||
- TESTS="1" ODOO_REPO="OCA/OCB"
|
||||
|
||||
virtualenv:
|
||||
system_site_packages: true
|
||||
|
||||
install:
|
||||
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
|
||||
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
|
||||
- travis_install_nightly
|
||||
- git clone https://github.com/OCA/maintainer-quality-tools.git $HOME/maintainer-quality-tools
|
||||
- export PATH=$HOME/maintainer-quality-tools/travis:$PATH
|
||||
- travis_install_nightly
|
||||
- pip install coveralls flake8
|
||||
- pip install pycups==1.9.66
|
||||
- pip install PyPDF2==1.18
|
||||
- pip install requests
|
||||
- git clone https://github.com/OCA/reporting-engine -b ${VERSION} $HOME/reporting-engine
|
||||
|
||||
script:
|
||||
- travis_run_tests
|
||||
- travis_run_tests
|
||||
|
||||
after_success:
|
||||
- travis_after_tests_success
|
||||
coveralls
|
||||
|
||||
24
README.md
24
README.md
@@ -1,6 +1,5 @@
|
||||
[](https://runbot.odoo-community.org/runbot/repo/github-com-oca-report-print-send-144)
|
||||
[](https://travis-ci.org/OCA/report-print-send)
|
||||
[](https://coveralls.io/r/OCA/report-print-send?branch=8.0)
|
||||
[](https://travis-ci.org/OCA/report-print-send)
|
||||
[](https://coveralls.io/r/OCA/report-print-send?branch=6.1)
|
||||
|
||||
Report - Printing and Sending
|
||||
=============================
|
||||
@@ -11,22 +10,3 @@ This project aim to deal with modules related to manage document printing and se
|
||||
- Add an printing queue
|
||||
- Allow to choose printer
|
||||
- ...
|
||||
|
||||
[//]: # (addons)
|
||||
|
||||
Available addons
|
||||
----------------
|
||||
addon | version | maintainers | summary
|
||||
--- | --- | --- | ---
|
||||
[base_report_to_printer](base_report_to_printer/) | 8.0.0.2.0 | | Report to printer
|
||||
[printer_tray](printer_tray/) | 8.0.1.0.1 | | Report to printer - Paper tray selection
|
||||
|
||||
|
||||
Unported addons
|
||||
---------------
|
||||
addon | version | maintainers | summary
|
||||
--- | --- | --- | ---
|
||||
[pingen](pingen/) | 1.0 (unported) | | pingen.com integration
|
||||
[pingen_document](pingen_document/) | 1.0 (unported) | | pingen.com integration (document)
|
||||
|
||||
[//]: # (end addons)
|
||||
|
||||
4
base_report_to_printer/AUTHORS.txt
Normal file
4
base_report_to_printer/AUTHORS.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
Ferran Pegueroles <ferran@pegueroles.com>
|
||||
Albert Cervera i Areny <albert@nan-tic.com>
|
||||
Davide Corio <davide.corio@agilebg.com>
|
||||
Lorenzo Battistini <lorenzo.battistini@agilebg.com>
|
||||
@@ -1,55 +0,0 @@
|
||||
Report to printer
|
||||
-----------------
|
||||
This module allows users to send reports to a printer attached to the server.
|
||||
|
||||
|
||||
It adds an optional behaviour on reports to send it directly to a printer.
|
||||
|
||||
* `Send to Client` is the default behaviour providing you a downloadable PDF
|
||||
* `Send to Printer` prints the report on selected printer
|
||||
|
||||
Report behaviour is defined by settings.
|
||||
|
||||
|
||||
Settings can be configured:
|
||||
|
||||
* globaly
|
||||
* per user
|
||||
* per report
|
||||
* per user and report
|
||||
|
||||
|
||||
After installing enable the "Printing / Print Operator" option under access
|
||||
rights to give users the ability to view the print menu.
|
||||
|
||||
|
||||
To show all available printers for your server, use the
|
||||
`Settings/Configuration/Printing/Update Printers from CUPS` wizard.
|
||||
|
||||
|
||||
Then go to the user profile and set the users printing action and default
|
||||
printer.
|
||||
|
||||
Caveat
|
||||
------
|
||||
|
||||
The notification when a report is sent to a printer will not be
|
||||
displayed for the deprecated report types (RML, Webkit, ...).
|
||||
|
||||
Dependencies
|
||||
------------
|
||||
|
||||
This module requires pycups
|
||||
https://pypi.python.org/pypi/pycups
|
||||
|
||||
|
||||
Contributors
|
||||
------------
|
||||
|
||||
* Ferran Pegueroles <ferran@pegueroles.com>
|
||||
* Albert Cervera i Areny <albert@nan-tic.com>
|
||||
* Davide Corio <davide.corio@agilebg.com>
|
||||
* Lorenzo Battistini <lorenzo.battistini@agilebg.com>
|
||||
* Yannick Vaucher <yannick.vaucher@camptocamp.com>
|
||||
* Lionel Sausin <ls@numerigraphe.com>
|
||||
* Guewen Baconnier <guewen.baconnier@camptocamp.com>
|
||||
@@ -1,11 +1,11 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
#
|
||||
# Copyright (c) 2007 Ferran Pegueroles <ferran@pegueroles.com>
|
||||
# Copyright (c) 2009 Albert Cervera i Areny <albert@nan-tic.com>
|
||||
# Copyright (C) 2011 Agile Business Group sagl (<http://www.agilebg.com>)
|
||||
# Copyright (C) 2011 Domsense srl (<http://www.domsense.com>)
|
||||
# Copyright (C) 2013-2014 Camptocamp (<http://www.camptocamp.com>)
|
||||
# All Rights Reserved
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License as published
|
||||
@@ -21,10 +21,5 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
##############################################################################
|
||||
from . import printing
|
||||
from . import report
|
||||
from . import report_xml_action
|
||||
from . import report_service
|
||||
from . import users
|
||||
from . import ir_report
|
||||
from . import wizard
|
||||
import printing
|
||||
import wizard
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
#
|
||||
# Copyright (c) 2007 Ferran Pegueroles <ferran@pegueroles.com>
|
||||
# Copyright (c) 2009 Albert Cervera i Areny <albert@nan-tic.com>
|
||||
# Copyright (C) 2011 Agile Business Group sagl (<http://www.agilebg.com>)
|
||||
# Copyright (C) 2011 Domsense srl (<http://www.domsense.com>)
|
||||
# Copyright (C) 2013-2014 Camptocamp (<http://www.camptocamp.com>)
|
||||
# All Rights Reserved
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License as published
|
||||
@@ -23,26 +23,47 @@
|
||||
##############################################################################
|
||||
{
|
||||
'name': "Report to printer",
|
||||
'version': '8.0.0.2.0',
|
||||
'version': '0.1',
|
||||
'category': 'Generic Modules/Base',
|
||||
'author': "Agile Business Group & Domsense, Pegueroles SCP, NaN,"
|
||||
"Odoo Community Association (OCA)",
|
||||
'description': """
|
||||
Extracted from printjob ( http://apps.openerp.com/addon/1727 ), this module allows to send reports to a printer attached to the server. Settings can be configured globaly, per user, per report and per user and report.
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
.. image:: http://planet.domsense.com/wp-content/uploads/2011/09/printing-menu.png
|
||||
:width: 400 px
|
||||
|
||||
First of all, you have to load CUPS printers in OpenERP. You can use a wizard that retrieves them automatically. You just have to click on Update Printers from CUPS and printers will appear within the available printers list.
|
||||
|
||||
In the next step you will configure the reports to send to the printers.
|
||||
|
||||
.. image:: http://planet.domsense.com/wp-content/uploads/2011/09/reports.png
|
||||
:width: 400 px
|
||||
|
||||
Through the report form you can define the system’s behaviour while producing the report.
|
||||
|
||||
.. image:: http://planet.domsense.com/wp-content/uploads/2011/09/report-configuration.png
|
||||
:width: 400 px
|
||||
|
||||
You can set a global behaviour, or differentiate it according to the user who’s printing. In the example, the global behaviour defines to send the report to client directly (Send to Client), therefore without sending it to the printer. But if user elbati is printing, the report will be sent to the selected printer (Send to Printer).
|
||||
|
||||
You can also define a default behaviour associated to the user, in order to establish whether a certain user, when not differently set, wants to send the reports always to a specific printer or not.
|
||||
|
||||
After finishing the configuration, you will just have to click on printing button associated to the report (or launch the report by a wizard or whatever) and the system will automatically send the report to the previously set printer
|
||||
""",
|
||||
'author': ['Agile Business Group', 'Pegueroles SCP', 'NaN'],
|
||||
'website': 'http://www.agilebg.com',
|
||||
'license': 'AGPL-3',
|
||||
"depends": ['base',
|
||||
'report',
|
||||
],
|
||||
'data': [
|
||||
'security/security.xml',
|
||||
"depends" : ['base', 'base_calendar'],
|
||||
"init_xml" : [],
|
||||
"update_xml" : [
|
||||
'printing_data.xml',
|
||||
'printing_view.xml',
|
||||
'base_report_to_printer.xml',
|
||||
'wizard/update_printers.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
'application': True,
|
||||
'external_dependencies': {
|
||||
'python': ['cups']
|
||||
}
|
||||
'security/security.xml',
|
||||
],
|
||||
"demo_xml" : [],
|
||||
"active": False,
|
||||
"installable": True
|
||||
}
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<openerp>
|
||||
<data>
|
||||
<template id="assets_backend" name="base_report_to_printer assets" inherit_id="report.assets_backend">
|
||||
<xpath expr="." position="inside">
|
||||
<script type="text/javascript" src="/base_report_to_printer/static/src/js/qwebactionmanager.js"></script>
|
||||
</xpath>
|
||||
</template>
|
||||
</data>
|
||||
</openerp>
|
||||
|
||||
@@ -1,316 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-08 23:07+0000\n"
|
||||
"PO-Revision-Date: 2016-11-08 23:07+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n"
|
||||
"Language: am\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "o"
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-01 07:49+0000\n"
|
||||
"PO-Revision-Date: 2017-07-01 07:49+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
|
||||
"Language: ar\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
||||
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "الإجراءات"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "إلغاء"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "أنشئ بواسطة"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "أنشئ في"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "اسم العرض"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "المعرف"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "آخر تعديل في"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "آخر تحديث بواسطة"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "آخر تحديث في"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr "النموذج"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "الاسم"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "الأمن"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "الحالة"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "النوع"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "المستخدم"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr "المستخدمون"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "أو"
|
||||
@@ -1,11 +1,13 @@
|
||||
# Translation of Odoo Server.
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"Project-Id-Version: OpenERP Server 6.0.3\n"
|
||||
"Report-Msgid-Bugs-To: support@openerp.com\n"
|
||||
"POT-Creation-Date: 2011-09-26 09:06+0000\n"
|
||||
"PO-Revision-Date: 2011-09-26 09:06+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -14,121 +16,38 @@ msgstr ""
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
#: sql_constraint:res.users:0
|
||||
msgid "You can not have two users with the same login !"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0
|
||||
#: field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0
|
||||
#: field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0
|
||||
#: field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
#: view:printing.printer.update.wizard:0
|
||||
msgid "This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid "Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is running and that you can reach it from the Odoo server."
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0
|
||||
#: field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0
|
||||
#: field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0
|
||||
#: field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
#: constraint:res.users:0
|
||||
msgid "The chosen company is not in the allowed companies for this user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
@@ -137,35 +56,30 @@ msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:0
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0
|
||||
#: field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
#: model:ir.module.module,description:base_report_to_printer.module_meta_information
|
||||
msgid "Extracted from printjob ( http://apps.openerp.com/addon/1727 ), this module allows to send reports to a printer attached to the server. Settings can be configured globaly, per user, per report and per user and report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
@@ -175,128 +89,15 @@ msgstr ""
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
#: view:printing.report.xml.action:0
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
@@ -305,12 +106,141 @@ msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_config
|
||||
msgid "Configuration"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.module.module,shortdesc:base_report_to_printer.module_meta_information
|
||||
msgid "Report to printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printjob_printer_update_wizard
|
||||
msgid "printjob.printer.update.wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:0
|
||||
msgid "Ok"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0
|
||||
#: field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:0
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:189
|
||||
#, python-format
|
||||
msgid "Send to Client"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer_update_wizard
|
||||
msgid "printing.printer.update.wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:0
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:188
|
||||
#, python-format
|
||||
msgid "Send to Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.job:0
|
||||
msgid "Print Jobs"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:0
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "res.users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:190
|
||||
#, python-format
|
||||
msgid "Use user's defaults"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_ir_actions_report_xml
|
||||
msgid "ir.actions.report.xml"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# Kaloyan Naumov <kaloyan@lumnus.net>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-08 23:07+0000\n"
|
||||
"PO-Revision-Date: 2016-11-08 23:07+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n"
|
||||
"Language: bg\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Действия"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Откажи"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Създадено от"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Създадено на"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Име за Показване"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Последно обновено на"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Последно обновено от"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Последно обновено на"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Име"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Защита"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Вид"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "или"
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-04-06 22:56+0000\n"
|
||||
"PO-Revision-Date: 2017-04-06 22:56+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n"
|
||||
"Language: bs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Akcije"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Otkaži"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Kreirao"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Kreirano"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Prikaži naziv"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnje mijenjano"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Zadnji ažurirao"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Zadnje ažurirano"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Ime"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Sigurnost"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Vrsta"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Korisnik"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "ili"
|
||||
@@ -1,316 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-01 07:49+0000\n"
|
||||
"PO-Revision-Date: 2017-07-01 07:49+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
|
||||
"Language: ca\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr "Acció"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel·la"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Creat per"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Creat el"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Veure el nom"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr "Error"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Darrera modificació el"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Darrera Actualització per"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Darrera Actualització el"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr "Ubicació "
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr "Model"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Nom"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Seguritat"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Estat"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tipus"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Usuari"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr "Usuaris"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "o"
|
||||
@@ -1,318 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# Carlos Hormigo, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-25 09:18+0000\n"
|
||||
"PO-Revision-Date: 2017-11-25 09:18+0000\n"
|
||||
"Last-Translator: Carlos Hormigo, 2018\n"
|
||||
"Language-Team: Catalan (Spain) (https://www.transifex.com/oca/teams/23907/"
|
||||
"ca_ES/)\n"
|
||||
"Language: ca_ES\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel·la"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Creat per"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Creat a"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Nom visible"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Darrera modificació en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Darrera actualització per"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Darrera actualització el"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Nom"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Estat"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tipus"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr ""
|
||||
@@ -1,316 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-01-07 05:44+0000\n"
|
||||
"PO-Revision-Date: 2017-01-07 05:44+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n"
|
||||
"Language: cs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Akce"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Zrušit"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Vytvořil(a)"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Vytvořeno"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Zobrazovaný název"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Naposled upraveno"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Naposled upraveno"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Naposled upraveno"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Název"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Zabezpečení"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Druh"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Uživatel"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "nebo"
|
||||
@@ -1,316 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-01-07 05:44+0000\n"
|
||||
"PO-Revision-Date: 2017-01-07 05:44+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n"
|
||||
"Language: da\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Aktioner"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Annuller"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Oprettet af"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Oprettet den"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Vist navn"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "Id"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Sidst ændret den"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Sidst opdateret af"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Sidst opdateret den"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Navn"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Sikkerhed"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Type"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr "Brugere"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "eller"
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# Hans Henrik Gabelgaard <hhg@gabelgaard.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-02 12:27+0000\n"
|
||||
"PO-Revision-Date: 2017-09-02 12:27+0000\n"
|
||||
"Last-Translator: Hans Henrik Gabelgaard <hhg@gabelgaard.org>, 2017\n"
|
||||
"Language-Team: Danish (Denmark) (https://www.transifex.com/oca/teams/23907/"
|
||||
"da_DK/)\n"
|
||||
"Language: da_DK\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr "Model"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr ""
|
||||
@@ -1,322 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# Rudolf Schnapka <rs@techno-flex.de>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-04 06:00+0000\n"
|
||||
"PO-Revision-Date: 2017-03-04 06:00+0000\n"
|
||||
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>, 2017\n"
|
||||
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
|
||||
"Language: de\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr "Aktion"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Aktionen"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr "Verfügbar"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Abbrechen"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr "Konnte die Druckerliste von CUPS-Server (%s:%s) nicht beziehen"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Erstellt von"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Erstellt am:"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr "Vorgabe"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr "Vorgabedrucker"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Anzeigename"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr "Dokumetn an den Drucker gesandt"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr "Fehler"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr "Fehler, beim Versenden des Dokuments an den Drucker"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
"Konnte nicht mit CUPS-Server %s:%s verbinden. Prüfen Sie, ob der Server "
|
||||
"läuft und Sie diesem vom Odoo-Server aus erreichen können."
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zuletzt geändert am"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Zuletzt aktualisiert von"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Zuletzt aktualisiert am"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr "Standort"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr "Modell"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Bezeichnung"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr "Kein Drucker zum Druck dieses Berichts eingestellt."
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr "Präferenzen"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr "Drucke"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr "Druck-Job"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr "Drucker"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr "Drucker"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr "Drucken"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr "Drucken / Druckanwender"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr "Druckhandlung"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Bericht"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr "Berichtsdruck-Aktionen"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr "Berichte"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Sicherheit"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr "Serverfehler"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr "Setze Vorgabe"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr "Zeige Drucker"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr "Benutzerspezifische Aktionen"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr "Statusmeldung"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr "Systembezeichnung"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
"Dieses Feld erlaubt eine benutzerspezifische Festlegung von Aktion und "
|
||||
"Drucker"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
"Dieser Schritt wird alle fehlenden Drucker vom aktuellen CUPS-Server anlegen."
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Art"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr "URI"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr "Nicht verfügbar"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr "Unbekannt"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr "Aktualisiere Drucker vom CUPS"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Benutzer"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr "Benutzer"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "oder"
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-01 07:49+0000\n"
|
||||
"PO-Revision-Date: 2017-07-01 07:49+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/"
|
||||
"el_GR/)\n"
|
||||
"Language: el_GR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Άκυρο"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Δημιουργήθηκε από "
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Δημιουργήθηκε στις"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "Κωδικός"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Τελευταία ενημέρωση από"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Τελευταία ενημέρωση στις"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Ονομασία"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Αναφορά"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Ασφάλεια"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Κατάσταση"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr "Χρήστες"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr ""
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-12-24 04:42+0000\n"
|
||||
"PO-Revision-Date: 2016-12-24 04:42+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: English (Australia) (https://www.transifex.com/oca/"
|
||||
"teams/23907/en_AU/)\n"
|
||||
"Language: en_AU\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr ""
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-04-06 22:56+0000\n"
|
||||
"PO-Revision-Date: 2017-04-06 22:56+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/"
|
||||
"teams/23907/en_GB/)\n"
|
||||
"Language: en_GB\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Actions"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Created by"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Created on"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Display Name"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Last Modified on"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Last Updated by"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Last Updated on"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Name"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Security"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Type"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "User"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "or"
|
||||
@@ -1,316 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-05-13 06:31+0000\n"
|
||||
"PO-Revision-Date: 2017-05-13 06:31+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr "Acción"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Acciones"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr "Por defecto"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre mostrado"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr "Error"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación el"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización el"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr "Modelo"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr "Imprimir"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr "Reportes"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Seguridad"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Estado"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Usuario"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr "Usuarios"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "o"
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-12-24 04:42+0000\n"
|
||||
"PO-Revision-Date: 2016-12-24 04:42+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/"
|
||||
"teams/23907/es_AR/)\n"
|
||||
"Language: es_AR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Acciones"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Mostrar Nombre"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización realizada por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización el"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Seguridad"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "o"
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-12-24 04:42+0000\n"
|
||||
"PO-Revision-Date: 2016-12-24 04:42+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/"
|
||||
"es_CL/)\n"
|
||||
"Language: es_CL\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Acciones"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre mostrado"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID (identificación)"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización de"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Seguridad"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "o"
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-12-24 04:42+0000\n"
|
||||
"PO-Revision-Date: 2016-12-24 04:42+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/"
|
||||
"es_CO/)\n"
|
||||
"Language: es_CO\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Acciones"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Creado"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre Público"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última Modificación el"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Actualizado por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Actualizado"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Seguridad"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "o"
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-04-06 22:56+0000\n"
|
||||
"PO-Revision-Date: 2017-04-06 22:56+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/"
|
||||
"teams/23907/es_CR/)\n"
|
||||
"Language: es_CR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Acciones"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ultima actualización por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima actualización en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Seguridad"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Estado"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Usuario"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr ""
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-12-24 04:42+0000\n"
|
||||
"PO-Revision-Date: 2016-12-24 04:42+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/"
|
||||
"teams/23907/es_DO/)\n"
|
||||
"Language: es_DO\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Acciones"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre mostrado"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización de"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Seguridad"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "o"
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-01-07 05:44+0000\n"
|
||||
"PO-Revision-Date: 2017-01-07 05:44+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/"
|
||||
"es_EC/)\n"
|
||||
"Language: es_EC\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Acciones"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre mostrado"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID (identificación)"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización de"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Seguridad"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Usuario"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "o"
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-19 08:15+0000\n"
|
||||
"PO-Revision-Date: 2017-08-19 08:15+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/"
|
||||
"es_ES/)\n"
|
||||
"Language: es_ES\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre para mostrar"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr "Ubicación"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Estado"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr "Usuarios"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "o"
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-01 07:49+0000\n"
|
||||
"PO-Revision-Date: 2017-07-01 07:49+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/"
|
||||
"es_MX/)\n"
|
||||
"Language: es_MX\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Acciones"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre desplegado"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ultima modificacion realizada"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ultima actualizacion por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima actualización realizada"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr "Modelo"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Seguridad"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Estado"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Usuario"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "ó"
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-08 23:07+0000\n"
|
||||
"PO-Revision-Date: 2016-11-08 23:07+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/"
|
||||
"es_PE/)\n"
|
||||
"Language: es_PE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Acciones"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre a Mostrar"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ultima Modificación en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Actualizado última vez por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima Actualización"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Seguridad"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "o"
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-12-24 04:42+0000\n"
|
||||
"PO-Revision-Date: 2016-12-24 04:42+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/"
|
||||
"es_PY/)\n"
|
||||
"Language: es_PY\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Acciones"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ultima actualización por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima actualización en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Seguridad"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr ""
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-01-07 05:44+0000\n"
|
||||
"PO-Revision-Date: 2017-01-07 05:44+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/"
|
||||
"teams/23907/es_VE/)\n"
|
||||
"Language: es_VE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Acciones"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Mostrar nombre"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Modificada por última vez"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización realizada por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima actualizacion en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Seguridad"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Usuario"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr ""
|
||||
@@ -1,316 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-04-06 22:56+0000\n"
|
||||
"PO-Revision-Date: 2017-04-06 22:56+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n"
|
||||
"Language: et\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Tegevused"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Loobu"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Loonud"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Loodud"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Näidatav nimi"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Viimati muudetud"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Viimati uuendatud"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Viimati uuendatud"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Nimi"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Turvalisus"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Olek"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tüüp"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Kasutaja"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "või"
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# Esther Martín Menéndez <esthermartin001@gmail.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-02-18 06:00+0000\n"
|
||||
"PO-Revision-Date: 2017-02-18 06:00+0000\n"
|
||||
"Last-Translator: Esther Martín Menéndez <esthermartin001@gmail.com>, 2017\n"
|
||||
"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n"
|
||||
"Language: eu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Ezeztatu"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Nork sortua"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Created on"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Izena erakutsi"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr "Errorea"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Last Updated by"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Last Updated on"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr "Model"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Izena"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Mota"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "or"
|
||||
@@ -1,316 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-12-24 04:42+0000\n"
|
||||
"PO-Revision-Date: 2016-12-24 04:42+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n"
|
||||
"Language: fa\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "کنشها"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "لغو"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "ایجاد شده توسط"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "ایجاد شده در"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "نام نمایشی"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "شناسه"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "تاریخ آخرین بهروزرسانی"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "آخرین به روز رسانی توسط"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "آخرین به روز رسانی در"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "نام"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "امنیت"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "نوع"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "یا"
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-05-01 22:13+0000\n"
|
||||
"PO-Revision-Date: 2017-05-01 22:13+0000\n"
|
||||
"Last-Translator: Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2017\n"
|
||||
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
|
||||
"Language: fi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr "Toiminto"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Peruuta"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Luonut"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Luotu"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Nimi"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr "Virhe"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Viimeksi muokattu"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Viimeksi päivittänyt"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Viimeksi päivitetty"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr "Sijainti"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr "Mall"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Nimi"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr "Tulosta"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Tila"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tyyppi"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Käyttäjä"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr "Käyttäjät"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "tai"
|
||||
@@ -1,139 +1,59 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
# French translation for report-print-send
|
||||
# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
|
||||
# This file is distributed under the same license as the report-print-send package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-15 21:56+0000\n"
|
||||
"PO-Revision-Date: 2016-08-15 21:56+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
|
||||
"Language: fr\n"
|
||||
"Project-Id-Version: report-print-send\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2011-09-26 09:06+0000\n"
|
||||
"PO-Revision-Date: 2014-02-25 15:10+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: French <fr@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2014-02-26 07:29+0000\n"
|
||||
"X-Generator: Launchpad (build 16935)\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr "Action"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Actions"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr "Disponible"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Annuler"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
#: sql_constraint:res.users:0
|
||||
msgid "You can not have two users with the same login !"
|
||||
msgstr ""
|
||||
"Impossible d'obtenir la liste des imprimantes depuis le serveur CUPS (%s:%s)"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Créé par"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Date"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr "Par défaut"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr "Imprimante par défaut"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Nom à afficher"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr "Document envoyé à l'imprimante "
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr "Erreur"
|
||||
msgid "Unavailable"
|
||||
msgstr "Non disponible"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr "Erreur lors de l'envoi du document à l'imprimante "
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
#: view:printing.printer.update.wizard:0
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
"La connexion au serveur CUPS %s:%s a échoué. Veuillez contrôler que le "
|
||||
"serveur soit démarré et qu'il soit atteignable depuis le serveur Odoo. "
|
||||
"Cette opération va créer les imprimantes manquantes à partir du server CUPS "
|
||||
"courant."
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr "Inconnu"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Dernière modification le"
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Statut"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Dernière mise à jour par"
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System Name"
|
||||
msgstr "Nom sytème"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Dernière mise à jour le"
|
||||
#: constraint:res.users:0
|
||||
msgid "The chosen company is not in the allowed companies for this user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
@@ -141,35 +61,34 @@ msgid "Location"
|
||||
msgstr "Emplacement"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr "Modèle"
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:0
|
||||
msgid "Printers"
|
||||
msgstr "Imprimantes"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Nom"
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing Action"
|
||||
msgstr "Activité d'impression"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr "Pas d'imprimante configurée pour imprimer ce rapport."
|
||||
#: model:ir.module.module,description:base_report_to_printer.module_meta_information
|
||||
msgid ""
|
||||
"Extracted from printjob ( http://apps.openerp.com/addon/1727 ), this module "
|
||||
"allows to send reports to a printer attached to the server. Settings can be "
|
||||
"configured globaly, per user, per report and per user and report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr "Préférences"
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Type"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr "Imprimer"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr "Action d'impression"
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr "Disponible"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
@@ -178,133 +97,16 @@ msgstr "Action d'impression"
|
||||
msgid "Printer"
|
||||
msgstr "Imprimante"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr "Imprimantes"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr "Impression en cours"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr "Opérateur d'impression"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr "Action d'impression"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Rapport"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
#: view:printing.report.xml.action:0
|
||||
msgid "Report Printing Actions"
|
||||
msgstr "Actions d'impression de rapports"
|
||||
msgstr "Rapport d'activité d'impression"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr "Rapport"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Sécurité"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr "Erreur serveur"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr "Définir par défaut"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr "Afficher les imprimantes"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr "Action spécifique par utilisateur"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "État"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr "Message d'état"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr "Nom système"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
"Ce champs permet de configurer les actions et les imprimantes par utilisateur"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
"Cette opération va créer les imprimantes manquantes à partir du serveur CUPS "
|
||||
"courant."
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Type"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr "Non disponible"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr "Inconnu"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr "Mettre à jour les imprimantes depuis CUPS"
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr "Action de Job d'impression"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
@@ -312,11 +114,141 @@ msgid "User"
|
||||
msgstr "Utilisateur"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr "Utilisateurs"
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
msgid "Report"
|
||||
msgstr "Rapport"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "ou"
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_config
|
||||
msgid "Configuration"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.module.module,shortdesc:base_report_to_printer.module_meta_information
|
||||
msgid "Report to printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printjob_printer_update_wizard
|
||||
msgid "printjob.printer.update.wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:0
|
||||
msgid "Ok"
|
||||
msgstr "Ok"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0
|
||||
#: field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Nom"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:0
|
||||
msgid "Set Default"
|
||||
msgstr "Définitir par défaut"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr "Imprimante par défaut"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:189
|
||||
#, python-format
|
||||
msgid "Send to Client"
|
||||
msgstr "Envoyer au client"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr "URI"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer_update_wizard
|
||||
msgid "printing.printer.update.wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:0
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr "Mettre à jour les imprimantes depuis CUPS"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:188
|
||||
#, python-format
|
||||
msgid "Send to Printer"
|
||||
msgstr "Envoyer à l'imprimante"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Printing"
|
||||
msgstr "Impression en cours"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr "Erreur"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr "Action"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr "Modèle"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status Message"
|
||||
msgstr "Message de Statut"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
"Ce champs permet de configurer les action et les imprimante par utilisateur"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr "Erreur serveur"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Actions"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.job:0
|
||||
msgid "Print Jobs"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:0
|
||||
msgid "Cancel"
|
||||
msgstr "Annuler"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "res.users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:190
|
||||
#, python-format
|
||||
msgid "Use user's defaults"
|
||||
msgstr "Utiliser la configuration par défaut de l'utilisateur"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_ir_actions_report_xml
|
||||
msgid "ir.actions.report.xml"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-12-24 04:42+0000\n"
|
||||
"PO-Revision-Date: 2016-12-24 04:42+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/"
|
||||
"fr_CA/)\n"
|
||||
"Language: fr_CA\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Annuler"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Créé par"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Créé le"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Afficher le nom"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "Identifiant"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Dernière mise à jour par"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Dernière mise à jour le"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr "Modèle"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Nom"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr ""
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-05-01 22:13+0000\n"
|
||||
"PO-Revision-Date: 2017-05-01 22:13+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: French (Switzerland) (https://www.transifex.com/oca/"
|
||||
"teams/23907/fr_CH/)\n"
|
||||
"Language: fr_CH\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Annuler"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Créé par"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Créé le"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr "Défaut"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Nom affiché"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Dernière modification le"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Modifié par"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Modifié le"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr "Utilisateurs"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr ""
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-12-24 04:42+0000\n"
|
||||
"PO-Revision-Date: 2016-12-24 04:42+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: French (France) (https://www.transifex.com/oca/teams/23907/"
|
||||
"fr_FR/)\n"
|
||||
"Language: fr_FR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Annuler"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr ""
|
||||
@@ -1,316 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-11 07:51+0000\n"
|
||||
"PO-Revision-Date: 2017-11-11 07:51+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n"
|
||||
"Language: gl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "ültima actualización por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Nome"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Estado"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Usuario"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "ou"
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-08 23:07+0000\n"
|
||||
"PO-Revision-Date: 2016-11-08 23:07+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/"
|
||||
"gl_ES/)\n"
|
||||
"Language: gl_ES\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr ""
|
||||
@@ -1,316 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-12-24 04:42+0000\n"
|
||||
"PO-Revision-Date: 2016-12-24 04:42+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n"
|
||||
"Language: he\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "פעולות"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "בטל"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "נוצר על ידי"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "נוצר ב-"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "השם המוצג"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "מזהה"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "תאריך שינוי אחרון"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "עודכן לאחרונה על ידי"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "עודכן לאחרונה על"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "שם"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "אבטחה"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "סוג"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "או"
|
||||
@@ -1,316 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-12-24 04:42+0000\n"
|
||||
"PO-Revision-Date: 2016-12-24 04:42+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Hindi (https://www.transifex.com/oca/teams/23907/hi/)\n"
|
||||
"Language: hi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "रद्द"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr ""
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-04-06 22:56+0000\n"
|
||||
"PO-Revision-Date: 2017-04-06 22:56+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
|
||||
"Language: hr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Akcije"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Odustani"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Kreirao"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Kreirano"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Naziv "
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnje modificirano"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Zadnji ažurirao"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Zadnje ažuriranje"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr "Model"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Naziv"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Sigurnost"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tip"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Korisnik"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr "Korisnici"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "ili"
|
||||
@@ -1,318 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-01 07:49+0000\n"
|
||||
"PO-Revision-Date: 2017-07-01 07:49+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/"
|
||||
"hr_HR/)\n"
|
||||
"Language: hr_HR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Otkaži"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Kreirao"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Kreirano"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Naziv"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnje modificirano"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Zadnji ažurirao"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Zadnje ažurirano"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Naziv"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr "Korisnici"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr ""
|
||||
@@ -1,316 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-01 07:49+0000\n"
|
||||
"PO-Revision-Date: 2017-07-01 07:49+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n"
|
||||
"Language: hu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Műveletek"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Mégsem"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Készítette"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Létrehozás dátuma"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Név megjelenítése"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Utolsó frissítés dátuma"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Utoljára frissítve, által"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Utoljára frissítve "
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr "Modell, minta"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Név"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Biztonság"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Állapot"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Típus"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Felhasználó"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "vagy"
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# Wahyu Setiawan <wahyusetiaaa@gmail.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-10-28 09:37+0000\n"
|
||||
"PO-Revision-Date: 2017-10-28 09:37+0000\n"
|
||||
"Last-Translator: Wahyu Setiawan <wahyusetiaaa@gmail.com>, 2017\n"
|
||||
"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n"
|
||||
"Language: id\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Tindakan"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Batalkan"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Dibuat oleh"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Dibuat pada"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Nama Tampilan"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Terakhir Dimodifikasi pada"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Diperbaharui oleh"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Diperbaharui pada"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Nama"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Keamanan"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Jenis"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Pengguna"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "atau"
|
||||
@@ -1,177 +1,100 @@
|
||||
# Translation of Odoo Server.
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# Paolo Valier <paolo.valier@hotmail.it>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-01-14 06:22+0000\n"
|
||||
"PO-Revision-Date: 2024-01-15 20:35+0000\n"
|
||||
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
|
||||
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
|
||||
"Language: it\n"
|
||||
"Project-Id-Version: OpenERP Server 6.0.3\n"
|
||||
"Report-Msgid-Bugs-To: support@openerp.com\n"
|
||||
"POT-Creation-Date: 2011-09-26 09:06+0000\n"
|
||||
"PO-Revision-Date: 2014-02-25 15:12+0000\n"
|
||||
"Last-Translator: Lorenzo Battistini - Agile BG "
|
||||
"<lorenzo.battistini@agilebg.com>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 4.17\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2014-02-26 07:29+0000\n"
|
||||
"X-Generator: Launchpad (build 16935)\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr "Azione"
|
||||
#: sql_constraint:res.users:0
|
||||
msgid "You can not have two users with the same login !"
|
||||
msgstr "Non è possibile inserire due utenti con lo stesso nome di login!"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Azioni"
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr "Non disponibile"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:0
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
"Questo processo creerà tutte le stampante mancanti dal server CUPS corrente"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr "Sconosciuto"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Stato"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System Name"
|
||||
msgstr "Nome di sistema"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: constraint:res.users:0
|
||||
msgid "The chosen company is not in the allowed companies for this user"
|
||||
msgstr ""
|
||||
"L'azienda selezionata non è tra quelle a cui è permesso l'accesso a questo "
|
||||
"utente"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr "Locazione"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:0
|
||||
msgid "Printers"
|
||||
msgstr "Stampanti"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing Action"
|
||||
msgstr "Azione di stampa"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.module.module,description:base_report_to_printer.module_meta_information
|
||||
msgid ""
|
||||
"Extracted from printjob ( http://apps.openerp.com/addon/1727 ), this module "
|
||||
"allows to send reports to a printer attached to the server. Settings can be "
|
||||
"configured globaly, per user, per report and per user and report."
|
||||
msgstr ""
|
||||
"Estratto da printjob ( http://apps.openerp.com/addon/1727 ), questo modulo "
|
||||
"permetto di inviare i report alle stampanti collegate al server. Le "
|
||||
"impostazioni possono essere configurate globalmente, per utente, per report "
|
||||
"e per utente e report."
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr "Disponibile"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Annulla"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr "Impossibile ottenere la lista delle stampanti del server CUPS (%s:%s)"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Creato da"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Creato il"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr "Predefinito"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr "Stampante di default"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Nome visualizzato"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr "Documento inviato alla stampante "
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr "Errore"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr "Errore nell'invio del documento alla stampante "
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
"Impossibile connettersi al server CUPS su %s:%s. Controllare che il server "
|
||||
"CUPS sia in esecuzione e che sia raggiungibile dal server Odoo."
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ultima modifica il"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ultimo aggiornamento di"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultimo aggiornamento il"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr "Ubicazione"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr "Modello"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Nome"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr "Nessuna stampante configurata per stampare questo report."
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr "Preferenze"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr "Stampa"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr "Azione di stampa"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
@@ -179,93 +102,120 @@ msgstr "Azione di stampa"
|
||||
msgid "Printer"
|
||||
msgstr "Stampante"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr "Stampanti"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr "Stampa"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr "In stampa / Operatore di stampa"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr "Azione di stampa"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Report"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
#: view:printing.report.xml.action:0
|
||||
msgid "Report Printing Actions"
|
||||
msgstr "Azioni di stampa report"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr "Resoconti"
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr "Azione di stampa"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Sicurezza"
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Utente"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr "Errore server"
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
msgid "Report"
|
||||
msgstr "Report"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_config
|
||||
msgid "Configuration"
|
||||
msgstr "Configurazione"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.module.module,shortdesc:base_report_to_printer.module_meta_information
|
||||
msgid "Report to printer"
|
||||
msgstr "Report alla stampante"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printjob_printer_update_wizard
|
||||
msgid "printjob.printer.update.wizard"
|
||||
msgstr "printjob.printer.update.wizard"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:0
|
||||
msgid "Ok"
|
||||
msgstr "Ok"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0
|
||||
#: field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Nome"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:0
|
||||
msgid "Set Default"
|
||||
msgstr "Imposta default"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr "Mostra stampanti"
|
||||
#: field:printing.printer,default:0
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr "Stampante di default"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr "Azioni specifiche per utente"
|
||||
#: code:addons/base_report_to_printer/printing.py:189
|
||||
#, python-format
|
||||
msgid "Send to Client"
|
||||
msgstr "Invia al client"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Stato"
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr "URI"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer_update_wizard
|
||||
msgid "printing.printer.update.wizard"
|
||||
msgstr "printing.printer.update.wizard"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:0
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr "Aggiorna stampanti da CUPS"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:188
|
||||
#, python-format
|
||||
msgid "Send to Printer"
|
||||
msgstr "Invia alla stampante"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Printing"
|
||||
msgstr "Stampa"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr "Errore"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr "Azione"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr "Model"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgid "Status Message"
|
||||
msgstr "Messaggio di stato"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr "Nome di sistema"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
@@ -273,51 +223,38 @@ msgstr ""
|
||||
"Questo campo permette di configurare azioni e stampanti sulla base degli "
|
||||
"utenti"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
"Questo processo creerà tutte le stampanti mancanti dal server CUPS corrente."
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr "URI"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr "Non disponibile"
|
||||
msgid "Server Error"
|
||||
msgstr "Errore server"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr "Sconosciuto"
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Azioni"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr "Aggiorna stampanti da CUPS"
|
||||
#: view:printing.job:0
|
||||
msgid "Print Jobs"
|
||||
msgstr "Stampe"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Utente"
|
||||
#: view:printing.printer.update.wizard:0
|
||||
msgid "Cancel"
|
||||
msgstr "Annulla"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr "Utenti"
|
||||
msgid "res.users"
|
||||
msgstr "res.users"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "o"
|
||||
#: code:addons/base_report_to_printer/printing.py:190
|
||||
#, python-format
|
||||
msgid "Use user's defaults"
|
||||
msgstr "Utilizza i default dell'utente"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_ir_actions_report_xml
|
||||
msgid "ir.actions.report.xml"
|
||||
msgstr "ir.actions.report.xml"
|
||||
|
||||
@@ -1,316 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-01-07 05:44+0000\n"
|
||||
"PO-Revision-Date: 2017-01-07 05:44+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n"
|
||||
"Language: ja\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "アクション"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "キャンセル"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "作成者"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "作成日"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "表示名"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "最終更新日"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "最終更新者"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "最終更新日"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "名称"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "セキュリティ"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "タイプ"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "ユーザ"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "または"
|
||||
@@ -1,316 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-12-24 04:42+0000\n"
|
||||
"PO-Revision-Date: 2016-12-24 04:42+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n"
|
||||
"Language: ko\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "동작"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "취소"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "작성자"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "작성일"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "표시 이름"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "최근 수정"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "최근 갱신한 사람"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "최근 갱신 날짜"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "이름"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "보안"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "유형"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "또는"
|
||||
@@ -1,316 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-12-24 04:42+0000\n"
|
||||
"PO-Revision-Date: 2016-12-24 04:42+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Lao (https://www.transifex.com/oca/teams/23907/lo/)\n"
|
||||
"Language: lo\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "ຍົກເລີອກ"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr ""
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-04-06 22:56+0000\n"
|
||||
"PO-Revision-Date: 2017-04-06 22:56+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n"
|
||||
"Language: lt\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
|
||||
"%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Veiksmai"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Atšaukti"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Sukūrė"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Sukurta"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Vaizduojamas pavadinimas"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Paskutinį kartą keista"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Paskutinį kartą atnaujino"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Paskutinį kartą atnaujinta"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Pavadinimas"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Saugumas"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Būsena"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tipas"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Naudotojas"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "arba"
|
||||
@@ -1,318 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-12-24 04:42+0000\n"
|
||||
"PO-Revision-Date: 2016-12-24 04:42+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/"
|
||||
"teams/23907/lt_LT/)\n"
|
||||
"Language: lt_LT\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
|
||||
"%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Atšaukti"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Sukūrė"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Sukurta"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Paskutinį kartą atnaujino"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Paskutinį kartą atnaujinta"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr ""
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-04-06 22:56+0000\n"
|
||||
"PO-Revision-Date: 2017-04-06 22:56+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n"
|
||||
"Language: lv\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
|
||||
"2);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Darbības"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Atcelt"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Izveidoja"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Izveidots"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Pēdējo reizi atjaunoja"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Pēdējās izmaiņas"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Nosaukums"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Drošība"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Statuss"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tips"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Lietotājs"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "vai"
|
||||
@@ -1,316 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-04-06 22:56+0000\n"
|
||||
"PO-Revision-Date: 2017-04-06 22:56+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n"
|
||||
"Language: mk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Акции"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Откажи"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Креирано од"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Креирано на"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Прикажи име"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Последна промена на"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Последно ажурирање од"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Последно ажурирање на"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Име"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Безбедност"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Статус"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Тип"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Корисник"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "или"
|
||||
@@ -1,316 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-04-06 22:56+0000\n"
|
||||
"PO-Revision-Date: 2017-04-06 22:56+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n"
|
||||
"Language: mn\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Үйлдлүүд"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Цуцлах"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Үүсгэгч"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Үүсгэсэн"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Дэлгэцийн Нэр"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Сүүлийн засвар хийсэн огноо"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Сүүлийн засвар хийсэн"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Сүүлийн засвар хийсэн огноо"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Нэр"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Хамгаалалт"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Төлөв"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Төрөл"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Хэрэглэгч"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "эсвэл"
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-04-06 22:56+0000\n"
|
||||
"PO-Revision-Date: 2017-04-06 22:56+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/"
|
||||
"nb/)\n"
|
||||
"Language: nb\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Handlinger"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Avbryt"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Opprettet av"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Opprettet den"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Visnings navn"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Sist oppdatert "
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Sist oppdatert av"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Sist oppdatert"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Navn"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Sikkerhet"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Type"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Bruker"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "eller"
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-04-06 22:56+0000\n"
|
||||
"PO-Revision-Date: 2017-04-06 22:56+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/"
|
||||
"teams/23907/nb_NO/)\n"
|
||||
"Language: nb_NO\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Lukk"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Laget av"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Laget den"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Vis navn"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Sist endret den"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Sist oppdatert av"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Sist oppdatert den"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr ""
|
||||
@@ -1,316 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-01 07:49+0000\n"
|
||||
"PO-Revision-Date: 2017-07-01 07:49+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n"
|
||||
"Language: nl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Annuleren"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Aangemaakt door"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Aangemaakt op"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Te tonen naam"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Laatst bijgewerkt op"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Laatst bijgewerkt door"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Laatst bijgewerkt op"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr "Model"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Naam"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Type"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Gebruiker"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr "Gebruikers"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "of"
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-04-06 22:56+0000\n"
|
||||
"PO-Revision-Date: 2017-04-06 22:56+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/"
|
||||
"nl_BE/)\n"
|
||||
"Language: nl_BE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Acties"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Annuleren"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Gemaakt door"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Gemaakt op"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Schermnaam"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Laatst Aangepast op"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Laatst bijgewerkt door"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Laatst bijgewerkt op"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Naam:"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Type"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Gebruiker"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "of"
|
||||
@@ -1,318 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Peter Hageman <hageman.p@gmail.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-02 12:27+0000\n"
|
||||
"PO-Revision-Date: 2017-09-02 12:27+0000\n"
|
||||
"Last-Translator: Peter Hageman <hageman.p@gmail.com>, 2017\n"
|
||||
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/"
|
||||
"teams/23907/nl_NL/)\n"
|
||||
"Language: nl_NL\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Verwijderen"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Aangemaakt door"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Aangemaakt op"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Weergavenaam"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Laatst gewijzigd op"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Laatst bijgewerkt door"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Laatst bijgewerkt op"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr "Locatie"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Naam"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr ""
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-01-07 05:44+0000\n"
|
||||
"PO-Revision-Date: 2017-01-07 05:44+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n"
|
||||
"Language: pl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||||
"|| n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Akcje"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Anuluj"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Utworzone przez"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Utworzono"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Wyświetlana nazwa "
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ostatnio modyfikowano"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ostatnio modyfikowane przez"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ostatnia zmiana"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Nazwa"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Uprawnienia"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Typ"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Użytkownik"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "lub"
|
||||
@@ -1,316 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-04-06 22:56+0000\n"
|
||||
"PO-Revision-Date: 2017-04-06 22:56+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n"
|
||||
"Language: pt\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Criado por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Criado em"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Nome"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Modificado a última vez por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Atualizado pela última vez por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Atualizado pela última vez em"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr "Modelo"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Nome"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Estado"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Utilizador"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "ou"
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-01 07:49+0000\n"
|
||||
"PO-Revision-Date: 2017-07-01 07:49+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/"
|
||||
"teams/23907/pt_BR/)\n"
|
||||
"Language: pt_BR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr "Ação"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Ações"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Criado por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Criado em"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Nome para Mostrar"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "Identificação"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última atualização em"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última atualização por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última atualização em"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr "Location"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr "Modelo"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Nome"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Segurança"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Usuário"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr "Usuários"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "ou"
|
||||
@@ -1,318 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# Carla Berjano <berjano.carla@gmail.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-02-25 05:55+0000\n"
|
||||
"PO-Revision-Date: 2017-02-25 05:55+0000\n"
|
||||
"Last-Translator: Carla Berjano <berjano.carla@gmail.com>, 2017\n"
|
||||
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/"
|
||||
"teams/23907/pt_PT/)\n"
|
||||
"Language: pt_PT\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Criado por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Criado em"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Nome a Apresentar"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr "Erro"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última Modificação Em"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Atualizado pela última vez por"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Atualizado pela última vez em"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr "Modelo"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Nome"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Relatório"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Estado"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Utilizador"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "ou"
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-01 07:49+0000\n"
|
||||
"PO-Revision-Date: 2017-07-01 07:49+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n"
|
||||
"Language: ro\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
|
||||
"2:1));\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Anuleaza"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Creat de"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Creat la"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Nume Afişat"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ultima actualizare în"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ultima actualizare făcută de"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima actualizare la"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Nume"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Stare"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Utilizator"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "sau"
|
||||
@@ -1,319 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# Victor Safronovich <vsafronovich@suvit.ru>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-05-01 22:13+0000\n"
|
||||
"PO-Revision-Date: 2017-05-01 22:13+0000\n"
|
||||
"Last-Translator: Victor Safronovich <vsafronovich@suvit.ru>, 2017\n"
|
||||
"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n"
|
||||
"Language: ru\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
|
||||
"%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Отменена"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Создано"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Создан"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Последний раз обновлено"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Последний раз обновлено"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr "Модель"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Название"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr "Печать"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Статус"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Пользователь"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "или"
|
||||
@@ -1,316 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-12-24 04:42+0000\n"
|
||||
"PO-Revision-Date: 2016-12-24 04:42+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n"
|
||||
"Language: sk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Akcie"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Zrušiť"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Vytvoril"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Vytvorené"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Zobraziť meno"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Posledná modifikácia"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Naposledy upravoval"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Naposledy upravované"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Meno"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Bezpečnosť"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Typ"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "alebo"
|
||||
@@ -1,320 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-07-12 10:08+0000\n"
|
||||
"PO-Revision-Date: 2016-07-12 10:08+0000\n"
|
||||
"Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>, 2016\n"
|
||||
"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n"
|
||||
"Language: sl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
|
||||
"%100==4 ? 2 : 3);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr "Ukrep"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Ukrepi"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr "Na voljo"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Preklic"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr "Ni bilo mogoče pridobiti seznama tiskalnikov iz CUPS strežnika (%s:%s)"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Ustvaril"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Ustvarjeno"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr "Privzeto"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr "Privzeti tiskalnik"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Prikazni naziv"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr "Dokument poslan tiskalniku"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr "Napaka"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr "Napaka pri pošiljanju dokumenta tiskalniku"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
"Neuspešna povezaba s CUPS strežnikom na %s:%s. Preverite če CUPS strežnik "
|
||||
"obratuje in če je dosegljiv iz Odoo strežnika."
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnjič spremenjeno"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Zadnji posodobil"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Zadnjič posodobljeno"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr "Lokacija"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr "Model"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Naziv"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr "Za tiskanje tega poročila ni nastavljenih tiskalnikov."
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr "Prednostne nastavitve"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr "Natisni"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr "Dejanje tiskalnega posla"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr "Tiskalnik"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr "Tiskalniki"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr "Tiskanje"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr "Tiskanje / tiskalni operater"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr "Dejanje tiskanja"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Poročilo"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr "Poročilo tiskalnih dejanj"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr "Poročila"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Varnost"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr "Napaka strežnika"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr "Nastavi privzeto"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr "Prikaz tiskalnikov"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr "Specifična dejanja po uporabniku"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr "Statusno sporočilo"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr "Naziv sistema"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr "Polje za nastavitev dejanja in tiskalnika po uporabnikih."
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
"Proces, ki ustvari vse manjkajoče tiskalnike za trenutni CUPS strežnik."
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tip"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr "URI"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr "Ni na voljo"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr "Neznano"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr "Posodobi tiskalnike iz CUPS"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Uporabnik"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr "Uporabniki"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "ali"
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-12-24 04:42+0000\n"
|
||||
"PO-Revision-Date: 2016-12-24 04:42+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n"
|
||||
"Language: sr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Akcije"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Otkaži"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Kreiran"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Ime"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Bezbednost"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tip"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr ""
|
||||
@@ -1,318 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-01-07 05:44+0000\n"
|
||||
"PO-Revision-Date: 2017-01-07 05:44+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/"
|
||||
"sr@latin/)\n"
|
||||
"Language: sr@latin\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Akcije"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Otkaži"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Kreirao"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Kreiran"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Ime za prikaz"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnja izmjena"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Zadnja izmjena"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Zadnja izmjena"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Ime:"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Bezbednost"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tip"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Korisnik"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "ili"
|
||||
@@ -1,316 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-01-07 05:44+0000\n"
|
||||
"PO-Revision-Date: 2017-01-07 05:44+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n"
|
||||
"Language: sv\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Åtgärder"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Avbryt"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Skapad av"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Skapad den"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Visa namn"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Senast redigerad"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Senast uppdaterad av"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Senast uppdaterad"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Namn"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Säkerhet"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Typ"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Användare"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "eller"
|
||||
@@ -1,316 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-04-06 22:56+0000\n"
|
||||
"PO-Revision-Date: 2017-04-06 22:56+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n"
|
||||
"Language: th\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "การดำเนินการ"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "ยกเลิก"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "สร้างโดย"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "สร้างเมื่อ"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "ชื่อที่ใช้แสดง"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "รหัส"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "แก้ไขครั้งสุดท้ายเมื่อ"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "อัพเดทครั้งสุดท้ายโดย"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "อัพเดทครั้งสุดท้ายเมื่อ"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "ชื่อ"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "ความปลอดภัย"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "สถานะ"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "ชนิด"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "ผู้ใช้"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "หรือ"
|
||||
@@ -1,316 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-01 07:49+0000\n"
|
||||
"PO-Revision-Date: 2017-07-01 07:49+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n"
|
||||
"Language: tr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr "Eylem"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Eylemler"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr "Uygun"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Vazgeç"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr "CUPS sunucudan (%s:%s) yazıcıların listesi alınamadı."
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Oluşturan"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Oluşturuldu"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Görünen İsim"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Son değişiklik"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Son güncelleyen"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Son güncelleme"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr "Alan"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Adı"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr "Yazdır"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Güvenlik"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Durum"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tipi"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Kullanıcı"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr "Kullanıcılar"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "ya da"
|
||||
@@ -1,319 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# Ozge Altinisik <ozge@altinkaya.com.tr>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-12-31 06:57+0000\n"
|
||||
"PO-Revision-Date: 2016-12-31 06:57+0000\n"
|
||||
"Last-Translator: Ozge Altinisik <ozge@altinkaya.com.tr>, 2017\n"
|
||||
"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/"
|
||||
"tr_TR/)\n"
|
||||
"Language: tr_TR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr "Eylem"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Eylemler"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr "Uygun"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "İptal et"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr "CUPS sürücünden (%s:%s) yazıcıların listesi alınamıyor."
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Oluşturan"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Oluşturulma tarihi"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr "Öntanımlı"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr "Öntanımlı yazıcı"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Görünen ad"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr "Belge yazıcıya gönderildi"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr "Hata"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr "Belgeyi yazıcıya gönderirken bir hata oluştu"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
"%s:%s üzerindeki CUPS sunucusuna bağlanırken hata oluştu. CUPS sunucunun "
|
||||
"çalıştığından emin olun ve Odoo sunucusundan ulaşabildiğinizi kontrol edin. "
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "Kimlik"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "En son güncelleme tarihi"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "En son güncelleyen "
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "En son güncelleme tarihi"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr "Konum"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr "Tip"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Ad"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr "Bu raporu yazdırmak için herhangi bir printer yapılandırılmadı."
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr "Tercihler"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr "Yazdır"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr "İş eylemini yazdır"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr "Yazıcı"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr "Yazıcılar"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr "Yazdırıyor"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr "Yazdırma eylemi"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Rapor"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr "Yazıcı eylemlerini raporla"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr "Raporlar"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Güvenlik"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr "Sunucu hatası"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr "Öntanımları ayarla"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr "Yazıcıları göster"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "Durum"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr "Durum mesajı"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr "Sistem adı"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Tip"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr "Uygun değil"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr "Bilinmeyen"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr "CUPS 'tan yazıcıları güncelle"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Kullanıcı"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr "Kullanıcılar"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "ya da "
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-12-24 04:42+0000\n"
|
||||
"PO-Revision-Date: 2016-12-24 04:42+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n"
|
||||
"Language: uk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Дії"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Скасувати"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Створив"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Дата створення"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Назва для відображення"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Остання модифікація"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Востаннє оновив"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Останнє оновлення"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Name"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Безпека"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Тип"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "або"
|
||||
@@ -1,316 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-01-07 05:44+0000\n"
|
||||
"PO-Revision-Date: 2017-01-07 05:44+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n"
|
||||
"Language: vi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "Hành động"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Hủy bỏ"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Được tạo bởi"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Được tạo vào"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "Tên hiển thị"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "Sửa lần cuối vào"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Last Updated by"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Cập nhật lần cuối vào"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Tên"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "Bảo mật"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "Loại"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Người sử dụng"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "hoặc"
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-11 07:51+0000\n"
|
||||
"PO-Revision-Date: 2017-11-11 07:51+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/"
|
||||
"teams/23907/vi_VN/)\n"
|
||||
"Language: vi_VN\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "Hủy"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "Tạo bởi"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "Tạo vào"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "Cập nhật lần cuối bởi"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "Cập nhật lần cuối vào"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "Tên"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "hoặc"
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-01 07:49+0000\n"
|
||||
"PO-Revision-Date: 2017-07-01 07:49+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/"
|
||||
"zh_CN/)\n"
|
||||
"Language: zh_CN\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "动作"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "取消"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "创建者"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "创建时间"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "显示名称"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "最后修改时间"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "最后更新者"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "上次更新日期"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr "模型"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "名称"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "安全"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr "状态"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "类型"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "用户"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr "用户"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "或"
|
||||
@@ -1,317 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_report_to_printer
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-01-07 05:44+0000\n"
|
||||
"PO-Revision-Date: 2017-01-07 05:44+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/"
|
||||
"zh_TW/)\n"
|
||||
"Language: zh_TW\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,property_printing_action:0
|
||||
#: field:printing.report.xml.action,action:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "Actions"
|
||||
msgstr "動作"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Cancel"
|
||||
msgstr "刪除"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/wizard/update_printers.py:55
|
||||
#, python-format
|
||||
msgid "Could not get the list of printers from the CUPS server (%s:%s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0
|
||||
#: field:printing.printer.update.wizard,create_uid:0
|
||||
#: field:printing.report.xml.action,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr "建立者"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,create_date:0 field:printing.printer,create_date:0
|
||||
#: field:printing.printer.update.wizard,create_date:0
|
||||
#: field:printing.report.xml.action,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr "建立於"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,default:0
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_printer_id:0
|
||||
msgid "Default Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,display_name:0 field:printing.printer,display_name:0
|
||||
#: field:printing.printer.update.wizard,display_name:0
|
||||
#: field:printing.report.xml.action,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr "顯示名稱"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27
|
||||
#, python-format
|
||||
msgid "Document sent to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30
|
||||
#, python-format
|
||||
msgid "Error when sending the document to the printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/printing.py:149
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
|
||||
"running and that you can reach it from the Odoo server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,id:0 field:printing.printer,id:0
|
||||
#: field:printing.printer.update.wizard,id:0
|
||||
#: field:printing.report.xml.action,id:0
|
||||
msgid "ID"
|
||||
msgstr "編號"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,__last_update:0
|
||||
#: field:printing.printer,__last_update:0
|
||||
#: field:printing.printer.update.wizard,__last_update:0
|
||||
#: field:printing.report.xml.action,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr "最後修改:"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0
|
||||
#: field:printing.printer.update.wizard,write_uid:0
|
||||
#: field:printing.report.xml.action,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr "最後更新:"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,write_date:0 field:printing.printer,write_date:0
|
||||
#: field:printing.printer.update.wizard,write_date:0
|
||||
#: field:printing.report.xml.action,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr "最後更新於"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,location:0
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,model:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,name:0 field:printing.printer,name:0
|
||||
msgid "Name"
|
||||
msgstr "名稱"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: code:addons/base_report_to_printer/report.py:43
|
||||
#, python-format
|
||||
msgid "No printer configured to print this report."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_form
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_action
|
||||
msgid "Print Job Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:ir.actions.report.xml,printing_printer_id:0
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_printer
|
||||
#: field:printing.report.xml.action,printer_id:0
|
||||
msgid "Printer"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_search
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_tree
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main
|
||||
#: selection:printing.printer,status:0
|
||||
#: view:res.users:base_report_to_printer.view_printing_users_prefs
|
||||
msgid "Printing"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0
|
||||
msgid "Printing / Print Operator"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:res.users,printing_action:0
|
||||
msgid "Printing action"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#. openerp-web
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26
|
||||
#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29
|
||||
#: model:ir.model,name:base_report_to_printer.model_report
|
||||
#: field:printing.report.xml.action,report_id:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form
|
||||
#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree
|
||||
msgid "Report Printing Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Security"
|
||||
msgstr "安全"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer:base_report_to_printer.view_printing_printer_form
|
||||
msgid "Set Default"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form
|
||||
msgid "Show Printers"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form
|
||||
msgid "Specific actions per user"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status:0
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,status_message:0
|
||||
msgid "Status message"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,system_name:0
|
||||
msgid "System name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: help:ir.actions.report.xml,printing_action_ids:0
|
||||
msgid "This field allows configuring action and printer on a per user basis"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid ""
|
||||
"This process will create all missing printers from the current CUPS server."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.action,type:0
|
||||
msgid "Type"
|
||||
msgstr "類型"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.printer,uri:0
|
||||
msgid "URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unavailable"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: selection:printing.printer,status:0
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
|
||||
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "Update Printers from CUPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: field:printing.report.xml.action,user_id:0
|
||||
msgid "User"
|
||||
msgstr "使用者"
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: model:ir.model,name:base_report_to_printer.model_res_users
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_report_to_printer
|
||||
#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard
|
||||
msgid "or"
|
||||
msgstr "或"
|
||||
@@ -1,115 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# Copyright (c) 2007 Ferran Pegueroles <ferran@pegueroles.com>
|
||||
# Copyright (c) 2009 Albert Cervera i Areny <albert@nan-tic.com>
|
||||
# Copyright (C) 2011 Agile Business Group sagl (<http://www.agilebg.com>)
|
||||
# Copyright (C) 2011 Domsense srl (<http://www.domsense.com>)
|
||||
# Copyright (C) 2013-2014 Camptocamp (<http://www.camptocamp.com>)
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License as published
|
||||
# by the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
##############################################################################
|
||||
import logging
|
||||
|
||||
from openerp import models, fields, api
|
||||
|
||||
_logger = logging.getLogger('base_report_to_printer')
|
||||
|
||||
|
||||
class ReportXml(models.Model):
|
||||
"""
|
||||
Reports
|
||||
"""
|
||||
|
||||
_inherit = 'ir.actions.report.xml'
|
||||
|
||||
property_printing_action = fields.Many2one(
|
||||
comodel_name='printing.action',
|
||||
string='Action',
|
||||
company_dependent=True,
|
||||
)
|
||||
printing_printer_id = fields.Many2one(
|
||||
comodel_name='printing.printer',
|
||||
string='Printer'
|
||||
)
|
||||
printing_action_ids = fields.One2many(
|
||||
comodel_name='printing.report.xml.action',
|
||||
inverse_name='report_id',
|
||||
string='Actions',
|
||||
help='This field allows configuring action and printer on a per '
|
||||
'user basis'
|
||||
)
|
||||
|
||||
@api.model
|
||||
def print_action_for_report_name(self, report_name):
|
||||
""" Returns if the action is a direct print or pdf
|
||||
|
||||
Called from js
|
||||
"""
|
||||
report_obj = self.env['report']
|
||||
report = report_obj._get_report_from_name(report_name)
|
||||
if not report:
|
||||
return {}
|
||||
result = report.behaviour()[report.id]
|
||||
serializable_result = {
|
||||
'action': result['action'],
|
||||
'printer_name': result['printer'].name,
|
||||
}
|
||||
return serializable_result
|
||||
|
||||
@api.multi
|
||||
def behaviour(self):
|
||||
result = {}
|
||||
printer_obj = self.env['printing.printer']
|
||||
printing_act_obj = self.env['printing.report.xml.action']
|
||||
# Set hardcoded default action
|
||||
default_action = 'client'
|
||||
# Retrieve system wide printer
|
||||
default_printer = printer_obj.get_default()
|
||||
|
||||
# Retrieve user default values
|
||||
user = self.env.user
|
||||
if user.printing_action:
|
||||
default_action = user.printing_action
|
||||
if user.printing_printer_id:
|
||||
default_printer = user.printing_printer_id
|
||||
|
||||
for report in self:
|
||||
action = default_action
|
||||
printer = default_printer
|
||||
|
||||
# Retrieve report default values
|
||||
report_action = report.property_printing_action
|
||||
if report_action and report_action.type != 'user_default':
|
||||
action = report_action.type
|
||||
if report.printing_printer_id:
|
||||
printer = report.printing_printer_id
|
||||
|
||||
# Retrieve report-user specific values
|
||||
print_action = printing_act_obj.search(
|
||||
[('report_id', '=', report.id),
|
||||
('user_id', '=', self.env.uid),
|
||||
('action', '!=', 'user_default')],
|
||||
limit=1)
|
||||
if print_action:
|
||||
user_action = print_action.behaviour()
|
||||
action = user_action['action']
|
||||
if user_action['printer']:
|
||||
printer = user_action['printer']
|
||||
|
||||
result[report.id] = {'action': action,
|
||||
'printer': printer,
|
||||
}
|
||||
return result
|
||||
466
base_report_to_printer/printing.py
Normal file → Executable file
466
base_report_to_printer/printing.py
Normal file → Executable file
@@ -1,11 +1,11 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
#
|
||||
# Copyright (c) 2007 Ferran Pegueroles <ferran@pegueroles.com>
|
||||
# Copyright (c) 2009 Albert Cervera i Areny <albert@nan-tic.com>
|
||||
# Copyright (C) 2011 Agile Business Group sagl (<http://www.agilebg.com>)
|
||||
# Copyright (C) 2011 Domsense srl (<http://www.domsense.com>)
|
||||
# Copyright (C) 2013-2014 Camptocamp (<http://www.camptocamp.com>)
|
||||
# All Rights Reserved
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License as published
|
||||
@@ -23,175 +23,357 @@
|
||||
##############################################################################
|
||||
|
||||
import os
|
||||
import base64
|
||||
import threading
|
||||
from tempfile import mkstemp
|
||||
|
||||
from openerp import models, fields, api, _
|
||||
from openerp.exceptions import Warning
|
||||
from openerp.tools.config import config
|
||||
import cups
|
||||
import thread
|
||||
from threading import Thread
|
||||
from threading import Lock
|
||||
|
||||
import netsvc
|
||||
import tools
|
||||
import time
|
||||
from osv import fields
|
||||
from osv import osv
|
||||
import pooler
|
||||
import tools
|
||||
from tools.translate import _
|
||||
from base_calendar import base_calendar
|
||||
import logging
|
||||
_logger = logging.getLogger(__name__)
|
||||
|
||||
try:
|
||||
import cups
|
||||
except ImportError:
|
||||
_logger.debug('Cannot `import cups`.')
|
||||
|
||||
CUPS_HOST = config.get('cups_host', 'localhost')
|
||||
CUPS_PORT = int(config.get('cups_port', 631)) # config.get returns a string
|
||||
|
||||
|
||||
class PrintingPrinter(models.Model):
|
||||
"""
|
||||
Printers
|
||||
"""
|
||||
#
|
||||
# Printers
|
||||
#
|
||||
class printing_printer(osv.osv):
|
||||
_name = "printing.printer"
|
||||
_description = "Printer"
|
||||
|
||||
_name = 'printing.printer'
|
||||
_description = 'Printer'
|
||||
_order = 'name'
|
||||
_columns = {
|
||||
'name' : fields.char('Name',size=64,required=True,select="1"),
|
||||
'system_name': fields.char('System Name',size=64,required=True,select="1"),
|
||||
'default':fields.boolean('Default Printer',required=True,readonly=True),
|
||||
'status': fields.selection([('unavailable','Unavailable'),('printing','Printing'),('unknown','Unknown'),('available','Available'),('error','Error'),('server-error','Server Error')], 'Status', required=True, readonly=True),
|
||||
'status_message': fields.char('Status Message', size=500, readonly=True),
|
||||
'model': fields.char('Model', size=500, readonly=True),
|
||||
'location': fields.char('Location', size=500, readonly=True),
|
||||
'uri': fields.char('URI', size=500, readonly=True),
|
||||
}
|
||||
_order = "name"
|
||||
|
||||
_defaults = {
|
||||
'default': lambda *a: False,
|
||||
'status': lambda *a: 'unknown',
|
||||
}
|
||||
|
||||
name = fields.Char(required=True, select=True)
|
||||
system_name = fields.Char(required=True, select=True)
|
||||
default = fields.Boolean(readonly=True)
|
||||
status = fields.Selection([('unavailable', 'Unavailable'),
|
||||
('printing', 'Printing'),
|
||||
('unknown', 'Unknown'),
|
||||
('available', 'Available'),
|
||||
('error', 'Error'),
|
||||
('server-error', 'Server Error')],
|
||||
required=True,
|
||||
readonly=True,
|
||||
default='unknown')
|
||||
status_message = fields.Char(readonly=True)
|
||||
model = fields.Char(readonly=True)
|
||||
location = fields.Char(readonly=True)
|
||||
uri = fields.Char(string='URI', readonly=True)
|
||||
def __init__(self, pool, cr):
|
||||
super(printing_printer, self).__init__(pool, cr)
|
||||
self.lock = Lock()
|
||||
self.last_update = None
|
||||
self.updating = False
|
||||
|
||||
def update_printers_status(self, db_name, uid, context):
|
||||
db, pool = pooler.get_db_and_pool(db_name)
|
||||
cr = db.cursor()
|
||||
|
||||
@api.model
|
||||
def update_printers_status(self):
|
||||
printer_recs = self.search([])
|
||||
try:
|
||||
connection = cups.Connection(CUPS_HOST, CUPS_PORT)
|
||||
connection = cups.Connection()
|
||||
printers = connection.getPrinters()
|
||||
server_error = False
|
||||
except:
|
||||
printer_recs.write({'status': 'server-error'})
|
||||
else:
|
||||
for printer in printer_recs:
|
||||
cups_printer = printers.get(printer.system_name)
|
||||
if cups_printer:
|
||||
printer.update_from_cups(connection, cups_printer)
|
||||
else:
|
||||
# not in cups list
|
||||
printer.status = 'unavailable'
|
||||
return True
|
||||
server_error = True
|
||||
|
||||
@api.multi
|
||||
def _prepare_update_from_cups(self, cups_connection, cups_printer):
|
||||
mapping = {
|
||||
3: 'available',
|
||||
4: 'printing',
|
||||
5: 'error'
|
||||
3 : 'available',
|
||||
4 : 'printing',
|
||||
5 : 'error'
|
||||
}
|
||||
vals = {
|
||||
'model': cups_printer.get('printer-make-and-model', False),
|
||||
'location': cups_printer.get('printer-location', False),
|
||||
'uri': cups_printer.get('device-uri', False),
|
||||
'status': mapping.get(cups_printer['printer-state'], 'unknown'),
|
||||
}
|
||||
return vals
|
||||
|
||||
@api.multi
|
||||
def update_from_cups(self, cups_connection, cups_printer):
|
||||
""" Update a printer from the information returned by cups.
|
||||
|
||||
:param cups_connection: connection to CUPS, may be used when the
|
||||
method is overriden (e.g. in printer_tray)
|
||||
:param cups_printer: dict of information returned by CUPS for the
|
||||
current printer
|
||||
"""
|
||||
self.ensure_one()
|
||||
vals = self._prepare_update_from_cups(cups_connection, cups_printer)
|
||||
if any(self[name] != value for name, value in vals.iteritems()):
|
||||
self.write(vals)
|
||||
|
||||
@api.multi
|
||||
def print_options(self, report, format, copies=1):
|
||||
""" Hook to set print options """
|
||||
options = {}
|
||||
if format == 'raw':
|
||||
options['raw'] = 'True'
|
||||
if copies > 1:
|
||||
options['copies'] = str(copies)
|
||||
return options
|
||||
|
||||
@api.multi
|
||||
def print_document(self, report, content, format, copies=1):
|
||||
""" Print a file
|
||||
|
||||
Format could be pdf, qweb-pdf, raw, ...
|
||||
|
||||
"""
|
||||
self.ensure_one()
|
||||
fd, file_name = mkstemp()
|
||||
|
||||
try:
|
||||
os.write(fd, content)
|
||||
finally:
|
||||
os.close(fd)
|
||||
# Skip update to avoid the thread being created again
|
||||
ctx = context.copy()
|
||||
ctx['skip_update'] = True
|
||||
ids = self.pool.get('printing.printer').search(cr, uid, [], context=ctx)
|
||||
for printer in self.pool.get('printing.printer').browse(cr, uid, ids, context=ctx):
|
||||
vals = {}
|
||||
if server_error:
|
||||
status = 'server-error'
|
||||
elif printer.system_name in printers:
|
||||
info = printers[printer.system_name]
|
||||
status = mapping.get( info['printer-state'], 'unknown' )
|
||||
vals = {
|
||||
'model': info.get('printer-make-and-model', False),
|
||||
'location': info.get('printer-location', False),
|
||||
'uri': info.get('device-uri', False),
|
||||
}
|
||||
else:
|
||||
status = 'unavailable'
|
||||
|
||||
try:
|
||||
_logger.debug(
|
||||
'Starting to connect to CUPS on %s:%s'
|
||||
% (CUPS_HOST, CUPS_PORT))
|
||||
connection = cups.Connection(CUPS_HOST, CUPS_PORT)
|
||||
_logger.debug('Connection to CUPS successfull')
|
||||
vals['status'] = status
|
||||
self.pool.get('printing.printer').write(cr, uid, [printer.id], vals, context)
|
||||
cr.commit()
|
||||
except:
|
||||
raise Warning(
|
||||
_("Failed to connect to the CUPS server on %s:%s. "
|
||||
"Check that the CUPS server is running and that "
|
||||
"you can reach it from the Odoo server.")
|
||||
% (CUPS_HOST, CUPS_PORT))
|
||||
cr.rollback()
|
||||
raise
|
||||
finally:
|
||||
cr.close()
|
||||
with self.lock:
|
||||
self.updating = False
|
||||
self.last_update = time.time()
|
||||
|
||||
options = self.print_options(report, format, copies)
|
||||
|
||||
_logger.debug(
|
||||
'Sending job to CUPS printer %s on %s'
|
||||
% (self.system_name, CUPS_HOST))
|
||||
connection.printFile(self.system_name,
|
||||
file_name,
|
||||
file_name,
|
||||
options=options)
|
||||
_logger.info("Printing job: '%s' on %s" % (file_name, CUPS_HOST))
|
||||
return True
|
||||
|
||||
@api.multi
|
||||
def set_default(self):
|
||||
if not self:
|
||||
def start_printer_update(self, cr, uid, context):
|
||||
self.lock.acquire()
|
||||
if self.updating:
|
||||
self.lock.release()
|
||||
return
|
||||
self.ensure_one()
|
||||
default_printers = self.search([('default', '=', True)])
|
||||
default_printers.write({'default': False})
|
||||
self.write({'default': True})
|
||||
self.updating = True
|
||||
self.lock.release()
|
||||
thread = Thread(target=self.update_printers_status, args=(cr.dbname, uid, context.copy()))
|
||||
thread.start()
|
||||
|
||||
def update(self, cr, uid, context=None):
|
||||
if not context or context.get('skip_update'):
|
||||
return
|
||||
self.lock.acquire()
|
||||
last_update = self.last_update
|
||||
updating = self.updating
|
||||
self.lock.release()
|
||||
now = time.time()
|
||||
# Only update printer status if current status is more than 10 seconds old.
|
||||
if not last_update or now - last_update > 10:
|
||||
self.start_printer_update(cr, uid, context)
|
||||
# Wait up to five seconds for printer status update
|
||||
for x in range(0,5):
|
||||
time.sleep(1)
|
||||
self.lock.acquire()
|
||||
updating = self.updating
|
||||
self.lock.release()
|
||||
if not updating:
|
||||
break
|
||||
return True
|
||||
|
||||
@api.multi
|
||||
def get_default(self):
|
||||
return self.search([('default', '=', True)], limit=1)
|
||||
def search(self, cr, uid, args, offset=0, limit=None, order=None, context=None, count=False):
|
||||
self.update(cr, uid, context)
|
||||
return super(printing_printer,self).search(cr, uid, args, offset, limit, order, context, count)
|
||||
|
||||
def read(self, cr, uid, ids, fields=None, context=None, load='_classic_read'):
|
||||
self.update(cr, uid, context)
|
||||
return super(printing_printer,self).read(cr, uid, ids, fields, context, load)
|
||||
|
||||
def browse(self, cr, uid, ids, context=None):
|
||||
self.update(cr, uid, context)
|
||||
return super(printing_printer,self).browse(cr, uid, ids, context)
|
||||
|
||||
def set_default(self, cr, uid, ids, context):
|
||||
if not ids:
|
||||
return
|
||||
default_ids= self.search(cr, uid,[('default','=',True)])
|
||||
self.write(cr, uid, default_ids, {'default':False}, context)
|
||||
self.write(cr, uid, ids[0], {'default':True}, context)
|
||||
return True
|
||||
|
||||
def get_default(self,cr,uid,context):
|
||||
printer_ids = self.search(cr, uid,[('default','=',True)])
|
||||
if printer_ids:
|
||||
return printer_ids[0]
|
||||
return False
|
||||
|
||||
printing_printer()
|
||||
|
||||
|
||||
|
||||
#
|
||||
# Actions
|
||||
#
|
||||
|
||||
def _available_action_types(self, cr, uid, context=None):
|
||||
return [
|
||||
('server',_('Send to Printer')),
|
||||
('client',_('Send to Client')),
|
||||
('user_default',_("Use user's defaults")),
|
||||
]
|
||||
|
||||
def _available_action_types(self):
|
||||
return [('server', 'Send to Printer'),
|
||||
('client', 'Send to Client'),
|
||||
('user_default', "Use user's defaults"),
|
||||
]
|
||||
|
||||
|
||||
class PrintingAction(models.Model):
|
||||
class printing_action(osv.osv):
|
||||
_name = 'printing.action'
|
||||
_description = 'Print Job Action'
|
||||
|
||||
name = fields.Char(required=True)
|
||||
type = fields.Selection(_available_action_types, required=True)
|
||||
_columns = {
|
||||
'name': fields.char('Name', size=256, required=True),
|
||||
'type': fields.selection(_available_action_types, 'Type', required=True),
|
||||
}
|
||||
printing_action()
|
||||
|
||||
#
|
||||
# Users
|
||||
#
|
||||
|
||||
class res_users(osv.osv):
|
||||
_name = "res.users"
|
||||
_inherit = "res.users"
|
||||
|
||||
def _user_available_action_types(self, cr, uid, context=None):
|
||||
if context is None:
|
||||
context={}
|
||||
return [x for x in _available_action_types(self, cr, uid, context) if x[0] != 'user_default']
|
||||
|
||||
_columns = {
|
||||
'printing_action': fields.selection(_user_available_action_types, 'Printing Action'),
|
||||
'printing_printer_id': fields.many2one('printing.printer', 'Default Printer'),
|
||||
}
|
||||
|
||||
res_users()
|
||||
|
||||
#
|
||||
# Reports
|
||||
#
|
||||
|
||||
class report_xml(osv.osv):
|
||||
|
||||
def print_direct(self, cr, uid, result, format, printer):
|
||||
fd, file_name = mkstemp()
|
||||
try:
|
||||
os.write(fd, base64.decodestring(result))
|
||||
finally:
|
||||
os.close(fd)
|
||||
printer_system_name = ''
|
||||
if printer:
|
||||
if isinstance(printer, (basestring)):
|
||||
printer_system_name = printer
|
||||
else:
|
||||
printer_system_name = printer.system_name
|
||||
if format == 'raw':
|
||||
# -l is the same as -o raw
|
||||
cmd = "lpr -l -P %s %s" % (printer_system_name,file_name)
|
||||
else:
|
||||
cmd = "lpr -P %s %s" % (printer_system_name,file_name)
|
||||
logger = logging.getLogger('base_report_to_printer')
|
||||
logger.info("Printing job : '%s'" % cmd)
|
||||
os.system(cmd)
|
||||
return True
|
||||
|
||||
_inherit = 'ir.actions.report.xml'
|
||||
_columns = {
|
||||
'property_printing_action': fields.property(
|
||||
#'ir.actions.report.xml',
|
||||
'printing.action',
|
||||
type='many2one',
|
||||
relation='printing.action',
|
||||
string='Action',
|
||||
view_load=True,
|
||||
method=True,
|
||||
),
|
||||
'printing_printer_id': fields.many2one('printing.printer', 'Printer'),
|
||||
'printing_action_ids': fields.one2many('printing.report.xml.action', 'report_id', 'Actions', help='This field allows configuring action and printer on a per user basis'),
|
||||
}
|
||||
|
||||
def behaviour(self, cr, uid, ids, context=None):
|
||||
if context is None:
|
||||
context={}
|
||||
result = {}
|
||||
|
||||
# Set hardcoded default action
|
||||
default_action = 'client'
|
||||
# Retrieve system wide printer
|
||||
default_printer = self.pool.get('printing.printer').get_default(cr,uid,context)
|
||||
if default_printer:
|
||||
default_printer = self.pool.get('printing.printer').browse(cr,uid,default_printer,context).system_name
|
||||
|
||||
|
||||
# Retrieve user default values
|
||||
user = self.pool.get('res.users').browse(cr, uid, context)
|
||||
if user.printing_action:
|
||||
default_action = user.printing_action
|
||||
if user.printing_printer_id:
|
||||
default_printer = user.printing_printer_id.system_name
|
||||
|
||||
for report in self.browse(cr, uid, ids, context):
|
||||
action = default_action
|
||||
printer = default_printer
|
||||
|
||||
# Retrieve report default values
|
||||
if report.property_printing_action and report.property_printing_action.type != 'user_default':
|
||||
action = report.property_printing_action.type
|
||||
if report.printing_printer_id:
|
||||
printer = report.printing_printer_id
|
||||
|
||||
# Retrieve report-user specific values
|
||||
user_action = self.pool.get('printing.report.xml.action').behaviour(cr, uid, report.id, context)
|
||||
if user_action and user_action['action'] != 'user_default':
|
||||
action = user_action['action']
|
||||
if user_action['printer']:
|
||||
printer = user_action['printer']
|
||||
|
||||
result[report.id] = {
|
||||
'action': action,
|
||||
'printer': printer,
|
||||
}
|
||||
return result
|
||||
|
||||
|
||||
report_xml()
|
||||
|
||||
class report_xml_action(osv.osv):
|
||||
_name = 'printing.report.xml.action'
|
||||
_description = 'Report Printing Actions'
|
||||
_columns = {
|
||||
'report_id': fields.many2one('ir.actions.report.xml', 'Report', required=True, ondelete='cascade'),
|
||||
'user_id': fields.many2one('res.users', 'User', required=True, ondelete='cascade'),
|
||||
'action': fields.selection(_available_action_types, 'Action', required=True),
|
||||
'printer_id': fields.many2one('printing.printer', 'Printer'),
|
||||
}
|
||||
|
||||
def behaviour(self, cr, uid, report_id, context=None):
|
||||
if context is None:
|
||||
context={}
|
||||
result = {}
|
||||
ids = self.search(cr, uid, [('report_id','=',report_id),('user_id','=',uid)], context=context)
|
||||
if not ids:
|
||||
return False
|
||||
action = self.browse(cr, uid, ids[0], context)
|
||||
return {
|
||||
'action': action.action,
|
||||
'printer': action.printer_id.system_name,
|
||||
}
|
||||
report_xml_action()
|
||||
|
||||
class virtual_report_spool(base_calendar.virtual_report_spool):
|
||||
|
||||
def exp_report(self, db, uid, object, ids, datas=None, context=None):
|
||||
res = super(virtual_report_spool, self).exp_report(db, uid, object, ids, datas, context)
|
||||
self._reports[res]['report_name'] = object
|
||||
return res
|
||||
|
||||
def exp_report_get(self, db, uid, report_id):
|
||||
|
||||
cr = pooler.get_db(db).cursor()
|
||||
try:
|
||||
pool = pooler.get_pool(cr.dbname)
|
||||
# First of all load report defaults: name, action and printer
|
||||
report_obj = pool.get('ir.actions.report.xml')
|
||||
report = report_obj.search(cr,uid,[('report_name','=',self._reports[report_id]['report_name'])])
|
||||
if report:
|
||||
report = report_obj.browse(cr,uid,report[0])
|
||||
name = report.name
|
||||
data = report.behaviour()[report.id]
|
||||
action = data['action']
|
||||
printer = data['printer']
|
||||
if action != 'client':
|
||||
if (self._reports and self._reports.get(report_id, False) and self._reports[report_id].get('result', False)
|
||||
and self._reports[report_id].get('format', False)):
|
||||
report_obj.print_direct(cr, uid, base64.encodestring(self._reports[report_id]['result']),
|
||||
self._reports[report_id]['format'], printer)
|
||||
except:
|
||||
cr.rollback()
|
||||
raise
|
||||
finally:
|
||||
cr.close()
|
||||
|
||||
res = super(virtual_report_spool, self).exp_report_get(db, uid, report_id)
|
||||
return res
|
||||
|
||||
virtual_report_spool()
|
||||
|
||||
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
||||
|
||||
48
base_report_to_printer/printing_data.xml
Normal file → Executable file
48
base_report_to_printer/printing_data.xml
Normal file → Executable file
@@ -1,34 +1,20 @@
|
||||
<?xml version="1.0"?>
|
||||
<openerp>
|
||||
<data noupdate="1">
|
||||
<!-- printing.action -->
|
||||
<record model="printing.action" id="printing_action_1">
|
||||
<field name="name">Send to Printer</field>
|
||||
<field name="type">server</field>
|
||||
</record>
|
||||
<record model="printing.action" id="printing_action_2">
|
||||
<field name="name">Send to Client</field>
|
||||
<field name="type">client</field>
|
||||
</record>
|
||||
<!-- properties -->
|
||||
<record forcecreate="True" id="property_printing_action" model="ir.property">
|
||||
<field name="name">property_printing_action</field>
|
||||
<field name="fields_id" search="[('model','=','ir.actions.report.xml'),('name','=','property_printing_action')]"/>
|
||||
<field name="value" eval="'printing.action,'+str(printing_action_2)"/>
|
||||
</record>
|
||||
|
||||
<record forcecreate="True" id="ir_cron_update_printers" model="ir.cron">
|
||||
<field name="name">Update Printers Status</field>
|
||||
<field eval="True" name="active"/>
|
||||
<field name="user_id" ref="base.user_root"/>
|
||||
<field name="interval_number">1</field>
|
||||
<field name="interval_type">minutes</field>
|
||||
<field name="numbercall">-1</field>
|
||||
<field eval="False" name="doall"/>
|
||||
<field eval="'printing.printer'" name="model"/>
|
||||
<field eval="'update_printers_status'" name="function"/>
|
||||
<field eval="'()'" name="args"/>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
<data>
|
||||
<!-- printing.action -->
|
||||
<record model="printing.action" id="printing_action_1">
|
||||
<field name="name">Send to Printer</field>
|
||||
<field name="type">server</field>
|
||||
</record>
|
||||
<record model="printing.action" id="printing_action_2">
|
||||
<field name="name">Send to Client</field>
|
||||
<field name="type">client</field>
|
||||
</record>
|
||||
<!-- properties -->
|
||||
<record forcecreate="True" id="property_printing_action" model="ir.property">
|
||||
<field name="name">property_printing_action</field>
|
||||
<field name="fields_id" search="[('model','=','ir.actions.report.xml'),('name','=','property_printing_action')]"/>
|
||||
<field name="value" eval="'printing.action,'+str(printing_action_2)"/>
|
||||
</record>
|
||||
</data>
|
||||
</openerp>
|
||||
|
||||
239
base_report_to_printer/printing_view.xml
Normal file → Executable file
239
base_report_to_printer/printing_view.xml
Normal file → Executable file
@@ -1,158 +1,113 @@
|
||||
<?xml version="1.0"?>
|
||||
<openerp>
|
||||
<data>
|
||||
|
||||
<menuitem name="Printing" id="menu_printing_main" parent="base.menu_administration" groups="res_groups_printingprintoperator0"/>
|
||||
<data>
|
||||
|
||||
<menuitem name="Printing" id="menu_printing_main" icon="STOCK_PRINT" parent="base.menu_custom"/>
|
||||
|
||||
<menuitem name="Configuration" id="menu_printing_config" parent="menu_printing_main" />
|
||||
|
||||
<record model="ir.ui.view" id="view_printing_printer_form">
|
||||
<field name="name">printing.printer.form</field>
|
||||
<field name="model">printing.printer</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Printers">
|
||||
<sheet>
|
||||
<div class="oe_title">
|
||||
<h1>
|
||||
<label for="name"/>
|
||||
<field name="name"/>
|
||||
</h1>
|
||||
</div>
|
||||
<group>
|
||||
<field name="system_name"/>
|
||||
</group>
|
||||
<group col="3" colspan="4">
|
||||
<field name="default"/>
|
||||
<button name="set_default" string="Set Default" type="object"/>
|
||||
</group>
|
||||
<group>
|
||||
<field name="uri"/>
|
||||
<field name="model"/>
|
||||
<field name="location"/>
|
||||
<field name="status"/>
|
||||
<field name="status_message"/>
|
||||
</group>
|
||||
</sheet>
|
||||
</form>
|
||||
</field>
|
||||
<field name="name">printing.printer.form</field>
|
||||
<field name="model">printing.printer</field>
|
||||
<field name="type">form</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Printers">
|
||||
<field name="name" select="1"/>
|
||||
<field name="system_name" select="1"/>
|
||||
<group col="3" colspan="2">
|
||||
<field name="default" select="1"/>
|
||||
<button name="set_default" string="Set Default" type="object"/>
|
||||
</group>
|
||||
<field name="uri" select="2"/>
|
||||
<field name="model" select="2"/>
|
||||
<field name="location" select="2"/>
|
||||
<field name="status" select="1"/>
|
||||
<field name="status_message" select="2"/>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<record model="ir.ui.view" id="view_printing_printer_tree">
|
||||
<field name="name">printing.printer.tree</field>
|
||||
<field name="model">printing.printer</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="Printers" colors="green:status=='available'; orange:status=='printing'; red:1;">
|
||||
<field name="default"/>
|
||||
<field name="name"/>
|
||||
<field name="system_name"/>
|
||||
<field name="status"/>
|
||||
</tree>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<record model="ir.ui.view" id="view_printing_printer_search">
|
||||
<field name="name">printing.printer.search</field>
|
||||
<field name="model">printing.printer</field>
|
||||
<field name="arch" type="xml">
|
||||
<search string="Printers">
|
||||
<field name="name"/>
|
||||
<field name="system_name"/>
|
||||
<field name="location"/>
|
||||
<field name="status"/>
|
||||
</search>
|
||||
</field>
|
||||
<field name="name">printing.printer.tree</field>
|
||||
<field name="model">printing.printer</field>
|
||||
<field name="type">tree</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="Printers" colors="green:status=='available'; orange:status=='printing'; red:1;">
|
||||
<field name="default"/>
|
||||
<field name="name"/>
|
||||
<field name="system_name"/>
|
||||
<field name="status"/>
|
||||
</tree>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<record model="ir.actions.act_window" id="action_printing_printer_form">
|
||||
<field name="name">Show Printers</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">printing.printer</field>
|
||||
<field name="view_type">form</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
<field name="auto_refresh">20</field>
|
||||
<field name="name">Printers</field>
|
||||
<field name="res_model">printing.printer</field>
|
||||
<field name="view_type">form</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
<field name="auto_refresh">20</field>
|
||||
</record>
|
||||
|
||||
<menuitem name="Printers"
|
||||
id="menu_printing_printer_form"
|
||||
parent="menu_printing_main"
|
||||
action="action_printing_printer_form"/>
|
||||
<menuitem name="Printers"
|
||||
id="menu_printing_printer_form"
|
||||
parent="menu_printing_config"
|
||||
icon="STOCK_PRINT"
|
||||
action="action_printing_printer_form"/>
|
||||
|
||||
<record model="ir.ui.view" id="action_report_xml_form">
|
||||
<field name="name">ir.actions.report.xml.printing</field>
|
||||
<field name="model">ir.actions.report.xml</field>
|
||||
<field name="inherit_id" ref="base.act_report_xml_view" />
|
||||
<field name="arch" type="xml">
|
||||
<page string="Security" position="after">
|
||||
<page string="Print">
|
||||
<group>
|
||||
<field name="property_printing_action"/>
|
||||
<field name="printing_printer_id"/>
|
||||
</group>
|
||||
<record model="ir.ui.view" id="action_report_xml_form">
|
||||
<field name="name">ir.actions.report.xml.printing</field>
|
||||
<field name="model">ir.actions.report.xml</field>
|
||||
<field name="type">form</field>
|
||||
<field name="inherit_id" ref="base.act_report_xml_view" />
|
||||
<field name="arch" type="xml">
|
||||
<field name="groups_id" position="before">
|
||||
<field name="property_printing_action"/>
|
||||
<field name="printing_printer_id"/>
|
||||
<field name="printing_action_ids" colspan="4"/>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<separator string="Specific actions per user"/>
|
||||
<field name="printing_action_ids"/>
|
||||
</page>
|
||||
</page>
|
||||
</field>
|
||||
</record>
|
||||
<!-- res.users -->
|
||||
<record model="ir.ui.view" id="view_printing_users_form">
|
||||
<field name="name">res.users.form.printing</field>
|
||||
<field name="type">form</field>
|
||||
<field name="model">res.users</field>
|
||||
<field name="inherit_id" ref="base.view_users_form" />
|
||||
<field name="arch" type="xml">
|
||||
<field name="context_tz" position="after">
|
||||
<field name="printing_action" />
|
||||
<field name="printing_printer_id" />
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<!-- res.users -->
|
||||
<record model="ir.ui.view" id="view_printing_users_form">
|
||||
<field name="name">res.users.form.printing</field>
|
||||
<field name="model">res.users</field>
|
||||
<field name="inherit_id" ref="base.view_users_form" />
|
||||
<field name="arch" type="xml">
|
||||
<page string="Preferences">
|
||||
<group name="printing">
|
||||
<field name="printing_action"/>
|
||||
<field name="printing_printer_id"/>
|
||||
</group>
|
||||
</page>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<!-- "My Preferences -->
|
||||
<record model="ir.ui.view" id="view_printing_users_prefs">
|
||||
<field name="name">res.users.form.printing</field>
|
||||
<field name="model">res.users</field>
|
||||
<field name="inherit_id" ref="base.view_users_form_simple_modif" />
|
||||
<field name="arch" type="xml">
|
||||
<footer position="before">
|
||||
<group string="Printing" name="printing">
|
||||
<field name="printing_action"/>
|
||||
<field name="printing_printer_id"/>
|
||||
</group>
|
||||
</footer>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<!-- printing.report.xml.action -->
|
||||
<record model="ir.ui.view" id="printing_report_xml_action_form">
|
||||
<field name="name">printing.report.xml.action.form</field>
|
||||
<field name="model">printing.report.xml.action</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Report Printing Actions">
|
||||
<group col="2">
|
||||
<field name="user_id"/>
|
||||
<field name="action"/>
|
||||
<field name="printer_id" select="1"/>
|
||||
</group>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
<record model="ir.ui.view" id="printing_report_xml_action_tree">
|
||||
<field name="name">printing.report.xml.action.tree</field>
|
||||
<field name="model">printing.report.xml.action</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="Report Printing Actions">
|
||||
<field name="user_id"/>
|
||||
<field name="action" />
|
||||
<field name="printer_id" />
|
||||
</tree>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<!-- Add a shorcut to "Actions/Report" in the Printing menu -->
|
||||
<menuitem id="menu_printing_reports"
|
||||
parent="menu_printing_main"
|
||||
action="base.ir_action_report_xml"/>
|
||||
</data>
|
||||
<!-- printing.report.xml.action -->
|
||||
<record model="ir.ui.view" id="printing_report_xml_action_form">
|
||||
<field name="name">printing.report.xml.action.form</field>
|
||||
<field name="model">printing.report.xml.action</field>
|
||||
<field name="type">form</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Report Printing Actions">
|
||||
<field name="user_id"/>
|
||||
<label string=""/>
|
||||
<field name="action"/>
|
||||
<field name="printer_id" select="1"/>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
<record model="ir.ui.view" id="printing_report_xml_action_tree">
|
||||
<field name="name">printing.report.xml.action.tree</field>
|
||||
<field name="model">printing.report.xml.action</field>
|
||||
<field name="type">tree</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="Report Printing Actions">
|
||||
<field name="user_id"/>
|
||||
<field name="action" />
|
||||
<field name="printer_id" />
|
||||
</tree>
|
||||
</field>
|
||||
</record>
|
||||
</data>
|
||||
</openerp>
|
||||
|
||||
@@ -1,93 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# Author: Guewen Baconnier
|
||||
# Copyright 2014 Camptocamp SA
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License as
|
||||
# published by the Free Software Foundation, either version 3 of the
|
||||
# License, or (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU Affero General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
from openerp import models, exceptions, _, api
|
||||
|
||||
|
||||
class Report(models.Model):
|
||||
_inherit = 'report'
|
||||
|
||||
@api.v7
|
||||
def print_document(self, cr, uid, ids, report_name, html=None,
|
||||
data=None, context=None):
|
||||
""" Print a document, do not return the document file """
|
||||
if context is None:
|
||||
context = self.pool['res.users'].context_get(cr, uid)
|
||||
local_context = context.copy()
|
||||
local_context['must_skip_send_to_printer'] = True
|
||||
document = self.get_pdf(cr, uid, ids, report_name,
|
||||
html=html, data=data, context=local_context)
|
||||
report = self._get_report_from_name(cr, uid, report_name)
|
||||
behaviour = report.behaviour()[report.id]
|
||||
printer = behaviour['printer']
|
||||
if not printer:
|
||||
raise exceptions.Warning(
|
||||
_('No printer configured to print this report.')
|
||||
)
|
||||
return printer.with_context(context).print_document(
|
||||
report, document, report.report_type)
|
||||
|
||||
@api.v8
|
||||
def print_document(self, records, report_name, html=None, data=None):
|
||||
return self._model.print_document(
|
||||
self._cr, self._uid,
|
||||
records.ids, report_name,
|
||||
html=html, data=data, context=self._context)
|
||||
|
||||
def _can_print_report(self, cr, uid, ids, behaviour, printer, document,
|
||||
context=None):
|
||||
"""Predicate that decide if report can be sent to printer
|
||||
|
||||
If you want to prevent `get_pdf` to send report you can set
|
||||
the `must_skip_send_to_printer` key to True in the context
|
||||
"""
|
||||
if context is not None and context.get('must_skip_send_to_printer'):
|
||||
return False
|
||||
if behaviour['action'] == 'server' and printer and document:
|
||||
return True
|
||||
return False
|
||||
|
||||
@api.v7
|
||||
def get_pdf(self, cr, uid, ids, report_name, html=None,
|
||||
data=None, context=None):
|
||||
""" Generate a PDF and returns it.
|
||||
|
||||
If the action configured on the report is server, it prints the
|
||||
generated document as well.
|
||||
"""
|
||||
document = super(Report, self).get_pdf(cr, uid, ids, report_name,
|
||||
html=html, data=data,
|
||||
context=context)
|
||||
report = self._get_report_from_name(cr, uid, report_name)
|
||||
behaviour = report.behaviour()[report.id]
|
||||
printer = behaviour['printer']
|
||||
can_print_report = self._can_print_report(cr, uid, ids,
|
||||
behaviour, printer, document,
|
||||
context=context)
|
||||
if can_print_report:
|
||||
printer.print_document(report, document, report.report_type)
|
||||
return document
|
||||
|
||||
@api.v8
|
||||
def get_pdf(self, records, report_name, html=None, data=None):
|
||||
return self._model.get_pdf(self._cr, self._uid,
|
||||
records.ids, report_name,
|
||||
html=html, data=data, context=self._context)
|
||||
@@ -1,89 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# Copyright (c) 2007 Ferran Pegueroles <ferran@pegueroles.com>
|
||||
# Copyright (c) 2009 Albert Cervera i Areny <albert@nan-tic.com>
|
||||
# Copyright (C) 2011 Agile Business Group sagl (<http://www.agilebg.com>)
|
||||
# Copyright (C) 2011 Domsense srl (<http://www.domsense.com>)
|
||||
# Copyright (C) 2013-2014 Camptocamp (<http://www.camptocamp.com>)
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License as published
|
||||
# by the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
import openerp
|
||||
|
||||
from openerp.service.report import self_reports
|
||||
|
||||
original_exp_report = openerp.service.report.exp_report
|
||||
|
||||
|
||||
def exp_report(db, uid, object, ids, datas=None, context=None):
|
||||
""" Export Report """
|
||||
# We can't use the named args because a monkey patch in 'calendar'
|
||||
# doesn't use them and use a different name for 'datas'
|
||||
res = original_exp_report(db, uid, object, ids, datas, context)
|
||||
self_reports[res]['report_name'] = object
|
||||
return res
|
||||
|
||||
|
||||
openerp.service.report.exp_report = exp_report
|
||||
|
||||
|
||||
original_exp_report_get = openerp.service.report.exp_report_get
|
||||
|
||||
|
||||
def exp_report_get(db, uid, report_id):
|
||||
# First we need to know if the module is installed
|
||||
registry = openerp.registry(db)
|
||||
if registry.get('printing.printer'):
|
||||
cr = registry.cursor()
|
||||
try:
|
||||
# First of all load report defaults: name, action and printer
|
||||
report_obj = registry['ir.actions.report.xml']
|
||||
report_name = self_reports[report_id]['report_name']
|
||||
report = report_obj.search(cr, uid,
|
||||
[('report_name', '=', report_name)])
|
||||
if report:
|
||||
report = report_obj.browse(cr, uid, report[0])
|
||||
data = report.behaviour()[report.id]
|
||||
action = data['action']
|
||||
printer = data['printer']
|
||||
if action != 'client':
|
||||
if (self_reports and self_reports.get(report_id) and
|
||||
self_reports[report_id].get('result') and
|
||||
self_reports[report_id].get('format')):
|
||||
printer.print_document(report,
|
||||
self_reports
|
||||
[report_id]['result'],
|
||||
self_reports
|
||||
[report_id]['format'])
|
||||
# FIXME "Warning" removed as it breaks the workflow
|
||||
# it would be interesting to have a dialog box to
|
||||
# confirm if we really want to print in this case it
|
||||
# must be with a by pass parameter to allow massive
|
||||
# prints
|
||||
# raise osv.except_osv(
|
||||
# _('Printing...'),
|
||||
# _('Document sent to printer %s') % (printer,))
|
||||
|
||||
except:
|
||||
cr.rollback()
|
||||
raise
|
||||
finally:
|
||||
cr.close()
|
||||
return original_exp_report_get(db, uid, report_id)
|
||||
|
||||
|
||||
openerp.service.report.exp_report_get = exp_report_get
|
||||
@@ -1,52 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# Copyright (c) 2007 Ferran Pegueroles <ferran@pegueroles.com>
|
||||
# Copyright (c) 2009 Albert Cervera i Areny <albert@nan-tic.com>
|
||||
# Copyright (C) 2011 Agile Business Group sagl (<http://www.agilebg.com>)
|
||||
# Copyright (C) 2011 Domsense srl (<http://www.domsense.com>)
|
||||
# Copyright (C) 2013-2014 Camptocamp (<http://www.camptocamp.com>)
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License as published
|
||||
# by the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
##############################################################################
|
||||
from openerp import models, fields, api
|
||||
|
||||
from .printing import _available_action_types
|
||||
|
||||
|
||||
class ReportXmlAction(models.Model):
|
||||
_name = 'printing.report.xml.action'
|
||||
_description = 'Report Printing Actions'
|
||||
|
||||
report_id = fields.Many2one(comodel_name='ir.actions.report.xml',
|
||||
string='Report',
|
||||
required=True,
|
||||
ondelete='cascade')
|
||||
user_id = fields.Many2one(comodel_name='res.users',
|
||||
string='User',
|
||||
required=True,
|
||||
ondelete='cascade')
|
||||
action = fields.Selection(_available_action_types,
|
||||
required=True)
|
||||
printer_id = fields.Many2one(comodel_name='printing.printer',
|
||||
string='Printer')
|
||||
|
||||
@api.multi
|
||||
def behaviour(self):
|
||||
if not self:
|
||||
return {}
|
||||
return {'action': self.action,
|
||||
'printer': self.printer_id,
|
||||
}
|
||||
109
base_report_to_printer/security/security.xml
Normal file → Executable file
109
base_report_to_printer/security/security.xml
Normal file → Executable file
@@ -1,63 +1,52 @@
|
||||
<?xml version="1.0" ?>
|
||||
<openerp>
|
||||
<data noupdate="1">
|
||||
<record id="res_groups_printingprintoperator0" model="res.groups">
|
||||
<field name="name">Printing / Print Operator</field>
|
||||
<field name="users" eval="[(4, ref('base.user_root'))]"/>
|
||||
</record>
|
||||
<record id="ir_model_access_printingprintergroup1" model="ir.model.access">
|
||||
<field name="name">printing_printer group</field>
|
||||
<field name="model_id" ref="model_printing_printer"/>
|
||||
<field name="group_id" ref="res_groups_printingprintoperator0"/>
|
||||
<field eval="1" name="perm_read"/>
|
||||
<field eval="1" name="perm_unlink"/>
|
||||
<field eval="1" name="perm_write"/>
|
||||
<field eval="1" name="perm_create"/>
|
||||
</record>
|
||||
<record id="ir_model_access_printing_action" model="ir.model.access">
|
||||
<field name="name">printing_printer group</field>
|
||||
<field name="model_id" ref="model_printing_action"/>
|
||||
<field name="group_id" ref="res_groups_printingprintoperator0"/>
|
||||
<field eval="1" name="perm_read"/>
|
||||
<field eval="1" name="perm_unlink"/>
|
||||
<field eval="1" name="perm_write"/>
|
||||
<field eval="1" name="perm_create"/>
|
||||
</record>
|
||||
<record id="ir_model_access_printingreportxmlaction" model="ir.model.access">
|
||||
<field name="name">printing_printer group</field>
|
||||
<field name="model_id" ref="model_printing_report_xml_action"/>
|
||||
<field name="group_id" ref="res_groups_printingprintoperator0"/>
|
||||
<field eval="1" name="perm_read"/>
|
||||
<field eval="1" name="perm_unlink"/>
|
||||
<field eval="1" name="perm_write"/>
|
||||
<field eval="1" name="perm_create"/>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
<data>
|
||||
<record id="ir_model_access_printingprinterall0" model="ir.model.access">
|
||||
<field name="name">printing_printer all</field>
|
||||
<field name="model_id" ref="model_printing_printer"/>
|
||||
<field eval="1" name="perm_read"/>
|
||||
<field eval="0" name="perm_unlink"/>
|
||||
<field eval="0" name="perm_write"/>
|
||||
<field eval="0" name="perm_create"/>
|
||||
</record>
|
||||
<record id="ir_model_access_printing_action_all0" model="ir.model.access">
|
||||
<field name="name">printing_action all</field>
|
||||
<field name="model_id" ref="model_printing_action"/>
|
||||
<field eval="1" name="perm_read"/>
|
||||
<field eval="0" name="perm_unlink"/>
|
||||
<field eval="0" name="perm_write"/>
|
||||
<field eval="0" name="perm_create"/>
|
||||
</record>
|
||||
<record id="ir_model_access_printing_report_xml_action_all0" model="ir.model.access">
|
||||
<field name="name">printing_report_xml_action all</field>
|
||||
<field name="model_id" ref="model_printing_report_xml_action"/>
|
||||
<field eval="1" name="perm_read"/>
|
||||
<field eval="0" name="perm_unlink"/>
|
||||
<field eval="0" name="perm_write"/>
|
||||
<field eval="0" name="perm_create"/>
|
||||
</record>
|
||||
</data>
|
||||
<data noupdate="1">
|
||||
<record id="res_groups_printingprintoperator0" model="res.groups">
|
||||
<field eval=""""Printing / Print Operator"""" name="name"/>
|
||||
</record>
|
||||
<record id="ir_model_access_printingprintergroup1" model="ir.model.access">
|
||||
<field name="model_id" ref="model_printing_printer"/>
|
||||
<field eval="1" name="perm_read"/>
|
||||
<field eval=""""printing_printer group"""" name="name"/>
|
||||
<field eval="1" name="perm_unlink"/>
|
||||
<field eval="1" name="perm_write"/>
|
||||
<field eval="1" name="perm_create"/>
|
||||
<field name="group_id" ref="res_groups_printingprintoperator0"/>
|
||||
</record>
|
||||
<record id="ir_model_access_printing_action" model="ir.model.access">
|
||||
<field name="model_id" ref="model_printing_action"/>
|
||||
<field eval="1" name="perm_read"/>
|
||||
<field eval=""""printing_printer group"""" name="name"/>
|
||||
<field eval="1" name="perm_unlink"/>
|
||||
<field eval="1" name="perm_write"/>
|
||||
<field eval="1" name="perm_create"/>
|
||||
<field name="group_id" ref="res_groups_printingprintoperator0"/>
|
||||
</record>
|
||||
<record id="ir_model_access_printingreportxmlaction" model="ir.model.access">
|
||||
<field name="model_id" ref="model_printing_report_xml_action"/>
|
||||
<field eval="1" name="perm_read"/>
|
||||
<field eval=""""printing_printer group"""" name="name"/>
|
||||
<field eval="1" name="perm_unlink"/>
|
||||
<field eval="1" name="perm_write"/>
|
||||
<field eval="1" name="perm_create"/>
|
||||
<field name="group_id" ref="res_groups_printingprintoperator0"/>
|
||||
</record>
|
||||
<record id="menu_printing_printer_form" model="ir.ui.menu">
|
||||
<field eval="[(6,0,[ref('res_groups_printingprintoperator0')])]" name="groups_id"/>
|
||||
<field eval=""""Printers"""" name="name"/>
|
||||
<field eval="10" name="sequence"/>
|
||||
<field name="parent_id" ref="menu_printing_config"/>
|
||||
<field eval=""""STOCK_PRINT"""" name="icon"/>
|
||||
</record>
|
||||
</data>
|
||||
<data>
|
||||
<record id="ir_model_access_printingprinterall0" model="ir.model.access">
|
||||
<field name="model_id" ref="model_printing_printer"/>
|
||||
<field eval="1" name="perm_read"/>
|
||||
<field eval=""""printing_printer all"""" name="name"/>
|
||||
<field eval="0" name="perm_unlink"/>
|
||||
<field eval="0" name="perm_write"/>
|
||||
<field eval="0" name="perm_create"/>
|
||||
</record>
|
||||
</data>
|
||||
</openerp>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 9.2 KiB |
@@ -1,43 +0,0 @@
|
||||
openerp.base_report_to_printer = function(instance) {
|
||||
|
||||
instance.web.ActionManager.include({
|
||||
ir_actions_report_xml: function(action, options) {
|
||||
instance.web.blockUI();
|
||||
action = _.clone(action);
|
||||
var _t = instance.web._t;
|
||||
var self = this;
|
||||
var _super = this._super;
|
||||
|
||||
if ('report_type' in action && action.report_type === 'qweb-pdf') {
|
||||
new instance.web.Model('ir.actions.report.xml')
|
||||
.call('print_action_for_report_name', [action.report_name])
|
||||
.then(function(print_action){
|
||||
if (print_action && print_action['action'] === 'server') {
|
||||
instance.web.unblockUI();
|
||||
new instance.web.Model('report')
|
||||
.call('print_document',
|
||||
[action.context.active_ids,
|
||||
action.report_name,
|
||||
],
|
||||
{data: action.data || {},
|
||||
context: action.context || {},
|
||||
})
|
||||
.then(function(result){
|
||||
self.do_notify(_t('Report'),
|
||||
_t('Document sent to the printer ') + print_action.printer_name);
|
||||
}).fail(function() {
|
||||
self.do_notify(_t('Report'),
|
||||
_t('Error when sending the document to the printer ') + print_action.printer_name);
|
||||
|
||||
});
|
||||
} else {
|
||||
return _super.apply(self, [action, options]);
|
||||
}
|
||||
});
|
||||
} else {
|
||||
return _super.apply(self, [action, options]);
|
||||
}
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
@@ -1,43 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# Copyright (c) 2007 Ferran Pegueroles <ferran@pegueroles.com>
|
||||
# Copyright (c) 2009 Albert Cervera i Areny <albert@nan-tic.com>
|
||||
# Copyright (C) 2011 Agile Business Group sagl (<http://www.agilebg.com>)
|
||||
# Copyright (C) 2011 Domsense srl (<http://www.domsense.com>)
|
||||
# Copyright (C) 2013-2014 Camptocamp (<http://www.camptocamp.com>)
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License as published
|
||||
# by the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
##############################################################################
|
||||
from openerp import models, fields
|
||||
|
||||
from .printing import _available_action_types
|
||||
|
||||
|
||||
class res_users(models.Model):
|
||||
"""
|
||||
Users
|
||||
"""
|
||||
_name = 'res.users'
|
||||
_inherit = 'res.users'
|
||||
|
||||
def _user_available_action_types(self):
|
||||
return [(code, string) for code, string
|
||||
in _available_action_types(self)
|
||||
if code != 'user_default']
|
||||
|
||||
printing_action = fields.Selection(_user_available_action_types)
|
||||
printing_printer_id = fields.Many2one(comodel_name='printing.printer',
|
||||
string='Default Printer')
|
||||
@@ -1,9 +1,10 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
#
|
||||
# Copyright (c) 2009 Albert Cervera i Areny <albert@nan-tic.com>
|
||||
# Copyright (C) 2011 Agile Business Group sagl (<http://www.agilebg.com>)
|
||||
# Copyright (C) 2011 Domsense srl (<http://www.domsense.com>)
|
||||
# All Rights Reserved
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License as published
|
||||
@@ -19,4 +20,4 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
##############################################################################
|
||||
from . import update_printers
|
||||
import update_printers
|
||||
|
||||
72
base_report_to_printer/wizard/update_printers.py
Normal file → Executable file
72
base_report_to_printer/wizard/update_printers.py
Normal file → Executable file
@@ -1,10 +1,10 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
#
|
||||
# Copyright (c) 2009 Albert Cervera i Areny <albert@nan-tic.com>
|
||||
# Copyright (C) 2011 Agile Business Group sagl (<http://www.agilebg.com>)
|
||||
# Copyright (C) 2011 Domsense srl (<http://www.domsense.com>)
|
||||
# Copyright (C) 2014 Camptocamp SA (<http://www.camptocamp.com>)
|
||||
# All Rights Reserved
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License as published
|
||||
@@ -21,60 +21,46 @@
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
from openerp.exceptions import Warning
|
||||
from openerp import models, api, _
|
||||
from openerp.tools.config import config
|
||||
import time
|
||||
import subprocess
|
||||
import cups
|
||||
|
||||
import logging
|
||||
_logger = logging.getLogger(__name__)
|
||||
|
||||
try:
|
||||
import cups
|
||||
except ImportError:
|
||||
_logger.debug('Cannot `import cups`.')
|
||||
|
||||
CUPS_HOST = config.get('cups_host', 'localhost')
|
||||
CUPS_PORT = int(config.get('cups_port', 631))
|
||||
import netsvc
|
||||
from osv import fields
|
||||
from osv import osv
|
||||
from tools.translate import _
|
||||
|
||||
|
||||
class PrintingPrinterUpdateWizard(models.TransientModel):
|
||||
_name = 'printing.printer.update.wizard'
|
||||
class printing_printer_update_wizard(osv.osv_memory):
|
||||
_name = "printing.printer.update.wizard"
|
||||
|
||||
@api.multi
|
||||
def action_ok(self):
|
||||
self.ensure_one()
|
||||
_columns = {
|
||||
}
|
||||
|
||||
def action_cancel(self, cr, uid, ids, context=None):
|
||||
return {}
|
||||
|
||||
def action_ok(self, cr, uid, ids, context=None):
|
||||
# Update Printers
|
||||
printer_obj = self.env['printing.printer']
|
||||
try:
|
||||
_logger.info('Trying to get list of printers')
|
||||
connection = cups.Connection(CUPS_HOST, CUPS_PORT)
|
||||
connection = cups.Connection()
|
||||
printers = connection.getPrinters()
|
||||
_logger.info('Printers found: %s' % ','.join(printers.keys()))
|
||||
except:
|
||||
raise Warning(
|
||||
_('Could not get the list of printers from the CUPS server '
|
||||
'(%s:%s)') % (CUPS_HOST, CUPS_PORT))
|
||||
return {}
|
||||
|
||||
printer_recs = printer_obj.search(
|
||||
[('system_name', 'in', printers.keys())]
|
||||
)
|
||||
for printer in printer_recs:
|
||||
ids = self.pool.get('printing.printer').search(cr, uid, [('system_name','in',printers.keys())], context=context)
|
||||
for printer in self.pool.get('printing.printer').browse(cr, uid, ids, context):
|
||||
del printers[printer.system_name]
|
||||
_logger.info(
|
||||
'Printer %s was already created' % printer.system_name)
|
||||
|
||||
for name, printer in printers.iteritems():
|
||||
values = {
|
||||
|
||||
for name in printers:
|
||||
printer = printers[name]
|
||||
self.pool.get('printing.printer').create(cr, uid, {
|
||||
'name': printer['printer-info'],
|
||||
'system_name': name,
|
||||
'model': printer.get('printer-make-and-model', False),
|
||||
'location': printer.get('printer-location', False),
|
||||
'uri': printer.get('device-uri', False),
|
||||
}
|
||||
self.env['printing.printer'].create(values)
|
||||
_logger.info(
|
||||
'Created new printer %s with URI %s'
|
||||
% (values['name'], values['uri']))
|
||||
}, context)
|
||||
|
||||
return {
|
||||
'name': 'Printers',
|
||||
@@ -84,3 +70,7 @@ class PrintingPrinterUpdateWizard(models.TransientModel):
|
||||
'type': 'ir.actions.act_window',
|
||||
'target': 'current',
|
||||
}
|
||||
|
||||
printing_printer_update_wizard()
|
||||
|
||||
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
||||
|
||||
@@ -1,28 +1,26 @@
|
||||
<?xml version="1.0"?>
|
||||
<openerp>
|
||||
<data>
|
||||
<record id="printer_update_wizard" model="ir.ui.view">
|
||||
<field name="name">printing.printer.update.wizard</field>
|
||||
<field name="model">printing.printer.update.wizard</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Update Printers from CUPS">
|
||||
<label string="This process will create all missing printers from the current CUPS server." colspan="2"/>
|
||||
<footer>
|
||||
<button name="action_ok" string="Ok" type="object" class="oe_highlight"/>
|
||||
or
|
||||
<button string="Cancel" class="oe_link" special="cancel"/>
|
||||
</footer>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
<record id="action_printer_update_wizard" model="ir.actions.act_window">
|
||||
<field name="name">Update Printers from CUPS</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">printing.printer.update.wizard</field>
|
||||
<field name="view_type">form</field>
|
||||
<field name="view_mode">form</field>
|
||||
<field name="target">new</field>
|
||||
</record>
|
||||
<menuitem action="action_printer_update_wizard" id="menu_printer_update_wizard" parent="menu_printing_main"/>
|
||||
</data>
|
||||
<data>
|
||||
<record id="printer_update_wizard" model="ir.ui.view">
|
||||
<field name="name">printing.printer.update.wizard</field>
|
||||
<field name="model">printing.printer.update.wizard</field>
|
||||
<field name="type">form</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Update Printers from CUPS" col="2">
|
||||
<label string="This process will create all missing printers from the current CUPS server." colspan="2"/>
|
||||
<separator string="" colspan="2"/>
|
||||
<button name="action_cancel" icon="gtk-cancel" string="Cancel" special="cancel"/>
|
||||
<button name="action_ok" type="object" icon="gtk-ok" string="Ok"/>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
<record id="action_printer_update_wizard" model="ir.actions.act_window">
|
||||
<field name="name">Update Printers from CUPS</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">printing.printer.update.wizard</field>
|
||||
<field name="view_type">form</field>
|
||||
<field name="view_mode">form</field>
|
||||
<field name="target">new</field>
|
||||
</record>
|
||||
<menuitem action="action_printer_update_wizard" id="menu_printer_update_wizard" parent="menu_printing_config"/>
|
||||
</data>
|
||||
</openerp>
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
reporting-engine
|
||||
@@ -23,3 +23,4 @@ import ir_attachment
|
||||
import pingen
|
||||
import pingen_document
|
||||
import res_company
|
||||
|
||||
|
||||
@@ -113,7 +113,7 @@ Dependencies
|
||||
'security/ir.model.access.csv',
|
||||
],
|
||||
'tests': [],
|
||||
'installable': False,
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
'application': True,
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user